﻿/*horizontal View*/
.newsTiker {
    background: rgba(0,0,0,0.50);
    height: 36px;
    position: absolute;
    z-index: 4;
    padding: 0 43px 0 33px;
    margin: 0 0 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

    .newsTiker .newsTiker_ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .newsTiker .newsTiker_ul .newsTiker_li {
            direction: rtl;
            text-align: right;
            padding: 0 0 0 0;
            margin: 0;
            width: auto !important;
            overflow: hidden;
            margin: 0 10px 0 0;
            padding: 0 0 0 20px;
        }

            .newsTiker .newsTiker_ul .newsTiker_li A {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                color: #fff;
            }

    .newsTiker H3 {
        display: none;
        float: right;
        color: #fff;
        margin: 6px 0 0 6px;
    }

    .newsTiker .newsTiker_ul .newsTiker_li a:hover,
    .newsTiker .newsTiker_ul .newsTiker_li a:focus,
    .newsTiker .newsTiker_ul .newsTiker_li a:active {
        text-decoration: underline !important;
    }

    .newsTiker .newsTiker_ul .newsTiker_li A {
        font: normal 1.6em/34px 'BlenderBold', Arial;
        padding-bottom: 0;
        position: relative;
        padding-left: 10px;
        padding-top: 5px;
    }

        .newsTiker .newsTiker_ul .newsTiker_li A span.time:hover,
        .newsTiker .newsTiker_ul .newsTiker_li A span.time:focus,
        .newsTiker .newsTiker_ul .newsTiker_li A span.time:active,
        .newsTiker .newsTiker_ul .newsTiker_li A span.news:hover,
        .newsTiker .newsTiker_ul .newsTiker_li A span.news:focus,
        .newsTiker .newsTiker_ul .newsTiker_li A span.news:active {
            color: #c3c3c3;
            text-decoration: underline !important;
        }

        .newsTiker .newsTiker_ul .newsTiker_li A span.time {
            display: inline-block;
            font: normal 1.4em/34px 'BlenderBold', Arial;
            padding-bottom: 0;
            position: relative;
            padding-left: 10px;
        }

            .newsTiker .newsTiker_ul .newsTiker_li A span.time:after {
                content: "";
                background: #fff;
                width: 1px;
                height: 12px;
                position: absolute;
                left: 0px;
                top: 50%;
                margin-top: -6px;
            }

            .newsTiker .newsTiker_ul .newsTiker_li A span.time SPAN {
                display: none;
            }

        .newsTiker .newsTiker_ul .newsTiker_li A span.news {
            display: inline-block;
            font: normal 1.6em/34px 'blenderRegular', Arial;
            padding: 0 10px 0 0;
            margin: 0;
        }

    .newsTiker .all {
        position: absolute;
        left: 14px;
        top: 0;
        font: normal 0/0 'BlenderBold', Arial;
        color: #fff;
    }

        .newsTiker .all:before {
            content: "< ";
            display: inline-block;
            font-size: 18px;
            line-height: 36px;
        }

    .newsTiker .tikerpause {
        background: rgba(0,0,0,0.20);
        display: inline-block;
        width: 28px;
        height: 28px;
        border: 2px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -14px;
    }

        .newsTiker .tikerpause:after {
            content: "";
            width: 5px;
            height: 7px;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -4px 0 0 -3px;
        }

    .newsTiker .tikerPlay {
        background: rgba(0,0,0,0.20);
        display: none;
        width: 28px;
        height: 28px;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -14px;
    }

        .newsTiker .tikerPlay:after {
            content: "\e071";
            color: #fff;
            font-family: "Simple-Line-Icons";
            font-size: 12px;
            position: absolute;
            top: 0px;
            right: 0;
            bottom: 0;
            left: 3px;
            text-align: center;
            line-height: 26px;
        }

        .newsTiker .tikerpause:hover,
        .newsTiker .tikerpause:focus,
        .newsTiker .tikerPlay:hover,
        .newsTiker .tikerPlay:focus {
            border: 2px solid #fff;
            background: rgba(255,255,255,0.20);
            ;
        }

    .newsTiker .slick-slider .slick-track {
        right: auto;
        margin-right: 40px;
    }


.newsTiker1 .newsTiker_ul .newsTiker_li A {
    font: normal 1.6em/34px 'BlenderBold', Arial;
    padding-bottom: 0;
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
}

.newsTiker1 {
    background: rgba(0,0,0,0.50);
    height: 36px;
    z-index: 4;
    width: 100%;
    margin: 0 auto;
    float: none;
}

    .newsTiker1 .newsTiker_ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .newsTiker1 .newsTiker_ul .newsTiker_li {
            direction: rtl;
            text-align: right;
            padding: 0 0 0 0;
            margin: 0;
            width: auto !important;
            overflow: hidden;
            margin: 0 10px 0 0;
            padding: 0 0 0 20px;
        }

            .newsTiker1 .newsTiker_ul .newsTiker_li A {
                display: block;
                white-space: nowrap;
                overflow: hidden;
                color: #fff;
            }

    .newsTiker1 H3 {
        display: none;
        float: right;
        color: #fff;
        margin: 6px 0 0 6px;
    }

    .newsTiker1 .newsTiker_ul .newsTiker_li a:hover,
    .newsTiker1 .newsTiker_ul .newsTiker_li a:focus,
    .newsTiker1 .newsTiker_ul .newsTiker_li a:active,
    .newsTiker1 .newsTiker_ul .newsTiker_li A span.time:hover,
    .newsTiker1 .newsTiker_ul .newsTiker_li A span.time:focus,
    .newsTiker1 .newsTiker_ul .newsTiker_li A span.time:active,
    .newsTiker1 .newsTiker_ul .newsTiker_li A span.news:hover,
    .newsTiker1 .newsTiker_ul .newsTiker_li A span.news:focus,
    .newsTiker1 .newsTiker_ul .newsTiker_li A span.news:active {
        color: #fff;
        text-decoration: underline !important;
    }

    .newsTiker1 .newsTiker_ul .newsTiker_li A span.time {
        display: inline-block;
        font: normal 1.4em/34px 'BlenderBold', Arial;
        padding-bottom: 0;
        position: relative;
        padding-left: 10px;
    }

        .newsTiker1 .newsTiker_ul .newsTiker_li A span.time:after {
            content: "";
            background: #fff;
            width: 1px;
            height: 12px;
            position: absolute;
            left: 0px;
            top: 50%;
            margin-top: -6px;
        }

        .newsTiker1 .newsTiker_ul .newsTiker_li A span.time SPAN {
            display: none;
        }

    .newsTiker1 .newsTiker_ul .newsTiker_li A span.news {
        display: inline-block;
        font: normal 1.6em/34px 'blenderRegular', Arial;
        padding: 0 10px 0 0;
        margin: 0;
    }

    .newsTiker1 .all {
        position: absolute;
        left: 14px;
        top: 0;
        font: normal 0/0 'BlenderBold', Arial;
        color: #fff;
    }

        .newsTiker1 .all:before {
            content: "< ";
            display: inline-block;
            font-size: 18px;
            line-height: 36px;
        }

    .newsTiker1 .tikerpause {
        background: rgba(0,0,0,0.20);
        display: inline-block;
        width: 28px;
        height: 28px;
        border: 2px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -14px;
    }

        .newsTiker1 .tikerpause:after {
            content: "";
            width: 5px;
            height: 7px;
            border-right: 1px solid #fff;
            border-left: 1px solid #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -4px 0 0 -3px;
        }

    .newsTiker1 .tikerPlay {
        background: rgba(0,0,0,0.20);
        display: none;
        width: 28px;
        height: 28px;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -14px;
    }

        .newsTiker1 .tikerPlay:after {
            content: "\e071";
            color: #fff;
            font-family: "Simple-Line-Icons";
            font-size: 12px;
            position: absolute;
            top: 0px;
            right: 0;
            bottom: 0;
            left: 3px;
            text-align: center;
            line-height: 26px;
        }

        .newsTiker1 .tikerpause:hover,
        .newsTiker1 .tikerpause:focus,
        .newsTiker1 .tikerPlay:hover,
        .newsTiker1 .tikerPlay:focus {
            border: 2px solid #fff;
            background: rgba(255,255,255,0.20);
            ;
        }

    .newsTiker1 .slick-slider .slick-track {
        right: auto;
        margin-right: 10px;
    }

.layoutHomePage.layoutLobbyAsakim .sliderAndStaticNews, .layoutHomePage.layoutLobbyAsakim .newsTiker1 {
    position: relative;
    top: 85px;
    height: 50px;
}



    .layoutHomePage.layoutLobbyAsakim .sliderAndStaticNews .slick-slider .slick-track, .layoutHomePage.layoutLobbyAsakim .sliderAndStaticNews .slick-slider .slick-list,
    .layoutHomePage.layoutLobbyAsakim .newsTiker1 .slick-slider .slick-track, .layoutHomePage.layoutLobbyAsakim .newsTiker1 .slick-slider .slick-list {
        padding-top: 0px;
    }


.layoutHomePage.layoutLobbyAsakim .newsSliderAndStatic .allNewStatic {
    padding-top: 30px;
}

.noNewsContent {
    cursor: default;
}


@media (min-width: 768px) {
    .newsTiker {
        height: 48px;
        padding: 0 70px 0 40px;
    }

        .newsTiker H3 {
            display: none;
            font: bold 1.7em/34px 'BlenderBold', Arial;
            margin: 6px 0 0 6px;
        }

        .newsTiker .newsTiker_ul .newsTiker_li A span.time {
            font: normal 1.7em/47px 'BlenderBold', Arial;
            padding-left: 10px;
        }

            .newsTiker .newsTiker_ul .newsTiker_li A span.time:after {
                content: "";
                height: 14px;
                margin-top: -7px;
            }

        .newsTiker .newsTiker_ul .newsTiker_li A span.news {
            font: normal 1.9em/47px 'blenderRegular', Arial;
            padding: 0 6px 0 0;
        }

        .newsTiker .all {
            left: 13px;
            font: normal 1.7em/47px 'BlenderBold', Arial;
        }

            .newsTiker .all:before {
                content: "< ";
                display: inline-block;
                line-height: 40px;
                padding-right: 5px;
            }

        .newsTiker .tikerpause {
            width: 32px;
            height: 32px;
            right: 15px;
            margin-top: -16px;
        }

            .newsTiker .tikerpause:after {
                content: "";
                width: 6px;
                height: 9px;
                border-right: 2px solid #fff;
                border-left: 2px solid #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -5px 0 0 -3px;
            }

        .newsTiker .tikerPlay {
            display: none;
            width: 32px;
            height: 32px;
            border: 1px solid #fff;
            border-radius: 50%;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -16px;
        }

            .newsTiker .tikerPlay:after {
                content: "\e071";
                color: #fff;
                font-family: "Simple-Line-Icons";
                font-size: 12px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                line-height: 30px;
            }

    .newsTiker1 {
        height: 48px;
        padding: 0 70px 0 40px;
    }

        .newsTiker1 H3 {
            display: none;
            font: bold 1.7em/34px 'BlenderBold', Arial;
            margin: 6px 0 0 6px;
        }

        .newsTiker1 .newsTiker_ul .newsTiker_li A span.time {
            font: normal 1.7em/47px 'BlenderBold', Arial;
            padding-left: 10px;
        }

            .newsTiker1 .newsTiker_ul .newsTiker_li A span.time:after {
                content: "";
                height: 14px;
                margin-top: -7px;
            }

        .newsTiker1 .newsTiker_ul .newsTiker_li A span.news {
            font: normal 1.9em/47px 'blenderRegular', Arial;
            padding: 0 6px 0 0;
        }

        .newsTiker1 .all {
            left: 13px;
            font: normal 1.7em/47px 'BlenderBold', Arial;
        }

            .newsTiker1 .all:before {
                content: "< ";
                display: inline-block;
                line-height: 40px;
                padding-right: 5px;
            }

        .newsTiker1 .tikerpause {
            width: 32px;
            height: 32px;
            right: 15px;
            margin-top: -16px;
        }

            .newsTiker1 .tikerpause:after {
                content: "";
                width: 6px;
                height: 9px;
                border-right: 2px solid #fff;
                border-left: 2px solid #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -5px 0 0 -3px;
            }

        .newsTiker1 .tikerPlay {
            display: none;
            width: 32px;
            height: 32px;
            border: 1px solid #fff;
            border-radius: 50%;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -16px;
        }

            .newsTiker1 .tikerPlay:after {
                content: "\e071";
                color: #fff;
                font-family: "Simple-Line-Icons";
                font-size: 12px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                line-height: 30px;
            }
}


@media (min-width:992px) {
    .newsTiker {
        height: 48px;
        padding: 0 74px 0 135px;
    }

        .newsTiker H3 {
            display: inline-block;
            font: bold 1.7em/34px 'BlenderBold', Arial;
            margin: 6px 0 0 26px;
        }

        .newsTiker .newsTiker_ul LI {
            padding: 0 0 0 10px;
        }

            .newsTiker .newsTiker_ul LI A span.time {
                font: normal 1.7em/46px 'BlenderBold', Arial;
                padding-left: 10px;
            }

                .newsTiker .newsTiker_ul LI A span.time:after {
                    content: "";
                    height: 14px;
                    margin-top: -7px;
                }

            .newsTiker .newsTiker_ul LI A span.news {
                font: normal 2.0em/46px 'blenderRegular', Arial;
                padding: 0 10px 0 0;
            }

        .newsTiker .all {
            left: 13px;
            font: normal 1.7em/46px 'BlenderBold', Arial;
        }

            .newsTiker .all:before {
                content: "< ";
                display: inline-block;
                line-height: 40px;
                padding-right: 5px;
            }

        .newsTiker .tikerpause {
            width: 32px;
            height: 32px;
            right: 15px;
            margin-top: -16px;
        }

            .newsTiker .tikerpause:after {
                content: "";
                width: 6px;
                height: 9px;
                border-right: 2px solid #fff;
                border-left: 2px solid #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -5px 0 0 -3px;
            }

        .newsTiker .tikerPlay {
            display: none;
            width: 32px;
            height: 32px;
            border: 1px solid #fff;
            border-radius: 50%;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -16px;
        }

            .newsTiker .tikerPlay:after {
                content: "\e071";
                color: #fff;
                font-family: "Simple-Line-Icons";
                font-size: 12px;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                line-height: 30px;
            }

    /*.newsTiker1 {  height:48px;padding:0 74px 0 135px;}*/
    .newsTiker1 H3 {
        display: inline-block;
        font: bold 1.7em/34px 'BlenderBold', Arial;
        margin: 6px 0 0 26px;
    }

    .newsTiker1 .newsTiker_ul LI {
        padding: 0 0 0 10px;
    }

        .newsTiker1 .newsTiker_ul LI A span.time {
            font: normal 1.7em/46px 'BlenderBold', Arial;
            padding-left: 10px;
        }

            .newsTiker1 .newsTiker_ul LI A span.time:after {
                content: "";
                height: 14px;
                margin-top: -7px;
            }

        .newsTiker1 .newsTiker_ul LI A span.news {
            font: normal 2.0em/46px 'blenderRegular', Arial;
            padding: 0 10px 0 0;
        }

    .newsTiker1 .all {
        left: 13px;
        font: normal 1.7em/46px 'BlenderBold', Arial;
    }

        .newsTiker1 .all:before {
            content: "< ";
            display: inline-block;
            line-height: 40px;
            padding-right: 5px;
        }

    .newsTiker1 .tikerpause {
        width: 32px;
        height: 32px;
        right: 15px;
        margin-top: -16px;
    }

        .newsTiker1 .tikerpause:after {
            content: "";
            width: 6px;
            height: 9px;
            border-right: 2px solid #fff;
            border-left: 2px solid #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -5px 0 0 -3px;
        }

    .newsTiker1 .tikerPlay {
        display: none;
        width: 32px;
        height: 32px;
        border: 1px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -16px;
    }

        .newsTiker1 .tikerPlay:after {
            content: "\e071";
            color: #fff;
            font-family: "Simple-Line-Icons";
            font-size: 12px;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            line-height: 30px;
        }
}

/*Horizontal View*/
.newsflash ul li A span.time:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -6px;
}

.newsflash ul li A span.time {
    position: relative;
    padding-left: 10px;
}

.newsflash {
    background-color: rgba(0,0,0,0.50);
    direction: rtl;
    margin: 10px 15px 20px;
    padding: 10px 20px 10px 10px;
}

    .newsflash ul {
        padding: 2px 0 0 0;
        margin: 0;
        max-height: 120px;
    }

        .newsflash ul li {
            list-style: none;
            font-size: 21px;
            text-align: right;
            display: block;
            color: #ffffff;
            padding: 6px 0;
            line-height: 100%;
        }

            .newsflash ul li a {
                font-size: 21px;
                color: #ffffff;
            }

    .newsflash div.title {
        font-family: 'BlenderBold', Arial, sans-serif;
        font-size: 21px;
        text-align: right;
        float: right;
        color: #ffffff;
        padding: 0 5px 0 25px;
        line-height: 100%;
    }

    .newsflash .more-newsflash {
        font-family: 'BlenderBold', Arial, sans-serif;
        font-size: 19px;
        text-align: left;
        background-image: url(/_layouts/15/TlvSP2013PublicSite/images/rgy-arrow2x.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 30px 30px;
        padding-left: 35px;
        margin-top: 15px;
        line-height: 30px;
    }

        .newsflash .more-newsflash a {
            color: #ffffff;
        }

            .newsflash .more-newsflash a:hover {
                text-decoration: underline;
            }

@media (min-width: 768px) {
    .newsflash {
        max-width: 600px;
        width: 100%;
        margin: 10px auto 20px;
        padding: 10px 15px;
    }

        .newsflash .more-newsflash {
            margin-top: 5px;
            font-size: 21px;
        }
}

@media (min-width:992px) {
    .newsTiker1 {
        max-width: 960px;
        width: 100%;
        position: relative;
    }

    .newsflash {
        width: 960px;
        position: relative;
        padding: 15px;
    }

        .newsflash ul {
            white-space: nowrap;
            overflow: hidden;
            margin-left: 220px;
        }

            .newsflash ul li {
                font-size: 21px;
                display: inline-block;
                padding: 0 0 0 30px;
                line-height: 100%;
            }

        .newsflash .more-newsflash {
            background-size: 30px 30px;
            padding-left: 35px;
            float: left;
            width: 160px;
            margin-top: 0;
            position: absolute;
            top: 12px;
            left: 10px;
        }
}

@media (min-width: 1200px) {
    .newsflash {
        width: 1080px;
        margin-top: 15px;
    }

    .newsTiker1 {
        max-width: 1080px;
        width: 100%;
        margin-top: 15px;
    }
}


@media (min-width: 1919px) {
    .newsflash {
        width: 1380px;
    }

    .newsTiker1 {
        max-width: 1380px;
        width: 100%;
    }
}

/*exclamation-note*/
.exclamation-note {
    background-color: #eaedf1;
    margin-bottom: 20px;
    min-height: 55px;
}

    .exclamation-note p {
        font-family: 'BlenderRegular', Arial, sans-serif;
        font-size: 19px;
        line-height: 19px;
        margin: 0;
    }

    .exclamation-note .icon-exclamation {
        margin-top: 10px;
        background-image: url(/_layouts/15/TlvSP2013PublicSite/images/icon-exclamation.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        display: block;
        width: 40px;
        height: 40px;
        float: right;
        margin-left: 15px;
        margin-right: 15px;
    }

    .exclamation-note .toFullMsg {
        font-family: 'BlenderRegular', Arial, sans-serif;
        font-size: 17px;
        color: #3c3c3c;
        direction: ltr;
        margin-top: 5px;
    }

    .exclamation-note .note-text {
        margin-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-right: 70px;
    }

@media (min-width: 768px) {
    .exclamation-note .note-text {
        margin-left: 25px;
    }

    .exclamation-note p {
        font-size: 17px;
    }
}
/*Homepage new*/
.allNewStatic .innerDivNews {
    height: 100%;
}

.allNewStatic ul li A span.time:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -6px;
}

.allNewStatic ul li A span.time {
    position: relative;
    padding-left: 10px;
}
/*.allNewStatic {background-color: rgba(0,0,0,0.50); direction:rtl; margin:10px 15px 20px; padding:10px 20px 10px 10px;}*/
.allNewStatic ul {
    padding: 2px 0 0 0;
    margin: 0;
    max-height: 120px;
}
/*.allNewStatic ul li { list-style:none; font-size:21px; text-align:right; display: block; color:#ffffff; padding:6px 0; line-height:100%;}*/
/*.allNewStatic ul li a{ font-size:21px;  color:#ffffff; }*/
.allNewStatic div.title {
    font-family: 'BlenderBold', Arial, sans-serif;
    font-size: 21px;
    text-align: right;
    float: right;
    color: #ffffff;
    padding: 0 5px 0 25px;
    line-height: 100%;
}

.LandingPageView {
    max-width: 1200px;
    margin: 50px auto 0px auto;
}

.subTitleLand {
    color: #2E2E2E;
    text-align: right;
    font-family: BlenderRegular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}

.LandingPageView .toolHeaderArrow .arrowHeader {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/News/arrowDown.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    border-radius: 1333px;
    background-color: #EAEAEA;
    display: block;
    float: left;
    margin-top: -6px;
}

.LandingPageView .open .toolHeaderArrow .arrowHeader {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/News/arrowUp.svg);
    background-color: rgba(46, 46, 46, 0.70);
}

.LandingPageView ul {
    padding-right: 0px;
}

.LandingPageView li.LandingPageLI {
    display: block;
    padding: 16px;
    gap: 8px;
    border-radius: 8px;
    background: #F9F9F9;
    box-shadow: 0px 19px 5px 0px rgba(46, 46, 46, 0.00), 0px 12px 5px 0px rgba(46, 46, 46, 0.01), 0px 7px 4px 0px rgba(46, 46, 46, 0.05), 0px 3px 3px 0px rgba(46, 46, 46, 0.09), 0px 1px 2px 0px rgba(46, 46, 46, 0.10);
    margin-bottom: 16px;
}

.LandingPageView .childrenDepart {
    color: #2E2E2E;
    text-align: right;
    font-family: BlenderRegular !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 8px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    width: 100%;
    overflow: hidden !important;
    border: none;
    background: transparent;
    display: none;
}



.LandingPageView .newsHeader {
    color: #2E2E2E;
    text-align: right;
    font-family: BlenderRegular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    max-width: 90%;
    width: 100%;
}

.LandingPageView .open .newsHeader {
    font-weight: 700;
}

.LandingPageView .LandingMoreItems {
    border-radius: 100px;
    border: 1px solid #2E2E2E;
    background: #FFF;
    display: block;
    padding: 10px 20px 8px 20px;
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/News/arrowDown.svg);
    background-repeat: no-repeat;
    background-position: 15px center;
    color: #2E2E2E;
    text-align: right;
    font-family: BlenderRegular;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 32px auto;
    width: 100%;
    max-width: 110px;
    cursor: pointer;
}

.LandingPageView .showMoreOpen.LandingMoreItems {
    background-image: url(/_layouts/15/TlvSP2013PublicSite/images/News/arrowUpGray.svg);
    max-width: 120px;
}



.sliderAndStaticNews {
    background-color: rgba(255,255,255,0.85);
    height: 58px;
    width: 100%;
    max-width: 1919px;
    z-index: 3;
    padding-right: 33px;
}

    .sliderAndStaticNews .newsTiker_li {
        font: normal 15px 'blenderRegular', Arial;
        text-align: right;
        color: #2e2e2e;
        margin: 0 20px;
    }

        .sliderAndStaticNews .newsTiker_li .saperator {
            color: #ea8017;
        }

    .sliderAndStaticNews .newsTiker_ul .newsTiker_li a {
        font: normal 20px 'blenderRegular', Arial !important;
        color: #2e2e2e !important;
    }

    .sliderAndStaticNews .plus-minus {
        float: right;
        margin-left: 11px;
        margin-top: 20px;
        padding-left: 1px;
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        background-size: 100%;
    }

        .sliderAndStaticNews .plus-minus:focus {
            border: dotted 1px #2e2e2e;
            margin-left: 10px;
            padding-left: 0 !important;
        }

        .sliderAndStaticNews .plus-minus div {
            height: 20px;
            width: 20px;
            background-repeat: no-repeat;
            background-size: 100%;
            padding: 1px;
        }

            .sliderAndStaticNews .plus-minus div:focus {
                padding: 0 !important;
            }

    .sliderAndStaticNews h3 {
        float: right;
        font: normal 19px 'blenderBold', Arial;
        margin-top: 19px;
    }

    .sliderAndStaticNews .newsTiker_ul {
        margin-top: 23px;
        margin-right: 100px;
        margin-left: 45px;
        padding-right: 0;
    }
    /*.sliderAndStaticNews .tikerpause {  display:inline-block; width:20px; height:20px; border:2px solid #000; border-radius:50%; position:absolute; right:6px; top:67%; margin-top:-14px;}
/*.sliderAndStaticNews .tikerpause:hover, */
    /*.sliderAndStaticNews .tikerpause:after { content:""; width:5px; height:7px; border-right:2px solid #000; border-left:2px solid #000; position:absolute; top:51%; left:47%; margin:-4px 0 0 -3px}
.sliderAndStaticNews .tikerpause:focus{border:2px solid #000; }*/
    .sliderAndStaticNews .tikerpause :focus {
        border: dotted 1px #2e2e2e;
    }

    .sliderAndStaticNews .tikerpause div {
        height: 20px;
        width: 20px;
        background-position: center;
        margin-right: 8px;
        margin-top: 3px;
    }

    .sliderAndStaticNews .tikerPlay :focus {
        border: dotted 1px #2e2e2e;
    }

    .sliderAndStaticNews .tikerPlay div {
        height: 20px;
        width: 20px;
        background-position: center;
        margin-right: 8px;
        margin-top: 3px;
    }

    .sliderAndStaticNews .tikerPlay, .sliderAndStaticNews .tikerpause {
        padding: 1px;
        position: absolute;
        right: 6px;
        top: 67%;
        margin-top: -18px;
    }
        /*.sliderAndStaticNews .tikerPlay { display:none; width:20px; height:20px; border:2px solid #000; border-radius:50%; position:absolute; right:6px; top:67%; margin-top:-14px;}
.sliderAndStaticNews .tikerPlay:after { content: "\e071"; color:#000; font-family: "Simple-Line-Icons"; font-size:9px; position:absolute; top:0px; right:0; bottom:0; left:1px; text-align:center; line-height:18px; }*/

        .sliderAndStaticNews .tikerpause:hover,
        .sliderAndStaticNews .tikerpause:focus,
        .sliderAndStaticNews .tikerPlay:hover,
        .sliderAndStaticNews .tikerPlay:focus {
            border: 1px dotted #000;
            padding: 0; /* background:rgba(255,255,255,0.20);;*/
        }

    .sliderAndStaticNews .play-pause {
        background: linear-gradient(to right, rgba( 234,234,235, 1),transparent );
        width: 56px;
        border-right: 3px solid #ea8017;
        position: absolute;
        top: 17px;
        left: 0;
        height: 26px;
    }

.newsSliderAndStatic .allNewStatic h2 {
    color: #2e2e2e;
    font: normal 46px 'BlenderBold', Arial;
    text-align: right;
    margin-right: 367.1px;
    padding-top: 30px;
}

.newsSliderAndStatic .allNewStatic ul {
    color: #000000 !important;
    list-style: none;
}

    .newsSliderAndStatic .allNewStatic ul li {
        margin-top: 5px;
        border-bottom: solid 1px rgba(1,114, 187,0.1);
        padding-bottom: 10px;
        max-width: 1148px;
    }

        .newsSliderAndStatic .allNewStatic ul li a, .newsSliderAndStatic .allNewStatic ul li a:visited {
            color: #000000 !important;
        }

            .newsSliderAndStatic .allNewStatic ul li a .time {
                font: normal 20px 'BlenderBold', Arial;
            }

            .newsSliderAndStatic .allNewStatic ul li a .news {
                font: normal 20px 'BlenderRegular', Arial;
            }

            .newsSliderAndStatic .allNewStatic ul li a .saperator {
                color: #ea8017;
                padding-left: 3px;
                font-size: 20px;
            }

.newsSliderAndStatic .allNewStatic .closeModelNews img {
    margin-right: -30px;
    margin-top: 30px;
}

.newsSliderAndStatic .allNewStatic {
    background: linear-gradient(to right, rgba( 234, 128, 23, 0.08), #fff),linear-gradient(to bottom, rgba( 234, 128, 23, 0.08), #fff);
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.19);
    background-color: #ffffff !important;
    height: 776px;
    width: 100%;
    max-width: 1919px;
    z-index: 3;
    position: relative;
    display: inline-block;
    overflow-y: auto;
    padding-bottom: 70px;
}

.topNewsSectionWPZone {
    top: 91px;
    padding-left: 0;
    padding-right: 0;
}

.darg-gb-news {
    display: none;
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

    .darg-gb-news.active {
        display: block;
    }

.newsSliderAndStatic .allNewStatic ul {
    padding-top: 10px;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.newsSliderAndStatic .allNewStatic h2 {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.newsTiker_ul .slick-dots {
    display: none !important;
}

.sliderAndStaticNews .slick-autoplay-toggle-button, .newsTiker_ul .slick-autoplay-toggle-button {
    display: none;
}
/*.slick-autoplay-toggle-button{left:-48px;bottom:-7px;}
.slick-play-icon:before{background-image:url(/_layouts/15/TlvSP2013PublicSite/images/homepagenew/icons8-circled_play.svg);}
.slick-pause-icon:before{background-image:url(/_layouts/15/TlvSP2013PublicSite/images/homepagenew/icons-8-pause-button.svg);}*/

@media(max-width:1366px) {
    .newsSliderAndStatic .allNewStatic ul {
        max-width: 690px;
    }

    .newsSliderAndStatic .allNewStatic h2 {
        max-width: 690px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .newsSliderAndStatic .allNewStatic ul {
        max-width: 340px;
    }

    .topNewsSectionWPZone {
        top: 0px;
    }

    .sliderAndStaticNews {
        height: 40px;
        padding-right: 14px;
    }

        .sliderAndStaticNews h3 {
            font-size: 16px;
        }

        .sliderAndStaticNews .newsTiker_ul {
            margin-top: 0;
            margin-left: 33px;
        }

        .sliderAndStaticNews .slick-list {
            top: 13px;
        }

    .newsSliderAndStatic .allNewStatic h2 {
        margin-right: 0;
        text-align: center;
    }

    .newsSliderAndStatic .allNewStatic ul {
        margin-right: 14px;
        margin-left: 14px;
    }

        .newsSliderAndStatic .allNewStatic ul li a .news {
            font-size: 17px;
        }

        .newsSliderAndStatic .allNewStatic ul li a .time {
            font-size: 17px;
        }

    .wp-NewsWP {
        margin-bottom: 0;
    }

    .sliderAndStaticNews .play-pause {
        width: 38px;
    }

    .layoutHomePage.layoutLobbyAsakim .sliderAndStaticNews, .layoutHomePage.layoutLobbyAsakim .newsTiker1 {
        top: 41px;
    }

    .subTitleLand {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .LandingPageView {
        margin: 30px 16px;
    }

        .LandingPageView .newsHeader {
            width: 85%;
        }

        .LandingPageView .toolHeaderArrow .arrowHeader {
            /*margin-top:-26px;*/
        }

        .LandingPageView .toolHeaderArrow {
            /*  display:block;*/
        }
}


@media(max-width:992px) {
    .newsSliderAndStatic .allNewStatic ul {
        max-width: 340px;
    }

    .sliderAndStaticNews .tikerpause div {
        margin-right: 0;
        width: 20px;
    }

    .sliderAndStaticNews .tikerPlay div {
        margin-right: 0;
    }

    .sliderAndStaticNews .play-pause {
        background: none;
        top: 8px;
        height: 22px;
    }

    .newsSliderAndStatic .allNewStatic {
        height: auto;
    }

    .allNewStatic .innerDivNews {
        /*min-height: 300px;*/
        display: inherit;
    }

    .sliderAndStaticNews {
        height: 40px;
        padding-right: 12px;
    }

        .sliderAndStaticNews h3 {
            font-size: 16px;
            margin-top: 10px;
        }

        .sliderAndStaticNews .plus-minus {
            margin-top: 10px;
            margin-left: 4px;
        }

        .sliderAndStaticNews .slick-list {
            top: 11px;
        }

        .sliderAndStaticNews .newsTiker_ul {
            margin-right: 83px;
        }

    .innerDivNews .close-button {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: auto;
    }

        .innerDivNews .close-button img {
            margin-top: -25px;
        }

    .LandingPageView title {
        margin-bottom: 10px !important;
    }
}
