

/** STATIC TITLES **/
.static-titles				{ padding:60px 0px; }
.static-titles h1			{ text-transform:uppercase; font-size:2.5em; font-weight:400; }
.static-titles .sub-title	{ font-size:1.3em; }

.static-titles				{ border-bottom:5px solid #CDCCD4; background:#FFFFFF url(backgrounds/static-banner.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles h1			{ color:#FFFFFF; text-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);  }
.static-titles .sub-title	{ color:#FFFFFF; }



/** GENERAL **/
.static-wrapper						{ padding:60px 0px; font-size:1.3em; }
.static-wrapper h1,
.static-wrapper h2					{ text-transform:uppercase; }
.static-wrapper .static-left		{ float:left; width:65%; }
.static-wrapper .static-right		{ float:right; width:30%; }
.static-list {
	padding:0px 0px 0px 20px;
}
.static-list li {
	margin:0px 0px 10px 0px;
}

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3					{ color:#313D4F; }
.static-list li						{ color:#CDCCD4; }
.static-list li span				{ color:#333333; }



/** STATIC FORMS **/
.static-wrapper form			{ padding:20px; margin:0px 0px 30px 0px; }
.static-wrapper form .styledd	{ width:100%; }

.static-wrapper form			{ background:#EFEFEF; border:1px solid #CCCCCC; }
.static-wrapper form .styledd	{ background:#FFFFFF; }



/** CONTACT CARD **/
.contact-card					{ padding:20px; text-align:center; }
.contact-card h2				{ text-transform:uppercase; font-size:; margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; }
.contact-card .details			{ margin:20px 0px 0px 0px; }
.contact-card h3				{ text-transform:uppercase; font-size:; }
.contact-card .tel				{ display:block; text-transform:uppercase; font-size:2em; margin:0px 0px 10px 0px; }
.contact-card .email			{ display:block; text-transform:uppercase; font-size:; padding:10px; margin:5px 0px 0px 0px; }

.contact-card					{ background:#313D4F; color:#FFFFFF; }
.contact-card h2				{ color:#FFFFFF; border-bottom:2px solid #CDCCD4; }
.contact-card h3				{ color:#CDCCD4; }
.contact-card .tel				{ color:#FFFFFF; }
.contact-card .email			{ background:#CDCCD4; color:#FFFFFF; }
.contact-card .email:hover		{ background:#FFFFFF; color:#313D4F; }



/** BACK TO TOP **/
.bttop		{ display:block; margin:20px 0px; padding:0px 0px 20px 0px; }

.bttop		{ border-bottom:1px dotted #CCCCCC; }



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

	.static-wrapper .static-left,
	.static-wrapper .static-right		{ float:none; width:100%; }

}
