/*
 * 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
 */
 
/* 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%; background:#ffffff; border:0px solid #FFF; padding:0px 0 0px 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; border:1px solid #bbbbbb;}
.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;  }
.flexslider .slides {zoom: 1; padding-left: 0px;list-style:none; }
.flexslider .slides > li {position: relative;}
/* 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 { display: inline; float: left; color:#FFF; padding:10px; margin:45px 0 0 52px; position:absolute; width:460px;}
.flex-caption .title {font-family: 'robotoregular',sans-serif; font-size: 31px; color:#777; margin:0px; text-transform:uppercase;}
.flex-caption .sub-title {font-family: 'robotoregular',sans-serif; font-size: 41px; color:#333; margin:0px;  text-transform:uppercase;}
.flex-caption .third-line { font-family: 'Conv_HelveticaNeue-Light',sans-serif; font-size: 12px; color:#777777; margin:0px; line-height:17px;}

.shop_now { float:left; cursor: pointer; margin:25px 0 0 0; padding:11px 20px; box-shadow:-1px -1px 2px -1px #000000 inset; border:none; border-radius:5px; background: #434343; /* Old browsers */
background: -moz-linear-gradient(top,  #434343 0%, #383838 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#383838)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #434343 0%,#383838 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #434343 0%,#383838 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #434343 0%,#383838 100%); /* IE10+ */
background: linear-gradient(to bottom,  #434343 0%,#383838 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#383838',GradientType=0 ); /* IE6-9 */ color:#ffffff; font-family: 'robotoregular'; font-size:14px;}
.shop_now:hover{background: #d03c3c; /* Old browsers */
background: -moz-linear-gradient(top,  #d03c3c 0%, #aa0c0c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d03c3c), color-stop(100%,#aa0c0c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d03c3c 0%,#aa0c0c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d03c3c 0%,#aa0c0c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d03c3c 0%,#aa0c0c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d03c3c 0%,#aa0c0c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d03c3c', endColorstr='#aa0c0c',GradientType=0 ); /* IE6-9 */}

/* Direction Nav */
.flex-direction-nav li a { display: block; position: absolute; cursor:}
.flex-direction-nav li .next { width: 34px; height: 35px; background: url(images/slider-arrows.png) no-repeat -40px 0; margin:-43px 342px 12px 34px; }
.flex-direction-nav li .prev { width: 40px; height: 37px; background: url(images/slider-arrows.png) no-repeat 0 0; margin:-43px 11px 12px -178px;}

/* Control Nav */
.flex-control-nav { text-align: center; margin:5px 0 0 0px; background:none; display:inline; float:right; padding:0 5px;}  
.flex-control-nav li { width: 10px; margin:0px; float:left; margin:0px; display:inline-block; margin:8px 5px 8px 5px;}
.flex-control-nav li a { display: inline; float: left; height: 11px; width:11px; padding:0px; margin:0px; overflow:hidden;background:#c8c7c7;cursor:pointer; border-radius:100%}
.flex-control-nav li a:hover {  }
.flex-control-nav li a.active {background:#000000;}