﻿
html {
    overflow-x: hidden;
}

body {
    font-family: Arial;
    font-size: 12px;
    text-align: right;
    direction: rtl;
    background-color: #f9f9f9;
    overflow-x: hidden;
    padding-bottom: 60px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.master-form {
}

/*========= header block ==========*/

.header-holder {
    position: relative;
    /*padding-top: 15px;*/
}

    .header-holder .date {
        color: #a1a0a0;
        position: absolute;
        top: 25px;
        text-align: left;
        left: 10px;
    }

    .header-holder .top {
        background-color: white;
        border-bottom: 1px solid #e6e6e6;
        position: fixed;
        width: 100%;
        z-index: 10000;
        top: 0;
    }


    .header-holder .date .minutes {
        margin-left: -3px;
    }

    .header-holder .date .hours {
        margin-right: -2px;
    }

    .header-holder .logo {
        text-align: center;
        /*        display: block;*/
        max-height: 60px;
    }

        .header-holder .logo img {
            display: inline-block;
            max-height: 45px;
            max-width: 139px;
            margin-top: 5px;
            margin-right: 10px;
        }



.menu-categories {
    border-top: 2px solid #e6e6e6;
    overflow: hidden;
    padding: 2px;
    /*        padding-top: 50px;*/
}

    .menu-categories div {
        float: right;
        width: 25%;
        height: 28px;
    }


    .menu-categories a {
        margin: 2px 2px;
        overflow: hidden;
        display: block;
        padding: 5px 0px 3px;
        text-align: center;
        border: 1px solid #e7e7e7;
        color: #9f9f9f;
        background-color: white;
        font-family: Almoni-dl-aaa,Arial;
        font-size: 14px;
        font-weight: bold;
    }

        .menu-categories a.Marked {
            color: #c81b1f;
        }

.header-holder .options {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    text-align: center;
    margin-top: 7px;
    font-size: 0px;
    overflow: hidden;
}

    .header-holder .options .third-column-tab {
        /*float: right;*/
        display: inline-block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.333333%;
        margin: 2px 0px;
        font-size: 14px;
        float: right;
    }

.header-holder .opened-icon {
    height: 25px;
    margin-top: 11px;
    margin-bottom: 11px;
    margin-left: 11px;
    margin-right: 11px;
}

.header-holder .options .third-column-tab .red-mail {
    display: none;
}

.header-holder .back {
    /*position: absolute;*/
    display: inline-block;
    top: -2px;
    right: 10px;
    display: block;
    font-size: 14px;
    width: 80px;
    color: #999999;
    line-height: 28px;
}

    .header-holder .back img {
        float: right;
        height: 24px;
        margin-top: 13px;
    }

.header-holder .option {
    float: right;
}



.header-holder .dropdown {
    display: none;
    position: fixed;
    top: 45px;
    right: 0px;
    width: 100%;
    background: #2f2f2f;
    z-index: 1000;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    height: 95%;
}

    .header-holder .dropdown li {
        color: white;
        border-top: 1px solid #f1f1f1;
        margin-left: 10px;
        margin-right: 10px;
        height: 6%;
    }

        .header-holder .dropdown li a {
            display: block;
            line-height: 42px;
            padding-right: 25px;
        }

        .header-holder .dropdown li .dropdown-option-selected {
            background-color: #333333;
            color: white;
        }


.header-holder .options .third-column-tab .regular-site {
    display: none;
    /*background: url('/mobile/Images/Build/back_to_site.png');*/
    /*background-repeat: no-repeat;
                background-position: 24px center;
                padding-left: 15px;*/
}

.header-holder .options .third-column-tab .home-page {
    display: block;
    /*background: url('/mobile/Images/Build/hp_icon.png');*/
    /*background-repeat: no-repeat;
                background-position: 10px center;*/
}


.header-holder .options .third-column-tab span {
    float: right;
    margin: 0px 5px 0 0;
}

.header-holder .options .third-column-tab img {
    float: right;
    margin: 5px 5px 0 0;
}

.header-holder .options .third-column-tab a {
    overflow: hidden;
}

/*======= footer content ==============*/
.btn_accessibility {
    left: 55px !important;
    top: 5px !important;
}

.footer-holder {
    /*background: url('/mobile/Images/Build/footer_bg.png');*/
    background-color: white;
    background-position: bottom;
    line-height: 20px;
    margin: 10px 0 0 0;
    padding: 0 12px 12px 12px;
}

    .footer-holder .footer-logo {
        display: block;
    }

    .footer-holder .footer-logo {
        max-width: 200px;
        margin: auto;
    }

    .footer-holder .text-block {
        overflow: hidden;
        width: 100%;
    }


        .footer-holder .text-block a {
            color: #c81b1f;
            font-weight: bold;
        }


    .footer-holder .rights {
        font-size: 10px;
    }


/*========= default page and common construncted elements =======*/

.background-layout {
    /*padding: 10px 8px 40px 8px;*/
}

.shadows {
    -webkit-box-shadow: #cccccc 0px 2px 2px 2px;
    box-shadow: #cccccc 0px 2px 2px 2px;
}

.default-page {
}

.article-category {
    font-family: Almoni-dl-aaa,Arial;
    font-size: 18px;
    margin-bottom: 10px;
    color: #999999;
    margin-right: 10px;
}

.RightIcon {
    margin: 5px;
    top: 5px;
    right: 0px;
    position: absolute;
    background-color: #cd2818;
    color: white !important;
    padding: 3px 5px;
    font-weight: bold;
    max-width: 35%;
    font-size: 12px;
    line-height: 14px;
}

.main-article-container {
    background: white;
    padding: 0px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 135px;
    overflow: hidden;
    position: relative;
}

    .main-article-container .RightIcon {
        max-width: 40%;
        top: 10px;
    }


    .main-article-container .video-icon {
        margin: 0px;
        right: 5px;
        top: 5px;
        position: absolute;
        height: 18px;
        width: 18px;
        background-image: url('/images/OldPortal/v1_2/hp/icon_video.png');
    }

    .main-article-container .padding {
        float: left;
        width: 50%;
        height: 117px;
        overflow: hidden;
        padding-top: 7px;
    }

    .main-article-container img {
        width: 47%;
        float: right;
        /*max-height:300px;*/
    }

    .main-article-container h1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        padding-left: 10px;
        font-family: 'Almoni-dl-aaa',Arial;
    }

    .main-article-container .article-sub-header {
        font-size: 15px;
        line-height: 18px;
        padding-left: 10px;
    }

.mobile-redTitle {
    color: #fff;
    position: relative;
    background-color: #b63238;
    font-size: 17px;
    bottom: -5px;
    display: none;
}

.inner-redText {
    position: absolute;
    bottom: -1px;
    right: 2px;
    background-color: #b63238;
    padding: 2px 2px 2px 10px;
}

.banner {
    margin: 10px auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
    /*margin: auto;*/
    position: relative;
}

    .banner .Banner {
        color: transparent;
        display: inline-block;
        height: 100%;
        text-align: center;
        margin: auto;
    }

    .banner .iframe_cover {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: block;
        max-width: 100%;
    }

    .Banner .iframe_cover {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: block;
        max-width: 100%;
    }


    .banner .Banner img {
        display: inline-block;
        margin: auto;
    }

.banner-info {
    width: 100%;
    background-color: black;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 10px;
    text-align: center;
}
/*===== common triple block and it's item =======*/

.triple-block {
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    margin-bottom: 10px;
}

.blue {
    background-color: white;
}

.triple-block .block-header {
    color: #c81b1f;
    text-align: right;
    padding-right: 5px;
    line-height: 25px;
    border-bottom: 2px solid #9f9f9f;
    font-size: 21px;
    font-family: 'Almoni-dl-aaa',Arial;
    overflow: hidden;
    max-height: 25px;
}

    .triple-block .block-header .all-articles {
        margin-left: 10px;
        font-size: 14px;
        font-weight: normal;
        float: left;
        color: #2f2f2f;
        font-family: Arial;
    }

.triple-block .repeater-container {
    border: 1px solid #efefef;
}

.triple-item {
    /*background-color: white;*/
    margin-bottom: 1px;
    padding: 10px 3px 0px 3px;
    font-size: 0px;
    display: block;
    position: relative;
    border-bottom: 1px solid #9f9f9f;
}

.triple-block .repeater-container .video-icon {
    margin: 0px;
    right: 5px;
    top: 5px;
    position: absolute;
    height: 18px;
    width: 18px;
    background-image: url('/images/OldPortal/v1_2/hp/icon_video.png');
    position: absolute;
}

.triple-item .title-red {
    color: #ff0f3e;
}

.triple-item:last-child {
    border-bottom: none;
}

.triple-item img {
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 6px;
    height: 80px;
    object-fit: cover;
}

.triple-item .triple-text {
    font-size: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 90px 0px 10px;
    height: 90px;
    line-height: 20px;
}

    .triple-item .triple-text .overflow {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        overflow: hidden;
        font-size: 16px;
    }

.blue .triple-item .triple-text .overflow {
    color: black;
}

    .blue .triple-item .triple-text .overflow .subtitle {
        color: black;
    }

.double_article .repeater-container {
    overflow: hidden;
}

.double_article .triple-item {
    width: 49%;
    margin: 0px;
    padding: 0px;
    float: right;
    height: auto;
}

    .double_article .triple-item:nth-child(2n+1) {
        float: left;
    }

    .double_article .triple-item img {
        width: 100%;
        float: none;
        position: static;
    }

    .double_article .triple-item .triple-text {
        padding: 5px;
        height: 120px;
    }



.triple-block.black {
    background-color: black;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
}

    .triple-block.black .triple-text {
        color: white;
    }

    .triple-block.black .repeater-container {
        border: none;
    }


    .triple-block.black .triple-item {
        border-bottom: none;
    }


.color-options {
    overflow: hidden;
    padding-top: 10px;
}

    .color-options .color-button {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        padding: 0px 0px 10px 6px;
        display: block;
        float: right;
    }

        .color-options .color-button:nth-of-type(2n) {
            padding: 0px 6px 12px 0px;
        }

        .color-options .color-button img {
            width: 100%;
        }

.bigger {
    height: 250px;
    line-height: 250px;
}


.post-list-pager {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    margin: 10px 0px 20px;
}

    .post-list-pager a:first-of-type {
        float: right;
        padding-right: 30px;
        margin-right: 10px;
        background: url('/mobile/images/build/dark_grey_arrow_icon_r.png');
        background-position: right center;
        background-repeat: no-repeat;
        display: block;
        line-height: 20px;
    }


    .post-list-pager a:last-of-type {
        float: left;
        padding-left: 30px;
        margin-left: 10px;
        background: url('/mobile/images/build/dark_grey_arrow_icon.png');
        background-position: left center;
        background-repeat: no-repeat;
        display: block;
        line-height: 20px;
    }


/*===== sub-options block ========*/

.sub-options {
}

    .sub-options li {
        background: white;
        margin-bottom: 1px;
    }

        .sub-options li a {
            background: url('/mobile/images/build/grey_arrow_icon.png');
            background-repeat: no-repeat;
            background-position: left center;
            margin-left: 10px;
            display: block;
            line-height: 42px;
            font-weight: bold;
            font-size: 14px;
            padding-right: 20px;
        }

/*===== article page =======*/




/*counter css*/

.counter-time-to-elections {
    width: 100%;
    background: #f0efea;
    border-radius: 3px;
    padding: 2px 0;
    margin-bottom: 8px;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(193,190,174,0.62);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(193,190,174,0.62);
    box-shadow: inset 0px 0px 5px 1px rgba(193,190,174,0.62);
    text-align: center;
    background-image: url(../../../Images/OldPortal/bg-ashdodnet-election.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 80px;
    background-position-y: bottom;
}

    .counter-time-to-elections .counter-text {
        font-size: 22px;
        color: #000;
        padding: 5px 8px;
        display: inline-block;
        font-weight: 600;
        font-family: 'Open Sans Hebrew', sans-serif;
    }

    .counter-time-to-elections .counter-count {
        display: inline-block;
    }

    .counter-time-to-elections .counter-days {
        display: inline-flex;
        direction: ltr;
    }

    .counter-time-to-elections .counter-hours {
        display: inline-flex;
        direction: ltr;
    }

    .counter-time-to-elections .counter-number {
        display: inline-flex;
        color: red;
        font-size: 26px;
        /*background: #fff;*/
        background-image: linear-gradient(to bottom, #fff, #f6f6f6 50%, white 50%);
        margin: 3px;
        padding: 4px 7px;
        font-weight: bold;
        border-radius: 3px;
        /*-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
        -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);*/
        background: rgba(246,246,246,1);
        background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(240,240,240,1) 53%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(53%, rgba(240,240,240,1)), color-stop(56%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(240,240,240,1) 53%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(240,240,240,1) 53%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(240,240,240,1) 53%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(240,240,240,1) 53%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0 );
        font-family: 'Lato', sans-serif;
    }

    .counter-time-to-elections .counter-days-text {
        display: inline-block;
        font-family: 'Open Sans Hebrew', sans-serif;
        font-size: 18px;
    }



/*end counter css*/




.article-block {
    background: white;
    font-size: 15px !important;
    overflow: hidden;
    line-height: 18px;
}

    .article-block * {
        font-size: 19px !important;
        line-height: 27px;
        direction: rtl;
    }


    .article-block ul {
        list-style-type: circle;
        padding: 10px 30px 10px 10px;
    }

    .article-block ol {
        list-style: decimal;
        padding: 10px 30px 10px 10px;
    }


    .article-block .postImageContainer {
        position: relative;
    }

    .article-block .magnifying-glass {
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .article-block .magnifying-glass i {
            font-size: 20px;
            cursor: pointer;
        }

    .article-block .BlogHeader img {
        width: 100%;
    }

    .article-block .article-theme {
        color: #a1a0a0;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #a1a0a0;
        margin: 0px 10px 10px 10px;
        padding: 8px 0px;
    }

    .article-block .article-header {
        font-size: 24px !important;
        line-height: 22px;
        margin: 20px 10px 0 10px;
        font-family: 'Almoni-dl-aaa',Arial;
        font-weight: 700;
    }

    .article-block .article-info {
        font-size: 12px;
        color: #a1a0a0;
        margin: 5px 10px 0 10px;
        border-top: 1px solid #7e817a;
    }

    .article-block .article-sub-header {
        font-weight: bold;
        margin: 10px 10px 20px 10px;
        line-height: 22px;
    }

    .article-block img {
        width: 100%;
        height: auto;
        float: none !important;
    }

    .article-block .article-text {
        margin: 20px 10px 30px 10px;
        line-height: 20px;
    }

        .article-block .article-text a {
            color: blue;
            text-decoration: underline;
        }

        .article-block .article-text p {
            margin-bottom: 20px;
            position: relative;
        }

        .article-block .article-text iframe {
            width: 100% !important;
        }

        .article-block .article-text video {
            width: 100% !important;
            height: 350px !important;
        }

        .article-block .article-text .image-caption {
            background-color: black;
            color: white;
            padding: 3px;
            font-size: 16px;
            margin-bottom: 15px;
        }

.white-block {
}

.Padding10 {
}

    .Padding10 .comment-box-header {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
    }

.fb-root {
    overflow: hidden;
}

.facebook-block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #cccccc;
    background: white;
}

    .facebook-block span {
        /*box-sizing:content-box;*/
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px 10px 10px 10px;
        width: 100% !important;
    }


        .facebook-block span iframe {
            width: 100% !important;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            position: relative;
        }

.fbFeedbackContent .composerHider {
    border-top: none !important;
}


/*==== bezeq page ==========*/


.search-page-header {
    font-size: 18px;
    line-height: 32px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.search-block {
    position: relative;
}

    .search-block .bezeq-bg {
        width: 100%;
        height: 300px;
    }

    .search-block .search-block-floater {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 27% 7% 10% 7%;
    }

.input-block {
    background: white;
    border-radius: 6px;
    -webkit-box-shadow: inset #273283 0px 0px 2px 2px;
    box-shadow: inset #273283 0px 0px 2px 2px;
    width: 100%;
    font-size: 0px;
    display: block;
    margin-bottom: 10px;
}

    .input-block .text-box-value {
        font-size: 18px;
        line-height: 36px;
        display: inline-block;
        margin-right: 10px;
    }

    .input-block input {
        font-size: 14px;
        display: inline-block;
        line-height: 36px;
        border: none;
        margin-right: 10px;
        background: transparent;
    }


    .input-block:nth-of-type(2) input {
        width: 112px;
    }

.search-button {
    background: url('/mobile/Images/Bezeq Build/bezeq_hp_search_btn.png');
    width: 103px;
    height: 47px;
    float: left;
    display: block;
    cursor: pointer;
    margin-left: -4px;
}

.categories {
    margin-top: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

    .categories .categories-title {
        line-height: 41px;
    }

    .categories .BCatList {
    }

        .categories .BCatList li {
            background: white;
            color: #273283;
            line-height: 41px;
        }

            .categories .BCatList li a {
                background: url('/mobile/Images/Build/grey_arrow_icon.png');
                background-repeat: no-repeat;
                background-position: left center;
                margin-left: 10px;
                padding-right: 10px;
                display: block;
            }


/* bezeq inner page*/


.search-results-block {
    margin: 10px 0px 0px 0px;
    background: white;
    border-radius: 6px;
    font-size: 14px;
    overflow: hidden;
}

    .search-results-block .blue_header {
        background: #00508f;
        color: white;
        line-height: 40px;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        padding: 0px 10px 0px 10px;
        margin: 2px;
        display: block;
    }

.results-list {
    margin-top: 10px;
}

    .results-list .item {
        margin: 0px 11px 7px 11px;
    }


        .results-list .item .middle {
            background: #f2f2f2;
            border: 1px solid #e6e6e6;
            border-radius: 5px;
            padding: 10px 8px 10px 8px;
            font-weight: bold;
        }

    .results-list .item_selected {
    }

        .results-list .item_selected .middle {
            background: #d6e7f9;
        }

.middle .header {
    color: #00508f;
    font-size: 16px;
    margin-bottom: 5px;
}

.middle .adress_box {
    overflow: hidden;
    line-height: 20px;
}

    .middle .adress_box .adress_icon {
        background: url('/mobile/images/Bezeq Build/b_home_icon.png');
        width: 18px;
        height: 17px;
        float: right;
        margin-left: 4px;
        margin-top: 2px;
    }

    .middle .adress_box .adress {
        float: right;
    }

.middle .phone_box {
}

    .middle .phone_box .phone_icon {
        background: url('/mobile/images/Bezeq Build/b_phone_icon.png');
        /*display: none;*/
    }

    .middle .phone_box .phone {
        /*display: none;*/
    }

.results-list .item .middle .show_number {
    display: block;
    text-decoration: underline;
    color: #304b9a;
}

.results-list .item_selected .middle .phone_box .phone_icon {
    display: block;
}

.results-list .item_selected .middle .phone_box .phone {
    display: block;
}

.results-list .item_selected .middle .show_number {
    display: none;
}

.middle span {
    color: #7e817a;
    font-weight: normal;
    font-size: 12px;
    margin: 8px 0 8px 0;
    display: block;
    line-height: 18px;
}

.middle .buttons {
    text-align: center;
}

    .middle .buttons .web {
        display: inline-block;
        color: white;
        font-size: 12px;
        background: url('/mobile/Images/Bezeq Build/b_website_btn.png');
        padding: 5px 25px 6px 22px;
    }

    .middle .buttons .map {
        display: inline-block;
        background: url('/mobile/Images/Bezeq Build/b_map_btn.png');
        padding: 5px 25px 6px 9px;
    }


/*===== search page pager =====*/

.pager {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 10px 8px 10px 8px;
    font-weight: bold;
    margin: 0px 11px 7px 11px;
    color: #7e817a;
    text-align: center;
}

    .pager a:first-of-type {
        background: url('/mobile/images/Bezeq Build/paging_right_arrow.png');
        float: right;
        display: block;
        width: 10px;
        height: 18px;
    }

    .pager a:last-of-type {
        background: url('/mobile/images/Bezeq Build/paging_left_arrow.png');
        float: left;
        display: block;
        width: 10px;
        height: 18px;
    }

    .pager .page {
        min-width: 20px;
        display: inline-block;
    }

        .pager .page_selected,
        .pager .page:hover {
            font-size: 16px;
            color: black;
            line-height: 16px;
        }


/*===== inner article galleria =====*/

.galleria-wrapper {
    margin: 10px 0 0 0;
}

    .galleria-wrapper img {
        margin-bottom: 10px;
        width: 100%;
    }


.fb_iframe_widget {
    overflow: hidden;
}

.sticky-banner {
    z-index: 500;
    bottom: 0px;
    left: 50%;
    margin-left: -160px;
    position: fixed;
}

    .sticky-banner .Banner {
        margin: auto 0;
    }


.mobile-banner {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 10000000;
    width: 100%;
    overflow: hidden;
}

    .mobile-banner .banner-place {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        overflow: hidden;
        /*margin: 46px 0;*/
        /*left: 50%;*/
        /*width: 320px;
        height: 355px;*/
        /*margin-left: -170px;*/
    }



    .mobile-banner .Banner {
        width: 100% !important;
        height: 100% !important;
    }

        .mobile-banner .Banner img {
            height: 100% !important;
            width: 100% !important;
            object-fit: contain;
        }

    .mobile-banner .close-btn {
        position: fixed;
        top: 5px;
        left: 10px;
        padding: 0;
        background-color: #ffffff;
        color: black;
        font-weight: bold;
        font-size: 35px;
        z-index: 1000;
        display: none;
    }

.top-big-box {
    margin-left: -15px !important;
    margin-right: -15px !important;
    overflow-x: hidden;
    position: relative;
}


    .top-big-box .close-btn {
        position: absolute;
        top: 5px;
        left: 10px;
        padding: 0;
        color: black;
        font-weight: bold;
        font-size: 35px;
        z-index: 1000;
    }

strong {
    font-weight: bold;
}


.triple-text .subtitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin-top: 3px;
}

.app_banner {
    font-family: fbogen,Arial;
    position: absolute;
    bottom: 0px;
    background-color: #cd221c;
    left: 0px;
    right: 0px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
}

    .app_banner h2 {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .app_banner .images {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .app_banner img {
        width: 45%;
        float: left;
    }

    .app_banner a:first-child img {
        float: right;
    }


.mobile_redirect {
}



.survey_list {
    width: 100%;
}

    .survey_list th.result {
        /*background-image: url('/images/oldPortal/survey_result.png');*/
        background-color: #0c4175;
        /*width: 100%;*/
        height: 30px;
        line-height: 30px;
        font-size: 19px;
        color: white;
        text-align: center;
        font-family: 'fbogen',Arial;
        border-bottom: 2px solid white;
    }

    .survey_list h3 {
        font-weight: bold;
        font-size: 12px;
    }

    .survey_list td {
        background-color: #eeeeee;
        border-bottom: 2px solid white;
        border-left: 2px solid white;
        vertical-align: middle;
        text-align: right;
    }

        .survey_list td.vote {
            width: 59px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .survey_list td.vote a {
                background-image: url('/images/oldPortal/vote_btn.png');
                width: 59px;
                height: 24px;
                display: inline-block;
                cursor: pointer;
            }

            .survey_list td.vote .selected {
                background-image: url('/images/oldPortal/your_vote.png');
                width: 59px;
                height: 24px;
                display: inline-block;
            }

        .survey_list td.img {
            width: 105px;
            vertical-align: middle;
            text-align: center;
        }

            .survey_list td.img img {
                margin: 0px;
                width: auto;
            }

        .survey_list td.title {
            padding-right: 10px;
            text-align: right;
            width: 30%;
        }

        .survey_list td.procent {
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #787878;
        }


.board-bg {
    background-color: #f6f4f4;
}

h1.red {
    font-size: 20px;
    color: #c81b1f;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.board-search-block {
    background-color: white;
    padding: 10px;
}

    .board-search-block .search-btn {
        display: block;
        background-color: #c81b1f;
        color: white;
        padding: 10px;
        margin-top: 10px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .board-search-block select, .board-search-block input[type=text] {
        width: 100%;
        margin-bottom: 10px;
        height: 30px;
    }

    .board-search-block h2 {
        font-weight: bold;
        margin-bottom: 5px;
    }

.board-table {
    padding: 10px;
}

    .board-table table {
        width: 100%;
        direction: rtl;
        background-color: white;
    }

        .board-table table td {
            text-align: right;
            direction: rtl;
            font-size: 14px;
            padding: 10px 5px;
            border-left: none;
            border-right: none;
        }

        .board-table table tr.Header td {
            background-color: #333333;
            color: white;
            font-weight: bold;
            padding: 8px 2px;
        }

        .board-table table .RowSeperator {
            border-bottom: 1px solid #7e817a;
            border-top: 1px solid #7e817a;
            height: 1px;
            padding: 0px;
            overflow: hidden;
        }

            .board-table table .RowSeperator .AdSeperator {
                display: none;
            }

            .board-table table .RowSeperator .Desc {
                display: none;
            }

.AdSeperator, .AdSeperator > tbody > tr, .AdSeperator > tbody > tr > td {
    display: block;
}

.AdSeperatorSide .Title {
    font-weight: bold;
    margin-bottom: 5px;
}

.DetailsTable {
    width: 100%;
}

    .DetailsTable td {
        padding: 5px !important;
    }

        .DetailsTable td:first-child {
            font-weight: bold;
        }

        .DetailsTable td:last-child {
            text-align: left;
        }

    .DetailsTable tr:nth-child(2n+1) td {
        background-color: #f2f2f2;
    }

.AdSeperator .price {
    background-color: #dc3614;
    color: white !important;
    padding: 10px 5px;
    font-size: 20px;
}

.ImagesHeader .addthis_toolbox {
    display: none;
}



.BannerPlace {
    background-color: #eeeeee;
    text-align: center;
}


.AdBigImageDiv img {
    width: 100%;
}

.AdSmallImagesDiv {
}

    .AdSmallImagesDiv a {
        display: inline-block;
        width: 33%;
    }

    .AdSmallImagesDiv img {
        width: 100%;
        margin: 2px;
        height: 70px;
        display: inline-block;
    }

.board-categories {
    padding: 10px;
    overflow: hidden;
}

    .board-categories div {
        float: right;
        width: 50%;
    }


        .board-categories div a {
            display: block;
            margin: 5px;
            color: white;
            font-size: 16px;
            font-weight: bold;
            padding: 10px;
            text-align: center;
            background-color: #173887;
        }

        .board-categories div:nth-child(6n+1) a {
            background-color: #7ca42b;
        }

        .board-categories div:nth-child(6n+2) a {
            background-color: #fa9b2c;
        }

        .board-categories div:nth-child(6n+3) a {
            background-color: #ff0066;
        }

        .board-categories div:nth-child(6n+4) a {
            background-color: #cc99ff;
        }

        .board-categories div:nth-child(6n+5) a {
            background-color: #00ccff;
        }

.BoardPager .Page {
    font-size: 16px;
    display: inline-block;
    border: 1px solid black;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 2px;
    text-align: center;
}


.BoardPager .CurrentPage {
    font-weight: bold;
}


.Banner {
    margin-bottom: 10px;
    position: relative;
}

    .Banner.no-margin {
        margin-bottom: 0px;
    }

.text-links {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Almoni-dl-aaa;
}

    .text-links h2 {
        background-color: #c81b1f;
        color: white;
        padding: 3px 5px;
        font-size: 16px;
        font-weight: bold;
    }

        .text-links h2 div {
            float: left;
            font-weight: normal;
            font-size: 14px;
        }

    .text-links .link {
        background-image: url('/Images/OldPortal/Mobile/deals_box.png');
        background-position: right center;
        background-repeat: no-repeat;
        max-width: 390px;
        height: 162px;
        margin: auto;
        display: block;
    }

        .text-links .link img {
            float: right;
            width: 120px;
            height: 120px;
            margin-left: 20px;
            margin-bottom: 10px;
            margin-right: 20px;
            margin-top: 10px;
        }

        .text-links .link h3 {
            color: white;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
            padding-top: 20px;
            padding-left: 10px;
        }

        .text-links .link div {
            margin-top: -8px;
            padding-right: 8px;
        }


.bottom-deals {
    overflow: hidden;
    padding-bottom: 2px;
    /*border-bottom: 2px solid #cd2818;*/
    margin-bottom: 15px;
    /*padding: 10px 0;*/
    /*background-color: #ededed;*/
    /*box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.3);*/
}

    .bottom-deals h2 {
        color: #cd2818;
        font-size: 18px;
        font-family: Almoni-dl-aaa;
        font-weight: bold;
        padding-bottom: 2px;
        margin-bottom: 5px;
        padding: 5px 0;
        text-align: center;
    }

    .bottom-deals .item {
        width: 50%;
        float: right;
        overflow: hidden;
        /*margin-right: 10px;*/
    }

    .bottom-deals hr {
        margin-bottom: 20px;
        width: 94%;
    }

    .bottom-deals .item a {
        color: black;
        font-weight: bold;
        font-size: 14px;
    }


    .bottom-deals .item img {
        width: 95%;
        margin-bottom: 5px;
    }

    .bottom-deals .item div {
        height: 60px;
        padding-left: 10px;
    }

.SiteSelector {
    text-align: center;
    border: 1px dashed gray;
    padding-top: 50px;
}

    .SiteSelector a {
        display: inline-block;
        margin: 5px 5px;
    }


.center-banner {
    margin: 10px auto;
}

.ResultsPagerContainer a {
    border: 1px solid #ccd7db;
    min-width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 2px;
    color: #7c7c7c;
    line-height: 18px;
    vertical-align: middle;
}

.ResultsPagerContainer {
    background-color: White;
    line-height: 17px;
    padding: 3px;
    margin-top: 5px;
    text-align: left;
    direction: ltr;
}

    .ResultsPagerContainer .ResultsPager {
        display: none;
    }

    .ResultsPagerContainer .PrevBtn {
        background-image: url('/images/oldPortal/v1_2/sub_category/paging_arrow_left.png');
        width: 18px;
        height: 18px;
        line-height: 17px;
        cursor: pointer;
        border: 0px solid #ccd7db;
        text-align: right;
        vertical-align: bottom;
        display: inline-block;
    }

        .ResultsPagerContainer .PrevBtn:hover {
            background-image: url('/images/oldPortal/v1_2/sub_category/paging_arrow_left_h.png');
            color: White;
            text-decoration: none;
        }

    .ResultsPagerContainer .NextBtn {
        border: 0px solid #ccd7db;
        background-image: url('/images/oldPortal/v1_2/sub_category/paging_arrow_right.png');
        text-align: left;
        width: 18px;
        height: 18px;
        line-height: 17px;
        cursor: pointer;
        display: inline-block;
    }

        .ResultsPagerContainer .NextBtn:hover {
            background-image: url('/images/oldPortal/v1_2/sub_category/paging_arrow_right_h.png');
            color: White;
            text-decoration: none;
        }


    .ResultsPagerContainer .SelectedPage {
        color: #cd2818;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-left: 2px;
        vertical-align: middle;
        margin-right: 5px;
    }

.share {
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 10px;
}

    .share img {
        width: auto !important;
        float: left !important;
        margin-right: 5px;
    }

#fullsizeimage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    display: none;
}

img#fullsizeImageSrc {
    max-width: 90%;
    max-height: 500px;
    margin: 0 auto;
    vertical-align: middle;
}

.image-popup-container {
    text-align: center;
    margin-top: 50%;
    position: relative;
}

.popupClose {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 24px;
    right: 0;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    cursor: pointer;
}

    .popupClose:hover {
        text-decoration: none;
    }



@media only screen and (max-width: 400px) {
    .bottom-deals .item {
        width: 50%;
    }
}

@media only screen and (max-width: 321px) {
    .bottom-deals .item {
        width: 46%;
    }
}

.block-footer {
    text-align: left;
    padding: 5px;
}

.red-arrow {
    background-color: #fff;
    color: red;
    font-size: 16px !important;
}

.fullWidthBanner {
    width: 100% !important;
    text-align: center;
}

    .fullWidthBanner > img {
        margin: auto;
    }

.deals-slider, .deals-slider * {
    direction: ltr;
}

    .deals-slider img {
        width: 100%;
        height: 114px;
    }

    .deals-slider .slick-prev:before, .deals-slider slick-next:before {
        color: black;
    }

.search-panel {
    text-align: center;
    overflow: hidden;
    padding: 5px;
}

    .search-panel input {
        width: 80%;
        height: 24px;
        padding: 0px;
        line-height: 24px;
        float: right;
    }

    .search-panel button {
        float: left;
        width: 15%;
        height: 28px;
        color: red;
        font-weight: bold;
        background-color: white;
        padding: 0px;
        line-height: 24px;
    }

.corona-counter {
    text-align: center;
    overflow: hidden;
}

    .corona-counter > div {
        padding: 10px 0px;
        width: 25%;
        float: right;
    }

        .corona-counter > div > div {
            font-size: 16px;
        }


.post-overflow {
    overflow: hidden;
    max-height: 259px;
    position: relative;
}

    /*.post-overflow:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(transparent 94px, white);
        z-index: 1000000;
    }*/

    .post-overflow .read-more {
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -100px;
        width: 200px;
        background-color: #eeeeee;
        color: #cd2818;
        border: 1px solid gray;
        border-radius: 4px;
        z-index: 1000001;
        cursor: pointer;
        text-align: center;
        padding: 10px;
        font-size: 24px;
        font-weight: bold;
    }


    .post-overflow .share {
        display: none;
    }


.index-block {
}

    .index-block h2 {
        background-color: #1893cf;
        padding: 10px 5px;
        color: white;
        font-size: 14px;
        font-weight: bold;
    }

    .index-block > div {
        width: 50%;
        float: right;
    }

        .index-block > div > div {
            margin: 5px;
            border: 1px solid #e0e0e0;
            padding: 5px;
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            background-color: #f1f1f1;
            overflow: hidden;
        }

            .index-block > div > div img {
                float: right;
                margin-left: 5px;
            }


.board-block {
    background-color: #f1f1f1;
}

    .board-block h2 {
        background-color: #1893cf;
        padding: 10px 10px;
        color: white;
        font-size: 24px;
        font-weight: bold;
    }

    .board-block .links {
        margin-top: 10px;
        overflow: hidden;
    }

        .board-block .links > div {
            width: 25%;
            float: right;
        }



            .board-block .links > div a {
                margin: 5px;
                padding: 10px 0px;
                display: block;
                background-color: #1893cf;
                color: white;
                font-size: 13px;
                text-align: center;
            }

            .board-block .links > div:nth-child(4n+2) a {
                background-color: #18c9cf;
            }

            .board-block .links > div:nth-child(4n+3) a {
                background-color: #18cf7c;
            }

            .board-block .links > div:nth-child(4n+4) a {
                background-color: #9ed017;
            }

    .board-block .ad {
        display: block;
        background-color: white;
        margin-bottom: 2px;
        padding: 5px;
        font-size: 17px;
    }

        .board-block .ad h3 {
            font-weight: bold;
            margin-bottom: 5px;
        }

.main-image {
    background-color: black;
    padding: 10px;
    position: relative;
}

    .main-image h2 {
        font-size: 16px;
        background-color: #252872;
        color: white;
        margin-top: 10px;
        font-weight: bold;
        padding: 5px;
    }

    .main-image img {
        width: 100%;
    }

    .main-image .top-icon {
        background-image: url('/Images/OldPortal/hashavua.png');
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        top: 20px;
        left: 20px;
        height: 32px;
        width: 120px;
    }

.big-first > .repeater-container > *:first-child {
    background-color: white;
    color: black !important;
}

    .big-first > .repeater-container > *:first-child img {
        width: 100% !important;
        height: 200px;
        float: none;
    }

    .big-first > .repeater-container > *:first-child img {
        width: 100% !important;
        height: 200px;
        float: none;
    }

    .big-first > .repeater-container > *:first-child .overflow {
        max-height: 100px;
        font-size: 20px;
    }


.triple-text .about {
    display: none;
}

.search-content {
    margin-bottom: 10px;
    overflow: hidden;
}

    .search-content img {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
    }


.carusel-banner {
}

    .carusel-banner .item {
        border: 1px solid #e6e6e6;
        direction: rtl;
        width: 100%;
        background-color: #e6e6e6;
        margin-bottom: 10px;
    }

        .carusel-banner .item img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .carusel-banner .item h3 {
            font-size: 16px;
            font-weight: bold;
            padding: 5px;
        }

        .carusel-banner .item div {
            font-weight: normal;
            padding: 5px;
        }

        .carusel-banner .item h3 btn {
            float: left;
            border: 1px solid #7e817a;
            border-radius: 5px;
            padding: 10px 5px;
            margin-top: 6px;
        }

    .carusel-banner .active .item {
        margin-bottom: -20px;
    }


.article-text h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #cd2818;
    border-top: 5px solid #cd2818;
    padding-top: 5px;
    margin-bottom: 20px;
    margin-top: 28px;
    padding-top: 10px;
}


.category-publish-items {
    font-size: 16px;
    margin-bottom: 10px;
}

    .category-publish-items > div {
        border: 1px solid #ccd7db;
        padding: 0px;
        margin-bottom: 5px;
        /*width: 298px;*/
        overflow: hidden;
    }

    .category-publish-items h3 {
        margin-top: 5px;
        color: #cd2818;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .category-publish-items img {
        height: 90px;
        width: 90px;
        float: right;
        margin-left: 10px;
    }

    .category-publish-items > div div {
        max-height: 30px;
        margin-bottom: 10px;
    }

    .category-publish-items a {
        color: #cd2818;
        font-weight: bold;
        text-decoration: underline;
    }



.follow-links {
    font-size: 14px;
    margin-bottom: 20px;
}

    .follow-links a {
        color: black;
        text-decoration: underline;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

    .follow-links img {
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-bottom: -5px;
    }


.rated-post {
    font-size: 16px;
    padding-left: 10px;
}

    .rated-post h2 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

    .rated-post .total {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

    .rated-post .ratings-count {
        text-align: center;
    }

        .rated-post .ratings-count div {
            background-color: #ffc400;
            margin: auto;
            padding: 5px 8px;
            border-radius: 50px;
            display: inline-block;
        }

    .rated-post table {
        margin-top: 20px;
        width: 100%;
        font-size: 16px;
        margin-bottom: 30px;
    }

        .rated-post table td {
            font-weight: bold;
            display: block;
            text-align: right;
        }

            .rated-post table td img {
                padding: 0px;
                margin: 0px;
                width: auto !important;
                display: inline;
            }

    .rated-post .login {
        cursor: pointer;
        border-radius: 10px;
        margin: 2px 10px;
        font-size: 16px;
        font-weight: bold;
        color: #39579b;
        overflow: hidden;
        line-height: 40px;
        margin-bottom: 20px;
        text-align: center;
    }

        .rated-post .login img {
            float: left;
        }

    .rated-post .recomendation {
        padding: 20px;
        border-top: 2px solid #cedada;
    }

        .rated-post .recomendation .title {
            margin-bottom: 5px;
        }

        .rated-post .recomendation img {
            zoom: 0.7;
            width: auto !important;
            display: inline;
        }

        .rated-post .recomendation .float-date {
            float: left;
        }

        .rated-post .recomendation .rating-content {
            margin: 20px 0px 0px 0px;
        }

    .rated-post .post-rating {
        border: 1px solid #d3dede;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .rated-post .post-rating button {
            background-color: #cd2818;
            border: 0px;
            border-block: none;
            padding: 10px 30px;
            border-radius: 10px;
            margin-bottom: 20px;
            margin: 20px;
            color: white;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
        }

        .rated-post .post-rating select {
            width: 100%;
            padding: 5px;
            border: 1px solid #cedada;
            border-radius: 5px;
        }

    .rated-post textarea {
        width: 96%;
        height: 100px;
        border: 1px solid #cedada;
        border-radius: 5px;
        padding: 2%
    }


    .rated-post .actions {
        text-align: center;
        margin: 20px 0px;
    }

        .rated-post .actions .cancel {
            text-decoration: underline;
        }

.rated-tags {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

    .rated-tags a {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #cd2818;
        color: black;
        border-radius: 100px;
        margin: 5px;
        font-size: 14px;
        text-decoration: none;
    }

        .rated-tags a.active {
            border: 1px solid #b73535;
            color: white;
            background-color: #b73535;
        }





.article-ad-container {
    background: white;
    padding: 0px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    padding-top: 10px;
    height: 135px;
    overflow: hidden;
    position: relative;
}

    .article-ad-container .RightIcon {
        max-width: 40%;
        top: 10px;
    }


    .article-ad-container .video-icon {
        margin: 0px;
        right: 5px;
        top: 5px;
        position: absolute;
        height: 18px;
        width: 18px;
        background-image: url('/images/OldPortal/v1_2/hp/icon_video.png');
    }

    .article-ad-container .padding {
        float: left;
        width: 50%;
        height: 117px;
        overflow: hidden;
        padding-top: 7px;
    }

    .article-ad-container img {
        width: 47%;
        float: right;
        /*max-height:300px;*/
    }

    .article-ad-container h1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        padding-left: 10px;
        font-family: 'Almoni-dl-aaa',Arial;
    }

    .article-ad-container .article-sub-header {
        font-size: 15px;
        line-height: 18px;
        padding-left: 10px;
    }
