/*
 * 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
 */
 
/*
 * 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 */
.slider-wrapper { 
	width:100%;
	margin:0 auto;
	position: relative;
    z-index: 3;

}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;

}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	/*min-height:450px;*/
	object-fit:cover;
}
.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;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
}






/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:7;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:8;
	overflow:hidden;
}
.nivo-box img { display:block; }

 
.nivo-caption {
    position:absolute;
    left:100px; /* x offset position */
    top:80px; /* y offset position */
    background:none;
    color:#FFF;
    text-align:left;
    z-index:8;
	text-transform:uppercase;
	font-weight:900;
}
.nivo-caption a {
    display:inline !important;
	background:#fff;
	color: #a0c83a;
	padding:10px 20px 8px 20px;
	font-size:18px;
	font-weight:700;
}

.nivo-caption1 {
    margin-left:0px;
    margin-top:0px;
    font-size:68px;
    line-height:106px;
	max-width:650px;
	margin-bottom:20px;
}

.nivo-caption1 span {
	color: white;
	background-color: rgba(65,108,161,0.8);
	padding: 10px 25px 10px 25px;
    margin-bottom: 40px;
}

.nivo-caption1a {
    margin-left:10px;
    margin-top:10px;
    font-size:18px;
    line-height:14px;
}
.nivo-caption2 {
    margin-left:230px;
    margin-top:10px;
}
.nivo-caption3 {
    margin-left:10px;
    margin-top:100px;
}

*/
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:10;
	cursor:pointer;
	display:block !important;
	text-decoration:none;
	transition:none !important;
	-moz-transition:none !important;
	-webkit-transition:none !important;
}

.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3... or bullets) */
.nivo-controlNav {
	text-align: center;
	z-index: 999;
	position: relative;
	margin-top:0px;
	
}
.nivo-controlNav a {
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}


@media screen and (max-width: 1280px) {

}


@media screen and (max-width: 1000px) {
}


@media screen and (max-width: 768px) {
.nivo-caption {
    font-size:30px;
	line-height:40px;
	left:20px;
	top:150px;
}
.nivo-caption1{
	font-size:28px;
	line-height:58px;
	max-width:300px;
}

@media screen and (max-width: 550px){

}










