.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 {
 margin-left:20px;
}
.hero-slider-content h1 {
 color: #000;
 font-size: 40px;
 font-weight: 700;
 margin-bottom: 15px!important;
 text-align:left!important;
 opacity:0.9
}
.hero-slider-content .p-one {
 display: table;
 color: #aa3232;
 padding: 5px 0px 0px!important;
 font-size: 20px !important;
}
.hero-slider-content a {
 border:2px solid #000;
 color: #000!important;
 display: block;
 width:140px;
 margin:15px 10px 15px 0px!important;
 font-size: 17px;
 padding: 6px 5px;
 text-transform: capitalize;
 text-align:center;
 float:left;
 clear: left;
 -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: #000;
 color: #fff!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
 width: 50px;
 display: block;
 /*border: 1px solid #fff;*/
	font-size: 40px;
 text-align: center;
}
.nivo-directionNav a .fa {
 color:#fff
}
.nivo-directionNav a:hover {
 background-color:transparent;
}
.nivo-directionNav a:hover .fa {
 color:#f2b420
}
.nivo-prevNav {
 left: 0px;
}
.nivo-nextNav {
 right: 0px;
}
.nivo-nextNav:before {
 right:0!important;
}
.nivo-nextNav span {
 float:left !important;
}
@media only screen and (min-width:320px) and (max-width:767px) {
.nivoSlider img, .slider-overlay img {
height:150px!important;
 
}
.hero-slider-content {
margin-left:0px;
}
 .hero-slider-content h1 {
 font-size: 20px !important;
 margin-bottom: 0px !important;
 opacity: 0.9;
}
 .hero-slider-content .p-one {
 font-size: 14px !important;
margin-bottom:5px!important
}
 .hero-slider-content a {
padding:3px 10px;
font-size:10px;
height:auto!important;
width:100px;
text-align:center
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
 .hero-slider-content h1 {
 font-size: 30px;
}
.hero-slider-content .p-one {
 padding: 5px 0px 0px!important;
 font-size: 15px !important;
}
.hero-slider-content a {
 margin:5px 10px 0px 0px!important;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
.nivo-caption, .hero-static-caption {
 top: 50%;
}
.hero-slider-content h1 {
 font-size: 35px;
}
}
