

/* ====== Reset css START 16===== */
html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed,
figure, figcaption, footer, header, hgroup,
menu, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.no-border {
    border: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
    display: inline-table;
}

.category-links-wrap .col-lg-1 {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.footer-row {
    display: table;
    text-align: center;
    width: 100%;
}

.clearfix {
    border-bottom: 5px solid #00BBE7;
}

.clearfix:after, .clearfix:before {
    display: table;
    clear: both;
    content: " ";
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hide-if-empty:empty,
.hide-if-empty > div:empty {
    display: none !important;
}

*:focus {
    outline: none;
}

input {
    background-color: transparent;
    border: 0px solid;
    color: #252525;
    outline: 0px solid transparent;
}

input[type="button"] {
    outline: none;
    border: none;
}

input[type="button"]::-moz-focus-inner {
    border: 0;
}

input[type="search"] {
    outline: none;
}

textarea {
    outline: 0px solid transparent;
}

textarea:focus {
    outline: none;
    background-color: transparent;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Use this for a long link ot text */
.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all;
}

/* ====== Reset css END ===== */

/* ====== fonts START ====== */

/* ====== fonts END ====== */

body {
    font-size: 18px;
    font-family: 'pt_sansregular';
    color: #4f4f4f;
    background-color: #ffffff;
}

.article-body {
    font-size: 19px;
}

/* overwrite style of bootstrap for links */
a {
    color: #0d329a;
}

a:hover, a:focus {
    color: #0d329a;
}

a:hover, a:focus {
    text-decoration: none
}

a:hover, a:active, a:focus {
    outline: 0;
}

h1 {
    margin: 0;
    font-family: 'roboto_condensedregular';
    color: #252525;
}

ul {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

picture img {
    vertical-align: middle;
}

/* ====== Custom gutter sizes START ===== */
/* use on container of columns - changes the gutter size */

/* == 0px gutter == */
/* use on container of columns - changes the gutter size */
.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0 > [class^="col-"],
.gutter-0 > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* ====== Custom gutter sizes END ===== */

/* ====== Header and footer clear of elements START ====== */
header, footer {
    clear: both;
    /* float: left; */
    width: 100%;
}

header:before, header:after, footer:before, footer:after {
    clear: both;
    content: " ";
}

/* ====== Header and footer clear of elements END ====== */

/* ====== Page container styles START ====== */
.page {
    position: relative;
    border-top: 5px solid #f2f2f2;
    width: 100%;
    float: left;
    background-color: #ffffff;
}

.page ul, .page ol {
    list-style: outside none none;
}

.page:before, .page:after {
    clear: both;
    content: " ";
}

.page, .page .container {
    background: #FFF;
}

.page.page-news-menu-on {
    border-top: none;
}

.page.page-elections-home {
    background-image: url('/Wallpaper-Nova-Section-2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #ffffff;
}

@media (min-width: 1024px) {
    .page-elections-home .container {
        margin-top: 18%;
        min-height: 600px;
    }
}

@media (min-width: 768px) {
    .page-elections-home .container {
        margin-top: 19%;
        min-height: 600px;
    }
}

@media (min-width: 320px) {
    .page-elections-home .container {
        margin-top: 20%;
        min-height: 600px;
    }
}

.list-separator {
    display: block;
    width: 100%;
    clear: both;
}

/* ====== Page container styles END ====== */

/* ======= Icons set start ====== */
/* for icon element add class .icon-iconname */
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    background-image: url('/icons_set.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    *display: block;
}

.icon-clock-white {
    background-position: -40px -5px;
    width: 30px;
    height: 30px;
}

/* ====== Line decoration elements START ====== */
.line-decoration {
    position: relative;
    padding-top: 0px;
}

.line-decoration:before {
    display: block;
    content: "";
    position: absolute;
    left: 29px;
    top: 0px;
    max-height: 75px;
    min-height: 75px;
    height: 100%;
    width: 1px;
    background: #d5d5d5;
    -ms-transform: rotate(28deg);
    -webkit-transform: rotate(28deg);
    transform: rotate(28deg);
}

@media (min-width: 320px) {
    .line-decoration {
        margin-left: 0px;
    }

    .line-decoration:before {
        display: none;
        left: 0px;
        top: 0px;
    }
}

@media (min-width: 1200px) {
    .line-decoration {
        margin-left: 50px;
    }

    .line-decoration:before {
        display: block;
        left: -22px;
        top: -3px;
    }
}

/* ====== Line decoration elements END ====== */

/* ====== Typography START ====== */
.container .title-wrap h1 {
    font-family: 'roboto_condensedregular';
    font-size: 40px;
    line-height: 44px;
    font-weight: normal;
    text-transform: none;
    color: #242424;
}

.title-wrap-roboto h1, .title-wrap-roboto .h1,
.title-wrap-roboto h2, .title-wrap-roboto .h2,
.title-wrap-roboto h3, .title-wrap-roboto .h3 {
    font-family: 'roboto_condensedregular';
    font-weight: normal;
    text-transform: none;
    color: #242424;
}

@media (max-width: 1024px) {
    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 28px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h5, .h5 {
        font-size: 19px;
    }
}

@media (min-width: 320px) {
    .text-wrap-line {
        line-height: 1.6em;
    }
}

@media (min-width: 992px) {
    .text-wrap-line {
        line-height: 1.8em;
    }
}

ul.list-type-01 {
    margin-bottom: 12.5px;
}

ul.list-type-01 li:before {
    content: "-";
    padding-right: 8px;
}

/* ====== Typography END ====== */

/* ====== Breadcrumb START ===== */
.page-breadcrumb {
    clear: both;
    display: block;
}

.page-breadcrumb:after, .page-breadcrumb:before {
    display: table;
    clear: both;
    content: " ";
}

.page-breadcrumb {
    font-family: 'roboto_condensedregular';
    text-transform: uppercase;
}

.page-breadcrumb a {
    text-transform: uppercase;
    float: left;
    color: #0d329a;
}

.page-breadcrumb a:hover {
    color: #556eb8;
}

.page-breadcrumb span {
    float: left;
    display: block;
}

ul.breadcrumb-links-wrapper {
    list-style: none;
    float: left;
}

ul.breadcrumb-links-wrapper li {
    float: left;
}

.page-breadcrumb-info-element {
    float: left;
    display: block;
}

.page-breadcrumb-info-element a {
    margin-right: 14px;
    line-height: 30px;
    float: left;
    display: block;
}

@media (min-width: 320px) {
    .page-breadcrumb {
        margin: 10px 0px 10px 0px;
        line-height: 38px;
    }

    .page-breadcrumb {
        font-size: 18px;
    }

    .page-breadcrumb ul.breadcrumb-links-wrapper li {
        margin-right: 28px;
        line-height: 38px;
    }

    .page-breadcrumb ul.breadcrumb-links-wrapper li:last-child {
        margin-right: 0px;
    }

    .page-breadcrumb ul.breadcrumb-links-wrapper li a {
        font-size: 18px;
    }

    .page-bradcrumb-details {
        float: left;
        clear: left;
        display: none;
    }
}

@media (min-width: 480px) {
    .page-breadcrumb ul.breadcrumb-links-wrapper li:last-child {
        margin-right: 32px
    }

    .page-bradcrumb-details {
        float: left;
        clear: left;
        display: block;
    }

    .page-breadcrumb-info-element {
        height: 38px;
    }

    .page-breadcrumb-info-element a {
        padding: 4px 0px;
    }
}

@media (min-width: 992px) {
    .page-breadcrumb {
        margin: 30px 0px 30px 0px;
        line-height: 48px;
    }

    .page-breadcrumb {
        font-size: 20px;
    }

    .page-breadcrumb ul.breadcrumb-links-wrapper li {
        margin-right: 32px;
        line-height: 48px;
    }

    .page-breadcrumb ul.breadcrumb-links-wrapper li a {
        font-size: 20px;
    }

    .page-bradcrumb-details {
        float: left;
        clear: none;
    }

    .page-breadcrumb-info-element {
        height: 48px;
    }

    .page-breadcrumb-info-element a {
        padding: 8px 0px;
    }
}

/* ====== Breadcrumb END ===== */

/* ====== Section titles and titles with arrow START ====== */
.section-title, .section-title-line {
    font-family: 'pt_sans_narrowbold';
    text-transform: uppercase;
}

.section-title,
.section-title-line {
    color: #252525;
}

.homepage .section-title,
.homepage .section-title-line {
    color: #47b9e1;
}

a .section-title,
a .section-title-line {
    color: #47b9e1;
}

a:hover .section-title,
a:hover .section-title-line {
    color: #66d1ec;
}

a:hover .section-title.orange-txt,
a:hover .section-title-line.orange-txt {
    color: #f8c46a;
}

a:hover .section-title.pink-txt,
a:hover .section-title-line.pink-txt {
    color: #d962a1;
}

a:hover .section-title.light-blue-txt,
a:hover .section-title-line.light-blue-txt {
    color: #66d1ec;
}

a:hover .section-title.dark-blue-txt,
a:hover .section-title-line.dark-blue-txt {
    color: #556eb8;
}

a:hover .section-title.green-txt,
a:hover .section-title-line.green-txt {
    color: #66cbc4;
}

.homepage .section-title-line .box-icon:before {
    content: "";
    background: url("/izbori-box.svg") no-repeat;
    width: 37px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
}

.title-arrow {
    -webkit-transform: rotateY(58deg);
    font-weight: 100;
    display: inline-block;
    font-family: "pt_sansregular";
}

.section-title-line {
    border-bottom: 5px solid #f2f2f2;
}

.section-title.regular-txt {
    color: #252525;
}

.section-title-line.regular-txt {
    color: #252525;
}

.search-txt {
    color: #242424;
    text-transform: none;
    font-family: 'roboto_condensedregular';
}

@media (min-width: 320px) {
    .section-title {
        font-size: 32px;
        line-height: 32px;
        margin: 20px 0 15px 0;
    }

    .section-title-line {
        font-size: 32px;
        line-height: 32px;
        margin: 20px 0 0 0;
        padding: 0 0 10px 0;
    }
}

@media (min-width: 768px) {
    .section-title {
        font-size: 40px;
        line-height: 40px;
        margin: 32px 0 20px 0;
    }

    .section-title-line {
        font-size: 40px;
        line-height: 40px;
        margin: 32px 0 0 0;
        padding: 0 0 15px 0;
    }
}

/* ====== Section titles and titles with arrow END ====== */

/* ====== Media queries regarding layout START ====== */
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .gutter-sm-left-0 > [class^="col-"],
    .gutter-sm-left-0 > [class^=" col-"] {
        padding-right: 16px;
        padding-left: 0px;
    }
}

/* Medium Devices, Desktops */
@media (min-width: 320px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .col-xs-1, .col-sm-1, .col-xs-2, .col-sm-2, .col-xs-3, .col-sm-3, .col-xs-4, .col-sm-4, .col-xs-5, .col-sm-5, .col-xs-6, .col-sm-6, .col-xs-7, .col-sm-7, .col-xs-8, .col-sm-8, .col-xs-9, .col-sm-9, .col-xs-10, .col-sm-10, .col-xs-11, .col-sm-11, .col-xs-12, .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 1150px) {
    .container {
        padding-left: 23px;
        padding-right: 23px;
    }

    .row {
        margin-left: -23px;
        margin-right: -23px;
    }

    .col-xs-1, .col-sm-1, .col-xs-2, .col-sm-2, .col-xs-3, .col-sm-3, .col-xs-4, .col-sm-4, .col-xs-5, .col-sm-5, .col-xs-6, .col-sm-6, .col-xs-7, .col-sm-7, .col-xs-8, .col-sm-8, .col-xs-9, .col-sm-9, .col-xs-10, .col-sm-10, .col-xs-11, .col-sm-11, .col-xs-12, .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media (min-width: 1024px) {
    .gutter-md-0.row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .gutter-md-0 > [class^="col-"],
    .gutter-md-0 > [class^=" col-"] {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* ==== defines custom container width cases ==== */
@media (min-width: 1250px) {
    .container {
        width: 1230px;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 1332px;
    }
}

/* column layout elements */

.right-col-patt-2 section {
    clear: both;
}

.left-col-patt-2 section {
    clear: both;
}

.top-row-patt-5 section {
    clear: both;
}

.left-col-patt-5 section {
    clear: both;
}

.aside-wrap {
    min-width: 270px;
    width: 100%;
    float: left;
    clear: both;
}

@media (min-width: 320px) {
    .top-row-patt-2 {
        margin-top: 20px;
    }

    .left-col-patt-2 {
        margin-top: 20px;
    }

    .right-col-patt-2 {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .page-schedule .content-head-left {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .top-row-patt-3 {
        margin-top: 20px;
    }

    .left-col-patt-3 {
        margin-top: 0px;
    }

    .right-col-patt-3 {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .top-row-patt-4 {
        margin-top: 0px;
    }

    .bottom-row-patt-4 {
        margin-bottom: 20px;
    }

    .left-col-patt-4 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .right-col-patt-4 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .top-row-patt-5 {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .left-col-patt-5 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .right-col-patt-5 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    /* used for news homepage */
    .left-col-patt-6 {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .right-col-patt-6 {
        margin-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .top-row-patt-2 {
        margin-top: 32px;
    }

    .left-col-patt-2 {
        margin-top: 32px;
        padding-bottom: 32px;
    }

    .right-col-patt-2 {
        margin-top: 32px;
        padding-bottom: 32px;
    }

    .page-schedule .content-head-left {
        margin-top: 0px;
        margin-bottom: 32px;
    }

    .top-row-patt-3 {
        margin-top: 0px;
    }

    .left-col-patt-3 {
        margin-top: 0px;
        padding-bottom: 32px;
    }

    .right-col-patt-3 {
        margin-top: 0px;
        padding-bottom: 32px;
    }

    .top-row-patt-4 {
        margin-top: 0px;
    }

    .bottom-row-patt-4 {
        margin-bottom: 32px;
    }

    .left-col-patt-4 {
        margin-top: 0px;
        padding-bottom: 32px;
    }

    .right-col-patt-4 {
        margin-top: 0px;
        padding-bottom: 32px;
    }

    .top-row-patt-5 {
        margin-top: 32px;
        padding-bottom: 32px;
    }

    .left-col-patt-5 {
        margin-top: 32px;
        padding-bottom: 32px;
    }

    .right-col-patt-5 {
        margin-top: 32px;
        padding-bottom: 32px;
    }

    /* used for news homepage */
    .left-col-patt-6 {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .right-col-patt-6 {
        margin-top: 50px;
        padding-bottom: 50px;
    }
}

.page-mynews .top-row-patt-2 .title-wrap-roboto {
    width: 100%;
}

/* ====== Media queries regarding layout END ====== */

/* ====== Header styles START ====== */

/*Nova live box on the top right of the header*/
.live-box-wrapper {
    position: absolute;
    right: 0px;
    top: -24px;
    width: 280px;
    overflow: hidden;
    height: auto;
    max-height: 111px;
}

.live-box {
    position: relative;
    float: right;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.live-box .reverse-pill-wrapper {
    position: absolute;
    top: -26px;
    right: 0px;
}

.live-box .reverse-pill-shape {
    position: relative;
    background: #ededed;
    width: 45px;
    height: 45px;;
    -webkit-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    transform: rotate(23deg);
}

.live-box .reverse-pill-shape:after {
    position: absolute;
    bottom: -27px;
    right: 0px;
    background: #ededed;
    width: 45px;
    height: 45px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.live-box .reverse-pill-shape .small-triangle-icon {
    position: absolute;
    bottom: -15px;
    left: 5px;
    border-top-color: #0aaddc;
}

.live-box a.live-box-title-wrapper {
    float: right;
    display: block;
    width: 190px;
    margin: 24px 64px 0 0;
    color: #252525;
    line-height: 1em;
}

.live-box a.live-box-title-wrapper .live-title {
    clear: both;
    display: block;
    float: right;
    font-family: "pt_sansbold";
    font-size: 13px;
    line-height: 13px;
    padding: 0 0 5px 0;
    color: #0aaddc;
    text-transform: uppercase;
}

.live-box a.live-box-title-wrapper .live-info {
    clear: both;
    display: block;
    float: right;
    padding: 0;
    text-align: right;
    max-height: 36px;
    overflow: hidden;
}

.live-box a.live-box-title-wrapper .live-info:hover {
    color: #00b3df;
}

.live-box .live-title.HD-new {
    position: relative;
    display: inline-block;
}

/* .live-box .live-title.HD-new:after { content: ' '; position: absolute; top: -6px; margin-left: 4px; display: inline-block; width: 21px; height: 21px; background: url('../images/icon-HD.png') no-repeat 0 0; background-size: 21px 21px; } */

@media (min-width: 320px) {
    .live-box-wrapper {
        display: none;
    }
}

@media (min-width: 1250px) {
    .live-box-wrapper {
        display: block;
    }
}

/* ====== Header styles END ====== */

/* Comments wrapper styles START */
.comments-wrap {
    z-index: 1;
}

.write-a-comment-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comments-list-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.do-comment-subm-btn-wrapper .btn-default.btn-blue {
    color: #0d329a;
}

.do-comment-subm-btn-wrapper .btn-default.btn-blue:hover,
.do-comment-subm-btn-wrapper .btn-default.btn-blue:focus,
.do-comment-subm-btn-wrapper .btn-default.btn-blue:active {
    border: 2px solid #0d329a;
    background-color: #fff;
    color: #0d329a;
}

@media (min-width: 320px) {
    .comments-wrap {
        margin: 0;
        padding: 18px 0 18px 0;
        border: 5px solid #f2f2f2;
        border-style: none none none none;
    }

    .page-live .comments-wrap {
        padding: 10px 0 18px 0;
    }

    .comments-wrap .do-comment-subm-btn-wrapper,
    .comments-wrap .comments-btn-wrapper {
        text-align: center;
        float: none;
        width: 100%;
    }
}

@media (min-width: 640px) {
    .homepage .section-title-line .box-icon:before {
        margin-right: 16px;
    }

    .comments-wrap .do-comment-subm-btn-wrapper {
        text-align: left;
        margin: 0px;
        float: left;
        width: 50%;
    }

    .comments-wrap .comments-btn-wrapper {
        text-align: right;
        margin: 0px;
        float: right;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .comments-wrap {
        margin: 0 0 30px 0;
        padding: 24px 0 24px;
        border: 5px solid #f2f2f2;
        border-style: solid none solid none;
    }
}

/* Comments wrapper styles END  */

/* Pagination START */
.pagination-primary {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
}

.pagination-primary ul.pagination-list {
    display: table;
    padding: 25px 0;
    margin: 0 auto;
}

.pagination-primary ul.pagination-list li a {
    color: #252525;
    font-weight: bold;
}

ul.pagination-list > li {
    display: inline;
}

ul.pagination-list > li > a,
ul.pagination-list > li > a:hover,
ul.pagination-list > li > span:hover,
ul.pagination-list > li > a:focus,
ul.pagination-list > li > span:focus {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

ul.pagination-list > li > a,
ul.pagination-list > li > span {
    position: relative;
    float: left;
    padding: 6px 13px;
    line-height: 1.4em;
    text-decoration: none;
    color: #252525;
    margin-left: 2px;
}

ul.pagination-list > li:first-child > a,
ul.pagination-list > li:first-child > span {
    margin-left: 0;
}

ul.pagination-list > li > a:hover,
ul.pagination-list > li > span:hover,
ul.pagination-list > li > a:focus,
ul.pagination-list > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0d329a;
}

ul.pagination-list > .active > a,
ul.pagination-list > .active > span,
ul.pagination-list > .active > a:hover,
ul.pagination-list > .active > span:hover,
ul.pagination-list > .active > a:focus,
ul.pagination-list > .active > span:focus {
    z-index: 3;
    color: #252525;
    background-color: #f2f2f2;
    cursor: default;
}

/* Pagination END */

/* ====== Banner blocks styles START ====== */
.adv-box-top-aside,
.adv-box-mobile {
    /*    background:#f0f0f0;*/
    height: auto;
    float: left;
    width: 100%;
    clear: both;
}

.adv-box-mobile {
    text-align: center;
    /*    background:#f0f0f0;*/
    height: auto;
    float: left;
    clear: both;
    width: 100%;
}

.adv-top-aside > div {
    text-align: center;
}

.adv-box-top-aside > iframe {
    clear: both;
}

.adv-box-page-top {
    position: relative;
    /*    background:#f0f0f0;*/
    height: auto;
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
}

.adv-box-mobile > iframe {
    margin: 0;
    clear: both;
}

.adv-box-mobile > div {
    margin: 20px auto 15px auto;
    clear: both;
}

.adv-box-mobile.adv-top > div {
    margin: 20px auto 9px auto;
    clear: both;
}

.adv-box-mobile > div > iframe > a {
    height: auto;
    display: block;
    float: left;
}

.adv-box-page-top:before, .adv-box-page-top:after {
    clear: both;
    content: " ";
}

.adv-box-page-top > div {
    text-align: center;
    height: auto;
}

@media (min-width: 320px) {
    .row-custom-adv-right-col {
        margin-left: -16px;
        margin-right: -16px;
    }

    .row-custom-adv-right-col-bottom {
        margin-left: -16px;
        margin-right: -16px;
        margin-top: 30px;
    }

    .adv-box-top-aside {
        padding: 37px 0px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .row-custom-adv-right-col {
        margin-left: 0px;
        margin-right: 0px;
    }

    .row-custom-adv-right-col-bottom {
        margin-left: 0px;
        margin-right: -0px;
        margin-top: 30px;
    }

    .adv-box-top-aside {
        padding: 0px 0px;
    }

    .adv-box-top-aside .first-right-element {
        position: relative;
    }

    .adv-box-top-aside .first-right-element > a, .adv-box-top-aside #sas_6062 > iframe {
        display: block;
        padding-bottom: 40px;
    }

    .adv-box-top-aside .first-right-element > a::after, .adv-box-top-aside #sas_6062 > iframe::after {
        content: " ";
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
    }
}

@media (min-width: 1024px) {
    .row-custom-adv-right-col {
        margin-left: 0px;
        margin-right: 0px;
    }

    .row-custom-adv-right-col-bottom {
        margin-left: 0px;
        margin-right: 0px;
    }

    .adv-box-top-aside {
        padding: 0px 0px;
    }
}

.adv-intersticial-mobile-wrapper {
    z-index: 1000;
    padding: 20px 0 0 0;
}

.page-article .adv-intersticial-mobile-wrapper {
    z-index: 1000;
    padding: 20px 0 20px 0;
}

/* ====== Banner blocks styles END ====== */

/* ====== Cookies agree element START ====== */

.cookie-agree-wrapper {
    z-index: 10001;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background: #dddcdc;
}

.cookie-terms-info {
    text-align: left;
}

.cookie-terms-info p {
    color: #2c2c2c;
    margin: 0;
    float: left;
}

.btn-default.cookie-agree-btn {
    display: block;
    cursor: pointer;
    height: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}

.cookie-agree-btn {
    color: #fff;
    background-color: #47b9e1;
    border: 2px solid #47b9e1;
}

.cookie-agree-btn:hover, .cookie-agree-btn:focus, .cookie-agree-btn:active {
    border: 2px solid #66d1ec;
    background-color: #66d1ec;
    color: #fff;
}

.cookie-agree-wrapper .col-xs-12 {
    text-align: center;
}

@media (min-width: 320px) {
    .cookie-terms-info p {
        font-size: 16px;
        padding: 10px 0 0 0;
    }

    .btn-default.cookie-agree-btn {
        padding: 6px 10px 0 10px;
        font-size: 16px;
        margin: 8px auto 10px auto;
        float: none;
        width: 150px;
    }
}

@media (min-width: 480px) {
    .cookie-terms-info p {
        font-size: 17px;
        padding: 10px 0 0 0;
    }

    .btn-default.cookie-agree-btn {
        padding: 5px 10px 0 10px;
        font-size: 18px;
        margin: 8px auto 10px auto;
    }
}

@media (min-width: 768px) {
    .cookie-terms-info p {
        font-size: 18px;
        padding: 15px 0;
    }

    .btn-default.cookie-agree-btn {
        padding: 4px 20px 0 20px;
        font-size: 20px;
        margin: 14px auto 0 auto;
        float: right;
        width: 180px;
    }
}

@media (min-width: 992px) {
    .btn-default.cookie-agree-btn {
        margin: 8px auto;
    }
}

/* ====== Cookies agree element END ====== */

/* ====== common styles START ====== */

/* ====== Menu Nova Header START ====== */
header .container {
    position: relative;
    clear: both;
}

header .navbar {
    border: none;
}

header .navbar-header {
    float: left;
    min-height: 52px;
    padding-right: 10px;
}

header .navbar {
    min-height: 52px;
}

header .navbar-nav > li > a {
    padding-top: 13.5px;
}

header .navbar-nav.nav-responsive > li > a {
    color: #252525;
    font-family: "Roboto Condensed", sans-serif;
}

/* Nova Slide Menu START */
header .main-menu {
    display: none;
    position: fixed !important;
    height: 100vh;
    min-height: 100% !important;
    max-height: calc(100vh - 210px);
    z-index: 1000;
    background-color: #0aaddc;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5);
    width: 320px;
}

header .main-menu a {
    color: #FFF;
    text-decoration: none;
}

/* Header nova main menu - fly */
header .main-menu .fly-menu {
    padding: 10px;
}

header .main-menu .fly-menu .close-btn {
    float: right;
}

header .main-menu .fly-menu .close-btn a {
    color: #FFF;
    font-size: 24px;
}

header .main-menu .fly-menu ul {
    width: 100%;
    float: left;
    padding-left: 20px;
}

header .main-menu .fly-menu ul li {
    text-transform: uppercase;
    list-style: none;
    line-height: 40px;
    clear: both;
    float: left;
}

header .main-menu .fly-menu ul li a {
    text-decoration: none;
}

header .main-menu .fly-menu .fly-search {
    padding: 50px 0 20px 20px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    min-height: 120%;
    background-color: #000;
    z-index: 996;
}

/*  Nova Slide Menu END */

/* Nova Header Search Menu START*/
header #search input[type=search] {
    /* background: url(/search-icon_new.svg) no-repeat 0px 8px; */
    border: none;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    text-indent: -120px;
}

header #search input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #6dcff6;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

header #search input[type=search] {
    width: 15px;
    color: transparent;
    cursor: pointer;
}

header #search input[type=search]:focus {
    width: 270px;
    padding-right: 32px;
    color: #000;
    background-color: #dbd8d8;
    background-position: 280px;
    cursor: auto;
    text-indent: initial;
}

header #search input:-moz-placeholder {
    color: #767676;
}

header #search input::-webkit-input-placeholder {
    color: #767676;
}

/* Nova Header Search Menu END*/

/* Nova Burger Menu START */
.navbar .menuburger a {
    display: block;
    width: 26px;
    height: 21px;
    backface-visibility: hidden;
}

.navbar .menuburger {
    float: left;
    position: relative;
    margin: 0 auto;
}

.navbar .menuburger a svg {
    stroke: #252525;
}

.navbar .menuburger a:hover svg {
    stroke: #00b3df;
}

.navbar .burger-icon {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 6px;
    background: #252525;
}

.navbar .burger-icon:first-child {
    margin-top: 0;
}

.navbar .search-form {
    display: block;
    margin-top: 10px;
    margin-left: 15px;
}

/* Nova Burger Menu END */

@media (min-width: 280px) {
    .navbar .menuburger {
        padding: 16px 18px 0px 0;
    }

    header .navbar {
        border: none;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .navbar .search-form {
        display: none;
    }

    .navbar .nav-responsive {
        display: block;
        float: left;
        margin: 0;
    }

    .fly-responsive {
        display: block;
    }

    .fly-responsive .mobile-hidden {
        display: none;
    }

    .main-menu {
        overflow-y: auto;
        min-height: 100%;
    }

    header .navbar-nav.nav-responsive > li {
        float: left;
    }

    header .navbar-nav.nav-responsive > li > a {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }

    header .navbar-nav.nav-responsive > li:last-child > a {
        padding-right: 0px;
    }

    header .navbar-nav.nav-responsive > li.mobile-hidden {
        display: none;
    }

    header .navbar-nav .HD-new {
        position: relative;
    }

    /* header .navbar-nav .HD-new a:after { content: ' '; position: absolute; right: -3px; bottom: 5px; display: inline-block; width: 15px; height: 15px; background: url('../images/hd-icon-small.png') no-repeat 0 0; background-size: 15px 15px; } */
}

@media (min-width: 480px) {
    .fly-responsive {
        display: none;
    }

    .navbar .menuburger {
        padding: 16px 14px 0px 0px;
    }

    .navbar .nav-responsive {
        display: block;
        float: left;
        margin: 0;
    }

    .fly-responsive .mobile-hidden {
        display: block;
    }

    .main-menu {
        overflow-y: auto;
        min-height: 0px;
    }

    header .navbar-nav.nav-responsive > li {
        float: left;
    }

    header .navbar-nav.nav-responsive > li.mobile-hidden {
        display: block
    }

}

@media (min-width: 640px) {
    .navbar .menuburger {
        padding: 16px 30px 0px 0px;
    }

    header .navbar-nav.nav-responsive > li > a {
        font-size: 20px;
    }

    header .navbar-nav.nav-responsive > li > a {
        padding-top: 12px;
        padding-bottom: 8.5px;
        padding-left: 12px;
        padding-right: 12px;
    }

    header .navbar-nav .HD-new a:after {
        right: 3px;
    }
}

@media (min-width: 768px) {
    .navbar .menuburger {
        padding: 20px 35px 20px 0px;
    }

    header .navbar {
        border: none;
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    header .navbar-nav.nav-responsive > li > a {
        font-size: 22px;
        padding-top: 13.5px;
        padding-bottom: 8.5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    header .navbar-nav .HD-new a:after {
        right: 1px;
        width: 21px;
        height: 21px;
        background: url(/hd-icon.png) no-repeat 0 0;
        background-size: 21px 21px;
    }

    header .main-menu {
        overflow: hidden;
    }

    header .main-menu .fly-menu {
        margin-right: -28px;
    }

    header .main-menu .fly-menu .close-btn {
        float: none;
        position: absolute;
        right: 10px;
    }

    header .main-menu .fly-menu > ul {
        overflow-y: scroll;
        max-height: calc(100vh - 150px);
    }
}

@media (min-width: 992px) {
    header .navbar-nav.nav-responsive > li > a {
        padding-top: 15px;
    }

    .navbar .menuburger {
        padding: 20px 35px 20px 0px;
    }

    .navbar .search-form {
        display: block;
    }
}

/* ====== Menu Nova Header END====== */

/* ====== Footer Nova START ====== */
/* Category links */
.category-links-wrap img {
    margin: 0 auto;
}

.category-links-wrap img.facebook {
    margin-right: 6px;
}

.category-links-wrap h3 {
    font: 20px "roboto_condensedbold";
    text-transform: uppercase;
    color: #1d1d1d;
}

.category-links-wrap h3 a {
    color: #252525;
}

.category-links-wrap ul {
    list-style: none;
    padding: 0;
    min-height: 116px;
}

.category-links-wrap li {
    margin-bottom: 4px;
}

.category-links-wrap li a {
    color: #1d1d1d;
    font-size: 16px;
    font-family: "pt_sansregular";
    line-height: 20px;
}

.category-links-wrap li a:hover {
    color: #66d1ec;
}

.category-links-wrap .col {
    border-left: 1px solid #d4d7d9;
    padding: 14px 14px;
    text-align: center;
}

@media (min-width: 320px) {
    .category-links-wrap h3 {
        margin: 32px 0 6px 0;
    }

    footer .footer-container {
        padding-bottom: 8px;
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    .category-links-wrap h3 {
        margin: 0 0 6px 0;
    }

    .category-links-wrap .mobile_app h3 {
        margin-top: 20px;
    }

    footer .footer-container {
        padding-bottom: 32px;
        padding-top: 32px;
    }
}

/*  END Category links */

.footer-column .col {
    border-left: none;
}

footer .footer-container {
    background: #f7f7f9;
    width: 100%;
    clear: both;
}

footer .footer-copyright {
    background: #f7f7f9;
    height: auto;
}

footer .footer-copyright .description-link {
    font-size: 12px;
    font-family: "roboto_condensedregular";
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    color: #8d8d8d;
}

.category-links-wrap {
    margin: 0;
    padding-top: 0px;
}

footer .ni-custom-container .footer-height {
    text-align: left;
}

footer .ni-custom-container .footer-width-wrapper {
    max-width: 130px;
    margin: 0 auto;
}

footer .ni-custom-container .footer-custom-row {
    vertical-align: middle;
}

footer .footer-bottom {
    padding: 20px 0 37px;
}

.broadcasts span {
    white-space: nowrap;
}

/* Contacts section */
footer .contacts {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    padding-top: 14px;
}

footer .contacts a {
    display: inline-block;
    margin-bottom: 6px;
    color: #4f4f4f;
    font-family: "roboto_condensedregular";
}

footer .contacts a:hover {
    color: #66d1ec
}

footer .contacts a span {
    color: #c6c6c6;
}

/* Icons */
footer .footer-custom-row .socials {
    float: right;
}

footer .mtgLogo {
    float: right;
}

@media (min-width: 320px) {
    footer .footer-custom-row .socials {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    footer .footer-custom-row .socials {
        margin-top: 0px;
    }

    .category-links-wrap .mobile_app h3 {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    footer .ni-custom-container .footer-width-wrapper {
        max-width: 100%;
    }
}

/* ====== Footer Nova Header END ====== */

/* Media Query */
@media (max-width: 992px) {
    .footer-custom-row .description-link {
        display: block;
        text-align: center;
    }

    .footer-custom-row .socials {
        float: none !important;
    }

    .category-links-wrap .col {
        border-left: 0;
    }
}

/* iPad - 1024px */
@media (max-width: 1024px) {
    .category-links-wrap .col {
        border-left: 0;
    }
}

@media (max-width: 768px) {
    .footer-custom-row .row {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-custom-row .row {
        text-align: center;
    }
}

/* Mobile apps */
/*
 .mobile_app { float:right; }
 .mobile_app h3 a { color:#00b3df;  font-family: "roboto_condensedregular"; text-transform:none; font-size:21px; }
 .mobile_app .android { background:url(../images/android.png) no-repeat; padding-left:25px; }
 .mobile_app .apple { background:url(../images/apple.png) no-repeat; padding-left:25px; }
*/

/* END Footer */

/* == thumbnail boxes START == */
@media (min-width: 320px) {
    .list-type-sm-4-xs-1 li:nth-child(4n+1) {
        clear: none;
    }

    .list-type-sm-3-xs-1 li:nth-child(3n+1) {
        clear: none;
    }

    .list-type-md-2-sm-2-xs-1 li:nth-child(2n+1) {
        clear: none;
    }

    .list-type-md-3-sm-2-xs-1 li:nth-child(2n+1) {
        clear: none;
    }

    .list-type-md-3-sm-3-xs-1 li:nth-child(3n+1) {
        clear: none;
    }

    .list-type-md-2-sm-2-xs-2 li:nth-child(2n+1) {
        clear: both;
    }

    .list-type-md-3-sm-2-xs-2 li:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 768px) {
    .list-type-md-3-sm-2-xs-2 li:nth-child(2n+1) {
        clear: none;
    }

    .list-type-md-3-sm-3-xs-1 li:nth-child(3n+1) {
        clear: both;
    }

    .list-type-sm-4-xs-1 li:nth-child(4n+1) {
        clear: both;
    }

    .list-type-sm-3-xs-1 li:nth-child(3n+1) {
        clear: both;
    }

    .list-type-md-2-sm-2-xs-1 li:nth-child(2n+1) {
        clear: both;
    }

    .list-type-md-3-sm-2-xs-1 li:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .list-type-md-3-sm-2-xs-1 li:nth-child(2n+1) {
        clear: none;
    }

    .list-type-md-3-sm-2-xs-1 li:nth-child(3n+1) {
        clear: both;
    }

    .list-type-md-3-sm-3-xs-1 li:nth-child(3n+1) {
        clear: both;
    }
}

.list-type-md-2 li:nth-child(2n+1) {
    clear: left;
}

.thumbs-block-title {
    display: block;
}

.thumbs-list {
    clear: both;
    content: "";
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.thumbs-list li {
    list-style: outside none none;
    display: inline-block;
    vertical-align: top;
}

.thumb-box {
    width: 100%;
    padding: 0;
    display: block;
    float: left;
}

.thumb-box .media-cont {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    line-height: 0;
    height: 100%;
}

.thumb-box .title {
    float: left;
    padding: 0;
    margin: 0;
    color: #252525;
    font-family: 'roboto_condensedregular';
    overflow: hidden;
    word-wrap: break-word;
}

.thumb-desc a:hover {
    color: #0d329a;
}

.thumb-desc h1, .thumb-desc h2, .thumb-desc h3, .thumb-desc h4 {
    margin: 0;
}

.thumb-box .media-cont .img-cont {
    position: relative;
    background-color: #f2f2f2;
}

.thumb-box .media-cont .img-cont a .img-responsive {
    margin: 0 auto;
}

.thumb-box .media-cont .img-cont {
    position: relative;
    padding-top: 56.25%;
}

.thumb-box .media-cont .img-cont a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumb-box .thumb-desc {
    position: relative;
    overflow: hidden;
    padding: 0.7em 0 0 0;
}

.thumb-additional-info .media-date-on {
    float: left;
    color: #929292;
}

@media (min-width: 320px) {
    .thumb-box .title {
        font-size: 18px;
        line-height: 1.1em;
    }

    .thumb-box {
        margin-bottom: 24px;
    }
}

@media (min-width: 480px) {
    .thumb-box .title {
        font-size: 19px;
        line-height: 1.2em;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .thumb-box {
        margin-bottom: 33px;
    }

    .thumb-box .title {
        font-size: 20px;
        line-height: 1.3em;
    }
}

.thumb-additional-info {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-left: 0em;
}

.thumb-additional-info .thumb-category-title {
    float: left;
    color: #0d329a;
    font-family: "pt_sansbold";
    font-size: 0.73em;
    text-transform: uppercase;
    padding-top: 0.2em;
    padding-right: 20px;
    padding-left: 0em;
    line-height: 1.2em;
}

.thumb-additional-info a.thumb-category-title:hover, .thumb-additional-info .thumb-category-title:hover {
    color: #556eb8;
}

.thumb-desc .thumb-additional-info a.thumb-category-title:hover {
    color: #556eb8;
}

.thumb-additional-info span {
    display: block;
    float: left;
    font-size: 0.73em;
    line-height: 1.2em;
}

.thumb-additional-info span.renewed {
    color: #ff0808;
}

.thumb-title {
    padding-left: 0em;
}

.thumb-additional-info .thumb-autor-title {
    float: left;
    color: #242424;
    font-size: 0.73em;
    padding-right: 20px;
    line-height: 1.2em;
}

.thumb-title {
    clear: both;
    overflow: hidden;
}

.thumb-title h1,
.thumb-title h1 a,
.thumb-title h2,
.thumb-title h2 a,
.thumb-title h3,
.thumb-title h3 a,
.thumb-title h4,
.thumb-title h4 a {
    word-break: normal;
    line-break: auto;
    font-family: "roboto_condensedregular";
    color: #252525;
    overflow: hidden;
}

@media (min-width: 320px) {
    .line-decoration .thumb-additional-info {
        padding-left: 0em;
    }

    .line-decoration .thumb-title {
        padding-left: 0em;
    }

    .thumb-additional-info span.renewed {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar .menuburger {
        padding-right: 55px;
    }

    header .navbar-header {
        padding-right: 40px;
    }

    .line-decoration .thumb-additional-info {
        padding-left: 1em;
    }

    .line-decoration .thumb-title {
        padding-left: 0em;
    }

    .thumb-additional-info span.renewed {
        display: block;
    }
}

/* == small pill icon START == */
.wrap-small-pill {
    position: absolute;
    bottom: -23px;
    left: 10px;
}

.small-pill-shape {
    position: relative;
    width: 38px;
    height: 38px;
    -webkit-transform: rotate(23deg);
    -moz-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    -o-transform: rotate(23deg);
    transform: rotate(23deg);
    background-color: rgba(255, 255, 255, 255);
}

.small-pill-shape:after {
    position: absolute;
    top: -16px;
    right: 0px;
    width: 38px;
    height: 38px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 255);
}

.small-triangle-icon {
    position: relative;
    z-index: 9;
    margin-left: 11px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-top: 10px solid #a0a0a0;
    border-right: 6px solid transparent;
    display: block;
    -webkit-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -o-transform: rotate(9deg);
    transform: rotate(9deg);
}

/* == small pill icon END == */

/* ====== responsive iframe START ====== */
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ====== responsive iframe END ====== */

/* ====== Common news block in left column START  ====== */
.common-news-block .thumb-desc a:hover {
    color: #0d329a;
}

@media (min-width: 320px) {
    .common-news-block .section-title-line {
        margin: 20px 0 20px 0;
    }

    .common-news-block .section-title {
        margin: 20px 0 20px 0;
    }

    .common-news-block ul.thumbs-list {
        margin: 22px 0 0 0;
    }

    .common-news-block .thumb-box {
        margin-bottom: 22px;
    }

    .common-news-block .media-cont {
        width: 40%;
        float: left;
    }

    .common-news-block .thumb-desc {
        width: 60%;
        padding: 0 0 0 14px;
        float: left;
    }

    .common-news-block.on-one-row ul.thumbs-list {
        margin: 0 0 0 0;
    }

    .common-news-block.on-one-row ul.thumbs-list li:last-child .thumb-box {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .common-news-block .section-title-line {
        margin: 32px 0 7px 0;
    }

    .common-news-block .section-title {
        margin: 32px 0 0 0;
    }

    .common-news-block ul.thumbs-list {
        margin: 22px 0 0 0;
    }

    .common-news-block .media-cont {
        width: 100%;
        float: left;
    }

    .common-news-block .thumb-desc {
        width: 100%;
        padding: 0.7em 0 0 0;
    }

    .common-news-block.on-one-row ul.thumbs-list {
        margin: 22px 0 0 0;
    }
}

@media (min-width: 992px) {
    .common-news-block ul.thumbs-list {
        margin: 22px 0 0 0;
    }

    .common-news-block .media-cont {
        width: 100%;
        float: left;
    }

    .common-news-block .thumb-desc {
        width: 100%;
        padding: 0.7em 0 0 0;
    }
}

.common-news-block .left-col-btn-wrapper {
    display: block;
    text-align: center;
}

/* Common news block newest mode  */
.common-news-block.newest-block .section-title-line {
    border: none;
}

.common-news-block.newest-block .thumbs-list {
    background-color: #f2f2f2;
}

.common-news-block.newest-block ul.thumbs-list {
    padding: 22px 0 0 0;
}

.common-news-block.newest-block ul.thumbs-list {
    margin: 0 0 0 0;
}

@media (min-width: 768px) {
    .common-news-block.newest-block .section-title {
        margin: 32px 0 22px 0;
    }
}

@media (min-width: 992px) {
    .common-news-block.newest-block .row-custom {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (min-width: 1150px) {
    .common-news-block.newest-block .row-custom {
        margin-left: 23px;
        margin-right: 23px;
    }
}

/* Common news block accent mode */
.common-news-block.accents-block .thumb-desc .thumb-title a:hover {
    color: #66d1ec;
}

/* Leading news block mode */
.common-news-block.leading-news .media-cont {
    width: 40%;
    float: left;
}

.common-news-block.leading-news .thumb-desc {
    width: 60%;
    float: left;
}

@media (min-width: 320px) {
    .common-news-block.leading-news ul.thumbs-list {
        margin: 0 0 0 0;
    }

    .common-news-block.leading-news .thumb-desc {
        padding: 0 0 0 14px;
    }

    .common-news-block.leading-news .thumb-title .title {
        font-size: 16px;
        line-height: 1.1em;
    }
}

@media (min-width: 480px) {
    .common-news-block.leading-news .thumb-desc {
        padding: 0 16px 0 14px;
    }
}

@media (min-width: 768px) {
    .common-news-block.leading-news ul.thumbs-list {
        margin: 22px 0 22px 0;
    }

    .common-news-block.leading-news ul.thumbs-list li:nth-child(2n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .common-news-block.leading-news ul.thumbs-list {
        margin: 22px 0 50px 0;
    }

    .common-news-block.leading-news .thumb-desc {
        padding: 0 0 0 14px;
    }

    .common-news-block.leading-news .thumb-title .title {
        font-size: 18px;
        line-height: 1.2em;
    }
}

@media (min-width: 1024px) {
    .common-news-block.leading-news .thumb-title .title {
        font-size: 18px;
        line-height: 1.2em;
    }

    .common-news-block.leading-news ul.thumbs-list li:nth-child(2n+1) {
        clear: none;
    }
}

/* News simple list block */
.news-block .thumb-box {
    margin-bottom: 0px;
}

.news-block .thumb-box .thumb-desc {
    padding: 0;
    width: 100%;
}

.news-block ul.news-list {
    margin: 0 0 24px 0;
    list-style: none;
}

.news-block ul.news-list li {
    padding: 24px 0 24px 0;
    border-top: 1px solid #e8e8e8;
}

.news-block ul.news-list li:first-child {
    border-top: 0px;
}

/* ====== Common news block in left column  END  ====== */

/* Promo blocks styles */
.page-article .native-mobile #w2g-slot11-nova,
.page-article .native-mobile #div-gpt-ad-1634297559690-0 {
    position: absolute;
    display: block !important;
    height: 1px !important;
    z-index: -100;
    opacity: 0;
    width: 100%;
}

.thumb-box.promo-wrapper {
    background: #fff8e6;
}

.thumb-box.promo-wrapper .barcode img {
    float: none;
    width: 13px;
    margin-right: 0%;
    max-width: 100%;
    margin-left: 5px;
}

.thumb-box.promo-wrapper .thumb-desc,
.common-news-block.more-breaking-news .thumb-box.promo-wrapper .thumb-desc {
    padding: 14px 14px 14px 14px;
}

.common-news-block.more-breaking-news .thumb-box.promo-wrapper .title {
    max-height: fit-content;
}

.thumb-box.promo-article-wrapper .title {
    max-height: fit-content;
    float: none;
    line-height: 22px;
}

.thumb-box.promo-article-wrapper .thumb-desc {
    display: inline;
    padding: 0;
}

.thumb-box.promo-article-wrapper .thumb-desc .thumb-title {
    clear: none;
    overflow: visible;
    margin-top: -6px;
}

.thumb-box.promo-article-wrapper .media-cont {
    width: 128px;
    float: left;
    padding-right: 15px;
}

.thumb-box.promo-article-wrapper .media-cont .img-cont {
}

.thumb-box.promo-article-wrapper {
    margin: 40px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.thumb-box.promo-article-wrapper .barcode {
    font: 12px "pt_sansbold";
    text-transform: uppercase;
    color: #485ca9;
    vertical-align: top;
}

.thumb-box.promo-article-wrapper .barcode img {
    float: none;
    width: 13px;
    margin-left: 1%;
    max-width: 100%;
    vertical-align: initial;
}

@media (max-width: 767px) {
    .thumb-box.promo-article-wrapper {
        margin: 20px 0 40px 0;
        padding: 15px 0;
    }
}

/* FASHA exclusive START */

.excl-fasha-euro {
    background: url("http://static.nova.bg/public/doc/doc/fasha_euro2016.jpg") no-repeat center;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    height: 50px;
}

.excl-fasha-euro .fasha-click-area {
    display: inline-block;
    position: relative;
    width: 90%;
    float: left;
    z-index: 1;
}

.excl-fasha-euro .main-bg {
    width: 90%;
    display: block;
    z-index: 1;
    padding-top: 50px;
}

@media (min-width: 280px) {
    .fasha-row-custom-eu {
        display: none;
        height: 0;
    }

    .excl-fasha-euro {
        display: none;
    }
}

@media (min-width: 1024px) {
    .fasha-row-custom-eu {
        display: block;
    }

    .excl-fasha-euro {
        margin: 0;
    }

    .excl-fasha-euro .close-btn {
        height: 34px;
        padding: 4px 0 0 0;
    }
}

.excl-fasha-euro a {
    color: inherit;
    display: inline-block;
}

.excl-fasha-euro .close-btn {
    font-family: 'pt_sansregular';
    position: absolute;
    right: 10px;
    transform: scale(1.4, 1.2);
    z-index: 2;
    color: #ffffff;
}

.excl-fasha {
    display: none;
    background: #ffcc33;
    color: #333333;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

.excl-fasha .fasha-click-area {
    display: inline-block;
    position: relative;
    width: calc(100% - 34px);
    float: left;
    z-index: 1;
}

.excl-fasha a {
    color: inherit;
    display: inline-block;
}

.excl-fasha .fasha-elements-container {
    position: relative;
    display: table !important;
    height: 100%;
}

.excl-fasha a .fasha-elements-container .excl-label-wrapper {
    position: relative;
    float: left;
    display: table-cell;
    height: 100%;
}

.excl-fasha a .fasha-elements-container .excl-label-wrapper:after {
    display: block;
    position: absolute;
    top: 0;
    right: -17px;
    width: 17px;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
    background-color: #cc0033;
    content: '';
}

.excl-fasha a .fasha-elements-container .excl-label {
    color: #fff;
    background-color: #cc0033;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    font-family: 'pt_sansbold';
    float: left;
    padding: 2px 16px;
    display: table-cell;
    height: 100%;
}

.excl-fasha a .fasha-elements-container .excl-title {
    vertical-align: middle;
    font-family: 'roboto_condensedregular';
    display: table-cell;
    height: 100%;
}

.excl-fasha .close-btn {
    font-family: 'pt_sansregular';
    position: absolute;
    right: 10px;
    transform: scale(1.4, 1.2);
    z-index: 2;
    color: #999999;
}

.excl-fasha a:hover .excl-title, .excl-fasha a:active .excl-title, .excl-fasha a:focus .excl-title,
.excl-fasha .close-btn:hover, .excl-fasha .close-btn:active .close-btn, .excl-fasha .close-btn:focus {
    color: #252525;
}

@media (min-width: 280px) {
    .excl-fasha {
        margin: 0;
    }

    .excl-fasha .fasha-elements-container {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .excl-fasha a .fasha-elements-container .excl-label-wrapper {
        height: 20px;
        display: inline-block;
    }

    .excl-fasha .fasha-elements-container .excl-label {
        padding: 0 0 5px 0;
    }

    .excl-fasha a .fasha-elements-container .excl-label {
        color: #cc0033;
        background-color: transparent;
        line-height: 16px;
        font-size: 15px;
        padding: 10px 0 0 0;
    }

    .excl-fasha a .fasha-elements-container .excl-label-wrapper:after {
        content: none;
    }

    .excl-fasha .excl-title {
        font-size: 18px;
        min-height: 28px;
        line-height: 20px;
        overflow: hidden;
        padding: 0 0 2px 10px;
    }

    .excl-fasha a .fasha-elements-container .excl-title {
        display: inline;
    }

    .excl-fasha .close-btn {
        height: 28px;
        padding: 2px 0 0 0;
    }

    .fasha-row-custom {
        margin: 0
    }

    .fasha-row-custom .container {
        padding: 0;
    }
}

@media (min-width: 480px) {
    /* .excl-fasha a .fasha-elements-container .excl-label-wrapper { display: none; margin:0 15px 0 0; } */
    .excl-fasha .excl-title {
        font-size: 19px;
    }
}

@media (min-width: 768px) {
    .fasha-row-custom .container {
        padding: 0 16px 0 16px;
    }

    .excl-fasha .fasha-elements-container {
        padding-left: 0;
        padding-bottom: 0;
    }

    .excl-fasha a .fasha-elements-container .excl-label-wrapper {
        display: table-cell;
        height: 100%;
    }

    .excl-fasha a .fasha-elements-container .excl-label {
        color: #fff;
        background-color: #cc0033;
        padding: 6px 16px;
        font-size: 13px;
    }

    .excl-fasha a .fasha-elements-container .excl-label-wrapper:after {
        content: " ";
    }

    .excl-fasha a .fasha-elements-container .excl-title {
        display: table-cell;
        padding-left: 25px;
    }

    .excl-fasha .excl-title {
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .excl-fasha {
        min-height: 32px;
        margin: 8px 0 8px 0;
    }

    .excl-fasha .fasha-elements-container {
        padding-bottom: 0;
    }

    .excl-fasha a .fasha-elements-container .excl-label-wrapper {
        display: block;
    }

    .excl-fasha .excl-title {
        font-size: 20px;
        line-height: 28px;
        overflow: hidden;
        padding: 0 0 4px 0;
    }

    .excl-fasha .close-btn {
        height: 34px;
        padding: 4px 0 0 0;
    }

    .excl-fasha a .fasha-elements-container .excl-label-wrapper:after {
        content: " ";
    }
}

@media (min-width: 1150px) {
    .fasha-row-custom .container {
        padding-left: 23px;
        padding-right: 23px;
    }
}

/* ====== common styles END ====== */

/* ====== category page styles for edit START ====== */

@media (min-width: 320px) {
    .top-accents-list-wrapper {
        margin-bottom: 20px;
    }

    .top-accents-list-wrapper .thumb-title .title,
    .top-accents-list-wrapper .thumb-title a.title {
        font-size: 20px;
        line-height: 1.1em;
    }

    .category-list-wrapper .thumb-desc p {
        display: none;
    }
}

@media (min-width: 768px) {
    .top-accents-list-wrapper .thumb-title .title,
    .top-accents-list-wrapper .thumb-title a.title {
        font-size: 24px;
        line-height: 1.1em;
    }

    .category-list-wrapper .thumb-desc p {
        display: block;
    }
}

@media (min-width: 992px) {
    .top-accents-list-wrapper {
        margin-bottom: 40px;
    }

    .top-accents-list-wrapper .thumb-title .title,
    .top-accents-list-wrapper .thumb-title a.title {
        font-size: 28px;
        line-height: 1.2em;
    }
}

@media (min-width: 1024px) {
    .top-accents-list-wrapper .thumb-title .title,
    .top-accents-list-wrapper .thumb-title a.title {
        font-size: 28px;
        line-height: 1.2em;
    }
}

.category-list-wrapper .thumb-desc p {
    float: left;
    padding: 10px 0 0 0;
}

@media (min-width: 320px) {
    .category-list-wrapper .media-cont {
        width: 38%;
        float: left;
    }

    .category-list-wrapper .thumb-desc {
        width: 62%;
        padding: 0 0 0 14px;
        float: left;
    }
}

@media (min-width: 768px) {
    .category-list-wrapper .thumb-desc {
        width: 60%;
        padding: 0 0 0 19px;
        float: left;
    }
}

@media (min-width: 992px) {
    .category-list-wrapper .thumb-desc {
        width: 60%;
        padding: 0 0 0 20px;
        float: left;
    }
}

/* ====== category page styles for edit END ====== */

/* Nova Search START */
#nova-search-input {
    padding: 1px;
    border: solid 1px #E4E4E4;
    background-color: #FFF;
}

#nova-search-input input {
    border: 0;
    box-shadow: none;
}

#nova-search-input .icon-search {
    font-size: 23px;
    /* background: url("/search-icon.png") no-repeat center; */
    margin-top: 5px;
    width: 26px;
    height: 26px;
}

#nova-search-input .input-group-btn {
    background: #f2f2f2;
}

/* Nova Search END */

/* Tabs START */
.search-results-title {
    margin-bottom: 36px;
}

.search-results-title .section-title-line {
    text-transform: none;
    font-family: "roboto_condensedregular"
}

#nova-search-input .input-group-btn:last-child > .btn, #nova-search-input .input-group-btn:last-child > .btn-group {
    border: none;
    background-color: #f2f2f2;
    margin: 0;
}

.content-search-nav {
    position: relative;
    padding-top: 25px;
}

ul.tabs-search-navigation {
    display: table;
    border-collapse: separate;
    width: 100%;
    height: 57px;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f2f2f2;
    line-height: 19px;
    clear: both;
}

ul.tabs-search-navigation li {
    display: table-cell;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #FFF;
}

ul.tabs-search-navigation li a {
    text-decoration: none;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #51c2e3;
    padding: 20px 0 20px 0;
    float: left;
    margin: auto 2px;
    text-align: center;
    width: 100%;
}

ul.tabs-search-navigation li.active-tab {
    background-color: #FFF;
    border-top: 5px solid #f2f2f2;
}

/* Tabs END */

/* Media Queries START */
@media (max-width: 480px) {
    ul.tabs-search-navigation li {
        font-size: 12px;
    }
}

/* Media Queries END */

/* ====== news menu css START ====== */
.fly-constant a.flag-icon::before {
    content: "";
    background: url("/flag-menu.svg") no-repeat;
    width: 13px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font: 15px "roboto_condensedregular";
}

.navbar-default .navbar-nav > li > a.flag-icon:before {
    content: "";
    background: url("/flag-menu.svg") no-repeat;
    width: 13px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
}

.navbar-default .dropdown-menu {
    background: #3049a2;
}

.navbar-default .dropdown-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font: 15px "roboto_condensedregular";
    padding: 7px 20px;
}

.navbar-default .dropdown-menu > li > a.flag-icon:before {
    content: "";
    background: url("/flag-menu.svg") no-repeat;
    width: 13px;
    height: 10px;
    display: inline-block;
    margin-right: 2px;
}

.navbar-default .dropdown-menu > li > a:hover {
    background: #3049a2;
    color: #00b3df;
}

.navbar-default .dropdown-menu > li > a:focus {
    color: #3049a2;
}

.nova-news-menu .dark-blue {
    background: #3049a2;
}

.nova-news-menu {
    border-bottom: 2px solid red;
}

.nova-news-menu .navbar {
    border-radius: 0px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.navbar-brand {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 280px) {
    .navbar > .container .navbar-brand {
        padding-top: 3px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        padding-top: 3px;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
}

.navbar-header .nova-news-menu .navbar-default .navbar-nav > li > a {
    color: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #3049a2;
    color: #fff;
}

.nova-news-menu .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.mobile-news-menu.dropdown {
    float: right;
    right: 0;
    top: 0;
    width: 70px;
}

.mobile-news-menu.dropdown a {
    color: #FFF;
    vertical-align: middle;
    padding: 12px 0px 5px 0px;
    text-transform: uppercase;
    font: 15px "roboto_condensedregular";
}

.mobile-news-menu.dropdown a.dropdown-toggle {
    float: right;
}

.mobile-news-menu.dropdown.open > .dropdown-menu {
    background: #3049a2;
}

@media (min-width: 280px) {
    .nova-news-menu .navbar-header {
        float: left;
        position: relative;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .nova-news-menu .navbar-header {
        float: left;
        position: relative;
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 200px;
    }
}

/* ====== news menu css END ====== */
/* ====== css for download nova play apps ====== */
.text-download-apps {
    text-align: center;
    margin-top: 25px;
}

.text-download-apps span a {
    font-size: 12px;
    font-style: normal;
    color: #252525;
}

.text-download-apps .android img {
    margin: 0;
}

.text-download-apps .apple img {
    margin: 0;
}

.text-download-apps .huawei img {
    margin: 0;
}

.text-download-apps .android {
    margin-right: 10px;
}

.text-download-apps .apple {
    margin-right: 10px;
}

.text-download-apps .google-news-link {
    display: inline-block;
    margin-bottom: 27px;
    padding: 8px 16px 11px 16px;
    background-color: #e5e5e7;
    border-radius: 30px
}

.text-download-apps .google-news-link a {
    font-size: 14px;
}

.text-download-apps .google-news-link img {
    margin: -5px 8px 3px 0;
}

.text-download-apps.mobile_app {
    border-top: 1px solid #7070701a;
}

@media (min-width: 992px) {
    .text-download-apps.mobile_app {
        border-top: 0;
    }
}

@media (min-width: 1360px) {
    .text-download-apps span a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .text-download-apps .hidetxt {
        display: inline !important;

    }
}

.text-download-apps {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .text-download-apps {
        text-align: right;
        margin-top: 0px;
    }

    .text-download-apps .hidetxt {
        display: inline-block;
    }

    .text-download-apps .android, .text-download-apps .apple {
        margin-right: 0;
    }

    .text-download-apps .google-news-link a {
        font-size: 13px;
    }

    .text-download-apps .google-news-link {
        float: left;
        margin-top: 6px;
        margin-right: 11px;
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (min-width: 1024px) {
    .text-download-apps {
        margin-bottom: 0;
    }

    .text-download-apps .google-news-link {
        margin-bottom: 0;
    }

    footer .footer-custom-row .socials-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 27px;
    }

    footer .ni-custom-container .footer-custom-row .contacts {
        padding-top: 30px;
        border-top: 1px solid #7070701a;
        text-align: left;
    }

    footer .ni-custom-container .footer-custom-row .footer-height li {
        margin-bottom: 7px;
    }

    footer .ni-custom-container .footer-custom-row .footer-height li:last-of-type {
        margin-bottom: 0;
    }
}

@media (min-width: 1052px) {
    .text-download-apps .google-news-link a {
        font-size: 14px;
    }

    .text-download-apps .google-news-link {
        margin-right: 25px;
    }
}

/* ====== css for download nova play apps ====== */
/* ====== temporary css delete after election 2016 ====== */
@media (min-width: 320px) {
    .election-in-news-menu a {
        background-image: url(/BG-flag-in-menu.png);
        background-position: top left;
        background-repeat: no-repeat;
    }

    .navbar-default .dropdown-menu > .election-in-news-menu > a:hover {
        background: url(/BG-flag-in-menu.png) #3049a2 no-repeat;
    }
}

@media (min-width: 768px) {
    .election-in-news-menu a {
        background-position: -10px 10px;
    }
}

.elections2016 .thumb-box {
    padding-bottom: 30px;
    background: #ededed url(/BG-flag-home-article.png) no-repeat 98% 98%;
}

#wrap_iframe_top_fbk > div > iframe, #wrap_iframe_top_fbk > div > canvas, #wrap_iframe_top_fbk > div > img, #wrap_iframe_top_fbk > div > table, #wrap_iframe_top_fbk > div > div {
    margin-top: 10px !important;
}

/* ====== temporary css delete after election 2016 end====== */
/* ====== icomoon ====== */
@font-face {
    font-family: 'icomoon';
    src: url('/icomoon.eot?ne32dm');
    src: url('/icomoon.eot?ne32dm#iefix') format('embedded-opentype'),
    url('/icomoon.ttf?ne32dm') format('truetype'),
    url('/icomoon.woff?ne32dm') format('woff'),
    url('/icomoon.svg?ne32dm#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="font-icon-"], [class*="font-icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-icon-facebook2:before {
    content: "\e900";
}

.font-icon-facebook:before {
    content: "\ea90";
}

/* ====== icomoon ====== */

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .common-news-block .thumb-additional-info .thumb-category-title {
        float: none;
        padding-right: 0;
    }

    .common-news-block .thumb-additional-info {
        float: none;
        clear: none;
        display: inherit !important;
        width: auto;
        line-height: 0.2em;
    }

    .common-news-block .news-dont-miss-block .thumb-desc {
        padding: 0;
    }

    .common-news-block .thumb-box .thumb-desc {
        /* float: none !important;
        width: auto !important; */
        overflow: initial;
        padding: 0 !important;
        float: right !important;
        width: 56% !important;
    }

    .common-news-block .news-dont-miss-block .thumb-desc {
        padding: 0;
    }

    .common-news-block .thumb-box .media-cont {
        width: 40%;
        float: left;
        display: block;
        padding-right: 16px;
    }

    .common-news-block .thumb-additional-info .media-date-on {
        float: none;
    }

    .common-news-block .thumb-additional-info span {
        display: inline;
        float: none;
    }

    .common-news-block .thumb-title {
        clear: none;
        overflow: initial;
    }

    .common-news-block .thumb-title h4, .common-news-block .thumb-title h4 a, .common-news-block .thumb-title h3, .common-news-block .thumb-title h3 a {
        overflow: initial;
        float: none !important;
    }

    .common-news-block .thumb-box .title {
        float: none;
        overflow: initial;
        display: inherit;
        line-height: 20px;
    }

    .common-news-block.news-more-from-category .news-list-wrapper .thumb-title .custom-arrow-bullet {
        line-height: 24px !important;
    }

    .common-news-block.block-home-dont-miss .thumb-box {
        margin-bottom: 28px !important;
    }

    .thumb-box.promo-wrapper {
        padding: 15px 0;
    }

    .common-news-block .media-cont {
        width: 44% !important;
    }
}

#fingerprint {
    display: none;
}

.has-branding header {
    background-color: #fff;
    position: relative;
    float: none;
}

.has-branding .page {
    margin: 0 auto;
    float: none;
    z-index: 10;
    border-top: 0;
}

body.has-branding .adv-box-page-top {
    display: none;
}

body.has-branding #clickArea01 {
    top: 110px !important;
}

body.has-branding.has-breakingnews #clickArea01 {
    top: 161px !important;
}

/* Branding - Nova */
body.has-branding {
    z-index: 5;
    position: relative;
    margin: auto;
    background-position: 50% 110px !important;
    background-size: 150% auto;
}

body.has-branding.body-news-menu-on {
    background-position: 50% 164px !important;
}

body.has-branding.body-news-menu-on #clickArea01 {
    top: 164px !important;
}

body.has-branding .page {
    margin-top: 200px;
    position: relative;
    background: #fff;
    z-index: 10;
    padding-top: 15px;
}

body.has-branding .page .container {
    width: 100%;
}

body.has-branding .wallpaper-with-video {
    margin: 15px auto !important;
}

body.has-branding.video-backdrop .page,
body.has-branding.video-backdrop .page .container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.has-branding .banner-leaderboard {
    height: 0px !important;
    overflow: hidden;
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    body.has-branding {
        background-size: 150% auto !important;
    }

    body.has-branding .page {
        margin-top: 15.5% !important;
        width: 1000px;
    }

    body.has-branding .col-lg-offset-1 {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1365px) and (min-width: 1280px) {
    body.has-branding {
        background-size: 113% auto !important;
    }

    body.has-branding .page {
        margin-top: 11.7% !important;
        width: 1000px !important;
    }

    body.has-branding .col-lg-offset-1 {
        margin-left: 0px !important;
    }

    body.has-branding .col-lg-11 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1366px) {
    body.has-branding {
        background-size: 115% auto !important;
    }

    body.has-branding .page {
        margin-top: 11.95% !important;
        width: 1126px !important;
    }

    body.has-branding .col-lg-offset-1 {
        margin-left: 0px !important;
    }

    body.has-branding .col-lg-11 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1600px) {
    body.has-branding {
        background-size: 1920px auto !important;
    }

    body.has-branding .page {
        width: 1280px;
    }
}

.thumb-title .made-for {
    margin-bottom: 3px;
}

.made-for {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #47b9e1 !important;
}

.icon-star {
    display: inline-block;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: text-top;
    background: url("/star.svg");
}

/* page news */
.page-news {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #ffffff;
}

@media (min-width: 320px) {
    .page-news .container {
        /*            margin-top: 20%;*/
        min-height: 600px;
    }
}


@media (min-width: 768px) {
    .page-news .container {
        /*            margin-top: 19%;*/
        min-height: 600px;
    }
}

@media (min-width: 1024px) {
    .page-news .container {
        /*            margin-top: 18%;*/
        min-height: 600px;
    }
}


@media (min-width: 1360px) {
    .page-news .container {
        /*            margin-top: 16%;*/
        min-height: 600px;
    }
}


@media (min-width: 1200px) {
    .news-dont-miss-block .thumb-additional-info .media-date-on {
        padding-bottom: 0.2em;
        padding-right: 20px;
    }
}


.play-icon-big {
    background: url('/play-icon.png');
    width: 50px;
    background-size: 50px 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

@media (min-width: 992px) {
    .play-icon-big {
        background-size: 89px 89px;
        width: 89px;
        height: 89px;
        top: calc(50% - 44px);
        left: calc(50% - 44px);
    }
}

.section-title-line-blue {
    background-color: #0d329a;
    color: #FFFFFF;
    margin: 0px;
    padding: 5px 0px 5px 10px;
    line-height: 60px;
    font-size: 40px;
    font-family: 'pt_sans_narrowbold';
    text-transform: uppercase;
    font-weight: 500;
}

.blue-border {
    border-bottom: 5px solid #0d329a;
}

@media (max-width: 991px) {
    .page-news .news-homepage-accents-wrapper .news-homepage-custom-accent .thumb-box .media-cont {
        height: auto;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .page-news .news-homepage-accents-wrapper .news-homepage-custom-accent {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.page-news div.divimage {
    padding-bottom: 47.474747% !important;
    width: 100%;
    height: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#description-wrapper .embed-responsive {
    clear: both;
}

#disqus_thread [src*="ads-iframe"] {
    display: none !important;
}

#player_logo {
    display: none;
}

/* /page news */

/* mailchimp */
.mailchimp-box .current-on-air.category-regular {
    background-color: #eeeeee;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 130px;
}

.mailchimp-wrap h3 {
    position: relative;
    margin-left: 90px;
    padding-top: 10px;
    padding-right: 15px;
    font-family: 'roboto_condensedregular';
    font-size: 24px;
    color: #252525;
}

.mailchimp-wrap h3 span.red {
    font-size: 24px;
    color: #f20000;
}

.mailchimp-box .btn-red {
    border: none;
    background: #f60000;
    color: #fff;
    height: 36px;
    margin-left: 0px !important;
}

.mailchimp-wrap.comments-wrap {
    border: none !important;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}

#mc-form {
    display: block;
    padding-top: 10px;
    position: relative;
    text-align: left;
    margin-top: -25px;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

#mc_embed_signup {
    background-color: #ebebeb !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: #ebebeb !important;
}

#mc_embed_signup .mc-field-group input {
    background: #FFF;
}

.mc-field-group input {
    border: 1px solid #ccc !important;
}

.mailchimp-btn input {
    color: #fff;
    border: none !important;
}

.page-news .mailchimp-right-col-block {
    margin-top: 10px !important;
}

.mailchimp-article {
    background: #ebebeb;
}

.section-title-line {
    margin-top: 10px;
}

.page-news .news-from-today-block.mailchimp-right-col-block {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-top: 0;
    padding-bottom: 11px;
}

.mc-field-group input {
    border: 1px solid #999;
    background: #fff;
    display: block;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
    text-indent: 2%;
    width: 100%;
}

.mc-field-group input {
    color: #252525
}

.mc-field-group .error {
    color: #ff1a1a;
}

.mc-field-group .valid {
    color: #1a9b00;
}

.mc-field-group input.valid {
    color: #252525;
}

.mc-field-group input.error {
    color: #252525;
}

.mc-field-group label {
    font-weight: normal;
    margin-left: 7%;
}

.mc-field-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding: 0 15px 0px 0px !important;
}

.mc-field-group .btn-default {
    margin-left: 20px;
}

.mc-field-group .img-group {
    float: left;
}

.mc-field-group .input-group {
    display: block;
    width: 100%;
}

.mc-field-group .input-group-btn {
    display: block;
    float: left;
    margin-left: 14px;
}

.mc-field-group .input-group-email {
    display: block;
    width: 313px;
    width: 46%;
    float: left;
    margin-left: 7%;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
}

.mc-field-group .form-control {
    height: 36px;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: "pt_sansregular";
}

.mc-field-group .form-control::placeholder {
    color: #252525 !important;
    font-size: 16px;
    font-family: "pt_sansregular";
}

.mc-field-group .form-control::-moz-placeholder {
    color: #252525 !important;
    font-size: 16px;
}

.mc-field-group .form-control:-moz-placeholder {
    color: #252525 !important;
    font-size: 16px;
}

.mc-field-group .form-control:-ms-input-placeholder {
    color: #252525 !important;
    font-size: 16px;
}

.mailchimp-article {
    margin-right: 5px;
    margin-left: 0px;
}

.page-live ol.timeline-list li.current-on-air {
    border-bottom: none;
}

.mailchimp-article .section-title-line {
    border-bottom: 1px solid #fff;
    padding: 0 24px 15px;
    margin: 15px -30px 0px -25px;
}

.mailchimp-box .page-live ol.timeline-list li.current-on-air {
    border: none;
}

.mailchimp-box .sendmail {
    width: 100%;
    height: 57px;
    position: absolute;
    top: 6px;
    margin-top: -6px;
}

@media (max-width: 991px) {
    #mc-form {
        margin-bottom: 0;
    }

    .mc-field-group {
        overflow: auto;
    }

    .mc-field-group .input-group-email {
        float: none;
        margin-left: 22%;
    }

    .mc-field-group label {
        margin-left: 27%;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .mailchimp-article .section-title-line {
        font-size: 28px;
        line-height: 30px;
        margin: 15px -30px 0px -25px;
        padding: 0 24px 15px;
        border-bottom: 1px solid #fff;
    }

    .mailchimp-article .input-group-addon, .input-group-btn, .input-group .form-control {
        display: block;
    }

    .mc-field-group {
        overflow: hidden;
    }

    .mc-field-group .btn-default {
        display: block;
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

    .mailchimp-article .input-group {
        display: block;
    }

    .mailchimp-wrap h3 {
        margin-left: 0px;
        margin-top: 2px;
        margin-bottom: 5px;
        padding-right: 0;
        font-size: 22px;
    }

    .mailchimp-wrap h3 span.red {
        font-size: 22px;
    }

    #mc-form {
        padding-bottom: 10px;
    }

    .mc-field-group .input-group-addon {
        display: block;
    }

    .mc-field-group .input-group-addon {
        display: block;
    }

    .mc-field-group .img-group {
        width: 12%;
        margin-right: 10px;
    }

    .mailchimp-wrap .img-responsive {
    }

    .mc-field-group .input-group-email {
        text-align: center;
        display: block;
        width: 80%;
        overflow: auto;
        margin-left: 15%;
    }

    .mc-field-group .form-control {
        display: inline-block;
        float: none;
    }

    .mc-field-group .input-group-btn {
        text-align: center;
        display: block;
        width: 100%;
        float: none;
    }

    .mc-field-group .btn-default {
        display: inline-block;
        float: none;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .mc-field-group .input-group-addon {
        white-space: normal;
        width: 100%;
        text-align: left;
    }

    .mc-field-group .msg {
        display: block;
        position: relative;
        margin-left: 15%;
        margin-right: 15px;
    }

    .mailchimp-box ol.timeline-list li {
        padding: 21px 16px 0px 16px;
    }
}

/* /mailchimp */
/* daily image */
.daily-image-outer {
    max-width: 1332px;
    margin: 0 auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* End - Do not copy, not needed! */

.daily-image-title h2 {
    margin-top: 32px;
    border-bottom: none;
}

.daily-image {
    background: #183299;
    padding: 0;
    position: relative;
}

.daily-image-outer .image-holder {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .daily-image-outer .image-holder {
        height: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .daily-image-outer .image-holder img {
        width: auto;
        height: 100%;
    }
}

.image-holder img {
    width: 100%;
    height: auto;
}

.daily-image-outer .content-holder {
    padding: 10px 15px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .daily-image-outer .content-holder {
        padding: 20px 10px 10px 45px;
    }

    .daily-image-outer .content-holder .slash {
        background: #fff;
        padding-left: 1px;
        height: 60px;
        position: absolute;
        left: 28px;
        top: 10px;
        transform: rotate(30deg);
    }
}

@media screen and (min-width: 992px) {
    .daily-image-outer .content-holder {
        float: right;
        min-height: 230px;
        padding-bottom: 65px;
    }

}

.daily-image-outer .content-holder .author-name {
    color: #fff;
    font-size: 13px;
    line-height: 15px;
}

.daily-image-outer .content-holder h3 {
    color: #fff;
    font-family: 'roboto_condensedregular';
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 20px;
}

@media screen and (max-width: 1279px) and (min-width: 992px) {
    .daily-image-outer .content-holder h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

.daily-image-outer .section-btn-more {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .daily-image-outer .section-btn-more {
        width: calc(100% + 55px);
        margin-left: -45px;
        margin-right: -10px;
    }
}

.daily-image-outer .btn-more {
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    padding: 0px 20px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-transform: uppercase;
    box-sizing: border-box;
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .daily-image-outer .btn-more {
        bottom: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

.daily-image-outer .btn-more:hover {
    background: #2749c3;
    color: #fff;
    text-decoration: none;
}

/* /daily image */

/* sticky */
.sticky-main #sticker {
    float: left;
    width: 100%;
}

.sticky-main .closeBtn {
    display: none;
    width: 22px;
    height: 22px;
    float: right;
    cursor: pointer;
    background-color: #252525;
    background-image: url("https://m3.netinfo.bg/edna/img/close.svg");
    background-repeat: no-repeat;
    opacity: 0.8;
    background-size: 15px 15px;
    background-position: center;
    margin-top: -22px;
}

.sticky-main .miniIframe {
    position: fixed;
    width: 150px;
    z-index: 999;
}

.sticky-main .main-video iframe {
    width: 100%;
}

/* /sticky */

/* fasha chrome and firefox */
.hiddenNova, .hiddenNovaFirefox, hiddenNovaOpera {
    display: none;
}

.fasha {
    min-height: 35px;
    background-color: #01b4df;
    display: block;
    position: relative;
    padding-left: 31px;
    font-family: "roboto_condensedregular";
}

.fasha .message {
    line-height: 35px;
    font-size: 14px;
    font-family: "roboto_condensedregular";
    float: left;
    padding-left: 10px;
    color: #FFF;
}

/* .fasha .message:hover {text-decoration:underline;} */
.fasha .message a {
    color: #fff;
}

.fasha .message a:hover {
    text-decoration: underline;
}

.fasha .close {
    width: 34px;
    height: 33px;
    background: url(https://bimg.abv.bg/banners/ext/close.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.fasha .moreinfo {
    cursor: pointer;
    color: #000;
}

.fasha.chromeExt .logo {
    background: url(https://bimg.abv.bg/banners/ext/chrome.png) no-repeat;
    float: left;
    width: 32px;
    height: 31px;
    margin-top: 2px;
}

.fasha.chromeExt .right {
    line-height: 35px;
    color: #fff;
    padding-right: 48px;
    float: right;
}

.fasha.chromeExt .addon {
    background: url(https://bimg.abv.bg/banners/ext/nova.png) no-repeat left top;
    padding-left: 35px;
    display: inline-block;
}

.fasha.chromeExt .addon:hover {
    background-position: left bottom;
}

.fasha.chromeExt .right a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.fasha.chromeExt .right a:hover {
    text-decoration: underline;
}

.chromeExt .right a:hover {
    text-decoration: underline;
}

.fasha#firefoxExt .logo {
    background: url(https://bimg.abv.bg/banners/ext/firefox.png) no-repeat;
    float: left;
    width: 32px;
    height: 31px;
    margin-top: 2px;
}

/* /fasha chrome and firefox */

/* gdpr */
#gdpr-toggle {
    left: -100px;
    display: none !important;
}

#fingerprint.visible {
    display: block !important;
}


.onesignal-bell-launcher-button.visible {
    display: block !important;
}

.site-privacy {
    position: relative;
    z-index: 100;
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin: 0;
    left: 0;

}

.site-privacy li {
    display: block !important;
    position: relative;
    height: 45px;
    padding-left: 0px;
    border: 0 none !important;
}

.site-privacy li a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 40px;
}


.site-privacy .trigger-faktorio:before {
    display: inline-block;
    position: absolute;
    content: ' ';
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    background: url('https://m4.netinfo.bg/vesti/img/icons-GDPR-sprite.svg') 0 0 no-repeat;
}

.site-privacy .trigger-gdpr:before {
    display: inline-block;
    position: absolute;
    content: ' ';
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    background: url('https://m4.netinfo.bg/vesti/img/icons-GDPR-sprite.svg') 0 -30px no-repeat;
}

.site-privacy .trigger-onesignal:before {
    display: inline-block;
    position: absolute;
    content: ' ';
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    background: url('https://m4.netinfo.bg/vesti/img/icons-GDPR-sprite.svg') 0 -60px no-repeat;
}

/* /gdpr */
@font-face {
    font-family: 'Noir Pro Medium';
    src: url('https://nstatic.nova.bg/files/nova/fonts/NoirPro/NoirPro-Medium.eot');
    src: url('https://nstatic.nova.bg/files/nova/fonts/NoirPro/NoirPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://nstatic.nova.bg/files/nova/fonts/NoirPro/NoirPro-Medium.woff2') format('woff2'),
    url('https://nstatic.nova.bg/files/nova/fonts/NoirPro/NoirPro-Medium.woff') format('woff'),
    url('https://nstatic.nova.bg/files/nova/fonts/NoirPro/NoirPro-Medium.svg#NoirPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('https://nstatic.nova.bg/files/nova/fonts/Roboto/Roboto-Regular.eot');
    src: url('https://nstatic.nova.bg/files/nova/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://nstatic.nova.bg/files/nova/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
    url('https://nstatic.nova.bg/files/nova/fonts/Roboto/Roboto-Regular.woff') format('woff'),
    url('https://nstatic.nova.bg/files/nova/fonts/Roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.casting-link {
    color: white;
    display: block;
    background-color: #02BCE4;
    margin: 30px 0 6px;
    text-align: center;
    padding: 15px 15px 0 15px;
}

.casting-link:hover {
    color: white;
}

.casting-link-title {
    display: block;
    font-size: 22px;
    line-height: 30px;
    text-shadow: 0px 1px 0px #00A5C9;
    margin-bottom: 8px;
    font-family: 'Noir Pro Medium';
}

.casting-link-here {
    font-size: 18px;
    line-height: 21px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    padding-right: 0;
    font-family: 'Roboto Regular';
}

.casting-link-here::after {
    width: 52px;
    height: 47px;
    content: '';
    position: absolute;
    bottom: 0;
    right: -52px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='47' viewBox='0 0 52 47'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_8' data-name='Rectangle 8' width='52' height='47' transform='translate(929 349)' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_1' data-name='Mask Group 1' transform='translate(-929 -349)' clip-path='url(%23clip-path)'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(5 0.387)'%3E%3Cg id='Group_1' data-name='Group 1'%3E%3Cpath id='Path_1' data-name='Path 1' d='M21.062,0A21.062,21.062,0,1,1,0,21.062,21.062,21.062,0,0,1,21.062,0Z' transform='translate(932.264 356.613)' fill='%23fff'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M9.167-10.79,50.078-.409,44.34,18.628H0Z' transform='translate(923.613 383.686)' fill='%23fff'/%3E%3C/g%3E%3Cg id='edit-3' transform='translate(938 364.561)'%3E%3Cpath id='Path_3' data-name='Path 3' d='M12,20h9' fill='none' stroke='%23003b97' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M16.5,3.5a2.121,2.121,0,1,1,3,3L7,19,3,20l1-4Z' fill='none' stroke='%23003b97' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.casting-link-main {
    width: 100%;
    margin: 15px auto 34px auto;
}

@media only screen and (min-width: 576px) {
    .casting-link-main {
        margin: 0 auto 34px auto;
    }
}

@media only screen and (min-width: 768px) {
    .casting-link {
        margin: 18px 0 6px;
        padding: 15px 15px 0 15px;
    }

    .casting-link-title {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .casting-link-here {
        font-size: 19px;
        line-height: 23px;
        padding-bottom: 15px;
        padding-right: 5px;
    }

    .casting-link-main {
        margin: -15px auto 34px auto;
    }
}

@media only screen and (min-width: 992px) {
    .casting-link-main {
        width: 767px;
        margin: -30px auto 60px auto;
    }
}

.footer-copyright .owner-flex {
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 26px;
    margin-bottom: 20px;
}

.footer-copyright .owner-logo {
    margin: 0;
    height: 60px;

}

@media (min-width: 768px) {
    .footer-copyright .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media (min-width: 1024px) {
    .footer-copyright .owner-flex {
        margin-top: 0;
    }
}

/* Grabo offers fix */
.grabo-box-left .img-cont a {
    position: initial !important;
}