/* ANY CSS FOR ALL WIDTHS GOES HERE
----------------------------------------------------------- */



/* ALL WIDTHS UNDER 970PX
----------------------------------------------------------- */

@media screen and (max-width: 970px){

	/* DEFAULT
	----------------- */

	.s5_wrap {
	width:100% !important;
	}
	
	.s5_is_display, .s5_is_slide {
	position:relative !important;
	}
	
	.s5_is_slide {
	height:auto !important;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	-khtml-opacity: 1 !important;
	}
	
	/* CUSTOM
	----------------- */
	
	#s5_body_padding {
	padding-left:14px;
	padding-right:14px;
	}
	
	.s5_is_slide {
	background:none !important;
	}
	
	body {
	font-size:0.7em !important;
	}
	
	#fontControls {
	display:none;
	}
	
}