
/*==========================*/

.theme-mi-slider .nivoSlider{
	position:relative;	
}

.theme-mi-slider .nivoSlider a {
	border:0;
	display:block;
}

/* Nivo Pagination =========================*/

.nivo-controlNav{
	display: none;/*
	display: flex;
	justify-content: center;
	background-color: #333;*/
}

.theme-mi-slider .nivo-control{
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #545454;
	margin: 3px;
	text-indent: -9999px
}

.theme-mi-slider .nivo-control:hover{
	background: #1B1B1B;
}

.theme-mi-slider .active{
	background: red;
}

/* Nivo direction ============*/
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
}

.nivo-directionNav .nivo-prevNav{
	background-image: url(../img/circle-left.png);
	background-size: cover;
	text-indent: -9999px;
	left: 16px;
}

.nivo-directionNav .nivo-nextNav{
	background-image: url(../img/circle-right.png);
	background-size: cover;
	text-indent: -9999px;
	right: 16px;
}


/*Nivo Caption*/

.nivo-html-caption{
	position: absolute;
}