/*
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
*/


.nivoSlider {
	position: relative;
	background: #fff url(images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:0;
}
.nivoSlider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	text-align: center;
	width: 100%;
	padding: 10px 0 5px;
	position: absolute;
	bottom: 30px;
	z-index: 10;
}
.nivo-controlNav a {
	text-indent: -9999px;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 2px;
	background: url(images/bullets.png) no-repeat;
	border: 0;
}
.nivo-controlNav a.active { background-position:0 -22px;}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/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;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
.nivoSlider a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.nivoSlider a.nivo-prevNav { left:15px;}
.nivoSlider .nivo-caption {	
	width: 60%;
	height: 150px;
	padding: 10px 20px;
	left: 25%;
	bottom: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.nivoSlider .nivo-caption a, .nivoSlider .nivo-caption a:visited {
	color: #fbc22d;
}
.nivoSlider .nivo-controlNav.nivo-thumbs-enabled { width: 100%;}
.nivoSlider .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivoSlider .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
#slider-wrapper{ position:relative; z-index:0; margin-bottom: 35px;}
.nivoSlider .nivo-caption h3{
	font-size: 46px;
	color: #fbc22d;
	line-height:40px;
	font-family: 'Baloo Bhaina', cursive;
	text-shadow: 0px 0px 2px #000000;
	margin: 0;
}
.nivoSlider .nivo-caption p{ font-size:14px; color:#CCC; margin:0;}
.nivoSlider .nivo-caption .text-18{ font-size:18px; display:block; margin-bottom:-10px;}


/********** RESPONSIVE **********/
@media screen and (max-width: 691px) {
#slider-wrapper.center{ width:100%;}

.nivoSlider {
	position: relative;
	/*background: #fff url(images/loading.gif) no-repeat 50% 50%;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
.nivoSlider .nivo-caption h3{ font-size:24px;}
}
@media screen and (max-width: 500px) {
.nivoSlider .nivo-caption{ display:none !important;}
}