.nivo-controlNav {
	position: absolute;
	bottom: 0;
	padding: 0 20px!important;
	z-index: 10;
	text-align:left!important;
}
.metaslider .nivo-controlNav .nivo-control, .nivo-controlNav .nivo-control {
	background: #aaaaaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 11px;
	width: 11px; 
	margin: 0 2px 0 0;
	text-indent: -9999px;
	display: inline-block;
}
.metaslider .nivo-controlNav .nivo-control.active, .nivo-controlNav .nivo-control.active {
	background: #666666;
}
.metaslider .nivo-directionNav a {
	font-family: FontAwesome;
	background-image: none!important;
	text-indent: 0!important;
	font-size: 0;
	
}
.nivo-directionNav a:hover {
	cursor:pointer
}

.nivo-directionNav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index:100000
}
.metaslider .nivo-directionNav a:before {
	background-color: #000000;
	color: #ffffff;
	text-align:center;
	position:absolute;
	font-size: 20px;
	height: 30px;
	width: 30px;
	opacity: 0;
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.metaslider:hover .nivo-directionNav a:before {
	opacity: 0.6;
}
.metaslider .nivo-directionNav a:hover:before {
	opacity: 1;
}
.metaslider .nivo-directionNav a.nivo-prevNav:before {
	content: "\f053";
}
.metaslider .nivo-directionNav a.nivo-nextNav:before {
	content: "\f054";
}
#main .nivo-nextNav {
	float: right!important;
	width: 30px!important
}
.metaslider .nivo-caption {
	bottom: 20px;
	left: inherit;
    right: 50px;
    width: 33%;
    background: rgba(0,0,0,0.8);
    opacity: 1;
}
.metaslider .nivo-caption h2,
.metaslider .nivo-caption h3 {
	margin: 0;
}
@media (max-width: 992px){
	.metaslider .nivo-caption {
	    width: 50%;
	}
}
@media (max-width: 768px){
	.metaslider .nivo-caption {
	    width: 100%;
	    left: 0;
		bottom: 0;
    	right: 0;
    	font-size: 13px;
	}
	.metaslider .nivo-controlNav {
		display: none;
	}
}
