@import url('https://fonts.googleapis.com/css?family=Arizonia');
.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 {
}
.hero-slider-content h1 {
	color: #333;
	font-size: 30px;
	font-weight: 500 !important;
	line-height:40px;
	margin-bottom: 15px!important;
	text-transform:uppercase; 
	text-align:center!important;
	background:#FFF;
	opacity:0.9;
	display:table;
	margin:10px auto !important;
	padding:0px 15px 0px !important;
	font-weight:600;
}
.hero-slider-content p {
	color: #fff;
    font-size: 36px!important;
    font-weight: 400;
    opacity: 0.9;
    line-height: 50px;
    margin-bottom: 37px!important;
    padding: 0;
    text-align: center!important;
}
.hero-slider-content .p-one {
font-family: 'Arizonia', cursive;font-size: 45px!important	;text-transform:none;  margin-bottom: 0px!important;   
}

.hero-slider-content span.brdr{ height:3px; background:#fff; width:50px;  margin: 30px auto; display:table;}
.hero-slider-content a {
	background-color: #ffee00;
	 
	color: #333!important;
	display: block;
	width:130px;
	margin:20px  auto!important; 
	font-size: 14px;
	font-weight: 600; 
	padding: 5px 8px;
	text-transform: capitalize;
	text-align:center;
	 border-radius:25px;
	-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:after {
	content: '\f178';
	font-family: 'FontAwesome';
	font-size: 17px;
	margin-left:8px;
	vertical-align: -2px;
	 
}
.hero-slider-content a:hover {
	background-color: #258af2;
	color: #fff!important;
} 
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.8)!important;
	display: block;
	height: 50px;
	margin-top: -29px;
	text-align: center;
	top: 50%;
	width: 50px;
	border:2px solid rgba(255, 255, 255, 0.5);
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.nivo-directionNav a i {
	display: block;
	font-size: 30px;
	line-height: 45px;
}
.nivo-prevNav {
	left: 30px;
}
.nivo-nextNav {
	right: 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
 .nivo-caption, .hero-static-caption {
 top: 50%;
}
 .hero-slider-content p {
 font-size: 10px!important;
 line-height: 14px;
 margin-bottom: 10px!important;
}
.hero-slider-content .p-one {
font-size: 25px!important;
}
.hero-slider-content span.brdr {
margin: 10px auto;
display:table;
}
.nivo-controlNav {
 top:50%;
 right:15px;
}
.nivo-directionNav {
display:none
}
.hero-slider-content a {
 width:120px;
 margin:0px auto!important;
 font-size: 12px;
 font-weight: 500;
 padding: 0px 8px;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.nivo-caption, .hero-static-caption {
 top: 70%;
}
 .hero-slider-content p {
 font-size: 13px!important;
 line-height: 22px;
 margin-bottom: 10px!important;
}
.hero-slider-content .p-one {
font-size: 32px!important;
}
.hero-slider-content span.brdr {
margin: 20px auto;
display:table;
}
.nivo-controlNav {
 top:65%;
 right:40px;
}
.nivo-directionNav {
display:none
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) { 
.nivo-caption, .hero-static-caption {   
	top: 60%;
	 
} 
}
