body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: #fff;
    padding: 0 0 20px 0;
}
a {
    text-decoration: none;
    color: #222;
    -webkit-transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
    transition: color 200ms ease, background-color 200ms ease, text-shadow 200ms ease, box-shadow 200ms ease, border 200ms ease;
}
a:hover {
    color: #111;
    text-decoration: none;
}
p, span.description{
    font-size: 18px;
    margin-bottom: 10px
}
em {
    font-size: 18px;
}

h1.cat-tag, h2.cat-tag{
    color: #CA161D;
    border-bottom: 1px solid #E5E5E5
}

.landing-sports h1.cat-tag,
.landing-sports h2.cat-tag{
    color: #CA161D;
}

h1.cat-hoy, h2.cat-hoy{
    color: #580202;
    border-bottom: 1px solid #E5E5E5
}

h1.cat-politica, h2.cat-politica{
    color: #108bb9;
    border-bottom: 1px solid #E5E5E5
}

h1.cat-deportes, h2.cat-deportes{
    color: #008F46;
    border-bottom: 1px solid #E5E5E5
}

h1.cat-showtime, h2.cat-showtime{
    color: #C2185B;
    border-bottom: 1px solid #E5E5E5
}

h1.cat-tech{
    color: #6f9ed3;
    border-bottom: 1px solid #E5E5E5
}

.article-page{
    color: #000
}

.article-body a{
    color: black;
    font-weight: bold
}

.article-body a:hover{
    background-color: rgb(221, 221, 221);
    color: #3f3f3f
}

.pointer{
    cursor: pointer
}
#page-outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%}
#page-inner-wrap {
    position: relative;
    width: 100%}
.relative {
    position: relative;
}
.container {
    padding: 0;
}
.container .img-responsive {
    display: block;
    width: 100%;
    max-height: 70%
}
#page-content {
    position: relative;
    margin: 25px 0 0 0;
    padding: 0;
    /*    -webkit-box-shadow: 0 0 12px 0 #333;
        box-shadow: 0 0 12px 0 #ccc;*/
}
.ie8 #page-content {
    border: 1px solid #e3e3e3;
    margin: 30px -1px 0 -1px;
}
.section-full {
    margin: 0 -15px 0 -15px;
    padding: 45px 15px 0 15px;
}
.section-full-even {
    margin: 0 -15px 0 -15px;
    padding: 15px 15px 0 15px;
}
article {
    position: relative;
    /*margin-top: 15px;*/
}
.theme {
    position: absolute;
    top: 10px;
    left: 0;
    font: 700 13px/25px 'Roboto Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #444;
    padding: 0 12px;
}
.theme-up-right{
    position: absolute;
    top: 10px;
    right: 0;
    font: 700 13px/25px 'Roboto Condensed', sans-serif;
    color: #fff;
    background: rgba(30, 30, 30, 0.5);
    text-transform: uppercase;
    padding: 0 12px;
}
.theme-down-right{
    position: absolute;
    bottom: 5px;
    right: 0;
    font: 700 13px/25px 'Roboto Condensed', sans-serif;
    color: #fff;
    background: rgba(30, 30, 30, 0.5);
    text-transform: uppercase;
    padding: 0 12px;
}
.theme-down-left{
    position: absolute;
    bottom: 5px;
    left: 0;
    font: 700 13px/25px 'Roboto Condensed', sans-serif;
    color: #fff;
    background: rgba(30, 30, 30, 0.5);
    text-transform: uppercase;
    padding: 0 12px;
}
.theme-down {
    position: absolute;
    bottom: 10px;
    left: 0;
    font: 700 13px/25px 'Roboto Condensed', sans-serif;
    color: #fff;
    background: rgba(30, 30, 30, 0.5);
    text-transform: uppercase;
    padding: 0 12px;
}
.overlay {
    position: absolute;
    color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px;
    background: #000;
    background: rgba(0, 0, 0, 
        .5);
}
.large .overlay {
    padding: 15px 20px;
}
.overlay h1, 
.overlay h2, 
.overlay h3 {
    margin: 0;
}
.overlay h1 {
    font-size: 24px;
    padding: 5px;
}
.overlay p {
    margin: 6px 0 0 0;
    opacity: .8;
}
.overlay a {
    color: #fff;
}
.overlay .breadcrumb {
    margin: 0 0 0 10px;
    padding: 0;
}
.overlay .sharing {
    position: absolute;
    font-size: 14px;
    right: 25px;
    bottom: 25px;
}
.overlay .sharing a {
    display: inline-block;
    margin-left: 12px;
    opacity: .6;
}
.overlay .sharing a:hover {
    opacity: 1.0;
}
.separator-left {
    border-left: 1px solid #e3e3e3;
}
.separator-right {
    border-right: 1px solid #e3e3e3;
}
.separator-bottom {
    border-bottom: 1px solid #e3e3e3;
}
.review-rating {
    text-align: center;
}
ul.rating, ul.rating li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.rating li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 1px;
    background: url(../images/stars.png) no-repeat 0 0;
}
ul.rating li.li-rated {
    background-position: 0 100%}
.show-more {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background: #444;
    border: 0;
    padding: 0 40px;
    margin: 10px 0 50px 0;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}
#page-content .show-more:hover {
    background: #444;
}
.error {
    font-weight: 400;
    color: red;
    margin-top: 5px;
}
.cat-economia-light {
    background: #f5f5f5;
}
@media(min-width:768px) {
    .streaming-play{
        font-size: 180px;
        top: -300px;
        left: 250px
    }
    .module-live-streaming{
        /*margin-bottom: 0px*/
        /*height: 460px;*/
    }
    .section-full {
        /*        margin: 0 -20px 0 -20px;
                padding: 45px 15px 0 20px;*/
    }
    .section-full-even {
        margin: 0 -15px 0 -20px;
        padding: 15px 15px 0 20px;
    }
    .overlay h1 {
        padding: 10px;
    }
}@media(min-width:992px) {
    .module-live-streaming{
        /*margin-bottom: 0px*/
        /*height: 250px;*/
    }

    .streaming-play{
        font-size: 80px;
        left: 125px;
        top: -130px;
    }
    .overlay h1 {
        font-size: 36px;
        padding: 15px 350px 15px 15px;
    }
    .overlay .breadcrumb {
        margin-left: 15px;
    }
}@media(min-width:1170px) {
    .section-full {
        padding: 45px 25px 0 25px;
    }
    .section-full-even {
        margin: 0 -25px 0 -25px;
        padding: 15px 15px 0 25px;
    }
}@media(min-width:1200px) {
    .section-full {
        /*margin: 0 -25px 0 -25px;*/
    }
}.top-margin {
    margin-top: 20px;
}
#menuBar article {
    margin-bottom: 22px;
}
.bottom-margin {
    margin-bottom: 20px;
}
.top-padding {
    padding-top: 15px;
}
.bottom-padding {
    padding-bottom: 15px;
}
.bottom-border {
    border-bottom: 1px solid #999;
    margin: 0px 15px 10px 15px;
}
.no-padding {
    padding: 0;
}
.form-control {
    padding: 10px 12px;
    height: 42px;
}
.icon-padding {
    position: relative;
    padding-left: 30px;
}
.icon-padding i.fa {
    position: absolute;
    top: 4px;
    left: 0;
}
#page-header-mobile {
    position: relative;
    background: #3c3c3c;
    height: 50px;
    overflow: hidden;
}
#page-header-mobile h1 {
}
#page-header-mobile h1 img {
}
#page-header-mobile a {
    color: white
}
#page-header-mobile a.more {
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
}

#page-header-mobile img {
    margin: 0 auto;
    display: block;
}
#page-header-mobile a:hover {
}
#page-header-mobile span.glyphicon {
}
#page-header-mobile nav {
    z-index: 2 !important;
    /*position: fixed;*/
    border: none;
}
.fb_iframe_widget_lift{
    z-index: 0 !important
}
body.nav-expanded #page-header-mobile nav {
}
#page-header{
    position: fixed;
    width: 100%;
    z-index: 999;
}

#page-header h1 {
    color: #fff;
    margin: 0;
}
#header-branding {
    position: relative;
    height: 120px;
    /*background: #ED1C24;*/
    /* border-top: 5px solid #421212; */
    /*border-bottom: 1px solid white;*/
    overflow: hidden;
}
.header-branding-white {
    position: relative;
    height: 140px;
    background: #FFF !important;
    border-top: none !important;
    /*border-bottom: 1px solid #AC4F4F;*/
    overflow: hidden;
}
#header-branding h1 {
    padding: 20px 0 0 0;
}
#header-branding #search-form {
    width: 360px;
    height: 45px;
    border: 3px solid #4a4a4a;
    text-align: left;
    margin-top: 22px;
    padding: 0 10px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    -webkit-box-shadow: inset 0 3px 0 0 #3d3d3d;
    box-shadow: inset 0 3px 0 0 #3d3d3d;
    overflow: hidden;
}
#header-branding #search-form input {
    line-height: 36px;
    height: 36px;
    color: #999;
    background: #EEE;
    border: 0;
    width: 300px;
    padding: 0 5px;
}
#header-branding #search-form button {
    line-height: 36px;
    height: 36px;
    color: #a1a1a1;
    background: #444;
    border: 0;
    width: 30px;
}

#searchBar{
    padding-left: 0px;
}
.search{
    color: #FFF;
    border: 2px solid #777;
    background: #9d9fa2;
    padding: 5px 10px;
    width: 100%;
    height: 50px;
    font-size: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    float: right;
}

.search:focus{
    /*width: 90%*/
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #777;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #777;
}
:-moz-placeholder { /* Firefox 18- */
    color: #777;
}

.site-search-icon{
    margin-top: 15px;
    float: right;
    color: white;
    left: -55px;
}

.site-search-imput {
    margin-top: 30px;
}

.site-search-imput .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.site-search-imput button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -55px;
    font-size: 20px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}

.site-search-imput .btn-danger:hover {
    background: white;
    color: #D9230F
}

.search-query:focus + button {
    z-index: 3;   
}

.social-header{
    background: #580202
}
#header-branding li{
    position: static;
    display: inline-block;
    list-style: none;
    cursor: pointer;
}

#header-branding li a {
    /*display: block;*/
    line-height: 50px;
}

.other-products{
    line-height: 25px !important;
    padding: 5px 16px 0px 0px;
    float: right;
}

.currentTemp{
    font-size: 42px !important;
    margin-top: 5px !important;
}

#header-branding .fa-stack{
    font-size: 13px
}

.pulse-red:before{
    animation: pulse-red 2s infinite;
    border-radius: 50%;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
#header-branding .twitter i.fa-circle{
    color: #55c7ea
}

#header-branding .facebook i.fa-circle{
    color: #3374ba
}

#header-branding .linkedin i.fa-circle{
    color: #4875b4
}

#header-branding .youtube i.fa-circle{
    color: #b32024
}
#header-branding .instagram i.fa-circle{
    color: #df0052
}

#header-branding .google-plus i.fa-circle{
    color: #dd4b38
}

#article-header{
    background-color: white;
    z-index: 1 !important;
    padding-bottom: 5px;
}

canvas{
    z-index: 0 !important;
}

#article-header-share{
    /*margin-top: 10px*/
}

.jssocials-share-link {
    border-radius: 50%;
}

#article-header i{
    font-size: 20px;
    cursor: pointer;
}

#article-header i.fa-twitter-square{
    color: #55c7ea
}

#article-header i.fa-facebook-square{
    color: #3374ba
}

#article-header i.fa-linkedin-square{
    color: #4875b4
}

#article-header i.fa-youtube-square{
    color: #b32024
}

#article-header i.fa-google-plus-square{
    color: #dd4b38
}

#article-header i:hover{
    /*color: #333*/
}

#header-branding .weather {
    position: relative;
    display: inline-block;
    padding-right:0px;
    /*border-bottom: 1px solid #ccc;*/
}
#header-branding .weather h3, 
#header-branding .weather p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
#header-branding .weather span.temp {
    display: inline-block;
    font-weight: 700;
    color: #000;
}
#header-branding .weather span.glyphicon {
    display: inline-block;
    margin-right: 5px;
}
#header-branding .weather span.date {
    font-size: 12px;
    color: #878787;
    padding-left: 22px;
}

#header-navigation {
    /*border-bottom: 1px solid #4d4d4d;*/
    position: relative;
    display: block;
    height: 50px;
    background: #ED1C24;
}
#header-navigation.navigation-sports {
    background: #ED1C24;
}

#header-navigation-mobile .navbar-header{
    border-bottom: 1px solid #4d4d4d;
    height: 50px;
    background: #ED1C24;
}

#header-navigation-mobile .menu-logo{
    margin-left: 25px;
    margin-top: 10px;
    width: 110px
}

.video-js .vjs-watermark-top-right {
    right: 0;
    top: 0;
}
#header-navigation .container {
    position: relative;
}
#header-navigation ul {
    padding: 0;
    margin-right: 0px;
}
#header-navigation ul li {
    position: static;
    list-style: none;
    float: left;
}

#header-navigation ul li a {
    display: block;
    font-size: 9px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}
#header-navigation ul li li a {
    border-top: 0;
}
#header-navigation ul li.current a, 
#header-navigation ul li a:hover {
    background: #222;
}
#header-navigation ul li.options {
    float: right;
    padding-right: 10px;
}
#header-navigation ul li.options a {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    border: 0;
}
#header-navigation ul li.options a span.glyphicon {
    padding-right: 8px;
    color: #999;
}
#header-navigation ul li.options a:hover, 
#header-navigation ul li.options a:hover span {
    background: 0;
    color: #fff;
}
#header-navigation .subnav-container {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 10;
    width: 750px;
    height: 250px;
    overflow: hidden;
    background: #3f3f3f;
}
#header-navigation ul li:hover .subnav-container {
    display: block;
}
#header-navigation ul.subnav-menu {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 200px;
    height: 240px;
    background: #444;
    padding: 15px 0;
}
#header-navigation ul.subnav-menu li {
    float: none;
    border: 0;
    width: 200px;
}
#header-navigation ul.subnav-menu li a {
    display: block;
    text-align: right;
    padding: 0 20px;
    line-height: 30px;
    border: 0;
}
#header-navigation .subnav-posts {
    position: absolute;
    top: 20px;
}
#header-navigation ul li li.current .subnav-posts, 
#header-navigation ul li li:hover .subnav-posts, 
#header-navigation ul li li a:hover .subnav-posts {
    display: block;
}
#header-navigation ul li .subnav-posts a {
    line-height: 14px;
    font-weight: 400;
    display: inline;
    text-transform: none;
    padding: 0;
    border-top: 0;
}
#header-navigation .subnav-posts article {
    width: 150px;
    float: left;
    margin-left: 30px;
}
#header-navigation .subnav-posts article img {
    width: 150px;
}
#header-navigation .subnav-posts article:first-child {
    margin-left: 0;
}
#header-navigation .subnav-posts article h3 {
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
    margin: 8px 0 0 0;
}
.header-tags {
    height: 40px !important;
    background: #DDD !important;
    border-bottom: none !important;
    /*margin-top: 1px;*/
}

.header-tags ul li a {
    line-height: 40px !important;
    color: #3f3f3f !important;
}
.header-tags ul li a:hover {
    color: #fff !important;
}
#liveVideo, #breakingNew{
    position: fixed;
    width: 100%;
    z-index: 998;
    margin-top: 211px;
}
.liveVideo {
    background: #1a1a1a !important;
    height: 30px !important;
    cursor: pointer
}
.liveVideo i{
    margin-top: 7px;
    font-size: 18px;
    color: red
}
.liveVideo h4{
    margin-top: 5px;
    color:white
}
.liveVideo.hvr-shutter-out-horizontal:before{
    background: #3f3f3f !important;
}
.breakingNew {
    background: red !important;
    cursor: pointer
}
.breakingNew i{
    margin-top: 0px;
    font-size: 18px;
    color: white
}
.breakingNew h4{
    margin-top: 7px;
    color:white
}
.breakingNew.hvr-shutter-out-horizontal:before{
    background: #c13636 !important;
}
#header-navigation-sub nav {
    height: 50px;
    overflow: hidden;
}
#header-navigation-sub nav ul {
    list-style: none;
    padding: 0;
}
#header-navigation-sub nav ul li {
    float: left;
    margin: 0 10px 0 25px;
}
#header-navigation-sub nav ul li a {
    font: 700 14px/50px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
}
#header-navigation-sub nav ul li.current a, 
#page-content #header-navigation-sub nav ul li a:hover {
    color: #3a3a3a;
}
@media(min-width:992px) {
    #header-navigation ul li a {
        font-size: 11px;
    }
/*    #header-navigation ul li>a {
        font-size: 9px;
        padding: 0 20px;
    }*/
    #header-navigation .subnav-container {
        width: 970px;
    }
    #header-navigation ul.subnav-menu {
        width: 250px;
    }
    #header-navigation ul.subnav-menu li {
        width: 250px;
    }
    #header-navigation .subnav-posts {
    }
    #header-navigation .subnav-posts article {
        width: 190px;
    }
    #header-navigation .subnav-posts article img {
        width: 190px;
    }
}@media(min-width:1170px) {
    #header-navigation ul li a {
        font-size: 12px;
    }
/*    #header-navigation ul li>a {
        font-size: 10px;
    }*/
    #header-navigation .subnav-container {
        width: 1170px;
    }
    #header-navigation .subnav-posts {
        left: 45px;
    }
}/*
#page-slider {
    position: relative;
    margin-top: 1px;
}
#page-slider .row {
    float: left;
}
#page-slider .col-sm-8 {
    padding-right: 1px;
}
#page-slider .col-sm-8 article {
    margin: 0 0 1px 0;
}
#page-slider .col-sm-4 article {
    height: 150px;
    margin: 1px 0 0 0;
}
#page-slider .col-sm-4 article img {
    height: 150px;
}
#page-slider .col-sm-4 article:first-child {
    margin-top: 0;
}
#page-slider .col-sm-8 article .overlay p {
    display: none;
}
#page-slider .slider-nav {
    display: none;
    position: absolute;
    width: 750px;
    top: 205px;
}
#page-slider .slider-nav a {
    position: absolute;
    left: 10px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}
#page-slider .slider-nav a.next {
    left: auto;
    right: 10px;
}
@media(min-width:768px) {
    #page-slider .slider-nav {
        display: block;
    }
    #page-slider .col-sm-8 article {
        height: 452px;
        margin: 0;
    }
    #page-slider .col-sm-8 article img {
        height: 452px;
    }
    #page-slider .col-sm-8 article .overlay p {
        display: block;
    }
    #page-slider .col-sm-4 {
        padding-left: 0;
    }
}@media(min-width:992px) {
    #page-slider .col-sm-8 {
        width: 635px;
    }
    #page-slider .col-sm-4 {
        width: 365px;
    }
    #page-slider .slider-nav {
        width: 970px;
    }
}@media(min-width:1200px) {
    #page-slider .col-sm-8 {
        width: 835px;
    }
    #page-slider .slider-nav {
        width: 1170px;
    }
}*/
#page-content header {
    position: relative;
}
#page-content header h2 {
    font: 400 17px/17px 'Roboto Condensed', sans-serif;
    color: #444;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.module-live-streaming{
    margin-top: -32px;
}
.module-live-streaming.telemax{
    margin-top: 0px;
}
.module-live-streaming header{
    margin-bottom: 14px;
}
.module-live-streaming header h2, 
.media-cover-magazine header h2, 
.module-currency header h2 {
    margin: 0 0 4px 0 !important;
    padding-bottom: 0px !important;
    border-bottom: none !important;
    color: #e45055 !important
}

.module-currency table{
    margin-bottom: 0px;
}
.module-currency table thead th{
    background-color: white;   
}

.module-currency .glyphicon{
    margin-right:5px;
}

.module-live-streaming header i, 
.media-cover-magazine header i{
    color: #e45055;
    margin-top: -20px;
    font-size: 17px;
}
.module-live-streaming header i.glyphicon-new-window , 
.media-cover-magazine header i.glyphicon-new-window {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.module-live-streaming .video-js {
    margin: 0 auto;
    border: 2px solid #e45055
}
.media-cover-magazine{
    height: 472px;
    margin-top: -32px
}
    
#owl-mediaCoverJournal .item{
    margin: 0 auto;
    align-content: center;
    height: 300px;
    max-width: 300px;
    min-width: 250px;
    min-height: 300px;
    position: relative;
    overflow: hidden;

}
#owl-mediaCoverJournal .item img{
    /*    display: block;*/
    align-content: center;
    height: 300px;
    max-width: 250px;
    min-height: 300px;
    min-width: 250px;
    position:relative;
    overflow: hidden;
}
.media-cover-magazine .owl-wrapper-outer.autoHeight{
    padding-top: 10px;
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
    height: 450px !important;
    max-height: 450px !important;
}
.media-cover-magazine .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -34px !important;
    top: 206px !important; 
    font-size: 25px !important; 
}
.media-cover-magazine .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -40px;
    top: 207px;
    font-size: 25px;
}

.media-cover-magazine-image{
    max-height: 600px !important;
    width:90% !important;
    margin:0 auto !important;
}
.media-cover-prev-next{
    display: block;
    top: 206px !important;
    left: -37px !important;
    font-size:25px;
}

.playerTimer {
    cursor: pointer
}

#page-content header span.borderline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #222;
}
article.linkbox h2 {
    font: 400 24px/30px 'Roboto Condensed', sans-serif;
}
article.linkbox h3 {
    font: 700 20px/22px 'Roboto Condensed', sans-serif;
}
article.thumb h3 {
    font: 700 20px/22px 'Roboto Condensed', sans-serif;
    margin: 0 0 10px 0;
}
/*article span.text {
    font-size: 12px;
}*/
article.thumb span.published {
    margin-bottom: 10px;
}
article span.published {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
}
article span.published-time {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #bbb;
    text-transform: uppercase;
}
@media(min-width:992px) {
    article.linkbox h2 {
        font: 700 26px/34px 'Roboto Condensed', sans-serif;
    }
}.general-layout article {
    padding-bottom: 12px;
    margin-bottom: 10px;
    line-height: 18px;
    border-bottom: 1px solid #e3e3e3;
}
.general-layout article:last-child {
    border-bottom: 0;
}
.general-layout article h3 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.general-layout article h3 a {
    color: #222;
}
.general-layout article h3 a:hover {
    text-decoration: underline;
}
.general-layout article img {
    float: left;
    margin: 3px 12px 3px 0;
}
.general-lay-1 article h3 {
    margin: 0 0 5px 0;
}
.general-lay-1 span.published {
    margin: 0 0 5px 0;
}
#page-content .general-lay-2 header h2 {
    color: #fff;
}
.general-lay-2 article {
    border: 0;
    margin: 0;
}
.general-lay-2 article a h3 {
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
.general-lay-3 article h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 5px 0 0 0;
}
@media(min-width:992px) {
    general-layout article h3 {
        font-size: 15px;
    }
    .article span.text {
        font-size: 13px;
    }
    .span.published {
        font-size: 11px;
    }
}article.review img {
    float: none;
}
.general-layout article.review h3 {
    text-align: center;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}
.cat-videos {
    margin-top: 1px;
    margin-bottom: 1px;
}
.cat-videos .col-sm-8 {
    margin-bottom: 1px;
}
.cat-videos .col-sm-8 article {
    height: 301px;
    margin: 0;
}
.cat-videos .col-sm-8 article img {
    height: 301px;
}
.cat-videos .col-sm-4 article {
    height: 150px;
    margin: 1px 0 0 0;
}
.cat-videos .col-sm-4 article img {
    height: 150px;
}
.cat-videos .col-sm-4 article:first-child {
    margin-top: 0;
}
@media(min-width:768px) {
    .cat-videos .col-sm-8 {
        padding-right: 1px;
        margin-bottom: 0;
    }
    .cat-videos .col-sm-4 {
        padding-left: 0;
    }
}@media(min-width:992px) {
    .cat-videos .col-sm-8 {
        width: 300px;
    }
    .cat-videos .col-sm-4 {
        width: 206px;
    }
}@media(min-width:1200px) {
    .cat-videos .col-sm-8 {
        width: 350px;
    }
    .cat-videos .col-sm-4 {
        width: 289px;
    }
}
.breadcrumb {
    padding: 0;
    margin: 0 0 8px 0;
    background: 0;
}
.info-box {
    display: block;
    background: #f5f5f7;
    margin: 20px 0;
    padding: 25px;
}
.author-box {
    position: relative;
    background: #f5f5f7;
    margin: 30px -10px;
    padding: 20px 10px 5px 10px;
    text-align: center;
}
.author-box img {
    margin: 0 auto;
    margin-bottom: 10px;
}
.author-box .name {
    font-size: 20px;
    color: #222;
    margin-bottom: 15px;
}
.author-box p a {
    display: inline-block;
    color: #828282;
    margin: 0 6px;
}
.author-box p a:hover {
    color: #222;
}
#article-comments {
    margin-bottom: 50px;
}
#comments-list {
    list-style: none;
    padding: 0;
}
#comments-list li {
    list-style: none;
    margin-bottom: 10px;
}
#comments-list li ul {
    padding: 0;
    margin: 10px 0 0 0;
}
#comments-list li .comment {
    position: relative;
}
#comments-list li .comment .user-avatar {
    display: none;
}
#comments-list li .comment-text {
    position: relative;
    line-height: 24px;
    padding: 25px;
    border: 1px solid #dadada;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#comments-list .author-comment .comment-text {
    background: #f1d7d7;
    border-color: #eac2c2;
}
#comments-list li .comment-text p {
    margin-bottom: 0;
}
#comments-list li .comment-text header {
    font: 400 14px/24px 'Roboto Condensed', sans-serif;
    color: #999;
    margin: 0 0 10px 0;
}
#comments-list li .comment-text header h5 {
    font-size: 18px;
    line-height: 20px;
    color: #222;
    padding: 0;
    margin: 0 15px 0 0;
}
#comments-list li .comment-text header .reply {
    color: #CA161D;
    text-transform: uppercase;
}
#page-content .head-video iframe {
    display: block;
    width: 100%;
    min-height: 280px;
    border: 0;
    margin: 0;
}

#article-gallery a {
    display: block;
    position: relative;
}
.zoomix {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 90;
    background: #000;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.ie7 .zoomix {
    clear: both;
}
a:hover .zoomix {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .4;
    filter: alpha(opacity = 50);
}
.zoomix .fa {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}
.pagination>li>a, 
.pagination>li>span {
    padding: 8px 15px;
    color: #444;
    border-color: #ddd;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    background-color: #444;
    border-color: #444;
}
@media(min-width:768px) {
    #page-content .head-video iframe {
        min-height: 400px;
    }
    .author-box {
        text-align: left;
        margin: 40px -15px 20px -15px;
        padding: 25px 30px 10px 185px;
    }
    .author-box img {
        position: absolute;
        top: 20px;
        left: 35px;
    }
    #comments-list li {
        margin-bottom: 30px;
    }
    #comments-list li ul {
        margin: 30px 0 0 125px;
    }
    #comments-list li .comment {
        position: relative;
        padding-left: 125px;
    }
    #comments-list li .comment .user-avatar {
        display: block;
        position: absolute;
        top: 0;
        left: 5px;
    }
    #comments-list li .comment-text:before {
        position: absolute;
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background: #fff;
        border-left: 1px solid #dadada;
        border-top: 1px solid #dadada;
        margin-left: -34px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #comments-list .author-comment .comment-text:before {
        background: #f1d7d7;
        border-color: #eac2c2;
    }
}@media(min-width:992px) {
    .author-box {
        margin: 35px -20px 35px -20px;
    }
}@media(min-width:1200px) {
    #page-content .head-video iframe {
        min-height: 500px;
    }
    .author-box {
        margin-left: -25px;
        margin-right: -25px;
    }
}#archive-page.module-timeline article {
    padding-left: 290px;
    min-height: 230px;
}
#archive-page.module-timeline .input-append {
    position: relative;
    line-height: 30px;
    border-left: 1px solid #e3e3e3;
    height: 90px;
    margin: 30px 0 0 290px;
    padding-left: 25px;
}
#archive-page.module-timeline .input-append:before {
    position: absolute;
    content: "";
    top: 3px;
    left: -15px;
    width: 30px;
    height: 30px;
    background: #444;
    border: 3px solid #fff;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}
#archive-page.module-timeline .input-append input {
    width: 160px;
    font-size: 24px;
    padding: 0 5px;
    border: 1px solid #e3e3e3;
}
#archive-page.module-timeline .input-append .glyphicon {
    font-size: 24px;
    margin-left: 5px;
}
#archive-page.module-timeline article .cnt {
    border-color: #e3e3e3;
    min-height: 230px;
    padding-left: 25px;
}
#archive-page.module-timeline article:last-child .cnt {
    min-height: 190px;
}
#archive-page.module-timeline article h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px 0;
}
#archive-page.module-timeline article h3 a {
    color: #222;
}
#archive-page.module-timeline article h3 a:hover {
    text-decoration: underline;
}
#archive-page.module-timeline article span.text {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
}
#archive-page.module-timeline article img {
    position: absolute;
    top: 30px;
    left: 0;
    width: 265px;
    height: 160px;
}
#archive-page.module-timeline article span.published {
    width: 265px;
    top: 2px;
    font-size: 12px;
    color: #999;
}
#archive-page.module-timeline article span.category {
    font-size: 12px;
    line-height: 14px;
}
#archive-page.module-timeline article i.bullet {
    left: -10px;
    width: 20px;
    height: 20px;
    background: #444;
    border-color: #fff;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
#author-page .author-box {
    margin-top: 0;
}

#diario-persistant-player, 
#telemax-persistant-player{
    display: none;
    height: 280px;
    width: 420px;
}

.persistant-player{
    /*display: none;*/
    right: 0px;
    bottom: 0px;
    height: 250px;
    width: 360px;
    position: fixed;
    z-index: 998;
    background: #3f3f3f;
    padding: 20px 20px 50px 20px;
}

.persistant-player header h2{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-color: #4e4e4e;
    font: 400 17px/17px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    /*border-bottom: 1px solid #f5f5f5;*/
}

.persistant-player header span.borderline {
    background: #fff;
}
.module-timeline {
    margin-bottom: 30px;
}
.module-timeline article {
    position: relative;
    padding-left: 80px;
    margin: 0;
}
.module-timeline article .cnt {
    position: relative;
    border-left: 1px solid #575757;
    padding: 20px 0 20px 20px;
}
.module-timeline article:last-child .cnt {
    padding-bottom: 0;
}
.module-timeline article span.published {
    position: absolute;
    width: 60px;
    text-align: right;
    left: 0;
    top: 2px;
    margin-top: 0;
    color: #999;
}
.module-timeline article span.published-time {
    position: absolute;
    width: 60px;
    text-align: right;
    left: 0;
    top: 16px;
}
.module-timeline article span.category {
    position: absolute;
    top: 2px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.module-timeline article h3 {
    font: 700 15px/18px 'Roboto Condensed', sans-serif;
    margin: 0;
}
.module-timeline article h3 a {
    color: #ccc;
}
.module-timeline article h3 a:hover {
    color: #fff;
}
.module-timeline article i.bullet {
    position: absolute;
    top: 0;
    left: -8px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #444;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

#page-footer {
    position: relative;
    background: white;
}
#foot-menu {
    height: 70px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
#foot-menu ul {
    padding: 0;
}
#foot-menu ul li {
    list-style: none;
    float: left;
    margin-right: 1px;
}
#foot-menu ul li a {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 68px;
    color: #222;
    text-transform: uppercase;
    padding: 0 22px;
    border-bottom: 1px solid #222;
}
#foot-menu ul li.current a, 
#foot-menu ul li a:hover {
    color: #CA161D;
}
#foot-menu ul li.options {
    float: right;
    padding-right: 10px;
}
#foot-menu ul li.options a {
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    border: 0;
}
#foot-menu ul li.options a span.glyphicon {
    padding-left: 10px;
    color: #999;
}
#foot-menu ul li.options a:hover, 
#foot-menu ul li.options a:hover span {
    color: #222;
}
#page-footer .about {
    font-size: 13px;
    color: #888;
    padding: 0 0 25px 0;
}
#page-footer .row {
    margin: 0;
}
#page-footer .about div {
    font-size: 13px;
    color: #888;
    margin-top: 30px;
}
#page-footer .about h3 {
    text-align: center;
}
#page-footer .about h4 {
    font-size: 15px;
    color: #444;
}
#page-footer .about a {
    color: #828282;
}
#page-footer .about a i.fa {
    margin-right: 10px;
}
#page-footer .about a:hover {
    color: #222;
}
#page-footer .about ul {
    list-style: none;
    padding: 0;
}
#page-footer .about ul li {
    float: left;
    width: 50%}
#page-footer .copyright {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
}
#page-footer .copyright div {
    text-align: center;
}
#page-footer .copyright a {
    font-weight: 700;
    color: #444;
}
@media(min-width:768px) {
    #page-footer .about div {
        margin-top: 15px;
    }
    #page-footer .about div:first-child {
        margin-top: 0;
    }
    #page-footer .copyright div {
        text-align: left;
    }
    #page-footer .copyright div.text-right {
        text-align: right;
    }
}@media(min-width:992px) {
    #page-footer .about h3 {
        text-align: left;
    }
    #page-footer .about div {
        padding: 0 20px 0 20px;
    }
    #page-footer .about div:first-child {
        padding-left: 5px;
    }
}.ad {
    text-align: center;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.ad-separator {
    background: #383838;
    padding: 20px;
    margin: 0 -20px 20px -20px;
}
@media(min-width:992px) {
    .ad-separator {
        padding: 15px;
        margin: 0 -15px 20px -15px;
    }
}@media(min-width:1200px) {
    .ad-separator {
        padding: 20px 25px;
        margin: 0 -25px 20px -25px;
    }
}

#header-navigation ul li.cat-hoy a:hover, 
#header-navigation ul li.cat-hoy:hover a, 
#header-navigation ul li.cat-hoy.current a, 
#header-navigation ul li.cat-hoy .subnav-container, 
#header-navigation ul li.cat-hoy .subnav-menu a:hover, 
#header-navigation ul li.cat-hoy .subnav-menu .current a, 
#header-navigation-sub nav.cat-hoy, 
.sidr ul li.cat-hoy a:hover {
    background: #CA161D;
}
.linkbox.cat-hoy a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

#header-navigation ul li.cat-general a:hover, 
#header-navigation ul li.cat-general:hover a, 
#header-navigation ul li.cat-general.current a, 
#header-navigation ul li.cat-general .subnav-container, 
#header-navigation ul li.cat-general .subnav-menu a:hover, 
#header-navigation ul li.cat-general .subnav-menu .current a, 
#header-navigation-sub nav.cat-general, 
.sidr ul li.cat-general a:hover {
    background: #CA161D;
}
.linkbox.cat-general a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

#header-navigation ul li.cat-deportes a:hover, 
#header-navigation ul li.cat-deportes:hover a, 
#header-navigation ul li.cat-deportes.current a, 
#header-navigation ul li.cat-deportes .subnav-container, 
#header-navigation ul li.cat-deportes .subnav-menu a:hover, 
#header-navigation ul li.cat-deportes .subnav-menu .current a, 
#header-navigation-sub nav.cat-deportes, 
.sidr ul li.cat-deportes a:hover {
    background: #CA161D;
}
.linkbox.cat-deportes a:hover .overlay {
    background: rgba(0, 143, 70, 0.8);
}

#header-navigation ul li.cat-canal26 a:hover, 
#header-navigation ul li.cat-canal26:hover a, 
#header-navigation ul li.cat-canal26.current a, 
#header-navigation ul li.cat-canal26 .subnav-container, 
#header-navigation ul li.cat-canal26 .subnav-menu a:hover, 
#header-navigation ul li.cat-canal26 .subnav-menu .current a, 
#header-navigation-sub nav.cat-canal26, 
.sidr ul li.cat-canal26 a:hover {
    background: #CA161D;
}
.linkbox.cat-canal26 a:hover .overlay {
    background: rgba(212, 202, 86, 0.8);
}

#header-navigation ul li.cat-latina a:hover, 
#header-navigation ul li.cat-latina:hover a, 
#header-navigation ul li.cat-latina.current a, 
#header-navigation ul li.cat-latina .subnav-container, 
#header-navigation ul li.cat-latina .subnav-menu a:hover, 
#header-navigation ul li.cat-latina .subnav-menu .current a, 
#header-navigation-sub nav.cat-latina, 
.sidr ul li.cat-latina a:hover {
    background: #CA161D;
}
.linkbox.cat-latina a:hover .overlay {
    background: rgba(212, 202, 86, 0.8);
}

#header-navigation ul li.cat-lifestyle a:hover,
#header-navigation ul li.cat-lifestyle:hover a,
#header-navigation ul li.cat-lifestyle.current a,
#header-navigation ul li.cat-lifestyle .subnav-container,
#header-navigation ul li.cat-lifestyle .subnav-menu a:hover,
#header-navigation ul li.cat-lifestyle .subnav-menu .current a,
#header-navigation-sub nav.cat-lifestyle,
.sidr ul li.cat-lifestyle a:hover {
    background: #CA161D;
}
.linkbox.cat-lifestyle a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

#header-navigation ul li.cat-espectaculos a:hover,
#header-navigation ul li.cat-espectaculos:hover a,
#header-navigation ul li.cat-espectaculos.current a,
#header-navigation ul li.cat-espectaculos .subnav-container,
#header-navigation ul li.cat-espectaculos .subnav-menu a:hover,
#header-navigation ul li.cat-espectaculos .subnav-menu .current a,
#header-navigation-sub nav.cat-espectaculos,
.sidr ul li.cat-espectaculos a:hover {
    background: #CA161D;
}
.linkbox.cat-espectaculos a:hover .overlay {
    
    background: rgba(194, 24, 91, 0.8);
}

#header-navigation ul li.cat-internacionales a:hover,
#header-navigation ul li.cat-internacionales:hover a,
#header-navigation ul li.cat-internacionales.current a,
#header-navigation ul li.cat-internacionales .subnav-container,
#header-navigation ul li.cat-internacionales .subnav-menu a:hover,
#header-navigation ul li.cat-internacionales .subnav-menu .current a,
#header-navigation-sub nav.cat-internacionales,
.sidr ul li.cat-internacionales a:hover {
    background: #CA161D;
}
.linkbox.cat-internacionales a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

#header-navigation ul li.cat-politica a:hover, 
#header-navigation ul li.cat-politica:hover a, 
#header-navigation ul li.cat-politica.current a, 
#header-navigation ul li.cat-politica .subnav-container, 
#header-navigation ul li.cat-politica .subnav-menu a:hover, 
#header-navigation ul li.cat-politica .subnav-menu .current a, 
#header-navigation-sub nav.cat-politica, 
.sidr ul li.cat-politica a:hover {
    background: #CA161D;
}
.linkbox.cat-politica a:hover .overlay {
    background: rgba(0,60,127,0.8)
}

#header-navigation ul li.cat-tech a:hover, 
#header-navigation ul li.cat-tech:hover a, 
#header-navigation ul li.cat-tech.current a, 
#header-navigation ul li.cat-tech .subnav-container, 
#header-navigation ul li.cat-tech .subnav-menu a:hover, 
#header-navigation ul li.cat-tech .subnav-menu .current a, 
#header-navigation-sub nav.cat-tech, 
.sidr ul li.cat-tech a:hover {
    background: #CA161D;
}
.linkbox.cat-tech a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

#header-navigation ul li.cat-economia a:hover, 
#header-navigation ul li.cat-economia:hover a, 
#header-navigation ul li.cat-economia.current a, 
#header-navigation ul li.cat-economia .subnav-container, 
#header-navigation ul li.cat-economia .subnav-menu a:hover, 
#header-navigation ul li.cat-economia .subnav-menu .current a, 
#header-navigation-sub nav.cat-economia, 
.sidr ul li.cat-economia a:hover {
    background: #CA161D;
}
.linkbox.cat-economia a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

#header-navigation ul li.cat-policiales a:hover, 
#header-navigation ul li.cat-policiales:hover a, 
#header-navigation ul li.cat-policiales.current a, 
#header-navigation ul li.cat-policiales .subnav-container, 
#header-navigation ul li.cat-policiales .subnav-menu a:hover, 
#header-navigation ul li.cat-policiales .subnav-menu .current a, 
#header-navigation-sub nav.cat-policiales, 
.sidr ul li.cat-policiales a:hover {
    background: #CA161D;
}
.linkbox.cat-policiales a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

.linkbox.cat-nocategory a:hover .overlay {
    background: rgba(0,60,127,0.8);
}

#header-navigation ul li.cat-extra a, 
.sidr ul li.cat-extra a {
    border-color: #73edfb;
    color: #73edfb;
}
article.cat-policiales a.theme, article a.theme.cat-policiales, 
#page-content .section-policiales header span.borderline, 
#page-content .cat-policiales .theme, 
#article-post.cat-policiales .progress-bar, 
#article-post.cat-policiales .score-overall {
    background: #CA161D;
}

article.cat-internacionales a.theme, article a.theme.cat-internacionales, 
#page-content .section-internacionales header span.borderline, 
#page-content .cat-internacionales .theme, 
#article-post.cat-internacionales .progress-bar, 
#article-post.cat-internacionales .score-overall {
    background: #003C7F;
}

article.cat-hoy a.theme, article a.theme.cat-hoy, 
#page-content .section-general header span.borderline, 
#page-content .cat-hoy .theme, 
#article-post.cat-hoy .progress-bar, 
#article-post.cat-hoy .score-overall {
    background: #580202;
}
.section-general header h2 a, 
#article-post.cat-hoy .review ul.good li i.fa {
    color: #580202;
}
article.cat-general a.theme, article a.theme.cat-general, 
#page-content .section-general header span.borderline, 
#page-content .cat-general .theme, 
#article-post.cat-general .progress-bar, 
#article-post.cat-general .score-overall {
    background: #CA161D;
}
.section-general header h2 a, 
#article-post.cat-general .review ul.good li i.fa {
    color: #CA161D;
}
article.cat-deportes a.theme, article a.theme.cat-deportes, 
#page-content .section-deportes header span.borderline, 
#page-content .cat-deportes .theme, 
#article-post.cat-deportes .progress-bar, 
#article-post.cat-deportes .score-overall {
    background: #008F46;
}
.section-deportes header h2 a, 
#article-post.cat-deportes .review ul.good li i.fa {
    color: #008F46;
}
article.cat-lifestyle a.theme, article a.theme.cat-lifestyle, 
#page-content .section-lifestyle header span.borderline, 
#page-content .cat-lifestyle .theme, 
#article-post.cat-lifestyle .progress-bar, 
#article-post.cat-lifestyle .score-overall {
    background: #d4ca56;
}
.section-lifestyle header h2 a, 
#article-post.cat-lifestyle .review ul.good li i.fa {
    color: #d4ca56;
}
article.cat-espectaculos a.theme, article a.theme.cat-espectaculos, 
#page-content .section-espectaculos header span.borderline, 
#page-content .cat-espectaculos .theme, 
#article-post.cat-espectaculos .progress-bar, 
#article-post.cat-espectaculos .score-overall {
    background: #C2185B;
}
article.cat-politica a.theme, article a.theme.cat-politica, 
#page-content .section-politica header span.borderline, 
#page-content .cat-politica .theme, 
#article-post.cat-politica .progress-bar, 
#article-post.cat-politica .score-overall {
    background: #CA161D;
}
.section-espectaculos header h2 a, 
#article-post.cat-espectaculos .review ul.good li i.fa {
    color: #C2185B;
}
article.cat-tech a.theme, article a.theme.cat-tech, 
#page-content .section-tech header span.borderline, 
#page-content .cat-tech .theme, 
#article-post.cat-tech .progress-bar, 
#article-post.cat-tech .score-overall {
    background: #CA161D;
}
.section-tech header h2 a, 
#article-post.cat-tech .review ul.good li i.fa {
    color: #6f9ed3;
}
article.cat-economia a.theme, article a.theme.cat-economia, 
#page-content .section-economia header span.borderline, 
#page-content .cat-economia .theme, 
#article-post.cat-economia .progress-bar, 
#article-post.cat-economia .score-overall {
    background: #CA161D;
}
.section-economia header h2 a, 
#article-post.cat-economia .review ul.good li i.fa {
    color: #CA161D;
}

.landing-background-hover-sports:hover,
a.landing-background-hover-sports:hover,
.navigation-sports li:hover a{
    background: #CA161D !important;
}

.landing-background-sports{
    background: #CA161D !important;
}

.cat-reviews {
    background: #444;
}
#page-content .cat-reviews header h2 {
    border-color: #4e4e4e;
}
#page-content .cat-reviews header span.borderline {
    background: #fff;
}
#archive-page.module-timeline .cat-hoy a {
    color: #580202;
}
#archive-page.module-timeline article i.bullet-hoy {
    background: #580202;
}
#archive-page.module-timeline .cat-general a {
    color: #CA161D;
}
#archive-page.module-timeline article i.bullet-general {
    background: #CA161D;
}
#archive-page.module-timeline .cat-deportes a {
    color: #CA161D;
}
#archive-page.module-timeline article i.bullet-deportes {
    background: #CA161D;
}
#archive-page.module-timeline .cat-lifestyle a {
    color: #d4ca56;
}
#archive-page.module-timeline article i.bullet-lifestyle {
    background: #d4ca56;
}
#archive-page.module-timeline .cat-espectaculos a {
    color: #C2185B;
}
#archive-page.module-timeline article i.bullet-espectaculos {
    background: #C2185B;
}
#archive-page.module-timeline .cat-tech a {
    color: #6f9ed3;
}
#archive-page.module-timeline article i.bullet-tech {
    background: #6f9ed3;
}
#archive-page.module-timeline .cat-economia a {
    color: #CA161D;
}
#archive-page.module-timeline article i.bullet-economia {
    background: #CA161D;
}
a.show-more.cat-general {
    background: #CA161D;
}
a.show-more.cat-deportes {
    background: #CA161D;
}
a.show-more.cat-lifestyle {
    background: #d4ca56;
}
a.show-more.cat-espectaculos {
    background: #C2185B;
}
a.show-more.cat-tech {
    background: #6f9ed3;
}
a.show-more.cat-economia {
    background: #CA161D;
}
/*#foot-menu ul li.cat-general a {
    border-color: #CA161D;
}
#foot-menu ul li.cat-general a:hover, 
#foot-menu ul li.cat-general.current a {
    color: #CA161D;
}
#foot-menu ul li.cat-deportes a {
    border-color: #008F46;
}
*/
#foot-menu ul li.cat-deportes a:hover, 
#foot-menu ul li.cat-deportes.current a {
    color: #CA161D;
}/*
#foot-menu ul li.cat-lifestyle a {
    border-color: #d4ca56;
}
#foot-menu ul li.cat-lifestyle a:hover, 
#foot-menu ul li.cat-lifestyle.current a {
    color: #b1aa57;
}
#foot-menu ul li.cat-espectaculos a {
    border-color: #C2185B;
}
*/
#foot-menu ul li.cat-espectaculos a:hover, 
#foot-menu ul li.cat-espectaculos.current a {
    color: #C2185B;
}/*
#foot-menu ul li.cat-tech a {
    border-color: #6f9ed3;
}
#foot-menu ul li.cat-tech a:hover, 
#foot-menu ul li.cat-tech.current a {
    color: #6081a6;
}
#foot-menu ul li.cat-economia a {
    border-color: #CA161D;
}
#foot-menu ul li.cat-economia a:hover, 
#foot-menu ul li.cat-economia.current a {
    color: #55985b;
}
#foot-menu ul li.cat-extra a {
    border-color: #73edfb;
}
#foot-menu ul li.cat-extra a:hover, 
#foot-menu ul li.cat-extra.current a {
    color: #73edfb;
}*/
#foot-menu ul li.cat-canal26 a {
    border-color: #c13636;
}
#foot-menu ul li.cat-canal26 a:hover, 
#foot-menu ul li.cat-canal26.current a {
    color: #c13636;
}

#foot-menu ul li.cat-latina a {
    border-color: #EF8F34;
}
#foot-menu ul li.cat-latina a:hover, 
#foot-menu ul li.cat-latina.current a {
    color: #EF8F34;
}

.nav-tabs.nav-justified>li>a{
    color: white
}

.nav-tabs.nav-justified>li>a:hover{
    color: black
}

.nav-tabs.nav-justified>li.active>a{
    color: black
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 00px;
    -moz-border-radius: 00px;
    border-radius: 0px;
    background: none;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}

#owl-demo .owl-item > div{
    background : #42bdc2;
    text-align: center;
    padding:50px 0px;
    margin:3px;
    color: white;
    font-size:32px;
    border:1px white;
}

.wrapper-with-margin{
    margin:0px 50px;
}


.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -40px;
    top: 130px; 
    font-size: 25px; 
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -40px;
    top: 130px;
    font-size: 25px;
}

.owl-item{
    cursor: move;
}

.glyphicon-search{
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.weather-icon{
    /*margin-top: 10px*/
}

/*#weather_icon_container:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    height: 3px;

    width: 6%;
    left: -4%;
    margin: 0 0 0 50%;

    -moz-transform: rotateX(45deg) scale(10, 
        .75);
    -ms-transform: rotateX(45deg) scale(10, 
        .75);
    -o-transform: rotateX(45deg) scale(10, 
        .75);
    -webkit-transform: rotateX(45deg) scale(10, 
        .75);
    transform: rotateX(45deg) scale(10, 
        .75);

    background: #ddd;
    -moz-box-shadow: 0 0 1px #E3E3E3, 0 0 2px #E3E3E3, 0 0 3px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 7px #E3E3E3, 0 0 12px #E3E3E3;
    -o-box-shadow: 0 0 1px #E3E3E3, 0 0 2px #E3E3E3, 0 0 3px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 7px #E3E3E3, 0 0 12px #E3E3E3;
    -webkit-box-shadow: 0 0 1px #E3E3E3, 0 0 2px #E3E3E3, 0 0 3px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 7px #E3E3E3, 0 0 12px #E3E3E3;
    -ms-box-shadow: 0 0 1px #E3E3E3, 0 0 2px #E3E3E3, 0 0 3px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 7px #E3E3E3, 0 0 12px #E3E3E3;
    box-shadow: 0 0 1px #E3E3E3, 0 0 2px #E3E3E3, 0 0 3px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 5px #E3E3E3, 0 0 7px #E3E3E3, 0 0 12px #E3E3E3;

    -moz-opacity:.65;
    filter:alpha(opacity=65);
    opacity:.65;
}*/

.streaming-pin, 
.whatsapp-logo{
    font-size: 20px
}

.streaming-play{
    opacity: 0.8;
    position: relative;
    color: #FFFFFF;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition: all 200ms ease-in-out;
}

.text-bevel-animated:hover{
    color: white;
    cursor: pointer;
    opacity: 1;
    text-shadow: 0 10px 3px rgba(0,0,0,.5);
    transition: all 200ms ease-in-out;
}

.module-currency td {
    color: black;
}
.module-currency-align{
    text-align: right;
    padding-right: 20px !important;
}


.module-whatsapp, 
.module-photos{
    margin-bottom: 30px
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 36px;
    float: left;
    height: 36px;
    padding: 5px;
    background: #54878A;
    border: 3px solid #9DC5C7;
    color: #9DC5C7;
    text-align: center;
    font: 32px Arial, sans-serif;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.module-telemax{
    margin: 0 0 30px 0;
}

.main-menu-logo{
    width: 100px;
    margin: 0px 10px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index:1032;
}

.top-article{
    height: 435px;
    overflow: hidden;
}

.top-article-pre-high{
    height: 640px;
    overflow: hidden;
}

.top-article-low{
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px
}

.sport-event-overlay{
    background: #999;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 40px;
    overflow: hidden
}

.medium-article{
    margin-bottom: 20px !important;
    height: 440px;
    overflow: hidden;
    background: #DDD
}

.high-article{
    height: 440px;
    overflow: hidden;
    margin-bottom: 20px !important;
    background: #dddddd
}

.medium-article .overlay{
    height: 232px;
}

.center-article-high{
    height: 435px;
    overflow: hidden;
}

.center-article-medium{
    height: 199px;
    overflow: hidden;
    padding: 0px;
}

.center-article-medium .col-xs-6{
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
}

.center-article-low{
    height: 300px;
    overflow: hidden;
}

article img{
    object-fit: cover;
}

.text-color-black {
    color: black;
}
.summary{
    float:right;
    margin-top:20px
}

.candidate{
    width: 16.66% !important;
    height: 500px;
    position: relative;
}

.candidate .collaborator.hovercard {
    position: absolute;
    bottom: 0;
    width: 85%;
}

.candidate .collaborator.hovercard .avatar {
    position: relative;
    top: -200px;
    margin-bottom: -50px;
}

.candidate .collaborator.hovercard .avatar_profile {
    width: 130px;
    height: 130px;
}

.collaborator {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.collaborator.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background: #CA161D;
    height: 345px;
}

.collaborator.hovercard .collaboratorheader {
    height: 135px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.collaborator.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.collaborator.hovercard .avatar_profile {
    background-size: cover !important;
    height: 110px;
    margin: 0 auto;
    width: 110px;
    border-radius: 50%;
    border: 5px solid #ddd;
    background-clip: content-box;
}

.collaborator.hovercard .info {
    padding: 4px 8px 10px;
}

.collaborator.hovercard .info .title h5 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1;
    color: #FFF;
    vertical-align: middle;
}

.collaborator.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.collaborator.hovercard .bottom {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 15px;
}

.collaborator.hovercard .desc {
    color: white
}

@media(max-width:640px) {
    .container{
        padding-top: 0 !important;
    }
}
@media(max-width:768px) {
/*    .media-cover-magazine {
        height: 350px;
    }*/
    #article-header{
        /*top:0 !important*/
    }
    h1{
        font-size: 25px
    }
    #page-content{
        padding: 0px 10px;
    }
    .top-article, .top-article-pre-high {
        height: auto !important;
    }
    article.linkbox h2 {
        font: 600 20px/25px 'Roboto Condensed', sans-serif !important;
    }
    article.linkbox h4 {
        font: 400 18px/20px 'Roboto Condensed', sans-serif !important;
    }
    article.linkbox h6 {
        font: 400 13px/5px 'Roboto Condensed', sans-serif;
    }
    .large .overlay {
        padding: 5px 10px;
    }
    #article-header i{
        font-size: 14px
    }
    .top-article-low{
        height: 298px !important;
    }
    .top-article-low h3{
        font: 700 15px/17px 'Roboto Condensed', 'sans-serif' !important
    }
    .medium-article .overlay, .high-article .overlay{
         height: auto !important; 
    }
    .medium-article a .overlay, .high-article a .overlay{
        background: rgba(0,60,127,1);
    }
    .medium-article.linkbox.cat-deportes a .overlay,  .high-article .linkbox.cat-deportes a .overlay{
        background: rgba(0, 117, 58, 1);
    }
    .medium-article.linkbox.cat-espectaculos a .overlay,  .high-article .linkbox.cat-espectaculos a .overlay{
        background: rgba(182, 82, 182, 1);
    }
    .medium-article{
        height: auto !important;
        float: left;
    }
    .high-article{
        height: 315px !important
    }
    .center-article-low a .overlay {
        background: rgba(0,60,127,1);
    }
    .center-article-low.linkbox.cat-deportes a .overlay {
        background: rgba(0, 117, 58, 1);
    }
    .center-article-low.linkbox.cat-espectaculos a .overlay {
        background: rgba(182, 82, 182, 1);
    }
    .center-article-low{
        height: 298px !important
    }
    .center-article-low h3{
        font: 700 15px/17px 'Roboto Condensed', 'sans-serif' !important
    }
    .high-article.linkbox.cat-deportes a .overlay,  .high-article .linkbox.cat-deportes a .overlay{
        background: rgba(0, 117, 58, 1);
    }
    .high-article.linkbox.cat-espectaculos a .overlay,  .high-article .linkbox.cat-espectaculos a .overlay{
        background: rgba(182, 82, 182, 1);
    }
    .module-live-streaming{
        height: 230px
    }
    .module-currency table{
        font-size: 13px
    }
    .collaborator.hovercard .avatar_profile {
        width: 80px;
        height: 80px;
        background-size: cover !important
    }
    .media-cover-magazine .owl-theme .owl-controls .owl-buttons .owl-prev{
        left: -20px !important;
    }
    .media-cover-magazine .owl-theme .owl-controls .owl-buttons .owl-next{
        right: -20px !important;
    }
}
@media screen and (orientation:portrait) {
    .tablet_streaming{
        height: 450px
    }
}

img.emoji {
   height: 1em;
   width: 1em;
   margin: 0 .05em 0 .1em;
   vertical-align: -0.1em;
}

.tag {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 7px;
    border: 1px solid rgba(220, 220, 220, 1);
    background-color: #eceff1;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.tag-img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background-size: cover !important;
}

.tag-img-md {
    float: left;
    margin: 0px 8px 0px 10px;
    height: 90px;
    width: 90px;
    border-radius: 5px;
    background-size: cover !important;
    z-index: 1;
    position: relative;
    border: 1px solid #3f3f3f;
}

.tag-img-cover {
    height: 230px;
    width: 100%;
    background-size: cover !important;
    position: absolute;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.tag-img-title {
    margin-top: 135px;
}

#topArticles h3{
    font-size: 16px;
    margin-top: 0px;
}
#topArticles h3 a{
    color: #337ab7
}

.world_cup_counter{
    background: url('/images/banner_rusia_2018.png') center no-repeat;
    height: 175px;
    clear: both;
    margin-top: -20px;
    margin-bottom: 20px;
}
/*.world_cup_counter_mobile{
    background: url('/images/rusia_2018_mobile.png') center no-repeat;
    height: 175px;
    clear: both;
    margin-bottom: 20px;
}*/
#counter{
    margin-right: 384px;
    margin-top: 83px;
    float: right;
    color: white;
    font-size: 30px;
}
#counter_mobile{
    margin-left: 10px;
    margin-top: 129px;
    float: left;
    color: white;
    font-size: 20px;
}