/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

a {
    color: #00A4E4;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #00A4E4;
}

a:focus {
    text-decoration: none;
}

.bg-MainRed {
    background-color: #00A4E4;
}

.bg-DarkGrey {
    background-color: #333333;
}

.bg-Bronze {
    background-color: #AF805E;
}

/*------------------------------------*\
    Page
\*------------------------------------*/

.page__header {
    height: 73px;
}

@media (min-width: 1200px) {
    .page__header {
        height: 70px;
    }
}

/*------------------------------------*\
    Mobile headline
\*------------------------------------*/

.mobile-headline {
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #006E99;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

@media (min-width: 992px) {
    .mobile-headline {
        display: none;
    }
}

/*------------------------------------*\
    Grid
\*------------------------------------*/

@media (min-width: 768px) {
    .container {
        width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 935px;
    }
}

@media (min-width: 1022px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) and (max-width: 1240px) {
    .container {
        width: 1140px;
    }
}

@media (min-width: 1241px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 1290px;
    }
}

/*------------------------------------*\
    Title
\*------------------------------------*/

.title {
    color: #fff;
    font-size: 41px;
    font-family: -apple-system, BlinkMacSystemFont, var(--font-name), "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
}

@media (max-width: 767px) {
    .title {
        color: #fff;
        font-size: 28px;
    }
}

.title._color-blue {
    color: #00a0e4;
}

/*------------------------------------*\
    Advertisement
\*------------------------------------*/

.advertisement__item img {
    width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*\
    Style guide components
\*---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.fOswald {
    font-family: 'Oswald', sans-serif;
}

.fRoboto {
    font-family: 'Roboto', sans-serif;
}

/*------------------------------------*\
    Movie card
\*------------------------------------*/

.movie-card {
    margin-bottom: 13px;
}

@media (min-width: 768px) {
    .movie-card {
        margin-bottom: 10px;
    }
}

.movie-card__data {
    margin-top: 15px;
}

.movie-card__img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding-top: 65%;
}

.movie-card__time {
    padding: 5px 8px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    z-index: 30;
    line-height: 1;
}

.movie-card__price {
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f7931e;
    color: #fff;
    font-size: 12px;
    z-index: 120;
}

.movie-card__title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .movie-card__title {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .movie-card__title {
        font-size: 16px;
    }
}

.movie-card__text {
    color: #fff;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .movie-card__text {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .movie-card__text {
        font-size: 14px;
    }
}

.movie-card__category {
    color: #fff;
    margin-bottom: 6px;
}

.movie-card__date {
    color: #fff;
    font-style: italic;
    font-size: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .movie-card__date {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .movie-card__date {
        font-size: 14px;
    }
}

.movie-card__data a:link,
.movie-card__data a:hover,
.movie-card__data a:active {
    text-decoration: none;
}

.movie-card__link {
    display: block;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.movie-card__cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
    z-index: 10;
}

.movie-card__purchased {
    position: absolute;
    background-color: #82c341;
    padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    top: 0px;
    right: 0px;
    z-index: 110;
}

.movie-card__lock {
    background-color: #f7931e;
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 150;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}

.movie-card__platinum {
    position: absolute;
    z-index: 120;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 170px;
}

.movie-card__download {
    position: absolute;
    z-index: 120;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -20px;
}

.movie-card__grouping {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 110;
    top: -2px;
    right: -2px;
    bottom: -2px;
    width: 40%;
    padding: 35px 5px 10px 5px;
    text-align: center;
    color: #fff;
}

.movie-card__grouping span {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.movie-card__groupingNum {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .movie-card__groupingNum {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .movie-card__groupingNum {
        margin-bottom: 10px;
    }
}

.movie-card__groupingName {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .movie-card__groupingName {
        margin-bottom: 0px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .movie-card__groupingName {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.movie-card__grouping .fa {
    font-size: 48px;
}

@media (min-width: 768px) {
    .movie-card__grouping .fa {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .movie-card__grouping .fa {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .movie-card__grouping {
        padding: 35px 10px 10px 10px;
    }
}

@media (min-width: 1200px) {
    .movie-card__grouping {

    }
}

.movie-card__live {
    position: absolute;
    background-color: red;
    padding: 3px 5px;
    color: #fff;
    border-radius: 2px;
    z-index: 100;
    top: 10px;
    left: 20px;
    font-size: 11px;
    text-transform: uppercase;
}

.movie-card__live:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    content: '';
    border-radius: 10px;
    margin-bottom: 1px;
    margin-right: 2px;
}

.movie-card__link:hover .movie-card__cover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

._type-list .movie-card__groupingNum {
    margin-bottom: 0;
}

._type-list .movie-card__groupingName {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    ._type-list .movie-card__grouping .fa {
        font-size: 25px;
    }

    ._type-list .movie-card__groupingName {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    ._type-list .movie-card__grouping .fa {
        font-size: 48px;
    }

    ._type-list .movie-card__groupingName {
        font-size: 14px;
    }
}

._type-compact {
    margin-bottom: 5px;
}

._type-compact .movie-card__data {
    margin-top: 0px;
    padding: 10px;
    color: #000;
    height: 100px;
    display: block;
    background-color: #fff;
}

._type-compact .movie-card__title {
    color: #36373C;
    font-size: 14px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

._type-compact .movie-card__category {
    color: #36373C;
    font-size: 12px;
}

._type-compact .movie-card__date {
    font-size: 12px;
    color: #36373C;
}

._type-compact .movie-card__time {
    font-size: 12px;
}

._type-compact .movie-card__grouping {
    padding-top: 38px;
    background-image: none;
}

._type-compact .movie-card__groupingNum {
    margin-bottom: 0;
}

._type-compact .movie-card__groupingName {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    ._type-compact .movie-card__grouping .fa {
        font-size: 27px;
        display: none;
    }
}

@media (max-width: 767px) {
    .l-list-view__item .movie-card__grouping .fa {
        display: none;
    }

    .l-list-view__item .movie-card__groupingNum {
        margin-bottom: 0;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    ._type-compact .movie-card__grouping {
        padding-top: 30px;
    }

    ._type-compact .movie-card__grouping .fa {
        font-size: 27px;
    }
}

@media (min-width: 992px) {
    ._type-compact .movie-card__grouping {
        padding-top: 28px;
    }

    ._type-compact .movie-card__grouping .fa {
        font-size: 40px;
    }
}

@media (min-width: 1360px) {
    ._type-compact .movie-card__grouping {
        padding-top: 38px;
    }
}

._color-white .movie-card__title {
    color: #EBEBEB;
}

._color-white .movie-card__text {
    color: #EBEBEB;
}

._color-white .movie-card__date {
    color: #EBEBEB;
    font-style: italic;
}

._type-sidebar {
    margin-bottom: 0;
}

._type-sidebar .movie-card__title {
    font-size: 14px;
    margin-bottom: 15px;
}

._type-sidebar .movie-card__category {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    ._type-sidebar .movie-card__category {
        display: none;
    }
}

._type-sidebar .movie-card__date {
    font-size: 10px;
    font-style: normal;
}

._type-sidebar .movie-card__purchased.hidden-xs {
    bottom: 0;
    top: inherit;
    right: 15px;
    font-size: 10px;
    font-weight: bold;
}

._type-sidebar .movie-card__lock.hidden-xs {
    bottom: 0;
    top: inherit;
    right: 15px;
    font-size: 14px;
    font-weight: bold;
}

._type-sidebar .movie-card__platinum.hidden-xs {
    bottom: 0;
    top: inherit;
    right: 15px;
    line-height: inherit;
    left: inherit;
    font-size: 14px;
    font-weight: bold;
}

._type-sidebar .movie-card__platinum.hidden-lg {
    line-height: 70px;
}

._type-sidebar .movie-card__live.hidden-xs {
    bottom: 0;
    top: inherit;
    right: 15px;
    left: inherit;
}

._type-sidebar .movie-card__download.hidden-xs {
    bottom: 0;
    top: inherit;
    right: 15px;
    width: auto;
    text-align: right;
    margin-top: 0;
}

._type-sidebar .movie-card__one {
    padding-right: 5px;
}

._type-sidebar .movie-card__two {
    padding-left: 10px;
}

._type-empty .movie-card__empty-icon {
    position: absolute;
    z-index: 120;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -34px;
    font-size: 50px;
    color: #1e1e1e;
}

._type-empty .movie-card__cover {
    background-color: #000;
}

/*------------------------------------*\
    VTV style movie card
\*------------------------------------*/

.vtv-movie-card__img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
}

.vtv-movie-card__link {
    display: block;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.vtv-movie-card__link:hover {
    color: #fff;
}

.vtv-movie-card__link:active {
    color: #fff;
}

.vtv-movie-card__link:hover .vtv-movie-card__img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.vtv-movie-card__img:hover {
    color: #fff;

}

.vtv-movie-card__title {
    position: absolute;
    z-index: 15;
    bottom: 0;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.vtv-movie-card__titleWrapper {
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 2.8em;
    color: #fff;
}

@media (max-width: 767px) {
    .vtv-movie-card__title {
        font-size: 12px;
    }
}

.vtv-movie-card__cover {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out;
}

/*------------------------------------*\
    States
\*------------------------------------*/

.state {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .series-data__season-select .state-purchased {
        font-size: 10px;
        padding: 10px;
        height: 32px;
        margin-top: 0;
        float: right;
        font-weight: normal;
    }
}

@media (max-width: 992px) {
    .state-purchased {
        margin: 10px
    }
}

.state-purchased {
    background-color: #82c341;
    color: #fff;
}

/*------------------------------------*\
    Buttons
\*------------------------------------*/

.btn-group .caret {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-bottom: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: -3px 0 0 0;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #006E99;
    outline: none;
    color: #fff;
    border-color: #006E99;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #00A4E4;
}

.btn-default,
.btn-download,
.btn-platinum,
.btn-primary,
.buy-subscription,
.buy-video {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    background: none;
}

.btn-default {
    background-color: #5b5b5b;
    white-space: nowrap;
    padding: 10px 20px;
    border-color: #5b5b5b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #4d4d4d;
    outline: none;
    border-color: #4d4d4d;
    color: #fff;
}

.btn-default:active,
.btn-default.active {
    background-color: #5b5b5b;
    outline: none;
    border-color: #5b5b5b;
    color: #fff;
}

.registration-button {
    padding: 10px 20px !important;
}

.btn-season {
    background-color: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    padding: 10px 20px;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-season:hover,
.btn-season:focus {
    background-color: #4d4d4d;
    outline: none !important;
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.btn-season:active,
.btn-season.active {
    background-color: #5b5b5b;
    outline: none !important;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.btn-art {
    background-color: #CE0031;
    white-space: normal;
    padding: 15px;
    border-color: #CE0031;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-art:hover,
.btn-art:focus {
    background-color: #CE0031;
    outline: none;
    border-color: #CE0031;
    color: #fff;
}

.btn-art:active,
.btn-art.active {
    background-color: #CE0031;
    outline: none;
    border-color: #CE0031;
    color: #fff;
}

.btn-primary {
    background-color: #5586FF;
    white-space: nowrap;
    padding: 10px 20px;
    border-color: #5586FF;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .btn-primary {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .btn-primary {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #006E99;
    outline: none;
    border-color: #006E99;
    color: #fff;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #006E99;
    outline: none;
    border-color: #006E99;
    color: #fff;
}

.btn-download {
    background-color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
    padding: 10px 20px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.btn-download > i {
    margin-right: 10px;
}

.btn-download:hover,
.btn-download:focus {
    background-color: rgba(255, 255, 255, 0.6);
    outline: none;
    border-color: #fff;
    color: #fff;
}

.btn-download:active,
.btn-download.active {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    border-color: #fff;
    color: #fff;
}

.btn-subscription {
    background-color: #838181;
    white-space: nowrap;
    padding: 4px 10px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
    border-radius: 0;
}

.btn-subscription:hover,
.btn-subscription:focus {
    background-color: #989595;
    outline: none;
    border-color: #fff;
    color: #fff;
}

.btn-subscription:active,
.btn-subscription.active {
    background-color: #838181;
    outline: none;
    border-color: #fff;
    color: #fff;
}

.subscription-icon {
    position: absolute;
    width: 22px;
    height: 18px;
    background: url("../img/subscription-icon.png") no-repeat center center;
    background-size: cover;
    top: 50%;
    margin-top: -10px;
    left: 10px;
}

.play-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/play-icon-s.png") no-repeat center center;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.again-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/watch-again.png") no-repeat center center;
    background-size: cover;
    top: 50%;
    margin-top: -8px;
    left: 13px;
}

.btn-square {
    border-radius: 0;
}

.btn-platinum {
    background-color: #f7931e;
    white-space: nowrap;
    padding: 10px 20px;
    border-color: #f7931e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-platinum .fa {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 5px;
}

.btn-platinum:hover,
.btn-platinum:focus {
    background-color: #d07c19;
    outline: none;
    border-color: #d07c19;
    color: #fff;
}

.btn-platinum:active,
.btn-platinum.active {
    background-color: #f7931e;
    outline: none;
    border-color: #f7931e;
    color: #fff;
}

.buy-video {
    background-color: #00CBD3;
    white-space: normal;
    padding: 10px 20px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.buy-video:hover,
.buy-video:focus {
    background-color: #009499;
    outline: none;
    border-color: #fff;
    color: #fff;
}

.buy-video:active,
.buy-video.active {
    background-color: #00CBD3;
    outline: none;
    border-color: #fff;
    color: #fff;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #006E99;
    outline: none;
    border-color: #006E99;
    color: #fff;
}

.buy-subscription {
    background-color: #F7931E;
    white-space: nowrap;
    padding: 10px 20px;
    border-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.buy-subscription .fa {
    padding-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.buy-subscription:hover,
.buy-subscription:focus {
    background-color: #CC7818;
    outline: none;
    border-color: #fff;
    color: #fff;
}

.buy-subscription:active,
.buy-subscription.active {
    background-color: #F7931E;
    outline: none;
    border-color: #fff;
    color: #fff;
}

._type-sidebar .btn {
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
}

.btn-back {
    background: none;
    padding-left: 60px;
    border: 1px solid #00A4E4;
    padding-right: 40px;
}

.btn-back:before {
    width: 15px;
    height: 15px;
    border-top: 2px solid #00A4E4;
    border-right: 2px solid #00A4E4;
    content: '';
    position: absolute;
    left: 38px;
    top: 50%;
    margin-top: -8px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-back:hover,
.btn-back:focus {

    outline: none;
    border: 1px solid #00A4E4;
    color: #00A4E4;
}

.btn-back:active,
.btn-back.active {

    outline: none;
    border: 1px solid #00A4E4;
}

.btn-line {
    background: none;
    border: 1px solid #F7931E;
    color: #F7931E;
    padding: 6px 20px;
    font-size: 14px;
}

.btn-line:hover,
.btn-line:focus {
    outline: none;
    border: 1px solid #F7931E;
    color: #F7931E;
}

.btn-line:active,
.btn-line.active {
    outline: none;
    border: 1px solid #F7931E;
}

.btn-pdf {
    background: none;
    border: 1px solid #1ba5e1;
    color: #1ba5e1;
    padding: 10px 20px;
    text-transform: uppercase;
}

.btn-pdf:hover,
.btn-pdf:focus {
    outline: none;
    border: 1px solid #168bbe;
    color: #168bbe;
}

.btn-pdf:active,
.btn-pdf.active {
    outline: none;
    border: 1px solid #1ba5e1;
}

/*------------------------------------*\
    #Tile component
\*------------------------------------*/

.title-block {
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
}

@media (min-width: 768px) {
    .title-block {
        margin-top: 25px;
        margin-bottom: 25px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .title-block {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
}

.title-block .title {
    text-transform: none;
}

.title-block__name {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    padding-right: 140px;
    text-transform: capitalize;
}

.title-block__name._color-white {
    color: #fff;
}

@media (min-width: 768px) {
    .title-block__name {
        font-size: 20px;
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .title-block__name {
        font-size: 26px;
        padding-right: 0px;
    }
}

.title-block__btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
}

@media (min-width: 768px) {
    .title-block__btn {
        margin-top: -23px;
    }
}

.title-block__btn .btn {
    text-transform: uppercase;
}

/*------------------------------------*\
    Submenu
\*------------------------------------*/

.sub-menu {
    background-color: #EBEBEB;
    color: #006E99;
}

.sub-menu .navbar-nav {
    margin-left: -15px;
}

.sub-menu__item {
    float: left;
}

.sub-menu__item a {
    color: #000000;
    padding: 20px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

@media only screen and (max-width: 991px) {
    .sub-menu__item a {
        font-size: 16px;
    }
}

.sub-menu__item.active a {
    color: #00A4E4;
}

.sub-menu .nav > li > a:hover,
.sub-menu .nav > li > a:focus {
    background-color: transparent;
    color: #00A4E4;
}

@media (min-width: 768px) {
    .navbar-nav > li.sub-menu__item > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/*------------------------------------*\
    List layout
\*------------------------------------*/

.l-list-view {

}

.l-list-view > .video-list > .row {
    margin-left: 0;
    margin-right: 0;
}

.l-list-view__item {
    border-bottom: 1px solid #656565;
    padding-top: 15px;
    padding-bottom: 15px;
}

.l-list-view__item .movie-card {
    margin-bottom: 0;
}

/*------------------------------------*\
    #Social icons
\*------------------------------------*/

.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social__item {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .social__item img {
        width: 25px;
    }
}

.social__item.sticky {
    display: inline-block;
}

@media (min-width: 768px) {
    .social__item {
        display: inline-block;
        padding: 1px;
        margin-bottom: 0px;
    }
}

.social__title {
    display: inline-block;
    height: 40px;
    vertical-align: top;
    padding-top: 11px;
    margin-right: 20px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .social__title {
        font-size: 10px;
        padding-top: 3px;
    }
}

/*------------------------------------*\
    #Player sidebar
\*------------------------------------*/

.player-sidebar {
    padding: 20px;
    background-color: #00A4E4;
}

@media (max-width: 767px) {
    .player-sidebar {
        background-color: #00A4E4;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.player-sidebar__title {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 767px) {
    .player-sidebar__title {
        font-size: 26px;
    }
}

.player-sidebar__item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.player-sidebar__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .player-sidebar__item {
        border: none;
    }
}

.player-sidebar__action {
    margin-top: 20px;
}

.player-sidebar__action .btn {
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .player-sidebar__action .btn {
        border: 1px solid #fff;
        font-size: 16px;
        padding: 15px 20px;
    }
}

/*------------------------------------*\
    #Player data
\*------------------------------------*/

.player-data {
    padding: 20px;
    background-color: #333;
    position: relative;
}

@media (max-width: 767px) {
    .player-data {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.player-data__action {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media (max-width: 767px) {
    .player-data__action {
        position: relative;
        right: inherit;
        top: inherit;
    }

    .player-data__action .btn {
        width: 100%;
    }
}

.player-data__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 200px;
}

@media (max-width: 767px) {
    .player-data__title {
        margin-right: 0;
        font-size: 16px;
        line-height: 1.3;
    }
}

.player-data__desc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.player-data__subscription {
    margin-top: 20px;
    margin-bottom: 20px;
}

.player-data__date {
    text-align: right;
    font-style: italic;
}

@media (max-width: 767px) {
    .player-data__date {
        text-align: left;
    }
}

.player-data__btn-container {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .player-data__btn-container .btn {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .player-data__social .social__item {
        display: inline-block;
    }
}

.player-data__split {
    border-bottom: 1px solid #fff;
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin-top: 18px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .player-data__download {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.player-data__meta {
    margin-top: 25px;
}

.player-data__category span.category {
    font-weight: bold;
    padding-right: 20px;
}

/*------------------------------------*\
    #Downloads block
\*------------------------------------*/

.downloads {
    margin-top: 25px;
    border-top: 1px solid #fff;
    padding-top: 25px;
}

@media (max-width: 767px) {
    .downloads {
        border: none;
        padding-top: 0;
    }
}

.downloads__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.downloads__itemLink {
    float: right;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .downloads__itemLink {
        margin-right: 15px;
    }
}

.downloads__itemLink a {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 767px) {
    .downloads__itemLink a {
        border: 1px solid #fff;
        padding: 10px;
        font-size: 10px;
        border-radius: 5px;
    }
}

.downloads__itemLink .fa {
    font-size: 20px;
    vertical-align: baseline;
    margin-left: 10px;
}

.downloads__item {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .downloads__item {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }
}

.downloads__link {
    padding: 5px;
    display: block;
    overflow: hidden;
    color: #fff;
}

.downloads__link:hover,
.downloads__link:focus {
    background-color: #3e3e3e;
    color: #fff;
    outline: none;
}

.downloads__item._locked {
    opacity: 0.5;
}

.downloads__itemName {
    float: left;
}

@media (max-width: 767px) {
    .downloads__itemName {
        width: 125px;
        font-size: 11px;
        margin-left: 15px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

.downloads__title {
    margin-bottom: 20px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .downloads__title {
        margin-bottom: 20px;
        font-size: 18px;
        padding: 15px 20px;
        background-color: #666;
    }
}

/*------------------------------------*\
    #Player video container
\*------------------------------------*/

.player-video {
    padding-top: 56.25%;
    background-color: #000;
    position: relative;
}

/*------------------------------------*\
    Player layout
\*------------------------------------*/

.l-player {
    padding: 20px 0;
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 991px) {
    .l-player {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .l-player {
        padding: 0px 0;
    }
}

@media (min-width: 992px) {
    .l-player__left {
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .l-player__right {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .l-player__video {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/*------------------------------------*\
    #form styles overwrites
\*------------------------------------*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: none;
    transition: background-color 5000s ease-in-out 0s;
}

select.form-control {
    background-color: #2B2B2B;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.17);
    border: none;
    color: #fff;
    padding: 10px 12px;
    height: 40px;
    font-size: 16px;
}

input {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #333 !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #063F6B;
}

/*------------------------------------*\
    #checkbox
\*------------------------------------*/

.checkbox {
    padding-left: 20px;
}

.level-3 {
    margin-left: 26px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    border-radius: 0px;
    border: none;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #36373C;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: none;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "Glyphicons Halflings";
    content: "\e013";
}

.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

/*------------------------------------*\
    #Search input
\*------------------------------------*/

.icon-search {
    width: 44px;
    height: 44px;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

.icon-close {
    width: 44px;
    height: 44px;
    background-image: url("../img/close.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

.search-input {
    position: relative;
}

.search-input .form-control {
    padding-left: 38px;
    text-align: left;
    border-radius: 0px;
}

.search-input .icon-search {
    top: -2px;
    left: -2px;
    position: absolute;
    line-height: 1;
    font-size: 26px;
}

.search-input .icon-close {
    top: -2px;
    right: 0px;
    position: absolute;
    line-height: 1;
    font-size: 26px;
}

/*------------------------------------*\
    #Filter block
\*------------------------------------*/

.filter-block {
    font-size: 14px;
    margin-bottom: 50px;
}

.filter-block__title {
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #575757;
    color: #fff;
    font-weight: bold;
}

.filter-title .title {
    line-height: 1;
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/

.footer {
    font-size: 14px;
    background-color: #000;
    border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
    .footer {
        padding: 50px 0px 70px 0;
    }
}

.footer__logo {
    position: relative;
    text-align: center;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .footer__logo {
        text-align: left;
        padding: 0;
        margin-right: 16px;
    }
}

@media (min-width: 992px) {

}

.footer__logo-link {
    display: inline-block;
}

.footer__logo-link svg {
    width: 103px;
    color: #fff;
    margin-left: -10px;
}

.footer__logo-link-telus svg {
    width: 160px;
    color: #fff;
    margin: -10px 0px 0px -5px;
}

.footer__logo-combo svg {
    width: 276px;
    color: #fff;
    margin: -16px 0px 0px -20px;
}

.footer__logo-onviva-combo svg {
    width: 225px;
    color: #fff;
}

.footer__logo-rdigital-combo svg {
    width: 285px;
    color: #fff;
}

.footer-logo-vidflex {
    display: block;
}

.footer-logo-telus,
.footer-logo-combo,
.footer-logo-onviva,
.footer-logo-onviva-combo {
    display: none;
}

.svg-vidflex g,
.svg-telus,
.svg-onviva,
.svg-rdigital {
    fill: white;
    stroke: transparent;
    stroke-width: 80px;
}

.footer__copy {
    text-align: center;
    margin-left: 0;
    color: #fff;
    text-indent: 0;
    display: block;
}

@media (min-width: 768px) {
    .footer__copy:before {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .footer__copy {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .footer__copy {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .footer__links, .footer__copy {
        font-size: 12px;
    }
}

.footer__links {
    text-align: center;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .footer__links {
        text-align: right;
        padding: 0;
    }
}

.footer__links a {
    margin: 0px 10px;
    display: inline-block;
    color: #fff;
}

@media (min-width: 768px) {
    .footer__links a {
        margin-left: 20px;
        margin-right: 0px;
    }
}

.footer__login {
    text-align: center;
    padding-bottom: 15px;
    opacity: 0.6;
}

@media (min-width: 768px) {
    .footer__login {
        text-align: left;
        position: absolute;
        top: 50px;
        width: 90px;
        padding: 0;
    }
}

.footer__login > a {
    margin-left: 0;
    color: #fff;
}

.footer-group {
    font-size: 14px;
    padding-top: 40px;
}


.footer-group .container:before,
.footer-group .container:after,
.footer-group .row:before,
.footer-group .row:after {
    display: none;
}

.footer-group .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .footer-group .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) {
    .footer-group {
        padding-top: 0;
        text-align: left;
        margin-bottom: 20px;
    }
}

.footer-group__title {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    margin-bottom: 15px;
    opacity: 0.5;
    font-family: 'Oswald', sans-serif;
}

.footer-group__column {
    margin-bottom: 40px;
}

@media (min-width: 500px) and (max-width: 767px) {
    .footer-group__column {
        width: 50%;
    }
}

@media (min-width: 380px) {
    .footer-group .row {
        padding: 0 50px;
    }
}

@media (min-width: 768px) {
    .footer-group .row {
        padding: 0;
    }
}

.footer-group__column a {
    display: block;
    margin-bottom: 5px;
}

.footer__logos-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 992px) {
    .footer__logos-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}

/*------------------------------------*\
    Manual Selected Slider
\*------------------------------------*/

.manual-selected-slider {

}

.manual-selected-slider__item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    height: 180px;
    color: #fff;
    text-decoration: none;
}

.manual-selected-slider__item .container {
    position: relative;
}

._is-home .manual-selected-slider__item a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: 90;
    color: #fff;
}

@media (min-width: 768px) {
    .manual-selected-slider__item {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .manual-selected-slider__item {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .manual-selected-slider__item {
        height: 560px;
    }
}

.manual-selected-slider__item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.manual-selected-slider__item.fade_img:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.manual-selected-slider__itemContent {
    position: absolute;
    top: 50px;
    z-index: 100;
}

@media (min-width: 768px) {
    .manual-selected-slider__itemContent {
        top: 65px;
        left: 60px;
    }
}

@media (min-width: 992px) {
    .manual-selected-slider__itemContent {
        position: absolute;
        top: 105px;
        left: 15px;
        z-index: 100;
    }
}

@media (min-width: 1200px) {
    .manual-selected-slider__itemContent {
        top: 245px;
    }
}

.manual-selected-slider__itemTitle {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {
    .manual-selected-slider__itemTitle {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .manual-selected-slider__itemTitle {
        font-size: 30px;
    }
}

.manual-selected-slider__itemSubtitle {
    font-size: 10px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}

@media (min-width: 768px) {
    .manual-selected-slider__itemSubtitle {
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .manual-selected-slider__itemSubtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.manual-selected-slider .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.manual-selected-slider .owl-dots {
    text-align: center;
    margin-top: -30px;
    position: absolute;
    left: 0px;
    right: 0;
}

@media (min-width: 768px) {
    .manual-selected-slider .owl-dots {
        margin-top: -40px;
    }
}

@media (min-width: 992px) {
    .manual-selected-slider .owl-dots {
        margin-top: -56px;
    }
}

.manual-selected-slider .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 3px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px
}

@media (min-width: 768px) {
    .manual-selected-slider .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 992px) {
    .manual-selected-slider .owl-dot span {
        width: 20px;
        height: 20px;
    }
}

.manual-selected-slider .owl-dot.active span,
.manual-selected-slider .owl-dot:hover span {
    background: #fff
}

.manual-selected-slider._is-category-type {
    position: relative;
    height: 245px;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .manual-selected-slider._is-category-type {
        height: 315px;
    }
}

@media (min-width: 992px) {
    .manual-selected-slider._is-category-type {
        height: 370px;
    }
}

.manual-selected-slider._is-category-type.no_events {
    height: 150px;
}

.manual-selected-slider._is-category-type:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.manual-selected-slider._is-category-type
.manual-selected-slider__item:before {
    display: none;
}

.manual-selected-slider__category {
    position: absolute;
    top: 30px;
    width: 100%;
    font-size: 35px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    z-index: 70;
    display: none;
}

@media (min-width: 992px) {
    .manual-selected-slider__category {
        display: block;
    }
}

.manual-selected-slider__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
}

._is-category-type .manual-selected-slider__itemContent {
    top: 50px;
}

@media (min-width: 992px) {
    ._is-category-type .manual-selected-slider__itemContent {
        top: 135px;
    }
}

._is-category-type .manual-selected-slider__item {
    height: 245px;
    padding: 0;
}

@media (min-width: 768px) {
    ._is-category-type .manual-selected-slider__item {
        height: 315px;
    }
}

@media (min-width: 992px) {
    ._is-category-type .manual-selected-slider__item {
        height: 370px;
    }
}

/*------------------------------------*\
    Link with play icon
\*------------------------------------*/

.link-watch {
    background-color: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 10px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.link-watch.show_player_icon {
    padding-left: 40px;
}

@media (min-width: 768px) {
    .link-watch {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media (min-width: 992px) {
    .link-watch {
        font-size: 20px;
        padding: 10px;
        height: 45px;
    }
}

.link-watch:hover {
    text-decoration: none;
    color: #fff;
}

.link-watch.show_player_icon:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -10px;
    background-image: url("../img/play-trailer-button.png");
    background-position: 0 0;
    background-size: cover;
}

/*------------------------------------*\
    Sport banner
\*------------------------------------*/

.sport-banner__wrapper {
    min-height: 150px;
    position: relative;
    background-color: #232323;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.sport-banner__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.sport-banner__title {
    position: relative;
    z-index: 100;
    margin-top: 75px;
}

.sport-banner__title .title {
    font-size: 35px;
    text-transform: none;
}

/*------------------------------------*\
    Slider navigation
\*------------------------------------*/

._show-slider-nav .owl-nav [class*=owl-] {
    width: 30px;
    height: 75px;
    position: absolute;
    cursor: pointer;
    font-size: 0;
}

._show-slider-nav .owl-nav .owl-prev {
    left: -40px;
    top: 50%;
    margin-top: -105px;
}

._show-slider-nav .owl-nav .owl-prev:before {
    content: "\f104";
    font-size: 70px;
    color: #fff;
    font-family: FontAwesome;
    line-height: 1;
}

._show-slider-nav .owl-nav .owl-next {
    right: -40px;
    top: 50%;
    margin-top: -105px;
}

._show-slider-nav .owl-nav .owl-next:before {
    content: "\f105";
    font-size: 70px;
    color: #fff;
    font-family: FontAwesome;
    line-height: 1;
}

._show-slider-nav .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    ._show-slider-nav .owl-nav {
        display: block;
    }
}

@media (max-width: 1024px) {
    ._is-padding .owl-stage {
        margin-left: -30px;
    }
}

/*------------------------------------*\
    VTV style slider navigation
\*------------------------------------*/

._vtv-style {

}

._vtv-style .owl-nav {
    display: none;
}

@media (min-width: 992px) {
    ._vtv-style:hover .owl-nav {
        display: block;
    }
}

._vtv-style .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 250px;
    font-size: 0px;
}

._vtv-style .owl-nav [class*=owl-]:after {
    content: '';
    width: 30px;
    height: 30px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    position: absolute;
    cursor: pointer;

}

._vtv-style .owl-nav [class*=owl-]:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

._vtv-style .owl-nav .owl-prev {
    left: 0px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

._vtv-style .owl-nav .owl-prev:after {
    left: 20px;
    top: 50%;
    margin-top: -30px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=-0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=-0.7071067811865476)";
}

._vtv-style .owl-nav .owl-next {
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);

}

._vtv-style .owl-nav .owl-next:after {
    right: 20px;
    top: 50%;
    margin-top: -30px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}

/*------------------------------------*\
    Advertisement
\*------------------------------------*/

.advertisement__item img {
    width: 100%;
}

/*------------------------------------*\
    Grid for Programming
\*------------------------------------*/

.row-15 {
    margin-left: -3px;
    margin-right: -3px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*------------------------------------*\
    #Header
\*------------------------------------*/

.mobile-header {
    display: none;
}

/*------------------------------------*\
    Navbar
\*------------------------------------*/

.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.navbar-default .navbar-brand {
    padding: 0 0 0 15px;

}

@media (min-width: 768px) {
    .navbar-default .navbar-brand {
        padding: 0;
        padding-right: 50px;
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-brand {
        padding: 0;
        padding-right: 8px;
        padding-top: 12px;
    }

    .navbar-default .navbar-brand img {
        width: 90px;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-brand {
        padding: 0;
        padding-right: 36px;
        margin-left: 0;
        height: 56px;
    }

    .navbar-default .navbar-brand img {
        width: auto;
    }
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}

.navbar-default .navbar-nav {
    margin-top: 4px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px 9px;
    }
}

.caret {
    border: none;
    width: 8px;
    height: 8px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -10px;
    margin-left: 4px;
}

.btn-default .caret {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    margin: -3px 0 0 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #CE0031;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #CE0031;
    background: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #CE0031;
    background: none;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top: 1px solid #CE0031;
    border-right: 1px solid #CE0031;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top: 1px solid #CE0031;
    border-right: 1px solid #CE0031;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-default .navbar-nav .dropdown-menu > li > a {
    font-family: 'Oswald', sans-serif;
    color: #CE0031;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 16px;
}

.navbar-default .navbar-toggle {
    border-color: #DDD;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
}

/*------------------------------------*\
    Banner Text bar
\*------------------------------------*/

.banner-text-bar {
    background-color: #ff9c00;
    color: #ffffff;
    padding: 6px;
    text-align: center;
}
.banner-text-bar a {
    color: #fff !important;
    text-decoration: underline;
}

.subscription-popup {
    background-color: #fff;
    padding: 40px;
    color: #000;
}

.subscription-popup__title {
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px 0;
}

.subscription-box__title {
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #C6A263;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border: 1px solid #95989a;
}

.subscription-box__content {
    padding: 15px;
    text-align: center;
    border: 1px solid #95989a;
    border-top: none;
}

.subscription-box__price {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}

.subscription-box__text {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;

}

/*------------------------------------*\
    Login form
\*------------------------------------*/

@media (min-width: 768px) {
    .login-form {
        margin-bottom: 100px;
    }
}

.login-form__wrap {
    min-height: 600px;
}

.login-form__description {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.login-form__description > p .btn{
    width: 74%;
    margin-top: 2em !important;
}

.login-form .alert-danger {
    margin-bottom: 20px;
}

.login-form .btn.btn-default {
    padding: 15px;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .login-form__description {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;
    }
}

.login-form__header {
    font-family: 'Oswald', sans-serif;
}

.login-form__header__password h2 {
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 767px) {
    .login-form__header {
        background-color: #00A4E4;
        color: #fff;
        padding: 15px;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        font-family: 'Oswald', sans-serif;
        font-size: 21px;
    }

    .login-form__header h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 25px;
    }
}

.login-form__donthave {

}

.login-form__donthave .title-line {
    font-size: 12px;
}

@media (min-width: 768px) {
    .login-form__donthave .title-line {
        font-size: 18px;
    }
}

.login-form__donthave .btn {
    text-align: center;
}

.login-form__pwd-wrapper {
    position: relative;
}

.login-form__remember {
    position: absolute;
    top: 0;
    right: 0;
}

.login-form__action {
    margin-top: 30px;
}

.login-form__action .btn {
    text-align: center;
}

.hint {
    margin-bottom: 10px;
}

.login-form__content {
    font-size: 12px;
}

.login-form__side .login-form__title p {
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .login-form__content {
        font-size: 18px;
    }

    .login-form__side .login-form__title p {
        font-size: 16px;
        font-weight: bold;
    }

    .login-form__side .login-form__content {
        font-size: 12px;
    }
}

@media (min-width: 970px) {
    .login-form__content .form-control:focus {
        border-color: #00A4E4;
    }

    .login-form__side {
        margin-left: 15px;
    }

    .login-form__side .login-form__title p {
        font-size: 22px;
        font-weight: bold;
    }

    .login-form__side .login-form__content {
        font-size: 16px;
    }
}

.login-form__side {
    margin-top: 25px;
    padding: 15px;
    background-color: #636363;
}

.login-form__content input {
    border: 1px solid #EBEBEB;
}

.title-line {
    text-align: center;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    margin: 20px 0;
}

.title-line:before,
.title-line:after {
    border-top: 1px solid #fff;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 45%;
}

.title-line:before {
    right: 1.5%;
}

.title-line:after {
    left: 1.5%;
}

.login-form__content
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: -3px;
    margin-left: -20px;
    border-radius: 0px;
    background-color: #575757;
    border: 1px solid #EBEBEB;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.login-form__content
.checkbox label {
    padding-left: 22px;
}

.login-form__content
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: -3px;
    margin-left: -17px;
    padding-left: 3px;
    padding-top: 3px;
    font-size: 17px;
    color: #fff;
}

.login-form__content
.form-group {
    margin-bottom: 25px;
}

.captcha__left {
    margin-bottom: 25px;
}

.btn-block {
    text-align: center;
}

.group-slider__block {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .group-slider__block {
        padding-bottom: 30px;
    }
}

.communications {
    font-size: 14px;
}


/*------------------------------------*\
   # Identity Provider login
\*------------------------------------*/

.idp-login {
    padding: 0 15px;
    width: 55%;
    margin: 70px auto;
    text-align: center;
}

.idp-login__logo img {
    width: 160px;
    height: auto;
}

.idp-login__logo {
    margin-bottom: 10px;
}

.idp-login__desc {
    font-size: 18px;
    margin-bottom: 30px;
}

.idp-login__btn-wrapper {
    text-align: center;
}

.idp-login__btn-wrapper .btn {
    display: inline-block;
}


/*------------------------------------*\
    My Account
\*------------------------------------*/

.page__account {
    padding-top: 20px;
    padding-bottom: 50px;
}

.account-sidebar {

}

.account-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #00a0e4;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .account-sidebar__list {
        margin-right: -15px;
        margin-left: -15px;
        white-space: nowrap;
        margin-bottom: 0px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 992px) {
    .account-sidebar__list {
        border-bottom: none;
        margin-bottom: 0;
        text-align: left;
    }
}

.account-sidebar__item {
    display: inline-block;
}

@media (min-width: 992px) {
    .account-sidebar__item {
        display: block;
    }
}

.account-sidebar__item a {
    padding: 15px 10px;
    background-color: #767676;
    color: #fff;
    display: block;
    font-size: 13px;
}

@media (min-width: 768px) {
    .account-sidebar__item a {
        padding: 15px 20px;
        font-size: 16px;
    }
}

.subscription-modal {
    font-size: 18px;
    color: #000;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.subscription-modal strong {
    font-weight: bold;
}

.account-sidebar__item a:hover {
    color: #fff;
    background-color: #575757;
}

.account-sidebar__item--selected a {
    background-color: #00a0e4;
}

.account-sidebar__item--selected a:hover {
    background-color: #00a0e4;
}

.account-info__desc form.form-horizontal div.form-group {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .account-info__desc form.form-horizontal div.form-group {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .account-info .account-info__desc {
        border-bottom: 1px solid #EBEBEB;
    }
}

.account-info__title h2 {
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .account-info__title {
        font-family: 'Oswald', sans-serif;
        background-color: #00A4E4;
        color: #fff;
        padding: 15px;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 21px;
    }

    .account-info__title h2 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .my-account .my-orders {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

/*------------------------------------*\
    #My Orders
\*------------------------------------*/

.my-orders .video-list .items > .row {
    margin: 0;
}

.my-orders .empty {
    padding: 50px;
    display: block;
}

.my-orders .movie-card__title {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .my-orders .movie-card__title {
        margin-top: 0;
    }
}

.my-videos__actions {
    margin-top: 5px;
    text-align: left;
}

@media (min-width: 768px) {
    .my-videos__actions {
        margin-top: 0;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .my-videos__actions {
        margin-top: 0;
        text-align: right;
    }
}

.my-videos__actions__cta .fa {
    font-size: 27px;
    vertical-align: inherit;
    line-height: 0;
}

@media (max-width: 767px) {
    .my-videos__actions__cta .btn {
        display: block;
    }
}

.my-orders .my-orders__item {
    border-bottom: 1px solid #656565;
}

.my-orders .my-orders__item .movie-card {
    margin-bottom: 10px;
    margin-top: 10px;
}

.my-orders .my-orders__item .movie-card__link {
    cursor: default;
}

.my-orders .my-orders__item .movie-card__link:hover .movie-card__cover {
    -webkit-transform: none;
    transform: none;
}

.my-orders .my-orders__item .movie-card .movie-card__title {
    font-size: 16px;
}

.my-orders .my-orders__item .movie-card .movie-card__text {
    display: none !important;
}

.my-orders__actions__cta a {
    text-align: right;
}

.my-orders__actions__cta {
    background-color: #CE0031;
    border-radius: 2px;
    float: right;
}

.my-orders__actions__cta a.link-watch {
    border: none;
    font-weight: 700;
}

.my-orders__actions__cta a.link-watch:before {
    left: 10px;
}

.my-orders__item .my-orders__actions__expiry {
    border: 1px solid #777777;
    color: #777777;
    float: right;
}

.my-orders__item .my-orders__actions {
    text-align: center;
    padding: 15px 0px 0px 0px;
}

.my-orders__actions .my-orders__actions__cta a {
    cursor: pointer;
    color: #FFFFFF;
    width: 100%;
    padding: 11px 25px;
}

.my-orders__actions > div {
    height: 35px;
    display: inline-block;
    margin-bottom: 15px;
}

.my-orders__actions__cta {
    width: 50%;
    margin-right: 5%;
    margin-left: 10px;
}

.my-orders__actions__expiry {
    min-width: 41%;
}

.my-orders__actions__cta a, .my-orders__actions__expiry {
    padding: 11px 17px;
    font-size: 10px;
}

.my-orders .my-orders__item .movie-card .my-orders__attributes > div {
    font-size: 10px;
}

.my-orders .my-orders__item .movie-card .movie-card__title {
    font-size: 12px;
}

.my-orders__item .movie-card .row .col-md-3.col-xs-5 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 321px) {
    .my-orders__actions__cta a {
        text-align: center;
    }
}

@media (min-width: 500px) {
    .my-orders__actions__cta {
        margin-right: auto;
    }

    .my-orders__item .my-orders__actions {
        margin-left: 25px;
    }

    .my-orders__actions > div {
        min-width: 180px;
        width: auto;
    }

    .my-orders__actions div.my-orders__actions__cta a {
        text-align: right;
        padding: 9px 40px;
    }

    .my-orders__actions__cta a, .my-orders__actions__expiry {
        font-size: 12px;
        padding: 8px 21px;
    }

    .my-orders .my-orders__item .movie-card .my-orders__attributes > div {
        font-size: 13px;
    }

    .my-orders .my-orders__item .movie-card .movie-card__text {
        display: -webkit-box !important;
    }
}

@media (min-width: 990px) {
    .my-orders__actions > div {
        display: block;
        height: 40px;
    }

    .my-orders__actions__cta {
        margin-left: 0;
    }

    .my-orders .my-orders__item .movie-card .movie-card__title {
        font-size: 16px;
    }

    .my-orders__actions div.my-orders__actions__cta a {
        padding: 12px 45px;
    }

    .my-orders__actions__cta a, .my-orders__actions__expiry {
        padding: 11px 21px;
    }

    .my-orders__actions .my-orders__actions__cta {
        margin-bottom: 5px;
        float: none;
    }

    .my-orders__actions .my-orders__actions__expiry {
        margin-top: 5px;
        float: none;
    }
}

@media (min-width: 1200px) {
    .my-orders__actions div.my-orders__actions__cta a {
        padding: 12px 21px;
    }

    .my-orders__actions__cta {
        margin-bottom: 10px;
    }

    .my-orders__actions .my-orders__actions__expiry {
        margin-top: 10px;
    }

    .my-orders__actions > div {
        min-width: 100%;
        margin-left: 0px;
    }
}

@media (min-width: 1400px) {
    .my-orders__actions div.my-orders__actions__cta a {
        padding: 9px 21px;
    }

    .my-orders__actions__cta a, .my-orders__actions__expiry {
        padding: 8px 21px;
        font-size: 15px;
        width: 182px;
    }

    .my-orders .my-orders__item .movie-card .movie-card__cover {
        height: 123px;
    }

    .my-orders .my-orders__item .movie-card .movie-card__link {
        width: 220px;
        padding-top: 50%;
    }

    .my-orders .my-orders__item .movie-card .my-orders__attributes {
        margin-top: 7px;
    }

    .my-orders .my-orders__item .movie-card .movie-card__category strong {
        margin-right: 10px;
    }

    .my-orders__item .row > div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .my-orders__item .movie-card .row .col-md-3 {
        width: 21%;
    }

    .my-orders__item .my-orders__actions {
        text-align: center;
        padding: 15px 0px 0px 0px;
        margin-left: 25px;
        width: 182px;
    }

    .my-orders__actions__cta {
        margin-bottom: 20px;
    }

    .my-orders__actions__expiry {
        margin-top: 20px;
    }

    .my-orders__actions__cta a.link-watch:before {
        position: absolute;
        left: 10px;
    }
}

/*------------------------------------*\
    Player block Acactv
\*------------------------------------*/

.player-widget:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.player-block {
    position: relative;
    z-index: 300;
}

@media (min-width: 992px) {
    .player-block > .row {
        /*display: flex;*/
        /*margin: 0;*/
    }
}

.player-block__data {
    background-color: #4f4f4f;
    color: #fff;
}

@media (min-width: 768px) {
    .player-block__data {
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    .player-block__data {
        background-color: transparent;
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .player-block__video {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .player-block__dataWrapper {
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    .player-block__dataWrapper {
        color: #fff;
        padding-bottom: 20px;
    }
}

.player {
    position: relative;
}

.cover-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.cover-widget {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #232323;
}

.player-block__live {
    background-color: red;
    padding: 3px 5px;
    color: #fff;
    border-radius: 2px;
    z-index: 100;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 15px;
    line-height: normal;
}

.player-block__live:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    content: '';
    border-radius: 10px;
    margin-bottom: 1px;
    margin-right: 2px;
}

.player-block__title {
    padding: 15px 10px 5px 10px;
    position: relative;
    display: flex;
    align-items: flex-start;
}

@media (min-width: 992px) {
    .player-block__title {
        margin-bottom: 6px;
        border: none;
        padding: 0;
        display: inline-flex !important;
    }
}

.player-block__title h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

@media (min-width: 992px) {
    .player-block__title h3 {
        font-size: 20px;
    }
}

.player-block__title.player-block__title--is-game img {
    vertical-align: middle;
    max-height: 40px;
    max-width: 40px;
    margin: 0 6px 0 6px;
}

.player-block__title.player-block__title--is-game h3 {
    display: flex;
    align-items: center;
}

.player-block__game-period {
    margin-left: 10px;
    display: inline-block;
    padding: 5px 10px;
    font-style: italic;
    background-color: #DBDBDB;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    color: #000;
}

@media (min-width: 992px) {
    .player-block__game-period {
        margin-left: 0px;
    }
}

.player-block__game-sport {
    margin-left: 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .player-block__game-sport {
        margin-left: 0;
    }
}

.player-block__game-sport strong {
    display: inline-block;
    width: 50px;
    font-weight: bold;
}

.player-block__game-venue {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
}

@media (min-width: 992px) {
    .player-block__game-venue {
        margin-left: 0px;
    }
}

.player-block__game-venue strong {
    display: inline-block;
    width: 50px;
    font-weight: bold;
}

.player-block__category {
    font-size: 11px;
    padding: 0px 10px 0 10px;
}

@media (min-width: 992px) {
    .player-block__category {
        font-size: 14px;
        margin-bottom: 5px;
        padding: 0;
    }
}

.player-block__category strong {
    font-weight: bold;
}

.player-block__date {
    font-size: 11px;
    padding: 0px 10px 0px 10px;
}

@media (min-width: 992px) {
    .player-block__date {
        font-size: 14px;
        margin-bottom: 20px;
        font-style: italic;
        padding: 0;
    }
}

.player-block__desc {
    font-size: 12px;
    padding: 17px 10px 5px 10px;
}

.player-block__supplemental-desc {
    font-size: 12px;
    background-color: rgba(0,0,0,0.2);
    padding: 15px 12px 7px 12px;
    border-radius: 5px;
    margin: 10px;
}

.player-block__subtitles {
    font-size: 12px;
    padding: 10px;
    font-style: italic;
}

.player-block__subscription {
    padding: 0 10px;
}

@media (min-width: 992px) {
    .player-block__subtitles {
        font-size: 14px;
        padding: 0 0 10px 0;
    }
    .player-block__desc {
        font-size: 14px;
        margin-bottom: 20px;
        border: none;
        padding: 0px;
    }

    .player-block__supplemental-desc {
        font-size: 14px;
        margin: 16px 0 10px 0;
    }
}

.player-block__social {
    padding: 10px 10px;
}

@media (min-width: 992px) {
    .player-block__social {
        padding: 0px;
    }
}

.player-block__social span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 12px;
}

.player-block__social .social {
    display: inline-block;
    vertical-align: middle;
}

.player-block__social .social__item {
    display: inline-block;
    padding: 1px;
    margin-bottom: 0;
    margin-left: 6px;
}

/*NEW PLAYER BUY BLOCK CLASSES*/

@media (min-width: 768px) {
    .player-block__buy-new .btn {
        width: auto;
    }

    .player-block__buy-new .purchased-label {
        width: 325px;
    }
}

@media (min-width: 992px) {
    .player-block__buy-mobile .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .player-block__buy-new {
        padding-bottom: 18px;
        padding: 20px 0 20px 0;
        display: block;
    }

    .player-block__buy-new .btn {
        display: inline-block;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .player-block__buy-new {
        padding: 14px 10px 14px 10px;
        margin-top: 15px;
        text-align: left;
    }

    .player-block__buy-new .btn {
        text-align: left;
    }
    
    .player-block__buy-mobile .purchased-label {
        width: 100%;
    }
}


/*END NEW PLAYER BUY BLOCK CLASSES*/


.player-block__buy-mobile {
    padding: 14px 40px 14px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 15px;
}

.player-block__buy {
    display: none;
}

.player-block__buy-mobile {
    text-align: left;
}

.player-block__buy-mobile .btn {
    display: inline-block;
    text-align: left;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .player-block__buy-mobile .btn {
        width: auto;
    }
}

.player-block__buy-mobile .btn:last-of-type {
    margin-bottom: 0;
}

.player-block__buy-mobile .purchased-label {
    width: 100%;
}

@media (min-width: 768px) {
    .player-block__buy-mobile .btn {
        width: auto;
    }

    .player-block__buy-mobile .purchased-label {
        width: 325px;
    }
}

@media (min-width: 992px) {
    .player-block__buy-mobile .btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .player-block__buy {
        padding-bottom: 18px;
        padding: 0 0 20px 0;
        display: block;
    }

    .player-block__subscription {
        padding: 0 0 30px 0;
        display: block;
    }

    .player-block__buy .btn {
        display: inline-block;
        margin-bottom: 15px;
    }

    .player-block__buy-mobile {
        display: none;
    }
}

.player-block__download {
    padding: 10px;
}

@media (min-width: 992px) {
    .player-block__download {
        padding: 10px 0px;
    }
}

.player-block__download .btn {
    display: block;
    text-align: center;
    font-size: 18px;
}

@media (min-width: 992px) {
    .player-block__download {
        padding-top: 40px;
    }

    .player-block__download .btn {
        display: inline-block;
        font-size: 16px;
    }
}

.player-block__downloads {
    background-color: #292929;
}

.player-block__downloads .downloads {
    border: none;
    margin-bottom: 25px;
    padding-top: 0;
}

.player-block__downloads .downloads__title {
    font-size: 26px;
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 767px) {
    .player-block__downloads .downloads__title {
        background: none;
        padding: 0;
    }

    .player-block__downloads .downloads__item {
        border: none;
    }
}

.player-block__downloads .downloads__item {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .player-block__downloads .downloads__item {
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

    .player-block__downloads .downloads__itemName {
        margin-left: 0;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .player-block__downloads .downloads__itemLink {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .player-widget .container {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        overflow: hidden;
    }
}

.player__preview {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.player__preview img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.player__cover {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.player__cover .countdown {
    margin-top: 10px;
}

.player__cover .countdown-amount {
    background: rgba(255, 255, 255, 0.6);
    color: #000000;
    font-size: 50px;
    padding: 0px 10px;
    margin-right: 15px;
    text-shadow: none;
    margin-left: 15px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    min-width: 80px;
    display: block;
    text-align: center;
}

@media (max-width: 480px) {
    .player__cover .countdown-amount {
        background: rgba(255, 255, 255, 0.6);
        color: #000000;
        font-size: 30px;
        padding: 0px 7px;
        margin-right: 10px;
        text-shadow: none;
        margin-left: 10px;
        border-radius: 5px;
        font-family: 'Oswald', sans-serif;
        min-width: 50px;
    }
}

.player__cover .countdown-period {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;

    color: #fff;
}

@media (max-width: 480px) {
    .player__cover .countdown-period {
        font-size: 12px;
    }
}

.player__post-event-inner {
    font-size: 20px;
}

.player__post-event-inner a {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
    font-style: italic;
    font-size: 20px;
    margin: 15px 0;
    display: inline-block;
}

.player-block div#wp-player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.countdown-timer-inner {
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;

}

/* View more */

.morecontent span {
    display: none;
}

a.morelink {
    display: block;
    text-decoration: none;
}

/*.player-block__data a.morelink, .player-block__data a.morelink:active, .player-block__data a.morelink:focus {
    color: #C6A263;
}*/

a.morelink:focus, a.morelink:active {
    text-decoration: none;
    color: #00A4E4;
}

@media (min-width: 992px) {
    .tab-content > .tab-pane {
        height: 434px;
        overflow: hidden;
        overflow-y: auto;
    }
}

@media (min-width: 1200px) {
    .tab-content > .tab-pane {
        height: 660px;
    }
}

button.accordion {
    background-color: rgb(0, 110, 184);
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 300;
}

button.accordion.active, button.accordion:hover {
    background-color: rgb(20, 63, 106);
}

div.panel {
    padding: 0px 0px;
    transition: 0.6s ease-in-out;
    color: #FFFFFF;
    background-color: #000000;
    margin-bottom: 5px;
    overflow: hidden;
}

div.panel.show {
    opacity: 1;
    height: auto;
    padding: 30px 0px;
}

@media (max-width: 991px) {
    div.panel.show {
        padding-top: 0;
    }
}

button.accordion:after {
    content: "\e114";
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 15px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
}

button.accordion.active:after {
    content: "\e114";
}

.episode-card {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .episode-card {
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
    }
}

.episode-card__img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding-top: 56%;

}

@media (max-width: 991px) {
    .episode-card__img {
        margin-bottom: 10px;
    }
}

.episode-card__title {
    font-size: 20px;
    margin-bottom: 5px;
}

.episode-card__subtitle {
    font-size: 20px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .episode-card__subtitle {
        margin-bottom: 10px;
    }
}

.episode-card__desc {
    margin-top: 20px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .episode-card__desc {
        margin-bottom: 20px;
    }
}

.episode-card__action {
    text-align: center;
}

.episode-card__action .btn {
    display: block;
}

.free {
    margin-left: 10px;
    display: inline-block;
    color: #006EB8;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #006EB8;
}

/*------------------------------------*\
    Attachments
\*------------------------------------*/
.attachment-title {
    color: #00a9e0;
    font-size: 20px;
    margin: 20px 0px;
    margin-top: 50px;
}

.attachment {
    margin-top: 20px;
    padding: 10px 20px;
    border-left: 4px solid #00a9e0;
    background-color: #1f1f1f;
}

.attachment__title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/*------------------------------------*\
    Contact form
\*------------------------------------*/

.ContactWidget {
    background-color: #000;
}

.bootbox {
    color: #333;
}

@media (min-width: 768px) {
    .ContactWidget {
        padding: 30px 0px;
    }
}

.contact-form__header {
    color: #fff;
    text-align: left;
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    display: none
}

@media (min-width: 992px) {
    .contact-form__header {
        display: block;
    }

    .contact-form__header h2 {
        margin: 0;
    }

}

.contact-form {
    margin-bottom: 40px;
}

.contact-form__description {
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .contact-form__description {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

.contact__action {
    text-align: center;
}

@media (max-width: 767px) {
    .contact__action .btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .contact__action {
        text-align: left;
    }
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #fff;
}

/*------------------------------------*\
    #Programming widget
\*------------------------------------*/

.programming {
    padding: 30px 0;
    background-color: #232323;
}

@media (min-width: 768px) {
    .programming {
        padding: 40px 0;
    }
}

.programming__sorting {
    text-align: right;
}

@media (max-width: 1024px) {
    .programming__sorting {
        padding: 10px 0;
    }
}

.programming__list {
    padding-top: 10px;
}

.programming__list._mobile .movie-card__text {
    display: none !important;
}

.programming__list._mobile .col-xs-5 {
    padding-right: 0;
}

.programming__list._mobile .movie-card__title {
    font-size: 16px;
}

@media (min-width: 768px) {
    .programming__list {
        padding-top: 30px;
    }
}

.programming__list .programming-list > .row {
    margin-left: 0;
    margin-right: 0;
}

.videotile__title {
    word-wrap: break-word;
}

.fw__results-list--grid .videotile__anchor {
    width: inherit;
}

.fw__results-list--grid .videotile__details {
    overflow: hidden;
}

.sorting-buttons__item {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.sorting-buttons__item .btn-default {
    text-transform: capitalize !important;
    font-weight: 600;
    border-radius: 0;
}

.sorting-buttons__item .dropdown-menu {
    width: 100%;
    border-radius: 0;
}

.sorting-buttons__item .fa {
    font-size: 25px;
    color: #333333;
}

.sorting-buttons__item .fa:hover {
    color: rgba(255, 255, 255, 0.6);
}

.sorting-buttons__item .fa.active_link {
    color: #00A4E4;
}

.pagination__container {
    text-align: center;
}

.pagination__container ul {
    box-shadow: none;
}

.pagination__container ul > li {
    display: inline-block;
}

.pagination__container ul > li > a, .pagination__container ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #414141;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none;
    border-width: medium medium medium 0;
    color: #fff;
    float: left;
    line-height: 20px;
    padding: 10px 15px;
    text-decoration: none;
}

.pagination__container ul > .active > a, .pagination__container ul > .active > span {
    color: #fff;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    /* background-color: transparent;*/
    /*border-color: #ddd;
    color: #777;
    cursor: not-allowed;*/
    background-color: #414141;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00A4E4;
}

.mobile_title {
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.sorting-buttons__item._mobile {
    display: inline-block;
    color: #00A4E4;
}

.sorting-buttons__item._live {
    margin-left: 5px;
}

.sorting-buttons__label {
    display: inline-block;
    margin-right: 10px;
}

.top-filter__sorting-buttons {
    text-align: right;
}

.top-filter__sorting-buttons .btn-group {
    padding-top: 5px;
}

@media (max-width: 700px) {
    a.sorting-buttons__item {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .top-filter__sorting-buttons .btn-group.btn-group__events {
        float: left;
    }
}

@media (min-width: 768px) {
    .top-filter__sorting-buttons {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .top-filter__sorting-buttons {
        text-align: right;
    }
}

.top-filter__search {
    position: relative;
    margin-top: 12px;
}

.top-filter__search .glyphicon {
    position: absolute;
}

.top-filter__search .glyphicon-remove {
    right: 0px;
    padding: 10px;
}

.top-filter__search .form-control {
    padding-left: 33px;
}

.top-filter__search .glyphicon-search {
    left: 0;
    padding: 10px;
}

.top-filter__title {
    padding-bottom: 20px;
}

.top-filter__title h2 {
    margin: 0;
    padding: 0;
}

span.sorting-buttons__item {
    display: none;
}

.top-filter__mobile-sorting-buttons {
    display: block;
    /*margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;*/
    margin-bottom: 20px;
}

.top-filter__title h2 {
    font-size: 20px;
}

@media (min-width: 700px) {

    .top-filter__mobile-sorting-buttons {
        display: none;
    }

    .top-filter__sorting-buttons {
        display: block;
    }

    span.sorting-buttons__item {
        display: inline-block;
    }

    .top-filter__title h2 {
        font-size: 32px;
    }
}

.mobile-tabs {
    background-color: #9d9d9d;
    padding: 5px;
    margin-bottom: 1px;
}

.top-filter__mobile-sorting-buttons .panel-group .panel + .panel {
    margin-bottom: 0px;
}

.mobile-tabs__item {
    background-color: #616161;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 7px 5px;
}

.top-filter__mobile-sorting-buttons .panel {
    border: none;
    border-radius: 0;
}

.top-filter__mobile-sorting-buttons .panel-heading {
    background-color: #414141;
    border-radius: 0;
}

.top-filter__mobile-sorting-buttons .panel-group {
    margin-bottom: 0;
}

.top-filter__mobile-sorting-buttons .panel-group a {
    display: block;
    color: #fff;
}

.top-filter__mobile-sorting-buttons .panel-group .panel + .panel {
    margin-top: 1px;
}

.top-filter__mobile-sorting-buttons .panel-title {
    position: relative;
}

.top-filter__mobile-sorting-buttons .panel-title > a {
    display: block;
}

.panel-heading .panel-title:after {
    position: absolute;
    right: -4px;
    top: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    background-color: #414141;
    color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    font-weight: normal;
}

.panel-body label {
    font-weight: normal;
}

#collapse4 .panel-body {
    background-color: #414141;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle {
    color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

.load-more {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .temp_mobile {
        display: none;
    }
}

.check {
    float: right;
}

.mobile_title {
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.search-result__title .title {
    text-transform: capitalize;
    margin-top: 0;
}

.search-result__title {
    margin-top: 40px;
    margin-bottom: 10px;
}

/*------------------------------------*\
    #TextWidget
\*------------------------------------*/

.TextWidget {
    background-color: #000;
}

.static-page {
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .static-page {
        padding-top: 20px;
    }
}

.TextWidget h2 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
}

.TextWidget h3 {
    font-family: 'Oswald', sans-serif;
}

.static-page ul {
    margin-bottom: 30px;
}

.static-page__header {
    display: block;
    margin-top: 0;
}

@media (min-width: 992px) {
    .static-page__header {
        display: block;
    }
}

/*------------------------------------*\
    #BannerWidget
\*------------------------------------*/

.banner-widget__wrapper {
    min-height: 150px;
    position: relative;
    background-color: #232323;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.banner-widget__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.banner-widget__title {
    position: relative;
    z-index: 100;
    margin-top: 75px;
}

@media (max-width: 991px) {
    .banner-widget__title {
        display: none;
    }
}

.banner-widget__title .title {
    font-size: 35px;
    text-transform: none;
}

/*------------------------------------*\
    #Player VTV style
\*------------------------------------*/

.cinema .player {
    position: relative;
    padding-top: 56%;
    display: none;
}

.cinema {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
    .cinema .container {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.cinema .readmore__link {
    font-size: 12px;
    margin-top: 10px;
    color: #0CAEDB;
}

@media (max-width: 991px) {
    .cinema {
        background-image: none !important;
    }

    .cinema .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.cinema:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cinema__player {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/placeholders/placeholder-md.jpg");
    padding-top: 56%;
    position: relative;
}

.cinema__info {

}

@media (min-width: 992px) {
    .cinema__info {
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0;
        width: 30%;

    }
}

.info-panel {
    background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
    .info-panel {
        position: absolute;
        padding: 20px;
        top: 0px;
        left: 15px;
        bottom: 0;
        right: 0;
    }
}

.info-panel__series-title {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
    line-height: 1.1;
}

#series .info-panel__series-title {
    font-size: 25px;
}

@media (max-width: 991px) {
    .info-panel__series-title {
        font-size: 30px;
        padding: 20px;
    }
}

.info-panel__episode-title {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    line-height: 1;
}

@media only screen
and (min-device-width: 992px)
and (orientation: portrait) {
    .info-panel__episode-title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .info-panel__episode-title {
        padding: 20px;
    }
}

.info-panel__meta {
    margin: 0;
    padding: 0;
}

#episode .info-panel__meta {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;

}

@media (max-width: 991px) {
    .cinema .info-panel__meta {
        border-bottom: 1px solid #fff;
        padding: 5px 20px 10px 20px;
    }
}

.info-panel__meta li {
    list-style-type: none;
    display: inline-block;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 18px;
    position: relative;
    text-transform: uppercase;
}

.info-panel__meta li:after {
    content: "-";
    display: inline-block;
    position: absolute;
    right: -3px;

}

.info-panel__meta li:first-child {
    padding-left: 0px;
}

.info-panel__meta li:last-child:after {
    display: none;
}

.info-panel__desc {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .info-panel__desc {
        margin-top: 25px;
        padding: 0;
    }
}

.info-panel__tabs {
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .info-panel__tabs {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding-bottom: 0px;
    }

    .info-panel__tabs._open {
        position: relative;
        bottom: inherit;
        left: 0px;
        right: inherit;
    }
}

.info-panel__tabs .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}



.info-panel__tabs .nav-tabs > li {
    width: 50%;
    text-align: center;
}

.info-panel__tabs .nav-tabs > li > a {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0px;
    border: none;
}

.info-panel__tabs .nav-tabs > li > a:focus {
    background: none;
    border: none;
    outline: none;
}

@media (max-width: 991px) {

    .l-player__left .info-panel__btns {
        padding: 20px 0 0 0;
    }

    .info-panel__subscription {
        padding: 0 20px 20px 20px;
    }
}

@media (min-width: 992px) {
    .info-panel__btns {
        margin-top: 20px;
        padding: 0;
        text-align: left;
    }

    .l-player__left .info-panel__btns {
        padding: 0;
    }

    .info-panel__subscription {
        padding: 20px 0 0 0;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.nav-tabs > li > a:hover {
    background: none;
    border: none;
}

.tab-content > .tab-pane::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.tab-content > .tab-pane::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.tab-content > .tab-pane::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.widget_play_icon {
    cursor: pointer;
    background: url('../img/icon_play.png') no-repeat center center;
    background-size: cover;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out 0s;
    width: 90px;
}

@media (min-width: 768px) {
    .widget_play_icon {
        width: 180px;
        height: 180px;
        margin-left: -90px;
        margin-top: -90px;
    }
}

.player__close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.player__closeIcon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

.player__closeIcon:hover::before, .player__closeIcon:hover::after {
    background: #1ebcc5;
}

.player__closeIcon::before, .player__closeIcon::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.player__closeIcon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.player__closeIcon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.player__closeIcon.thick::before, .player__closeIcon.thick::after {
    height: 4px;
    margin-top: -2px;
}

/*------------------------------------*\
    Payment process
\*------------------------------------*/

.payment-process {
    padding: 40px 0px;
}

.payment-process__steps {
    margin-bottom: 30px;
}

.payment-process__purchase {
    margin-bottom: 30px;
}

.payment-process__billing {
    margin-bottom: 30px;
}

.payment-process__purchase-summary {
    margin-bottom: 30px;
}

.payment-process__billing-info {
    margin-bottom: 30px;
}

.payment-process .title {
    text-transform: none;
}

.payment-process .alert {
    margin-bottom: 20px;
}

.payment-process__ft_message{
    background-color: #fe9a28;
    color: #ffffff;
    padding: 6px;
}

.payment-errors {
    color: #a94442;
    background-color: #000;
    padding: 15px;
    border-radius: 4px;
    display: none;
    margin-bottom: 20px;
}

.steps > li {
    float: left;
}

.steps > li > span {
    position: relative;
    background-color: #95989a;
    padding: 13px 15px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 480px) {
    .steps > li > span {
        padding: 9px 15px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .steps > li > span {
        padding: 11px 37px;
    }
}

.steps > li > span .badge {
    margin-left: 3px;
    color: #eeeeee;
    background-color: #C6A263;
}

.steps > li:not(:first-child) > span {
    padding-left: 30px;
}

@media (min-width: 768px) {
    .steps > li:not(:first-child) > span {
        padding-left: 60px;
    }
}

.steps > li:not(:first-child) > span:before {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 1px;
}

.steps > li:not(:last-child) > span {

}

.steps > li:not(:last-child) > span:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #95989a;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.steps > li:first-child > span {

}

.steps > li:last-child > span {

}

.steps > li:last-child > span:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #95989a;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.steps > li.done > span {
    background-color: #e2e2e2;
}

.steps > li.done > span:before {
    border-right-color: #e2e2e2;
}

.steps > li.done > a:after {
    border-left-color: #e2e2e2;
}

.steps > li.active > span {
    color: #ffffff;
    background-color: #00A4E4;
}

.steps > li.active > span:after {
    border-left-color: #00A4E4;
}

.steps > li.active > span .badge {
    color: #C6A263;
    background-color: #ffffff;
}

.steps > li.disabled > span {
    color: #777777;
}

.steps > li.disabled > span:before {
    border-right-color: #eeeeee;
}

.steps > li.disabled > span:after {
    border-left-color: #eeeeee;
}

.steps.nav-justified > li {
    float: none;
}

.steps.nav-justified > li > span {
    padding: 10px 15px;
}

@media (max-width: 768px) {
    .steps.nav-justified > li > span {
        border-radius: 4px;
        margin-right: 0;
    }

    .steps.nav-justified > li > span:before,
    .steps.nav-justified > li > span:after {
        border: none !important;
    }
}

.purchase__item {
    padding: 20px;
    background-color: #575757;
}

.purchase__wrapper {
    position: relative;
    padding-top: 15px;
}

.purchase__wrapper .btn-back {
    top: 0;
    position: absolute;
    right: 15px;
    padding-left: 60px;
    padding-right: 40px;
}

@media (min-width: 768px) {
    .purchase__wrapper .btn-back {
        position: absolute;
        right: 15px;
        top: 19px
    }
}

.purchase__itemTitlte {
    font-weight: bold;
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media (min-width: 768px) {
    .purchase__itemTitlte {
        font-size: 18px;
    }
}

.purchase__itemDays_available,
.purchase__itemCategory {
    font-size: 11px;
}

@media (min-width: 768px) {
    .purchase__itemDays_available,
    .purchase__itemCategory {
        font-size: 14px;
    }

    .purchase__itemDays_available {
        margin-top: 16px;
    }
}

.summary {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 35px;
}

.payment__action .btn {
    display: block;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .payment__action .btn {
        text-align: center;
    }
}

.summary__table {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 769px) {
    .summary__table {
        width: 100%;
    }
}

.summary__table td {
    padding: 4px 0;
    text-align: left;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}

.summary__table .number {
    text-align: right;
}

.summary__table .summary__tableNumber,
.summary__total .summary__totalNumber {
    text-align: right;
}

.summary__tableLabel {
    width: 170px;
}

.summary__table .summary__tableLabel {
    font-weight: bold;
}

.summary__total td {
    padding-top: 5px;
    font-weight: bold;
    border-bottom: none;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .form-group {
    margin-bottom: 0;
}

.purchase__cards {
    padding-top: 25px;
}

.help-block {
    color: #fff;
}

.purchased-label {
    background-color: #82c341;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-top: 14px;
}

.player-block__buy .purchased-label {
    width: 295px;
}

@media (max-width: 992px) {
    .player-block__buy .purchased-label {
        width: 100%;
    }
}

.payment__thanks {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .receipt {
        font-size: 12px;
    }

    .receipt .form-control-static {
        padding-top: 0;

        overflow-wrap: break-word;
        word-wrap: break-word;

        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .payment__thanks {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

.more .description {
    max-height: 250px;
    overflow-y: hidden;
}

.promo-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
}

.promo-code__field {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.promo-code__field .form-group {
    margin-bottom: 0;
}

.promo-code__btn {
    padding-right: 10px;
}

.promo-code__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 42px;
}

.promo-code__icon .btn {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    background-color: transparent;
}

.promo-code__msg {
    margin-bottom: 20px;
    display: block;
}

.promo-code__msg--error {
    color: #F41C1C;
}

/*------------------------------------*\
    #New design for VOD series page
\*------------------------------------*/

.vodSeries {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.vodSeries__image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: relative;
    height: 100px;
}

@media (min-width: 768px) {
    .vodSeries__image {
        height: 200px;
    }
}


.vodSeries__data {
    z-index: 100;
}

@media (max-width: 768px) {
    .vodSeries__data {
        padding-top: 16px;
    }
}

@media (min-width: 768px) {
    .vodSeries__data {
        padding-top: 50px;
        margin-bottom: 100px;
    }
}

.vodSeries__dataList {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .vodSeries__dataList {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .vodSeries__dataList {
        width: 65%;
        margin-top: 10px;
    }
}


@media (min-width: 768px) {
    .episode_list .vodSeries__dataList {
        width: 100%;
        margin-top: 34px;
    }
}

@media (min-width: 992px) {
    .episode_list .vodSeries__dataList {
        width: 65%;
        margin-top: 34px;
    }
}

@media (min-width: 992px) {
    .vodSeries__dataList {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .series-data {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .episode_list .series-data {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .series-data {
        width: 100%;
    }
}

.series-data__title {
    font-family: Roboto;
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-data__title {
        font-size: 30px;
        margin-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .series-data__title {
        font-family: Roboto;
        font-size: 40px;
        margin-bottom: 12px;
    }
}

.series-data__desc {
    overflow: hidden;
    line-height: 1.3;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .series-data__desc {
        margin-bottom: 34px;
    }
}

.show-fade {
    overflow: hidden;
}

.series-data__desc h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-data__desc h4 {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .series-data__desc h4 {
        font-size: 16px;
    }
}

.series-data__desc p {
    font-size: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-data__desc p {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .series-data__desc p {
        font-size: 16px;
    }
}


.show-fade #read-more {
    display: inline-block;
    margin-top: 8px;
}

.show-fade__wrapper p {
    margin-bottom: 0;
}

.series-data__season-select .btn-group {
    margin-right: 15px;
    width: 50%;
}

@media (min-width: 768px) {
    .series-data__season-select .btn-group {
        width: auto;
    }
}

@media (min-width: 992px) {
    .series-data__season-select .btn-group {
        margin-right: 20px;
    }
}

.series-data__season-select .btn-group .caret {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
}

@media (max-width: 767px) {
    .series-data__season-select .btn-group .caret {
        right: 10px;
    }
}

.series-data__season-select .btn-group .btn-season {
    text-align: left;
    padding-right: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 12px;
    outline: none !important;
}

@media (max-width: 767px) {
    .series-data__season-select .btn-group .btn-season {
        font-size: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
        height: 35px;
    }
}

@media (min-width: 768px) {
    .series-data__season-select .btn-group .btn-season {
        width: 179px;
    }
}

@media (min-width: 992px) {
    .series-data__season-select .btn-group .btn-season {
        width: 240px;
        padding-top: 16px;
        padding-bottom: 16px;
        height: 56px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .series-data__btn {
        font-size: 12px;
        padding: 8px 10px;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .series-data__btn {
        font-size: 16px;
        padding: 16px 32px;
        height: 56px;
        border-radius: 4px;
        text-transform: uppercase;
    }
}

.series-data__season-select {
    display: flex;
}

@media (min-width: 768px) {
    .series-data__season-select {

    }
}

.series-data__season-select .purchased-label {
    font-size: 10px;
    padding: 10px;
    height: 32px;
    margin-top: 0;
    float: right;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-data__season-select .purchased-label {
        font-size: 14px;
        padding: 13px 10px;
        height: auto;
        float: none;
    }
}

@media (min-width: 992px) {
    .series-data__season-select .purchased-label {
        font-size: 16px;
        padding: 13px 10px;
        height: auto;
        float: none;
    }
}

.series-data__season-select .dropdown-menu > li > a {
    padding: 12px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.series-data__season-select .dropdown-menu {
    right: 0;
}

.series-data__attribute {
    font-size: 10px;
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-data__attribute {
        font-size: 14px;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .series-data__attribute {
        font-size: 16px;
        padding: 0 0 20px 0;
    }
}

.series-data__action {
    margin: 15px 0 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .series-data__action {
        margin: 20px 0 20px 0;
        border: none;
        padding: 0;
    }
}

.series-list__item {
    margin-bottom: 20px;
    position: relative;
}

@media (min-width: 768px) {
    .series-list__item {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .series-list__item {
        margin-bottom: 30px;
    }
}

.series-list__item a {
    color: #fff;
}

.series-list__itemTitle {
    margin-right: 150px;
    font-size: 16px;
    margin-bottom: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-list__itemTitle {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .series-list__itemTitle {
        margin-right: 150px;
        font-size: 24px;
    }
}

.series-list__itemEpisode {
    margin-right: 150px;
    font-size: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-list__itemEpisode {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .series-list__itemEpisode {
        margin-right: 150px;
        font-size: 16px;
    }
}

.series-list__itemTitle a,
.series-list__itemEpisode a {
    color: #fff;
}

.series-list__itemAction {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .series-list__itemAction .btn-line {
        font-size: 10px;
        padding: 8px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-list__itemAction .btn-line {
        padding: 5px 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .series-list__itemAction .btn-line {
        padding: 6px 10px;
        font-size: 14px;
        height: 35px;
    }
}

.series-list__itemAction .purchased-label {
    font-size: 10px;
    padding: 10px;
    margin-top: 0;
    height: 32px;
    width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .series-list__itemAction .purchased-label {
        margin-top: 0;
        font-size: 14px;
        height: auto;
    }
}

@media (min-width: 992px) {
    .series-list__itemAction .purchased-label {
        font-size: 14px;
        padding: 10px;
        margin-top: 0;
        height: 35px;
    }
}

.episode-list {

}

.episode-list__item {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .episode-list__item {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode-list__item {
        margin-bottom: 20px;
    }
}

.episode-list__itemNum {
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {
    .episode-list__itemNum {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .episode-list__itemNum {
        font-size: 20px;
    }
}

.episode-list__item a {
    color: #fff;
    display: block;
}

.episode-list__itemTitle {
    padding-left: 16px;
    padding-right: 85px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media (min-width: 768px) {
    .episode-list__itemTitle {
        padding-right: 140px;
    }
}

@media (max-width: 767px) {
    .episode-list__itemTitle {
        font-size: 16px;
    }

    .episode-list__itemPublish {
        font-size: 11px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode-list__itemTitle {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .episode-list__itemTitle {
        font-size: 20px;
        margin-bottom: 3px;
    }
}

.episode-list__itemPublish {
    padding-left: 16px;
    margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode-list__itemPublish {
        font-size: 14px;
        padding-left: 22px;
    }
}

@media (min-width: 992px) {
    .episode-list__itemPublish {
        font-size: 14px;
    }
}

.episode-list__itemTitle a {
    color: #fff;
}

.episode-list__itemTitle a:hover,
.episode-list__itemTitle a:active {
    text-decoration: none;
}



.episode-list__itemAction {
    position: absolute;
    right: 0;
    top: 1px;
}

.episode-list__itemAction .purchased-label {
    height: 32px;
    width: auto;
    margin-top: 0;
    font-size: 10px;
    padding: 10px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode-list__itemAction .purchased-label {
        height: auto;
        font-size: 14px;
        padding: 13px 10px;
    }
}

@media (min-width: 992px) {
    .episode-list__itemAction .purchased-label {
        font-size: 14px;
        height: auto;
        height: 35px;
    }
}

@media (max-width: 767px) {
    .episode-list__itemAction .btn-line {
        font-size: 10px;
        padding: 8px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode-list__itemAction .btn-line {
        font-size: 14px;
        padding: 9px 14px;
    }
}

@media (min-width: 992px) {
    .episode-list__itemAction .btn-line {
        font-size: 14px;
        padding: 9px 14px;
        height: 40px;
    }
}



@media (min-width: 992px) {
    .vodSeries__data-wrapper {
        padding: 0 170px;
    }
}

/*------------------------------------*\
    #Modal for VOD series page
\*------------------------------------*/

/*#fsModal {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 350px;
    overflow: hidden;
    left: 50%;
    margin-left: -125px;
}*/

/*#fsModal .modal-dialog {
    position: fixed;
    margin: 0;
    width: 350px;
    top: 100px;
    bottom: 100px;
    padding: 0;
}*/

#fsModal .modal-dialog {
    width: 350px;
}

@media (max-width: 767px) {
    #fsModal .modal-dialog {
        top: 0px;
        bottom: 0px;
    }
}

/*
#fsModal .modal-dialog__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    box-shadow: none;
}
*/

#fsModal .modal-dialog__header {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    padding: 15px 15px 15px 15px;
    border: 0;
}

@media (min-width: 992px) {
    #fsModal .modal-dialog__header {
        padding: 20px;
    }
}

#fsModal .modal-dialog__title {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 992px) {
    #fsModal .modal-dialog__title {
        font-size: 20px;
        line-height: 20px;
    }
}

/*#fsModal .modal-dialog__body {
    position: absolute;
    top: 46px;
    bottom: 85px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
    color: #ccc;
    padding: 5px 15px 15px 15px;
}*/

@media (min-width: 992px) {
    #fsModal .modal-dialog__body {
        /*top: 65px;*/
        padding: 5px 20px 20px 20px;
        /*bottom: 85px;*/
    }
}

#fsModal .modal-dialog__footer {
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    padding: 20px 15px;
    background: #f1f3f5;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media (min-width: 992px) {
    #fsModal .modal-dialog__footer {
        padding: 20px 17px;
    }
}

#fsModal .modal-dialog__footer .btn {
    padding: 12px 10px;
}

@media (min-width: 992px) {
    #fsModal .modal-dialog__footer .btn {
        font-size: 20px;
        padding: 7px 10px;
    }
}

#fsModal .modal-dialog__link {
    color: blue;
    font-size: 14px;
}

#fsModal .modal-dialog__help {
    font-size: 12px;
    color: #4d4d4d;
    padding: 10px 0;
    font-style: italic;
}

.order__itemTitle {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    margin-right: 55px;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .order__itemTitle {
        font-size: 16px;
    }
}

.order__itemDesc {
    font-size: 10px;
    color: #acacac;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media (min-width: 992px) {
    .order__itemDesc {
        font-size: 14px;
    }
}

.order__item {
    position: relative;
    margin-bottom: 20px;
}

.order__itemPrice {
    position: absolute;
    top: 0;
    right: 0;
    color: #f7931e;
    font-size: 14px;
}

@media (min-width: 992px) {
    .order__itemPrice {
        font-size: 16px;
    }
}

/*
#fsModal {
    width: 480px;
    margin-left: -240px;
}

@media (max-width: 767px) {
    #fsModal {
        width: 100%;
        left: inherit;
        margin-left: 0;
        padding: 40px;
    }
}
*/

#fsModal .modal-dialog {
    width: 480px;
    margin: 100px auto;
}

@media (max-width: 767px) {
    #fsModal .modal-dialog {
        width: 320px;
    }
}

#fsModal .modal-header .close {
    width: 24px;
    height: 24px;
    border-radius: 35px;
    background-color: #666666;
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 14px;
    outline: none;
}

#fsModal .modal-title {
    font-weight: normal;
}

@media (min-width: 992px) {
    #fsModal .modal-header .close {
        width: 35px;
        height: 35px;
        border-radius: 45px;
        right: 20px;
        font-size: 17px;
        top: 14px;
    }
}

#fsModal .modal-header .close .fa {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 5px;
}

@media (min-width: 992px) {
    #fsModal .modal-header .close .fa {
        color: #fff;
        position: absolute;
        top: 7px;
        left: 8px;
        font-size: 25px;
        line-height: 21px;
    }
}

/*------------------------------------*\
    #Custom radio buttons for VOD series page
\*------------------------------------*/

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}

@media (min-width: 992px) {
    .control {
        margin-bottom: 25px;
        padding-left: 35px;
    }
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 2px solid #5b5b5b;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    border-color: #4d4d4d;
}

.control input:checked ~ .control__indicator {
    border-color: #4d4d4d;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fff;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--radio .control__indicator:after {
    left: 4px;
    top: 4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #00a4e4;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #4d4d4d;
}

/*------------------------------------*\
    #VOD series Player page
\*------------------------------------*/

.episode {
    background-size: cover;
    background-position: center center;
    margin: 0 !important;
}

@media (max-width: 991px) {
    .episode .l-player__left {
        padding-right: 0;
        padding-left: 0;
    }

    .episode .l-player__right {
        padding-right: 0;
        padding-left: 0;
    }
}

.episode__player {
    padding-top: 56.25%;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .episode__player {
        margin-bottom: 15px;
    }
}

.episode__player .btn {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    margin-left: -92px;
    margin-top: -20px;
    font-size: 20px;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 13px;
}

.play_trailer {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 13px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .play_trailer {
        padding-left: 40px;
        padding-right: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.episode__player .btn .fa {
    margin-right: 10px;
}

.episode-info {
    position: relative;
}

.episode-info__season {
    color: #767676;
    font-size: 12px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .episode-info__season a {
        padding-top: 1px;
    }
}

.episode-info__season a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 17px;
    font-size: 12px;
    padding-top: 2px;
}

@media (min-width: 768px) {
    .episode-info__season a {
        font-size: 16px;
    }
}

.episode-info__season a .fa {
    position: absolute;
    font-size: 25px;
    left: 0;
    top: -4px;
}

@media (min-width: 768px) {
    .episode-info__season a .fa {
        top: -2px;
    }
}

.episode-info__social {
    margin-top: 15px;
}

.episode-info__subscription-access {
    margin-top: 15px;
}

.episode-info__social .social__item {
    display: inline-block;
}

.episode-info__title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 130px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .episode-info__title {
        font-size: 18px;
        font-weight: bold;
    }
}

.episode-info__data {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .episode-info__data {
        font-size: 14px;
    }
}

.episode__data {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode__data {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .episode__data {
        background-color: rgba(255, 255, 255, 0.15);
        padding: 20px;
        margin-bottom: 20px;
    }
}

.episode-info__price {
    position: absolute;
    right: 0;
    top: 0;
}

.episode-info__price .btn-line {
    padding: 8px 10px;
    font-size: 10px;
}

@media (min-width: 768px) {
    .episode-info__price .btn-line {
        padding: 5px 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .episode-info__price .btn-line {
        padding: 6px 10px;
        font-size: 14px;
        height: 35px;

    }
}

.episode-info__price .purchased-label {
    padding: 10px;
    font-size: 10px;
    height: 32px;
    width: auto;
    margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode-info__price .purchased-label {
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media (min-width: 992px) {
    .episode-info__price .purchased-label {
        font-size: 14px;
        height: 35px;
    }
}

.episode-info__desc {
    font-size: 12px;
    color: #f0f0f0;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .episode-info__desc {
        font-size: 14px;
        line-height: 1.3;
    }
}

.episode__downloads {
    border-top: 1px solid #fff;
    padding: 5px 15px;
    background-color: #262626;
}

@media (min-width: 768px) {
    .episode__downloads {
        padding: 5px 30px;
        background-color: #262626;
    }
}

@media (min-width: 992px) {
    .episode__downloads {
        background-color: rgba(255, 255, 255, 0.15);
        padding: 0;
        margin-bottom: 20px;
        border: none;
    }
}

.episode-downloads {
    padding: 10px 0 10px 0;
    position: relative;
}

.episode-downloads__amount {
    position: absolute;
    right: 50px;
    top: 14px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .episode-downloads__amount {
        font-size: 18px;
        top: 11px;
    }
}

@media (max-width: 991px) {
    .episode-downloads__amount {
        right: 25px;
    }
}

.episode-downloads__arrow {
    position: absolute;
    right: 5px;
    top: 13px
}

@media (min-width: 992px) {
    .episode-downloads__arrow {
        right: 25px;
        top: 13px
    }
}

@media (min-width: 992px) {
    .episode-downloads {
        padding: 10px 0 10px 20px;
    }
}

.episode-downloads__wrapper {
    display: none;
}

@media (min-width: 992px) {
    .episode-downloads__wrapper {
        overflow: auto;
        padding-right: 20px;
        display: none;
    }
}

@media (min-width: 992px) {
    .episode-downloads__wrapper {
        max-height: 307px;
    }
}

@media (min-width: 1200px) {
    .episode-downloads__wrapper {
        max-height: 382px;
    }
}

@media (min-width: 1360px) {
    .episode-downloads__wrapper {
        max-height: 427px;
    }
}

.episode-downloads__item {
    position: relative;
    margin-top: 15px;
}

.episode-downloads__item._is-locked {
    color: #fff;
    opacity: 0.5;
}

.episode-downloads__itemTitle {
    margin-right: 85px;
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.episode-downloads__itemSize {
    font-size: 14px;
}

.episode-downloads__itemBtn {
    position: absolute;
    right: 0;
    top: 0;
}

.episode-downloads__itemBtn .btn {
    padding: 5px 4px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .episode-downloads__itemBtn .btn {
        font-size: 8px;
    }
}

@media (min-width: 992px) {
    .episode-downloads__itemBtn .btn {
        height: 30px;
    }
}

.episode-downloads__title {
    cursor: pointer;
    height: 23px;
    line-height: 23px;
}

@media (min-width: 992px) {
    .episode-downloads__title {
        font-size: 18px;
    }
}

.episode__upnext {
    border-top: 1px solid #fff;
    padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .episode__upnext {
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .episode__upnext {
        background-color: rgba(255, 255, 255, 0.15);
        padding: 0 20px;
        margin-bottom: 20px;
        border: none;
    }
}

.upnext__title {
    margin-bottom: 15px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .upnext__title {
        font-size: 18px;
    }
}

.upnext {
    padding: 20px 0;
}

@media (max-width: 991px) {
    .upnext {
        padding-top: 15px;
        padding-bottom: 0;
    }
}

.upnext__item {
    position: relative;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.upnext__item.selected {
    background-color: #414141;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.upnext__item.selected .upnext__itemNum {
    left: 15px;
}

@media (min-width: 992px) {
    .upnext__item {
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .upnext__item.selected {
        background-color: rgba(255, 255, 255, 0.1);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .upnext__item.selected .upnext__itemNum {
        left: 20px;
    }

}

.upnext__itemImage {
    display: none;
}

@media (min-width: 768px) {
    .upnext__itemImage {
        float: left;
        position: relative;
        margin-left: 20px;
        margin-right: 10px;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .upnext__itemImage {
        width: 35%;
    }
}

@media (min-width: 992px) {
    .upnext__itemImage {
        width: 53%;
    }
}

@media (min-width: 1200px) {
    .upnext__itemImage {
        width: 40%;
    }
}

.upnext__itemImage a div {
    background-repeat: no-repeat;
    background-size: cover;
}

.upnext__itemNum {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}

.upnext__itemName {
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    margin-right: 115px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.upnext__itemName a {
    color: #fff;
}

@media (min-width: 992px) {
    .upnext__itemName {
        margin: 0;
        margin-left: 47%;
        font-size: 14px;
    }
}

.upnext__itemDate {
    font-size: 12px;
    margin-left: 20px;
    text-transform: uppercase;
}

.upnext__itemPrice {
    position: absolute;
    top: 5px;
    right: 0;
}

@media (max-width: 767px) {
    .selected .upnext__itemPrice {
        top: 5px;
        right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .upnext__itemPrice {
        position: relative;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .upnext__itemPrice {
        position: relative;
        margin-top: 8px;
    }
}

.upnext__itemPrice .btn-line {
    padding: 8px 10px;
    font-size: 10px;
}

@media (min-width: 768px) {
    .upnext__itemPrice .btn-line {
        padding: 5px 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .upnext__itemPrice .btn-line {
        padding: 6px 10px;
        font-size: 14px;
        height: 35px;

    }
}

.upnext__itemPrice .purchased-label {
    padding: 10px;
    font-size: 10px;
    height: 32px;
    width: auto;
    margin-top: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .upnext__itemPrice .purchased-label {
        font-size: 14px;
        height: auto;
        padding: 8px 10px;
    }
}

@media (min-width: 992px) {
    .upnext__itemPrice .purchased-label {
        font-size: 14px;
        margin-top: 0;
        height: auto;
        height: 35px;
    }
}

.episode__bgimg {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='40');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(40px);
    filter: blur(40px);
    background-size: cover;
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
}

.episode__bgimg {
    display: none;
}

@media (min-width: 992px) {
    .episode__bgimg {
        display: block;
    }
}

.blur-svg {
    display: none;
}

.episode__bgimg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .episode__bgimg {
        background: none !important;
    }
}

.episode {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #0e0e0e;
}

@media (min-width: 992px) {
    .episode {
        background-color: transparent;
    }
}

.episode__blur {
    /* All the background image supports */
    background-image: -webkit-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
    background-image: -moz-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
    background-image: -o-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);
    background-image: linear-gradient(to top right, rgba(43, 40, 50, 0.3) 0%, rgba(83, 86, 99, 0.2) 45%, rgba(69, 77, 91, 0.3) 60%);
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom left, rgba(43, 40, 50, 0.8) 0%, rgba(83, 86, 99, 0.8) 45%, rgba(69, 77, 91, 0.6) 60%);

    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(50px);
    -o-filter: blur(50px);
    filter: blur(50px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='70');
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 0px;
    z-index: 100;
    display: none;
}

@media (max-width: 991px) {
    .episode__blur {
        display: none;
    }
}

.episode__blur:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 101;
    background-image: -webkit-linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
    background-image: -moz-linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
    background-image: -o-linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
    background-image: linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
    background-image: -ms-linear-gradient(339deg, rgba(43, 40, 50, 0.8) 0%, rgba(43, 40, 50, 0.4) 46%, rgba(0, 0, 0, 0.05) 50%);
    -webkit-filter: blur(70px);
    -o-filter: blur(70px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='70');
    filter: blur(70px);
}

/* flexMenu styles */

#header__nav .flexMenu-viewMore.active > a {
    color: #00A4E4;
}

#header__nav .flexMenu-popup {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 250px;
    margin-left: -10px;
    padding-top: 13px;

    z-index: 100;
}

@media (min-width: 1200px) {
    #header__nav .flexMenu-popup {
        padding-top: 10px;
    }
}

#header__nav .flexMenu-popup li {
    display: block !important;
    margin-right: 0;
    overflow: hidden;
    background-color: #fff;
}

@media (min-width: 992px) {
    #header__nav .flexMenu-popup > li:first-child {
        padding-top: 10px;
        margin-top: 2px;
    }
}

@media (min-width: 1200px) {
    #header__nav .flexMenu-popup > li:first-child {
        border-top: 3px solid #00A4E4;
    }
}

#header__nav .flexMenu-popup li a {
    display: block;
    padding: 10px;
    color: #333;
    font-family: 'Oswald', sans-serif;
}

#header__nav .flexMenu-popup li.open > a {
    color: #01A4E4;
}

#header__nav .flexMenu-popup li.open > a:hover {
    color: #fff
}

#header__nav .flexMenu-popup a:hover {
    color: #fff;
    display: block;
    background-color: #01A4E4;
}

#header__nav .flexMenu-popup .dropdown-menu {
    position: relative;
    background-color: transparent;
    color: #333;
    box-shadow: none;
    border: none;
    margin: 0 0 0px 0px;
    padding: 0;
    width: 100%;

}

#header__nav .flexMenu-popup .dropdown-menu a {
    color: #333;
    padding: 10px 20px;
}

#header__nav .flexMenu-popup .dropdown-menu a:hover {
    background-color: #01A4E4;
    color: #fff;
}

#header__nav .flexMenu-popup a:hover .caret {
    border-top-color: #fff !important;
    border-right-color: #fff !important;
}

#header__nav .flexMenu-popup a:hover .caret {
    border-bottom: none !important;
    border-left: none !important;
}

#header__nav .flexMenu-popup .dropdown .caret {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-top-color: #333;
    border-right-color: #333;
    margin-top: -5px;
}

#header__nav .flexMenu-popup .dropdown.open .caret {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    border-color: #01A4E4;
    margin-top: -10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-select {
        display: inline-block;
    }
}

.bootstrap-select.btn-group .dropdown-menu li a {
    text-transform: uppercase;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background-color: #00A4E4;
    color: #fff;
    outline: none;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .bootstrap-select.btn-group .dropdown-menu {
        font-size: 16px;
    }
}

.black_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
}

.play_buttons_layer {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -56px;
}

.play_buttons_layer .btn {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: 0;
    margin-top: 0;
}

.play_buttons_layer .btn-download {
    display: block;
    width: 290px;
    margin: 15px auto;
}

.play_buttons_layer .btn-download i {
    left: 26px;
}

.community-upload textarea {
    min-height: 200px;
}

.fileupload-notes {
    font-size: 13px;
    margin: 10px 0
}

@media (min-width: 768px) {
    #uploader-dropzone {
        text-align: center;
        padding: 100px 0px;
        border: dashed #AAAAAA;
    }

    .file-upload-form button {
        margin-bottom: 20px;
    }

    .file-upload-form .upload-button {
        foat: left;
        width: 100%;
    }

    .file-upload-form .cancel-button {
        float: right;
        width: 100%;
    }

}

@media (max-width: 768px) {
    .file-upload-form .cancel-button {
        margin: 15px 0;
        width: 100%
    }

    .upload-label {
        display: none;
    }

    .file-upload-form .upload-button {
        width: 100%
    }
}

.file-upload-form .upload-group {
    margin: 0px;
}

.file-upload-form .form-group {
    padding: 0;
    margin-bottom: 30px;
}

.file-upload-form {
    padding: 0;
}

.progress {
    height: 30px;
    border: 1px solid #DDDDDD;
}

label.error {
    padding-top: 5px;
    color: #d60015
}

.description-note {
    margin-bottom: 10px;
}

.uploader-dropzone .btn {

}

.upload-label {
    color: #BBBBBB;
}

.countdown-show4 .countdown-section {
    width: auto;
}

@media (max-width: 768px) {
    .mobile_view div#fsModal.modal.in {
        display: table !important;
        width: 100%;
    }

    .mobile_view .episode-info__price .btn-line:focus {
        color: white;
    }
}

.alert-registration {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    background-color: #FEFEFE;
    color: #333333;
}

.alert-registration h3 {
    margin-top: 0;
}

/*------------------------------------*\
    #tweeter widget
\*------------------------------------*/

.tweets {
    background-color: #fff;
    padding: 5px 10px;
}

.tweets__title {
    overflow: hidden;
}

/*------------------------------------*\
    Upcoming
\*------------------------------------*/

.upcoming {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .upcoming {
        padding: 40px 0;
    }
}

.upcoming__item {
    border: 1px solid #948f89;
    overflow: hidden;
}

.upcoming__title {
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 30px;
}

@media (min-width: 768px) {
    .upcoming__title {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.upcoming__title .title {
    margin: 0;
}

.upcoming__selector {
    float: right;
}

@media (min-width: 768px) {
    .upcoming__selector {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
}

.upcoming__selector .btn-default {
    font-weight: bold;
    text-transform: capitalize;
}

.upcoming__itemCover {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transition: all .3s ease-out;
}

.upcoming__link:hover .upcoming__itemCover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.upcoming__link {
    display: block;
    padding: 20px 20px 20px 30px;
    color: #fff;
    line-height: 1;
    position: relative;
    min-height: 180px;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .upcoming__link {
        padding: 20px 36px 20px 36px;
    }
}

.upcoming__link:hover,
.upcoming__link:focus,
.upcoming__link:active {
    color: #fff;
    text-decoration: none;
}

.upcoming__itemDate {
    color: #Fff;
    font-size: 33px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}

.upcoming__itemTime {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-left: 6px;
    font-family: 'PT Sans', sans-serif;
}

.upcoming__itemCategory {
    border-top: 1px solid #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 7px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 3px;
}

.upcoming__itemName {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}

.upcoming__itemCost {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f7931e;
    padding: 4px;
    font-size: 12px;
}

.upcoming__itemPurchased {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #82c341;
    padding: 6px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 100;
}

.upcoming__itemLive {
    position: absolute;
    bottom: 15px;
    right: 12px;
    background-color: red;
    padding: 6px 10px;
    color: #fff;
    border-radius: 2px;
    z-index: 100;
    font-size: 11px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .upcoming__itemLive {
        top: 7px;
        right: 12px;
        bottom: inherit;
    }
}

.upcoming__itemLive:before {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    content: '';
    border-radius: 10px;
    margin-bottom: 1px;
    margin-right: 2px;
}

.upcoming__slider {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .upcoming__slider {
        padding-top: 0px;
    }
}

.upcoming__slider .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    .upcoming__slider .owl-nav {
        display: block;
        position: absolute;
        top: -63px;
        width: 100%;
    }
}

.upcoming__slider .owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #666 !important;
    border-radius: 3px;
    position: absolute;
    font-size: 0px !important;
}

.upcoming__slider .owl-nav button:hover {
    background-color: #666;
}

.upcoming__slider .owl-nav button:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    cursor: pointer;
}

.upcoming__slider .owl-nav button:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.upcoming__slider .owl-nav button.disabled {
    background-color: #ccc !important;
}

.upcoming__slider .owl-nav .owl-prev {
    right: 45px;
}

.upcoming__slider .owl-nav .owl-next {
    right: 0px;
}

.upcoming__slider .owl-nav .owl-next:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 12px;
    right: 15px;
}

.upcoming__slider .owl-nav .owl-prev:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    top: 12px;
    left: 15px;
}

@media (min-width: 768px) {
    ._upcomingEvents .title-block {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    ._upcomingEvents .title-block {
        margin-bottom: 20px;
    }
}

._upcomingEvents .video-card-s__date {
    margin-top: 0;
}

@media (min-width: 480px) {
    ._upcomingEvents .video-card-s__title a {
        font-size: 16px;
    }
}

.dropdown-header {
    padding: 3px 11px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

div.upcoming_events__none {
    background-color: #4BBD9B;
    color: #FFFFFF;
    padding: 10px 20px;
}

div.upcoming__selector .btn-group button {
    min-width: 160px;
}

div.upcoming__itemTitle {
    position: absolute;
    font-size: 14px;
    bottom: 20px;
}

@media (max-width: 767px) {
    div.upcoming__itemTitle {
        right: 70px;
        left: 33px;
    }
}

@media (min-width: 768px) {
    div.upcoming__itemTitle {
        font-size: 20px;
    }
}

.upcoming-inside {
    background-color: #36373C;
}

.upcoming-inside .title-block__name {
    color: #fff;
    margin-right: 125px;
}

@media (max-width: 320px) {
    .upcoming-inside .title-block__name {
        font-size: 16px;

    }

    .upcoming-inside .title-block__btn .btn-primary {
        padding: 8px 18px;
    }
}

.upcoming-inside .movie-card__title {
    color: #fff;
    padding-right: 57px;
}

.upcoming-inside .movie-card__date {
    color: #fff;
    margin-bottom: 10px;
}

.upcoming-inside .movie-card__text {
    color: #fff;
}

.upcoming-inside .movie-card__series {
    color: #fff;
}

.upcoming-inside .owl-nav {
    display: none;
}

.upcoming-inside .upcoming__itemLive {
    top: 0;
    bottom: inherit;
}

._latest-news {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    ._latest-news .title-block {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    ._latest-news .title-block {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    ._latest-news .title-block__name {
        margin-top: 0;
    }
}

.filter-title .schedule-title {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
}

/* temp css */

.top-filter__mobile-sorting-buttons {
    display: block;
    /*margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;*/
    margin-bottom: 20px;
}

.top-filter__title h2 {
    font-size: 20px;
}

@media (min-width: 700px) {

    .top-filter__mobile-sorting-buttons {
        display: none;
    }

    .top-filter__sorting-buttons {
        display: block;
    }

    span.sorting-buttons__item {
        display: inline-block;
    }

    .top-filter__title h2 {
        font-size: 32px;
    }
}

.mobile-tabs {
    background-color: #9d9d9d;
    padding: 5px;
    margin-bottom: 1px;
}

.top-filter__mobile-sorting-buttons .panel-group .panel + .panel {
    margin-bottom: 0px;
}

.mobile-tabs__item {
    background-color: #616161;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 7px 5px;
}

.top-filter__mobile-sorting-buttons .panel {
    border: none;
    border-radius: 0;
}

.top-filter__mobile-sorting-buttons .panel-heading {
    background-color: #414141;
    border-radius: 0;
}

.top-filter__mobile-sorting-buttons .panel-group {
    margin-bottom: 0;
}

.top-filter__mobile-sorting-buttons .panel-group a {
    display: block;
    color: #fff;
}

.top-filter__mobile-sorting-buttons .panel-group .panel + .panel {
    margin-top: 1px;
}

.top-filter__mobile-sorting-buttons .panel-title {
    position: relative;
}

.top-filter__mobile-sorting-buttons .panel-title > a {
    display: block;
}

.panel-heading .panel-title:after {
    position: absolute;
    right: -4px;
    top: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    background-color: #414141;
    color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    font-weight: normal;
}

.panel-body label {
    font-weight: normal;
}

#collapse4 .panel-body {
    background-color: #414141;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading .accordion-toggle {
    color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

.load-more {
    width: 100%;
    text-align: center;
}

@media (max-width: 500px) {
    .temp_mobile {
        display: none;
    }
}

.check {
    float: right;
}

.mobile_title {
    display: inline-block;
    vertical-align: middle;
    float: left;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

@media (max-width: 700px) {
    a.sorting-buttons__item {
        font-size: 25px;
    }
}

span.no-broadcast {
    color: #232323;
    font-weight: 700;
    font-size: 12px;
}

@media (min-width: 992px) {
    span.no-broadcast {
        font-size: 16px;
    }
}

/*------------------------------------*\
   #Schedule component
\*------------------------------------*/

.schedule {
    background-color: #232323;
    padding: 10px 0px;
}

@media (min-width: 768px) {
    .schedule {
        padding: 30px 0px;
    }
}

.schedule__title-block {
    position: relative;
}

@media (min-width: 992px) {
    .schedule__title-block {
        width: 70%;
    }
}

.schedule__no-item {
    background-color: #fff;
    padding: 20px;
    color: #000;
}

.schedule__title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding-top: 0px;
}

@media (min-width: 768px) {
    .schedule__title {
        font-size: 20px;
        padding-top: 3px;
    }
}

@media (min-width: 1200px) {
    .schedule__title {
        font-size: 25px;
    }
}

.link-full-schedule {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-size: 0px;
    color: #fff;
}

@media (min-width: 768px) {
    .link-full-schedule {
        font-size: 14px;
        border: 1px solid #fff;
        padding: 10px 20px;
    }
}

@media (min-width: 992px) {
    .link-full-schedule {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .link-full-schedule {
        font-size: 16px;
    }
}

@media (min-width: 1360px) {
    .link-full-schedule {
        font-size: 20px;
    }
}

.link-full-schedule .fa {
    font-size: 32px;
    vertical-align: sub;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .link-full-schedule .fa {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .link-full-schedule .fa {
        font-size: 30px;
    }
}

@media (min-width: 1360px) {
    .link-full-schedule .fa {
        font-size: 47px;
    }
}

.link-full-schedule:hover {
    color: #fff;
}

.schedule__cal {
    font-size: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    right: 0;

}

@media (min-width: 768px) {
    .schedule__cal {
        font-size: 25px;
        top: 0px;
    }
}

.schedule__cal a {
    color: #fff;
}

.schedule__cal a:focus,
.schedule__cal a:active {
    text-decoration: none;
}

.schedule__cal .fa {
    font-size: 32px;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .schedule__cal .fa {
        font-size: 40px;
    }
}

.schedule__week {
    padding: 12px 0;
    position: relative;
}

@media (min-width: 768px) {
    .schedule__week {
        padding: 0 0;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .schedule__week {
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media (min-width: 992px) {
    .schedule__week {
        width: 100%;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .schedule__week {
        width: 100%;
        margin-top: 5px;
    }
}

.schedule__weekLink {
    position: absolute;
    right: 15px;
    top: -30px;
}

@media (min-width: 768px) {
    .schedule__weekLink {
        right: 0;
        top: -62px;
    }
}

@media (min-width: 1200px) {
    .schedule__weekLink {
        right: 0;
        top: 38px;
    }
}

@media (min-width: 1360px) {
    .schedule__weekLink {
        right: 0;
        top: 30px;
    }
}

.schedule__list {
    padding-top: 10px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .schedule__list {

    }
}

@media (min-width: 992px) {
    .schedule__list {
        padding-top: 15px;
    }
}

/* Week item in slider */

.week-item {
    background-color: #fff;
    padding: 8px 1px;
    text-align: center;

}

@media (min-width: 768px) {
    .week-item {
        height: 90px;
        padding: 12px 5px;
    }
}

@media (min-width: 1200px) {
    .week-item {
        width: 130px;
    }
}

.week-item a {
    color: #333;
}

.week-item a:hover {
    color: #333;
    text-decoration: none;
}

._selected .week-item a,
._selected .week-item a:hover,
._selected .week-item a:active {
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.week-item:hover {
    background-color: #ccc;
}

._not-active .week-item,
._not-active .week-item:hover {
    background-color: #a7a7a7;
}

.week-item__day {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
}

@media (min-width: 480px) {
    .week-item__day {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .week-item__day {
        font-size: 20px;
    }

    ._selected .week-item__day {
        font-size: 25px;
    }
}

.week-item__date {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 8px;
    margin-bottom: 5px;
}

@media (min-width: 480px) {
    .week-item__date {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .week-item__date {
        font-size: 16px;
    }

    ._selected .week-item__date {
        font-size: 20px;
        margin-bottom: 5px
    }
}

.week-item__games {
    font-size: 6px;
}

@media (min-width: 480px) {
    .week-item__games {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .week-item__games {
        font-size: 14px;
    }

    ._selected .week-item__games {
        font-size: 14px;
    }
}

.row-week {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (min-width: 768px) {
    .row-week {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.col-week {
    float: left;
    padding: 0 1px;
    position: relative;
    color: #232323;
    width: 14.285714%;
    line-height: 1.2;
}

.col-week._not-active {
    color: #676767;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .col-week {
        padding: 0 7px 0 0;
    }
}

@media (min-width: 1200px) {
    .col-week {
        width: auto;
    }
}

.col-week._selected .week-item {
    background-color: #00a0e4;
    border-bottom-color: #00a0e4;
    border-top-color: #00a0e4;
    color: #fff;
}

.col-week._selected .week-item__day {
    font-size: 14px;
}

.col-week._selected .week-item__date {
    font-size: 12px;
}

.col-week._selected .week-item__games {
    font-size: 8px;
}

@media (min-width: 480px) {

    .col-week._selected .week-item__day {
        font-size: 20px;
    }

    .col-week._selected .week-item__date {
        font-size: 16px;
    }

    .col-week._selected .week-item__games {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .col-week._selected .week-item {
        padding: 24px 5px;
    }

    .col-week._selected .week-item__day {
        font-size: 24px;
    }

    .col-week._selected .week-item__date {
        font-size: 20px;
    }

    .col-week._selected .week-item__games {
        font-size: 18px;
    }

    .col-week._selected .week-item {
        height: 130px;
    }
}

/* Slider navigation arrows */

.schedule .owl-nav [class*=owl-] {
    width: 30px;
    height: 75px;
    position: absolute;
    cursor: pointer;
    font-size: 0;
}

.schedule .owl-nav .owl-prev {
    left: -40px;
    top: 50%;
    margin-top: -40px;
}

.schedule .owl-nav .owl-prev:before {
    content: "\f104";
    font-size: 70px;
    color: #fff;
    font-family: FontAwesome;
    line-height: 1;
}

.schedule .owl-nav .owl-next {
    right: -40px;
    top: 50%;
    margin-top: -40px;
}

.schedule .owl-nav .owl-next:before {
    content: "\f105";
    font-size: 70px;
    color: #fff;
    font-family: FontAwesome;
    line-height: 1;
}

/* Match table */

.match-table {
    background-color: #fff;
    font-size: 16px;
    color: #232323;
}

.match-table tr.match-table__hover.calendar-has-event:hover td {
    background-color: #D3D3D3;
}

.match-table td {
    vertical-align: middle !important;
}

.match-table td span {
    font-size: 12px;
}

.match-table img {
    height: 25px;
    width: 25px;
}

@media (min-width: 768px) {
    .match-table img {
        height: 40px;
        width: 40px;
        vertical-align: middle;
    }
}

.match-table__vs {
    padding: 0 15px;
}

.match-table__note {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    color: #575757;
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    width: 250px;
}

.match-table__note span {
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media (min-width: 768px) {
    .match-table__note {
        padding: 4px 100px 4px 10px;
    }
}

.match-table__note:after {
    content: '';
    position: absolute;
    top: 0;
    right: -28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 28px 0 0;
    border-color: #f0f0f0 transparent transparent transparent;
}

@media (min-width: 992px) {
    .match-table__note:after {
        border-width: 28px 28px 0 0;
    }
}

.match-table__no-broadcast {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #575757;
    line-height: 16px;
    background-color: #f2f2f2;
    padding: 5px;
    width: 137px;
}

@media (min-width: 768px) {
    .match-table__no-broadcast {
        width: 130px;
    }
}

td.match-table__season {
    background-color: #116183;
    padding: 15px 8px !important;
    border-top: none !important;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

td.match-table__month {
    background-color: #00a0e4;
    padding: 10px 10px !important;
    border-top: none !important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
    td.match-table__month {
        font-size: 20px;
    }
}

td.match-table__day {
    background-color: #888888;
    padding: 10px 10px !important;
    border-top: none !important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

@media (min-width: 768px) {
    td.match-table__day {
        font-size: 20px;
    }
}

.match-table__open-btn {
    position: absolute;
    right: 8px;
    top: 9px;
}

@media (min-width: 768px) {
    .match-table__open-btn {
        top: 12px;
    }
}

.match-table__collaps-btn {
    position: absolute;
    right: 8px;
    top: 8px;
}

.match-table__collaps-btn .btn-default {
    font-weight: 600;
}

.match-table__time {
    margin-bottom: 10px;
    font-size: 14px;
}

.match-table__time span {
    font-size: 10px;
}

@media (min-width: 768px) {
    .match-table__time {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.match-table__teams-table {
    font-size: 14px;
}

.match-table-inside td {
    padding: 0 20px;
}

.open-btn {
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url("../img/collapse-expand.png");
    background-position: 0 0;
    cursor: pointer;
}

.open-btn._close {
    background-position: -23px 0px;
}

.match-table__title {
    background-color: #116183;
    padding: 15px 8px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border: none !important;
}

@media (min-width: 1200px) {
    .match-table__title {
        font-size: 20px;
    }
}

.match-table__row {
    font-size: 20px;

}

.match-table__row td:first-child {
    padding-left: 0px;
    position: relative;
}

.match-table__row td:last-child {
    padding-right: 0px;
}

.match-table > tbody > tr > td {
    border-color: #95989a;
    padding-bottom: 10px;
    padding-top: 10px;
}

@media (min-width: 1200px) {
    .match-table > tbody > tr > td {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

.match-table__row.match-table__row--has-note td {
    padding-top: 36px;
}

@media (max-width: 767px) {
    .match-table__row--has-note {
        padding-top: 65px;
    }
}

input#popupDatepicker {
    height: 0;
    border: none;
    display: -webkit-box;
    opacity: 0;
    width: 30px;
    padding: 0;
}

.schedule__prev,
.schedule__next {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

@media (min-width: 768px) {
    .schedule__prev,
    .schedule__next {
        width: 40px;
        height: 40px;
    }
}

.schedule__title {
    float: left;
}

.schedule__prev {
    margin-left: 20px;
}

.schedule__next {
    margin-left: 5px;
}

.schedule__no-item {
    padding: 15px;
    background-color: #fff;
}

.schedule__mini-title {
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
}

.games-selector {

}

.games-selector .btn {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    position: relative;
}

.games-selector .btn .caret {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}

.games-selector__title {
    display: block;
    margin-right: 5px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
    .games-selector__title {
        display: inline-block;
        margin-bottom: 0;
    }
}

.games-selector__select {
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 479px) {
    .games-selector__select .dropdown-menu {
        top: 40px;
        width: 100%;
    }
}

@media (max-width: 479px) {
    .games-selector__select .btn-group {
        display: block;
    }
}

@media (min-width: 480px) {
    .games-selector__select {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0px;
    }
}

.games-selector__btn {
    display: block;
    text-align: right;
}

@media (min-width: 480px) {
    .games-selector__btn {
        display: inline-block;
    }

}

.games-selector__btn .btn {
    background-color: #00a0e4;
}

.schedule__games-selector {
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .schedule__games-selector {
        margin-bottom: 20px;
        padding: 20px 0;
    }
}

.schedule__prev:before {
    content: "\f104";
    font-size: 20px;
    color: #fff;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 8px;
}

@media (min-width: 768px) {
    .schedule__prev:before {
        font-size: 47px;
        top: -5px;
        left: 9px;
    }
}

.schedule__next:before {
    content: "\f105";
    font-size: 20px;
    color: #fff;
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 1px;
    right: 8px;
}

@media (min-width: 768px) {
    .schedule__next:before {
        font-size: 47px;
        top: -5px;
        right: 9px;
    }
}

.schedule__prev:hover {
    background-color: #00a0e4;
}

.schedule__next:hover {
    background-color: #00a0e4;
}

.calendar-has-event {
    cursor: pointer;
}

.schedule__table-mobile .calendar-has-event > td {
    padding-top: 40px;
    position: relative;
}

.schedule__table-mobile .calendar-has-event > td.match-table__row--has-note {
    padding-top: 60px;
}

.schedule--mini .schedule__table-mobile .calendar-has-event > td {
    padding-top: 40px;
}

.schedule--mini .schedule__table-mobile .calendar-has-event > td.match-table__row--has-note {
    padding-top: 70px;
}

.schedule--mini .schedule__table-mobile .calendar-has-event > td.match-table__teams-table {
    padding-left: 0px;
}

.schedule--mini .schedule__table-mobile .calendar-has-event.--has-note > td {
    padding-top: 60px;
}

.schedule__table-mobile .calendar-has-event .btn {
    width: 137px;
    font-size: 14px;
}

.schedule__table-mobile .match-table__game-wrapper {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 14px;
    width: 280px;
}

.schedule__table-mobile .match-table__row--has-note .match-table__game-wrapper {
    top: 40px;
}

.match-table__date {
    display: inline-block;
    margin-right: 20px;
}

.match-table__game {
    display: inline-block;
    margin-right: 20px;
}

.match-table__team {
    display: inline-block;
}

span.no-broadcast {
    color: #232323;
    font-weight: 700;
    font-size: 12px;
}

@media (min-width: 992px) {
    span.no-broadcast {
        font-size: 16px;
    }
}

.btn-drops-schedule {
    background-color: #888888;
    width: 100%;
    text-align: left;
    padding-right: 50px;
}

@media (min-width: 768px) {
    .btn-drops-schedule {
        min-width: 190px;
    }
}

.btn-drops-schedule:hover,
.btn-drops-schedule:focus {
    color: #fff;
}

.btn.btn-schedule-watch {
    background-color: #00a0e4;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px !important;
    width: 130px;
    position: relative;
    font-weight: bold !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
}

.btn-schedule-watch .play-icon {
    left: 15px;
    position: absolute;
    top: 20px
}

.btn-schedule-watch .play-icon:before {
    width: 24px;
    height: 24px;
    top: -12px;
    left: -17px;
}

.btn.btn-schedule-live {
    background-color: #CC0200;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    width: 130px;
    font-weight: bold !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
}

.btn-schedule-live .play-icon {
    left: 15px;
    position: absolute;
    top: 20px
}

.btn-schedule-live .play-icon:before {
    width: 24px;
    height: 24px;
    top: -12px;
    left: -17px;
}

.btn-schedule-upcoming {
    background-color: #575757;
    color: #fff;
    width: 130px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.btn-schedule-upcoming:hover,
.btn-schedule-upcoming:focus {
    background-color: #575757;
    color: #fff;
}

.btn-filter-title {
    background-color: transparent;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    padding: 0;
}

.btn-filter-title .caret {
    margin-left: 15px;
}

@media (min-width: 768px) {
    .btn-filter-title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .btn-filter-title {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .btn-filter-title {
        font-size: 24px;
    }
}

.btn-filter-title:hover,
.btn-filter-title:focus {
    color: #fff;
}

.full-schedule__banner {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .full-schedule__banner {
        height: 200px;
    }
}

.full-schedule__banner .container {
    position: relative;
    z-index: 15;

}

@media (max-width: 767px) {
    .full-schedule__banner .container {
        width: 100%;
    }
}

.full-schedule__banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.full-schedule__bannerTitle {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff
}

@media (min-width: 768px) {
    .full-schedule__bannerTitle {
        font-size: 45px;
    }
}

.full-schedule__bannerSubtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .full-schedule__bannerSubtitle {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .full-schedule__season {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .full-schedule__season .btn-group {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .full-schedule__season {
        margin-top: 15px;
    }
}

.full-schedule__season .dropdown-menu {
    width: 100%;
    min-width: 250px;
}

.full-schedule__season .dropdown-menu > li > a {
    padding: 12px 20px;
}

.full-schedule__season .dropdown-menu > .active > a,
.full-schedule__season .dropdown-menu > .active > a:hover,
.full-schedule__season .dropdown-menu > .active > a:focus {
    background-color: #00a0e4;
}

.full-schedule__season .dropdown-menu > li > a:hover,
.full-schedule__season .dropdown-menu > li > a:focus {
    background-color: #ccc;
}

.games-selector .dropdown-menu > li > a {
    padding: 12px 20px;
}

.games-selector .dropdown-menu > li > a:hover,
.games-selector .dropdown-menu > li > a:focus {
    background-color: #ccc;
}

.games-selector .dropdown-menu {
    min-width: 190px;
    width: 100%;
}

.games-selector .dropdown-menu > .active > a,
.games-selector .dropdown-menu > .active > a:hover,
.games-selector .dropdown-menu > .active > a:focus {
    background-color: #00a0e4;
}

@media (max-width: 767px) {
    .full-schedule__games-selector .games-selector {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .full-schedule__games-selector .games-selector {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .full-schedule__games-selector .games-selector {
        float: right;
        margin-top: 15px;
    }
}

.btn-schedule-action {
    color: #fff;
    background-color: #00a0e4;
}

.btn-schedule-action:hover,
.btn-schedule-action:focus {
    color: #fff;
}

.SportsScheduleBannerWidget__banner {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .SportsScheduleBannerWidget__banner {
        height: 200px;
    }
}

.SportsScheduleBannerWidget__banner .container {
    position: relative;
    z-index: 15;

}

@media (max-width: 767px) {
    .SportsScheduleBannerWidget__banner .container {
        width: 100%;
    }
}

.SportsScheduleBannerWidget__banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0.98) 12%, rgba(182, 182, 182, 0) 69%, rgba(255, 255, 255, 0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}

.SportsScheduleBannerWidget__bannerTitle {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff
}

@media (min-width: 768px) {
    .SportsScheduleBannerWidget__bannerTitle {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .SportsScheduleBannerWidget__bannerTitle {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .SportsScheduleBannerWidget__bannerTitle {
        font-size: 45px;
    }
}

.SportsScheduleBannerWidget__bannerSubtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .SportsScheduleBannerWidget__bannerSubtitle {
        font-size: 20px;
    }
}

.Rtable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Rtable__cell {
    box-sizing: border-box;
    padding: 10px 10px;
    overflow: hidden;
    list-style: none;
    vertical-align: middle;
    font-size: 14px;
}

.cell--EventDate {
    width: 100px;
    text-align: left;
}

.cell--SportName {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 95px;
    text-align: left;
}

.cell--Division {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 125px;
    text-align: left;
}

.cell--SportName-and-Division {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 125px;
    text-align: left;
    display: none;
}

.cell--action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 150px;
    text-align: right;
}

.Rtable__cell {
    padding: 0 10px;
}

.cell--AwayTeamName {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: right;
    text-overflow: ellipsis;
}

.cell--HomeTeamName {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    text-align: left;
    text-overflow: ellipsis;
}

.cell--AwayTeamLogo {
    width: 50px;
}

.cell--vs {
    width: 15px;
    padding: 0;
}

.cell--HomeTeamLogo {
    width: 50px;
}

.cell--mobile-time {
    display: none;
    width: 100%;
    text-align: center;
    margin-left: 115px;
}

.cell--AwayTeamLogo {
    display: none;
}

.cell--HomeTeamLogo {
    display: none;
}

.cell--time {
    text-align: right;
}

@media (min-width: 768px) {
    .cell--AwayTeamLogo {
        display: block;
        padding-left: 0;
        padding-right: 5px;
        width: 45px;
    }

    .cell--HomeTeamLogo {
        display: block;
        padding-right: 0;
        padding-left: 5px;
        width: 45px;
    }

    .cell--SportName-and-Division {
        display: block;
        width: 90px;
    }

    .cell--SportName {
        display: none;
    }

    .cell--Division {
        display: none;
    }

    .cell--time {
        padding-right: 0;
    }

    .cell--EventDate {
        width: 100px;
        text-align: left;
    }

}

@media (min-width: 992px) {

    .cell--AwayTeamLogo {
        padding-right: 10px;
        width: 50px;
    }

    .cell--HomeTeamLogo {
        padding-left: 10px;
        width: 50px;
    }

    .cell--SportName-and-Division {
        width: 125px;
    }

    .Rtable__cell {
        font-size: 16px;
    }

    .cell--SportName {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 120px;
        text-align: left;
    }

    .cell--Division {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 160px;
        text-align: left;
    }

    .cell--time {
        width: auto;
        text-align: right;
    }

    .cell--action {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 150px;
        text-align: right;
    }

    .cell--EventDate {
        width: 110px;
    }

}

@media (min-width: 1200px) {

    .cell--SportName {
        display: block;
    }

    .cell--Division {
        display: block;
    }

    .cell--SportName-and-Division {
        display: none;
    }

    .cell--mobile-time {
        display: none;
    }

    .cell--time {
        display: block;
        width: 150px;
    }

    .cell--AwayTeamLogo {
        display: block;
    }

    .cell--HomeTeamLogo {
        display: block;
    }

    .cell--action {
        width: 150px;
        text-align: right;
    }

    .form-field {
        border-bottom: 1px solid #94989A;
        padding: 20px 0;
    }


}

.form-field {
    padding: 20px 0;
}

@media (min-width: 768px) {
    .form-field__top {
        border-top: 1px solid #94989A;
    }
}

.form-field:before,
.form-field:after {
    content: "";
    display: table;
}

.form-field:after {
    clear: both;
}

.form-field--last {
    border-bottom: none;
}

.form-field__label {
    padding-left: 0;
    font-weight: bold;
    line-height: 1.5;
}

.form-field__control {
    padding-left: 0;
    line-height: 1.5;
}

.TextWidget h1.title,
.TextWidget .static-page__content {
    word-wrap: break-word;
}

.translate-switcher-wrap {
    position: relative;
    width: 56px;
    padding: 1px 6px;
    margin-top: 22px;
    background: #fff;
    text-transform: uppercase;
    color: #71abb0;
    outline: none;
    cursor: pointer;
    border: solid 2px #71abb0;
}

.translate-switcher-wrap:after {
    content: "^";
    transform: rotateX(0.5turn) scaleX(2);
    width: 0;
    height: 0;
    position: absolute;
    font-size: 15px;
    right: 17px;
    top: 17px;
}

.translate-switcher-wrap.active:after {
    transform: rotateX(0turn) scaleX(2);
    margin-top: -12px;
    position: absolute;
}

.translate-switcher-wrap .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-left: 10px;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
}

.translate-switcher-wrap .dropdown li a {
    display: inline-block;
    text-decoration: none;
    color: #71abb0;
    width: 52px;

    padding: 2px 6px 1px;
    margin: 0px;
}

.translate-switcher-wrap .dropdown li:hover a {
    background: #00a0e4;
    color: #fff;
}

.translate-switcher-wrap.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    border: 2px solid;
    width: 56px;
    margin-left: -2px;
    border-top: none;
    padding-left: 0px;
}

.translate-switcher-wrap > span:first-child {
    width: 60px;
    display: inline-block;
}

.language-not-exist {
    bottom: 2px;
    display: block;
    position: fixed;
    background: #fff;
    width: 400px;
    height: 149px;
    text-align: left;
    right: 2px;
    font-family: "OpenSans";
    border-radius: 80px 0px 0 80px;
    color: #000;
    padding: 56px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    z-index: 9999;
}

.language-not-exist span {
    color: #15a5e2;
}

.close-language-tip {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #d5d5d5;
    font-size: 25px;
}

@media (max-width: 980px) {
    .language-select.pages-view {
        margin-left: 10px;
    }

    .language-not-exist {
        width: 340px;
    }

    .close-language-tip {
        font-size: 32px !important;
    }
}

/*------------------------------------*\
   #404 page
\*------------------------------------*/

.page-404 {
    height: 600px;
    display: flex;
}

.page-404__wrapper {
    width: 100%;
    padding: 0 16px;
    margin: 50px auto;
}

@media (min-width: 768px) {
    .page-404__wrapper {
        width: 600px;
        margin: 100px auto;
    }
}

.page-404__title {
    font-weight: bold;
    font-size: 75px;
    margin-bottom: 35px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.page-404__subtitle {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .page-404__subtitle {
        text-align: left;
    }
}

.page-404__text {
    font-size: 16px;
    margin-bottom: 26px;
    text-align: center;
}

@media (min-width: 768px) {
    .page-404__text {
        text-align: left;
    }
}

.page-404__search {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    flex-wrap: wrap;
}


@media (min-width: 450px) {
    .page-404__search {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}


.page-404__searchIcon {
    width: 40px;
    color: #F4F3F3;
    border: 1px solid #ECEBEB;
    border-right: 0;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 16L12.85 10.85C13.8028 9.40191 14.1845 7.65177 13.921 5.93845C13.6575 4.22513 12.7678 2.67051 11.4239 1.57556C10.08 0.480622 8.37768 -0.0767449 6.64647 0.0113767C4.91525 0.0994983 3.27831 0.826839 2.05257 2.05258C0.826832 3.27832 0.0994907 4.91526 0.0113691 6.64648C-0.0767525 8.37769 0.480614 10.08 1.57556 11.4239C2.6705 12.7678 4.22513 13.6576 5.93845 13.921C7.65177 14.1845 9.4019 13.8028 10.85 12.85L16 18L18 16ZM2.5 7.00001C2.5 6.10999 2.76392 5.23996 3.25838 4.49994C3.75285 3.75992 4.45566 3.18314 5.27792 2.84255C6.10019 2.50195 7.00499 2.41284 7.8779 2.58647C8.75082 2.76011 9.55264 3.18869 10.182 3.81803C10.8113 4.44736 11.2399 5.24918 11.4135 6.1221C11.5872 6.99501 11.4981 7.89981 11.1575 8.72208C10.8169 9.54435 10.2401 10.2472 9.50006 10.7416C8.76004 11.2361 7.89001 11.5 7 11.5C5.80652 11.5 4.66193 11.0259 3.81802 10.182C2.9741 9.33807 2.5 8.19348 2.5 7.00001V7.00001Z' fill='%23D3D3D3'/%3E%3C/svg%3E%0A");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-404__searchInput {
    flex: 1;
}

.page-404__searchInput input {
    border: 1px solid #ECEBEB;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    color: #595E76;
}

.page-404__searchInput input:focus {
    border: 1px solid #ECEBEB;
}

.page-404__searchBtn {
    width: 100%;
    margin-top: 8px;
}

@media (min-width: 450px) {
    .page-404__searchBtn {
        width: auto;
        margin-left: 16px;
        margin-top: 0;
    }
}

.page-404__searchBtn .btn {
    height: 40px;
    width: 100%;
}

@media (min-width: 450px) {
    .page-404__searchBtn .btn {
        width: auto;
    }
}

/*------------------------------------*\
   #Graph Comment Section
\*------------------------------------*/

#graphcomment {
    padding: 15px 12px;
    min-height: 250px;
    display: none;
}

.page__block__graphcomment {
    display: none;
}

.graphcomment_view_comments {
    text-align: center;
    padding: 2em 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #E7E7E7;
}

.graphcomment_view_comments span {
    display: inline-block;
    vertical-align: top;
    line-height: 2em;
}

.graphcomment_view_comments .fa {
    vertical-align: top;
}

/*------------------------------------*\
   # ThemeTool Section
\*------------------------------------*/

#themeTool {
    display: none;
    position: fixed;
    height: 100%;
    width: 300px;
    top: 70px;
    right: 0;
    z-index: 1001;
}

.header__theme-tool {
    display: unset;
    line-height: 70px;
    font-size: x-large;
    padding-right:10px;
    padding-left:10px;
}

@media (max-width: 768px) {
    .header__theme-tool {
        display: none;
    }
}



/*------------------------------------*\
   # basic success/error msgs
\*------------------------------------*/

.has-success .form-control {
    border-color: #51c989;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .help-block {
    color: #51c989
}

.has-success._with-icon input.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.5 0 0 4.5 0 10C0 15.5 4.5 20 10 20C15.5 20 20 15.5 20 10C20 4.5 15.5 0 10 0ZM8 15L3 10L4.41 8.59L8 12.17L15.59 4.58L17 6L8 15Z' fill='%2351C989'/%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    padding-right: 35px;
}

.has-error._with-icon input.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 10C0 4.5 4.5 0 10 0C15.5 0 20 4.5 20 10C20 15.5 15.5 20 10 20C4.5 20 0 15.5 0 10ZM13.9929 5L15 6.00714L11.0071 10L15 13.9929L13.9929 15L10 11.0071L6.00714 15L5 13.9929L8.99286 10L5 6.00714L6.00714 5L10 8.99286L13.9929 5Z' fill='%23E11E1E'/%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
    padding-right: 35px;
}

.video_wrapper {
    width: 100%
}

@media (min-width: 1254px) {
    .video_wrapper {
        width: 800px;
    }
}

/*------------------------------------*\
   # Community upload
\*------------------------------------*/

.community-upload {
    width: 100%;
    max-width: 678px;
    margin: 35px auto;
}

.community-upload__content {
    min-height: 600px;
}

.community-upload__content .nav{
    cursor: pointer;
}

.community-upload__content .form-control {
    background-color: #fff;
    color: #000;
    border-radius: 4px;
}

.community-upload__back {

}

.community-upload__title {
    font-family: 'Oswald', sans-serif;
    color: #FFFDFD;
    font-size: 36px;
    margin-bottom: 25px;
    text-align: center;
}

.community-upload__content .form-control.community-upload__select,
.community-upload__select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    padding: .6em 1.4em .5em 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aaa;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 24px auto, 100%;
}

#uploader-dropzone.community-upload__upload {
    border: 2px dashed #898989;
    padding: 30px 30px;
}

.community-upload__desc {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 19px;
    margin-bottom: 25px;
}

.community-upload__help {
    font-size: 14px;
    color: #979797;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.community-upload__channel {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .community-upload__channel {
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-top: 0;
    }
}

.community-upload__channel span {
    margin-right: 20px;
    padding-right: 32px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23979797' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

.community-upload__channel select {
    flex: 1;
}

.community-upload__action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

/*------------------------------------*\
   # Live VOD with polls
\*------------------------------------*/

.vod-live-poll {
    /*background: #FFFFFF;*/
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content min-content;
    gap: 0 1px;
    grid-template-areas: "player" "poll" "data" "related";
    position: relative;
    z-index: 300;
}

@media (min-width: 992px) {
    .vod-live-poll {
        grid-template-columns: 53% 1fr;
        /*grid-template-columns: 1fr;*/
        grid-template-rows: min-content min-content;
        grid-template-areas: "player poll" "data ." "related related";
        /*grid-template-areas: "player poll" "data data";*/
        /*grid-template-areas: "player" "data";*/
        margin-top: 30px;
        margin-bottom: 50px;

    }
}
@media (min-width: 1241px) {
    .vod-live-poll {
        grid-template-columns: 62% 1fr;
    }
}
@media (min-width: 1360px) {
    .vod-live-poll {
        grid-template-columns: 66% 1fr;
    }
}

.vod-live-poll__player { grid-area: player; }

.vod-live-poll__data-container { grid-area: data; background-color: var(--theme-background); }

.vod-live-poll__poll { grid-area: poll; position: relative; }

.vod-live-poll__related { grid-area: related; background-color: var(--theme-background); position: relative}

@media (min-width: 992px) {
    .vod-live-poll .player-block__dataWrapper {
        padding: 44px 50px;
    }
}

@media (min-width: 992px) {
    .vod-live-poll__poll-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: flex;
        flex-direction: column;
    }

    #arena-chat, .arena-chat {
        height: 100% !important;
    }

    #tabsPC {
        position: relative;
    }

    .tabs-pc-container-bordered {
        position: absolute;
        z-index: 100;
        left: 50%;
        transform: translateX(-50%);
    }

    .tabc-pc-btn {
        margin: 6px auto;
    }

    #tabsPCChat {
        position: absolute;
        top: 48px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }

    #tabsPCPolls {
        position: absolute;
        top: 48px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
    }
}


.poll-temp {
    height: 100%;
    width: 100%;
    padding: 20px;
    background-color: var(--theme-background, black);
}

.comments-temp {
    /*background-color: var(--theme-background, black);*/
    padding: 20px;
}

@media (min-width: 992px) {
    .comments-temp {
        /*position: absolute;*/
        /*top:0;*/
        /*bottom: 0;*/
        /*right: 0;*/
        /*left: 0;*/
        /*overflow: auto;*/
        /*background-color: var(--theme-background, black);*/
        padding: 20px;
    }
}

/* Video player meta information */

.player-meta {
    padding: 0 10px;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    flex-direction: column;
}

@media (min-width: 992px) {
    .player-meta {
        flex-direction: row;
    }
}


.player-meta ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.player-meta ul:first-child {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .player-meta ul:first-child {
        margin-bottom: 0;
    }
}

.player-meta > ul > li {
    padding: 15px 15px;
    position: relative;
}

.player-meta ul li .fa {
    margin-right: 5px;
}

.player-meta ul a {
    color: rgb(155, 152, 146);
}

.player-meta ul a:hover {
    color: #fff;
}

ul.player-meta__dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    flex-direction: column;
    background-color: #7088B8;
    /*color: #fff;*/
    align-items: flex-start;
    margin-top: 15px;
    margin-left: 15px;
    padding: 10px 20px !important;
    z-index: 1;
}

ul.player-meta__dropdown::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #7088B8 transparent;
}

ul.player-meta__dropdown li {
    white-space: nowrap;
    padding: 5px 0;
    display: block;
}

ul.player-meta__dropdown a {
    color: #fff;
    white-space: nowrap;
}

.player-meta ul li:hover > .player-meta__dropdown,
.player-meta ul li:focus-within > .player-meta__dropdown {
    visibility: visible;
    opacity: 1;
    display: flex;
}


/* Poll block */

.poll {
    display: flex;
    flex-direction: column;
    background-color: #000;
}

@media (min-width: 992px) {
    .poll {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.poll a {
    color: rgb(155, 152, 146);
}

.poll a:hover {
    color: #fff;
}

.poll__body {
    flex: 1;
    overflow-y: auto;
}

.poll__header {
    padding: 20px 20px 0 20px;
}

.poll__body {
    padding: 0 20px 20px 20px;
}

.poll__tabs {
    display: flex;
}

.poll__tab-item {
    padding: 5px 0;
    display: block;
    margin: 0 10px;
}

.poll__tab-item .fa {
    margin-right: 5px;
}

.poll__tab-item--active {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.poll__timer {
    font-size: 30px;
    padding: 10px 0;
    text-align: right;
}

.poll__question {
    margin-bottom: 25px;
}

.poll__answer-set {
    display: flex;
    flex-direction: column;
}

.poll__answer {
    border-radius: 40px;
    display: flex;
    border: 1px solid #4c4c4c;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: 0 3px 4px rgba(255, 255, 255, 0.08);
    margin-bottom: 10px;
    cursor: pointer;
}

.poll__answer:hover {
    border: 1px solid #fff;
}

.poll__answer span {
    padding: 10px 14px 10px 18px;
    background-color: #4c4c4c;
    color: #fff;
    margin-right: 15px;
}

.poll__nav {
    margin-top: 20px;
}

.poll__nav .fa {
    margin-right: 5px;
}

/* VOD tab navigation */

.vod-data > input,
.vod-data__section-item {
    display: none;
}

.vod-data__tabs {
    display: flex;
    padding: 40px 5px 20px 5px;
}
@media (min-width: 500px) {
    .vod-data__tabs {
        padding: 40px 50px 20px 50px;
    }
}

.vod-data__tab-item {
    padding: 5px 0;
    display: block;
    margin: 0 10px;
    cursor: pointer;
    /*color: #A6B6D5;*/
}

.vod-data__tab-item .fa {
    margin-right: 5px;
}

.vod-data__tab-item--active {
    border-bottom: 1px solid #fff;
    color: #fff;
}

#vod-data-tab1:checked ~ .vod-data__sections .vod-tab-1,
#vod-data-tab2:checked ~ .vod-data__sections .vod-tab-2 {
    display: block;
}

#vod-data-tab1:checked ~ .vod-data__tabs .vod-tab-1,
#vod-data-tab2:checked ~ .vod-data__tabs .vod-tab-2 {
    border-bottom: 3px solid #EF9F7C;
    /*color: #7088B8;*/
}


/* Related videos */

.vod-live-related {
    display: flex;
    flex-direction: column;
    background-color: #000;
}

@media (min-width: 992px) {
    .vod-live-related {
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.vod-live-related__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px 15px 0 15px;
}

.vod-live-related__body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    flex: 1;
}

.vod-live-related__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.vod-live-related__item {
    margin-bottom: 20px;
}

.related-movie-card {
    display: flex;
}

.related-movie-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3c3c3c;
    margin-right: 15px;
    width: 120px;
}

.related-movie-card__img:before {
    padding-top: 56.25%;
    content: '';
}

.related-movie-card__data {

}

.related-movie-card__title {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    margin:0 0 10px 0;
}

.related-movie-card__date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.related-movie-card__meta {
    display: flex;
    font-size: 12px;
}

.related-movie-card__meta a {
    margin-right: 15px;
    color: rgb(155, 152, 146);
}

.related-movie-card__meta .fa {
    margin-right: 5px;
}

#pollsAdmin,
#pollsAudience,
.polls-admin,
.polls-audience {
    height: 100%;
}
.header__logged_email {
    font-size: 0.7em;
    text-transform: none;
    vertical-align: middle;
}

.copy-video-id {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: text-top;
    margin-left: 15px;
    cursor: pointer;
    float: right;
}

.copy-video-id:before {
    content: '';
    width:20px;
    height:20px;
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.152%203.806c0-.63-.51-1.14-1.14-1.14H8.735c-.63%200-1.14.51-1.14%201.14v3.418h4.558V3.806z%22%20fill%3D%22%23A9A9A9%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17.639%2012.46c0%20.569-.469%201.034-1.042%201.034H3.403A1.041%201.041%200%200%201%202.36%2012.46v-.035c0-.568.469-1.034%201.042-1.034h13.194c.573%200%201.042.466%201.042%201.034v.035zm0%203.056c0%20.569-.469%201.034-1.042%201.034H3.403a1.041%201.041%200%200%201-1.042-1.034v-.035c0-.568.469-1.034%201.042-1.034h13.194c.573%200%201.042.466%201.042%201.034v.035zm.694-10.57h-5v3.308H6.667V4.945h-5C.747%204.945%200%205.686%200%206.6v12.134c0%20.913.747%201.654%201.667%201.654h16.666c.92%200%201.667-.74%201.667-1.654V6.6c0-.914-.747-1.655-1.667-1.655z%22%20fill%3D%22%23A9A9A9%22%2F%3E%3C%2Fsvg%3E');
    background-repeat:no-repeat;
}

.copy-video-id.copy-video-id--saved:before {
    content: '';
    width:20px;
    height:20px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.222%203.778a1.11%201.11%200%200%200-1.111-1.111H8.889a1.11%201.11%200%200%200-1.111%201.11v3.334h4.444V3.778z%22%20fill%3D%22%2363D89A%22%2F%3E%3Cmask%20id%3D%22vid-id-2-a%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%224%22%20width%3D%2220%22%20height%3D%2217%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%204.889h20v15.555H0V4.89z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url%28%23vid-id-2-a%29%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M14.633%2012.204l-5.489%205.489a.477.477%200%200%201-.675%200l-3.102-3.102a.477.477%200%200%201%200-.675l.675-.675a.477.477%200%200%201%20.675%200l2.09%202.09%204.476-4.477a.477.477%200%200%201%20.675%200l.675.675a.477.477%200%200%201%200%20.675m3.7-7.315h-5v3.333H6.667V4.89h-5C.747%204.889%200%205.635%200%206.556v12.222c0%20.92.747%201.666%201.667%201.666h16.666c.92%200%201.667-.746%201.667-1.666V6.556c0-.92-.747-1.667-1.667-1.667%22%20fill%3D%22%2363D89A%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.copy-video-id__wrapper {
    display: none;
    align-items: center;
    position: absolute;
    background: #616161;
    padding: 0 4px;
    color: white;
    margin-left: 33px;
    top:0;
}

.copy-video-id:hover .copy-video-id__wrapper {
    display: flex;
    z-index: 80;
}

.copy-video-id__input {
    display: inline;
    width: 240px;
    background: #616161;
    padding: 2px;
    border: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.copy-video-id__action {
    white-space: nowrap;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.copy-video-id__wrapper::before {
    right: 100%;
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 11px 0;
    border-color: transparent #616161 transparent transparent;
}

.copy-video-id-block{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copy-video-id-copy-block{
    display: flex;
    align-items: flex-end;
    padding-top: 0.5em;
}

.copy-video-id-copy-text{
    padding-top:0.3em;
    padding-left:0.3em;
}

.copy-video-id-copy-text-saved {
    color: #51C989;
}

.copy-video-id:hover .copy-video-id__wrapper {
    position: fixed;
    left: -9999px;
}

.copy-video-id-block > a {
    padding-bottom: 1em;
    padding-top: 1em;
}

/* 
    Making the player fixed for mobile
    There is also the js part in srv/themes/wvp-base/assets/js/main.js
*/
@media (orientation: portrait) and  (max-width: 991px) {
    .cd-main-container {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .page-content {
        flex-grow: 1;
        overflow-y: auto;
    }

    .player-block > .row {
        display: flex;
        flex-wrap: wrap;
        width: -webkit-fill-available;
    }

    .player-block__video {
        position: fixed;
        top: 73px;
        left: 0;
        right: 0;
        width: 100vw;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .player-block__data {
        flex: 1;
        overflow-y: auto;
        margin-top: 0;
    }
}

@media (orientation: landscape) and  (max-width: 991px) {
    .player-block  > .row {
        width: -webkit-fill-available;
    }
}

.block__art {
    display: none !important;
}

.header__right {
    font-family: 'Roboto';
}
