

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

.static-titles				{ border-bottom:5px solid #343740; background:#FFFFFF url(backgrounds/static-banner.jpg) no-repeat 50% 50%; background-size:cover; color:#FFFFFF; }
.static-titles h1			{ color:#FFF200; 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-wrapper h1,
.static-wrapper h2,
.static-wrapper h3					{ color:#343740; }
.static-list li						{ color:#FFF200; }
.static-list li span				{ color:#343740; }

.page-title h1 span		{ display:block; font-size:0.7em; }

/** 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; }



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

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

.pay-form h2	{ text-align:center; color:#343740; }
.pay-form p		{ text-transform:uppercase; }	
.inputs			{ text-align:center; margin:0px auto; margin-top:15px; }
.pay-button		{ display:block; margin:0px auto; }

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

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

}