.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: 55%;
	-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: #fff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px !important;
	text-align: left !important;
	text-transform:uppercase;
	display:table;
	position:relative;
	padding: 7px 10px !important;
}
.hero-slider-content h1 span{
	background: rgb(16 137 203);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:-1; 
}

.hero-slider-content h2 {
	color: #613a91;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px !important;
	text-align: left !important;
	text-transform:uppercase;
}
.hero-slider-content p{
	color: #000;
	font-size: 16px !important;
	font-weight:300;
}

.hero-slider-content a {
	background-color: #fe0;
	color: #000!important;
	display: block;
	width:140px;
	float:left;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 5px;
	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;
	clear:both;
}
.hero-slider-content a:hover {
	background-color: #000;
	color: #fff!important;
}
/*-- Nivo Direction Nav --*/
.nivo-directionNav {
}
.nivo-directionNav a {
	width: 60px;
	display: block;
}
.nivo-directionNav a span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	text-transform:uppercase;
	float:right;
	color:#000;
	letter-spacing:6px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size: 10px;
}
.nivo-directionNav a:hover {
	background-color:transparent;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
.nivo-nextNav span {
	float:left !important;
}
@media only screen and (min-width:320px) and (max-width:767px) {
.nivo-caption, .hero-static-caption { 
    top: 27%; 
}
.nivo-controlNav {
 top:55%;
 right:30px;
}
.nivo-controlNav li {
 margin-bottom: 15px!important;
}
.nivo-controlNav li a {
 width:5px;
 height:5px;
}
.nivo-controlNav a.active:after {
 width: 15px;
 height: 15px;
 top: -5px;
 left: -5px;
}
.nivo-directionNav {
	display:none
}
 /* .hero-slider-content, .nivo-directionNav {
display:none
} */
.hero-slider-content h1 {
font-size:18px!important;
text-align:center; 
}
.hero-slider-content p {
	font-size: 11px !important;
	line-height: 18px;
}
.hero-slider-content a {
padding:3px 10px;
font-size:10px;
height:auto!important;
width:100px;
text-align:center
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.nivo-controlNav li {
 margin-bottom: 22px!important;
}
 .hero-slider-content {
margin-left:50px;
}
.nivo-controlNav {
 top:50%;
}
}
 @media only screen and (min-width:992px) and (max-width:1199px) {
.nivo-controlNav {
 top:58%;
}
.nivo-controlNav li {
 margin-bottom: 22px!important;
}
.hero-slider-content {
margin-left:30px;
}
.hero-slider-content h1 {
 font-size: 35px;
}
}
