  
.nivo-caption, .hero-static-caption {
font-family: "playfair display"; 
    font-style: italic;
	
	background-color: transparent;
	bottom: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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 {
}
.hero-slider-content h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: capitalize;
	/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.7);*/
	text-align:center!important;
	opacity:0.9
}
.hero-slider-content p {
	color: #fff;
	font-size: 20px!important	;
 opacity:0.9;
	line-height: 28px;
	margin-bottom: 37px;
	max-width: 755px;
	margin:auto!important;
	padding: 0;
	/*text-shadow: 0px 1px 0px rgba(255,255,255, 0.6);*/
	text-align:center!important
}
.hero-slider-content a {
	background-color: #1475ad;
	 
	color: #fff!important;
	display: block;
	width:190px;
	margin:15px auto 0!important; 
	font-size: 13px;
	font-weight: 500;
	height: 44px;
	line-height: 24px;
	padding: 10px 50px;
	text-transform: uppercase;
	
	-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: #fff;
	color: #a22e7c!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{  }
.hero-slider-content h1{  font-size:18px!important; text-align:center }
.hero-slider-content p{   font-size:10px!important ; line-height:14px;text-align:center; max-width:250px; margin-left:auto!important ;margin-right:auto!important }
.hero-slider-content a {padding:0px 10px; font-size:10px; height:auto!important; width:100px; text-align:center  }
.nivo-directionNav a { 
	height: 30px;
	margin-top: -18px;
	width: 30px;  
}
.nivo-directionNav a i {
    font-size: 17px;
    line-height: 32px;
}

}