*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

.theme-mi-slider .nivoSlider a {
	border:0;
	display:block;
	margin-left: 35px;
}

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

.nivo-controlNav{
	display: none;
	justify-content: center;
}

.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: #1B1B1B;
}

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

.nivo-directionNav .nivo-prevNav{
	background-image: url(../images/icons/circle-left.png);
	background-size: cover;
	text-indent: -9999px;
	left: 30px;
	z-index: 30;
}

.nivo-directionNav .nivo-nextNav{
	background-image: url(../images/icons/circle-right.png);
	background-size: cover;
	text-indent: -9999px;
	right: 30px;
	z-index: 30;
}


/*Nivo Caption*/

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


@media only screen and (max-width: 1155px) {

	.theme-mi-slider .nivoSlider{
		margin-top: 42px;
	}

	.nivo-directionNav .nivo-nextNav{
		right: 5px;
	}

	.nivo-directionNav .nivo-prevNav{
		left: -28px;
	}

	#marcas{
		margin-top: 0px;
	    /* height: 117px; */
	    width: 280px;
	    margin: 0 auto;
	}

	#marcas .nivo-directionNav .nivo-prevNav{
		background-image: none;
	}

	#marcas .nivo-directionNav .nivo-nextNav{
		background-image: none;
	}

}

