.nivo-caption, .hero-static-caption {
	 
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 56%;
	-webkit-transform: translateY(-56%);
	-ms-transform: translateY(-56%);
	transform: translateY(-56%);
	width: 100%;
	z-index: 8;
}
/*-- Hero Video Content --*/
.hero-video-caption {
	background-color: rgba(240, 240, 240, 0.8);
	padding: 250px 0;
    
}
/*-- Slider Content --*/
.hero-slider-content {
 	width:490px;
    margin:auto; 
}
.hero-slider-content h1 { 
	color: #fff;
	font-size: 40px; 
	text-align:center!important;
   font-family: 'Noto Serif', serif !important;
    text-transform:uppercase
}
.hero-slider-content h1 span{
	color:#f87805;
}
.hero-slider-content p {
	color: #fff; 
    text-transform:uppercase;
	font-size: 16px!important;
	font-weight:600;
	line-height: 28px; 
	padding: 0;
	margin:10px auto 30px!important;
	text-align:center!important;
}
.hero-slider-content a {
	background-color:transparent;
	color: #fff!important;
	display: block;
	width:170px;
	margin:15px auto 0!important;
	font-size: 15px;
	line-height: 40px;
	padding: 12px 10px 10px;
	border:2px solid #fff;
	text-transform: uppercase;
	text-align:center!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.hero-slider-content a:hover {
	background-color: #f87805 !important;
	border-color:#f87805 !important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #666!important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 50%;
	width: 58px;
}
.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.6);
	color: #555;
}
.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
}
.nivo-prevNav {
	left: 40px;
}
.nivo-nextNav {
	right: 40px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
	 .hero-slider-content {
		width: 100%;
	}
	.hero-slider-content h1 {  
		font-size: 18px!important; 
		line-height:24px;
	}
	 .hero-slider-content p {
			font-size: 10px !important;
			line-height: 15px;  
			margin:8px auto 15px !important;
	}
	.nivo-caption, .hero-static-caption {
	 	top: 65%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		z-index: 8;
	}
	.hero-slider-content a {
		width: 120px;
		margin: 10px auto 0!important;
		font-size: 12px;
		line-height: 20px;
		padding: 8px 6px 10px;
		border: 2px solid #fff;
	}
		/* .nivoSlider { */
			/* top: 1px; */
			/* height:220px !important; */
		/* } */
		/* .nivoSlider img { */
			/* height: 220px !important; */
			
		/* } */

}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-slider-content {
	width: 385px;

}
 .hero-slider-content p {
	 
	font-size: 10px !important;
	 
	line-height: 20px;  
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.nivo-caption, .hero-static-caption {
	 	top: 55%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		z-index: 8;
	}
}
@media only screen and (min-width:1280px) and (max-width:1366px) {
	.nivo-caption, .hero-static-caption {
		top: 53%;
		-webkit-transform: translateY(-53%);
		-ms-transform: translateY(-53%);
		transform: translateY(-53%);
		width: 100%;
		z-index: 8;
	}

}