 
.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: 52%;
	-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: 55px !important;
	font-weight: 400;
	margin-bottom: 5px !important; 
	line-height:70px;
	text-align: center !important;
	text-transform:normal;
	opacity: 0.9;
	font-family: 'Great Vibes', cursive;
}
.hero-slider-content .sld-border{
	width:50px;
	height:2px;
	background:#FFF;
	display:table;
	margin:5px auto !important;
}
.hero-slider-content .p-one {
	background: #fd5d17;
	display: table;
	margin:0 auto 10px!important;
	color: #fff;
	font-weight:600;
	padding: 12px 30px 14px !important;
	font-size: 18px !important;
	text-transform: uppercase;
}
.hero-slider-content .p-two  {
	color: #FFF;
	font-size: 14px!important; 
	line-height: 22px;
	margin-bottom: 37px; 
	text-align:center!important; 
} 
.hero-slider-content a {

	width:150px;
	display:block;
	margin:15px auto 15px !important;
	color:#FFF !important; 
	font-size:14px !important;
	line-height:22px;
	text-transform:capitalize;
	font-weight:400;
	text-align:center;
	padding:10px 15px !important;
	background: #e46619;
	-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: #FFF !important;
	color:#fd5d17 !important;
}
/*-- Nivo Direction Nav --*/
	
@media only screen and (min-width:320px) and (max-width:767px) {

.hero-slider-content h1 {
      font-size: 24px !important;
      line-height: 32px;
 }
 .nivo-caption, .hero-static-caption {
       top: 54%;
}
.nivoSlider {
    top: 1px;
    height: 140px !important;
}
.nivoSlider img {
   height:140px !important;
}
	.nivo-controlNav {
        top: 90%;
		margin-bottom: -90%;
		left: inherit;
		right:-25px;
		margin-right: -81%;
		-webkit-transform: translate(-90%, -81%);
		-moz-transform: translate(-90%, -81%);
		transform: translate(-90%, -81%);
	}

}
@media only screen and (min-width:768px) and (max-width:991px) {
	.hero-slider-content h1 {
		font-size: 30px !important;
		line-height:40px;
	} 
.hero-slider-content .p-one {
	
	margin:0px auto 8px!important;
	padding: 6px 20px 6px !important;
	font-size: 16px !important;
	line-height:24px !important;
	
}
.nivo-directionNav a {
	height: 35px;
	margin-top: -20px;
	width: 35px;
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.nivo-directionNav a i {
	display: block;
	font-size: 23px;
	line-height: 35px;
}
.nivo-caption, .hero-static-caption {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.nivo-controlNav {
    top: 90%;
    margin-bottom: -50%;
    left: 92%;
    margin-right: -92%;
    -webkit-transform: translate(-90%, -92%);
    -moz-transform: translate(-90%, -92%);
    transform: translate(-90%, -92%);
}


}
 @media only screen and (min-width:992px) and (max-width:1199px) {


.hero-slider-content h1 {
	font-size: 35px !important;
	line-height:45px;
} 
.hero-slider-content .p-one {
	margin:0px auto 8px!important;
	padding: 6px 20px 6px !important;
	font-size: 18px !important;
	line-height:27px !important;
}
.nivo-directionNav a {
	height: 40px;
	margin-top: -20px;
	width: 40px;
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.nivo-directionNav a i {
	display: block;
	font-size: 26px;
	line-height: 40px;
}
.nivo-caption, .hero-static-caption {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nivo-controlNav {
    top: 90%;
    margin-bottom: -50%;
    left: 94%;
    margin-right: -94%;
    -webkit-transform: translate(-90%, -94%);
    -moz-transform: translate(-90%, -94%);
    transform: translate(-90%, -94%);
}


}
