@font-face {
    font-family: 'MarigoldMagic';
    src: url('fonts/MarigoldMagic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 15px;
    font-family: 'Trebuchet MS', sans-serif;
    background: #fff;
}

p {
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: #06c;
}

a:hover {
    text-decoration: underline;
}

span {
    color: #555;
    font-size: 15px;
    line-height: 1.4;
}

i {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

input,
label {
    display: block;
    font-size: 15px;
}

.button {
    display: inline-block;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s ease;
    -webkit-transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s ease;
    font-size: 15px;
    font-family: inherit;
    color: #fff;
    background-color: #0076df;
    padding: 10px 30px;
    border: none;
    border-radius: 99px;
    outline: 0;
    cursor: pointer
}

.button.button-default {
    transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s ease;
    -webkit-transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s ease;
    font-size: 15px;
    font-family: inherit;
    color: #0071e3;
    background-color: #f2f8fc;
    padding: 10px 30px;
    border: none;
    border-radius: 12px;
    outline: 0;
    cursor: pointer
}

.button.button-default:hover {
    color: #fff
}

.button:hover,
button:hover {
    background: #006dcc;
    text-decoration: none
}

.button:active,
button:active {
    transform: translateY(2px);
    -webkit-transform: translateY(2px)
}

input,
select,
textarea {
    width: 100%;
    transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s ease;
    -webkit-transition: background-color .1s linear, border-color .1s linear, color .1s linear, box-shadow .1s linear, transform .1s ease
}

[type="checkbox"],
[type="radio"] {
    display: initial
}

input,
select,
textarea {
    color: #111;
    background-color: #f8f8f8;
    font-family: inherit;
    font-size: 15px;
    padding: 10px;
    border: solid 1px rgba(0, 0, 0, .1);
    outline: 0
}

input[type="color"] {
    min-height: 2rem;
    padding: 8px;
    cursor: pointer
}

input[type="checkbox"],
input[type="radio"] {
    height: 1em;
    width: 1em
}

input[type=radio] {
    border-radius: 100%
}

input {
    vertical-align: top
}

label {
    vertical-align: middle;
    /*margin-bottom: 4px;*/
    margin-left: 10px;
    display: inline-block
}

input:not([type="checkbox"]):not([type="radio"]),
input[type="range"],
select,
textarea {
    -webkit-appearance: none
}

textarea {
    display: block;
    margin-right: 0;
    box-sizing: border-box;
    resize: vertical
}

textarea:not([cols]) {
    width: 100%
}

textarea:not([rows]) {
    min-height: 40px;
    height: 140px
}

select {
    background: #f8f8f8 url('./icons/select-arrow.svg') no-repeat calc(100% - 12px) 50% / 12px;
    padding-right: 35px
}

select::-ms-expand {
    display: none
}

select[multiple] {
    padding-right: 10px;
    background-image: none;
    overflow-y: auto
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #1a8cff;
    -webkit-box-shadow: 0 0 0 2px #1a8cff
}

.button:disabled,
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
    cursor: not-allowed;
    opacity: .5
}

::placeholder {
    color: #949494
}

fieldset {
    border: 1px #1a8cff solid;
    margin: 0;
    margin-bottom: 12px;
    padding: 10px
}

legend {
    font-size: .9em;
    font-weight: 600
}

.small-text {
    font-size: 14px;
    line-height: 1.4;
}

[class*=grid-] {
    float: left;
    padding: 10px;
    width: 100%;
}

.clear-grid {
    clear: both;
    float: inherit
}

.container {
    margin: 0;
    width: 100%
}

.container:after,
.container:before {
    display: table;
    clear: both;
    content: " "
}

.nest {
    margin: 0;
    padding: 0;
    width: auto
}

.nest-inline {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: auto
}

.grid-m-12 {
    width: 100%
}

.grid-m-11 {
    width: 91.666663%
}

.grid-m-10 {
    width: 83.33%
}

.grid-m-9 {
    width: 74.999997%
}

.grid-m-8 {
    width: 66.66666664%
}

.grid-m-7 {
    width: 58.333%
}

.grid-m-6 {
    width: 50%
}

.grid-m-5 {
    width: 41.6665%
}

.grid-m-4 {
    width: 33.33%
}

.grid-m-3 {
    width: 24.99%
}

.grid-m-2 {
    width: 16.66666%
}

.grid-m-1 {
    width: 8.33%
}

@media (min-width:720px) {
    .grid-12 {
        width: 100%
    }

    .grid-11 {
        width: 91.666663%
    }

    .grid-10 {
        width: 83.33%
    }

    .grid-9 {
        width: 74.999997%
    }

    .grid-8 {
        width: 66.66666664%
    }

    .grid-7 {
        width: 58.333%
    }

    .grid-6 {
        width: 50%
    }

    .grid-5 {
        width: 41.6665%
    }

    .grid-4 {
        width: 33.33%
    }

    .grid-3 {
        width: 24.99%
    }

    .grid-2 {
        width: 16.66666%
    }

    .grid-1 {
        width: 8.33%
    }

    .grid-t-12 {
        width: 100%
    }

    .grid-t-11 {
        width: 91.666663%
    }

    .grid-t-10 {
        width: 83.33%
    }

    .grid-t-9 {
        width: 74.999997%
    }

    .grid-t-8 {
        width: 66.66666664%
    }

    .grid-t-7 {
        width: 58.333%
    }

    .grid-t-6 {
        width: 50%
    }

    .grid-t-5 {
        width: 41.6665%
    }

    .grid-t-4 {
        width: 33.33%
    }

    .grid-t-3 {
        width: 24.99%
    }

    .grid-t-2 {
        width: 16.66666%
    }

    .grid-t-1 {
        width: 8.33%
    }
}

@media only screen and (min-width:1024px) {
    .grid-tl-12 {
        width: 100%
    }

    .grid-tl-11 {
        width: 91.666663%
    }

    .grid-tl-10 {
        width: 83.33%
    }

    .grid-tl-9 {
        width: 74.999997%
    }

    .grid-tl-8 {
        width: 66.66666664%
    }

    .grid-tl-7 {
        width: 58.333%
    }

    .grid-tl-6 {
        width: 50%
    }

    .grid-tl-5 {
        width: 41.6665%
    }

    .grid-tl-4 {
        width: 33.33%
    }

    .grid-tl-3 {
        width: 24.99%
    }

    .grid-tl-2 {
        width: 16.66666%
    }

    .grid-tl-1 {
        width: 8.33%
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1180px;
        margin: 0 auto
    }

    .container-fluid {
        max-width: 90%;
        margin: 0 5%
    }

    .grid-d-12 {
        width: 100%
    }

    .grid-d-11 {
        width: 91.666663%
    }

    .grid-d-10 {
        width: 83.33%
    }

    .grid-d-9 {
        width: 74.999997%
    }

    .grid-d-8 {
        width: 66.66666664%
    }

    .grid-d-7 {
        width: 58.333%
    }

    .grid-d-6 {
        width: 50%
    }

    .grid-d-5 {
        width: 41.6665%
    }

    .grid-d-4 {
        width: 33.33%
    }

    .grid-d-3 {
        width: 24.99%
    }

    .grid-d-2 {
        width: 16.66666%
    }

    .grid-d-1 {
        width: 8.33%
    }
}

img,
* img {
    width: 100%;
    display: block;
}

a div,
a img {
    display: block;
    cursor: pointer;
}

.seasons ul li {
    list-style: none;
    line-height: 3;
}

.seasons ul li+li {
    border-top: solid 1px rgba(0, 0, 0, 0.075);
}

/**/

/* nav */

nav {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 99;
}

.logo {
    font-family: 'MarigoldMagic', sans-serif;
    text-decoration: none;
    font-size: xx-large;
    color: inherit;
}

@media only screen and (min-width:1024px) and (max-width:1180px) {
    .logo-container {
        margin-top: 3px;
    }

    .grid-tl-2 .logo {
        font-size: 29px;
        line-height: 36px;
    }
}

.logo:hover {
    text-decoration: none;
}

/**/

/* grid */

.container+.container {
    margin-top: 20px;
}

.noble-light {
    width: 100%;
}

nav+.container,
.reset+.container,
.container+.reset {
    margin-top: 0px;
}

.container-title {
    display: table;
    width: 100%;
}

.container-title h2,
.container-title a {
    display: table-cell;
    vertical-align: middle;
}

.container-title a {
    text-align: right;
    white-space: nowrap;
}

.table {
    display: table;
}

.table [class*=grid-],
.table-l,
.table-r {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.table-l+.table-r {
    margin-left: 7.5px;
}

/**/

/* movie card */

.image {
    position: relative;
}

.image::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 1;
    content: "";
}

.text {
    margin-top: 10px;
}

.text a,
.text p {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text a,
.text a:hover {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.text p {
    font-size: 15px;
    color: #555;
}

/**/

.button-wrap-2 {
    padding: 2px;
    display: inline-block;
    background: linear-gradient(to bottom, #020b02, #3a3a3a);
    border-top: solid 1px rgba(255, 255, 255, .5);
}

@media screen and (max-width: 720px) {
    /*
    .button-wrap-2 {
        width: 49%;
        margin: 2px 0;
    }*/

    .button-wrap-3,
    .button-wrap-4,
    .button-wrap-4 a {
        width: 100%;
        text-align: center;
    }
}

.button-wrap-3 {
    padding: 1px;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom, #9d9e9d 0%, #6b6a6b 20%, #343534 80%, #242424 100%);
}

.button-wrap-4 {
    padding: 1px;
    background: linear-gradient(to bottom, #8a8a8a 0%, #6b6a6b 20%, #343534 80%, #262626 100%);
}

.button-wrap-4 a {
    display: inline-block;
    padding: 6px 24px;
    background: linear-gradient(to bottom, #777777 0%, #606060 50%, #505250 51%, #2a2b2a 100%);
    color: white;
    text-decoration: none;
}


.noble-light {
    /*display: inline-block;
    font-style: italic;
    padding: 8px 24px;*/
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee 50%, #e0e0e0 50%, #dcdcdc);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee 50%, #e0e0e0 50%, #dcdcdc);
    background-image: -o-linear-gradient(top, #ffffff, #eeeeee 50%, #e0e0e0 50%, #dcdcdc);
    background-image: linear-gradient(to bottom, #ffffff, #eeeeee 50%, #e0e0e0 50%, #dcdcdc);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/*
.links a:hover,
.links button:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px #fafafa, 0 0 3px rgba(0, 0, 0, 0.1);
}

.links a:focus,
.links button:focus {
    background-image: -webkit-linear-gradient(top, #f6f6f6, #e1e1e1 50%, #d9d9d9 50%, #dcdcdc);
    background-image: -moz-linear-gradient(top, #f6f6f6, #e1e1e1 50%, #d9d9d9 50%, #dcdcdc);
    background-image: -o-linear-gradient(top, #f6f6f6, #e1e1e1 50%, #d9d9d9 50%, #dcdcdc);
    background-image: linear-gradient(to bottom, #f6f6f6, #e1e1e1 50%, #d9d9d9 50%, #dcdcdc);
}
*/

/**/

/**/

/* custom buttons */

.pill {
    padding: 7.5px 15px;
    background-color: #ebedf0;
    border-radius: 50px;
}

.pill img {
    width: 20px;
    height: 20px;
}

.pill img+a {
    margin-left: 10px;
}



/**/

/* breadcrumbs */

.breadcrumbs {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
}

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

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li+li:before {
    content: ' › ';
    padding: 0 5px;
}

.breadcrumbs li,
.breadcrumbs li a {
    color: inherit;
}

/**/

/* pagination */

.pagination {
    width: 100%;
    padding-top: 30px;
    text-align: center
}

.pagination a.active,
.pagination span.active {
    color: #f8f8f8;
    background-color: #111
}

.pagination a,
.pagination span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 99px;
    color: #949494;
    background-color: #f8f8f8;
    border: solid 1px rgba(0, 0, 0, .1);
}


/**/

/**/

.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-container::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 1;
    content: "";
}

.video-background {
    display: block;
}

.video-background image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-background-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
}

/**/

#qualitySelection {
    display: none;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: white;
}

/**/

.video-title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-sizing: border-box;
    padding: 0 5%;
}

.video-title span {
    display: block;
    color: #252525;
    font-size: 21px;
    word-wrap: break-word;
}

.video-title .links {
    margin: 20px 0 20px 0;
}

@media screen and (max-width: 480px) {
    .video-title span {
        font-size: 17px;
    }
}

.player {
    position: relative;
}

#videoPlayer {
    width: 100%;
}


/**/

.ios-fix-container {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    .ios-fix-container {
        margin-top: 0;
        margin-left: 10px;
    }
}

.ios-fix-container label {
    display: inline-block;
    cursor: pointer;
}

/* noble-dark */

.noble-dark {
    color: #f0f0f0;
    position: relative;
}

.noble-dark::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.075);
    z-index: 1;
    content: "";
}

.noble-dark h2 {
    color: grey;
}

.noble-dark p {
    color: white;
}

.noble-dark p span {
    color: grey;
}

/**/

.noble-dark .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    pointer-events: none;
}

.noble-dark .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.noble-dark .container {
    position: relative;
    z-index: 2;
}

.noble-dark .container .image::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/**/

.noble-dark nav {
    background-color: rgba(0, 0, 0, .25);
    position: relative;
    z-index: 99;
}

.noble-dark .breadcrumbs li,
.noble-dark .breadcrumbs li a {
    color: #949494;
}

.noble-dark input,
.noble-dark select {
    background-color: rgba(255, 255, 255, .05);
    border: none;
    color: #949494;
}

.noble-dark button {
    border-radius: 6px;
}

/**/

.noble-blur {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.noble-blur::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 1;
    content: "";
}

@media screen and (min-width: 1024px) {
    .noble-blur {
        text-align: left;
    }
}

.noble-blur span {
    color: #111;
    font-size: 17.55px;
}

.noble-blur .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    pointer-events: none;
}

.noble-blur .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.noble-blur .container {
    position: relative;
    z-index: 2;
}

/**/

.player {
    position: relative;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.player video {
    position: relative;
    z-index: 3;
}

.video-background.hidden,
.overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

/**/

.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.quality-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #1a1a1a;
    padding: 20px;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1px) {
    .quality-popup {
        margin-left: -150px;
        margin-top: -50px;
        top: 50%;
        left: 50%;
        -webkit-transform: none;
        transform: none;
    }
}

.quality-popup h3 {
    color: #fff;
    margin: 0 0 15px 0;
    text-align: center;
}

.quality-popup a {
    display: block;
    color: #00a8ff;
    padding: 10px;
    margin: 5px 0;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    text-align: center;
}

.quality-popup a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/**/

footer {
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
    background-color: #333;
}

footer p {
    color: #949494;
}

footer p:first-of-type {
    color: white;
}