/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ==============================================
 * CUSTOM
 * ===============================================*/

.flex-direction-nav {
    display: none;
}

.flex-control-nav {
	display: block;
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
}

.flex-control-paging li a {
    background: #FFF;
	box-shadow: inset 0 0 3px #3F9447;
}

.flex-control-paging li a.flex-active {
    background: #3F9447;
}


/* ==============================================
 * RESPONSIVE
 * ===============================================*/
@media screen and (max-width: 779px) {


.slides {
	height: auto;
}
.slides li {
	height: auto;
}



}
