/*
 * 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;
	height:100%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	max-height: 100%;
}
.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 {
	bottom:0px;
	top:0px;
	color:#1D1060;
	width:100%;
	z-index:8;
	overflow: hidden;
	font-size: 16px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position: absolute;
}
.nivo-directionNav {position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px;}
.nivo-caption p {
	padding: 0.2em;
	margin: 0;
	color: #FFF;
	font-size: 2em;
	text-shadow: 1px 1px #000;
	font-weight: bolder;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	position: absolute;
	z-index: 10;
	width: 65%;
}
.nivo-caption p.fre_capt {font-size:1.5em;}
@media screen and (max-device-width:955px), screen and (max-width:955px) {.nivo-caption p.fre_capt {font-size:1.4em;}}
@media screen and (max-device-width:905px), screen and (max-width:905px) {.nivo-caption p.fre_capt {font-size:1.3em;}}
@media screen and (max-device-width:855px), screen and (max-width:855px) {.nivo-caption p.fre_capt {font-size:1.2em;}}
@media screen and (max-device-width:805px), screen and (max-width:805px) {.nivo-caption p.fre_capt {font-size:1.1em;}}
@media screen and (max-device-width:750px), screen and (max-width:750px) {.nivo-caption p.fre_capt {font-size:1em;}}
@media screen and (max-device-width:700px), screen and (max-width:700px) {.nivo-caption p.fre_capt {font-size:0.9em;}}
@media screen and (max-device-width:646px), screen and (max-width:646px) {.nivo-caption p.fre_capt {font-size:0.8em;}}
@media screen and (max-device-width:1000px), screen and (max-width:1000px) {.nivo-caption p {font-size:1.9em;}}
@media screen and (max-device-width:950px), screen and (max-width:950px) {.nivo-caption p {font-size:1.8em;}}
@media screen and (max-device-width:900px), screen and (max-width:900px) {.nivo-caption p {font-size:1.7em;}}
@media screen and (max-device-width:850px), screen and (max-width:850px) {.nivo-caption p {font-size:1.6em;}}
@media screen and (max-device-width:800px), screen and (max-width:800px) {.nivo-caption p {font-size:1.5em;}}
@media screen and (max-device-width:750px), screen and (max-width:750px) {.nivo-caption p {font-size:1.4em;}}
@media screen and (max-device-width:700px), screen and (max-width:700px) {.nivo-caption p {font-size:1.3em;}}
@media screen and (max-device-width:650px), screen and (max-width:650px) {.nivo-caption p {font-size:1.2em;}}
@media screen and (max-device-width:600px), screen and (max-width:600px) {.nivo-caption p {font-size:1.1em;}}
.nivo-caption p.caption1 {
	top:15%;
	left:10%;
	background: -moz-linear-gradient(left, rgba(37,41,53,0.75) 0%, rgba(37,41,53,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(37,41,53,0.75)), color-stop(100%,rgba(37,41,53,0)));
	background: -webkit-linear-gradient(left, rgba(37,41,53,0.75) 0%,rgba(37,41,53,0) 100%);
	background: -o-linear-gradient(left, rgba(37,41,53,0.75) 0%,rgba(37,41,53,0) 100%);
	background: -ms-linear-gradient(left, rgba(37,41,53,0.75) 0%,rgba(37,41,53,0) 100%);
	background: linear-gradient(to right, rgba(37,41,53,0.75) 0%,rgba(37,41,53,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf252935', endColorstr='#00252935',GradientType=1 );
}
.nivo-caption p.caption2 {
	bottom:15%;
	right:10%;
	background: -moz-linear-gradient(left, rgba(37,41,53,0) 0%, rgba(37,41,53,0.75) 50%, rgba(37,41,53,0.75) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(37,41,53,0)), color-stop(50%,rgba(37,41,53,0.75)), color-stop(100%,rgba(37,41,53,0.75)));
	background: -webkit-linear-gradient(left, rgba(37,41,53,0) 0%,rgba(37,41,53,0.75) 50%,rgba(37,41,53,0.75) 100%);
	background: -o-linear-gradient(left, rgba(37,41,53,0) 0%,rgba(37,41,53,0.75) 50%,rgba(37,41,53,0.75) 100%);
	background: -ms-linear-gradient(left, rgba(37,41,53,0) 0%,rgba(37,41,53,0.75) 50%,rgba(37,41,53,0.75) 100%);
	background: linear-gradient(to right, rgba(37,41,53,0) 0%,rgba(37,41,53,0.75) 50%,rgba(37,41,53,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00252935', endColorstr='#bf252935',GradientType=1 );
	text-align: right;
}
html[data-useragent*='MSIE 9.0'] .nivo-caption p.caption2, html[data-useragent*='MSIE 10.0'] .nivo-caption p.caption2, html[data-useragent*='Edge'] .nivo-caption p.caption2 {position:absolute;}
.nivo-caption span {
	line-height: 1.2em;
	display: block;
	padding-bottom: 5px;
	text-transform:uppercase;
		
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
   /* display:none;*/
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	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;
}