.lala {
    background: #0b7590;
}

.fluid_video_wrapper.mobile {
    width: 100% !important;
}

.counter-liveinternet {
    display: none;
}

.preloader {
    position: relative;
    margin: 0px auto;
    display: inline-block;
}
.preloader:not([class*="pl-"]) {
    width: 40px;
}
.preloader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.preloader.pl-xs {
    width: 20px;
}
.preloader.pl-sm {
    width: 30px;
}
.preloader.pl-lg {
    width: 50px;
}
.preloader.pl-xl {
    width: 80px;
}
.preloader.pl-xxl {
    width: 100px;
}
.preloader:not([class*="pls-"]) .plc-path {
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}
.preloader[class*="pls-"] .plc-path {
    animation: dash 1.5s ease-in-out infinite;
}
.preloader.pls-red .plc-path {
    stroke: #f44336;
}
.preloader.pls-blue .plc-path {
    stroke: #2196f3;
}
.preloader.pls-green .plc-path {
    stroke: #4caf50;
}
.preloader.pls-yellow .plc-path {
    stroke: #ffeb3b;
}
.preloader.pls-bluegray .plc-path {
    stroke: #607d8b;
}
.preloader.pls-amber .plc-path {
    stroke: #ffc107;
}
.preloader.pls-teal .plc-path {
    stroke: #009688;
}
.preloader.pls-gray .plc-path {
    stroke: #9e9e9e;
}
.preloader.pls-pink .plc-path {
    stroke: #e91e63;
}
.preloader.pls-purple .plc-path {
    stroke: #9c27b0;
}
.preloader.pls-white .plc-path {
    stroke: #fff;
}
.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.plc-path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #f44336;
    }
    40% {
        stroke: #2196f3;
    }
    66% {
        stroke: #4caf50;
    }
    80%,
    90% {
        stroke: #ffc107;
    }
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.blink-1 {
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;

}

@keyframes blink {
    30% {
        background-color: red !important;
    }
}

.ad-preview-video {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ad-banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.ad-banner-with-margin {
    margin-top: -10px;
    margin-bottom: 10px;
}

.ad-banner-hide {
    height: 100px;
    margin: 10px 0;
}

.ismobile .exo-native-widget-item-container {
    padding-left: 15px !important;
}

.exo-native-widget-item-image {
    border-radius: 4px !important;
    box-shadow: 0 2px 6px #d4d5d7 !important;
}