/* Boxed Layout */
#wrapper  {
	background:#fcfcfc !important;
}
@media (min-width:768px) {
	body {
		background:url('../images/patterns/02.png') repeat;
		padding-top:20px;
	}
	.flex-full-height,
	.header-top {
		padding-top:0;
	}
	.header-wrapper,
	#main-slider {
		box-shadow:none;
	}
	#wrapper,
	.footer-fixed-bottom {
		margin:auto;
		width:768px;
		box-shadow:0 0 15px rgba(0, 0, 0, 0.3);
	}
}

@media (min-width:992px) {
	#wrapper,
	.footer-fixed-bottom {
		width:992px;
	}
}

@media (min-width:1200px) {
	#wrapper,
	.footer-fixed-bottom {
		width:1200px;
	}
}