/* Hide all unnecessary stuff */
header,
nav,
footer img,
.flexslider,
.separator,
.modal,
.read-more,
.some-icons,
.flexslider .flex-img-container:after,
.hero-main:after,
.follow-us,
#upLink,
#downLink,
#scrollUp,
#morePosts {
    display: none;
}

#footerContactInfo {
    text-align: center;
}
 
.main-img {
    height: auto;
    padding: 0;
}

.main-img > .h-container {
    position: static;
}

.hero img {
    display: none;
}

.flexslider .flex-texts,
.hero .hero-texts {
    position: static;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.main-img > .h-container > h2,
.main-img > .h-container > h3 {
    display: block;
    margin-top: 2em;
}

.text-center {
    text-align: center;
}

.box {
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: auto;
}

.box-news {
    height: auto;
}

.box-news:after,
.box .read-more {
    display: none;
}

.box-news-no-img {
	height: auto;
}

.box-spotlight {
    height: auto%;
}

.box .img-2-1 {
    margin: 0;
}

body, a {
    color: #000;
}

a {
	text-decoration: none;
}

footer,
section {
    margin: 0;
    padding: 0;
    page-break-inside: avoid;
}

.color {
	color: #000;
	background-color: transparent;
}

.color h1, .color h2, .color h3, .color h4, .color h5, .color h6 {
	
}


        