/*
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:absolute;
	top:35%; height: 483px;
	width: 30%; left: 11%;
	-moz-opacity: 0.66;
	filter:alpha(opacity=66);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */	
}

.theme-default .nivoSlider {
	float: right; margin-top: 0px; margin-right: 0px; position:relative; min-height: 483px; max-height:483px; 
}
.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;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:35px;
	height:35px;
	background:url(arrows1.png) no-repeat;
	z-index:1500;
	border:0;
	opacity: 0.4;
	top:37%;
	-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;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-45px 0;
	right:-43px;
}
.theme-default a.nivo-prevNav {
	left:-43px; display: none;
}

.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 (max-width: 768px) {
	.theme-default {
		top: 100px !important; left: 25px !important;
		height: auto !important; overflow: hidden;
		width: 80% !important;
	}
	.nivo_home {
		width: 100% !important;
		margin-top: 0px !important;
		position: relative;
		min-height: 250px !important;
		max-height: 250px !important;
	}
	.nivo-caption .cont {
	}
	.nivo-caption h3 {
		font-size: 27px !important;
		margin: 0px;
		padding: 0 0 15px 0;
		line-height: 25px !important;
	}
	.nivo-caption p {
		max-width: 90% !important; padding-left: 0px !important;
		font-size: 14px !important; line-height: 18px !important;
	}
	.theme-default .nivo-controlNav {
		bottom: 0px !important;
		right: 10px !important;
	}
	.theme-default .nivo-directionNav a {
		top: 52% !important;
	}
	.theme-default a.nivo-nextNav {
		right: -33px !important;
	}
}
@media (max-width: 360px) {
	.theme-default {
		top: 70px !important;
		width: 90% !important;
	}
	.nivo-caption h3 {
		font-size: 25px !important;
		line-height: 22px !important;
	}
}