.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: 50%;
	-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 {
	background:rgba(0, 0, 0, 0.8);/*rgba(33, 133, 188, 0.25)*/
	width:600px;
	padding:15px 15px 20px;
	float:left;
	margin-left:20px;
}
.hero-slider-content h1 {
	color: #999;
	font-size: 43px;
	font-weight:300;
	margin-bottom: 15px;
	line-height:55px;
	text-transform: uppercase;
	border-bottom:1px solid #977602;
	padding-bottom:10px!important
}
.hero-slider-content h1 strong {
	font-weight:600; color:#fce8a1
}
.hero-slider-content p {
	color: #999;
	text-transform: uppercase;
	font-size: 20px!important;
	line-height: 28px;
	margin-bottom:20px!important;
	padding: 0;
}
.hero-slider-content a {
	background-color: transparent;
	border: 1px solid #999;
	color: #999!important;
	display:inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 6px 20px;
	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: #333!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff!important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 50%;
	width: 58px;
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}
.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
}
.nivo-prevNav {
	left: 20px;
}
.nivo-nextNav {
	right: 20px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 .hero-slider-content {
 display:none
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
 .hero-slider-content { 
 width:400px; 
 padding-top:40px;
 margin-left:90px;
}
.hero-slider-content h1 {
 font-size: 43px;
 line-height:30px;
 margin-bottom:0px!important
}
.hero-slider-content p {
 font-size: 15px!important;
margin-bottom:5px!important
}
.hero-slider-content a {
 padding: 2px 15px;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .hero-slider-content { 
 width:550px;  
 margin-left:90px;
}
.hero-slider-content h1 {
 font-size: 35px;
 line-height:35px;
}
.hero-slider-content p {
 font-size: 18px!important;
}
.hero-slider-content a {
 padding: 6px 20px;
}
}
