/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */


	
		header {
			width: 93.75%; /* 450px / 480px */
		}


		#maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
	
		.maincontent{
			width: 93.75%; /* 450px / 480px */
		}
		
		.maincontent-clear{
			width: 93.75%; /* 450px / 480px */
		}
		
		
		footer {
			width: 93.75%; /* 450px / 480px */
		}
		
		

/*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */

.span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}

.span_7_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_6_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_5_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_4_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_3_of_8 {
	width: 74.2%;
	margin: 1% 0 1% 3.2%;
}

.span_2_of_8 {
	width: 48.4%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8 {
	width: 22.6%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}
		



/* Header */
.header-wrapper { padding-top:0;}
.logo-holder { padding-top:0px; margin-top:-10px;}




/* Banner Services */
#banner-services { padding:20px 0 20px 0;}
#banner-services h2  { font-size:14px; line-height:15px;}
.banner-text-content { font-size:40px; text-align:center;}


/*Inside */
	.cright-inside { padding:20px 20px 20px 20px;}

/*Footer*/
.footer-social { padding-top:50px;}
.footer-list li { padding:0 3px; display:block;}

/* Social Media */
.sc { text-align:center;}
.sc li { text-align:center;}
.sc li img { width:30px;}

.sc-foot li { padding:0 1px;}
.sc-foot li img { width:30px; opacity:1;}



/* Mobile Styles views */
.addbr { display:block;}
.removebr { display:none;}
.removeiniphone { display:none;}

#inside-banner > .maincontent { display:none;}


#mobile-form { display:block;}
#cleft { display:none;}





#main-form-send input[type="submit"] { width:100%;}