/*
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;
	height: auto;
	margin-top:0px;
	min-height: 100%;
	max-height: 738px;
	/*background: url(loading.gif) no-repeat 50% 30%;*/
}
.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;
	margin-top:-350px;
	padding: 0px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	text-indent:-9999px;
	width:20px;
	height:20px;
	border-radius:150px;
	background:#fff;
	position:relative;
	cursor:pointer;
	box-shadow: 2px 1px 0px #292525;
	margin-top: -100px;
	margin-right: 5px;
	z-index:19;
	-webkit-transition:all 200ms;
	-moz-transition:all 200ms;
 	-o-transition:all 200ms;
 	transition:all 200ms;
	/* margin: 0 2px; */
}
.theme-default .nivo-controlNav a.active {
	width:20px;
	height:20px;
	border-radius:150px;
	background: #2C9DBD;
	/*background: #1d3e71;*/
	/*background: url(../../parts/bullet1.png);*/
	/*border: 2px solid #e7932c;*/
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	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: url(arrow2.png) no-repeat;
	background-position:0px 0;
	height:87px;
    width:48px;
	right:20%;
}
.theme-default a.nivo-prevNav {

	background: url(arrow1.png) no-repeat;
    background-position: 0px 0;
    height:87px;
    width:48px;
    left:20%;
}

.theme-default .nivo-caption {
     font-family: 'Asap';
    padding-top: 25%;
    height: auto;
    font-weight:normal;
	font-size:20px;
	color: #ffffff;
}
.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 screen and (max-width:1320px) {

	.theme-default a.nivo-prevNav{

		left:10%;
	}

	.theme-default a.nivo-nextNav{

		right:10%;
	}
}