ins {
    width: 100%;
    text-align: center;
}

ins[data-revive-zoneid="47"] > *,
ins[data-revive-zoneid="30"] > * {
    margin: 20px auto;
    text-align: center;
}

ins[data-revive-zoneid="101"] > div > div {
    position: fixed;
    left: 0;
    z-index: 4;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
}

.mb2.block.center.lg-show.above-header {
    margin: 20px auto;
}

.mb2.block.center.lg-show.above-header .mb2.block.center.lg-show.above-header {
    margin: 0 auto;
}

.story-details-banners-row {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-height: 300px;
}

.story-details-banners-row > .row {
    display: flex;
    flex-direction: row;
    width: calc(100% + 24px);
    justify-content: space-between;
}

.story-details-banners-row .row ins > div {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-details-banners-row .row > ins {
    display: flex;
    flex: 1;
    margin-right: 15px;
}
.story-details-banners-row .row > ins:last-child {
    margin-right: 0;
}

.navigation-shadow + ins {
    margin: 25px auto 0 auto;
}

/* News item title */
.news-item .h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 0;
}

/* Skyscrappers moved to match new container width */
.banner-big-right-top {
    margin-right: -1082px;
}

.banner-big-left-top {
    margin-left: -1082px;
}

/* .banner-big-right-top,
.banner-big-left-top {
    display: none!important;
} */

/* Banner under section */
.bannerBottom {
    padding-top: 24px;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

/* Content bloks section reset */
.container.content-block section {
    float: left;
}

/* Author name for old templates */
.author-name {
    color: #aaa;
}

/* Admin template editing sidebar */
#sidr {
    width: calc(33rem - 24px);
}

body {
    font-family: 'Open Sans', sans-serif;
}

/* Reset sizing */
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/* HEADER */
.header-top-left .h6.relative {
    font-size: .9375rem;
    font-weight: normal;
}

/* LOGO */
.logo-top img {
    margin: 0;
    height: 80px;
    width: auto;
}

.logo-top {
    padding: 32px 0 16px 0;
}
/* NAVIGATION */
.top-navigation-container .nav-container {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.top-navigation-container .nav-container .main-menu {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-navigation-container .sub-category-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-navigation-container .sub-category-menu ul:empty {
    border: 0;
}

.top-navigation-container .nav-container .list-reset {
    margin: 0 auto;
}


.top-navigation-container .sub-category-menu ul.list-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sub-menu.none > div {
    border-top: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sub-menu.none a {
    border-bottom: 3px #fff solid!important;
}

.sub-menu.none a:hover {
    border-bottom: 3px #000 solid!important;
}



/* Search button */
.search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #111111;
    font-size: .875rem;
    line-height: 1;
    padding: 0 12px;
    border-bottom: 2px solid transparent;
}
.search-button:hover,
.search-button:focus {
    text-decoration: none;
}

/* Religious calendar & Exchange rate popovers */
.popover {
    width: 100%;
    max-width: 100%;
}

.popover.religious-calendar {
    left: 0;
    margin-left: 0;
}

.popover.religious-calendar {
    left: 0;
    margin-left: 0;
}
.popover.religious-calendar:after {
    margin-left: 0px;
}

.popover.religious-calendar:before {
    margin-left: -1px;
}

.popover.exchange-rate {
    left: 0;
    margin-left: 0;
}

.popover.exchange-rate {
    left: 0;
    margin-left: 0;
}
.popover.exchange-rate:after {
    margin-left: 140px;
}

.popover.exchange-rate:before {
    margin-left: 139px;
}

.kurs:after, .kurs:before {
    left: 50%;
}

/* Accessibility tool reposition */ 
.tool {
    right: 10px;
}

#accessibility-tool {
    margin-right: 0;
    padding-right: 0;
}

/* Top bar reset */
header .top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 12px;
}

.header-top-left,
.header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-right.md-show {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.addthis_horizontal_follow_toolbox .dec-none.facebook-link-icon i {
    color: #3C74BC;
}
.addthis_horizontal_follow_toolbox .dec-none.twitter-link-icon i {
    color: #2F9DD2;
}
.addthis_horizontal_follow_toolbox .dec-none.rss-link-icon i {
    color: #8D8D8D;
}

.addthis_horizontal_follow_toolbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: unset;
    right: unset;
    margin-left: 1rem;
    margin-right: 1rem;
}

.addthis_horizontal_follow_toolbox .addthis_toolbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.addthis_horizontal_follow_toolbox .dec-none {
    top: unset;
    margin: 0 .25rem;
}

.addthis_horizontal_follow_toolbox .fa {
    font-size: 18px!important;
    vertical-align: middle;
}

.header-top-right.md-show > a:not(#accessibility-tool) img {
    width: 16px;
    height: auto;
    margin: auto 4px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-top-right.md-show > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}

.header-top-right.md-show > a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5rem;
}


/* Set the main content width */
#main-content.container {
    max-width: 1270px;
}

#main-content section {
    padding-top: 24px;
    padding-bottom: 0px;
}

#main-content section > .row > .container {
    position: relative;
}

/* Section highlight */
.highlighted-gray {
    background-color: rgba(0, 0, 0, 0.08);
}
.highlighted-blue {
    background-color: rgba(47, 157, 210, .22);
}
.highlighted-yellow {
    background-color: rgba(199, 183, 108, .22);
}
.highlighted-green {
    background-color: rgba(153, 199, 108, .22);
}
.highlighted-none {
    background-color: transparent;
}

#main-content section.highlighted {
    background-color: rgba(0, 0, 0, 0.08);
}
#main-content section.darkened {
    background-color: rgba(32, 32, 32, 1);
}

#main-content section:not(.highlighted) > .row > .container:after,
#main-content section:not(.highlighted-none) > .row > .container:after,
#main-content section:not(.highlighted-gray) > .row > .container:after,
#main-content section:not(.highlighted-blue) > .row > .container:after,
#main-content section:not(.highlighted-yellow) > .row > .container:after,
#main-content section:not(.highlighted-yellow) > .row > .container:after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    background-color: #f5f5f5;
    width: calc(100% - 24px);
    left: 12px;
}

/* .redes-section.most-read > .row > .container:after {
    display: none;
} */

.redes-section > .row > .container.no-border:after {
    display: none;
}

#main-content section:nth-last-of-type(1) > .row > .container:after {
    display: none;
}

/* Helpers */
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.w-100-mx-auto {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.align-items-start {
    align-items: flex-start;
}

.h-100 {
    height: 100%;
}

/* Top Navigation shadow */
.navigation-shadow {
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .08);
            box-shadow: 0 8px 10px rgba(0, 0, 0, .08)
}

/* Border-radius on all news-links images*/
.img-responsive {
    border-radius: 3px;
}

.image-overlay {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: -o-linear-gradient(bottom,
        hsl(0, 0%, 0%) 0%,
        hsla(0, 0%, 0%, 0.6) 20%,
        hsla(0, 0%, 0%, 0.16) 45%,
        hsla(0, 0%, 0%, 0.08) 55%,
        hsla(0, 0%, 0%, 0.02) 65%,
        hsla(0, 0%, 0%, 0) 100%);
    background-image: -webkit-gradient(linear,
        left bottom, left top,
        from(hsl(0, 0%, 0%)),
        color-stop(20%, hsla(0, 0%, 0%, 0.6)),
        color-stop(45%, hsla(0, 0%, 0%, 0.16)),
        color-stop(55%, hsla(0, 0%, 0%, 0.08)),
        color-stop(65%, hsla(0, 0%, 0%, 0.02)),
        to(hsla(0, 0%, 0%, 0)));
    background-image: linear-gradient(to top,
        hsl(0, 0%, 0%) 0%,
        hsla(0, 0%, 0%, 0.6) 20%,
        hsla(0, 0%, 0%, 0.16) 45%,
        hsla(0, 0%, 0%, 0.08) 55%,
        hsla(0, 0%, 0%, 0.02) 65%,
        hsla(0, 0%, 0%, 0) 100%);
    border-radius: 3px;
}

.img-caption {
    background: rgba(51,51,51,.4);
    padding: .8rem 1.5rem;
    margin: 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1;
}

.img-caption:empty {
    display: none;
}

/* Override link color */
a {
    color: #2494D6;
}

/* Comment bubble and views */
.comment-bubble-holder,
.views-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2494D6;
}
.list-block .news-item .title-holder .comment-bubble-holder,
.half-block .title-absolute .comment-bubble-holder,
.col-1-full-box .news-item .title-comment-mix .comment-bubble-holder {
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.comment-bubble-holder {
    color: #2494D6;
}

.views-holder {
    color: #818181;
}
.comment-bubble-holder:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .65;
}

.comment-bubble-holder span,
.comment-bubble-holder i,
.views-holder span,
.views-holder i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Open Sans', sans-serif;
}

.comment-bubble-holder span,
.views-holder span {
    margin-right: 6px;
    font-size: .9375rem;
    line-height: 1;
    font-weight: 600;
}

.comment-bubble-holder i,
.views-holder i {
    margin-top: auto;
    margin-bottom: auto;
}

.comment-bubble-holder i {
    font-size: .8125rem;
}

.views-holder i {
    font-size: 1.125rem
}

.comment-views-holder,
.column-date-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.column-date-holder {
    margin: 0 0 12px 0;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    white-space: nowrap;
}

.news-item-category {
    color: #211d1e;
    font-size: .875rem;
    display: inline-block;
    border-right: 1px solid #b9b9b9;
    font-weight: normal;
    margin-right: 12px;
    padding-right: 12px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.date-published-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.date-published-holder span {
    font-size: .75rem;
    color: #757575;
}


/* Article news items */
.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.news-item .img-responsive {
    margin-bottom: 16px;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0, .16);
            box-shadow: 0px 3px 6px rgba(0,0,0, .16);
}

.img-responsive-holder {
    position: relative;
    display: flex;
}

.img-responsive-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 6px);
    width: 100%;
    background-color: rgba(0, 0, 0, .22);
    transition: background-color .3s ease-in-out;
    border-radius: 3px;
}

.img-responsive-holder:hover:after {
    background-color: transparent;
}

.news-item .img-responsive-holder:after {
    height: calc(100% - 16px);
}

.glance-card-image .img-responsive-holder:after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.container.no-border .img-responsive-holder:after {
    height: calc(100% - 8px);
}

.news-item .roboto-slab {
    margin-top: 18px;
    margin-bottom: 12px;
}

.news-item .h1 .roboto-slab,
.news-item .h2 .roboto-slab,
.news-item .h3 .roboto-slab,
.news-item .h4 .roboto-slab,
.news-item .h5 .roboto-slab,
.news-item .h6 .roboto-slab {
    color: inherit;
}

.news-item .intro-text {
    font-size: 1rem;
    line-height: 1.9;
}

.title-comment-mix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px; 
}

.title-comment-mix h3.h3 {
    margin: 0;
}

.title-comment-mix .roboto-slab {
    margin-top: 0;
    width: 90%;
}

.title-comment-mix .comment-bubble-holder {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 12px;
    margin-left: 20px;
}

.title-comment-mix .comment-bubble-holder img {
    margin: 0;
}

.author-comment-mix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.author-comment-mix .author-name {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    color: #000000;
}


/* COLUMN TITLE */
.category-title-mix .line-trough {
    text-align: left;
    font-size: 2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin-left: 0;
    margin-top: 0;
    overflow: unset;
    line-height: 1.38;
    width: auto;
    color: #111111;
    padding-right: 20px;
}

.category-title-mix .line-trough:after {
    display: none;
}

.category-title-mix .line-trough a {
    padding: 0;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: none;
    color: inherit;
}

.category-title-mix .line-trough h2 {
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-transform: none;
    color: inherit;
    margin-bottom: 20px;
}

.category-title-mix .line-trough h2:empty {
    margin-bottom: 0;
}

.category-title-mix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

/* Category title links adjust position */
.container.content-block .archive-link {
    position: absolute;
    top: 20px;
    right: 12px;
    color: #aaaaaa;
    font-weight: bold;
    font-size: .875rem;
}

.category-title-mix .archive-link,
.container.content-block .archive-link {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
    padding-top: 16px;
}

.category-title-mix .archive-link i,
.container.content-block .archive-link i {
    color: #2494D6;
    font-size: 22px;
    line-height: 19px;
    width: 0;
    opacity: 0;
    margin-left: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.category-title-mix .archive-link:hover,
.container.content-block .archive-link:hover {
    color: #111111;
}

.category-title-mix .archive-link:hover i,
.container.content-block .archive-link:hover i {
    opacity: 1;
    width: 30px;
    margin-left: 12px;
}

/* FOOTER */
.redes-section.footer-section footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}

.redes-section.footer-section footer .flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.redes-section.footer-section footer .logo-holder > img {
    width: 160px;
}

.redes-section.footer-section footer .flex-1.logo-holder .h6 {
    font-size: .875rem;
    line-height: 1.71;
}

.redes-section.footer-section footer .flex-1.logo-holder .bannerimg-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 4rem;
    margin-top: 12px;
}

.redes-section.footer-section footer .flex-2 {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.redes-section.footer-section footer .flex-1 .list-reset.h5 {
    font-size: 1rem;
    line-height: 2.25;
    font-weight: 600;
}

.redes-section.footer-section footer .flex-1 a.dark-gray {
    color: rgba(0,0,0, .6);
}

.redes-section.footer-section footer .flex-1 a.dark-gray.uppercase {
    color: #000000;
    text-transform: none;

}

.redes-section.footer-sectionfooter .flex-1 .mb1 {
    margin-bottom: 16px;
}

.redes-section.footer-section footer .flex-1 .roboto-slab.mb1 {
    margin-bottom: 24px;
}

#main-content section.redes-section.footer-section {
    border-top: 1px solid #f5f5f5;
    padding-top: 70px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.sub-footer-links {
    background-color: #F5F5F5;
}
.sub-footer-links > .row > .container > .row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sub-footer-links a {
    font-size: .8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sub-footer-links .developed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.sub-footer-links .developed p {
    font-size: .8125rem;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sub-footer-links > .row > .container > .row > a:last-of-type {
    position: relative;
    padding-right: 20px;
}

.sub-footer-links > .row > .container > .row > a:last-of-type:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 12px);
    background-color: #aaa;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/* TEMPLATE FEATURED-NEW */
.top-news-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 12px;
    position: relative;
}
.top-news-holder .news-item .h2 {
    line-height: 2.375rem;
    font-size: 1.9375rem;
}

.news-w-main .news-item h3.h3 {
    font-size: 1.5rem;
}

.top-news-holder .summary-holder {
    line-height: 1.9;
    font-size: 1rem;
}

.top-news-holder.option-1 h1.h2,
.top-news-holder.option-2 h1.h2 {
    margin-top: 0;
    /* font-size: 1.25rem;
    line-height: 1.5; */
    margin-bottom: 16px;
}

.top-news-holder.option-1 .option-2-holder .news-item .summary-holder,
.top-news-holder.option-2 .option-2-holder .news-item h1.h2 {
    margin-top: 0;
}

.option-2-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 24px; */
}

.option-3-holder .left-block .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.featured-right-side {
    width: 312px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 312px;
    position: relative;
    padding-right: 12px;
}

.featured-right-side .banner-item,
.featured-right-side .weather-widget-holder,
.featured-right-side .daily-widget-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
}

.featured-right-side .banner-item > ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.daily-widget-holder {
    position: relative;
    /* margin: 24px 0; */
}

.daily-widget-holder .daily-cover-image-holder {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 6px;
    -webkit-box-shadow: 0 3px 16px rgba(0,0,0, .1);
            box-shadow: 0 3px 16px rgba(0,0,0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
}

.daily-widget-holder .daily-cover-image-holder > .open-print.pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.daily-widget-holder .daily-cover-image-holder > .open-print.pointer img {
    margin: auto;
}

.daily-widget-holder .daily-title {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            display: none;
}
.daily-widget-holder .daily-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 5px 24px 8px 24px;
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 1.375rem;
    line-height: 1;
    vertical-align: middle;
    background-color: #2F9DD2;
    font-weight: bold;
}
.daily-widget-holder .daily-title span:first-child {
    margin-bottom: 4px;
}

.weather-widget-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.weather-widget-holder > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 3px;
}

.weather-widget-holder .weather-btn-img {
    height: 45px;
    width: auto;
    margin-top: auto;
}

.weather-text-holder {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.41;
    font-size: 15px;
    font-weight: 600;
}
.weather-widget-holder .popup-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.weather-text-holder .weather-btn-city {
    color: #afafaf;
}

.weather-widget-holder #weather-city-list {
    width: 100%;
}

.weather-widget-holder .popover {
    margin-left: 0;
}

.weather-widget-holder .vreme {
    margin: 56px 0 0 0;
    width: calc(100% - 12px);
}

.weather-widget-holder .vreme:after,
.weather-widget-holder .vreme:before {
    left: 23%;
}



.featured-right-side .weather-widget-holder {
    /* margin-top: 24px; */
    margin-bottom: 48px;
}

.option-2 .featured-right-side .weather-widget-holder.option-widget-margins {
    margin-top: 20px;
    margin-bottom: 20px;
}


.option-3 .featured-right-side .weather-widget-holder.option-widget-margins {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* TEMPLATE col-4-cards (POGLEDI) */
.glances-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.glances-card .news-item {
    -webkit-box-shadow: 0px 3px 12px rgb(24, 80, 107, .08);
            box-shadow: 0px 3px 12px rgb(24, 80, 107, .08);
    background-color: #ffffff;
    border-radius: 3px;
}

.glance-card-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.glance-card-image .img-responsive {
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.glance-card-text {
    padding: 18px 20px;
    border-radius: 0 0 3px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.glance-card-text .h3.h3 {
    /* text-indent: 2rem; */
    position: relative;
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    margin-bottom: 12px;
}

.glance-card-text .roboto-slab {
    font-size: 1.3125rem;
    line-height: 1.48;
    margin-top: 12px;
}

/* .glance-card-text h3.h3:before {
    content: '"';
    color: #2F9DD2;
    font-size: 4rem;
    text-indent: 0;
    position: absolute;
    left: -4px;
    top: 0;
    line-height: 1;
} */

.glance-card-text .author-comment-mix .comment-bubble-holder {
    margin-left: auto;
}


/* TEMPLATE col-1-full-left, col-1-full-right */
.col-1-full-box {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-1-full-box .news-item {
    margin-bottom: 0;
}

.col-1-full-box .news-item h3.h3 {
    margin: 0;
}

.col-1-full-box .roboto-slab {
    font-size: 1.75rem;
    line-height: 1.36;
}
.col-1-full-box .img-responsive {
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0, .16);
            box-shadow: 0px 3px 6px rgba(0,0,0, .16);
}

.col-1-full-box  .intro-text {
    padding-right: 3rem;
}

/* TEMPLATE col-3-left, col-3-right, col-2 */
.mix-block-main, 
.mix-block-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
}

.mix-block-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
}

.mix-block-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
}
.mix-block-main.equal {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.title-absolute .h3.h3 {
    margin-top: 0;
}


.mix-block-main .news-item .roboto-slab {
    font-size: 1.75rem;
    line-height: 1.36;
    margin-top: 12px;
    margin-bottom: 0;
}

.mix-block-main .news-item .comment-bubble-holder {
    margin-bottom: 1rem;
}

.mix-block-side .news-item {
    margin-bottom: 20px;
}

.mix-block-side .news-item .roboto-slab {
    font-size: 1.125rem;
    line-height: 1.36;
    margin-top: 12px;
}

/* TEMPLATE GALLERY & VIDEO */
.gallery-block-top,
.gallery-block-bottom,
.video-block-main,
.half-block {
    position: relative;
}

.gallery-block-top .title-absolute,
.gallery-block-bottom .title-absolute,
.video-block-main .title-absolute,
.half-block .title-absolute {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
    color: #ffffff;
}

.video-block-main .title-absolute i {
    color: #ffffff;
}

.gallery-block-top .title-absolute .roboto-slab,
.gallery-block-bottom .title-absolute .roboto-slab,
.video-block-main .title-absolute .roboto-slab,
.half-block .title-absolute .roboto-slab {
    margin: 0;
    color: #ffffff;
}

.gallery-block-top .title-absolute .roboto-slab,
.video-block-main .title-absolute .roboto-slab,
.half-block .title-absolute .roboto-slab {
    font-size: 1.625rem;
    line-height: 1.15;
}
.gallery-block-bottom .title-absolute .roboto-slab {
    font-size: 1.125rem;
    line-height: 1.38;
}

.gallery-block-top .title-absolute,
.gallery-block-bottom .title-absolute,
.video-block-main .title-absolute {
    width: 100%;
    padding: 0 20px;
    bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gallery-block-bottom .title-absolute h3 {
    margin-bottom: 0;
}

.half-block .title-absolute {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    bottom: 20px;
}

.half-block .title-absolute {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.half-block .title-absolute .comment-bubble-holder {
    color: #ffffff;
}

.half-block .title-absolute h3.h3 {
    margin-top: 16px;
}

.gallery-block-top .title-absolute h3.h3 {
    margin: 0;
}

.gallery-block-top .news-item .img-responsive,
.gallery-block-bottom .news-item .img-responsive {
    margin-bottom: 0;
}

/* TEMPLATE VIDEO */
.darkened .line-trough {
    color: #ffffff;
}

.darkened .archive-link {
    color: rgba(255,255,255, .8);
}

.video-block-list {
    max-height: 462px;
    overflow-y: auto;
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(70%,#333),to(transparent));
            mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(70%,#333),to(transparent));
}

.video-block-list .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-margin-after: 18px;
            margin-block-end: 18px;
}

.video-block-list .news-item .image-holder {
    width: 40%;
    position: relative;
    margin-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-block-main .title-absolute i {
    padding: 15px;
    border-radius: 3px;
    background-color: rgba(47, 157, 210, .8);
    font-size: 30px;
    margin-right: 24px;
}

.video-block-list .news-item .image-holder i {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 9px;
    border-radius: 3px;
    background-color: rgba(47, 157, 210, .8);
    font-size: .75rem;
    color: #ffffff;
}

.video-block-list .news-item .title-holder {
    width: calc(60% - 24px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.video-block-list .news-item .title-holder .h3 {
    margin-top: 0;
}

.video-block-list .news-item .title-holder a {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.375;
    margin: 0;
}

/* TEMPLATE 4-3-LIST */
.news-items-squared,
.news-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-items-squared {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
            flex: 0 0 72%;
    padding-right: 20px;
    max-width: 72%;
}

.news-items-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.news-items-list .news-item {
    border-bottom: 1px solid rgba(112, 112, 112, .2);
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.news-items-list .news-item .roboto-slab {
    margin-bottom: 12px;
}

.news-items-list .news-item:last-of-type {
    margin-bottom: 0;
    border: 0;
}

.news-items-list .news-item .roboto-slab {
    margin-top: 0;
    font-size: 1.1875rem;
    line-height: 1.42;
}

/* TEMPLATE 4-3-MIXED */
.col-title {
    margin-bottom: 30px;
}
.col-title .roboto-slab {
    font-size: 1.5rem;
    line-height: 1.08;
}


.top-block > .news-item > h3.h3 {
    min-height: 70px;
}

.list-block .news-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 18px;
}

.list-block .news-item .title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.list-block .news-item .title-holder .comment-bubble-holder {
    margin-left: 12px;
    margin-top: 6px;
}

.list-block .news-item:first-child > .title-holder {
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}

.mixed-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 24px 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 12px rgba(0,0,0, .12);
            box-shadow: 0px 3px 12px rgba(0,0,0, .12);
}

.mixed-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mixed-tabs-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #f5f5f5;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mixed-tabs-nav .tab-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color:#ffffff;
}

.mixed-tabs-nav li a {
    color: rgba(0, 0, 0, .3);
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 1.1875rem;
    font-family: 'Roboto Slab', serif;
}

.mixed-tabs-nav li a:hover {
    color: rgba(0, 0, 0, .5);
}

.mixed-tabs-nav .tab-active a {
    border-bottom-color: transparent;
    color: #000000;
    cursor: default;
}

.mixed-tabs-nav .tab-active a:hover {
    color: #000000;
}

.mixed-tabs-stage {
    padding: 12px 30px 12px 30px;
    position: relative;
}

.mixed-tabs-stage .news-items-list {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.mixed-tabs .news-item .roboto-slab {
    font-size: 1rem;
    line-height: 1.5;
}

/* Column breadcrumbs */
/* #main-content section.breadcrumbs-section {
    margin-bottom: 18px;
} */

/* Category pages title */
.column-title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.column-title-holder h1 {
    color: #111111;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    margin: 0;
}

.breadcrumbs-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: #A6A6A6;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #4d4d4d;
}

/* Editor layoutBlocks centered */
.w-100-mx-auto #layoutBlocks {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Template col-4 with banner */
.news-banner-block.col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ad-banner-block-300 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 12px;
    padding-right: 12px;
}
.ad-banner-block-300.fixed-banner-w {
    width: 324px;
}

.ad-banner-block-300 ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
}

/* Banner holders */
.banner-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px auto;
}

.banner-centered img {
    margin: 0 auto;
    border-radius: 3px;
}

#main-content section.banner-container {
    padding-top: 0;
}

.banner-wide-holder {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-wide-holder img {
    border-radius: 3px;
    width: 100%;
    height: auto;
    margin: 0;
}

.banner-item img {
    border-radius: 3px;
}

.featured-option-2-banner .banner-wide-holder {
    margin: 12px auto 24px auto;
}

/* OLD LAYOUT ADJUSTMENTS */

/* old comment bubble */
.box-label::after {
    top: 17px;
}

/* Article details */
.news-article-details #article-title {
    padding-right: 3rem;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
            flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.news-article-details #article-title .abovetitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    color: rgba(0,0,0, .4);
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    line-height: 2rem;
}

.news-article-details #article-title .abovetitle:empty {
    margin: 0;
}

.news-article-details #article-title .article-title-main {
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 2rem;
    margin-top: 0;
}

.news-article-details #article-title .bellowtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    line-height: 2rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 32px;
    margin-top: 0;
}

.news-article-details #article-title .article-content p {
    line-height: 1.8rem;
    font-size: 1rem;
    margin-bottom: 20px;
}

.news-article-details #article-title .article-content p:first-child:first-letter {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform:none;
    float:none;
    margin-right:initial;
}

.news-article-details #article-title .date-time {
    font-size: 1rem;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-family: 'Open Sans';
    padding-right: 3rem;
}

.news-article-details #article-title .date-time .author-name {
    display: block;
    margin-top: .5rem;
    border-top: 1px solid #bbbbbb;
    text-align: left;
    padding-top: .5rem;
    color: #2f9dd2;
}

.news-article-details #article-title .images-holder .slide {
    border-radius: 3px;
    overflow: hidden;
}

.news-article-details #article-title figure.image {
    margin: 0 0 1rem;
    overflow: hidden;
    border-radius: 3px;
}

.news-article-details #article-title figure.image img {
    padding: 0;
    max-width: 100%;
}

.news-article-details #article-title figure.image figcaption {
    margin: 0;
}

/*Article details full width anterfile */
.full-anterfile.mt1.mb1.bg-darken-1.p2.clearfix .content {
    line-height: 1.7;
    font-size: .8125rem;
}
/* Anterfile */
.redes-section .col-4.anterfile {
    line-height: 1.75;
}
.redes-section .col-4.anterfile > .h4.roboto-slab {
    line-height: 1.5;
}

/* Article details gallery */
.article-details-content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#article-title .slider.images-holder.overflow-hidden {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
            flex-direction: row!important;
    position: relative!important;
    width: 677px;
    height: 381px;
    margin-left: auto;
    margin-right: auto;
}

#article-title .slider.images-holder.overflow-hidden .slider .slide:first-child,
#article-title .slider.images-holder.overflow-hidden .slider.slick-initialized .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden!important;
}

#article-title .slick-slide img {
    margin-bottom: 0px;
    width: 100%!important;
    height: auto!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#article-title .slider.images-holder.overflow-hidden .slick-slider .slick-list,
#article-title .slider.images-holder.overflow-hidden.slick-slider .slick-track {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#article-title .slider .slide:first-child,
#article-title .slider.slick-initialized .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%!important;
}

#article-title .slider.images-holder.overflow-hidden .slider .slide:first-child,
#article-title .slider.images-holder.overflow-hidden  .slider.slick-initialized .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Article details sidebar */
.news-article-details .article-sidebar-container {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.news-article-details .ad-banner-block-300.article-sidebar-banner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.news-article-details .article-sidebar-container .ad-banner-block-300.article-sidebar-banner > .mb2.block.center.mt1 {
    margin: 0;
}

.news-article-details .sidebar-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Article social share */
.news-article-details h3.social-share-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 24px;
    margin-top: 0;
}
.news-article-details #article-title .addthis_sharing_toolbox {
    height: auto;
    margin-bottom: 3rem;
}

.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-facebook > span.at-icon-wrapper,
.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-twitter > span.at-icon-wrapper,
.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-email > span.at-icon-wrapper {
    height: 50px!important;
    line-height: 50px!important;
    width: 50px!important;
    margin: auto!important;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid gray;
    border-radius: 50%;
}

.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-facebook > span.at-icon-wrapper:before,
.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-twitter > span.at-icon-wrapper:before,
.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-email > span.at-icon-wrapper:before {
    display: none;
}

.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-facebook span.at-icon-wrapper .at-icon,
.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-twitter span.at-icon-wrapper .at-icon,
.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-email span.at-icon-wrapper .at-icon {
    height: 30px!important;
    width: 30px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-facebook span.at-icon-wrapper .at-icon {
    fill: #3C74BC!important;

}

.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-twitter span.at-icon-wrapper .at-icon {
    fill: #2F9DD2!important;
}
.news-article-details #article-title a.at-icon-wrapper.at-share-btn.at-svc-email span.at-icon-wrapper .at-icon {
    fill: #CE5858!important;
}

/* Article comments */
.captcha-img {
    height: 52px;
    line-height: 52px;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
    vertical-align: middle;
    border-radius: 3px;
    border: 2px solid rgba(0,0,0,.125);
}

.radius-rounded img {
    border-radius: 50%;
}

#comments {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 50px;
}
#comments > a.light-blue {
    font-weight: bold;
    font-size: 1.25rem;
    font-family: 'Open Sans', sans-serif;
}

#comments > a.light-blue:hover {
    text-decoration: none;
    opacity: .8;
}

#comments > a.light-blue i {
    font-size: 16px;
    font-weight: bold;
}

.comments-holder form > .sm-col.sm-col-6.px1.hide-animate input.field-light {
    border-radius: 3px;
    margin-bottom: 32px;
    border-width: 2px;
    height: 3.25rem;
}

.comments-holder textarea#main-comment-text {
    border-radius: 3px;
    margin-bottom: 6px;
    border-width: 2px;
}

.comments-holder form button.button.button-small.bg-light-blue.not-rounded.h6.mb1.arial.regular.hide-animate {
    font-size: 1.125rem;
    font-weight: bold;
    padding: .5rem 2rem;
    border-radius: 3px;
    height: 3.25rem;
    margin-bottom: 40px;
}

.comments-holder form button.button.button-small.bg-light-blue.not-rounded.h6.mb1.arial.regular.hide-animate i {
    font-size: 20px;
    margin-right: 20px;
}

.comments-holder .h6.light-gray.hide-animate {
    font-size: .875rem;
    line-height: 1.5rem;
}
.comments-holder .timeago {
    padding: 0;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    padding-left: 10px;
    white-space: nowrap;
}

.comments-holder div.py1.light-gray.h5 {
    font-size: 1rem;
    line-height: 1.9;
    color: #211d1e;
}

.comments-holder .h4.roboto-slab.bold.d-flex {
    font-size: 1.25rem;
    margin-bottom: 6px;
}

.comments-holder .comment-links,
.comments-holder .reply-recommended {
    text-align: right;
    margin-top: 12px;
}

.comments-holder .comment-links span,
.comments-holder .reply-recommended span {
    font-size: 1.125rem;
}

.comments-holder .comment-links span.light-blue.pointer,
.comments-holder .reply-recommended span.light-blue.pointer {
    margin-left: 10px;
}

.comments-holder .comment-item.mt3 {
    margin-bottom: 50px;
}

.comments-holder .comment-item.mt3 span.px1.silver.regular {
    color:#211d1e;
}

.comments-holder span#show-more-comments {
    color: #2494D6;
}

.comments-holder span.moreSubComments {
    display: block;
    margin: 0 0 0 auto;
}

.comments-holder div#main-comment-text_counter,
#comment-reply-form  div#reply-comment-text_counter {
    text-align: right;
    font-size: .875rem;
    margin-bottom: 20px;
}

/* Scroll to top */
.scrollTop {
    right: 40px;
    bottom: 60px;
}

#main-content section.redes-section.footer-section {
    width: calc(100% + 1px);
}

.twitter-tweet{
    width: 100% !important;  
 }

 /* Cookies modal */
#main-content section.cookies-popup {
    background-color: #F8FCFF;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -8px 10px rgba(0, 0, 0, .08);
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

section.cookies-popup.cookieSet {
    display: none!important;
}

.cookies-popup .cookies-popup-content {
    display: flex;
    flex-direction: column;
}

.cookies-popup .cookies-popup-content .cookies-popup-head {
    display: flex;
    justify-content: space-between;
}

.cookies-popup .cookies-popup-content .cookies-popup-head h4 {
    font-size: .875rem;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.cookies-popup .cookies-popup-content .cookies-popup-head .dismiss-cookies-popup {
    margin-left: 20px;
    /* display: flex; */
    display: none;
    padding: 0px 0px 12px 12px;
    background-color: transparent;
}

.cookies-popup .cookies-popup-content .cookies-popup-head .dismiss-cookies-popup:focus {
    outline: none;
}

.cookies-popup .cookies-popup-content .cookies-popup-head .dismiss-cookies-popup:hover {
    cursor: pointer;
    opacity: .7;
}

.cookies-popup .cookies-popup-content .cookies-popup-head .dismiss-cookies-popup img {
    width: 16px;
    height: auto;
}

.cookies-popup .cookies-popup-content .cookies-popup-body {
    display: flex,
}

.cookies-popup .cookies-popup-content .cookies-popup-body .modal-info {
    display: flex;
    font-size: .875rem;
    line-height: 1.375;
    margin-bottom: 12px;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .allow-button,
.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .expand-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 1;
    padding: 8px 6px;
    border-radius: 3px;
    background-color: transparent;
    font-weight: normal;
}
.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .allow-button:focus,
.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .expand-button:focus {
    outline: none;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .allow-button {
    background-color: #2F9DD2;
    margin-right: 6px;
    color: #ffffff;
}
.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .allow-button:hover {
    background-color: #1a8bcc;
    text-decoration: none;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .expand-button {
    color: #000000;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .expand-button span {
    display: flex;
    font-size: .875rem;
    line-height: 1.375;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .expand-button img {
    width: 12px;
    height: auto;
    display: flex;
    margin-bottom: 0;
    margin-left: 6px;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .actions-holder .expand-button.expanded img {
    transform: rotate(-180deg);
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs {
    background-color: transparent;
    box-shadow: none;
    margin-top: 12px;
    margin-bottom: 0;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-stage {
    padding: 0;
    margin-top: -1px;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-stage > div {
    border: 1px solid #707070;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 6px;
    background-color: #FFFFFF;
    max-height: 180px;
    overflow-y: auto;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs #info-tab p {
    font-size: .875rem;
    line-height: 1.25;
    color: #000000;
    margin-bottom: 16px;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs #info-tab p:last-child {
    margin-bottom: 0;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs #info-tab span a {
    color: #2F9DD2;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav li {
    flex-grow: initial;
    border: 1px solid #707070;
    padding: 4px 6px;
    background-color: #E8E8E8;
}
.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav li:hover {
    cursor: pointer;
}
.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav li:hover:not(.tab-active) a {
    text-decoration: underline;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: .875rem;
    color: #707070;
}
.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav .tab-active {
    background-color: #FFFFFF;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav .tab-active a {
    color: #000000;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav li:first-child:not(:only-child) {
    border-top-left-radius: 3px;
    border-right: 0;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-nav li:last-child:not(:only-child) {
    border-top-right-radius: 3px;
}

.cookies-popup .cookies-popup-content .cookies-popup-body .mixed-tabs .mixed-tabs-stage #cookies-table-tab {
    padding: 0;
}

.cookies-popup .cookies-info-table {
    font-size: .875rem;
    color: #000000;
}

.cookies-popup .cookies-info-table th,
.cookies-popup .cookies-info-table td {
    padding: 4px 6px;
    font-weight: normal;
}

.cookies-popup .cookies-info-table th {
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
    color: #FFFFFF;
    background-color: #484848;
    position: sticky;
    top: 0;
    z-index: 2;
}

.cookies-popup .cookies-info-table th:first-child {
    border-left: 0;
}

.cookies-popup .cookies-info-table tr td {
    border-left: 1px solid #707070;
    border-top: 1px solid #707070;
}

.cookies-popup .cookies-info-table tr:first-child td {
    border-top: 0;
}

.cookies-popup .cookies-info-table tr td:last-child {
    white-space: nowrap;
}

.cookies-popup .cookies-info-table tr td:first-child {
    border-left: 0;
}

.hidden-props {
    display: none !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.captcha-info-wrapper {
    color: #e1e1e1;
    font-size: .75rem;
    margin: 12px 0;
    text-align: center;
    border-radius: 3px;
}

.captcha-info-wrapper a {
    color: #b8b8b8;
}

/* RESPONSIVENESS */

/* Max width 1024 */
@media (max-width: 1024px) {
    .col-1-full-box > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% + 24px);
    }
    .col-1-full-box .img-responsive {
        margin-bottom: 20px;
    }
    .col-1-full-box .img-responsive-holder:after {
        height: calc(100% - 20px);
    }
    .column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news-items-squared {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-right: initial;
        max-width: 100%;
    }
    .news-items-list {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 12px;
    }
    header .top-bar .header-top-left {
        display: none;
    }
    .header-top-right.md-show {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        float: none;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .language-select-holder {
        vertical-align: middle;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    /* NAVIGATION */
    .top-navigation-container .nav-container {
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .container.top-navigation-container {
        width: 100%;
    }

    .top-navigation-container .nav-container.opened .main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-navigation-container .nav-container.closed .main-menu {
        z-index: 3;
        display: none;
    }

    .top-navigation-container .sub-category-menu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .top-navigation-container .sub-category-menu ul:empty {
        border: 0;
    }


    .header-top-right.md-show > a span {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sub-menu.none > div {
        border-top: 1px solid #f5f5f5;
    }

    .sub-menu.none a {
        border-bottom: 3px #fff solid!important;
    }

    .sub-menu.none a:hover {
        border-bottom: 3px #000 solid!important;
    }

    header .top-bar {
        height: 56px;
    }
    header .top-bar a {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-top-right.md-show {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        float: none;
        width: 100%;
    }
    .addthis_horizontal_follow_toolbox {
        display: none;
    }
    .main-menu ul li a.search-button {
        padding-left: 0;
    }
    .burger-container.is-sticky {
        width: 100%;
        margin: 0;
        left: 0;
    }
    .burger.button.bg-white.arial.regular.sel-none.h5.black {
        -webkit-box-shadow: none;
                box-shadow: none;
        width: 100%;
    }
    /* .redes-section.footer-section footer > div {
        padding: 0 12px;
    } */
    .news-items-list .news-item:last-of-type {
        margin-bottom: 12px;
    }
    .featured-right-side {
        max-width: 100%;
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding-right: 12px;
        padding-left: 12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px;
    }
    .featured-right-side .featured-banner-holder {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        justify-items: center;
        margin: 0;
    }
    .featured-right-side .featured-widgets-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 300px;
        max-width: 300px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /* height: 600px; */
    }
    .featured-option-2-banner .banner-wide-holder img {
        /* width: calc(100% - 24px);
        margin-left: 12px; */
        display: none;
    }

    .featured-right-side.option-3 {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .featured-right-side.option-3 .daily-widget-holder  {
        max-width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        margin-bottom: auto;
    }
    
    .featured-right-side.option-3 .daily-widget-holder .daily-cover-image-holder img {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .featured-right-side.option-3 .daily-widget-holder .daily-title {
        bottom: 0;
        text-align: right;
    }
    .featured-right-side.option-3 .daily-widget-holder .daily-title span {
        font-size: 1.75rem;
    }

    .top-news-holder.option-2,
    .top-news-holder.option-3 {
        padding-right: 12px;
    }

    .featured-right-side .weather-widget-holder {
        margin-top: 0;
    }

    .news-items-squared.column-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .option-3-holder .left-block .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .option-3-holder .left-block .news-item .h2 {
        margin-top: 1rem;
    }
    .featured-right-side .daily-widget-holder {
        margin-bottom: 0;
    }
    .daily-widget-holder .daily-cover-image-holder {
        max-width: 300px;
        width: 100%;
    }
    .cookies-popup .col-md-2.col-lg-1 img {
        margin-bottom: 20px;
        max-width: 160px;
    }
    .cookies-popup .cookies-popup-content .cookies-popup-head .dismiss-cookies-popup {
        position: absolute;
        top: -64px;
        right: 12px;
        z-index: 10;
    }
    .story-details-banners-row {
        max-height: 560px;
    }
    .story-details-banners-row > .row {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .story-details-banners-row .row ins > div {
        width: 100%;
        padding: 0;
        display: flex;
    }
    
    .story-details-banners-row .row > ins {
        display: flex;
        flex: 1;
    }
}
    
/* Max width 768 */
@media (max-width: 768px) {
    header .col-12.center.md-show {
        display: none!important;
    }
    .search-button {
        padding: 1rem 2rem;
    }
    .top-navigation-container .nav-container .main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .news-article-details #article-title {
        padding-right: 12px;
    }

    .news-article-details #article-title, .article-sidebar-container {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
    }

    .news-article-details .article-sidebar-container .ad-banner-block-300.article-sidebar-banner {
        width: 100%;
    }

    .news-article-details .article-sidebar-container .ad-banner-block-300.article-sidebar-banner > * {
        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;
    }
    .news-article-details .article-sidebar-container .ad-banner-block-300.article-sidebar-banner > .mb2.block.center.mt1 {
        margin-top: 20px;
    }
    .redes-section.footer-section footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
    }
    .redes-section.footer-section footer > div:last-child {
        margin-bottom: 0px;
    }

    .sub-footer-links > .row > .container > .row {
        padding-left: 12px;
        padding-right: 12px;
    }
    .redes-section.footer-section footer .flex-1 .roboto-slab.mb1 {
        margin-bottom: 12px;
    }
    .redes-section.footer-section footer .flex-1.logo-holder .bannerimg-holder {
        padding-right: 0;
        max-width: 300px;
        margin: 12px auto;
    }
    .redes-section.footer-section footer .flex-1.logo-holder .bannerimg-holder a {
        width: 100%;
    }
    .top-block > .news-item > h3.h3 {
        min-height: initial;
    }
    .list-block .news-item {
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 12px;
    }
    /* .featured-right-side .banner-item {
        margin-bottom: 20px;
    } */
    .col-1-full-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .col-1-full-box .intro-text {
        padding-right: 0;
    }
    .news-banner-block.col {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .ad-banner-block-300 {
        width: 100%;
    }
    .ad-banner-block-300.fixed-banner-w {
        width: auto;
        margin: 0 auto;
    }
    .mix-block-main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .mix-block-side {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    #main-content section.redes-section.footer-section {
        margin-left: 0;
        margin-right: 0;
    }
    .news-article-details .article-sidebar-container {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .top-news-holder.option-3 {
        padding-right: 12px;
    }
    .scrollTop {
        right: 20px;
        bottom: 40px;
    }
    .top-navigation-container .nav-container .sub-menu > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .featured-right-side .featured-banner-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .flex-md-column {	
        -webkit-box-orient: vertical;	
        -webkit-box-direction: normal;	
            -ms-flex-direction: column;	
                flex-direction: column;	
        }	
    .flex-md-row {	
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .column-data .news-item.h-100 > div a {
        width: 100%;
    }
}
@media screen and (max-width: 480px) and (min-width: 375px) {
    
    .featured-right-side .featured-banner-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

@media (max-width: 767px) {
    .news-items-squared.column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .column-data .news-item {
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 12px;
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .column-data .col-8 .h3 {
        font-size: 1rem;
        line-height: 1.25;
    }
    .column-data:first-child .col-8 .h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .column-data:last-child .news-item:last-child {
        border: 0;
    }
    .column-data:first-child .col-4,
    .column-data:first-child .col-8 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-data:first-child .col-4 > a {
        width: 100%;
        height: auto;
    }
    .column-data .news-item.h-100 {
        height: 100%;
        flex-direction: row;
    }
    .column-data:first-child .news-item.h-100 {
        flex-direction: column;
        height: 100%;
    }
    #article-title .slider.images-holder.overflow-hidden {
        width: 320px;
        height: 180px;
    }
    .featured-right-side.option-3 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .category-title-mix .archive-link {
        display: none;
    }
    .redes-section.footer-section footer > div {
        margin-bottom: 24px;
        padding: 0;
    }
    .breadcrumbs-holder {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 20px;
    }
    .top-news-holder {
        padding-right: 12px;
    }
    .option-2-holder {
        margin-bottom: 24px;
    }
    .redes-section .col-4.anterfile {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .gallery-block-top .title-absolute .roboto-slab,
    .video-block-main .title-absolute .roboto-slab,
    .half-block .title-absolute .roboto-slab {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .gallery-block-bottom .title-absolute .roboto-slab {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .half-block .title-absolute {
        padding: 0 12px;
        bottom: 10px;
    }
    .mixed-tabs-stage {
        padding: 12px 6px;
    }
}

@media (min-width: 768px) {
    #article-title .slider.images-holder.overflow-hidden {
        width: 696px;
        height: 392px;
    }
}
@media (min-width: 992px) {
    #article-title .slider.images-holder.overflow-hidden {
        width: 444px;
        height: 250px;
    }
    .option-3-holder .left-block .news-item img {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    #article-title .slider.images-holder.overflow-hidden {
        width: 579px;
        height: 326px;
    }
}
@media (min-width: 1440px) {
    #article-title .slider.images-holder.overflow-hidden {
        width: 677px;
        height: 381px;
    }
}