

/** GENERAL **/
.pagebg				{ position:relative; }
.static-titles,
.static-wrapper	{ position:relative; z-index:2; }
.testimonial-wrapper					{ margin:0px; font-size:1.1em; line-height:1.6em; }
.testimonial-wrapper .text				{ padding:50px; font-style:italic; }
.testimonial-wrapper .base				{ padding:15px 30px; }
.testimonial-wrapper .name				{ text-transform:uppercase; display:block; clear:both; }

.pagebg				{ background:#FFFFFF; }
.testimonial-wrapper					{ border:1px solid #CCCCCC; background:#FFFFFF; }
.testimonial-wrapper .base				{ background:#1FABE0; }
.testimonial-wrapper .name				{ color:#FFFFFF; }
.testimonial-wrapper .address			{ color:#013354; }
.testimonial-shadow img 				{ width:100%; max-width:947px; max-height:46px; }



/** BACKGROUND FIXES **/
.header-wrapper,
.header-navigation,
.footer-navigation,
.footer-wrapper,
.footer-base { position:relative; z-index:3; }
.testimonial-bg { position:fixed; top:0; bottom:0; left:0; right:0; z-index:1; }



/** HEADER **/
.static-titles {
	padding:40px 0px 0px 0px;
	/* background-color:transparent !important; */
	background-color:#AFCED0 !important;
	background-image:none !important;
	border-bottom:none !important;
	overflow:hidden;
}
.static-titles .margin-width {
	position:relative;
}
.static-titles .TestimonialKid {
	margin:-10% 0px 0px 0px;
}
.static-titles .TestimonialKid img {
	width:100%;
}
.full-width.static-wrapper {
	margin:-30% 0px 0px 0px;
}





/** RESPONSIVE **/
@media screen and (max-width:760px){

	.testimonial-wrapper .text				{ padding:20px; }

}
