/*--------------------------------------------------------------------------------*/
/*  Necessary Styles
/*--------------------------------------------------------------------------------*/

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides > li {
	display: none;
	
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	display: block;
	width: 100%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load
 */
 
.no-js .slides > li:first-child {
	display: block;
}