.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-weight: 900;
 font-size: 40px!important;
 margin-bottom: 10px!important;
 text-align:left!important;
 -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 p {
 color: #fff;
 font-size: 17px!important;
 font-weight:400;
 line-height: 28px;
 margin-bottom: 20px!important;
 padding: 0;
 text-align:left!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:#1a5c7f;
 color: #fff!important;
 display: block;
 width:160px;
 margin:15px 0!important;
 text-align:center;
 font-size: 14px;
 font-weight: 600;
 padding: 13px 0px 14px;
 text-transform:uppercase;
 letter-spacing:1px;
 border-radius:1px!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:#144763;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
 background-color: transparent;
 border-radius: 50%;
 color: #fff!important;
 width: 48px;
 height: 48px;
 text-align: center;
}
.nivo-directionNav a:hover {
 background-color: #0000001f!important;
}
.nivo-directionNav a img {
 max-width: 100%;
 padding: 10px;
}
.nivo-prevNav {
 left: 30px;
}
.nivo-nextNav {
 right: 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 .hero-slider-content h1 {
font-size:20px!important;
text-align:center;
line-height:20px;
margin-bottom:0px!important
}
 .hero-slider-content p {
font-size:12px!important;
line-height:16px;
text-align:center;
max-width:250px;
margin-left:auto!important;
margin-right:auto!important;
margin-bottom:0!important
}
.hero-slider-content a {
display:none
}
 .nivo-directionNav, .nivo-controlNav {
display:none
}
}
 @media only screen and (min-width:768px) and (max-width:991px) {
.nivo-caption, .hero-static-caption {
 top: 45%;
}
.hero-slider-content h1 {
 font-size: 32px!important;
}
 
.hero-slider-content a {
display:none
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.nivo-caption, .hero-static-caption {
 top: 48%;
} 
}
