/*
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{
    position: relative;
    height: 100%;
}

.theme-default:before, .theme-default:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.theme-default:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
        background-color: white;
        border-radius: 50px;
	/*background:url(bullets.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
	margin: 5px;
}
.theme-default .nivo-controlNav a.active {
	background-color: #fecc00;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:25px;
	height:51px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	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:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-25px 0;
	right:25px;
}
.theme-default a.nivo-prevNav {
	left:25px;
}

/* Caption styles */
.theme-default .nivo-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1200px;
    box-sizing: border-box;
    z-index:8;    
    overflow: hidden;
    text-align: left;
    display: none;
}

.theme-default .nivo-caption p{color:#f49813;font-weight: 800;margin:0;font-size: 20px;}
.theme-default .nivo-caption strong{color:white;font-weight: 800;font-size: 65px;text-shadow: black 0px 2px 3px;}

@media only screen and ( max-width: 1200px ){    
    .theme-default .nivo-caption strong{font-size: 50px;}
}

@media only screen and ( max-width: 800px ){
    .theme-default .nivo-caption strong{font-size: 40px;}
}

@media only screen and ( max-width: 600px ){

}

.theme-default .nivo-html-caption {
    display:none;
}

.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;
}