@charset "utf-8";

/* Video Recommendations Styling */
.video-info__wrap {
    font-family: 'Roboto', sans-serif;
}
.video-info__centering, .fake > .video-info__centering {
    display: table;
    width: 100%;
    height: 100%;
}
.video-info__centering-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
}
.video-info__wrap {
    margin: 0 auto;
    background: #000;
    max-width: 1100px;
    width: calc(100vw - 40px);
    position: relative;
    box-shadow: 0 0 150px 0 rgba(0,0,0,0.9);
    text-align: left;
}

div[class*=video-info__player] {
    position: relative;
    height: 100%;
}

div[class*=video-info__player].ad-loading .mg2player .mg2player__preload {
    visibility: visible;
    opacity: 1;
}

div[class*=video-info__player].ad-loading div[class*=mgAdPlayerContainerDiv].showed,
div[class*=video-info__player].ad-loading div[class*=adPlayerContainerDiv].showed {
    background-color: transparent !important;
}

.video-info__title {
    background: #111;
    padding: 10px;
}
.video-info__title-cell {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 3px;
    color: #fff;
}
.video-info__sub-title {
    color: #898989;
    font-size: 11px;
    line-height: 1.3;
}
.mgCloseCrossButton {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 19px;
    margin: -19px -19px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mgCloseCrossButton:after,
.mgCloseCrossButton:before {
    content:'';
    position: absolute;
    background: #777;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.mgCloseCrossButton:after {
    width: 1px;
    height: 11px;
    top: 4px;
    left: 9px;
}
.mgCloseCrossButton:before {
    width: 11px;
    height: 1px;
    top: 9px;
    left: 4px;
}
.swiper-slide-lenta:first-child {
    display: none !important;
}
.mgline.vrline.vrnofloat {
    float: none;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
}
.mgline.vrline.vrnofloat img.mcimg {
    width: 100% ;
    height: auto ;
}
.video-info__footer {
    white-space: nowrap;
    position: relative;
    overflow-x: auto;
}
.video-info__logo {
    position: absolute;
    right: 0;
    bottom: -25px;
}
.video-info__logo img {
    outline: none;
    border: none;
}

/* Scrollbar for Sidebar */
.video-info__footer.ps--active-x {
    padding-bottom: 11px;
}
.video-info__footer > .ps__scrollbar-y-rail,
.video-info__footer > .ps__scrollbar-x-rail {
    opacity: 0.7;
}
.video-info__footer.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background: #777;
    border-radius: 0;
    right: 0;
}
.video-info__footer.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background: #777;
    border-radius: 0;
    bottom: 0;
}
.video-info__footer.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #777;
    width: 10px;
}
.video-info__footer.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #777;
    height: 10px;
}
.video-info__footer.ps > .ps__scrollbar-y-rail {
    width: 10px;
}
.video-info__footer.ps > .ps__scrollbar-x-rail {
    height: 10px;
}

@media (min-width: 1024px) {

    .video-info__title-cell {
        font-size: 28px;
    }
    .video-info__sub-title {
        font-size: 15px;
    }
    .video-info__title {
        padding: 20px;
    }
    .video-info__logo {
        opacity: 0.6;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .video-info__logo:hover {
        opacity: 1;
    }
    .mgCloseCrossButton {
        width: 41px;
        height: 41px;
        line-height: 42px;
        font-size: 18px;
        margin: 0 -41px 0 0;
    }
    .mgCloseCrossButton:after {
        width: 1px;
        height: 21px;
        top: 10px;
        left: 20px;
    }
    .mgCloseCrossButton:before {
        width: 21px;
        height: 1px;
        top: 20px;
        left: 10px;
    }
    .mgCloseCrossButton:hover:after,
    .mgCloseCrossButton:hover:before {
        background: #fff;
    }

    div[class*=mgMuteButton]:after,
    div[class*=mgMuteButton]:before,
    div[class*=adMuteButton]:after,
    div[class*=adMuteButton]:before {
        bottom: 2px;
        right: 5px;
        width: 30px;
        height: 30px;
    }

    div[class*=mgMuteButton]:after,
    div[class*=mgMuteButton]:before,
    div[class*=adMuteButton]:after,
    div[class*=adMuteButton]:before {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        left: 0;
        top: 0;
    }
}

@media (min-width: 480px) and (orientation: landscape) {

    .video-info__wrap {
        width: 380px;
    }
    .video-info__wrap:after {
        content: '';
        clear: both;
        display: table;
    }
    .video-info__footer {
        white-space: normal;
        padding: 5px 11px 5px 5px;
        height: 247px;
    }
    .video-info__title-cell {
        max-height: 37px;
        overflow: hidden;
        line-height: 1.4;
    }
    .video-info__sub-title {
        line-height: 1.4;
        max-height: 30px;
        overflow: hidden;
    }
    .video-info__title {
        height: 90px;
        overflow: hidden;
    }
    .video-info__frame {
        height: 157px;
        overflow: hidden;
    }
}

@media (min-width: 540px) and (orientation: landscape) {

    .video-info__wrap {
        width: 460px;
    }
    .video-info__frame {
        height: 190px;
    }
    .video-info__footer {
        height: 280px;
    }
}

@media (min-width: 760px) and (orientation: landscape) {

    .video-info__wrap {
        width: 580px;
    }
    .video-info__frame {
        height: 240px;
    }
    .video-info__footer {
        height: 330px;
    }

    div[class*=mgMuteButton]:after,
    div[class*=mgMuteButton]:before,
    div[class*=adMuteButton]:after,
    div[class*=adMuteButton]:before {
        width: 30px;
        height: 30px;
    }

    div[class*=adMuteButton]:after,
    div[class*=adMuteButton]:before {
        -webkit-transform: scale(0.83);
        -ms-transform: scale(0.83);
        transform: scale(0.83);
    }
}

@media (min-width: 900px) and (orientation: landscape) {

    .video-info__wrap {
        width: 720px;
    }
    .video-info__frame {
        height: 298px;
    }
    .video-info__footer {
        height: 388px;
    }

}

@media (min-width: 1024px) and (orientation: landscape) {

    .video-info__wrap {
        width: 800px;
    }
    .video-info__frame {
        height: 331px;
    }
    .video-info__footer {
        height: 497px;
    }
    .video-info__title {
        height: 166px;
    }
    .video-info__title-cell {
        max-height: 80px;
    }
    .video-info__sub-title {
        max-height: 43px;
    }

}

@media (min-width: 1580px) and (orientation: landscape) {

    .video-info__wrap {
        width: 1100px;
    }
    .video-info__frame {
        height: 456px;
    }
    .video-info__footer {
        height: 612px;
        padding: 15px 24px 10px 15px;
    }
    .video-info__title {
        height: 156px;
        padding: 15px 42px;
    }
}

/* VideoProgressLine */
.mg-progress-line {
    height: 6px;
}
.mg-progress-point {
    background-color: #c20509;
    height: 4px;
    position: relative;
    top: -3px;
}

/* added styles */
.vrline div.mcimg a {
    position: relative;
    display: block;
}
.vrline div.mcimg a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#66000000',GradientType=0 );
}
.mctitle a {
    font-size: 14px;
    line-height: 1.3;
    color: #222;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}
.mg-video-footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 11px;
    padding: 8px 52px 8px 10px;
    line-height: 1;
    z-index: 3;
}
.mg-video-footer:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #222;
}
.mg-video-footer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 14px;
    right: 14px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #eee;
}
.mg-video-footer > * {
    margin-left: 4px;
}
.mg-video-footer > *:first-child {
    margin-left: 0;
}
.vrline .mg-video-footer {
    display: block !important;
}
.mg-total-views {
    white-space: nowrap;
}
.mg-total-views {
    float: left;
}
.mg-video-format {
    float: right;
    font-weight: 700;
    background: #cb4329;
    padding: 3px 4px 2px;
    border-radius: 3px;
    line-height: 1;
    margin: -3px 0 0 0;
}
.mg-video-duration {
    float: right;
}

#MarketGidComposite .vrline .image-container:after {
    display: none;
}

@media screen and (min-width: 481px) {

    .mg-total-views {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .vrline div.mcimg a:after {
        bottom: 7px;
        right: 8px;

    }
    .mg-video-footer {
        top: 0;
        font-size: 10px;
    }
    .mg-video-footer:before {
        width: 24px;
        height: 24px;
    }
    .mg-video-footer:after {
        bottom: 6px;
        right: 6px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #eee;
    }
    .mg-video-duration {
        position: absolute;
        bottom: 6px;
        left: 0;
    }
    .mg-video-format {
        position: absolute;
        bottom: 4px;
        right: 28px;
    }
    .vrline div.mcimg a:before {
        background: rgba(0,0,0,0.5);
    }

}
@media screen and (min-width: 1290px) {

    .mg-total-views {
        display: block !important;
    }
    .vrline div.mcimg a:after {
        bottom: 8px;
        right: 9px;
    }
    .mg-video-footer {
        top: auto;
        font-size: 10px;
        padding-right: 42px;
    }
    .mg-video-duration {
        position: static;
        bottom: auto;
        left: auto;
        margin-left: 3px;
        float: right;
    }
    .mg-video-format {
        position: static;
        bottom: auto;
        right: auto;
    }
    .mg-total-views {
        position: static;
        top: auto;
        left: auto;
    }
    .mg-video-footer:before {
        width: 32px;
        height: 32px;
    }
    .mg-video-footer:after {
        bottom: 8px;
        right: 9px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #eee;
    }
    .vrline div.mcimg a:before {
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.4) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#66000000',GradientType=0 );
    }

}

.mgCover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000000;
    display: none;
}
.mg-total-views:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 8px;
    margin-right: 2px;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMy43OCA4Ljg2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPkFydGJvYXJkIDM8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjYzLDMuOUE4LjA3LDguMDcsMCwwLDAsNi44OSwwLDguMDcsOC4wNywwLDAsMCwuMTUsMy45LDEsMSwwLDAsMCwuMTUsNWE4LjA3LDguMDcsMCwwLDAsNi43NCwzLjlBOC4wNSw4LjA1LDAsMCwwLDEzLjYzLDVhMSwxLDAsMCwwLDAtMS4wNlptLTYuNzQsNGEzLjUsMy41LDAsMSwxLDMuNS0zLjVBMy41LDMuNSwwLDAsMSw2Ljg5LDcuOTNaIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI2Ljg5IiBjeT0iNC40MyIgcj0iMS42OSIvPjwvc3ZnPg==) no-repeat center;
    background-size: contain;
}

.mg-video-tag {
    text-align: left !important;
    left: 10px;
}
.mg-video-tag {
    line-height: 18px;
    width: 100%;
    text-align: right;
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
}
.mg-video-tag > span {
    text-align: left;
    background: #007eff;
    color: #fff;
    padding: 3px 5px 2px 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    box-sizing: border-box;
    width:100%;
}
.mgline:not(.vrline) .mg-video-tag {
    display: none;
}
.mgline:nth-child(3) .mg-video-tag > span {background: #786EFC !important;}
.mgline:nth-child(4) .mg-video-tag > span {background: #FB6EFC !important;}
.mgline:nth-child(5) .mg-video-tag > span {background: #912692 !important;}
.mgline:nth-child(6) .mg-video-tag > span {background: #92264F !important;}
.mgline:nth-child(7) .mg-video-tag > span {background: #FF70A6 !important;}
.mgline:nth-child(8) .mg-video-tag > span {background: #25B8FE !important;}
.mgline:nth-child(9) .mg-video-tag > span {background: #54966A !important;}
.mgline:nth-child(10) .mg-video-tag > span {background: #D82903 !important;}
.mgline:nth-child(11) .mg-video-tag > span {background: #C2880A !important;}
.mgline:nth-child(12) .mg-video-tag > span {background: #342DCD !important;}
.mgline:nth-child(13) .mg-video-tag > span {background: #787878 !important;}
.mgline:nth-child(14) .mg-video-tag > span {background: #05016B !important;}
.mgline:nth-child(15) .mg-video-tag > span {background: #0C5F13 !important;}
.mgline:nth-child(16) .mg-video-tag > span {background: #879565 !important;}

.videoTimeLeftText {
    font-size: 12px;
    opacity: .75;
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    position: absolute;
    left: 0.75em;
    bottom: 0.75em;
    color: #fff;
    display: none;
    z-index: 100000001;
}

.adEnable .videoTimeLeftText {
    display: block;
}

div[class*=mgAdPlayerContainerDiv].showed, div[class*=adPlayerContainerDiv].showed {
    z-index: 9999998;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
}

div[class*=mgAdPlayerDiv].showed, div[class*=adPlayerDiv].showed {
    z-index: 100;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

div[class*=mgAdPlayerContainerDiv], div[class*=adPlayerContainerDiv] {
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

div[class*=mgAdPlayerContainerDiv].partial, div[class*=adPlayerContainerDiv].partial {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div[class*=mgAdPlayerContainerDiv].block, div[class*=adPlayerContainerDiv].block {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    transition: height 2000ms;
}

div[class*=mgAdPlayerDiv], div[class*=adPlayerDiv] {
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.overflow-allowed div[class*=mgAdPlayerDiv], .overflow-allowed div[class*=adPlayerDiv] {
    overflow: visible;
}

div[class*=mgAdPlayerContainerDiv].partial > div[class*=mgAdPlayerDiv] > div:not([class*=mgCloseButton]):not([class*=mgLinkButton]),
div[class*=adPlayerContainerDiv].partial > div[class*=adPlayerDiv] > div:not([class*=adCloseButton]):not([class*=adLinkButton]) {
    top: 0;
    left: 0;
}

/* Close Button Styles begin */

div[class*=mgCloseButton],
div[class*=adCloseButton] {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

div[class*=mgCloseButton].showed,
div[class*=adCloseButton].showed {
    display: block;
}

div[class*=mgCloseButton]:after,
div[class*=adCloseButton]:after {
    position: absolute;
    top: 0;
    right: 0;
    filter: drop-shadow(0 0 3px #000);
    line-height: 20px;
    margin: 3px;
    background: url("../../img/mgPlayer_v2_sprite.svg#close");
    content: "";
    width: 24px;
    height: 24px;
    display: block;
}

div[class*=mgAdPlayerContainerDiv].showed div[class*=mgCloseButton],
div[class*=adPlayerContainerDiv].showed div[class*=adCloseButton] {
    display: none;
    z-index: 9999999;
    right: 0;
}

div[class*=mgAdPlayerContainerDiv].showed div[class*=mgCloseButton].showed,
div[class*=adPlayerContainerDiv].showed div[class*=adCloseButton].showed {
    display: block;
}


/* Close Button Styles end */

div[class*=mgMuteButton], div[class*=adMuteButton] {
    display: none;
    speak: none;
    line-height: 1;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    filter: drop-shadow(0 0 3px #000);
}

div[class*=mgMuteButton].showed, div[class*=adMuteButton].showed {
    display: block;
}

div[class*=mgMuteButton]:before,
div[class*=mgMuteButton]:after,
div[class*=adMuteButton]:before,
div[class*=adMuteButton]:after {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.75);
    -ms-transform: translate(-50%,-50%) scale(0.75);
    transform: translate(-50%,-50%) scale(0.75);
}

div[class*=mgMuteButton]:before, div[class*=adMuteButton]:before {
    background: url("../../img/mgPlayer_v2_sprite.svg#volume_down");
    content: "";
    width: 24px;
    height: 24px;
    display: block;
}

div[class*=mgMuteButton]:after, div[class*=adMuteButton]:after {
    display: none;
}

div[class*=mgMuteButton].muted:before, div[class*=adMuteButton].muted:before {
    display: none;
}

div[class*=mgMuteButton].muted:after, div[class*=adMuteButton].muted:after {
    background: url("../../img/mgPlayer_v2_sprite.svg#volume_off");
    content: "";
    width: 24px;
    height: 24px;
    display: block;
}

@keyframes mg-spinner-easespin {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}
@keyframes mg-spinner-left-spin {
    0% {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(130deg);
    }
}
@keyframes mg-right-spin {
    0% {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-130deg);
    }
}
.mg-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 999999;
    pointer-events: none;
}
.mg-spinner.show .mg-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: mg-spinner-linspin 1568.23529647ms linear infinite;
    -webkit-animation: mg-spinner-linspin 1568.23529647ms linear infinite;
}
.mg-spinner.show .mg-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: mg-spinner-easespin 5332ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
    animation: mg-spinner-easespin 5332ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
}
.mg-spinner.show .mg-spinner-left {
    right: 49%;
}
.mg-spinner.show .mg-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.mg-spinner.show .mg-spinner-left .mg-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: transparent;
    -webkit-animation: mg-spinner-left-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
    animation: mg-spinner-left-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
}
.mg-spinner.show .mg-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #ddd #ddd transparent;
    border-radius: 50%;
    border-width: 6px;
}
.mg-spinner.show .mg-spinner-right {
    left: 49%;
}
.mg-spinner.show .mg-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.mg-spinner.show .mg-spinner-right .mg-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: transparent;
    -webkit-animation: mg-right-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
    animation: mg-right-spin 1333ms cubic-bezier(0.4,0.0,0.2,1) infinite both;
}

{
    position: relative;
}

.image-container div[class*=video-info__player] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    z-index: 9999;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    overflow: hidden;
}

.image-container div[class*=video-info__player].block {
    position: relative;
}

.image-container div[class*=video-info__player] * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.image-container div[class*=video-info__player].overflow-allowed {
    overflow: visible;
    background: transparent;
}

.mgline.vrline .image-container {
    display: block !important;
}

html > div {
    display: none !important;
}

div[class*=mgSkipButton], div[class*=adSkipButton] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    height: 25px;
    text-shadow: 2px 1px 2px black;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-family: Helvetica, Arial, fallback, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: none;
    z-index: 101;
    cursor: pointer;
}

div[class*=mgSkipButton].showed, div[class*=adSkipButton].showed {
    display: block;
}

div[class*=mgAdPlayerDiv] #av-container #av-inner #gui #skip-btn,
div[class*=adPlayerDiv] #av-container #av-inner #gui #skip-btn {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 0 8px;
    height: 25px;
    text-shadow: 2px 1px 2px black;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-family: Helvetica, Arial, fallback, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 2;
    cursor: pointer;
    border: none;
    text-transform: none;
}

div[class*=mgAdPlayerDiv] #av-container #av-inner #gui #timer,
div[class*=adPlayerDiv] #av-container #av-inner #gui #timer {
    height: 25px;
    width: 25px;
    text-shadow: 2px 1px 2px black;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border: none;
    text-transform: none;
}

.clickDiv {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10000000;
    left: 0;
    top: 0;
}

div[class*=adLinkButton] {
    position: absolute;
    top: 5px;
    font-weight: bold;
    left: 40px;
    right: 40px;
    z-index: 2;
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-shadow: 2px 1px 2px black;
    padding: 0 12px;
    height: 32px;
    font-family: Helvetica, Arial, fallback, sans-serif;
    text-align: center;
    line-height: 32px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: none;
}

div[class*=adLinkButton].showed {
    display: block;
}

#av-container #av-inner #gui:before {
    background: none;
}

#av-container.desktop #gui #timeline.av-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: -4px !important;
    right: 0 !important;
    left: 0 !important;
}

#av-container.desktop #gui:before, #av-container.desktop #gui #buttons, #av-container.desktop #gui #timeline, #av-container.desktop #av-inner #gui #timeline #timeline-moveto {
    opacity: 1;
    filter: alpha(opacity=100);
}

#aniview-credit {
    display:none !important;
}

.ps{-ms-touch-action:auto;touch-action:auto;overflow:hidden!important;-ms-overflow-style:none}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail{display:block;background-color:transparent}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:10px}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:10px}.ps>.ps__scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:0;height:15px}.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;-moz-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{height:10px}.ps>.ps__scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:0;width:15px}.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,-webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;-moz-transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out,-webkit-border-radius .2s ease-in-out,-moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{width:10px}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x{background-color:#999;height:10px}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail{background-color:#eee;opacity:.9}.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y{background-color:#999;width:10px}.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail{opacity:.6}.ps:hover>.ps__scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x{background-color:#999}.ps:hover>.ps__scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y{background-color:#999}

/* Sticky native styles */

div[class*=video-info__player].small,
div[class*=video-info__player].medium,
div[class*=video-info__player].large {
    position: fixed;
    bottom: 10px;
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
    background-color: #000;
}

div[class*=video-info__player].small div[class*=adPlayerDiv],
div[class*=video-info__player].medium div[class*=adPlayerDiv],
div[class*=video-info__player].large div[class*=adPlayerDiv] {
    z-index: 100;
    opacity: 1;
    position: relative;
}

div[class*=video-info__player].small.left,
div[class*=video-info__player].medium.left,
div[class*=video-info__player].large.left {
    left: 10px;
    top: auto;
}

div[class*=video-info__player].small {
    width: 401px;
}

div[class*=video-info__player].small.right,
div[class*=video-info__player].medium.right,
div[class*=video-info__player].large.right {
    right: 10px;
    left: auto;
    top: auto;
}

div[class*=video-info__player].small.top,
div[class*=video-info__player].medium.top,
div[class*=video-info__player].large.top{
    top: 10px;
    bottom: auto;
}

div[class*=video-info__player].small.bottom,
div[class*=video-info__player].medium.bottom,
div[class*=video-info__player].large.bottom{
    bottom: 10px;
    top: auto;
}

div[class*=video-info__player].medium {
    width: 501px;
}

div[class*=video-info__player].large {
    width: 601px;
}

div[class*=video-info__player].small div[class*=adCloseButton].showed,
div[class*=video-info__player].medium div[class*=adCloseButton].showed,
div[class*=video-info__player].large div[class*=adCloseButton].showed {
    display: block !important;
    z-index: 9999999 !important;
}

div[class*=video-info__player].small div[class*=adCloseButton],
div[class*=video-info__player].medium div[class*=adCloseButton],
div[class*=video-info__player].large div[class*=adCloseButton] {
    display: none !important;
}

@media only screen and (max-device-width: 480px) {
    div[class*=video-info__player].small.right,
    div[class*=video-info__player].medium.right,
    div[class*=video-info__player].large.right,
    div[class*=video-info__player].small.left,
    div[class*=video-info__player].medium.left,
    div[class*=video-info__player].large.left {
        position: fixed;
        bottom: 0;
        right: -480px;
        transition: right 1s;
        width: 70%;
    }

    div[class*=video-info__player].small.right.showed,
    div[class*=video-info__player].medium.right.showed,
    div[class*=video-info__player].large.right.showed,
    div[class*=video-info__player].small.left.showed,
    div[class*=video-info__player].medium.left.showed,
    div[class*=video-info__player].large.left.showed {
        position: fixed;
        bottom: 0;
        right: 0;
        transition: right 1s;
    }

    div[class*=video-info__player].small.right.upper,
    div[class*=video-info__player].medium.right.upper,
    div[class*=video-info__player].large.right.upper,
    div[class*=video-info__player].small.left.upper,
    div[class*=video-info__player].medium.left.upper,
    div[class*=video-info__player].large.left.upper {
        top: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }


    div[class*=video-info__player].small.right.upper.showed,
    div[class*=video-info__player].medium.right.upper.showed,
    div[class*=video-info__player].large.right.upper.showed,
    div[class*=video-info__player].small.left.upper.showed,
    div[class*=video-info__player].medium.left.upper.showed,
    div[class*=video-info__player].large.left.upper.showed {
        opacity: 1;
        visibility: visible;
    }

    div[class*=video-info__player].small.top,
    div[class*=video-info__player].medium.top,
    div[class*=video-info__player].large.top,
    div[class*=video-info__player].small.bottom,
    div[class*=video-info__player].medium.bottom,
    div[class*=video-info__player].large.bottom {
        position: fixed;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        width: 70%;
        margin-bottom: 0;
    }

    div[class*=video-info__player].small.top,
    div[class*=video-info__player].medium.top,
    div[class*=video-info__player].large.top {
        top: 0;
        bottom: auto;
    }

    div[class*=video-info__player].small.bottom,
    div[class*=video-info__player].medium.bottom,
    div[class*=video-info__player].large.bottom {
        bottom: 0;
        top: auto;
    }

    div[class*=video-info__player].small.top.showed,
    div[class*=video-info__player].medium.top.showed,
    div[class*=video-info__player].large.top.showed,
    div[class*=video-info__player].small.bottom.showed,
    div[class*=video-info__player].medium.bottom.showed,
    div[class*=video-info__player].large.bottom.showed {
        opacity: 1;
        visibility: visible;
    }

    div[class*=adPlayerDiv].adplayer-no-ui div[class*=adSkipButton],
    div[class*=adPlayerDiv].adplayer-no-ui div[class*=adLinkButton],
    div[class*=adPlayerDiv].adplayer-no-ui .play,
    div[class*=adPlayerDiv].adplayer-no-ui .pause,
    div[class*=adPlayerDiv].adplayer-no-ui #sound {
        opacity: 0;
        visibility: hidden;
        z-index: -100;
    }
}

/* Sticky native Styles end */

/* Embedded Styles */

div[class*=adPlayerDiv].adplayer-no-ui div[class*=adSkipButton],
div[class*=adPlayerDiv].adplayer-no-ui div[class*=adLinkButton],
div[class*=adPlayerDiv].adplayer-no-ui .play,
div[class*=adPlayerDiv].adplayer-no-ui .pause,
div[class*=adPlayerDiv].adplayer-no-ui #sound,
div[class*=adPlayerDiv].adplayer-no-ui .adClickCover {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
}

/* Embedded Styles End */

.adClickCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

.adClickCover.showed {
    display: block;
}

/*  Logo Styles - begin */

.topBar {
    display: none;
    width: 100%;
    position: absolute;
    top: -31px;
    padding-bottom: 3px;
    height: 31px;
    left: 0;
    background-color: rgba(255,255,255,0.9);
}

.topBar.showed {
    display: flex;
}

div[class*=video-info__player].mglogo {
    overflow: visible;
}

div[class*=video-info__player].small.top.mglogo,
div[class*=video-info__player].medium.top.mglogo,
div[class*=video-info__player].large.top.mglogo {
    margin-top: 31px;
}

.topBar .other-logo {
    width: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.topBar .other-logo a:before {
    background: none !important;
}
.topBar .other-logo img {
    width: 80px;
    position: relative;
    top: 4px;
    left: 0;
}
.topBar > span {
    color: #000;
    background: none;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1;
    text-transform: uppercase;
    margin: 12px 0 0 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

/*  Logo Styles - end */

/* In-Article Video Start */

.vrline div.mcimg {
    padding: 0;
    text-align: center;
    width: 100%;
}
.vrline img.mcimg {
    border: 0 solid #ffffff;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
    display: block;
}
.vrline .mctitle {
    margin-top: 10px;
    text-align: left;
}
.vrline .mctitle a {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-family: Roboto;
}
.vrline.mgline {
    background: none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    _overflow: hidden;
    *zoom: 1;
    *display: inline;
    padding: 0 !important;
    border: 0 solid #ffffff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
}
.vrline.mgline .image-container {
    position: relative;
}
.vrline.mgline {
    vertical-align: top;
}
.vrline.mgline {
    min-width: 90px;
}
@supports not (flex-wrap: wrap) {
    .vrline.mgline {
        display: inline-block !important;
    }
}
.text-elements a {
    text-decoration: none;
}
.vrline div.mcprice,
.vrline div.mgbuybox,
.vrline div.mgarrowbox {
    display: none;
}
@media (max-width: 480px) {
    .vrline.mgline {
        width: 48% !important;
        margin: 1% !important;
        max-width: 48% !important;
    }
}
@media (max-width: 480px) {
    .vrline.mgline {
        width: 98% !important;
        margin: 1% !important;
        max-width: 98% !important;
    }
}
.vrline .mctitle a:hover {
    color: #7f7f7f;
}
.vrline.mgline {
    position: relative;
}
.vrline.mgline .fake {
    visibility: hidden;
    position: relative;
    padding-top: 4px;
}
.vrline.mgline .mctitle {
    margin-top: 2px;
    line-height: 1 !important;
}
.vrline.mgline:hover .mctitle a {
    color: #7f7f7f;
}
.vrline.mgline .image-with-text,
.vrline.mgline .mgtobottom {
    width: 100% !important;
}

/* In-Article Video End */

/* Click to play styles begin */

.ctplay .mgbox {
    padding: 25px 0 0 !important;
    max-width: 680px !important;
}
.ctplay .vrline.mgline {
    background: #eee !important;
    padding: 0 0 20px !important;
    border: 1px solid #e3e3e3 !important;
    width: 100%;
    max-width: 100%;
    margin: 3px 0;
    transition-duration: 0.8s;
    transition-property: box-shadow;
}
.ctplay .mgheader {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ctplay .mghead {
    color: #000000 !important;
    font-size: 14px !important;
}
.ctplay .vrline.mgline .mctitle {
    margin: 2px 5px 20px;
    text-align: left;
}
.ctplay .vrline.mgline .mctitle a {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}
.ctplay .vrline.mgline .mctitle a:hover {
    color: #000;
}
.ctplay .vrline.mgline:hover .mctitle a {
    color: #000;
}
.ctplay .vrline.mgline .mcdomain {
    padding-top: 3px 0 0;
    text-align: left;
}
.ctplay .vrline.mgline .mcdomain a {
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
    color: #7f7f7f;
    padding: 1px;
}

.ctplay .vrline.mgline .image-with-text,
.ctplay .vrline.mgline img.mcimg {
    max-width: 680px !important;
}

.ctplay .mg2player:not(.mg2player_playing) .mg2player__close.mghover,
.ctplay .mg2player:not(.mg2player_playing) .mg2player__volume.mghover,
.ctplay .mg2player:not(.mg2player_playing) .mg2player__track.mghover,
.ctplay .mg2player:not(.mg2player_playing) .mg2player__time.mghover,
.ctplay .mg2player:not(.mg2player_playing) .mg2player__play-btn.mghover,
.ctplay .mg2player:not(.mg2player_playing) .mg2player__play-next.mghover,
.ctplay .mg2player:not(.mg2player_playing) .mg2player__start-btn.mghover {
    opacity: 1;
    visibility: visible;
}

.ctplay.mgred .vrline.mgline .text-elements {
    display: none;
}

.ctplay.mgred .vrline.mgline {
    border: none !important;
    background: inherit !important;
}

/* Click to play styles end */

div[class*=vrPopup] {
    opacity: 0;
    visibility: hidden;
}

div[class*=mgAdPlayerContainerDiv] div[class*=mgMuteButton], div[class*=adPlayerContainerDiv] div[class*=mgMuteButton],
div[class*=mgAdPlayerContainerDiv] .mg2player__controls, div[class*=adPlayerContainerDiv] .mg2player__controls,
div[class*=mgAdPlayerContainerDiv] .mg2player__title, div[class*=adPlayerContainerDiv] .mg2player__title {
    display:none
}
