.nivo-caption, .hero-static-caption {
	font-family: 'Roboto', sans-serif!important;
	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 {
   font-family: 'Dosis', sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	text-align:left!important;
    max-width:768px;
    line-height:36px;
}
.hero-slider-content p {
	color: #fff;
	font-size: 16px!important;
	font-weight:400 !important;
	line-height: 28px;
	max-width: 755px;
	padding: 0;
	margin:10px 0 30px!important;
	text-align:left!important
}
.hero-slider-content a {
	background-color: #008ac3;
	color: #fff!important;
	display: block;
	width:200px;
	margin:15px 0 0!important;
	font-size: 15px;
	height: 50px;
	line-height: 24px;
	padding: 12px 10px;
	border-radius:50px;
	text-transform: uppercase;
	text-align:center!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-color: #2688d5;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #666!important;
	display: block;
	height: 58px;
	margin-top: -29px;
	text-align: center;
	top: 50%;
	width: 58px;
}
.nivo-directionNav a:hover {
	background-color: rgba(255, 255, 255, 0.6);
	color: #555;
}
.nivo-directionNav a i {
	display: block;
	font-size: 24px;
	line-height: 58px;
}
.nivo-prevNav {
	left: 40px;
}
.nivo-nextNav {
	right: 40px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
.hero-slider-content {
}
.hero-slider-content h1 {
font-size:20px!important;
text-align:center!important
}
.hero-slider-content p {
font-size:12px!important;
line-height:15px; 
margin:inherit!important;
margin-top:0px!important;
text-align:center!important;
margin-bottom:10px!important;
}
.hero-slider-content a {
padding:5px 10px;
font-size:12px;
margin:inherit!important;
margin-top:10px!important;
width:120px;
height:inherit;
display:table;
margin:auto !important;
}
    .hero-slider-content p {
        text-align:center !important;
    }
.nivo-directionNav a {
 height: 30px;
 margin-top: -18px;
 width: 30px;
}
.nivo-directionNav a i {
 font-size: 17px;
 line-height: 32px;
}
}
