.news_marqee_item,.ticker-item,.ticker-move {
    display: inline-block
}

.ticker-item,marquee {
    cursor: pointer;
    direction: rtl
}

.news_marqee_items_container,.news_marqee_title,marquee {
    text-align: right;
    float: right
}

@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: 14px;
    position: absolute;
    text-align: center
}

.news_marqee_item {
    float: none;
    width: auto;
    height: 17px;
    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: 400
}

@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:481px) {
    .news_marqee_items_container {
        height:37px;
        display: none!important
    }

    #text_slider {
        max-width: 200px
    }

    .itemMobile {
        display: none!important
    }

    .itemDesktop {
        display: block!important
    }
}

@media all and (max-width: 480px) and (min-width:319px) {
    .news_marqee_items_container {
        height:37px;
        display: none!important
    }

    #text_slider {
        max-width: 200px
    }

    .itemMobile {
        display: none!important
    }

    .itemDesktop {
        display: block!important
    }
}

@media all and (max-width: 320px) {
    .news_marqee_items_container {
        height:37px;
        display: none!important
    }

    #text_slider {
        max-width: 200px
    }

    .itemMobile {
        display: none!important
    }

    .itemDesktop {
        display: block!important
    }
}
