/* =================================================================== */
/* Boxed Layout
====================================================================== */

	body {
	background-image: url(../images/bg/brushed_alu2.png);
	background-color: #e9e9e9;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #777;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-weight: 600;
	 }
	 
	#wrapper {
	background: #fff;
	/*		-webkit-box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);
		box-shadow:  0px 0px 6px 0px rgba(0, 0, 0, 0.2);*/
	padding: 40px 35px 50px 35px;
	margin: 50px auto 0 auto;
	-webkit-box-shadow: 5px 5px 1px rgba(134,132,132,1.00);
	border-left: thin solid rgba(48,48,48,1.00);
	border-right: thin solid rgba(48,48,48,1.00);
	border-bottom: thin solid rgba(145,25,55,1.00);
	border-top: thin solid rgba(48,48,48,1.00);
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);

	}
	
	.infobox {
	font-family: 'Lobster Two', cursive;
	font-size: 24px;
	line-height: 36px;
	margin: 45px auto -40x auto;
	border-top: thick solid #E5CB81;
		
	}
	
	#footer {
		background: #303030;
		padding: 15px 40px 0px 40px;
		margin: 0 auto 50px auto;
	}


/* Smaller than standard 1029 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1200px) {

	#wrapper {
	margin: 0 auto;
	padding: 25px 0 40px 0;
	width: 100%;
	}
	
	body {
    border: Set Shorthand;
    background: #FFF
	}
	
	#footer {
		margin: 0 auto;
		padding: 15px 0 0 0;
		width: 100% !important;
	}
	
	 #counters,
	.infobox,
	#testimonials {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
	}
	
}
	
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 990px) {

	#footer {
		padding: 10px 0 0 0;
	}

}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

	#wrapper {
		margin: 0 auto;
		padding: 15px 0 30px 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 100%;
	}
	
	body {
		background: #fff
	}
	
	#footer {
		margin: 0 auto;
		padding: 15px 0 0 0;
		width: 100% !important;
	}

}
