/*
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 url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
	display:none;
}
.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: #ffffff none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  line-height: 20px;
  margin: 0 4px;
  text-indent: -9999px;
  width: 18px;
}
.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 {
  color: #E55F56;
  content: "\f178";
  float: left;
  font-family: FontAwesome;
  font-size: 45px;
  height: 50px;
  margin-right: 200px;
  text-align: center;
  width: 50px;
}
.theme-default a.nivo-prevNav:before {
  color: #E55F56;
  content: "\f177";
  float: left;
  font-family: FontAwesome;
  font-size: 45px;
  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:0%;
}
.theme-default a.nivo-prevNav {
	left:0%;
}

.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;
}
@media (min-width: 480px) and (max-width:767px){
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav {
      padding: 10px 9px 5px;
    }
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav a {
      height: 10px;
      line-height: 10px;
      width: 10px;
    }
    .theme-default .nivo-directionNav a{
        opacity: 1;
    }
}
@media (max-width: 479px){
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav {
      padding: 10px 9px 5px;
    }
    #ybc-nivo-slider-wrapper.theme-default .nivo-controlNav a {
      height: 10px;
      line-height: 10px;
      width: 10px;
    }
    .theme-default .nivo-directionNav a{
        opacity: 1;
    }
    div.theme-default a.nivo-prevNav::before, div.theme-default a.nivo-nextNav::before {
      line-height: 28px;
    }
    div.theme-default .nivo-directionNav a {
      height: 30px;
      line-height: 30px;
      width: 30px;
    }
    
}