/* Gallery * */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
	height: 300px;
	position: relative;
	direction: ltr;
	-webkit-backface-visibility: hidden;
}
.royalSlider > * {
	float: left;
}
.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}
.royalSlider > .rsContent,
.royalSlider > .rsSlideRoot {
	visibility: visible;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink,
.rsWebkit3d .rsContent {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d .rsContent,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}
.rsThumb {
	float: left;
	position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: left;
	z-index: 90;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto !important;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.rsAutoHeight .rsContent {
	position: relative;
	height: auto;
}
.rsPreloader {
	position: absolute;
	z-index: 0;
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNav {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}
.rsABlock,
.rsSBlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}
img.rsImg {
	max-width: none;
	min-width: 0;
}
.rsNoDrag {
	cursor: auto;
}
a.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	-webkit-backface-visibility: hidden;
	outline: none;
	padding: 0;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.abBlackBox {
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.75);
	padding: 15px;
}
.abWhiteBox {
	color: #000;
	background: #fff;
	background: rgba(255,255,255,0.75);
	padding: 15px;
}
.abTextAlignCenter {
	text-align: center;
}
/*- Core */
/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #fff;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 99;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault.rsVer .rsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
	left: 0;
	top: 0;
}
.rsDefault.rsHor .rsArrowRight {
	right: 0;
	top: 0;
}
.rsDefault .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url("//f.i.uol.com.br/app/2/rs-default.png");
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
	opacity: 0.2;
	display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #000;
	background: rgba(0,0,0,0.75);
	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullets * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #fff;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
	width: 100%;
	height: 52px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
}
.rsDefault .rsTmb {
	display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #fff;
}
.rsDefault .rsTmb span {
	color: #ddd;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0;
}
.rsDefault .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url("//f.i.uol.com.br/app/2/rs-default.png");
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
	display: none !important;
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #d9d9dd;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
	*display: inline;
	*zoom: 1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
	border: 1px solid #d9d9dd;
	background-color: #f4f4f4;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
	color: #fff;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102,102,102,0.65) inset;
	background: #acacac;
	background-image: -webkit-linear-gradient(top, #acacac, #bbb);
	background-image: -moz-llinear-gradient(top, #acacac, #bbb);
	background-image: linear-gradient(to bottom, #acacac, #bbb);
}
/***************
*
*  5. Fullscreen button
*
****************/
.btn-fullscreen,
.btn-closeFullscreen {
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0;
	display: block;
	cursor: pointer;
	z-index: 9999;
	font-size: 0;
}
.btn-fullscreen {
	width: 23px;
	height: 23px;
	background: url("//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/fullscreen.svg");
}
.btn-closeFullscreen {
	height: 18px;
	width: 18px;
	background: url("//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/close.svg");
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background: url("//f.i.uol.com.br/app/2/rs-default.png") no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}
.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url("//f.i.uol.com.br/app/2/rs-default.png") -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url("//f.i.uol.com.br/app/2/preloader-white.gif");
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/

.rsDefault .rsThumbsHor {
	position: absolute;
	bottom: 0;
	padding: 10px 0px;
}
.royalSlider.rsFullscreen {
	overflow: hidden !important;
}
.rsDefault .rsGCaption {
	width: 95%;
	bottom: 72px;
	padding: 15px 50px 25px 10px;
	left: 0;
	background: rgba(0,0,0,0.8) !important;
	border-bottom: 1px solid #7d7d7d;
	font-size: 14px;
	line-height: 20px;
}
.rsDefault .rsCaption {
	float: left;
	width: 100%;
}
.rsDefault .rsCaption p {
	display: inline-block;
	float: left;

}
.rsGCaption .credit {
	/*float: right;*/
	font-size: 10px;
	padding: 5px 0;
	position: static;
	/* width: 100%; */
	color: #fff;
	/* padding: 5px 0 0 0; */
}
.rsGCaption .credit span {
	display: inline;
	padding-right: 10px;
}
.rsCaption a {
	color: #ddd;
	text-decoration: underline;
}

/* =============================================================================
	GALLERY FULLSCREEN
	========================================================================== */

.containerGallery{
	display: inline-block;
	width: 100%;
}

.containerGallery.fullscreen .article-gallery .current{
	position: relative;
	left: 0;
	width: 100%;
	display: block;
	margin: 0;
	text-align: center;
	font-size: 16px;
}

.containerGallery.fullscreen{
	background-color: #333;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	bottom: 0;
	display: table;
	height: 100%;
	z-index: 99999999
}

.containerGallery.fullscreen .article-gallery .rsDefault.rsHor .rsArrowLeft .rsArrowIcn{
}
.containerGallery.fullscreen .article-gallery .rsDefault.rsHor .rsArrowRight .rsArrowIcn{
}
.containerGallery.fullscreen .article-gallery .rsDefault.rsHor .rsArrowLeft{}
.containerGallery.fullscreen .article-gallery .rsDefault.rsHor .rsArrowRight{}
.containerGallery.fullscreen .rsDefault .rsArrowIcn{
		background-color: transparent; 
		width: 38px;
		background-color: transparent;
		height: 38px;
		background-size: 100% 100%;
}
.containerGallery.fullscreen .toolbar{
	float: none;
	width: 100%;
	height: auto;
	background: transparent;
	border: none;
}
.side-fullgallery{ margin-top: 55px; }
.side-fullgallery .galeria-ad-full,
.side-fullgallery .rs_skip{
	border: none;
	height: 270px;
	margin: 50px 0 0 0;
}
.side-fullgallery .credit{ font-size: 12px; color: #fff; position: static; display: inline; }
.side-fullgallery .rsGCaption-area{
	float: right;
	padding-right: 30px;
	color: #fff;
	font: normal 14px 'Roboto-medium'; 
}

.article-gallery .current:before{
		background:  url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/gallery.svg') no-repeat;
		content: '';
		width: 24px;
		height: 24px;
		display: inline-block;
		position: relative;
		left: -15px;
		margin-bottom: -5px;
}

.share-fullgallery .share{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: block;
	float: left;
	background-color: #fff;
	margin-right: 15px;
	padding: 0;
}
.share-fullgallery .share:last-child{margin: 0}

.share-fullgallery .share.facebook a{ background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/social_facebook.svg') center center no-repeat; }
.share-fullgallery .share.twitter a{ background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/social_twitter.svg') center center no-repeat; }
.share-fullgallery .share.plusone a{ background: url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/social_google.svg') center center no-repeat; }
.share-fullgallery .share a{
	display: block;
	height: 100%;
	text-indent: -9999px;
	background-size: 14px 14px !important;
}

/* Custom CSS */
.container-gallery {
	background-color: #333;
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}
.main-gallery {
	color: #fff;
	background-color: #333;
	padding: 0 15px;
}
.container-gallery .main-gallery {
	padding: 0;
}

.article-gallery {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.article-gallery h1 {
	font: 36px 'folhaii-semibold';
	margin: 30px 40px 30px 0;
	padding: 0;
}
.article-gallery .rsDefault, .article-gallery .rsDefault .rsOverflow, .article-gallery .rsDefault .rsSlide{
	background-color: #333;
}
.article-gallery .rsDefault .rsArrowIcn{
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	border-radius:100%;
	width: 44px;
	height: 44px;
	margin: -44px 0 0 -22px;
}
.article-gallery .rsDefault.rsHor .rsArrowLeft {
	left: 15px;
}
.article-gallery .rsDefault.rsHor .rsArrowRight {
	right: 15px;
}
.article-gallery .rsDefault.rsHor .rsArrowRight .rsArrowIcn{
	background: #fff url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_right.svg') center center no-repeat;
}
.article-gallery .rsDefault.rsHor .rsArrowLeft .rsArrowIcn{
	background: #fff url('//f.i.uol.com.br/folha/especial/2016/eleicoes/svg/arrow_left.svg') center center no-repeat;
}
.article-gallery .rsDefault .rsGCaption {
	width: 100%;
	border: none;
	height: 72px;
	padding: 0;
	background-color: rgba(51, 51, 51, 0.5) !important;
	position: absolute;
}
.article-gallery .rsDefault .rsGCaption .rsCaption {
	height: 100%;
}
.article-gallery .rsDefault .rsGCaption .rsCaption p {
	width: 80%;
	padding: 0;
	margin: 15px 0 0 15px;
	font: 16px 'Roboto';
	line-height: 1.38;
}
.article-gallery .rsDefault .rsGCaption .credit {
	padding: 5px 0 0 0;
}
.article-gallery .rsDefault .rsNav {
	font: 14px 'Roboto';
	display: none !important;
}
.article-gallery .current{
	position: absolute;
	right: 15px;
	margin-top: -120px;
	color: #fff;
	z-index: 999;
}

.main-gallery .rsDefault .rsGCaption {
	margin-left: 14%;
	width: 72%;
}
.news-begin .rsDefault .rsGCaption {
	margin-left: 13%;
	width: 74%;
}

.rsDefault .rsThumb {
	width: 76px;
	height: 52px;
	border: 4px solid #676768;
}
.rsDefault .rsThumb.rsNavSelected {
	background: none;
	border-color: #1ea3ff;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 1;
}

.plus-gallery {
	font: 16px 'Roboto';
	line-height: 1.13;
	color: #ffffff;
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
	margin-bottom: 60px;
}
.plus-gallery a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.plus-gallery .kicker {
	display: block;
	margin-bottom: 21px;
	font-size: 15px;
	text-transform: uppercase;
}
.plus-gallery img {
	float: left;
	display: block;
	width: 77px;
	height: auto;
	margin: 0 16px 0 0;
}
.plus-gallery h4 {
	float: left;
	display: block;
	width: 160px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.plus-gallery .plus-link {
	float: right;
	display: block;
	margin: 26px 0 0 0;
	text-transform: uppercase;
	position: absolute;
	right: 15px;
	font-weight: bold;
}

/* Fullscreen */
.fullscreen .article-gallery h1 {
	font-size: 36px;
	margin: 30px 40px 30px 0;
	padding: 0;
}
.fullscreen .article-gallery .rsDefault .rsOverflow{
	background-color: #333;
}
.fullscreen .article-gallery .rsDefault{
	background-color: #333; 
}
.fullscreen .rsDefault .rsSlide{
	background-color: #333; 
}

/* Advertising */
iframe.advertising-88x31 {
	width: 88px;
	height: 31px;
	overflow: hidden;
	float: right;
	margin: 20px 20px 0 0;
	padding: 0;
	border: 0;
	outline: 0;
}
.fullscreen iframe.advertising-88x31 {
	display: none;
}
.main-gallery iframe.advertising-88x31 {
	margin-top: 35px;
}

/* Responsividade */
@media (max-width: 1199px) {
	.plus-gallery h4 {
		width: 110px;
		font-size: 14px;
	}
	.main-gallery .rsDefault .rsGCaption {
		margin-left: 15%;
		width: 70%;
	}
	.news-begin .rsDefault .rsGCaption {
		margin-left: 14%;
		width: 72%;
	}
}

@media (max-width: 1023px) {
	.gfullwidth, .gfullwidth .col-lg-9, .gfullwidth .side-fullgallery{ padding: 0; }
	.containerGallery.fullscreen{ display: block;overflow: scroll; padding: 0; }
	.containerGallery.fullscreen .current{ margin-top: 20px; }
	.totalImg{ margin-bottom: 8px; color: #cfcfcf }
	.side-fullgallery{ height: auto; display: block; float: left; width: 100%; margin-top: 0; }
	.side-fullgallery .rsGCaption-area{ width: auto; float: none; margin-bottom: 40px; padding-right: 0px; }
	.side-fullgallery .rs_skip{ position: relative; bottom: 0; margin: 0 auto; display: block; width: 300px; right: 0; padding: 20px 0; }
	.share-fullgallery{ float: none !important; width: 120px; margin: 0 auto; }
	.article-gallery .current{ position: relative; display: block; float: left; margin-top: -50px; left: 50%; margin-left: -40px;}
	.videos.carousel li h2{ margin: 20px 15px 0 15px; font-size: 24px; }
	.videos.carousel .carousel-list li{
		overflow: hidden;
		width: 750px;
	}
	.videos .vcontainer{
		margin-left: -15px;
		margin-right: -15px;
	}
	section.videos{ padding-top: 0px; }
	.article-gallery .rsDefault .rsArrowIcn{
		width: 34px;
		height: 34px;
		margin-left: -17px;
	}
	.rsDefault .rsGCaption{
		float: left;
		position: static;
		width: 100%;
	}
	.rsDefault .rsCaption p {
		font-size: 13px;
	}
	.rotate .rsArrow {
		display: none!important;
	}
	.main-gallery .rsDefault .rsGCaption {
		margin-left: 15%;
		width: 70%;
	}
	.news-begin .rsDefault .rsGCaption {
		margin-left: 15%;
		width: 70%;
	}
}

@media (max-width: 991px) {
	.article-gallery h1 {
		font-size: 24px;
		margin: 15px 50px 15px 0;
	}
	.plus-gallery h4 {
		width: 100%;
		margin-top: 15px;
	}
	.plus-gallery img {
		width: 100%;
		margin: 0;
	}
	.article-gallery .rsDefault .rsArrowIcn{
		margin: -22px 0 0 -17px;
	}
	.main-gallery .rsDefault .rsGCaption {
		margin-left: 17%;
		width: 66%;
	}
	.main-gallery .rsDefault .rsGCaption,
	.news-begin .rsDefault .rsGCaption {
		bottom: 63px;
	}
}
@media (max-width: 767px) {
	.article-gallery .rsDefault .rsGCaption .rsCaption p {
		font-size: 14px;
	}
}

@media (max-width: 639px) {
	.main-gallery .rsDefault .rsGCaption {
		margin-left: 18%;
		width: 66%;
	}
}

@media (min-width: 480px) and (max-width: 1023px) {
	.videos .container-pag:after{
		display: block;
		content: '';
		height: 32px;
		position: absolute;
		width: 10%;
		right: -30px;
		margin-top: -32px;
		background: #fff;
}
	.videos .container-pag:before{
		display: block;
		content: '';
		height: 32px;
		position: absolute;
		width: 10%;
		left: -30px;
		background: #fff;
	}
}

@media (max-width: 479px) {
	.containerGallery.fullscreen .article-gallery{ padding: 0; }
	article.article .rsGCaption p, .rsGCaption-area p{
			font-size: 16px;
		}
		article.article .article-gallery h1{
			font-size: 27px;
			padding-top: 10px;
			padding-bottom: 10px;
		}
	.totalImg{ float: none !important; text-align: center; }
	.main-gallery .containerGallery.fullscreen h1{
		margin-right: 40px;
	}
	.container-gallery {
		margin: 20px 0;
	}
	.article-gallery .rsDefault.rsHor .rsArrowLeft {
	 left: 2%;
	}
	.article-gallery .rsDefault.rsHor .rsArrowRight {
	 right: 2%;
	}
	.article-gallery .rsDefault .rsGCaption {
		position: initial;
		height: auto;
		width: 100%;
		margin-left: 0;
	}
	.article-gallery .rsDefault .rsGCaption .rsCaption p {
		margin-top: 11px;
		line-height: 1.1;
	}
	.news-begin .rsDefault .rsGCaption {
		margin-left: 0;
		width: 100%;
	}
	.plus-gallery .kicker,
	.plus-gallery .xs-item {
		display: none;
	}
	.article-gallery .current {
		width: 100%;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.rsDefault .rsFullscreenBtn {
		right: 10px;
		top: 0px;
	}
	.fullscreen .article-gallery h1 {
		font-size: 28px;
		width: auto;
		margin: 15px 50px 15px 15px;
	}
}

@media (max-width: 467px) {
	iframe.advertising-88x31 {
		margin: 17px 17px 0 0;
	}
}
