.box-rotate {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: -4px 0 0 0;
	padding: 0;
}

.box-rotate--content {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.box-rotate .royalSlider {
	height: auto;
}

.box-rotate .rsSlide {
	width: 100%;
	position: absolute;
}

.box-rotate--content-item {
	width: 100%;
}

.box-rotate--content-item_credit {
	position: relative;
	float: right;
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
	font: 10px 'Roboto-medium';
	height: 12px;
	line-height: 12px;
	color: #333;
}

.box-rotate--content-item a {
	display: block;
	text-decoration: none;
}

.box-rotate--content-item img {
	display: block;
	width: 100%;
	height: auto;
}

.box-rotate--content-item_title {
	margin: 0;
	padding: 8px 0 0 0;
	font: 48px 'folhaii-semibold';
	line-height: 1.04;
	color: #333;
}
.box-rotate--content-item_description {
	display: inline-block;
	margin: 0;
	padding: 15px 0 0 0;
	font: 18px 'Roboto-medium';
	line-height: 1.22;
	color: #333;
}

.box-item-share {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.box-item-share .icon-share {
	bottom: 10px;
	right: 10px;
}

.box-rotate .rsNav {
	text-align: center;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	border-top: 1px solid #dedede;
	margin: 30px 0 0 0;
	padding: 16px 0;
	font-size: 0;
}

.box-rotate .rsArrowLeft,
.box-rotate .rsArrowRight {
	position: absolute;
	display: block;
	top: 230px;
	width: 44px;
	height: 44px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	-moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
.box-rotate .rsArrowLeft {
	background: #fff url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_left.svg') center center no-repeat;
	left: 30px;
}
.box-rotate .rsArrowRight {
	background: #fff url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_right.svg') center center no-repeat;
	right: 30px;
}

@media (max-width: 768px) {
	.box-rotate .rsArrowLeft,
	.container-gallery .rsArrowLeft,
	.box-rotate .rsArrowRight,
	.container-gallery .rsArrowRight {
	    display: none!important;
	}
}

.box-rotate .rsBullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0 6px;
	background-color: #eee;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box-rotate .rsNavSelected {
	background-color: #00adef;
	cursor: default;
}

/* lg */
@media (max-width: 1199px) {
	.box-rotate .rsArrowLeft,
	.box-rotate .rsArrowRight {
		top: 200px;
	}

/* md */
@media (max-width: 991px) {
	.box-rotate .rsArrowLeft,
	.box-rotate .rsArrowRight {
		top: 230px;
	}
}

/* sm */
@media (max-width: 767px) {
	.box-rotate--content-item_title {
		font-size: 28px;
	}
	.box-rotate--content-item_description {
		font-size: 15px;
	}
	.box-rotate .rsArrowLeft,
	.box-rotate .rsArrowRight {
		top: 32%;
	}
}

/* xs */
@media (max-width: 543px) {
	.box-rotate .rsArrowLeft,
	.box-rotate .rsArrowRight {
		top: 25%;
		width: 32px;
		height: 32px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	.box-rotate .rsArrowLeft {
		left: 20px;
	}
	.box-rotate .rsArrowRight {
		right: 20px;
	}
}
/* xxs */
@media (max-width: 399px) {
	.box-rotate .rsArrowLeft,
	.box-rotate .rsArrowRight {
		top: 22%;
	}
}
