/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.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)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

/* Font-face Icons */
.top_rolling{width:100%;padding-bottom:10px;}

.top_rolling .flex-container a:hover,
.top_rolling .flex-slider a:hover {
  outline: none;
}
.top_rolling .slides,
.top_rolling .slides > li,
.top_rolling .flex-control-nav,
.top_rolling .flex-direction-nav {
  margin: 0;
  padding: 0;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.top_rolling .flexslider2 {
  margin: 0;
  padding: 0;

}
.top_rolling .flexslider2 .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.top_rolling .flexslider2 .slides img {
  width: 100%;
  display: block;
}
.top_rolling .flexslider2 .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.top_rolling .no-js .flexslider2 .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.top_rolling .flexslider2 {
  margin: 0px;
  position: relative;
}
.top_rolling .flexslider2 .slides {
  zoom: 1;
}
.top_rolling .flexslider2 .slides img {
  height: auto;
  -moz-user-select: none;
}
.top_rolling .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.top_rolling .loading .flex-viewport {
  max-height: 300px;
}
.top_rolling .carousel li {
  margin-right: 5px;
}
.top_rolling .flex-direction-nav {
  *height: 0;
}
.top_rolling .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;

}
.top_rolling .flex-direction-nav a:before {
  display: inline-block;
  background:url('/images/next_2017new.png') center center no-repeat;
  background-size:cover;
  width:30px;
  height:40px;
	
}
.top_rolling .flex-direction-nav a.flex-next:before {
  content: '';

}
.top_rolling .flex-direction-nav .flex-prev {
  left: -30px;
  background:url('/images/prev_2017new.png') center center no-repeat;
  background-size:cover;
  width:30px;
  height:40px;
}
.top_rolling .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.top_rolling .flexslider2:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.top_rolling .flexslider2:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.top_rolling .flexslider2:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}
.top_rolling .flexslider2:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.top_rolling .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.top_rolling .flex-pauseplay a {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #fff;

}
.top_rolling .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  display: inline-block;
  content: '222';
}
.top_rolling .flex-pauseplay a:hover {
  opacity: 1;
}
.top_rolling .flex-pauseplay a.flex-play:before {
  content: '333';
}
.top_rolling .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -8px;
  text-align: center;
}
.top_rolling .flex-control-nav li {
  margin: 0 0px;
  width: 10%;
  display: inline-block;
  padding:0 3px;
  box-sizing:border-box;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  
  height: 6px;
  display: block;
  background: #e2e2e2;
  cursor: pointer;
  text-indent: -9999px;

}
.top_rolling .flex-control-paging li a:hover {
  background: #fc7800;
}
.top_rolling .flex-control-paging li a.flex-active {
  background: #fc7800;
  cursor: default;
}
.top_rolling .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.top_rolling .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.top_rolling .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.top_rolling .flex-control-thumbs img:hover {
  opacity: 1;
}
.top_rolling .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
.top_rolling .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }
.top_rolling .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
}