






















.material-icons{

	    margin-left: 2px;
    margin-top: 1px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 29px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;

}
.show-style{
    display: block

}
.dropdown-container {
    border: solid 1px #000;
    border-radius: 2px;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    display: inline-block
}

.dropdown-container .dropdown-title {
    font: bold 16px 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
        margin-left: 13px;
}

.dropdown-container .dropdown-icon {
    margin-left: 6px;
    margin-top: 2px;
}

.dropdown-container .dropdown-wrapper {
    display: none;
    position: absolute;
    right: 0;
   
    width: auto;
    min-width: 150px;
    background-color: #fff;
    border: solid 1px #eee;
    border-bottom: none;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1)
}

.dropdown-container .dropdown-wrapper .dropdown-items {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1
}

.dropdown-container .dropdown-wrapper .dropdown-items .dropdown-item {
    border-bottom: solid 1px #eee
}

.dropdown-container .dropdown-wrapper .dropdown-items .dropdown-item .dropdown-link {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    position: relative
}

.dropdown-container .dropdown-wrapper .dropdown-items .dropdown-item .dropdown-link:hover {
    background-color: #f7f7f7
}

.dropdown-container .dropdown-wrapper .dropdown-items .dropdown-item .dropdown-link.active {
    background-color: #f7f7f7
}
.competition-menu-container {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
 

   
}

.competition-menu-container .competition-nav,
.competition-menu-container .competition-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
   
}

.competition-menu-container .competition-wrapper {
    width: 100%;
    position: relative;
    max-width: 1070px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
     margin-top: 37px;
     margin-bottom: 37px;
}

.competition-menu-container .competition-wrapper .competition-info {
    width: calc(100% - 182px);
    display: flex;
   
}

.competition-menu-container .competition-wrapper .competition-info .competition-info__name {
    font-size: 40px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 500 40px 'Oswald';
    text-transform: uppercase;
    margin-top: -1px;
}

.competition-info__name .competition-info__logo {
    width: 56px;
    height: 56px;
    background-color: #f7f7f7;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

.competition-info__logo img {
    max-width: 100%;
    max-height: 56px;
    margin-right: 15px;
    margin-top: 1px;
}

.competition-menu-container .competition-nav {
    background-color: #e9e9e9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.competition-menu-container .competition-nav .competition-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 100%;
    max-width: 1070px;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.competition-menu-container .competition-nav .competition-nav-items .competition-nav-item .competition-nav-link {
    padding: 10px 2rem;
    text-decoration: none;
    color: #000;
    display: block;
    border-bottom: solid 4px #e9e9e9;
    font-size: 18px;
    font: 400 18px 'Oswald';
}

.competition-menu-container .competition-nav .competition-nav-items .competition-nav-item .competition-nav-link:hover {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    background-color: #dedede;
    border-color: #dedede
}

.competition-menu-container .competition-nav .competition-nav-items .competition-nav-item .competition-nav-link.active {
    border-color: #000
}

.competition-dd {
    padding: 0 20px;
    width: 140px;
    height: 48px;
    font-size: 20px;
    line-height: 50px;
    border-color: #f3f3f3;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.competition-dd .dropdown-wrapper {
    min-width: 255px
}

.competition-dd .dropdown-wrapper .dropdown-items .dropdown-item .dropdown-link {
    padding: 18px 5px 18px 56px
}

.competition-dd .dropdown-wrapper .dropdown-items .dropdown-item .dropdown-link .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: solid 1px #eee;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.competition-dd .dropdown-wrapper .dropdown-items .dropdown-item .dropdown-link .logo img {
    width: 23px
}

@media (max-width:767px) {
  
    .competition-menu-container {
        margin-top: 0
    }
    .competition-menu-container .competition-wrapper .competition-info {
        width: calc(100% - 35px)
    }
    .competition-menu-container .competition-wrapper .competition-info .competition-info__name {
        font-size: 20px
    }
    .competition-menu-container .competition-wrapper .competition-info .competition-info__name .competition-info__logo {
        width: 36px;
        height: 36px
    }
    .competition-menu-container .competition-nav .competition-nav-items .competition-nav-item .competition-nav-link {
        font-size: 14px
    }
    .competition-dd {
        border: none;
        padding: 0 5px;
        height: auto;
        font-size: 20px;
        width: 25px;
        text-align: center
    }
    .competition-dd .dropdown-icon {
        margin: 0
    }
}

.fa-chevron-down:before {
    content: "\f078";
}

.modal-competitions{
    display: none;
    opacity: 1;
    position: absolute;
    z-index: 1000000;
    
    left: 50%;
    text-align: left;
    font: Bold 24px/36px Oswald;
    letter-spacing: 0;
    color: #1D1D1D;
    opacity: 1;
    width: 555px;
    overflow: hidden;
    margin-left: -277.5px
}
.modal-competitions .modal-container {
    position: fixed;
   
    background: #fff;
    z-index: 2;
    overflow:hidden;
    width: 550px;
}

.modal-competitions .modal-glass {
	    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
}

.modal-competitions .modal-container .competitions-list {
    list-style: none;
    margin: 0;
    padding: 0
  
}
.modal-competitions .modal-container .competitions-list li{
	height: 87px;
}

.modal-competitions .modal-container .competitions-list .competition-link {
      padding: 30px 5px 18px 97px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    position: relative;
    display: block;
    border-bottom: solid 1px #eee;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.modal-competitions .modal-container .competitions-list .competition-link:hover {
    background-color: #f7f7f7
}

.modal-competitions .modal-container .competitions-list .competition-link .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 87px;
    width: 87px;
   border-right: solid 1px #eee;
    /* width: 50px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-competitions .modal-container .competitions-list .competition-link .logo img {
    width: 50px;
    height: auto;
}

.modal-container>ul>li:nth-child(4){
	border-bottom: none;
}
/*# sourceMappingURL=competition-nav.css.map */


/*
	@NEWS GLOBAL
	@NEWS INNER
	@NEWS BUILDER BIG
*/

/*
	NEWS GLOBAL
*/
.news{
	position: relative;
}
.news .ocms_de_bt{
	position: absolute!important;
	top: 0!important;
	left: auto!important;
	right: 0!important;
}
.news .ocms_de_norm{
	padding: 0!important;
}
.news .news-section{
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: top;
	color: #CE273E;	
}

/*********/
/** RUN **/
/*********/

.news-section-run {
	color: #000;
	background: #fc7d1b;
	padding: 6px 15px 4px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: top;
}

/***********/
/** MOTOR **/
/***********/

.news-section-motor {
	color: #000;
	background: #ffae00;
	padding: 6px 15px 4px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: top;
}

/***********/
/** RUSIA **/
/***********/

.news-section-rusia {
	color: black;
	background: #f3cf60;
	padding: 6px 15px 4px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: top;
}

/***********/
/** FINAL **/
/***********/

.news .icon.icon__picture{
	color:#000;
	height: 45px;
	width: 45px;
	background-color: #131B36;
	z-index: 2;	
	position:absolute;
	top: 0;
	left: 0;
}
.news .icon.icon__picture:before{
	transform: translate(-50%,-50%);
	top: 50%;
	position: absolute;
	left: 50%;
}
.news .news-section:empty{
	display: none;
}
.news .news-title{
	font-weight: bold;
}
.news .news-title a{
	font: inherit;
	color: inherit;
}

.news .news-excerpt{
	font-weight: 400;
}
.news .news-excerpt p{
	font: inherit;
	margin: 0;
	color: inherit;
}
.news .news-media{
	position: relative;
	height: 0;
	width: 100%;
	background-color: #eef0f3;
}
.news .news-media a,
.news .news-media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news .news-nophoto{
	position: absolute;
	top: 50%;
	left: 50%;
	padding-bottom: 6px;
	color: #bec0c2;
	font-size: 130px;
	transform: translate( -50%, -70% );
	-ms-transform: translate( -50%, -70% );
	-moz-transform: translate( -50%, -70% );
	-webkit-transform: translate( -50%, -70% );
}

.news.news-summary .news-nophoto{
    font-size: 80px;
}
.mod-lomasvisto .news .news-nophoto{
	font-size: 60px;
}

.news .news-author,
.news .news-date{
	font-size: 14px;
	line-height: 14px;
	display: block;
	margin-top: 7px;
	
	color:rgba(0,0,0,0.5);
}
.news .news-author a{
	font: inherit;
	color: inherit;
}
.news .news-author a:hover{
	color: black;
}
.news .video-time{
	background-color: rgba( 0, 0, 0, .8 );
	color: white;
	font-size: 13px;
	border-radius: 2px;
	padding: 2px 13px 3px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.news .video-player{
	border-color: white;
}
.news .video-player:after{
	border-left-color: #000;
}
.news .video-player{
	border-color: transparent;
	border-width: 0;
	border-radius: 0;
	height: 45px;
	width: 45px;
	background-color: #131B36;
	position: absolute;
	
	top: 0;
	left: 0;
	z-index: 3;
}
.news .video-player:after{
	border-width: 9px 0 9px 14px;
	border-left-color: #000;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news.news-builder-medium .video-player{
	height: 78px;
	width: 78px;
	top: 0;
	left: 0;
}


.news.news-builder-medium .video-player:after {
	border-width: 16px 0 16px 23px;
	border-left-color: #000;
}
.news.news-inner .news-data .video-player:after,
.news.news-summary .news-media .video-player:after{
	top: 50%;
	left: 50%;
}
.news.news-inner .news-data .video-player{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 50px;
	width: 50px;
}
.news.news-summary .news-media .video-player {
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	transform: translate( 0%, 0% );
	-webkit-transform: translate( 0%, 0% );
}

.news .news-share .icon{
	float: left;
	width: 40px;
	height: 45px;
	border-radius: 0px;
	border: none;
	color: white;
	text-align: center;
	padding: 0;
	margin-left: 1px;
	line-height: 46px;
	position:relative;
}
.news .news-share .icon:before{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	
}
.news .news-share .icon__whatsapp{
	background-color: #2cb742;
	font-size: 18px;
}
.news .news-share .icon__whatsapp:hover{
	background-color: #20852f;
}
.news .news-share .icon__facebook{
	background-color: #2d62a8;
	font-size: 17px;
}
.news .news-share .icon__facebook:hover{
	background-color: #244573;
}
.news .news-share .icon__twitter{
	background-color: #01abf4;
	font-size: 16px;
}
.news .news-share .icon__twitter:hover{
	background-color: #268cc7;
}
.news .news-share .icon__mail_outline{
	background-color: #3547ee;
	font-size: 17px;
}
.news .news-share .icon__mail_outline:hover{
	background-color: #2937ba;
}

.news .news-share .icon__mail{
	background-color: #797979;
	font-size: 17px;
}
.news .news-share .icon__mail:hover{
	background-color: #666565;
}
.news .news-share .icon__link{
	font-size: 17px;
	background-color: #000;
}
.news .news-share .icon__link:hover{
	background-color: #171717;
}
.news .news-share .icon__copy{
	background-color: black;
}
.news .news-share .copy-item{
	float: left;
	position: relative;
}
.news .news-share .copy-item input{
	position: absolute;
	top: 6px;
	left: 100%;
	margin-left: 11px;
	padding: 6px 10px;
	width: 350px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 14px;
	display: none;
}
.news .news-share .copy-item.active input{
	display: block;
}
.news .news-share .icon__check{
	background: #868484;
}




/*
	NEWS INNER
*/
.news-inner{
	position: relative;
}
.news-inner .news-media{
	padding-top: 75%;
}
.news-inner .news-nophoto{
	font-size: 130px;
	padding-bottom: 10px;
}
.news-inner .news-share{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	width: 36px;
}
.news-inner .news-share .icon{
	background: rgba(0,0,0,.5);
	margin: 0 0 6px;
	width: 36px;
	height: 36px;
	line-height: 40px;
}
.news-inner .news-data{
	padding: 18px 15px 21px 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	
}

.news-inner .news-media a:before{
	height:50%;
	    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
} 

.news-inner .news-title,
.news-inner .news-excerpt,
.news-inner .news-author,
.news-inner .news-date{
	color: white;
}


/*
	NEWS BUILDER
*/
/* Prevent the default black color on hover */
.news-builder-medium .news-author a:hover,
.news-builder-big .news-author a:hover,
.news-builder-square .news-author a:hover,
.news-builder-largest .news-author a:hover {
	color: inherit;
}

.page-builder .news .news-section{
	color: #000;
	background: #131B36;
	padding: 6px 15px 4px 15px;
}
.page-builder .news-data .icon__picture{
	display: inherit;
}
.page-builder .news-title a{
	background: #000;
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: 20px 0 0 #000, -15px 0 0 #000;
}


/*
	NEWS BUILDER HALF
*/
.news-builder-half {
	width: 50%;
	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-builder-half-first{
	padding-right: 6px;
}
.news-builder-half-last{
	padding-left: 6px;
}
.news-builder-half .news-title{
	font-size: 44px;
	line-height: 49px;
}

.news-builder-half.news-inner .news-media {
    padding-top: 74.8%;
}
.news-builder-half .news-section {
    margin-bottom: 14px;
}
.news-builder-half .news-data{
    padding: 0 25px 25px;
}
/*
	NEWS BUILDER BIG
*/
.news-builder-big .news-media{
	padding-top: 49.90%;
}
.news-builder-big .news-data{
	padding-top: 27px;
	padding-bottom: 46px;
	padding-left: 28px;
	
}
.news-builder-big .news-section{
	margin-bottom: 4px;
	margin-left: -15px;
}
.news-builder-big .news-title{
	font-size: 44px;
	line-height: 53px;
	max-width: 750px;
	
}
.news-builder-big .news-excerpt{
	font-size: 19px;
	line-height: 24px;
	margin-top: 24px;
	
}
.news-builder-big .news-author,
.news-builder-big .news-date{
	margin-top: 20px;
}


.news-builder-big .video-player{
	height: 98px;
	width: 98px;
}

.news-builder-big .video-player:after {
	border-width: 16px 0 16px 23px;
	border-left-color: white;
	top: 30px;
	left: 35px;
}

/*
	NEWS BUILDER SQUARE
*/
.news-builder-square .news-media{
	padding-top: 75% !important;
}
.news-builder-square .news-section{
	position: absolute;
	bottom: 0;
	margin: 0!important;
}
.news-builder-square .news-title{
	font-size: 22px !important;
	line-height: 26px !important;
	
}


.news-builder-square .news-data{
	padding: 0;
}
.news-builder-square .news-data a{
	box-shadow: none;
	color: #fff;
	background: transparent;
}
.news-builder-square .news-data a:hover{
	text-decoration: underline;
}

.news-builder-square .news-author,
.news-builder-square .news-date{
	margin-top: 9px;
}
/*
	NEWS BUILDER MEDIUM
*/
.news-builder-medium{
	width: 66.8%;

	float: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-builder-medium .news-media{
	padding-top: 74.9%;
}

.news-builder-medium .news-data {
    padding: 0 30px 34px;
}
.news-builder-medium .news-section{
	margin-bottom: 4px;
}
.news-builder-medium .news-title{
	font-size: 49px;
	line-height: 58px;
	margin: 0 15px;
}
.news-builder-medium .news-title a{
	/*padding-bottom: 13px;*/
}
.news-builder-medium .news-author,
.news-builder-medium .news-date{
	margin-top: 17px;
}
/*
	NEWS BUILDER LARGEST
*/
.news-builder-largest .news-media{
	padding-top: 76.05%;
}
.news-builder-largest .news-section{
	
}
.news-builder-largest .news-data{
	padding: 18px 20px 24px;
}
.news-builder-largest .news-title{
	font-size: 24px;
	line-height: 28px;

	margin: 0 10px;
}
.news-builder-largest .news-title a{
	box-shadow: 15px 0 0 #000, -10px 0 0 #000;
}
.news-builder-largest .news-author,
.news-builder-largest .news-date{
	margin-top: 14px;
}
/*
	NEWS SUMMARY
*/
.news-summary{
	padding: 15px 0 15px 140px;
	position: relative;
	min-height: 90px;
}

.news-summary.opinion.news-summary-nophoto{
	padding-left: 0!important;
	min-height: auto!important;
}
.news-summary.opinion.news-summary-nophoto .news-media{
	display:none;
}
.news-summary .news-media{
	position: absolute;
	top: 15px;
	left: 0;
	width: 124px;
	height: 90px;
	
}
.news-summary .news-media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-summary .news-section{

	margin-bottom: 3px;
	background: #131B36;
	color:#000;
	padding: 5px 10px 4px 10px;
}
.news-summary .news-title{
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}
.news-summary .news-title:hover{
	color: #CE273E;
}
.news-summary .news-excerpt{
	margin-bottom: 7px;
	font-size: 15px;
}
.news-summary .news-author{
	color: #b0b0b0;
	font-weight: 500;
}
/*
	NEWS SUMMARY BIG
*/
.news-summary.big{
	padding: 0 0 22px 371px;
	min-height: 258px;
}
.news-summary.big + .news-summary.big{
	padding-top:24px;
	border-top: 1px solid #ccc;
}

.news-summary.big .icon__picture {
    top: auto !important;
    bottom:0;
}
.news-summary.big.news-nophoto{
	padding-left: 0;
}
.news-summary.big .news-data{
    top: 2px;
    position: relative;
}
.news-summary.big .news-media{
	left: 0;
	right: auto;
	width: 347px;
	height: 258px;
	top: 0px;
}
.news-summary.big + .news-summary.big .news-media{
	top: 24px;
}

.news-summary.big .news-title{	
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;	
	max-height: inherit;
	margin-bottom: 8px;
}
.news-summary.big .news-excerpt{
	color:#696969;
	margin-bottom: 23px;
	font-size: 17px;
	line-height: 23px;
	font-family: 'Lato', sans-serif;
}
.news-summary.big .news-author{
	color:#696969;
	margin-top: 7px;
}
.news-summary.big .news-date{
	margin-top: 5px;
}
.news-summary.big .news-author-name{
	color: #000;
	font-weight: bold;
}

/*
	NEWS BOX
*/
.news-box{
	padding-bottom: 25px;
}
.news.news-box.featured{
	padding-bottom: 0;
}
.news-box .news-media{
	padding-top: 55.55%;
	margin-bottom: 13px;
}
.news-box .news-section{
	margin-bottom: 7px;
}
.news-box .news-title{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	
}
.news-box .news-author,
.news-box .news-date{
	margin-top: 11px;
	color: #fff;
	font-weight: 400;
}
.news-box .news-author-name{
	font-weight: bold;
}
.news-box .news-share{
	position: absolute;
	top: 10px;
	right: 10px;
}
.news-box .news-share .icon{
	margin: 0 0 6px;
	display: block;
	clear: both;
	line-height: 42px!important;
	width: 36px!important;
	height: 36px!important;
}

.news-box.featured .icon__picture{
	position:absolute;
	bottom:0px;
	left:26px;
}
.news-box.featured .news-media{
	padding-top: 84.86%;
	margin-bottom: 0;
}
.news-box.featured .news-media:after{
	content: '';
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.news-box.featured .news-section{
	color: #000 !important;
	background: #131B36;
	padding: 5px 10px 4px 10px;
	margin-bottom: 0;
}
.news-box.featured .news-data{
	background: #000;
	color: #fff;
	padding: 30px 29px;
}
.news-box.featured .news-header-featured{
	position: relative;
	margin: -105px -10px 0 -10px;
}
.news-box.featured .news-title{
	font-size: 26px;
	line-height: 31px;
	font-weight: bold;
	height: 102px;
	position: relative;
	overflow: hidden;
}
.news-box.featured .news-title a{
	box-shadow: 15px 0 0 #000, -10px 0 0 #000;
	background: #000;
	display: inline;
	margin:0 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
} 
.news-box.featured .news-excerpt{
	font-size: 18px;
	line-height: 24px;
	margin-top: 3px;
	color: rgba(255,255,255,.7);
	height: 146px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.news-box.featured .news-date{
	color:#fff;
	margin-top: 5px;
}


/*
	COLOR
*/



.news-inner .news-media a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .001;
    visibility: hidden;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news-inner:hover .news-media a:after {
    opacity: 1;
    visibility: visible;
}

.news-inner .news-media a:after{
	background: rgba(255, 179, 0,0.3);
}

.mod-listnews .news-inner .news-title a:hover{
	text-decoration: underline;
}
.news-box.featured .news-data a:hover{
	color: #CE273E;
}


/*
	IMAGEN NO PHOTO
*/


.news .news-nophoto img{
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.mod-lomasvisto .news .news-nophoto img{
	width: 90px;
	height: auto;
}
.mod-lomasvisto .news .news-nophoto img{
	width: 90px;
	height: auto;
}
.news-builder-largest .news-nophoto img{
	width: 240px;
	height: auto;
}
.page-builder-thumbs .news-nophoto img{
	width: 200px;
	height: auto;
}





/*
	COLORES
*/

.news-full .news-body + div:not(.Opta) p span{
	background: rgba(255, 179, 0,.4) !important;
}
.news-full.deportes .news-body p span{
	background: rgba(50, 174, 247,.4)!important;
}
.news-full.cultura .news-body p span{
	background: rgba(59, 215, 186,.4) !important;
}

.news-full.tecnologia .news-body p span{
	background: rgba(59, 215, 186,.4) !important;
}
.news-full.entretenimiento .news-body p span{
	background: rgba(59, 215, 186,.4) !important;
}

.bg-run {
	background-color: #fc7d00 !important;
}


.bg-motor {
	background-color: #ffae00 !important;
}

.bg-rusia-2018 {
	background-color: #f3cf60 !important;
}

.news-full .poll .btn,
.news-full .poll.poll-binary .poll-bar,
.news-full .poll.poll-multiple .poll-item,
.news-full .poll.poll-checks .poll-item:active,
.news-full .poll.poll-checks .poll-item.cmspoll-selected,
.news-full .poll .poll-cuca-effect .effect-header .icon-teach,
.news-full .poll.poll-checks.poll-results .poll-item,
.news-full .poll.poll-multiple.poll-results .poll-item,



.news-full .poll .btn:hover,
.news-full .poll.poll-checks .poll-item:hover,
.news-full .poll.poll-multiple .poll-item:hover, 
.news-full .poll.poll-multiple .poll-item:active,
.news-full .poll.poll-binary.loading .poll-item:hover, 
.news-full .poll.poll-binary.loading .poll-item:active,
.news-full .poll.poll-checks.poll-results .poll-item.win .poll-bar,
.news-full .poll.poll-multiple.poll-results .poll-item.win .poll-bar{
	background-color: #000;
}
.news-full .poll.poll-checks.poll-results .poll-item, 
.news-full .poll.poll-multiple.poll-results .poll-item {
   background-color: rgba(0, 0, 0, 0.2);
}
.news-full .poll.poll-multiple.poll-results .poll-item.win .poll-bar{
	background-color: rgba(0, 0, 0, 0.2);
}



.news-full.deportes .swiper-pagination-bullet-active,
.news-full-related-articles .news-full.deportes:after,
.news-full.deportes .poll .btn,
.news-full.deportes .poll.poll-binary .poll-bar,
.news-full.deportes .poll.poll-multiple .poll-item,
.news-full.deportes .poll.poll-checks .poll-item:active,
.news-full.deportes .poll.poll-checks .poll-item.cmspoll-selected,
.news-full.deportes .poll .poll-cuca-effect .effect-header .icon-teach,
.news-full.deportes .poll.poll-checks.poll-results .poll-item,
.news-full.deportes .poll.poll-multiple.poll-results .poll-item{
	background-color: #32aef7;
}

.news-full.deportes .news-body a,
.news-full.deportes .news-body blockquote{
	color: #32aef7;
}
.news-full.deportes .news-list-item .news-list-number,
.news-full.deportes .news-label,
.news-full.deportes .news-body > a,
.news-full.deportes .news-section{
	color: #32aef7 !important;
}
.news-full.deportes .poll .btn,
.news-full.deportes .poll.poll-multiple .poll-item{
	border-color: #32aef7;
}
.news-full.deportes .poll.poll-multiple.poll-results .poll-item.win .poll-bar {
	background-color: #32aef7;
}

.news-full.deportes .poll.poll-multiple.poll-results .poll-item .poll-bar{
	background-color: rgba(50, 174, 247,.5);
}

.news-full.deportes .poll.poll-checks.poll-results .poll-item, 
.news-full.deportes .poll.poll-multiple.poll-results .poll-item {
    background-color: #969696;
}

/* 
	ENTRETENIMIENTO
*/
.news-full.entretenimiento .swiper-pagination-bullet-active,
.news-full-related-articles .news-full.entretenimiento:after,
.news-full.entretenimiento .poll .btn,
.news-full.entretenimiento .poll.poll-binary .poll-bar,
.news-full.entretenimiento .poll.poll-multiple .poll-item,
.news-full.entretenimiento .poll.poll-checks .poll-item:active,
.news-full.entretenimiento .poll.poll-checks .poll-item.cmspoll-selected,
.news-full.entretenimiento .poll .poll-cuca-effect .effect-header .icon-teach,
.news-full.entretenimiento .poll.poll-checks.poll-results .poll-item,
.news-full.entretenimiento .poll.poll-multiple.poll-results .poll-item{
	background-color: #3bd7ba;
}
.news-full.entretenimiento .news-body a,
.news-full.entretenimiento .news-body blockquote{
	color: #3bd7ba;
}
.news-full.entretenimiento .news-list-item .news-list-number,
.news-full.entretenimiento .news-label,
.news-full.entretenimiento .news-body > a,
.news-full.entretenimiento .news-section{
	color: #3bd7ba !important;
}
.news-full.entretenimiento .poll .btn,
.news-full.entretenimiento .poll.poll-multiple .poll-item{
	border-color: #3bd7ba;
}
.news-full.entretenimiento .poll.poll-multiple.poll-results .poll-item.win .poll-bar {
	background-color: #3bd7ba;
}

.news-full.entretenimiento .poll.poll-multiple.poll-results .poll-item .poll-bar{
	background-color: rgba(59, 215, 186,.5);
}

.news-full.entretenimiento .poll.poll-checks.poll-results .poll-item, 
.news-full.entretenimiento .poll.poll-multiple.poll-results .poll-item {
    background-color: #969696;
}


/*
	CULTURA
*/
.news-full.cultura .swiper-pagination-bullet-active,
.news-full-related-articles .news-full.cultura:after,
.news-full.cultura .poll .btn,
.news-full.cultura .poll.poll-binary .poll-bar,
.news-full.cultura .poll.poll-multiple .poll-item,
.news-full.cultura .poll.poll-checks .poll-item:active,
.news-full.cultura .poll.poll-checks .poll-item.cmspoll-selected,
.news-full.cultura .poll .poll-cuca-effect .effect-header .icon-teach,
.news-full.cultura .poll.poll-checks.poll-results .poll-item,
.news-full.cultura .poll.poll-multiple.poll-results .poll-item{
	background-color: #3bd7ba;
}
.news-full.cultura .news-body  a,
.news-full.cultura .news-body blockquote{
	color: #3bd7ba;
}
.news-full.cultura .news-list-item .news-list-number,
.news-full.cultura .news-label,
.news-full.cultura .news-body > a,
.news-full.cultura .news-section{
	color: #3bd7ba !important;
}
.news-full.cultura .poll .btn,
.news-full.cultura .poll.poll-multiple .poll-item{
	border-color: #3bd7ba;
}
.news-full.cultura .poll.poll-multiple.poll-results .poll-item.win .poll-bar {
	background-color: #3bd7ba;
}

.news-full.cultura .poll.poll-multiple.poll-results .poll-item .poll-bar{
	background-color: rgba(59, 215, 186,.5);
}

.news-full.cultura .poll.poll-checks.poll-results .poll-item, 
.news-full.cultura .poll.poll-multiple.poll-results .poll-item {
    background-color: #969696;
}
/*
	tecnologia
*/
.news-full.tecnologia .swiper-pagination-bullet-active,
.news-full-related-articles .news-full.tecnologia:after,
.news-full.tecnologia .poll .btn,
.news-full.tecnologia .poll.poll-binary .poll-bar,
.news-full.tecnologia .poll.poll-multiple .poll-item,
.news-full.tecnologia .poll.poll-checks .poll-item:active,
.news-full.tecnologia .poll.poll-checks .poll-item.cmspoll-selected,
.news-full.tecnologia .poll .poll-cuca-effect .effect-header .icon-teach,
.news-full.tecnologia .poll.poll-checks.poll-results .poll-item,
.news-full.tecnologia .poll.poll-multiple.poll-results .poll-item{
	background-color: #3bd7ba;
}
.news-full.tecnologia .news-body  a,
.news-full.tecnologia .news-body blockquote{
	color: #3bd7ba;
}
.news-full.tecnologia .news-list-item .news-list-number,
.news-full.tecnologia .news-label,
.news-full.tecnologia .news-body > a,
.news-full.tecnologia .news-section{
	color: #3bd7ba !important;
}
.news-full.tecnologia .poll .btn,
.news-full.tecnologia .poll.poll-multiple .poll-item{
	border-color: #3bd7ba;
}
.news-full.tecnologia .poll.poll-multiple.poll-results .poll-item.win .poll-bar {
	background-color: #3bd7ba;
}

.news-full.tecnologia .poll.poll-multiple.poll-results .poll-item .poll-bar{
	background-color: rgba(59, 215, 186,.5);
}

.news-full.tecnologia .poll.poll-checks.poll-results .poll-item, 
.news-full.tecnologia .poll.poll-multiple.poll-results .poll-item {
    background-color: #969696;
}


/*
	PAGE NEWS
*/
.page-news .site-main{
	padding-top: 0px;
	position: relative;
}



.page-news .col-aside .banner{
	margin-bottom: 20px;
	text-align: left;
}
.page-news .col-aside:first-child .banner{
	min-height: 250px;
}
.page-news .mod-listnews .mod-header{
    margin-bottom: 20px;
    padding-bottom: 0;
}
.page-news .col-main{
	// padding-right: 338px;
	padding-right: 368px;
	padding-left:0;
}
.page-news .col-aside{
	// wide: 300px;
	width: 330px;
}
.page-news .news-summary .news-media{
	top:0;
}
.page-news .mod-listnews .news-summary{
	padding: 0px 0 6px 143px;
	margin-bottom: 6px!important;
	margin-top: 0!important;
}
.page-news .mod-listnews .news-summary + .news-summary{
	margin-top: 11px;
}
.page-news .mod-listnews .news-nophoto img{
	width: 85px;
}
.page-news .mod-listnews .news-inner{
    margin-bottom: 30px;
}
.page-news .news.news-summary .news-media .video-player{
	height: 35px;
	width: 35px;
}
.page-news .news.news-summary .news-media .video-player:after{
	border-width: 6px 0 6px 10px;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
/*
	NEWS FULL
*/

.news-full{
	padding: 40px 0 0 0;
	background-color: white;
}
.news-full .news__cover{
	position: absolute;
	top: 0;
	width: 100%;
	background: #CE273E;
	height: 770px;
}
.news-full .news-author, 
.news-full .news-date{
	margin-top: 0;
}
.news__cover figure.news-media{
	display:none;
}
.news-full .news__cover:before{
	content: "";
	background: url(/export/sites/bolavip/arte/bg__notatop.png) 0 0 no-repeat;
	position: absolute;
	left:0;
	top: 0;
	width: 534px;
	height: 694px;
}
.news-full .news__cover:after{
	content: "";
	background: url(/export/sites/bolavip/arte/bg__notabot.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 407px;
	height: 408px;
}

/** RUN **/
.news-full .news__cover--run{
	position: absolute;
	top: 0;
	width: 100%;
	background: #C7C7C7;
	height: 770px;
}

.news-full .news__cover--run:before{
	content: "";
	// background: url(/export/sites/bolavip/arte/bg__notatop.png) 0 0 no-repeat;
	position: absolute;
	left:0;
	top: 0;
	width: 534px;
	height: 694px;
}
.news-full .news__cover--run:after{
	background: url(/arte/bg-run.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
}
/** F. RUN **/

/** MOTOR **/
.news-full .news__cover--motor {
	position: absolute;
	top: 0;
	width: 100%;
	background: #C7C7C7;
	height: 770px;
}

.news-full .news__cover--motor:before {
	content: "";
	// background: url(/export/sites/bolavip/arte/bg__notatop.png) 0 0 no-repeat;
	position: absolute;
	left:0;
	top: 0;
	width: 534px;
	height: 694px;
}
.news-full .news__cover--motor:after {
	background: url(/arte/bg-motor.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
}

/** RUSIA 2018 **/
.news-full .news__cover--rusia {
	position: absolute;
	top: 0;
	width: 100%;
	background: #C7C7C7;
	height: 770px;
}

.news-full .news__cover--rusia:before {
	content: "";
	// background: url(/export/sites/bolavip/arte/bg__notatop.png) 0 0 no-repeat;
	position: absolute;
	left:0;
	top: 0;
	width: 534px;
	height: 694px;
}
.news-full .news__cover--rusia:after {
	background: url(/arte/bg-rusia-2018.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
}
/** F. RUSIA **/

.news-full .news__cover .cover-image{
	position: relative;
	height: 770px;
	width: auto;
	left: 50%;
	transform: translate( -50%, 0 );
	-ms-transform: translate( -50%, 0 );
	-moz-transform: translate( -50%, 0 );
	-webkit-transform: translate( -50%, 0 );
}
.news-full .news__cover.no-header-img:before {
	background: url(/export/sites/bolavip/arte/bg__homefeature--left.png) no-repeat 0;
	width: 534px;
	height: 621px;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}
.news-full .news__cover.no-header-img:after {
	background: url(/export/sites/bolavip/arte/bg__homefeature--right.png) no-repeat 0;
	width: 416px;
	height: 416px;
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
}
.news-full .article__container{
	background:#fff;
	padding: 33px 20px 0 0;
	position: relative;
	/** Agregado TEST **/
	z-index: 2;
}
.news-full .news-header{
	padding-left: 40px;
	margin-bottom: 45px;
}

.news-full .news-line{
	overflow: hidden;
	position: relative;
}
.news-full .clearfix .news-line{
	float:left;
}
.news-full .news-section{
	margin-bottom: 22px;
	float: left;
	background: #131B36;
	color:#000;
	padding: 6px 10px 6px 10px;
}
.news-full .news-section:hover{
	text-decoration: underline;
}

/*********/
/** RUN **/
/*********/

.news-full .news-section--run{
	margin-bottom: 22px;
	float: left;
	background: #fc7d1b;
	color:#000;
	padding: 6px 10px 6px 10px;
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.news-full .news-section--run:hover{
	text-decoration: underline;
}

/***********/
/** MOTOR **/
/***********/

.news-full .news-section--motor{
	margin-bottom: 22px;
	float: left;
	background: #ffae00;
	color:#000;
	padding: 6px 10px 6px 10px;
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.news-full .news-section--motor:hover{
	text-decoration: underline;
}

/***********/
/** RUSIA **/
/***********/

.news-full .news-section--rusia{
	margin-bottom: 22px;
	float: left;
	background: #f3cf60;
	color: black;
	padding: 6px 10px 6px 10px;
	line-height: 13px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.news-full .news-section--rusia:hover{
	text-decoration: underline;
}

/***********/
/** FINAL **/
/***********/

.news-full .news-label{
	text-transform: uppercase;
	line-height: 13px;
	font-size: 13px;
	background: #000;
	color: #fff;
	padding: 6px 10px 6px 10px;
	margin-bottom: 21px;
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	margin-left: 0px;
}
.news-full .news-label--pipe{
	color:#000;
}
.news-full .news-title{
	font-size: 54px;
	line-height: 59px;
	color: black;
	margin-bottom: 13px; 
	    
}
.news-full .news-excerpt{
	font-size: 22px;
	line-height: 27px;
	font-weight: 100;
	color: #545454;
	margin-bottom: 44px;
	font-family: 'Lato', sans-serif;
}
.news-full .news-excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}
.news-full .news-header .news-line:last-child{
	margin-bottom: 27px;
}
.news-full .news-header .clearfix{
	height: 32px;
	width: 100%;
	margin-bottom: 26px;
	/* clear: both; */
	position: relative;
}
.news-full .news-header .news-share{
	font-size: 0;
	width: auto;
	top: -8px;
	float: right;
	position: relative;
}
.news-full .news-header .news-share .icon{
	margin-left: 0;
	width: 45px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.news-full .news-header .news-share .icon:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news-full .news-header .news-share .icon + .icon{
	margin-left: 1px;
}
.news-full .news-header .news-share .copy-item{
	float:left;
	width: 45px;
	margin-left: 1px;
	vertical-align: top;
}
.news-full .news-header .news-share .copy-item button{
	width: 100%;
}
.news-full .news-header .news-share .copy-item input{
	left: auto;
	right: 0;
	top: -37px;
}

.news-full .news-date,
.news-full .news-author{
	display: block;
	color: #434343;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Chivo', sans-serif;
}
.news-full .news-author{
	margin-bottom: 7px;
	font-weight: bold;
}
.news-full .news-author a{
	color: black;
}
.news-full .news-author .coma{
	margin-left: -3px;
}

.news-full .news-iframe-box{
	margin-bottom: 32px;
}
.news-full .news-iframe-box iframe{
	width: 100%;
}
.news-full .news-content{
	position: relative;
	padding-right: 39px;
	padding-left: 6px;
}
.news-full .news-content .audio-title{
	margin: 0 0 26px;
	text-align: left!important;
	font-size: 22px!important;
	font-weight: bold;
	line-height: 24px!important;
}
.news-full .news-content .jw-text{
	height: 1em!important;
	font-family: Arial,Helvetica,sans-serif!important;
	font-size: .75em!important;
	color: #fff!important;
}
.news-full .news-content .news-share{
	top: 0;
	left: 0;
	position: absolute;
	float: left;
	width: 30px!important;
	z-index: 15;
}
.news-full .news-content .news-share.before{
	top: 7px!important;
	left: 0!important;
	position: absolute!important;
}
.news-full .news-content .news-share .icon{
	margin: 0 0 1px;
	line-height: 50px;
	display: block;
	clear: both;
}
.news-full .news-body{
	padding-left: 78px;
	min-height: 150px;
}
.news-full .news-body + div:not(.Opta), 
.news-full .news-body samp,
.news-full .news-body kbd,
.news-full .news-body big,
.news-full .news-body small,
.news-full .news-body + div:not(.Opta) span {
	font: inherit!important;
	color: inherit!important;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
}

.news-full .news-body .vjs-control-bar span{
	font-family: VideoJS!important;
}

.news-full .news-body .poll{
	margin: 0 0 30px 0 ;
	background: #131B36;
	display: inline-block;
	padding: 50px 40px 20px 42px;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}
.news-full .news-body .poll:before{
	content:'';
	position:absolute;
	top: 0;
	left: 0;
	width:180px;
	height:270px;
	background: url(/export/sites/bolavip/arte/bg-versus.png) 0 0 no-repeat;
}
.news-full .poll .poll-title {
	font-size: 30px!important;
	line-height: 34px!important;
	font-weight: bold;
	text-align: left !important;
	margin-bottom: 32px !important;	
	position: relative;
}
.news-full .poll .poll-footer p{
	text-align: left;
	color:#000;
}
.news-full .news-body .ckeditor-poll div[data-status="Inactiva"]{
	display: none;
}
.news-full .news-body > p{
	font-family: 'Lato', sans-serif;
	font-size: 17px!important;
	line-height: 28px!important;
	margin-bottom: 26px!important;
	text-align: left!important;
	color: #2a2d2f;
}
.news-full .news-body a{
	color: #CE273E;
} 
.news-full .news-body a:hover{
	text-decoration: underline;
}
.news-full .news-body > p > img {
	margin: 0 auto;
	display: inherit;
	    max-width: 100%;
}
.news-full .news-body p:empty{
	display: none;
}
.news-full .news-body table{
	border: 1px solid #b9b9b9;
	width: 100%!important;
	margin-bottom: 26px;
}
.news-full .news-body table td{
	padding: 20px 15px;
	font-size: 14px;
}
.news-full .news-body table caption{
	font: bold 21px/21px 'Chivo', sans-serif;
	text-align:left;
	    margin-bottom: 15px;
}
.news-full .news-body table tr:nth-child(even) td{
	background:#d9d9d9;
}
.news-full .news-body + div:not(.Opta) ul,
.news-full .news-body + div:not(.Opta) ol{
	margin: 0 0 26px 40px;
}
.news-full .news-body + div:not(.Opta) ul li{
	list-style: initial;
	padding-left: 10px;
	font-size: 18px;
	line-height: 21px;
}
.news-full .news-body + div:not(.Opta) ol li{
	list-style: decimal;
	padding-left: 10px;
	font-size: 18px;
	line-height: 21px;
}
.news-full .news-body + div:not(.Opta) ul li + li,
.news-full .news-body + div:not(.Opta) ol li + li{
	margin-top: 10px;
}
.news-full .news-body blockquote{
	
	margin: 0 0 48px 0;
	font-weight: bold;
	color: #fff;
	background: #CE273E;
	font-size: 30px;
	line-height: 39px;
	padding-left: 22px;
	
	padding: 51px 16px 71px 40px;
	float:left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	    overflow: hidden;
}
.news-full .news-body blockquote:after{
	background: url(/export/sites/bolavip/arte/bg-quote.png) no-repeat 0 0;
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	
	width: 181px;
	height:325px;
}
.news-full .news-body blockquote:before{
	background: url(/export/sites/bolavip/arte/cita_comilla.png) no-repeat 0 0;
	content: '”';
	color:#eaeaea;
	width: 119px;
	height:82px;
	font-size: 0px;
	position: absolute;
	right: 31px;
	bottom: 28px;

}
.news-full .news-body blockquote p{
	font: inherit;
	color: inherit;
	z-index: 1;
	position: relative;
}
.news-full .news-body + div:not(.Opta) h1,
.news-full .news-body + div:not(.Opta) h2,
.news-full .news-body + div:not(.Opta) h3,
.news-full .news-body + div:not(.Opta) h4,
.news-full .news-body + div:not(.Opta) h5,
.news-full .news-body + div:not(.Opta) h6{
	margin: 0 0 19px;
	text-align: left !important;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 24px !important;
	font-style: initial !important;
	color: #e1e1e1 !important;
}
.news-full .news-body figure{
	margin: 0 auto 26px;
	max-width: 100%;
}
.news-full .news-body figure[style*=right]{
	margin: 0 0 26px 20px;
	width: auto;
	float: right;
}
.news-full .news-body figure[style*=left]{
	margin: 0 20px 26px 0;
	width: auto;
	float: left;
}
.news-full .news-body figure figcaption{
	border-bottom: 1px solid #d9d9d9;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 0 8px;
	text-align: left;
}
.news-full .news-body figure figcaption:empty{
	display: none;
}
.news-full .news-body figure.image img{
	margin: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.news-full .news-body figure.long{
	height: 685px;
	display: table!important;
	margin: 0 0 68px;
	float: left;
	clear: both;
	width: 100%;
}
.news-full .news-body figure.long figcaption{
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 685px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	margin: 0
}
.news-full .news-body figure.long figcaption:after{
	content:"";
	opacity:.6;
	position:absolute;
	bottom:0;
	width: 100%;
	left:0;
	height: 60px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
}
.news-full .news-body figure.long span{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	
	z-index: 2;
	color: rgba(255, 255, 255, 0.4) !important;
	padding: 9px 50px !important;
	text-align: right;
	box-sizing: border-box;
	display: block;
}
/*
	GALLERY
*/
.news-photogallery{
	position: relative;
	margin-bottom: 40px;
}
.news-photogallery .swiper-btn{
	position: absolute;
	top: 50%;
	left: 0;
	border: none;
	background-color: rgba( 0, 0, 0, .5 );
	width: 52px;
	height: 106px;
	z-index: 2;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50% );
	padding: 0;
	margin-top: -34px;
	
}
.news-photogallery .swiper-btn.swiper-button-disabled{
	background-color: rgba( 138, 138, 138, .2 );
	cursor: default;
}

.news-photogallery .swiper-btn:after,
.news-photogallery .swiper-btn:before{
	content: "";
	position: absolute;
	top: 29px;
	left: 25px;
	width: 1px;
	height: 29px;
	background-color: white;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.news-photogallery .swiper-btn:before{
	top: 49px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.news-photogallery .swiper-btn-next{
	right: 0;
	left: auto;
}
.news-photogallery .swiper-btn-next:after{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.news-photogallery .swiper-btn-next:before{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.news-photogallery .swiper-fullscreen{
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba( 0, 0, 0, .7 );
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 0%;
	font-size: 18px;
	color: white;
	z-index: 2;
	line-height: 49px;
	font-weight: bold!important;
}
.news-photogallery .cover-video,
.news-photogallery .cover-image{
	position: relative;
	height: 0;
	padding-top: 56%;
}
.news-photogallery .cover-video > *,
.news-photogallery .cover-image > *{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%;
	height: 100%;
	padding: 0!important;
}
.news-photogallery .cover-video img{
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50% -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news-photogallery .video-player{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 100px;
	height: 100px;
	border: 5px solid white;
	background-color: rgba( 0, 0, 0, .5 );
	box-shadow: -1px 2px 2px 0 rgba( 0,0,0,.1 );
	-ms-box-shadow: -1px 2px 2px 0 rgba( 0,0,0,.1 );
	-moz-box-shadow: -1px 2px 2px 0 rgba( 0,0,0,.1 );
	-webkit-box-shadow: -1px 2px 2px 0 rgba( 0,0,0,.1 );
}
.news-photogallery .video-player:after{
	border-color: transparent white;
	border-width: 20px 0 20px 25px;
	top: 25px;
	left: 36px
}
.news-photogallery figcaption{
	height: 41px;
	font-size: 14px;
	line-height: 15px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	color: #4e4e4e;
	padding-bottom: 31px;
}
.news-photogallery figcaption p{
	font: inherit;
	position: absolute;
	top: 36%;
	left: 0;
	transform: translate( 0, -50% );
	-ms-transform: translate( 0, -50% );
	-moz-transform: translate( 0, -50% );
	-webkit-transform: translate( 0, -50% );
}
.news-photogallery figcaption .figcaption__agencia,
.news-photogallery figcaption .figcaption__author{
	color:#000 !important;
}
.news-full .news-photogallery figcaption .figcaption__author,
.news-full .news-photogallery figcaption .figcaption__agencia{
	background: transparent !important;
}
.news-photogallery .swiper-pagination{
	text-align: left;
	bottom: 16px;
}
.news-photogallery .swiper-pagination .swiper-pagination-bullet{
	margin: 0 5px 0 0 !important;
}
.news-photogallery .swiper-pagination .swiper-pagination-bullet-active{
	background: #CE273E;
}
.news-photogallery .no-pagination figcaption{
	padding-bottom: 0px;
}
.news-photogallery .no-pagination figcaption p{
	top: 50%;
}
/*
	CK EDITOR
*/
.ck-vine{
	display: block;
	width: 600px!important;
	margin: 0 auto 26px!important;
	max-width: 100%!important;
}
.ck-vine iframe{
	max-width: 100%!important;
}

.ck-video-player,
.ck-youtube{
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 0 0 26px;
}

.ck-video-player .video-js{
	width: 100%;
	height: 100%;
	position: absolute!important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.news-full .news-body > .ck-video-player{
	padding-top: 56.25%!important;
}

.ck-video-player iframe,
.ck-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ck-instagram {
	display: block!important;
	max-width: 100%;
	margin: 0 0 26px;
}

.ck-instagram blockquote,
.ck-instagram iframe {
	width: 500px!important;
	max-width: 100%!important;
	margin: 0 auto!important;
}
.ck-instagram blockquote{
	width: 100%!importnat;
}
.ck-instagram blockquote p{
	color: black;
	font-size: 14px!important;
	line-height: 17px!important;
	font-family: arial;
	padding: 0 4px!important;
	margin-top: 8px!important;
}
.twitter-tweet{
	margin: 0 auto 26px!important;
}
.ck-twitter {
	display: block!important;
	max-width: 100%;
	margin: 0 0 26px;
}
.ck-twitter .twitter-video{
	margin: 0 auto!important;
}
.ck-twitter twitterwidget {
	max-width: 100%!important;
	margin: 0 auto!important;
}
.ck-storify {
	width: 100%;
	max-width: 100%;
}
.ckeditor-ifb {
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: center;
	margin: 0 0 26px;
}
.ckeditor-ifb iframe{
	max-width: 100%;
}
.ck-flickr{	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 26px;
}
.ck-flickr iframe{
	width: 100%;
	max-width: 100%;
}
.ckeditor-em object {
	width: 100%;
	max-width: 100%;
}
.ckeditor-em{width: 100%;
	text-align: center;
}
.ckeditor-em > *{
	max-width: 100%;
	margin: 0 auto 26px!important;
}
.ckeditor-em iframe[src*="welo"]{
	top: 0;
	left: 0;
}
.news-full .video-responsive > div {
	padding: 0!important;
}
.video-responsive iframe[src*="welo"]{
	top: 0;
	left: 0;
}

/*
	MOD TAGS
*/
.news-full .news-body .mod-tags{
	margin-top:6px;
}

.news-full .mod-tags .mod-title{

	line-height: 20px!important;
}
/*
	MOD LEE TAMBIEN
*/
.news-full .news-body .mod-tags + .mod-list{
	margin-top: 38px;
	padding:  35px 0 0 0;
	position:relative;
	
}
.news-full .news-body .mod-tags + .mod-list:before{
	content: '';
	background: #e5e5e5;
	height: 1px;
	display: block;
	position: absolute;
	z-index: 2;
	left: -85px;
	right: -80px;
	top: -1px;
}

.news-full .news-body .mod-list{
	margin-bottom: 36px;
}
.news-full .news-body .mod-list .mod-header{
	margin-bottom: 3px;
	padding-bottom: 23px;
	position: relative;
}

.news-full .news-body .mod-list .mod-title{
	font-weight: bold;
	font-size: 21px!important;
	line-height: 24px!important;
	color: #000 !important;
	padding-bottom: 12px;
}
.news-full .news-body .mod-list ul{
	margin: 0!important;
}
.news-full .news-body .mod-list ul li{
	padding: 2px 0 2px 14px!important;
	position: relative;
	list-style: none!important;
}
.news-full .news-body .mod-list ul li:before{
	content: '';
	height: 8px;
	position: absolute;
	width: 8px;
	background: url(/export/sites/bolavip/arte/bullet-lista.png) no-repeat top left;
	background-size: contain;
	left: 0;
	top: 7px;
	
	
}
.news-full .news-body .mod-list li + li{
	margin-top: 18px!important;
}
.news-full .news-body .mod-list h3{
	font-size: 18px!important;
	line-height: 19px!important;
	font-weight: bold;
	margin: 0!important;
}
.news-full .news-body .mod-list a{
	font: inherit!important;
	color: inherit!important;
}
.news-full .news-body .mod-list a:hover{
	color: #CE273E !important;	
}
/*
	MOD OUTBRAIN
*/
.mod-outbrain{
	margin-bottom: 0px
}
.mod-outbrain .mod-header{
	margin-bottom: 21px;
}
.mod-outbrain .mod-title{
	font-size: 26px;
	line-height: 26px;
}
/*
    MOD COMMENTS
*/

.news-full .mod-comments{
	margin-top: 20px;
	margin-bottom: 0px;    
	
	border-top: 1px solid #f4f4f4;
	position: relative;
	padding-bottom: 20px;
	padding-top: 43px;
	padding-right: 10px;
}
.news-full .mod-comments:before{
	content: '';
	background: #e5e5e5;
	height: 1px;
	display: block;
	position: absolute;
	z-index: 2;
	left: -85px;
	right: -80px;
	top: -1px;
}
.news-full .mod-comments .mod-header{
	position: relative;
	z-index: 2;
}
.news-full .mod-comments-gray{
	position: relative;
}
.news-full .mod-comments-gray .banner{
	position: relative;
	z-index:2;
	
	
}
.news-full .mod-comments .mod-title{
	font-size: 21px!important;
	line-height: 26px!important;
	padding-bottom: 9px;
	position: relative;
	z-index: 2;
	margin-bottom: 9px !important;
}

.news-full .fb-comments{
    height: 181px;
    background: url(/export/sites/bolavip/arte/blank-comments-desktop.jpg) no-repeat top left;
    background-color: white;
    display: block;
    margin-top: 20px;
}
.news-full .fb-comments *{
    display: none;
}
.news-full .fb-comments[fb-xfbml-state="rendered"]{
	background: transparent none;
	height: auto;
	position: relative;
	z-index: 2;
}
.news-full .fb-comments[fb-xfbml-state="rendered"] *{
    display: block;
}
.news-full .mod-comments-gray .banner{
	position: relative;
	z-index: 2;
	margin: 0 0 30px;
	max-width: inherit;
	width: 728px;
	box-sizing: border-box;
	float: right;
	margin-right: 50px;
}

/*
	NOTAS CONTINUAS
*/
.news-full-related-articles .news-full {
	/*padding-top: 56px;*/
	padding-top: 76px;
	display: inline-block;
	width: 100%;
	
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.news-full-related-articles .news-full:after {
	content: "";
	position: absolute;
	top: -5px;
	right: 0;
	left: -1000px;
	height: 5px;
	
	//background: #CE273E;
	
}


.news-full.deportes + .news-full-related-articles .news-full:after{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(50, 174, 247,.5) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(50, 174, 247,.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(50, 174, 247,.5) 100%);
	background: #32aef7;
}

.news-full.cultura + .news-full-related-articles .news-full:after,
.news-full.tecnologia + .news-full-related-articles .news-full:after,
.news-full.entretenimiento + .news-full-related-articles .news-full:after{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(59, 215, 186,.5) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(59, 215, 186,.5) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(59, 215, 186,.5) 100%);
	background: #3bd7ba;
}




/*
	NOTA LISTA ITEM
*/

.news-list-items{
	padding-left: 22px;
}
.news-list-item{
	border: 1px solid #d8d8d8;
	padding: 20px 25px 0 25px;
	margin-bottom: 25px;
	position: relative;
	box-shadow: -3px 3px 2px 0 rgba( 0,0,0,.1 );
	-ms-box-shadow: -3px 3px 2px 0 rgba( 0,0,0,.1 );
	-moz-box-shadow: -3px 3px 2px 0 rgba( 0,0,0,.1 );
	-webkit-box-shadow: -3px 3px 2px 0 rgba( 0,0,0,.1 );
}
.news-type-list .news-body{
	padding-left: 77px;
	
}
.news-type-list .clearfix{
	margin-bottom: 60px!important;
}
.news-list-item .news-list-header{
	position: relative;
	padding: 10px 0 17px 0 ;
	min-height: 89px;
}

.news-full .news-list-item .news-list-number{
	position: absolute;
	top:0px;
	right:-5px;
	font: 900 90px/90px 'Chivo', sans-serif !important;
	color: #CE273E !important;
}
.news-full.news-type-list .news-content{
	padding-right: 0;
}
.news-list-item .news-share{
	left: -82px!important;
	top: 0!important;
	position: absolute!important;
}
.news-full .news-list-item .news-list-title{
	font-size: 38px !important;
	line-height: 40px !important;
	margin: 0 0 10px !important;
	padding-right: 95px;
}
.news-list-item .news-list-media{
	position: relative;
	margin-bottom: 25px;
}
.news-full .news-list-item .news-list-media{
	margin: 0 0 20px 0;
	max-width: inherit; 
}
.news-full .news-list-item figure figcaption{
	margin: 0 0;
}
.news-list-item .news-list-body iframe,
.news-list-item .news-list-body figure{
	margin-bottom: 25px;
	width: 100%;
	display: block;
}

.news-list-item .news-list-body figure img{
	width: 100%;
	height: auto;
	margin: 0;
}
.news-list-item .news-list-body p{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 29px!important;
}
.news-list-item .icon__fullscreen_outline{
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba( 0, 0, 0, 1 );
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 0%;
	font-size: 14px;
	color: white;
	z-index: 2;
}
.news-list-item .icon__fullscreen_outline:before{
	top:50%;
	left:50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
	position: absolute;
}
.news-list-item .news-list-media .cover-video,
.news-list-item .news-list-media .cover-image{
	position: relative;
	height: 0;
	padding-top: 55.55%;
}
.news-list-item .news-list-media .cover-video > *,
.news-list-item .news-list-media .cover-image > *{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news-full .news-content .news-list-item .social-share-box .copy-item,
.news-full .news-content .news-list-item .social-share-box .icon{
    display: block;
    float: none;
}
.news-list-item .social-share-box .copy-item input{
    top: -44px;
        margin-left: -225px;
}
/*
	NOTA LISTA ITEM
*/

.news-list-item:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:113px;
	height:165px;
	background: url(/export/sites/bolavip/arte/bg__itemlist.png) no-repeat 0;
}
.news-list-item .news-share{
	left: -64px!important;
	top: 0!important;
	position: absolute!important;
}
.news-list-item .news-list-title{
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 25px;
}
.news-list-item .news-list-media{
	position: relative;
	margin-bottom: 25px;
}
.news-list-item .news-list-body{
	font-size: 16px;
	line-height: 28px;
}
.news-list-item .icon-fullscreen{
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba( 0, 0, 0, .3 );
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 14px;
	color: white;
	z-index: 2;
}
.news-list-item .news-list-media .cover-video,
.news-list-item .news-list-media .cover-image{
	position: relative;
	height: 0;
	padding-top: 55.5%;
}
.news-list-item .news-list-media .cover-video{
	padding-top: 56.25%;
}
.news-list-item .news-list-media .cover-video > *,
.news-list-item .news-list-media .cover-image > *{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-full .news-body .news-list-item .poll{
	width: auto;
	margin: 0 0 25px;
}
.news-list-item .poll .poll-footer p {
    
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.news-list-item .poll .poll-title{
	text-align: left!important;
	    position: relative;

}

/*
	LONG FORM
*/

.news-type-longform .news-header .news-media img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.page-news-longform .news-body{
    padding-left: 80px;

}
.page-news-longform .news-full .row,
.page-news-longform .news-full + .row{
	
	    padding: 0 145px 54px 145px;
	box-sizing: border-box;
}
.page-news-longform .news-full{
	padding: 0;
}

.page-news-longform .site-main{
	padding: 0;
}
.page-news-longform .news-share{
	float: right;
}
.page-news-longform .autor-img{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	border-top: 1px solid rgba(191, 192, 193, 0.4);
	z-index: 2;
	color: rgba(255, 255, 255, 0.4);
	padding: 9px 50px;
	text-align: right;
	box-sizing: border-box;
}
.page-news-longform .news-body .news__fuentes{
	padding-top: 0!important;
}
.page-news-longform .news-body .news__fuentes h3{
	margin-top: 27px!important;
}


.page-news-longform .news-body .mod-tags{
	margin-top: 55px;
}
.page-news-longform .mod-comments{
	padding-top: 0px;
	margin-top: 39px;
	padding-bottom: 0px;
}
.news-type-longform .news-header{
	height: 673px;
	position: relative;
	margin-bottom: 36px;
	padding-left:0;
}
.page-news-longform .mod-gray{
	margin-top: 52px;
	position: relative;
}
.page-news-longform .mod-gray:before{
	content:'';
	width:411px;
	height:399px;
	background: url(/export/sites/bolavip/arte/bg__especiales--left.png) no-repeat 0;
	position:absolute;
	top:0;
	left:0;
}
/*.page-news-longform .mod-gray:after{
	content:'';
	width:415px;
	height:415px;
	background: url(/export/sites/bolavip/arte/bg__especiales--right.png) no-repeat 0;
	position:absolute;
	bottom:0;
	right:0;
}*/
.news-type-longform .news-media{
	height: 100%;
	padding-top: 0;
	position: relative;
	overflow: hidden;
}
.news-type-longform .news-media .cover-image:before{
	height: 80px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);
}






}
.news-type-longform .news-media img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate( -50%, -50% );
	-ms-transform: translate( -50%, -50% );
	-moz-transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news-type-longform .news-media figcaption{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: rgba(255,255,255,0.4);
	z-index: 2;
	text-align: right;
	padding: 10px 50px;
	font-size: 14px;
	font-family: 'Fira Sans Condensed', sans-serif;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.news-type-longform .news-header-data{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding-top: 100px;
	padding-bottom: 27px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.4) 100%);
}
.news-type-longform .news-section{
	margin: 0 0 4px;
}
.news-type-longform .news-header .clearfix{
	height: auto;
	margin-bottom: 0;
}
.news-type-longform .news-title,
.news-type-longform .news-excerpt{
	
	color:#1f1f1f;
	clear: both;
	display: inline-block;
	
}
.news-type-longform .news-title{
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: 20px 0 0 #000, -15px 0 0 #000;
	background: #000;
	display: inline;
	color: #fff;
	margin: 0 15px;	
}
.news-type-longform .clearfix .news-line{
	margin-top: 9px;
}
.news-type-longform .news-excerpt{
	margin: 37px 0 24px;
	    line-height: 28px;
}
.news-type-longform .news-content{
	position: static;
	margin-top:63px;
    padding-right: 0;
}
.news-type-longform .news-content .news-share{
	top: auto;
	left: auto;
}
.news-type-longform .swiper-container{
	margin: 0 auto 54px;
}
.news-type-longform .news-body .image{
	margin: 0 auto 26px;
}
.page-news-longform .news-full .news-body h1,
.page-news-longform .news-full .news-body h2,
.page-news-longform .news-full .news-body h3,
.page-news-longform .news-full .news-body h4,
.page-news-longform .news-full .news-body h5,
.page-news-longform .news-full .news-body h6{
	margin-top: 43px;
}
.page-news-longform .news-full .poll-title{
	margin-top: 0!important;
}
.page-news-longform .news-body > p{
	margin-bottom: 29px!important;
}
.page-news-longform .news-body blockquote{
	padding: 67px 16px 85px 40px;
}
/*
	MOD AUTHOR
*/
.mod-author{
	background:#ebebeb;
	
	margin-top: 21px;
	padding: 22px 38px 9px 38px;
}
.mod-author .author{
	position: relative;
	padding-left: 100px;
	
	min-height: 85px;
	margin-bottom: 25px;
}
.mod-author .mod-title{
	margin-top: 0 !important;
	text-transform: none;
}
.mod-author .author-media{
    margin: 0 auto 9px !important;
}
.mod-author .mod-content + .mod-content{
	padding-top: 28px;
	border-top: 1px solid #d3d3d3;
}
.mod-author .mod-content + .mod-content .author{
	margin-bottom: 0;
}
.mod-author .author-media img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: absolute;
	background: #CE273E;
	left:0;
}
.mod-author .author-data .author-name{
	color: #CE273E!important;
	font-weight: bold!important;
	font-size: 15px!important;
	margin-bottom: 2px!important;
	display: inline-block;
	text-transform: uppercase;
}
.mod-author .author-data .author-name a{
	color: #CE273E!important;
}
.mod-author .author-data .author-description{
	color: #000!important;
	font-size: 16px!important;
	line-height: 18px!important;

	margin: 10px auto 17px auto;
}
.mod-author .author-data .author-description p{
	font: inherit!important;
	color: inherit!important;
	margin: 0!important;
}
.mod-author .author-redes a {
	color: #000;
	margin: 6px 8px;
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.mod-author .author-redes a:hover{
	color: #CE273E;
}
/*
	MODULOS GREY
*/

.mod-gray{
	background:#f4f4f4;
}
.mod-gray .mod-header{
	z-index: 2;
}
/*
	MODULOS ESPECIALES
*/
.mod-especiales{
	
	width: 100%;
	padding-top: 37px;
	margin-bottom: 78px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mod-especiales .mod-title{
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 39px;
}
.mod-especiales .news-section{
	margin-bottom: 3px;
	background: #ffdf00;
	color: #000;
	padding: 5px 10px 4px 10px;
}
.mod-especiales news-title{
	height: 56px;
	overflow: hidden;
}
.mod-especiales .news-author{
	text-transform: capitalize;
	color: #999!important;
}
.mod-especiales .news-title{
	font-size: 22px;
	line-height: 25px;
}
.mod-especiales .mod-content{
	margin: 0 -19px;
	position: relative;
	z-index: 2;
}
.mod-especiales .col_4{
	padding: 0 19px;
}
.mod-especiales .news-nophoto img{
	width: 160px;
}
/*
	NOTICIA DE TIPO VIDEO
*/
.news-video-full{
	padding: 28px 0 31px 0px;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.news-video-full .row{
	position: relative;
}
.news-video-full .news-media{
	margin-right: 379px;
	width: auto;
	height: auto;
}
.news-video-full .news-media .video-cover{
	width: 100%;
	height: 0;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 56%;
	cursor: pointer;
}
.news-video-full .news-media .video-cover > *{
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0!important;
}
.news-video-full .news-media .video-time{
	z-index: 2;
}
.news-video-full .news-media .video-player{
	z-index: 2;
	width: 74px;
	height: 74px;
	border-width: 4px;
}
.news-video-full .news-media .video-player:after{
	border-width: 15px 0 15px 28px;
	top: 18px;
	left: 21px;
}
.news-video-full .news-data{
	color:#fff;
	width: 351px;
	    margin-top: 0;
	float: right;
}
.news-video-full .news-line{
	overflow: hidden;
	margin-bottom: 12px;
}
.news-video-full .news-section{
	float: left;
	
}

.news-video-full .news-label{
	
	
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	white-space: nowrap;
	clear: both;
	margin: 0;
	padding: 6px 10px 5px 10px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	vertical-align: top;
	background: #131B36;
	color:#000;
}
.news-video-full .news-title{
	font-size: 35px;
	line-height: 39px;
	margin-bottom: 21px;
	
	max-height: 245px;
	overflow: hidden;
	position: relative;	
}
.news-video-full .news-excerpt{
	font-size: 18px;
	line-height: 23px;
	color: #aeaeae;
	margin: 0 0 57px;
	height: 166px;
	overflow: hidden;
}
.news-video-full .news-excerpt p{
	margin: 0;
	font: inherit;
	color: inherit;
}
.news-video-full .news-date,
.news-video-full .news-author{
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
}
.news-video-full .news-date{
	position: absolute;
	bottom: 114px;
}

.news-video-full .news-share .icon__link{
	background: #000;
	color: #fff;
}
.news-video-full .news-share .icon__link:hover{
	background: #131B36;
}
.news-video-full .news-author{
	margin-bottom: 7px;	
}
.news-video-full .news-author a{
	color: black;
}
.news-video-full .news-author .coma{
	margin-left: -3px;
}
.news-video-full .news-share{
	position: absolute;
	bottom: 31px;
	right: 351px;
	transform: translate( 100%, 0 );
	-ms-transform: translate( 100%, 0 );
	-moz-transform: translate( 100%, 0 );
	-webkit-transform: translate( 100%, 0 );
}
.news-video-full .news-share button{
	margin-left: 0;
	margin-right: 0;
}
/*
	page news humor
*/
.page-news-humor .news-full .news-header .news-share{
	margin-top: 0;
	top: 52px;
	position: absolute;
	right: 0;
}


/*
	NEWS FUENTES
*/
.news__fuentes .mod-content,
.news__fuentes .mod-header{
	display: inline-block;
}
.news-full .news-body .news__fuentes{
	margin-bottom: 0px !important;
	padding-top: 28px;
	margin-top: 32px;
	position: relative;	
}
.news-full .news-body .news__fuentes:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:115px;
	height:1px;
	background:#d9d9d9;
}
.news-full .news-body .news__fuentes h3{
	font-size: 14px!important;
	line-height: 14px!important;
	color:#7a7a7a!important;
	font-weight: 400;
	text-transform: capitalize;
}

.news-full .news-body .news__fuentes p{
	display: inline-block !important;
	color: #000!important;
	font-size: 13px!important;
	line-height: 13px!important;
}
.news-full .news-body .news__fuentes p + p{
    margin-left: 7px;
}



/*
	NEWS FULL JS
*/

.news-video-full .video-js .vjs-big-play-button,
.news-full .video-js .vjs-big-play-button{
	top:50%;
	left:50%;
	height: 80px;
	width: 80px;
	border:0;
	border-radius: 0px;
	color: #000;
	
	background: #131B36 !important;

	line-height: 82px;
	font-size: 45px;
	transform: translate( -50%, -50% );
	-webkit-transform: translate( -50%, -50% );
}
.news-video-full .vjs-has-started .vjs-control-bar,
.news-full .vjs-has-started .vjs-control-bar{
	height:40px;
}
.news-video-full .vjs-button>.vjs-icon-placeholder:before, 
.news-full .vjs-button>.vjs-icon-placeholder:before {
    font-size: 2.5em;
}
.news-video-full .video-js .vjs-time-control, 
.news-full .video-js .vjs-time-control{
	line-height:4em;
}
.news-video-full .video-js .vjs-volume-bar,
.news-full .video-js .vjs-volume-bar{
	margin: 1.85em .45em;
}


.news-full .news-author-content {
	width: 25% !important;
}

.news-full .news-author-content .perfil-foto {
	max-width: 50px !important;
    	margin: 0!important;
    	float: left!important;
    	margin-right: 5px !important;
}

.news-full .news-author-content .perfil-foto img {
	max-width: 100% !important;
}



/*
	BOX HUMOR
*/
.humor-box{
	float: left;
	position: relative;
}
.humor-box .ocms_de_bt{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
}
.humor-box img{
	width: 100%;
	height: auto;
}
.humor-box img[data-full]{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}
.humor-box .humor-data{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 40px 20px 18px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.humor-box .humor-data:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.001;
	visibility: hidden;
	background: -moz-linear-gradient(top, rgba(255, 196, 0,0) 0%, rgba(255, 196, 0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 196, 0,0) 0%,rgba(255, 196, 0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255, 196, 0,0) 0%,rgba(255, 196, 0,0.8) 100%);
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.page-home .mod-humor .humor-box .humor-data:after{

	background: -moz-linear-gradient(top, rgba(255, 196, 0,0) 0%, rgba(255, 196, 0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 196, 0,0) 0%,rgba(255, 196, 0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255, 196, 0,0) 0%,rgba(255, 196, 0,0.8) 100%);
}
.humor-box:hover .humor-data:after{
	opacity: 1;
	visibility: visible;
}
.humor-box .humor-author{
	font-size: 24px;
	line-height: 24px;
	font-weight: 900;
	color: white;
}
.humor-box .humor-date{
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #b5b5b5;
	margin-top: 3px;
}
/*
	PAGE SECTION BOX
*/
.humor-box.item-box .humor-data{
	position: relative;
	bottom: auto;
	padding: 0;
	background: transparent;
	color: #000;
	margin-bottom: 20px;
}
.humor-box.item-box .humor-author{
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	
}
.humor-box.item-box .humor-date{
	color:#b0b0b0;
	font-weight: 300;
}
.humor-box.item-box .humor-date,
.humor-box.item-box .humor-authors{
	display: block;
}
.humor-box.item-box .humor-data:after{
	display: none;
}

/*
	PAGE SECTION
*/
.page-humor .section-header{
	margin-bottom: 48px;
}
.page-humor .section-content{
	padding-bottom: 40px;
}

.page-humor .row-container{
	text-align: center;
}
.page-humor .humor-box{
    text-align: left;
}
.page-humor .view-more {
	display: inline-block;
	margin: 25px auto 50px;
}
.page-humor .humor-box{
	margin-bottom: 70px;
	position: relative;
	width: 100%;
}
.page-humor .humor-box .humor-media{
	position: relative;
	width: 100%;
	padding-top: 79.74%;
	height: 0;
	background-color: #ccc;
	border: 1px solid #dedede;
}
.page-humor .humor-box .humor-media img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
	MOD HUMOR
*/
.mod-humor{
	padding: 41px 0 46px;
}
.mod-humor .mod-header{
	margin-bottom: 20px;
}
.mod-humor .mod-title{
	line-height: 37px;
}
.mod-humor .swiper-container{
	padding-bottom: 47px;
}
.mod-humor .swiper-pagination{
	    bottom: 0;
}
.mod-humor .swiper-pagination-bullet{
	width:12px;
	height: 12px;
	background:rgba(48,48,48,.1);
	opacity:1;
}
.mod-humor .swiper-pagination-bullet-active{
	background: #CE273E;
}
.mod-humor .swiper-button{
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: transparent;
	top:45%;
	background-image: none;
	margin-top: 0;
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 68px;

	visibility: visible;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.mod-humor .swiper-button-next{
	right:-85px;
}
.mod-humor .swiper-button-prev{
	left:-85px;
}
.mod-humor .swiper-button-prev:hover,
.mod-humor .swiper-button-next{
	background: transparent;
	
}
.mod-humor .swiper-button.swiper-button-disabled{
	opacity: 0.001;
	visibility: hidden;
}
.mod-humor .swiper-button:hover:after,
.mod-humor .swiper-button:hover:before{
	background-color: #CE273E;
}
.mod-humor .swiper-button:after,
.mod-humor .swiper-button:before{
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 2px;
	height: 40px;
	background-color: rgba(113, 113, 113,.5);
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.mod-humor .swiper-button:before{
	top: 28px;
	transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}

.mod-humor .swiper-button-next:after,
.mod-humor .swiper-button-next:before{
	transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-webkit-transform: rotate( -45deg );
}
.mod-humor .swiper-button-next:before{
	transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
}
.mod-humor .swiper-slide{
	width: 330px;
	height: 246px;
}
.mod-humor .mod-content{
	position: relative;
}



/*
	NOTA HUMOR
*/
.page-news-humor .news-share{

	margin-bottom: 20px;
}
.page-news-humor .news-photogallery img{
	width: 100%;
	height: auto;
}
.page-news-humor .swiper-wrapper,
.page-news-humor .swiper-slide,
.page-news-humor .swiper-container{
	width: 100%;
}
.page-news-humor .mod-lomasvisto .mod-header{
	margin-top:0;
}
.page-news-humor .row-container {
    margin: 70px -12px 110px -12px;
}
.page-news-humor .news-full .news-header{
	padding-left: 0;
}
.page-news-humor .news-full .news-header .news-share{
	top: 40px;
}
/*
	MAS DEL AUTOR
*/
.mod-morehumor{
	padding: 40px 0;
}
.mod-morehumor .mod-title{
	font-size: 26px;
	line-height: 26px;
	margin-bottom: 15px;
}
.mod-morehumor .col_6{
	margin-bottom: 30px;
}
.mod-morehumor .view-more{
	margin-top: 10px;
}


.page-profile .section-header{
    background-color: #000;
        margin-bottom: 78px;
    padding: 40px 0 43px;
}
.page-profile .view-more {
    margin-top: 80px;
}
.page-profile .mod-lomasvisto {
    margin-top: 54px;
}
.page-profile .col-main:after, .col-aside:after {
    top: 21px;
    height: calc(100% - 21px);
}
.journalist-media{
    float: left;
}
.journalist-media figure{
	background: #CE273E url(/export/sites/bolavip/arte/bg-columnista-big.png) no-repeat top right;
	background-size:cover;
	border-radius: 50%;
	overflow: hidden;
	width: 230px;
	height: 230px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin-top: -4px;
	margin-bottom: -7px;
	margin-right: 17px;
}
.journalist-media figcaption{
    float: right;
    text-align: left;
    margin-top: 15px;
    margin-left: 32px;
}
.journalist-dummy {
    border: 0 !important;
}
.journalist-name{
    font: bold 65px/65px 'Chivo', sans-serif;
    color: #fff;
    margin-bottom: 14px;
    margin-top: 2px;
}

.journalist-share {
    margin-top: 2px;
    clear: both;
}
.journalist-share a {
	border: 1px solid rgba(255,255,255,.3);	
	border-radius: 125px; 
	color: #fff;
	height: 42px;
	width: 42px;
	font-size: 15px;
	position: relative;
	display: inline-block;
	margin-top: 42px;
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.journalist-share a:hover{
	color: #CE273E;
	border-color: #CE273E;	
}
.journalist-share a:before{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.journalist-share a + a{
    margin-left: 6px;
    font-size: 13px;
}
.journalist-info{

    color: #fff;
    float: left;
    text-align: left;
   
}
.journalist-info p{
	font: 300 18px/21px 'Chivo', sans-serif;
	color: #fff;
	max-width: 580px;
}
.page-profile .news-summary.big{
	
	padding: 0 0 46px 240px;
	min-height: 156px;
}
.page-profile .news-summary.big .news-media{
	width: 216px;
	top:-1px;
	height: 167px;
}
.page-profile .news-summary .news-section{
	margin-bottom: 12px;
}
.page-profile .news-summary.big .news-title{
	line-height: 31px;
}
/******************/
/* Styles Banners */
/******************/

#banner-1x1 {
	height:0
}

.block-news2 {
	width: 276px;
	height: 250px;
	padding-top: 50px;
	padding-bottom: 14px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	flex-flow: column;
    	justify-content: space-between;
}

.block-news2 .item {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.block-news2 .item:hover {
	text-decoration: none !important;
}

.block-news2 .item img {
	width: auto;
	height: 88px;
}

.block-news2 .item h2 {
	font-family: 'Fira Sans', sans-serif !important; 
	font-size: 14px !important;
	font-weight: 700;
	color: white !important;
	text-transform: uppercase;
	line-height: 1.2em !important;
	margin: 0 !important;
	padding: 0 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*****************/
/* Styles Widget */
/*****************/

.block-news {
	width: 252px;
	height: 204px;
	padding-left: 18px;
	padding-top: 45px;
	display: flex;
	flex-flow: column;
    	justify-content: space-between;
}

.block-news .item {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.block-news .item:hover {
	text-decoration: none !important;
}

.block-news .item img {
	width: auto;
	height: 94px;
}

.block-news .item h2 {
	font-family: 'Fira Sans', sans-serif !important; 
	color: white !important;
	text-transform: uppercase;
	font-size: 14px !important;
	line-height: 1.2em !important;
	margin: 0 !important;
	padding: 0 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/***************/
/* Size Banner */
/***************/

.size-600x280 {
	display: flex;
	flex-flow: row nowrap;
	width: 600px;
	height: 280px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.size-300x250 {
	display: block;
	width: 300px;
	height: 250px;
}

/*****************************/
/* Background Banner Desktop */
/*****************************/

.bg-rusia-D2018 {
	background: #404A73 url(/arte/bg-600x280-rusia2018-2.jpg) no-repeat top left;
}


/****************************/
/* Background Banner Mobile */
/****************************/

.bg-rusia2018 {
	background: #41345F url(/arte/bg-300x250-rusia2018.jpg) no-repeat top left;
}

.bg-motor {
	background: #1A1A1A url(/arte/bg-300x250-motor.png) no-repeat top left;
}

.bg-run {
	background: #EC4D1B url(/arte/bg-300x250-run.png) no-repeat top left;
}

.bg-selear {
	background: #6BA0CB url(/arte/bg-300x250-selear.png) no-repeat top left;
}

.bg-seleco {
	background: #FF9300 url(/arte/bg-300x250-selecol.png) no-repeat top left;
}

.bg-selemx {
	background: #11935D url(/arte/bg-300x250-selemx.png) no-repeat top left;
}

.bg-selepe {
	background: #DB2C38 url(/arte/bg-300x250-selepe.png) no-repeat top left;
}

.bg-ucl {
	background: #284781 url(/arte/bg-300x250-ucl.png) no-repeat top left;
}


/***************/
/* Link Colour */
/***************/

.link-rusia2018 {
	background-color: rgba(57, 49, 85, 0.7);
	transition: all .5s;
}

.link-rusia2018:hover {
	background-color: rgba(57, 49, 85, 0.9);
}

.link-motor {
	background-color: rgba(43, 43, 43, 0.7);
	transition: all .5s;
}

.link-motor:hover {
	background-color: rgba(43, 43, 43, 0.9);
}

.link-run {
	background-color: rgba(238, 89, 43, 0.7);
	transition: all .5s;
}

.link-run:hover {
	background-color: rgba(238, 89, 43, 0.9);
}

.link-rusia2018:hover {
	background-color: rgba(57, 49, 85, 0.9);
}

.link-selear {
	background-color: rgba(45, 132, 180, 0.7);
	transition: all .5s;
}

.link-selear:hover {
	background-color: rgba(45, 132, 180, 0.9);
}

.link-seleco {
	background-color: rgba(242, 151, 9, 0.7);
	transition: all .5s;
}

.link-seleco:hover {
	background-color: rgba(242, 151, 9, 0.9);
}

.link-selemx {
	background-color: rgba(31, 126, 82, 0.7);
	transition: all .5s;
}

.link-selemx:hover {
	background-color: rgba(31, 126, 82, 0.9);
}

.link-selepe {
	background-color: rgba(180, 32, 42, 0.7);
	transition: all .5s;
}

.link-selepe:hover {
	background-color: rgba(180, 32, 42, 0.9);
}

.link-ucl {
	background-color: rgba(39, 53, 98, 0.7);
	transition: all .5s;
}

.link-ucl:hover {
	background-color: rgba(39, 53, 98, 0.9);
}

/******************/
/* Styles Skin */
/******************/

.with-skin .site-main {
	padding-top: 68px;
	/** z-index: 2; TEST => Modificado tambien la clase '.news-full .article__container' en el archivo 'news-full.css' **/
	position-relative;
}


.with-skin .home-featured {
	background: none;
}

.with-skin .home-featured .row {
	background: #fff;
}

.with-skin .home-featured h1.section-title {
	color: #000;
}

.with-skin.page-home .home-featured .row {
	background: red;
	padding-top: 15px;
}

.with-skin.page-home .home-featured h1.section-title {
	color: #fff;
}

.with-skin .site-main .mod-home-latestnews,
.with-skin .site-main .home-secciones {
	position: relative;
	z-index: 2;
	background: #fff;
	max-width: 1070px;
}

.with-skin .site-main .poll-box-home,
.with-skin .site-main .mod-columnistas,
.with-skin .mod-suscibete,
.with-skin .site-footer,
.with-skin .banner-fullwidth {
	position: relative;
	z-index: 2;
}	

.with-skin .site-main .news-full,
.with-skin .site-main .news-full .news__cover,
.with-skin .site-main .news-full .news__cover--run,
.with-skin .site-main .news-full .news__cover--motor,
.with-skin .site-main .news-full .news__cover--rusia {
	background: none;
	background-color: transparent;
}

.with-skin .site-main .news-full .news__cover,
.with-skin .site-main .news-full .news__cover--run,
.with-skin .site-main .news-full .news__cover--motor,
.with-skin .site-main .news-full .news__cover--rusia {
	display: none;
}

.with-skin .site-main .news-full-related-articles .news-full:after {
	background: none;
}

.banner-mediaquery {
	display: none;
}

/**********************/
/** COUNTDOWN MOBILE **/
/**********************/

@font-face {
	font-family: 'kremlin';
	src: url(/fonts/kremlin/kremlin.ttf);
}

.kremlin {
	font-family: 'kremlin';
	text-transform: uppercase;
}

.wm-countdown {
	width: 320px;
	height: 75px;
	background-position: left top;
	background-image: url(/export/sites/bolavip/arte/countdown/countdown-mobile.jpg);
	position: relative;
}

.wm-countdown__content {
	width: 60%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;	
	display: flex;
	flex-flow: column;
}

.wm-countdown__content__time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 72px;
	text-align: center;
	padding: 12px 8px 0 8px;
	box-sizing: border-box;
}


.wm-countdown__content__time .box {
	background: transparent;
	display: flex;
	flex-flow: column;
	padding: 0;
	margin: 0;
}

.wm-countdown__content__time .box .number {
	font-size: 28px;
	margin-bottom: 2px;
}

.wm-countdown__content__time .box .text {
	font-size: 13px;
}

.wm-countdown__content__links {
	font-size: 11px;
	padding: 0 5px;
	display: flex;
	justify-content: space-between;
	height: 25px;
}

.wm-countdown__content__links a {
color: #FDCD79;
}

.color-number {
	color: #FDCD79;
}


/**********************/
/** COUNTDOWN DESKTOP**/
/**********************/

.wd-countdown {
	width: 100%;
	margin-top: 8px;
	height: 70px;
	background-position: left top;
	background-image: url(/export/sites/bolavip/arte/countdown/countdown-desktop.jpg);
	position: relative;
}

.wd-countdown__content {
	width: 74%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}

.wd-countdown__content__time {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 72px;
	text-align: center;
	box-sizing: border-box;
}


.wd-countdown__content__time .box {
	background: transparent;
	display: flex;
	flex-flow: row;
	padding: 0 31px 0 0;
	margin: 0;
}

.wd-countdown__content__time .box:last-child {
	padding: 0 27px 0 0;
}


.wd-countdown__content__time .box .number {
	font-size: 48px;
	margin-bottom: 2px;
	margin-right: 4px;
}

.wd-countdown__content__time .box .text {
	font-size: 20px;
}

.wd-countdown__content__links {
	font-size: 12px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	height: 25px;
}

.wd-countdown__content__links a {
	font-family: 'Fira Sans', sans-serif !important; 		
	color: #FDCD79;
	margin-right: 32px;
	margin-top: 3px;
	font-weight: bold;
}

.color-number {
	color: #FDCD79;
}

#Top_Sponsor {
	margin: 10px 0
}

#950x90_0 {
	margin: 20px auto;
}

.banner-poll {
	display: inline-block !important;
	padding: 0 !important;
}

.ads-slidedown {
	width: 100%;
	max-height: 0;
	height: 100vh;
	transition: max-height 1.2s ease-in;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.ads-slidedown--open {
	max-height: 100vh;
}

.ads-slidedown__wrapper {
	width: 800px;
	height: 600px;
}

.ads-slidedown__arrow {
	border: 2px solid #000;
	border-radius: 50%;
	bottom: 30px;
	cursor: pointer;
	left: 50%;
	line-height: 0;
	padding: 2px;
	position: absolute;
	transform: translate(-50%,0);
}

.ads-slidedown__arrow i {
	font-size: 32px;
}

.video-js .vjs-audio-button .vjs-icon-placeholder,.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js .vjs-chapters-button .vjs-icon-placeholder,.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.video-js .vjs-descriptions-button .vjs-icon-placeholder,.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.video-js .vjs-mute-control .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.video-js .vjs-play-control .vjs-icon-placeholder,.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.video-js .vjs-play-progress,.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js .vjs-volume-level,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-audio,.vjs-icon-audio-description,.vjs-icon-cancel,.vjs-icon-captions,.vjs-icon-chapters,.vjs-icon-circle,.vjs-icon-circle-inner-circle,.vjs-icon-circle-outline,.vjs-icon-cog,.vjs-icon-facebook,.vjs-icon-fullscreen-enter,.vjs-icon-fullscreen-exit,.vjs-icon-gplus,.vjs-icon-hd,.vjs-icon-linkedin,.vjs-icon-pause,.vjs-icon-pinterest,.vjs-icon-play,.vjs-icon-play-circle,.vjs-icon-replay,.vjs-icon-spinner,.vjs-icon-square,.vjs-icon-subtitles,.vjs-icon-tumblr,.vjs-icon-twitter,.vjs-icon-volume-high,.vjs-icon-volume-low,.vjs-icon-volume-mid,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js,.vjs-no-js{color:#fff;background-color:#000}.video-js .vjs-big-play-button,.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-control,.vjs-button>.vjs-icon-placeholder:before,.vjs-menu li,.vjs-no-js{text-align:center}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}@font-face{font-family:VideoJS;src:url("/system/modules/com.tfsla.diario.d/resources/libs/font/VideoJS.eot?#iefix") format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before{content:"\f111"}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.video-js{display:block;vertical-align:top;box-sizing:border-box;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js .vjs-tech,.video-js.vjs-fill{width:100%;height:100%}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-time-tooltip,.vjs-error .vjs-error-display:before,.vjs-menu .vjs-menu-content,.vjs-no-js{font-family:Arial,Helvetica,sans-serif}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js .vjs-tech{position:absolute;top:0;left:0}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;font-size:18px;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66A8CC}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2B333F;background-color:rgba(43,51,63,.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;-moz-transition:all 0s;-ms-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto;box-sizing:content-box}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto;box-sizing:content-box}.vjs-loading-spinner,.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2B333F}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2B333F;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-ms-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.vjs-live .vjs-progress-control{display:none}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.vjs-black-poster,.vjs-poster{background-repeat:no-repeat;background-position:50% 50%;background-size:contain;cursor:pointer}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;color:#000;float:right;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:relative;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display,div.vjs-vpaid-ad .vjs-tech{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-ms-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;padding-left:2em;padding-right:2em;padding-bottom:3em}.vjs-poster,.vjs-poster img{padding:0;vertical-align:middle}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.video-js .vjs-volume-panel{-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;transition:width 1s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:focus,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;-webkit-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-moz-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-ms-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;-o-transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:active~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:focus~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;-webkit-transition:width .1s;-moz-transition:width .1s;-ms-transition:width .1s;-o-transition:width .1s;transition:width .1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3.5em;-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{-webkit-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-moz-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-ms-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;-o-transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;background-color:#000;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;margin:0 auto;max-height:100%;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider,.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control{width:0!important;white-space:nowrap}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control .vjs-icon-placeholder{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);background-clip:padding-box;width:50px;height:50px;border-radius:25px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:#fff transparent transparent}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}@-webkit-keyframes vjs-spinner-fade{0%,100%,20%,60%{border-top-color:#73859f}35%{border-top-color:#fff}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{position:absolute}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2B333F;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;margin-left:5px}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2B333F;cursor:pointer;border-radius:2px}.vjs-black-poster,div.vjs-vpaid-ad.vjs-vpaid-flash-ad div.VPAID-container{background-color:#000}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vast-blocker,.vjs-black-poster{position:absolute;margin:0;top:0;left:0;right:0}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}@media \0screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}.vjs-label-hidden{display:none!important}.vjs-default-skin div.vjs-ads-label{font-size:13px;line-height:30px;font-weight:400;text-align:center;color:#fff;display:none;width:auto;padding-left:10px}.vjs-ad-playing .vjs-control.vjs-ads-label{display:block}.vjs-has-started .vjs-black-poster.vjs-hidden,.vjs-using-native-controls .vjs-black-poster,div.vjs-vpaid-ad div.vjs-progress-control,div.vjs-vpaid-ad div.vjs-time-controls,div.vjs-vpaid-ad div.vjs-time-divider{display:none}.vjs-black-poster{bottom:0;padding:0}div.VPAID-container{position:absolute;top:0;left:0;width:100%;height:100%}/ Ad playback / .vjs-ad-playing .vjs-progress-control{pointer-events:none}.vjs-ad-playing .vjs-play-control.vjs-paused,.vjs-ad-playing .vjs-play-progress,.vjs-ad-playing .vjs-volume-level{background-color:#ffe400!important}div.vast-skip-button{display:block;position:absolute;bottom:20%;right:0;background-color:#000;color:#fff;font-size:15px;font-weight:700;width:auto;padding:8px;z-index:2;border:1px solid #fff;border-right:none}.vast-skip-button.enabled{cursor:pointer;color:#fff}.vast-skip-button.enabled:hover{cursor:pointer;background:#333}.vast-blocker{display:block;padding:0;height:100%;width:100%;bottom:0}.vast-skip-button.enabled:after{content:">>";position:relative;top:1px;margin-left:8px}.vjs-ad-playing.vjs-vast-ad-loading .vjs-loading-spinner{display:block;z-index:10;-webkit-animation:spin 1.5s infinite linear;-moz-animation:spin 1.5s infinite linear;-o-animation:spin 1.5s infinite linear;animation:spin 1.5s infinite linear}.vjs-vast-ad-loading div.vjs-big-play-button{display:none!important}.vjs-ad-playing .vjs-live-controls,.vjs-ad-playing .vjs-slider-handle:before{display:none}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
<!--	body{
		padding-top: 100px;
	}
-->
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
	body{
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.row{
		padding: 0 10px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.row-container{
		margin: 0 -10px;
	}
	.col{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 940px), only screen and (max-device-width: 940px) {
	.col_6{
		width: 100%;
	}
}
@media only screen and (max-width: 930px), only screen and (max-device-width: 930px) {
	.alert-poll .poll .poll-content{
		clear: both;
	}
}
@media only screen and (max-width: 1338px), only screen and (max-device-width: 1338px) {

	
}


@media only screen and (max-width: 1430px), only screen and (max-device-width: 1430px) {
	.nav__header > ul > li:nth-child(7),
	.nav__header > ul > li:nth-child(6){
		    display: none;
	}
}


@media only screen and (max-width: 1270px), only screen and (max-device-width: 1270px) {
	.nav__header > ul > li:nth-child(9),
	.nav__header > ul > li:nth-child(8),
	.nav__header > ul > li:nth-child(7),
	.nav__header > ul > li:nth-child(6){
		    display: none;
	}
}

@media only screen and (max-width: 1240px), only screen and (max-device-width: 1240px) {
	.banner-header{
		display:none;
	}
	
	.site-header .site-logo{
		margin-top: 20px;
		margin-right: 55px;
	}
	.site-header .site-logo img{
		height: 45px;
		width: auto;
	}
	.site-header .social{
	    padding-top: 24px;
	}
	.site-header .actions > .icon__search_cool{
	margin-top:28px;
	}
	.site-header .actions{
		margin-top: 0;
	}
	
	
	.site-header .site-nav{
		position: relative;
		margin-top: 26px!important;
	}
	
	.site-header.sticky .site-nav {

	    margin-top: 16px!important;
	}
	

	.site-header .submenu{
		right: 6px;
	}
}


@media only screen and (max-width: 1030px), only screen and (max-device-width: 1030px){
	.nav__header > ul > li:nth-child(5),
	.nav__header > ul > li:nth-child(4){
		    display: none;
	}
}

@media only screen and (max-width: 990px), only screen and (max-device-width: 990px){
	.site-header .submenu {
	    right: -215px;
	}
}

@media only screen and (max-width: 850px), only screen and (max-device-width: 850px){
	
	
	.site-header .submenu {
	    right: -213px;
	}
	.header__logo {
		top: 30px;
		left: 63px;
		transform: translate(0%,0);
		-webkit-transform: translate(0%,0);
	}
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.footer-nav li{
		font-size: 13px;
	}
}
@media only screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {
	.site-footer .column:last-child{
		margin: 35px 0 0;
		clear: both;
	}
	.mod-suscibete{
	    padding: 52px 50px;
	}
	.site-footer .footer-bottom p{
	    padding: 0 290px;
    		box-sizing: border-box;
    	}
	
	.mod-suscibete fieldset {
	    width: 435px;
	}
}
@media only screen and (max-width: 940px), only screen and (max-device-width: 940px) {
	.site-footer .footer-top{
		padding-bottom: 40px;
	}
	.site-footer .footer-newsletter{
		bottom: 111px;
	}
	.site-footer .footer-newsletter input{
		width: 260px;
	}
	.site-footer .footer-bottom p {
	    padding: 0 230px;
	    box-sizing: border-box;
	        margin-top: 0px;
	}
	.mod-suscibete .suscibete-subtitle {
	    
	    width: calc(100% - 373px);
	}
	.mod-suscibete fieldset {
	    width: 335px;
	}
}
@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
	.site-footer .banner-footer{
		float:left;
	}
}
@media only screen and (min-width: 1400px) {
	/*
		PAGE BUILDER
	*/
	
	
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	/*
		PAGE BUILDER
	*/
	.news-builder-big .news-section{
		margin-bottom: 10px;
	}
	.news-builder-big .news-title {
		font-size: 42px;
		line-height: 44px;
	}
	.news-builder-big .news-excerpt {
		font-size: 17px;
		line-height: 22px;
		margin-top: 15px;
	}
	.news-builder-big .news-author, 
	.news-builder-big .news-date{
		margin-top: 10px;
	}
	
	
	.news-builder-square .news-title {
		font-size: 18px;
		line-height: 22px;
		max-height: 110px;
		overflow: hidden;
	}
	.mod-listnews .news-inner .news-title{
		max-height: 110px;
		overflow: hidden;	
	}
	.news-builder-square .news-author, 
	.news-builder-square .news-date{
		margin-top: 8px;
	}
	
	.news-inner .news-data{
	    padding: 10px 5px 10px 10px;
	    
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	
	
	/*
		PAGE BUILDER
	*/
	.page-builder{
		padding: 0 10px;
	}
	.news-builder-big .news-title {
		font-size: 42px;
		line-height: 44px;
	}
	.news-builder-big .news-excerpt {
		font-size: 16px;
		line-height: 18px;
		margin-top: 10px;
	}
	
	.page-builder-thumbs .builder_4{
		width: 50%;
		padding: 0 3px 6px;
	}
	.news-builder-square .news-media {
		padding-top: 61%;
		overflow: hidden;
	}
	.news-builder-square .news-media img{
		width: 100%;
		height: auto;
		top: 50%;
		transform: translate( 0, -50% );
		-ms-transform: translate( 0, -50% );
		-moz-transform: translate( 0, -50% );
		-webkit-transform: translate( 0, -50% );
	}
	
	
	
	.news-builder-medium{
		width: 100%;
	}
	.news-builder-medium .news-data{
		padding: 60px 15px 20px;
	}
	.news-builder-medium .news-title{
		font-size: 42px;
		line-height: 44px;
	}
	.page-builder-vert{
		width: 100%;
		padding: 0;
		margin-top: 5px;
	}
	.page-builder-vert .MiniaturasVerticales{
		height: auto;
		padding: 0;
	}
	.page-builder-vert .news-builder-largest{
		position: relative;
		width: 49.6%;
		float: left;
	}
	.page-builder-vert .dojoDndItem:last-child .news-builder-largest, 
	.page-builder-vert .MiniaturasVerticales > .news-builder-largest:last-child{
		float: right;
	}
	.news-builder-largest .news-data{
		padding: 60px 15px 10px;
	}
	.news-builder-largest .news-section{
		margin-bottom: 4px;
	}
	.news-builder-largest .news-title{
		font-size: 18px;
		line-height: 22px;
	}
	.news-builder-largest .news-author, 
	.news-builder-largest .news-date{
		margin-top: 5px;
	}
	.news-builder-half .news-data{
		padding: 0px 20px 10px;
	}
	.news-builder-half .news-title{
		    font-size: 28px;
		    line-height: 32px;
	}
	.news-builder-half-last {
	    padding-left: 3px;
	}
	.news-builder-half-first {
	    padding-right: 3px;
	}
}



@media only screen and (max-width: 940px), only screen and (max-device-width: 940px) {
	.news-summary .news-title{
		font-size: 14px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
	.page-news .col-main{
		padding-right: 400px;
	}
	.page-news .swiper-slide{
		max-width: 100%;
	}
	.news-video-full {
		
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
	}
	.news-video-full .news-media{
		padding-right: 0;
		width: 100%;

		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.news-video-full .news-data{
		float: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2;
		
		margin-top: 15px;
	}
	.news-video-full .news-share{
		bottom: 20px;
		right: 0;
		transform: none;
	}
	.news-video-full .news-title{
		margin-bottom:32px;
	}
	.news-video-full .news-excerpt{
		height: auto;
	}
	.news-video-full .news-date{
		position:initial;
		bottom:initial;
	}
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.page-news .col-main{
		padding: 0 10px;
	}
	.page-news .col-aside,
	.page-news .col-main:after{
		display: none;
	}
}
@media only screen and (max-width: 1310px), only screen and (max-device-width: 1310px) {
	.mod-videosranking .swiper-btn{
		left: 5px;
		z-index: 2;
		background-color: rgba( 0, 0, 0, .6 );
	}
	.mod-videosranking .swiper-btn:after,
	.mod-videosranking .swiper-btn:before{
		background: white;
	}
	.mod-videosranking .swiper-btn-next{
		left: auto;
		right: 5px;
	}
	
}

@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {

	.mod-humor .swiper-button,
	.mod-columnistas .swiper-btn{
		background-color: rgba( 125, 125, 125, .6 );
		left: 5px;
		height: 100px;
		z-index: 2;
		height: 100px;
		transform: translate(0, -50%);
		z-index: 12;
		margin-top: 0;
	}
	.mod-humor .swiper-button.swiper-button-disabled,
	.mod-columnistas .swiper-btn.swiper-button-disabled{
		background-color: rgba( 0, 0, 0, .5 );
		    cursor: inherit;
	}
	.mod-humor .swiper-button-next,
	.mod-columnistas .swiper-btn-next{
		left: auto;
		right: 5px;
	}
	
	.mod-humor .swiper-button:before,
	.mod-humor .swiper-button:after,
	.mod-columnistas .swiper-btn:after, 
	.mod-columnistas .swiper-btn:before{
		top: 27px;
	}
	.mod-humor .swiper-button:before,
	.mod-columnistas .swiper-btn:before {
	    top: 47px;
	}
	
	.mod-home-latestnews .mod-content{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
	}
	.mod-home-latestnews .col-main{
		padding-right: 0;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.mod-home-latestnews .col-aside{
		float: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2;
		border-top: 1px solid #d8d8d8;
		padding-top: 30px;
		margin-top: 15px;
	}
	.mod-home-latestnews .col-main:after, 
	.mod-home-latestnews .col-aside:after{
		display: none;
	}
	.mod-home-latestnews .col_right{
		padding-left: 20px;
	}
	.mod-home-latestnews .col_right .news-box.featured{
		margin-left: 0px;
	}
	.mod-home-latestnews .zone.top .col_right{
		padding-left: 0;
	}
	.mod-home-latestnews .col_right .col{
		padding: 0 0 0 20px;
	}
	.mod-home-latestnews li:last-child .news-summary{
		border-bottom: none;
	}
	.mod-home-latestnews .mod-lomasvisto{
		float: left;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	
	.mod-home-latestnews .box{
		width: 48%;
		float: right;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	
	.mod-home-videos-feature .col.col--big{
	    width: 100%
	}
	.mod-home-videos-feature .col--thumbs{
		position: relative;
		overflow: auto;
		height: auto;
		width: 100%
	}
	.mod-home-videos-feature .col--thumbs .col {
	    width: 50%;
	}
	.mod-home-latestnews .banner{
		 width: 100%
	}
	.mod-home-videos-feature .news-grid:after{
		display:none;
	}
	.page-humor .section-content .row{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: -o-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
	}
	.page-humor .col-main{
		padding-right: 0;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}
	.page-humor .col-aside{
		float: none;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2;
		border-top: 1px solid #d8d8d8;
		padding-top: 30px;
		margin-top: 15px;
	}
	.page-news.page-news-humor .humor-box{
		width: 100%;
	}
	
}


@media only screen and (max-width: 940px), only screen and (max-device-width: 940px) {
	.mod-home-videos{
		padding-bottom: 40px;
	}
	.mod-home-videos .col{
		width: 25%;
	}
	.mod-home-videos .col:first-child{
		width: 100%;
	}
	.mod-home-videos .col + .col .news-data{
		position: static;
		background: none!important;
		padding: 11px 0 0;
	}
	.mod-home-videos .col + .col .news-title{
		color: black;
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
	}
	
	
	.mod-listnews .news-inner .news-data{
		padding: 30px 10px 15px;
	}
	.mod-listnews .news-inner .news-title{
		font-size: 20px;
		line-height: 22px;
	}
	.mod-listnews .news-summary .news-media {
	    width: 77px;
	    height: 61px;
	}
	.mod-listnews .news-summary {
		padding: 20px 0 24px 92px;
	}
	.mod-listnews .news-summary .news-title {
	    font-size: 14px;
	    line-height: 18px;
	}
	.mod-listnews .news-summary {
	    padding: 20px 0px 0px 92px;
	    position: relative;
	    min-height: 71px;
	}
	.poll-box-home .poll .poll-content {
	    margin-bottom: 0!important;
	    padding: 0 20px 0 20px;
	}
	.mod-videosranking .news-number{
		top: 160px;
	}
	.page-news.page-news-humor .col_6{
		width: 50%;
	}
}
@media only screen and (max-width: 940px),
only screen and (max-device-width: 940px) {
    .page-profile .section-header{
        margin-bottom: 30px;
    }
    .journalist-media{
        margin-left: 10px;
    }
    .journalist-media figcaption{
        max-width: 470px;
        margin-top: 0;
    }
    .journalist-info{
        margin-top: 0;
    }
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px){
	.banner-mediaquery {
		display: block !important;
	}
}


.news-full .news-line {
    overflow: hidden;
    position: relative;
}
.news-full .clearfix .news-line {
    float: left;
}

.news-full .news-header .clearfix {
    height: 60px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.news-full .clearfix .news-line {
    display: flex;
    flex-flow: initial;
    align-items: center;
}


.news-full .clearfix .news-line .perfil-foto {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}


.news-full .clearfix .news-line .boxInfo .authorBox a {
    color: black;
    font-weight: bold;
}


.news-full .news-header .news-share {
    font-size: 0;
    width: auto;
    top: 8px;
    float: right;
    position: relative;
}

.news-full .clearfix .news-line .perfil-foto img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

html {
	color: 0A0A0A;
}	

body {
	background: #EBEBEB; 
}

.nav__header {
    	padding-top: 16px;
}

.nav__header li {
	margin-right: 15px;
}

.nav__header li.subnav {
	padding-bottom: 8px;
}

.nav__header a {
	color: #DA9944;
}

.beforesticky .row__nav a:hover,
.nav__header a:hover, 
.nav__header .active a {
	color: #ffffff;
}

.line__title,
.line__title:before,
.line__title:after {
	background: none;
	border-color: transparent !important;
}

.page-builder .news-inner .news-data {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 1%, rgba(255,255,255,0.2) 12%, rgba(35,44,77,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 1%,rgba(255,255,255,0.2) 12%,rgba(35,44,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 1%,rgba(255,255,255,0.2) 12%,rgba(35,44,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#232c4d',GradientType=0 ); /* IE6-9 */
}

.mod-listnews .news-inner .news-data {
	color: #000;
	position: relative;
	padding: 20px 40px;
	background-color: #fff;
	background-image: url(/export/sites/bolavip/arte/dalepumas/desktop/linea_blanca.svg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 140px;
	overflow: hidden;
}

.mod-listnews .news-inner .news-title {
	color: #000;
}

.news-full > .row {
	background-image: url(/export/sites/bolavip/arte/dalepumas/desktop/lineas_blancas.svg);
	background-repeat: no-repeat;
}
	

.news-full .news-body .mod-list .mod-title {
	display: inline-block;
	background: transparent;
	padding: 0;
}

.news-builder-medium .news-title {
	margin: 0;
}

.line__title:before {
	border-color: transparent transparent #212A33 transparent;
}

.line__title:after {
	border-color: transparent transparent transparent #212A33;
}

.home-featured,
.home-featured:before,
.home-featured:after {
	background: none;
}

.page-home .home-featured {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page-builder {
	padding-bottom: 0;
	padding-top: 0;
}

.page-builder .row {
	background: white;
	padding: 10px;
	box-sizing: border-box;
}

.page-builder .news .news-section {
	padding: 4px 14px;
	color: #1E232A;
	background: #DA9944;
	border-radius: 12px;
	font-style: italic;
	margin-top: -10px;
}

.page-builder .news .news-media .news-section {
	margin: 0 0 -10px 10px !important;
}

.page-builder .news-title a {
	background: none;
	box-shadow: none;
	color: #ffffff;
}

.news-builder-largest .news-data {
	padding-top: 0;
}

.news__cover {
	background-image: none;
	background-color: transparent;
}

.news-full {
	background-color: transparent;
}

.news-full .article__container {
	background: transparent;
	padding: 33px 0 0 0;
}

.news-full .news__cover {
	background: transparent;
}

.news-full .news__cover:before {
	background: transparent;
}

.news-full .news__cover:after {
	background: transparent;
}

.news-full .news-body .mod-list a {
	color: #0A0A0A !important;
}

.news-builder-square .news-data a {
	color: #0A0A0A !important;
}

.news-builder-largest .news-title a {
	box-shadow: none;
}

.news-builder-square .news-data a {
    background: transparent;
    box-shadow: none;
}

.news-section {
	padding: 4px 14px;
    color: #1E232A;
    background: #DA9944;
    border-radius: 12px;
    font-style: italic;
}

.news .news-author, 
.news .news-date {
	font-size: 12px;
	color: rgba(0,0,0, 0.5);
	font-weight: bold;
}

.zone.bottom .news-box.featured .news-data {
	background-color: #232C4D;
	background-image: url(/export/sites/bolavip/arte/dalepumas/desktop/zonesuperior.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.zone.top .news-box.featured .news-data {
	background-color: #232C4D;
	background-image: url(/export/sites/bolavip/arte/dalepumas/desktop/zonesuperior.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.news-box.featured .news-media:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(36, 46, 59) 100%);
}

.news-box.featured .news-title {
	height: auto;	
}

.news-box.featured .news-title a {
	box-shadow: none;
	background: transparent;
}

.news-box.featured .news-section {
	color: #1E232A !important;
    	background: #DA9944 !important;
}

.news .news-section {
	margin-bottom: 0 !important;
}

.news-full .news-header .news-share {
	display: none;
}

body {
	background-image: url(/export/sites/bolavip/arte/dalepumas/desktop/bg_desktop.jpg) !important;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: contain;
	background-color: transparent;
}

.with-skin .site-main {
    	padding-top: 170px;
}

.with-skin div[id^=dclk_overlay] {}

.with-skin .news-full > .row {
	z-index: 2;
	position: relative;
}

.with-skin .site-header {
	background: #242c4e;
	position: fixed;
	background-image: url(/export/sites/bolavip/arte/dalepumas/desktop/bg_desktop.jpg) !important;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

.with-skin .site-main > .row {
	padding: 0 !important;
}

.with-skin .site-main .home-lastnews {
	position: relative;
	z-index: 2;
	background: #fff;
	max-width: 1070px;
	padding: 15px;
	box-sizing: border-box;
}

.with-skin .home-featured h1.section-title {
	color: #202a38;
}

.with-skin.page-home .home-featured .row {
	background: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}

.with-skin .mod-content {
	padding: 15px;
	box-sizing: border-box;
}

.with-skin .site-main .mod-home-latestnews, 
.with-skin .site-main .home-secciones,
.with-skin .site-main .home-lastnews {
	background: #FFFFFF; 
}

.with-skin .mod-suscibete .row,
.with-skin .site-footer .row {}

.americamonumental,
.americamonumental__title {
	margin-bottom: 0 !important;
}

.americamonumental__link {
	margin-bottom: 20px;
	text-align: center;
}

.americamonumental__link a {
	background: #FFC400;
	display: inline-block;
	color: #202a38;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.row__nav {
	padding: 0 !important;
}

.site-search {
	background-color: #232C4D;
	height: 105px;
}

.site-search.active {
	top: 85px;
}

.beforesticky .row__nav {
	background-color: #232C4D;
}

.beforesticky .site-header .lkn_search.icon__search_cool:before {
	top: 70%;
	left: 70%;
}

.banner-header {
	border-bottom: 0px;
}

.container-nav {
	position: relative;
	width: 100%;
	height: 65px;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container-nav .icon:before {
    font-size: 15px;
}

.site-header .lkn_search {
	width: 96px;
	position: absolute;
	right: 2%;
	top: 35%;
	color: white;
}

.site-header .submenu {
	background-image: none;
	background: #FFFFFF;
	min-width: 180px;
}

.site-header .submenu a {
	color: #CE273E !important;
}

.site-header .submenu a:hover {
	color: #131B36 !important;
}

@media screen and (max-width: 1342px) {
	.site-header .lkn_search {
		display: none;	
	}
}

.header__logo img {
	height: 38px;
	position: absolute;
	left: 0;
	top: 12px;
}

.news-full .news-label {
	background: #1E232A;
	color: #FFFFFF;
	border-radius: 0;
}

/*************/
/** Top Bar **/
/*************/

.topbar {
	position: relative;
	background: black;
	z-index: 20;
}

.topbar .content {
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	height: 20px;
	align-items: center;
}

.topbar .content > a,
.topbar .content > a img {
	width: 58px !important;
	height: 12px !important;
}

.topbar .content .link  {
	display: block;
	text-align: right;
}

.topbar .content .link .text {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	color: #777777;
}

.topbar .content .link a {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all .5s;
}

.topbar .content .link a:hover {
	color: #DA9944;
}

.site-header {
	background: transparent;
	height: 105px;
}

.bg-header {
	background-color: transparent;
	background-image: none;
	position: relative;
	z-index: 3;
}

.sticky .row__nav {
	background-color: #232C4D;
	background-image: none;
	height: 85px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0);
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0);
}


.beforesticky .site-search.active {
	top: 85px;
}


.mod-lomasvisto .mod-header .mod-title {
	padding: 11px;
	background: #232C4D;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bolder;
}

.mod-title {
	padding: 11px;
	background: #232C4D;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bolder;
}

.mod-lomasvisto li + li {
	border-top: none;
	padding-top: 10px;
}

.news-summary .news-section {
	color: #1E232A;
	background: #DA9944;
}

.poll-box-home {
	padding: 0;
	margin: 0 auto;
	background: white;
	width: 100%;
	max-width: 1070px;
}

.poll-box-home .row {
	background-color: #232C4D;
	margin: 0 1%;
	color: white;
	width: 98%;
}

.poll-box-home .poll .poll-title,
.poll .poll-footer p {
	color: #FFFFFF;
}

.poll-votes {
	font-weight: bold;
	color: #DA9944;
}


.poll.poll-multiple .poll-item {
	background-color: #1E232A;
}

.poll-box-home .poll-text {
	text-transform: capitalize !important;
}

.poll.poll-multiple .poll-item:hover > .poll-text,
.poll.poll-multiple .poll-item:active > .poll-text {
	color: white;
	backgrond-color: #DA9944;
}	

.poll.poll-multiple.poll-results .poll-item .poll-bar {
	background-color: #232C4D;
}

.mod-suscibete {
	background: transparent;
	color: #CE273E;
	padding: 10px 0 0 0;
}

.mod-suscibete .row,
.site-footer .row {
	background: transparent;
}

.mod-columnistas {
	background: transparent;
}

.mod-columnistas > .row {
	background: #18385b;
}

.mod-columnistas:after {
	background-image: none;
}

.mod-home-latestnews .banner {
	margin-bottom: 20px;
	padding: 20px;
}

.col-aside {
	width: 340px;
}

.mod-home-latestnews .col_left,
.mod-home-latestnews .col_right {
	width: 49%;
}

.mod-columnistas .swiper-pagination-bullet {
	background: #202A38;
}

.mod-columnistas .swiper-pagination-bullet-active {
	background: #CE273E;
}

.position-widget > iframe {
	background-color: white;
}

.mod-listnews .news-summary .news-media {
	width: 157px;
	height: 120px;
}

.page-news .mod-listnews .news-summary .news-media {
	width: 127px;
	height: 97px;
}

.mod-listnews .news-summary .news-title {
	font-size: 20px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}


.site-footer {
	background-color: #232c4d;
	color: #ffffff;
	padding: 40px 0;
}

.site-footer .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-footer a {
	color: #DA9944;
}


.news-full .news-excerpt {
	margin-bottom: 0 !important;
}

.news-author span:last-child {
	color: #CE273E;
}

.news-full .mod-comments .mod-title {
	color: #FFFFFF !important;
}

.news-full .mod-tags .mod-title {
	color: #0A0A0A !important;
	background: transparent;
	padding: 0;
}

.mod-tags .mod-content {
	display: block;
	color: #fec445 !important;
}

.news-full .news-body a {
	color: #CE273E;
}

.news-full .news-body .mod-tags span, 
.mod-tags span, .mod-tags a {
	color: #1E232A !important;
	background-color: #DA9944 !important;
	border-radius: 12px;
}

.news-full .mod-comments .mod-content {
	background: white;
}

.news-full .mod-comments:before {
	background: transparent;
}

.news-full .news-author a,
.news-full .news-author a:hover {
	color: #DA9944;
}

.news-full .news-body .mod-tags span, 
.mod-tags span, 
.mod-tags a {
	color: white;
}

.mod-listnews .mod-title {
	color: #DA9944;
}

.section-tags li a,
.section-tags li span {
	color: #1E232A !important;
} 


.section-title {
	color: #202a38;
}

.page-section .section-title {
	color: #202a38;
}

.page-noticias .col-main {
	padding-right: 358px;
}

.news-summary.big + .news-summary.big {
	border-top: 1px solid #EBEBEB;
}

.news-summary.big .news-excerpt {
	color: #0A0A0A;
}

.news-summary.big .news-author-name {
	color: #CE273E;
}

.view-more {
	background-color: #232C4D;
	color: #DA9944;
}

.view-more:hover {
        background: #131B36;
        color: #FFFFFF;
}

.page-search .section-header {
	background: #232C4D;
	padding-top: 12px;
}

.section-search {
	padding-top: 10px;
}

.section-search input {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	color: #FFFFFF;
}

.section-search input::placeholder {
	color: #ffc452;
}

.section-search button {
	color: #FFFFFF;
	top: 11PX;
}


/*************************************************/
/*** WIDGET LIGA MX - COPA MX - CONCACHAMPIONS ***/
/*************************************************/

.am-widget {
	width: 100%;
	position: relative;
}

.am-widget .am-widget__menu {
	display: flex;
	width: 100%;
	flex-flow: row nowrap;
	justify-content: space-around;
	background-color: #DA9944;
}

.am-widget .am-widget__menu a {
	font-weight: bold;
	font-size: 14px;
	color: #232C4D;
	border-bottom: 2px solid #131B36;
	text-align: center;
	line-height: 38px;
	transition: all .5s;
}

.am-widget .am-widget__menu a:nth-child(1),
.am-widget .am-widget__menu a:nth-child(2) {
	width: 28%;
}

.am-widget .am-widget__menu a:nth-child(3) {
	width: 44%;
}

.am-widget .am-widget__menu a:hover,
.am-widget .am-widget__menu a.active {
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.am-widget .am-widget__box {
	width: 100%;
	height: 348px;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.am-widget .am-widget__box .am-widget__box__league {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.am-widget .am-widget__box .am-widget__box__league.active {
	z-index: 2;
}

.am-widget .am-widget__box .am-widget__box__league iframe {
	background: white;
}

.am-widget .fsn__link {
	text-align: right;
	width: 100%;
}

.am-widget .fsn__link a {
	line-height: 40px;
	color: #fec445;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.mod-lomasvisto .news-summary .news-media:after {
	border-color: transparent !important;
}

.mod-lomasvisto .mod-number {
	display: none;
}

.news-photogallery .no-pagination figcaption .description {
	width: 75%;
}

.news-photogallery .no-pagination figcaption .time {
	position: absolute;
	right: 0;
	top: 27%;
}

.sin-resultados li {
	color: #FFC400;
}

.sin-resultados li:after {
	background-color: #FFC400;
}

.page-home #banner-billboard {
	margin-top: 0;
}

.page-news #banner-billboard {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.site-header .subnav .trigger:before,
.nav__header .subnav .trigger:after {
	background: #FFFFFF;
}

.site-header .subnav:hover .trigger:before,
.nav__header .subnav:hover .trigger:after {
	background: #FFFFFF;
}

.page-freestyle .site-main .section-header .section-title {
	color: #232C4D !important;
	font-size: 30px;
}

.page-freestyle .section-header {
	padding-top: 60px;
	background: #DA9944;
}

.page-news .poll-box-home .banner {
	display: none;
}

.featured-matchs {
	margin-bottom: 15px;
	height: 140px;
}

.banner-fullwidth-center {
	margin-bottom: 10px;
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	background-color: white;
}

.page-section .home-featured {
	margin-bottom: 0px;
	padding-bottom: 0;
}

.site-search fieldset {
	margin: 24px auto;
}

.beforesticky .site-search fieldset {
	margin: 17px auto;
}

/*****************************************/
/************** ODDSHARK *****************/
/*****************************************/

#chalk-embeded-odds-markup {
	background-color: transparent !important;
}

#chalk-embeded-odds-markup #chalk-embeded-odds-legend {
	color: white;
}

#chalk-embeded-odds-menu {
	display: none;
}

/*****************************************/
/*********** WIDGET BOLAVIP **************/
/*****************************************/

.size-600x280 {
	display: flex;
	flex-flow: row nowrap;
	width: 600px;
	height: 280px;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.bg-bolavip {
	background: #1D1D1D url(/export/sites/bolavip/arte/bg-680x280--bv.jpg) no-repeat top left;
}

/*****************************************/
/*********** WIDGET BOLAVIP **************/
/*****************************************/

.page-news .poll-box-home .col-aside {
	display: none !important; 
}

.page-news .poll-box-home .col-main,
.page-news .poll-box-home .col-main .poll-box {
	padding: 0 !important; 
}

.page-news .news-full .news-body .poll {
	margin: 0 !important;
	padding: 0;
	background: transparent;
}

.page-news .news-full .news-body .poll:before {
	background: none;
}

.page-news .poll-box-home .poll .poll-title, .poll .poll-footer p {
	color: #0A0A0A !important;
}

.page-news .poll-box-home .poll .poll-content {
	padding-right: 0;
}

.page-news .poll.poll-multiple .poll-item {
	background-color: #131B36;
}

.page-news .poll.poll-multiple .poll-item:hover, 
.page-news .poll.poll-multiple .poll-item:active {
	background-color: #DA9944;
}

.page-news .poll-box-home .poll .poll-title,
.page-news .news-full .poll .poll-footer p,
.page-news .poll.poll-multiple .poll-item:hover > .poll-text, 
.page-news .poll.poll-multiple .poll-item:active > .poll-text {
	color: darkgrey !important;
}

.row {
	background: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}

.poll-box-home + .home-lastnews, 
.poll-box-home + .home-lastnews + .home-lastnews {
	margin-top: 0px;
}

.poll.poll-multiple .poll-item:hover, 
.poll.poll-multiple .poll-item:active {
	background-color: #DA9944 !important;
}

.site-search button.close:after, 
.site-search button.close:before {
	background-color: white;
}

.section-header {
	margin-bottom: 0 !important;
	padding: 3px 0px 6px !important;
}

.news-full .news-section {
	background: #DA9944;
	color: #FFFFFF;
	border-radius: 0;
}

.news-box.featured .news-header-featured {
	margin: -42px -10px 0 -13px;
}

.news-box.featured .news-data a:hover {
	color: #EBEBEB;
}

.footer__social {
	padding-left: 0px;
	margin-right: 85px;
}

.footer__social a {
	display: block;
	margin-left: 26px;
}

.footer__social span {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.footer__social span img {
	margin-bottom: 6px;
}

.footer__social ul {
	display: flex;
	algin-items: center;
	justify-content: space-between;
}

.footer__social ul li {
	margin-right: 0;
}

.footer__info {
	margin-left: auto;
}

.footer__info h3 {
	font-size:20px;
	color: #FFFFFF;
}

a:hover,
.site-footer a:hover {
	color: #FFFFFF;
}

.footer__info .mod-suscibete {
	display: flex;
	justify-content: space-between;
	padding: 0 0 20px 0;
}

.mod-suscibete .suscibete-subtitle {
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 5px;
	width: auto;
}

.site-footer .footer-newsletter input {
	border: 0;
	border-radius: 0;
	background: #ffffff;
	width: 255px;
	color: #232C4D;
}

.mod-suscibete input::placeholder {
	color: #131B36;
}

.site-footer .footer-newsletter .btn {
	width: 70px;
	color: #232C4D;
	background: #DA9944;
	top: 0px;
	border-radius: 0;
}

.mod-suscibete .footer-newsletter, .mod-suscibete .suscibete-subtitle {
	position: relative;
	bottom: auto;
}

.mod-suscibete fieldset {
	width: 320px;
}

.news-full .col-aside .mod-listnews {
	background-image: url(/export/sites/bolavip/arte/dalepumas/desktop/bg_read_more.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #232C4D;
	background-size: cover;
	padding: 10px;
	margin-bottom: 20px;
}

.news-full .col-aside .mod-listnews .mod-title {
	background: transparent !important;
}

.news-full .col-aside .mod-listnews .news-title,
.news-full .col-aside .mod-listnews .news-title a {
	color: #FFFFFF;
	font-family: 'Chivo';
}

.news-full .col-aside .mod-listnews .news-title a:hover {
	color: #DA9944;
}

.page-search .col-main {
	padding-right: 365px;
}

.page-section .freestyle-content {
	background: white;
}

.page-section .freestyle-content h2 {
	margin-bottom: 10px !important; 
}

@media only screen and ( max-width: 1100px ) {
	.page-section .freestyle-content {
		text-align: center;
	}
}

/**************************/
/*** 160X600 LEFT/RIGHT ***/
/**************************/

.banner_160x600 > div {
	display: block;
	width: 160px;
	height: 600px;
	position: fixed;
	z-index: 3;
	top: 110px;
}

.banner_160x600--left > div {
	margin-left: -180px;
}


.banner_160x600--right > div {
	margin-left: 1070px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.page-home .row,
	.page-news .row { 
		margin: 0 200px 0 auto;
	}
	
	.with-skin .row {
		margin: 0 auto !important;
	}
}


/*************************/
/***** NEWS RELATED *****/
/***********************/

.relatedBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 15px 0;
	border-left: 2px solid #232C4D;
}

.relatedBox .relatedBox__img {
	position: relative;
	display: block;
	height: 100px;
	margin: 0 10px;
	flex: 0 0 100px;
}

.relatedBox .relatedBox__img span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}

.relatedBox .relatedBox__text {
	text-align: left;
	display: flex;
	flex-flow: column;
}

.relatedBox .relatedBox__text .news-section {
	background: #DA9944;
	color: #1E232A !important;
	padding: 5px 10px !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	display: inline-block;
	width: max-content;
	margin-bottom: 10px !important;
	border-radius: 12px;
}

.relatedBox .relatedBox__text .news-section:hover {
	text-decoration: none;
}

.relatedBox .relatedBox__text .news-line {
	color: #DA9944;
    	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	display: inline;
	height: min-content;
}

.news-full .news-body .relatedBox .relatedBox__text a {
	color: #909090 !important;
	font-weight: 600;
}

.relatedBox .relatedBox__text a:hover {
	text-decoration: underline;
    	color: #909090 !important;
}

.relatedBox .relatedBox__text a h3 {
	margin: 0;
	margin-top: 5px;
	font-weight: normal;
	font-size: 19px !important;
}

.readAlso {
	margin-left: 0 !important;
	margin-top: 0 !important;
	display: flex;
	align-items: flex-start;
	padding-left: 10px;
}

.readAlso .relatedBox__img {
	margin-left: 0 !important;
	height: 86px !important;
	flex: 0 0 150px !important;	
}


/************************/
/***** Encuestas VS *****/
/************************/

.page-home .poll.poll-versus {
	padding: 0 !important;
	margin-bottom: 0 !important;
	background-color: transparent !important;
}

.page-home .mod.poll-versus .row {
	padding: 0 !important;
}

.poll.poll-versus {
	padding: 0 !important;
	margin-bottom: 20px !important;
	background-color: transparent !important;
}

.poll.poll-versus .poll-title {
	color: #141414 !important;
	text-align: center !important;
	font-size: 20px !important;
	margin-bottom: 10px !important;
	font-weight: 900 !important;
}
 
.poll-versus.poll-results .poll-info .poll-percent {
	font-size: 50px !important;
	color: white !important;
	font-weight: 900 !important;
}

.poll.poll-versus .poll-percent small {
	font-size: 50px !important;
}

.page-home .poll-versus.poll-results .poll-info .poll-percent {
	font-size: 40px !important;
	color: white !important;
	font-weight: 900 !important;
}

.page-home .poll.poll-versus .poll-percent small {
	font-size: 40px !important;
}

.poll.poll-versus .poll-text {
	font-weight: 900 !important;
	font-size: 25px !important;
}

.cmspoll-voted .poll.poll-versus .poll-text {
	text-transform: inherit;
	font-weight: 900 !important;
}


.page-home .cmspoll-voted .poll.poll-versus .poll-text {
	font-size: 15px !important;
}

.page-news .cmspoll-voted .poll.poll-versus .poll-text {
	font-size: 25px !important;
}

.poll.poll-versus .poll-footer {
	display: block;
	background: #DA9944;
	color: white;
	padding: 10px;
	margin-top: 5px;
	text-align: center;
}

.news-full .poll .poll-footer p {
	margin: 0 !important;
	font-size: 15px !important;
}

.page-home .poll .poll-footer p {
	color: white !important;
	font-size: 11px !important;
	margin: 0 !important;
	font-weight: 600;
}

.poll-versus .poll-votes {
	color: white !important;
	font-weight: 900;
}

.poll.poll-versus .poll-btn {
	background: #DA9944 !important;
	height: 45px;
	line-height: 45px !important;
	font-weight: 900 !important;
	color: white !important;
}

.poll.poll-versus .poll-item-right {
	border-left: none !important;
}

.page-home .poll.poll-versus .poll-btn {
	left: 50% !important;
	text-align: center !important;
}

.poll.poll-versus .poll-item-right:after {
	content: none !important;
}

.page-home .poll.poll-versus .poll-text {
	font-size: 15px !important;
}


@media only screen and (max-width: 1430px), only screen and (max-device-width: 1430px) {

	.nav__header > ul > li:nth-child(5) {
		    display: none !important;
	}
	
	.nav__header > ul > li:nth-child(6),
	.nav__header > ul > li:nth-child(7),
	.nav__header > ul > li:nth-child(8) {
		display: inline-block !important;
	}
}


/**************************************/

.news-builder-big .news-data {
	bottom: 45px;
}
.news-builder-big .iframe-match-live { 
	bottom: -21px;
	z-index: 2;
	position: absolute;
	width: 100%;
}

.site-header {
	height: 85px;
	padding-bottom: 0;
}

.news-full .news-body blockquote {
	background: #DA9944 !important;
}

/** OPTA CSS **/
.Opta {
    font-family: roboto condensed,sans-serif!important;
}

.Opta .Opta-H2, 
.Opta h2,
.Opta .Opta-Nav li.Opta-On a {
	background: #232C4D !important;
	color: #DA9944!important;
}

.Opta .Opta-Nav li.Opta-On a {
	background: rgba(0, 0, 0, .2) !important;
}

.Opta .Opta-Stats-Radial .Opta-Stat path.Opta-Arc {
	fill: #232C4D !important;
}


.Opta .Opta-Stat .Opta-Value {
	fill: #232C4D !important;
	color: #232C4D !important;
}

.Opta .Opta-Stats-Cross .Opta-Stat circle {
	fill: #232C4D !important;
}


.Opta .Opta-Stats-Bars.Opta-Stats-Bars-Simple .Opta-Bar-Track .Opta-Bar-Fill {
	background: #232C4D !important;
}
.Opta h2 .Opta-Title{
	float: left;
	text-align: left;
}

.page-news .col-aside {
    // wide: 300px;
    position: sticky !important;
    top: 100px;
    width: 330px;
}
.page-news .col-aside .box-fixed {
    position: sticky;
}
h2 {
    line-height: 22px;
    font-size: 18px;
}
.journalist-name, .journalist-info, .journalist-info p{
    color: #0a0a0a;
}
.journalist-share a{
    border: 1px solid rgb(10 10 10);
    color: #0a0a0a;
}

[id^="browsi_"], 
[class^="banner"]{
  background: #F7F7F7 !important;
}

