/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
  bottom: 0;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9;
}
/*
.theme-default .nivo-controlNav a {
  background: none repeat scroll 0 0 #F2F2F0;
  border: 0 none;
  display: inline-block;
  height: 15px;
  margin: 0 6px;
  text-indent: -9999px;
  transition: background-color 0.5s ease 0.5s;
  width: 15px;
  line-height: 15px;
}
*/
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	background:none repeat scroll 0 0 rgba(255, 252, 255, 0.4);
	border:0;
    overflow: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default a.nivo-nextNav:before {
  content: "\f105";
  float: left;
  font-family: FontAwesome;
  font-size: 45px;
  height: 50px;
  line-height: 50px;
  margin-right: 200px;
  text-align: center;
  width: 50px;
}
.theme-default a.nivo-prevNav:before {
  content: "\f104";
  float: left;
  font-family: FontAwesome;
  font-size: 45px;
  height: 50px;
  line-height: 50px;
  margin-right: 200px;
  text-align: center;
  width: 50px;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:40px;
}
.theme-default a.nivo-prevNav {
	left:40px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*----------------------thinh style--------------*/

.theme-default .nivo-controlNav .nivo-control::before
{
    font-family: FontAwesome;
    content:"\f192";
    color:#fff;
    font-size: 14px;
    height: 13px;
    line-height: 13px;
    width:13px;
    float: left;
}
.theme-default .nivo-controlNav .nivo-control.active::before
{
    font-weight:normal;
}
.theme-default .nivo-controlNav a {
  border: 0 none;
  display: inline-block;
  height: 13px;
  width: 13px;
  line-height: 13px;
  margin: 0 3px;
  overflow: hidden; 
}
.theme-default .nivo-controlNav a.active
{
    background: none;
}
/*----------------end of thinh style--------------*/

/*---------------------------responsive-----------*/
@media (max-width: 991px){
    .theme-default .nivo-controlNav .nivo-control:before {
      font-size: 11px;
    }
    .theme-default .nivo-controlNav {
      padding: 0 0 5px;
    }
}
@media (max-width: 767px){
    .theme-default a.nivo-prevNav {
      left: 10px;
    }
    .theme-default a.nivo-nextNav {
      right: 10px;
    }
}
@media (min-width: 480px) and (max-width:767px){
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav {
      padding: 0px 0;
    }
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav a {
      height: 10px;
      line-height: 10px;
      width: 10px;
    }
    #ybc-nivo-slider-wrapper.theme-default a.nivo-nextNav:before,
    #ybc-nivo-slider-wrapper.theme-default a.nivo-prevNav:before {
      height: 40px;
      line-height: 40px;
      width: 40px;
    }
    #ybc-nivo-slider-wrapper.theme-default .nivo-directionNav a {
      height: 40px;
      width: 40px;
    }
    .theme-default .nivo-directionNav a{
        opacity: 1;
    }
}
@media (max-width: 479px){
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav {
      padding: 0px 0;
    }
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav a {
      height: 10px;
      line-height: 10px;
      width: 10px;
    }
    #ybc-nivo-slider-wrapper.theme-default a.nivo-nextNav:before,
    #ybc-nivo-slider-wrapper.theme-default a.nivo-prevNav:before {
      height: 30px;
      line-height: 30px;
      width: 30px;
    }
    #ybc-nivo-slider-wrapper.theme-default .nivo-directionNav a {
      height: 30px;
      width: 30px;
    }
}