/*  Stylesheet for Arconix Flexslider plugin

    Copy "flexslider.css" from "/arconix-flexslider/" to your theme's directory and rename it
    to "arconix-flexslider.css "to replace the plugin's default stylesheet.

    If you want to use the existing nav buttons, make sure to copy the "nav-buttons.png" and
    "nav-arrows.png" to your theme's images folder and update the path if necessary, or create
    new images to replace them.

*/



/* Browser Resets
------------------------------------------------------------ */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Base Styles
------------------------------------------------------------ */
.flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: inherit; /* ie8 hack */
    max-width: 100%;  
    height: auto !important;
    display: block;
}

.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

/* 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; }

.flexslider_widget {
    margin-bottom: 10px;
}


/* FlexSlider Default Style
------------------------------------------------------------ */
.flexslider {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
    position: relative;
    zoom: 1;
}

.flexslider .slides { zoom: 1; }

.flexslider .slides > li { position: relative; }

.flex-container {
    margin-bottom: 3%;
    position: relative;
    zoom: 1;
}

/* Caption style
------------------------------------------------------------ */
/* IE rgba() hack */
.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    padding: 2%;
    margin: 0;
    width: 96%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Direction Nav
------------------------------------------------------------ */
.flex-direction-nav { height: 0; }

.flex-direction-nav li a {
    background: url(images/arrows.png) no-repeat;
    cursor: pointer;
    display: block;
    margin: -13px 0 0;
    text-indent: -999em;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%; 
    opacity: 0;
    -webkit-transition: all .3s ease;    
}

.flex-direction-nav li .next {background-position: -50px 0;right: -45px; }
.flex-direction-nav li .prev {left: -38px;}

.flex-container:hover .flex-direction-nav li .prev { left: 8px; opacity: 0.8; }

.flex-container:hover .flex-direction-nav li .next {
    background-position: -50px 0;
    right: 0px;
    opacity: 0.8;
}


.flex-direction-nav li .disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
}

/* Control Nav
------------------------------------------------------------ */
.flex-control-nav {text-align: center;position: absolute;bottom: -30px;width: 100%;}
.flex-control-nav li {display: inline-block;*display: inline;margin: 0 0 0 5px;zoom: 1;}
.flex-control-nav li:first-child { margin: 0; }
.flex-control-nav li a {width: 11px; height: 11px; display: block; background: #999; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-nav li a:hover { background: rgb(80, 50, 135); }
.flex-control-nav li a.active {background: rgb(80, 50, 135);cursor: default;}