#siteContent {
	width: 100%;
}
#siteMainContainer {
	width: 100%;
}
#siteMainContainer #siteContent{
	width: 100%;
	white-space: normal;
}
#siteContent .column.mainpage_columns_wrapper{
	background-color: #f1f4f7;
    margin: auto;
    max-width: 1140px;
    padding: 0 8px 20px;
    position: relative;
}
#siteContent .mainpage_columns_left,
#siteContent .mainpage_columns_right,
#siteContent .mainpage_columns_center{
	display: inline-block;
	vertical-align: top;
	margin-top:10px;
	min-height: 1px;
}
.wideCarrousel .paigefair {
	padding: 5px 0;
}
#siteContent .mainpage_columns_right > section > *:first-child {
	margin-top: 35px;
	margin-bottom: 10px;
}
section.mainCorusel_section {
	position: relative;
	z-index: 0;
	background-color: #F1F4F7;
	margin: 0 auto;
	max-width: 1140px;
	padding: 8px 8px 0;
}
section.mainCorusel_section ul li > div {
	height: 22.22rem;
	position: relative;
	margin: 0;	
}
section.mainCorusel_section ul li .img-link{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
section.mainCorusel_section div.mainCarousel_item_info {
	/*position: relative;*/
	position: absolute;
	bottom: 56px;
	width: 100%;
	pointer-events: none;
}
section.mainCorusel_section div.mainCarousel_item_info div{
	/*bottom: -466px;
	position: absolute;*/
	text-align: center;
	width:100%;
}
section.mainCorusel_section ul li > div:after{
	pointer-events: none;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
section.mainCorusel_section div.mainCarousel_item_info .article-type {
	display: block;
	color: #E11313;
	font:bold 0.9rem 'Titillium Web';
	margin: 0 auto 10px;
	width:85%;
	text-transform: uppercase;
}
section.mainCorusel_section div.mainCarousel_item_info h2 {
	color: #fff;
	font: bold 2.4rem 'Roboto Condensed';
	line-height: 40px;
	margin: -0.7rem auto 20px;
	width:85%;
}
section.mainCorusel_section div.mainCarousel_item_info h1 {
	color: #fff;
	font: normal 1.125rem 'Arial';
	line-height: 1.25rem;
	margin: -1rem auto 0;
	width:85%;
}
section.mainCorusel_section div.mainCarousel_item_info  a{
	font: normal 14px 'arial';
	color:#fff;
	pointer-events: all;
}
section.mainCorusel_section div.mainCarousel_item_info  p{
	font: bold 14px 'arial';
	color:#fff;
	margin-top:18px;
	/* Desabilitado temporalmente */
	display: none;
}     
section.mainCorusel_section div.mainCarousel_item_info  p > a:before{
	border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: 7px solid #C51111;
    border-top: 5px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 0;
    margin: 0px 5px 1px 5px;
    width: 0;		
}
section.mainCorusel_section div.mainCarrousel_wrap {
	background-color: #000000;
	overflow: hidden;
	width:100%;	
}
section.mainCorusel_section #mainCarousel {
	overflow: hidden;
	font-size: 0px;
}
section.mainCorusel_section #mainCarousel li{
	display:inline-block;
}
section.mainCorusel_section #arrowLeft_mainCarousel{
	left: 0;
}
section.mainCorusel_section #arrowLeft_mainCarousel span{
/*	background: url('/images/LeftArrowWhite.svg') no-repeat;
	background-position: center;
	background-size: 5.125rem;*/
	left: 1.625rem;
	z-index: 1;
	background: url('/images/Master.png') no-repeat;
	background-position: 1px -24px;
	background-size: 141px;
}
section.mainCorusel_section #arrowRight_mainCarousel{
	right: 0;
}
section.mainCorusel_section #arrowRight_mainCarousel span{
/*	background: url('/images/RightArrowWhite.svg') no-repeat;
	background-position: center;
	background-size: 5.125rem;*/
	right: 1.625rem;/*2.5rem;*/
	z-index: 1;
	background: url('/images/Master.png') no-repeat;
	background-position: -36px -24px;
	background-size: 141px;
}
section.mainCorusel_section a.mainCarousel_Arrows{
	cursor: pointer;
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 100px;
	top: 0;
}
section.mainCorusel_section a.mainCarousel_Arrows span{
	width: 37px;
	height: 75px;
	position: absolute;
	/*top: 234px;*/
	top: 50%;
	margin-top: -40px;
}
section.mainCorusel_section nav.mainCarousel_nav{
	background: -moz-linear-gradient(top, rgba(241,244,247,0.52) -70%, rgba(241,244,247,1) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-70%,rgba(241,244,247,0.52)), color-stop(70%,rgba(241,244,247,1)));
	background: -webkit-linear-gradient(top, rgba(241,244,247,0.52) -70%,rgba(241,244,247,1) 70%);
	background: -o-linear-gradient(top, rgba(241,244,247,0.52) -70%,rgba(241,244,247,1) 70%);
	background: -ms-linear-gradient(top, rgba(241,244,247,0.52) -70%,rgba(241,244,247,1) 70%);
	background: linear-gradient(to bottom, rgba(241,244,247,0.52) -70%,rgba(241,244,247,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adf1f4f7', endColorstr='#f1f4f7',GradientType=0 );
	border-top: 0.063rem solid #fff;
	bottom: 0;
    display: block;
    position: absolute;
    text-align: center;
    max-width: 1140px;
    width: 100%;
}
section.mainCorusel_section nav.mainCarousel_nav ul{
	max-width: 1138px;
	height: 50px;
	margin: 0 auto;
	display: inline-block;
	border-right: 0.063rem solid #DCE0E7;
	border-left: 0.063rem solid #fff;
}
section.mainCorusel_section nav.mainCarousel_nav ul li{
	width: 282px;
	text-align: center;
	float: left;
	border-right: 1px solid black;
	height: 100%;
	border-left: 0.063rem solid #DCE0E7;
	border-right: 0.063rem solid #fff;
	cursor: pointer;
	position: relative;
}
section.mainCorusel_section nav.mainCarousel_nav ul li.active{
	/*ckground-color: rgba(193, 0, 0, 0.91);*/
	border-left: none;
	border-right: none;
	position: relative;

}
section.mainCorusel_section nav.mainCarousel_nav ul li p{
	overflow: hidden;
	text-overflow: ellipsis;
	cursor:pointer;
	font: bold 12px Arial;
	color: #000000;
	text-transform: uppercase;
    /*margin: 18px 5px 0;*/
	line-height: 12px;
	z-index: 3; 
	position: absolute;					
	height: 58px; 
	top: 0.875rem;
	width:100%;
}
section.mainCorusel_section nav.mainCarousel_nav ul li.active p{
	color: #FFFFFF;
}
section.mainCorusel_section nav.mainCarousel_nav ul li p span{
	margin: 0 auto;
	display: block;	
	padding: 0 14px;
}
section.mainCorusel_section nav.mainCarousel_nav ul li canvas{
	height: 58px;
	position: relative;
	z-index:2;
	top:-3px;
}

/* BEGIN: LIVE STREAM */
section.mainCorusel_section_live {
	background-color: #F1F4F7;
	margin: 0 auto;	
	max-width: 1140px;
	padding: 8px 8px 0;
	position: relative;
	z-index: 0;
}
section.mainCorusel_section_live > .wrapper {
	background-color: #151516;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	height: 534px;
	padding: 8px;
	width: 100%;
}
section.mainCorusel_section_live .boxLeft {
	display: table;
	float: left;
	height: 100%;
	position: relative;
	width: 66.7%;
}
section.mainCorusel_section_live .boxLeft header .box-type {
	font-family: 'Titillium Web';
	font-size: 1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    padding: 10px 0 6px;
}
section.mainCorusel_section_live .boxLeft header .box-type a {
	color: #C51111;
}
section.mainCorusel_section_live .boxLeft header h2 {
	font-family: 'Roboto Condensed';
	font-size: 2.25rem;
    line-height: 1;
    padding-bottom: 11px;
}
section.mainCorusel_section_live .boxLeft header h2 a {
	color: #FFFFFF;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 736px;
}
section.mainCorusel_section_live .boxRight {
	display: table;
	position: relative;
	width: 33.3%;
}
section.mainCorusel_section_live .boxRight > .box-type {
	background-color: #151516;
    font-family: 'Roboto Condensed';
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 15px 16px 10px;
    font-weight: 300;
}
section.mainCorusel_section_live .boxRight > .box-type span {
	padding-right: 10px;
    position: relative;
    background: #151516;
    z-index: 1;
}
section.mainCorusel_section_live .boxRight > .box-type a.btnCollapse {
	display: none;
	background-color: #151516;
	float: right;
    font-size: 0;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1;
}
section.mainCorusel_section_live .boxRight > .box-type a:after {
	content: "";
	display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FFFFFF;
    height: 0;
    left: 12px;
    position: relative;
    top: 11px;
    width: 0;
}
section.mainCorusel_section_live .boxRight > .box-type a.up:after {
	border-top: 0;
	border-bottom: 8px solid #FFFFFF;
}
section.mainCorusel_section_live .boxRight > .box-type:after {
	display: block;
    content: "";
    border-bottom: 1px solid #C51111;
    position: absolute;
    width: calc(100% - 25px);
    top: 22px;
}
section.mainCorusel_section_live .boxRight .any-comments {
	padding-top: 128px;
	text-align: center;
}
section.mainCorusel_section_live .boxRight .any-comments img {
	max-width: 200px;
}
section.mainCorusel_section_live .boxRight .any-comments p {
	color: #FFFFFF;
	font-family: 'Titillium Web';
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
    top: -5px;
}
section.mainCorusel_section_live .boxRight ul {
	padding: 0 8px 0 10px;
    max-height: 415px;
    overflow-y: scroll;
}
section.mainCorusel_section_live .boxRight ul li {
	background-color: #1F2021;
    padding: 10px;
    margin-bottom: 20px;
}
section.mainCorusel_section_live .boxRight ul li .header {
    margin-bottom: 12px;
}
section.mainCorusel_section_live .boxRight ul li .header .author {
	color: #C51111;
	display: inline-block;
	font-family: 'Titillium Web';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1;
	margin-right: 12px;
}
section.mainCorusel_section_live .boxRight ul li .header .time {
	display: inline-block;
	font-family: "Arial";
    font-size: 12px;
    font-weight: 300;
}
section.mainCorusel_section_live .boxRight ul li .header .time {
	color: #626469;
}
section.mainCorusel_section_live .boxRight ul li .body {
	color: #B7B9BC;
	font-family: "Arial";
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
}
section.mainCorusel_section_live .boxRight ul li .body p {
	padding-bottom: 10px;
}
section.mainCorusel_section_live .boxRight ul li .body figure {
	text-align: center;
}
section.mainCorusel_section_live .boxRight .live-msg {
    background-color: #D11414;
    display: none;
    color: #FFFFFF;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
    margin: 0 20px 0 10px;
    padding: 2px 0 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 26px);
}
section.mainCorusel_section_live .boxRight .live-msg span:before {
	content: "";
	display: inline-block;
	background: url('/images/comment_icon.svg') no-repeat;
	margin-right: 10px;
	background-size: contain;
	background-position: 0px 0px;
	width: 30px;
	height: 26px;
	top: 4px;
	position: relative;
}

/* CUSTOM SCROLL */
section.mainCorusel_section_live .boxRight ul {
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}
/* Let's get this party started */
section.mainCorusel_section_live .boxRight ul::-webkit-scrollbar {
    width: 8px;
} 
/* Track */
section.mainCorusel_section_live .boxRight ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
} 
/* Handle */
section.mainCorusel_section_live .boxRight ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: rgba(255,0,0,0.8); */
    background: rgba(54,58,62, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
section.mainCorusel_section_live .boxRight ul::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(54,58,62, 0.4);
}
/* END: LIVE STREAM */

@media screen and (max-width : 1155px){
	#siteContent .column.mainpage_columns_wrapper{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#siteContent .mainpage_columns_center{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#siteContent .column.mainpage_columns_wrapper,
	#siteContent .mainpage_columns_left,
	#siteContent .mainpage_columns_right,
	#siteContent .mainpage_columns_center {
		width: 100% !important;
		margin: auto;
	}
	
	section.mainCorusel_section {
		padding: 0 !important;
	}

	section.mainCorusel_section nav.mainCarousel_nav ul li{
		width: 24.84%;
	}
	section.mainCorusel_section nav.mainCarousel_nav ul{
		width: 99.8%;
	}
	/* BEGIN: LIVE STREAM */
	section.mainCorusel_section_live {
		padding: 0;
	}
	/* END: LIVE STREAM */
}

@media screen and (min-width : 1000px) {
	section.mainCorusel_section_live .boxRight .wrapperComments {
		display: block !important;
	}
}

@media screen and (max-width : 1000px) {
	section.mainCorusel_section ul li > div {
		background-size: cover;
		background-position: center;
	}
	section.mainCorusel_section nav.mainCarousel_nav,
	section.mainCorusel_section a.mainCarousel_Arrows{
		display: none;
	}
	section.mainCorusel_section nav.mainCarousel_nav_movil {
		bottom: 37px;
		left: 50%;
		margin-left: -63px;
    	position: absolute;
    	width: 130px;
	}
	section.mainCorusel_section nav.mainCarousel_nav_movil ul{
		width:100%;
	}
	section.mainCorusel_section nav.mainCarousel_nav_movil ul li{
		border-radius: 50%;
		width: 18px;
		height: 18px;
		margin-right: 14px;
		background: url('/images/Master.png') no-repeat;
		background-position: -94px -14px;
		background-size: 115px 102px;
		display: inline-block;
		cursor: pointer;
	}
	section.mainCorusel_section nav.mainCarousel_nav_movil ul li.active{
		background-position: -94px 2px;
	}
	section.mainCorusel_section nav.mainCarousel_nav_movil ul li:last-child{
		margin-right: 0;
	}

	/* BEGIN: LIVE STREAM */
	section.mainCorusel_section_live .boxLeft,
	section.mainCorusel_section_live .boxRight {
		width: 100%;
	}
	section.mainCorusel_section_live > .wrapper {
		height: auto;
		padding: 12px 12px 0 12px;
	}
	section.mainCorusel_section_live .boxRight .wrapperComments {
		display: none;
		padding-bottom: 12px;
	}
	section.mainCorusel_section_live .boxRight > .box-type {
		padding: 17px 0px 16px 0px;
	}
	section.mainCorusel_section_live .boxRight > .box-type:after {
		top: 30px;
		width: 100%;
	}
	section.mainCorusel_section_live .boxRight > .box-type a.btnCollapse {
		display: block;
	}
	section.mainCorusel_section_live .boxRight .any-comments {
		padding: 20px 0 50px;
	}
	section.mainCorusel_section_live .boxRight ul {
		max-height: 216px;
		padding: 0 6px 0 0px;
	}
	section.mainCorusel_section_live .boxRight ul li .header .author {
		font-size: 18px;
	}
	section.mainCorusel_section_live .boxRight ul li .header .time {
		font-size: 14px;
	}
	section.mainCorusel_section_live .boxRight ul li .body {
		font-size: 17px;
	}
	section.mainCorusel_section_live .boxRight .live-msg {
		font-size: 24px;
	    padding: 8px 0 11px;
	    margin: 0;
	    width: calc(100% - 14px);
	}
	/* END: LIVE STREAM */
}

@media screen and (max-width : 640px){
	section.mainCorusel_section div.mainCarousel_item_info h1 {
		font-size: 1rem;
		
	}
	section.mainCorusel_section div.mainCarousel_item_info h2 {
		font-size: 2.5rem;
		line-height: 36px
	}
	section.mainCorusel_section div.mainCarousel_item_info .article-type {
		font: bold 1rem 'Titillium Web';
		margin: 0 auto 0.75rem;
	}
	section.mainCorusel_section ul li > div{
		height: 28rem;
	}
}

/* BEGIN: HOMEPAGE ADS (MOBILE) */
#carrouselList .li_ad {
	display: none !important;
}
#div-gpt-ad-1451333874585-0,
#div-gpt-ad-1451339880906-0,
#div-gpt-ad-1451339987076-0,
#div-gpt-ad-1451340095634-0,
#div-gpt-ad-1451340191839-0,
#div-gpt-ad-1451340275927-0,
#div-gpt-ad-1451340376617-0,
#div-gpt-ad-1451340463290-0,
#div-gpt-ad-1451340546949-0 {
	display: none;
}
@media screen and (max-width : 540px) {
	#carrouselList .li_ad {
		display: inherit !important;
		margin-top: 14px !important;
	}
	#div-gpt-ad-1451333874585-0,
	#div-gpt-ad-1451339880906-0,
	#div-gpt-ad-1451339987076-0,
	#div-gpt-ad-1451340095634-0,
	#div-gpt-ad-1451340191839-0,
	#div-gpt-ad-1451340275927-0,
	#div-gpt-ad-1451340376617-0,
	#div-gpt-ad-1451340463290-0,
	#div-gpt-ad-1451340546949-0 {
		display: inherit;
	}
}
/* END: HOMEPAGE ADS (MOBILE) */