@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:100px; */
/* } */
.hero-slider-content h1 {
	color: #fff;
	font-size: 48px !important;
	line-height:60px !important;
	font-weight: 600;
	margin-bottom: 10px!important;
	text-align:left!important;
	opacity:0.9
}
.hero-slider-content h1 span {
	color:#fdbf00
}
.hero-slider-content .p-one {
	display: table;
	color: #fff;
	padding: 5px 0px 10px!important;
	font-size: 22px !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 #fdbf00;
	color: #fff!important;
	display: block;
	width:140px;
	margin:15px 10px 15px 0px!important;
	font-size: 17px;
	font-weight: 500;
	padding: 6px 5px;
	text-transform: uppercase;
	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: #fdbf00;
	color: #333!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 { */
/* display:none */
/* } */
.hero-slider-content h1 {
font-size:20px!important;
line-height:27px !important;
text-align:center;
margin-bottom:0!important
}
.hero-slider-content p {
font-size:10px!important;
line-height:14px;
text-align:center;
max-width:250px;
margin-left:auto!important;
margin-right:auto!important;
margin-bottom:0!important
}
.hero-slider-content a {
padding:6px 6px !important;
font-size:10px;
height:auto!important;
width:100px;
text-align:center
}
 .nivo-directionNav a {
 height: 30px;
 margin-top: -18px;
 width: 30px;
}
.nivo-directionNav a i {
 font-size: 17px;
 line-height: 32px;
}
.nivo-controlNav {
 bottom: 20px;
}

.nivoSlider {
	height:230px;
}
.nivoSlider img {
	height: 230px !important;
}

.hero-slider-content .p-one {
    padding: 5px 0px 10px!important;
    font-size: 14px !important;
	line-height:22px !important;
	margin-left:0 !important;
}
.hero-slider-content .p-one span.arrow {
    height: 20px;
    background: url(../../design_img/right-arrow.png) no-repeat center;
    background-size: cover;
    width: 20px;
    display: inline-block;
    vertical-align: -5px;
    margin-left: 7px;
}



}
@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: 24px !important;
 line-height:32px;
}
.hero-slider-content .p-one {
     padding: 5px 0px 5px!important;
    font-size: 16px !important;
	line-height:24px !important;
    text-transform: uppercase;
}

.hero-slider-content a {
    border: 1px solid #fdbf00;
     width: 140px;
    margin: 5px 10px 5px 0px!important;
    font-size: 14px;
    padding: 8px 5px !important;
}



}
 @media only screen and (min-width:992px) and (max-width:1199px) {
.hero-slider-content {
	margin-left:0px;
}
.hero-slider-content a {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 5px !important;
}
.hero-slider-content h1 {
	font-size: 35px;
}

}
