/*
 * jQuery Nivo Slider v3.2
 * https://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 */
 
/*
 * jQuery Nivo Slider v3.2
 * https://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 */
 

/* The Nivo Slider styles */
.slider-wrapper { 
	width:100%;
	margin:0 auto;
	position: relative;
    z-index: 3;
	min-height:250px;
	font-family: 'Montserrat', sans-serif;
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	
}
.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;
    top: 30%;
    z-index: 9;
    display: none;
    -webkit-box-sizing: border-box;
    color: #fff;
    width:100%;

}

.nivo-caption h1 {
	font-size:50px;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}

.nivo-caption p {
	padding:15px 0 ;
	margin:0 0 0 0 ;
	font-size:30px ;
	font-weight:400;
	line-height:40px;
}
.nivo-caption a {
	display:block !important;
}
.nivo-html-caption {
    display:none;
}

*/
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:35%;
	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:-62px;
	
}
.nivo-controlNav a {
	cursor:pointer;
}

.nivo-controlNav a.active {
	font-weight:bold;
}


@media screen and (max-width: 1024px) {
.nivo-caption {
    top: 25%;
}
	
.nivo-caption h1{
	font-size:30px;
	line-height:32px;
	margin:0 0;
}
.nivo-caption p{
	font-size:18px;
	padding:0 0;
}
}

@media screen and (max-width: 550px) {
.nivo-caption h1{
    font-size: 18px !important;
    line-height: 20px;
}
.nivo-caption p{
	font-size:14px;
	padding:0 0;
}
.nivo-caption {
	top:25% !important;
}
}

