.news_marqee_item, .ticker-item, .ticker-move {
    display: inline-block
}

.ticker-item, marquee {
    cursor: pointer;
    direction: rtl
}

@keyframes ticker {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(-100%,0,0)
    }
}

.tcontainer {
    width: 100%;
    overflow: hidden
}

.ticker-wrap {
    width: 100%;
    padding-left: 100%
}

.ticker-move {
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 30s
}

    .ticker-move:hover {
        animation-play-state: paused
    }

.news_marqee_item_text:hover {
    text-decoration: underline !important
}

.news_marqee_title_arrow img {
    width: 100%;
    max-width: 100%
}

.blink_me {
    animation: 2s linear infinite blinker
}

@keyframes blinker {
    50% {
        opacity: .7
    }
}

.news_marqee_title_container i {
    float: right;
    margin-left: 7px
}

.news_marqee {
    width: 100%;
    float: right;
    height: 40px;
    position: fixed;
    top: 0;
    z-index: 10000000
}

.news_marqee_title_container {
    float: right
}

.news_marqee_title {
    font-size: 17px;
    width: auto
}

.news_marqee_title_arrow {
    float: right;
    width: 20px;
    height: 40px;
    margin-right: 5px;
    margin-left: 10px
}

marquee {
    width: 100%
}

.news_marqee_items_container {
    width: 100%;
    height: 40px;
    font-size: 18px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    
}

.news_marqee_item {
    float: none;
    width: auto;
    height: 30px;
    overflow: hidden;
    visibility: visible
}

.news_marqee_item_text {
    font-size: 16px;
    direction: rtl;
    text-decoration: none;
    margin-left: 50px
}

.marqee_desktop {
    display: block
}

.marqee_mobile {
    display: none
}

#text_slider h4 {
    width: 100%;
    float: right;
    direction: rtl;
    font-weight: 300;
    font-family: 'almoni-neue', sans-serif;
}

@media all and (min-width:1438px) {
    #text_slider {
        max-width: 250px
    }

    .itemMobile {
        display: none !important
    }

    .itemDesktop {
        display: block !important
    }
}

@media all and (max-width:1439px) and (min-width:769px) {
    #text_slider {
        max-width: 250px
    }

    .itemMobile {
        display: none !important
    }

    .itemDesktop {
        display: block !important
    }
}

@media all and (max-width:768px) and (min-width:319px) {
    .news_marqee_items_container {
        height: 35px;
        font-size: 16px;
        display: none;
        text-align: right;
        position: relative;
        width: 190px;
        float: right;
        justify-content: flex-end
    }

    .news_marqee_item {
        height: 26px
    }

    #text_slider {
        max-width: 180px
    }

    .itemMobile {
        display: none !important
    }

    .itemDesktop {
        display: block !important
    }
}

@media all and (max-width:320px) {
    .news_marqee_items_container {
        height: 35px;
        font-size: 14px;
        display: none;
        text-align: right;
        position: relative;
        width: 180px;
        float: right;
        justify-content: flex-end
    }

    .news_marqee_item {
        height: 19px
    }

    #text_slider {
        max-width: 180px
    }

    .itemMobile {
        display: none !important
    }

    .itemDesktop {
        display: block !important
    }
}
