.theme-default .nivo-controlNav{
	position: absolute;
	display: none;
	bottom: 30px;
	padding: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.theme-default .nivo-controlNav a{

display: inline-block;
width: 14px;
height: 14px;
margin: 0;
background: rgb(0, 0, 0) 0 -999px url('../../plugins/shortcodes-ultimate/assets/images/swiper/default.png') no-repeat;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.theme-default .nivo-controlNav a:hover{
	background-position: 0 -40px;
}
.metaslider .slider-wrapper .nivo-controlNav a{
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;

}
.theme-default .nivo-controlNav a.active{
	background-position: 0 -40px;
	background-color: rgba(255, 255, 255, 0.5);
}
.slider-wrapper:hover .nivo-controlNav{
	opacity: 1;
	/*filter: alpha(opacity=1);*/
}
.slider-wrapper:hover .nivo-controlNav a{
	margin: 0 3px;
}

/*arrows*/
.metaslider .slider-wrapper .nivo-directionNav a{
	position: absolute;
top: 50%;
display: block;
width: 40px;
height: 40px;
margin-top: -20px !important;
background: rgb(0, 0, 0) 0 0 url('../../plugins/shortcodes-ultimate/assets/images/swiper/default.png') no-repeat;
    background-color: rgb(0, 0, 0);
    background-position-x: 0px;
    background-position-y: 0px;
background-color: rgba(0, 0, 0, 0.5);
cursor: pointer;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
filter: alpha(opacity=0);
opacity: 0;
transition: all .2s;
-o-transition: all .2s;
-ie-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
}
.metaslider .slider-wrapper .nivo-directionNav a:hover{
	opacity: 1;
}
.metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav{
	background-position: -40px 0;
}
.slider-wrapper:hover .nivo-directionNav a{
	opacity: .7;
}
/*end of arrows*/

.nivo-caption{
	width: auto;
	padding-left: 100px;
	padding-right: 30px;
	padding-bottom: 13px;
}

/*13.12.19*/
.metaslider {
		max-width: 1200px;
}
.nivo-caption{
	width: 100%;
	opacity: 1;
	background-color: rgba(0,0,0, .69);
	padding-left: 30px;
	text-align: center;
}
/*end 13.12.19*/

@media only screen and (max-width: 768px){
	.nivo-caption{
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 10px;
	}
	.nivo-caption h3{
		font-size: 20px;
	}
	/*.theme-default .nivo-controlNav{
		bottom: 25%;
	}*/
}
@media only screen and (max-width: 480px){
	.nivo-caption{
		display: none !important;

	}
	/*.theme-default .nivo-controlNav{
		bottom: 5%;
	}*/
}