
/* The Nivo Slider styles */



.nivoSlider {
	position:relative;
	min-height:280px;
	width:100%;
	overflow: hidden;
	z-index: 0;
}
.nivoSlider img {
	
	position:absolute;
	min-width:1075px;
	min-height:280px;
	top: 0px;
	left: 0px;
	width:1920px;
	
	/*min-width:320px;*/
 
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}


.nivo-caption a.readmore{
display:inline-block;
position:relative;
font-weight:normal;
background-color:#FF5B00;
font-family: 'Roboto', sans-serif;
font-weight:300;
vertical-align:middle;
text-align:center;
color:#fff;
padding:8px 22px 8px 22px;
line-height:18px;
font-size:18px;
letter-spacing:2px;
transition: all 0.35s ease 0s;
margin:10px 10px 0 0;
border:1px solid #fff;
}

.nivo-caption a.readmore:hover{
	color:#000;
	background-color:rgba(255,255,255,0.6);
	border:1px solid #FFF;
	font-weight:300;
}

/* 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;
	z-index:110;
}
/* 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; }

.nivo-caption {
	position:absolute;
	text-align:left;
	left:3%;
	top:2em;
	/*background-color:rgba(0,0,0,0.5);*/
	color:#000;
	width:100%;
	z-index:109;
	padding: 15px;
	opacity: 1;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



.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: 0px 0px 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.slide a {
background:white; 
filter: alpha(opacity=0); 
opacity: 0;
z-index: 8;
width: 100%;
height: 100%;
position: absolute; 

}

@media screen and (min-width: 1280px)and (max-width:1599px){
		/* .nivo-caption h3{font-size:100px;	letter-spacing:1px;}
		.nivo-caption h4{font-size:18px; line-height:100%; letter-spacing:1px;}
		.nivo-caption p {font-size:16px;}
		.nivo-caption{top:15%;}*/

}

@media screen and (min-width:980px) and (max-width:1279px) {
		/* .nivo-caption h3{font-size:100px;	letter-spacing:1px;} 
		.nivo-caption h4{font-size:18px; line-height:100%; letter-spacing:1px;}
		.nivo-caption p {font-size:16px;}
		.nivo-caption{top:15%;}*/
}

@media screen and (max-width:979px) {
	/*.nivo-caption h3{font-size:70px;	letter-spacing:1px; line-height:60px;}
	.nivo-caption h4{font-size:16px; line-height:100%; letter-spacing:1px;}*/
	.nivo-caption{top:10%;}
	.theme-default .nivo-controlNav {
	 position:relative;
   top:0px;
   height:90px;
  z-index:110 !important;
}

.nivoSlider img {
			position: fixed;
		  top:0;
		  transform: translate(-20vw, 0%);
	}
}

@media screen and (max-width:420px) {
	
	.nivoSlider img {
			position: fixed;
		  top:0;
		  /*left: 55vw;*/
		  transform: translate(-80vw, 0%);
	}

}
