 
.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: 52%;
	-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: #fbfbfb;
	font-size: 50px !important;
	font-weight: 700;
	margin-bottom: 10px !important; 
	line-height:60px;
	text-align: center !important;
	opacity: 0.9;
	font-family: font86463;
	letter-spacing:1.9px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #333, 3px 3px 5px #666; 
}

 
.hero-slider-content .p-one {
	display:block;
	margin:0 auto 0px!important;
	color: #fbfbfb;
	padding: 8px 0px 30px !important;
	font-size: 22px !important;
	line-height:30px;
	font-weight:600;
	text-align:center;
	text-shadow: 1px 1px 1px #333, 3px 3px 5px #666; 
}
.hero-slider-content .p-two  {
	color: #FFF;
	font-size: 40px!important; 
	line-height: 50px;
	margin-bottom: 20px; 
	font-weight:600;
	text-align:center!important; 
} 
.hero-slider-content a {
	color: #fff!important;
	font-size: 14px;
	font-weight:400;
	padding: 13px 15px;
	min-width:200px;
	text-transform: uppercase;
	text-align:center;
 	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin:0 auto !important;
	background:#bf9d6d;
	display:table;
	border-radius:5px;
	text-shadow: 1px 1px 1px #333, 3px 3px 5px #666; 
}

.hero-slider-content a:hover {
	background-color: #333;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #FFF !important;
	display: block;
	height: 58px;
	margin-top: -20px;
	text-align: center;
	top: 50%;
	width: 58px;
}
.nivo-directionNav a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.nivo-directionNav a i {
	display: block;
	font-size: 30px;
	line-height: 50px;
	margin-top:5px;
}
.nivo-prevNav {
	left: 30px;
}
.nivo-nextNav {
	right: 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
		.hero-slider-content, .nivo-directionNav {
			display:block;
		} 
		
		.nivo-controlNav { 
			display:none;
		}
		.nivo-controlNav li {
			margin-bottom: 15px!important;
		}
		.hero-slider-content .p-one {
			padding: 2px 0px 2px !important;
			font-size: 13px !important;
			line-height:20px !important;
			text-align:center;
			margin-bottom:15px !important;
		}
		.nivo-directionNav a {
			height: 30px;
			margin-top: 0;
			top: 45%;
			width: 30px;
		}
		.nivo-directionNav a i {
			font-size: 20px;
			line-height: 30px;
			margin-top: 0px;
		}
		.hero-slider-content h1 {
			font-size:18px !important;
			margin-bottom: 4px !important;
			line-height: 22px !important;
		}
		.nivo-prevNav {
			left: 10px;
		}
		.nivo-nextNav {
			right: 10px;
		}
		.hero-slider-content a {
			font-size: 12px;
		    padding: 5px 8px;
			min-width: 100px;
		}
		.nivo-caption, .hero-static-caption {
			top:58%;
		}
}
@media only screen and (min-width:768px) and (max-width:991px) {
 .nivo-controlNav { 
	bottom:30px;
} 
.nivo-caption, .hero-static-caption {
	top: 50%;
}
.hero-slider-content .p-one {
	margin:0 auto 6px!important;
	padding: 6px 15px 8px !important;
	font-size: 14px !important;
	text-transform: capitalize;
}
.hero-slider-content h1 {
    font-size: 27px !important;
    margin-bottom: 0px !important;
    line-height: 35px;
}
.hero-slider-content a {
	font-size: 13px;
     padding: 8px 15px;
    min-width: 120px;
   }
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
	.hero-slider-content {
		margin-left:50px;
	}
	.hero-slider-content h1 {
		 font-size: 35px !important;
		 line-height:45px !important;
	} 
	.hero-slider-content .p-one {
			padding: 6px 20px 8px !important;
			font-size: 15px !important;
	}
	.hero-slider-content a {
		padding: 10px 15px;
		min-width: 150px;
	}
	.nivo-controlNav {
		bottom: 60px;
		left:48%;
	}

}
