.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: 48%;
	-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: #000;
	font-size: 50px;
	font-weight: 900; 
	text-align:center!important;
}
.hero-slider-content p {
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px!important;
	font-weight:300;
	line-height: 28px;
	max-width: 755px;
	padding: 0;
	margin:10px auto 30px!important;
	text-align:center!important
}
.hero-slider-content a {
	background-color: #e22e91;
	color: #fff!important;
	display: block;
	width:170px;
	margin:15px auto 0!important;
	font-size: 15px;
	height: 50px;
	line-height: 24px;
	padding: 12px 10px;
	border-radius:3px;
	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: #2688d5;
}
/*-- 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) {
.nivoSlider {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
}
.hero-slider-content {
}
.hero-slider-content h1 {
font-size:20px!important; 
}
.hero-slider-content p {
font-size:12px!important;
line-height:15px;
max-width:220px; 
margin-top:5px!important; 
}
.hero-slider-content a {
padding:5px 10px;
font-size:12px;

margin-top:10px!important;
width:120px;
height:inherit;
}
.nivo-directionNav a {
 height: 30px;
 margin-top: -18px;
 width: 30px;
}
.nivo-directionNav a i {
 font-size: 17px;
 line-height: 32px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.nivo-caption, .hero-static-caption { 
	top: 70%;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.nivo-caption, .hero-static-caption { 
	top: 65%;
}
}