.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: 55%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 100%;
 z-index: 8;
 overflow:visible!important
}
/*-- 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: 30px;
 font-weight: 500;
 margin-bottom: 0px!important;
 text-align:center!important;
 text-transform:uppercase
}
.hero-slider-content h1 strong {
 font-weight: 900;
 font-size: 70px;
}
.hero-slider-content p {
 color: #fff;
 font-size: 17px!important;
 font-weight:400;
 line-height: 28px;
 margin-bottom: 20px!important;
 padding: 0;
 text-align:center!important;
 opacity:0.9;
 -moz-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
 -webkit-text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
 text-shadow:0px 2px 5px rgba(0, 0, 0, 0.2);
}
 
.hero-slider-content a {
 background:#fdc30a;
 color: #222!important;
 display: block;
 width:140px;
 margin:15px auto!important;
 text-align:center;
 font-size: 14px;
 font-weight: 400;
 padding: 13px 0px 14px;
 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 {
 color: #fff!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
 background-color: rgba(255, 255, 255); 
 border-radius: 50%;
 color: #333!important;
 display: block;
 height: 48px;
 margin-top: -24px;
 text-align: center;
 top: 50%;
 width: 48px;
}
.nivo-directionNav a:hover {
 background-color: #fdc30a;
}
.nivo-directionNav a i {
 display: block;
 font-size: 24px;
 line-height: 46px;
}
.nivo-prevNav {
 left: 30px;
}
.nivo-nextNav {
 right: 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 .nivoSlider img, .slider-overlay img {
height:350px!important;
width:700px!important;
left: -110px;
}
 .hero-slider-content h1 {
font-size:20px!important;
text-align:center;
line-height:27px;
margin-bottom:0px!important
}
.hero-slider-content h1 strong {
    font-size: 22px!important;
    line-height: 30px;
}
.hero-slider-content p {
font-size:14px!important;
line-height:20px;
text-align:center;
max-width:250px;
margin-left:auto!important;
margin-right:auto!important;
margin-bottom:0!important
}
.hero-slider-content a {
     width:120px;
    margin:10px auto!important;
     font-size: 13px;
    font-weight: 400;
    padding: 10px 0px 10px;
 }
.nivo-controlNav li a {
 width:25px; 
}
.nivo-directionNav   {
display:none
}




}
 @media only screen and (min-width:768px) and (max-width:991px) {
.hero-slider-content h1 strong {
font-size: 55px!important;
}

}
@media only screen and (min-width:992px) and (max-width:1199px) {
 .hero-slider-content h1 strong {
 
 font-size: 65px;
}
}
