html, body {
    overflow-x: hidden;
}
body {
    position: relative
}


/********************   Media Queries
/*==========  Non-Mobile First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .ads {
        margin-top: 20px;
    }

    .ad-width-size {
        max-width: 970px;
        width: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #footer-content .containing-ad-section>* {
        display: none!important;
    }

    #custom-search-input .input-group {
        margin-top: 10px;
    }

    .ad-width-size {
        max-width: 768px;
    }

    #main-world {
        padding-right: 15px;
    }

    p.content.copy {
        padding-bottom: 30px;
    }

    #world-section .aside-ad {
        margin: 15px auto;
    }

    .headline-news-container {
        float: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .attachment-home-featured.wp-post-image {
        height: auto;
    }

    #brand-container .navbar-brand img {
        margin: 0 auto;
    }

    .ad-width-size {
        max-width: 790px;
    }

    #main-news-gallery-container .slider-nav .slick-slide {
        width: 48% !important;
        padding-top: 5px;
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: 1.5%;
    }

    #columnist-section .columns-wrapper {
        margin-top: 40px;
    }

    #columnas_opinion .col-md-4 {
        background-color:transparent;
    }

    #main-news-gallery-container .attachment-small.wp-post-image {
        width: 100%;
        height: auto;
    }

    #columnas_opinion header.section-header {
        margin-bottom: 15px;
    }

    #secondary-main-menu-title {
        font-size: 14px;
        margin-top: 10px;
    }

    #secondary-main-menu-container .container {
        border-bottom: 1px solid #e84e02;
    }

    .tableauPlaceholder {
        transform: scale(1);
        margin-left: 0;
        width: 100% !important;
    }

    .attachment-small.wp-post-image {
        width: 100% !important;
        height: auto !important;
    }

    .coloquios-caption {
        width: 40%;
    }

    #footer-navbar-search-form {
        margin: 0 auto;
        padding: 0;
    }

    #brand-container .navbar-header a img {
        width: auto;
    }

    #special-coverage-section .aside-ad {
        float: left;
        width: 300px;
        margin-top: 30px;
    }

    .publicity-aside {
        /* padding-left: 0; */
    }

    .aside-ad {
        float: none;
        display: flex;
    }
}


@media only screen and (max-width : 550px) {

    #main-menu-container:before {
        content: "";
        position: absolute;
        left: 17px;
        top: 9px;
        width: 40px;
        height: 4px;
        background: white;
        box-shadow: 0 10px 0 0 white, 0 20px 0 0 white;
    }

    #main-menu-container {
        position: absolute;
        z-index: 1;
        min-height: 44px;
        top: 0;
        min-width: 73px;
    }

    .top-ads.default-bg-wide {
        margin-left: -5px;
    }

    .navbar-toggle {
        height: 27px;
    }

    .dropdown-menu li a {
        color: #a2e0ff!important;
    }

    /* Navegacion (menu sandwich) */
    #main-menu-container:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 12px;
        width: 27px;
        height: 2px;
        background: white;
        box-shadow: 0 10px 0 0 white, 0 20px 0 0 white;
    }

    #main-menu-container {
        position: absolute;
        z-index: 1;
        min-height: 48px;
        top: 0;
        left:0;
        min-width: 48px;
        overflow: hidden;
    }

    /* Temas del Dia */
    #secondary-main-menu {
        display: none;
    }

    /* Grid con columna de opiniones */
    #columnist-section .columns-wrapper {
        margin-top: 0;
    }

    #world-section .row { margin:0px !important; }
    #main-world { padding-left: 0px !important; }

    #main-sports { width: 95% !important; }
    #espectaculos { width: 105% !important; }
    #galeria-de-fotos .carousel-inner {
        height: 150px !important;
    }

    .otrasfotos {
        display: none !important;
    }


    aside#sports-aside { width: 97% !important; }

    .main-article-content { padding-bottom: 0px !important; }
    #videogallery-container, #science-section .view-more, #economy-footer { display: none; }

    .news-big-pics .slick-track { height: auto; }

    #main-world,
    #world-section .row > .col-md-12 {
        padding: 0;
        margin-bottom: 15px;
    }

    p.copy {
        font-size: 1.45em;
        padding-bottom: 15px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .noticia-destacada .anoticia {
        height: auto !important;
    }

    .ad-width-size {
        max-width: 300px;
    }

    #main-news-gallery-container .slider-nav .slick-slide {
        width: 100% !important;
    }

    #top-header-menu-container,
    .one-line-section-container {
        display: none;
    }

    #footer .navbar-brand {
        width: 145px;
        padding:0;
        margin: 0 auto;
    }

    .coverage-footer-article .custom-column {
        padding: 0;
    }

    #tableau-plugin iframe {
        width: 100% !important;
    }




}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media print {
    .row.custom-row-vertical-aligned{
        display: block;
    }

    button.btn.btn-block.add-comment-btn.center-block.section-header{
        display: none;
    }
    .interaction-actions-container {
        display: none;
    }
    #related-single-article {
        display: none;
    }
    #more-news-container {
        display: none;
    }
    #footer {
        display: none;
    }
    #mostread-mostcommented {
        display: none;
    }
    .recommended-news-container {
        display: none;
    }

    .col-md-4.article-publish-info.custom-column {
        display: none;
    }

    .col-md-4.previous-article.custom-column {
        display: none !important;
    }
    .col-md-4.next-article.custom-column {
        display: none !important;
    }
    .article-publish-info {
        display: none !important;
    }
    .print-author {
        display: block;
    }
}