/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 #container {width: 80%; max-width: 800px; margin: 0 auto;}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; width:100%; display:block; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; 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 Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; z-index:0;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative; }
.flexslider .slides > li::after { content: ""; position: absolute; top:0px; right: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.6);}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none;zoom: 1; z-index:9; }
.flex-caption {position:absolute; top:40%;text-align:left; float: left; width:100%;padding:0px 0px;left: 0;transform:translateY(-40%); z-index: 1; }
.caption-txt { float: right; width:100%; text-align: center;}
.flex-caption h1 { color:#ffffff; font-size:68px;line-height:78px; margin-bottom: 20px;font-family: 'Domine-Bold';}
.flex-caption h3 { color:#ddccb8; font-size:14px;line-height:16px; margin-bottom: 12px;font-family: 'Rubik-Medium'; text-transform: uppercase;}
.flex-btns {float: left; width:100%;}
.flex-btns a.read-more { display: inline-block; width: 145px; margin-right: 25px; letter-spacing: 1px; color:#2a2d2c;font-size:14px;line-height: 20px;font-family: 'Rubik-Medium';text-transform: uppercase; padding:14px 25px;background:#e8d2b8; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; border-radius:4px;}
.flex-btns a.read-more:hover{background: #2a2d2c;color: #e8d2b8;}
.flex-btns a.bid-now { display: inline-block; width: 145px; margin-right: 25px; letter-spacing: 1px; color:#fff;font-size:14px;line-height: 20px;font-family: 'Rubik-Medium';text-transform: uppercase; padding:14px 25px;background:#2a2d2c; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; border-radius:4px;}
.flex-btns a.bid-now:hover{background: #e8d2b8;color: #2a2d2c;}

/* Direction Nav */
.flex-direction-nav { display:block; }
.banner-home .flex-direction-nav li a {width:58px; height:58px; margin:0; display: block; position: absolute; top:50%; transform:translateY(-50%); cursor: pointer; text-indent: -9999px; z-index:9999;-webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease;
border-radius:100%;}
.banner-home .flex-direction-nav li a:hover{ opacity:1; }
.banner-home .flex-direction-nav li .flex-next {right:45px; background: rgba(255,255,255,1) url(../images/banner-arw-rgt.png) no-repeat center center; }
.banner-home .flex-direction-nav li .flex-prev {left:45px; background: rgba(255,255,255,1) url(../images/banner-arw-lft.png) no-repeat center center;}
.banner-home .flex-direction-nav li .flex-next:hover {background: #e8d2b8 url(../images/banner-arw-rgt.png) no-repeat center center; }
.banner-home .flex-direction-nav li .flex-prev:hover {background: #e8d2b8 url(../images/banner-arw-lft.png) no-repeat center center;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; margin:0 auto; position: absolute; bottom:50px; z-index:9999; text-align: center;}
.flex-control-nav li {margin: 0px 9px 0px 0px; display:inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:last-child {margin: 0;}
.flex-control-nav li a {width: 15px; height: 15px; display: block; background:none; border: 1px solid #fff; cursor: pointer; text-indent: 9999px; border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -moz-border-radius:50%; position: relative; }
.flex-control-nav li a:hover {background:#fff;}
.flex-control-nav li a.flex-active {background:#fff;cursor: default;}
.flex-control-nav li a.flex-active::after { content: ""; position: absolute; top:3px; left:3px; width: 7px; height: 7px; background: #34ade2; border-radius:100%;}
