/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px; z-index:1;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	
	/*opacity:0.8;*/ /* Overridden by captionOpacity setting */
	width:40%;
	height:auto;
	padding:0;
	
}
.nivo-caption .captionbg{ width:48%; height:auto; padding:6px 2%; margin:80px 0 0; background:url(../images/black-transparent.png) 0 0 repeat;}

.nivo-caption h2{ font-family:"swiss911_xcm_btregular"; font-weight:normal; color:#fff; font-size:90px; line-height:86px; text-transform:uppercase; text-shadow: 2px 2px 2px rgba(0, 0, 0, 1); margin:0 0 8px;}
.nivo-caption .captionbg p{ color:#fff; font-family:"open_sansregular"; font-size:16px; line-height:22px; font-weight:normal; margin:0 0 16px; }
.theme-default .nivoSlider .nivo-caption .captionbg img {
	position:relative;
	top:auto;
	left:auto;
	
}


.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	z-index:999;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
@media only screen and (min-width:760px) and (max-width:1024px) {
.nivo-caption .captionbg{ width:68%; height:auto; padding:2%; margin:60px auto 0; background:url(../images/black-transparent.png) 0 0 repeat;}
.nivo-caption .captionbg h2{ font-size:1.8em; line-height:1em;}
.nivo-caption .captionbg p{ font-size:1em;}
}
@media only screen and (min-width:480px) and (max-width:759px) {
.nivo-caption { width:100%; height:auto; padding:0; text-align:center;}
.nivo-caption .captionbg{ width:100%; height:auto; padding:2%; margin:0 auto; background:url(../images/black-transparent.png) 0 0 repeat;}
.nivo-caption .captionbg h2{ font-size:1.8em; line-height:1em;}
.nivo-caption .captionbg p{ font-size:1em;}
.nivo-directionNav a { top:28%;}
}
@media only screen and (min-width:300px) and (max-width:479px) {
.nivo-caption { width:100%; height:auto; padding:0; text-align:center;}
.nivo-caption .captionbg{ width:100%; height:auto; padding:2%; margin:0 auto; background:url(../images/black-transparent.png) 0 0 repeat;}
.nivo-caption .captionbg h2{ font-size:1.1em; line-height:1em;}
.nivo-caption .captionbg p{ font-size:.9em;}
.nivo-directionNav{ display:none;}
}