@import url('https://fonts.googleapis.com/css?family=Playball');
.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:0px;
}
.hero-slider-content h1 {
 color:#09493a;
 font-size: 42px;
 font-weight: 700;
 margin-bottom: 15px!important;
 text-align:left!important;
 opacity:0.9
}
.hero-slider-content h1 span {
    color: #ffcc29;
}
.hero-slider-content .p-one {
 display: table;
    color: #d5aa1f;
 padding: 5px 0px 10px!important;
 font-size: 20px !important;
}
.hero-slider-content .p-one span.arrow {
 height: 30px;
 background: url(../../design_img/right-arrow.png) no-repeat center;
 background-size: cover;
 width: 30px;
 display: inline-block;
 vertical-align: -7px;
 margin-left:10px;
}
.hero-slider-content a {
border: 2px solid #256415;
color: #256415 !important;
 display: block;
 width:140px;
 margin:15px 10px 15px 0px!important;
 font-size: 17px;
 font-weight: 500;
 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: #d5aa1f;
 border-color:#d5aa1f;
 color: #fff!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
 width: 70px;
 display: block;
}
.nivo-directionNav a:before {
 content:'';
 width:25px;
 height:4px;
 background:#000;
 position:absolute;
}
.nivo-directionNav a span {
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 transform: rotate(90deg);
 text-transform:uppercase;
 float:right;
 margin-top: -5px;
 color:#000;
 letter-spacing:1px;
 font-weight:600
}
.nivo-directionNav a:hover {
 background-color:transparent;
}
.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) {
.hero-slider-content, .nivo-directionNav {
}
.nivoSlider {
    height: 220px;
}
.nivoSlider img {
    height: 220px !important;
}

.hero-slider-content h1 {
font-size:16px!important;
text-align:center;
margin-bottom:0!important
}
.hero-slider-content .p-one {
 font-size: 12px !important;
 text-transform: none;
 line-height: 0;
 margin-bottom: 0 !important;
}
.hero-slider-content a {
    display:block;
    border: 1px solid #44d766;
    width: 120px;
    margin: 10px 10px 10px 0px !important;
    font-size: 14px;
    padding: 6px 5px;
}
.hero-slider-content .p-one span.arrow {
 height: 14px;
 width: 16px;
 vertical-align: -4px;
}
.nivo-controlNav {
 bottom: 20px;
display:none
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.nivo-controlNav {
 bottom: 50px;
}
.hero-slider-content {
margin-left:0px;
}
.hero-slider-content h1 {
 font-size: 35px;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
.hero-slider-content {
margin-left:0px;
}
.hero-slider-content h1 {
 font-size: 35px;
}
}
