/* 
    Document   : flexslider
    Created on : Jan 7, 2014, 9:42:34 AM
    Author     : thuy
    Description:
        Purpose of the stylesheet follows.
*/


 
/* Browser Resets */
/* FlexSlider Necessary Styles*/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; max-height:248px;}  /*Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  width: 90px;
  height: 100%;
  margin: 28px 15px 72px 39px;
  float: left;
}
#content #slide_data .wrap_data .flexslider ul.slides img {
  height:85px;
}
#content .wapper-space #slide_data .wrap_data .flexslider ul.slides .listing-img{
  height:99px;
}
#content .wapper-space #slide_data .wrap_data .flexslider ul.slides img {
  height:99px;  
}
.flex-pauseplay span {text-transform: capitalize;}

/* FlexSlider Default Theme*/
.flexslider {
  margin: 0 0 0 0; 
  position: relative; 
  zoom: 1;
  width: 100%;
}
.flex-viewport {height: 150px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px;}


/* Direction Nav */
.flex-direction-nav a {
	width: 30px; height: 30px; margin: -20px 0 0; display: block;
	background: url(../images/flexslider_direction_nav.png) no-repeat 0 0; 
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; 
	opacity: 0; -webkit-transition: all .3s ease; outline: none;
}
#site-quickquote .flex-direction-nav .flex-next, #site-index .flex-direction-nav .flex-next {
  background: url(../images/svg/icon_arrow-right-blue.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
#site-quickquote .flex-direction-nav .flex-prev #site-index .flex-direction-nav .flex-prev {
  background: url(../images/svg/icon_arrow-left-blue.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
.flex-direction-nav .flex-next {
  right: -36px; 
  background: url(../images/svg/icon_arrow-right-blue.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
  background: url(../images/svg/icon_arrow-left-blue.svg) no-repeat 0 center;
  background-size: 20px 20px;
}
.flexslider .flex-next {opacity: 0.8; right: 5px;}
.flexslider .flex-prev {opacity: 0.8; left: 5px;}
/* Direction span */
.flex-caption {
  padding: 40px 25px 0 0;
  text-align: left;
  width: 96%;
  height: 130px;
}
.flex-caption .flex-description{
  color: #FFFFFF;
  font-size: 14px;
}
.flex-name-p {
  color: #21B685;
  margin-top: 10px;
  font-size: 15px;
}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); 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-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
