.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(: first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table.has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table.has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table.has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.wp-block-code {
    font-size: 14px;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px
}

.wp-block-code,
.wp-block-preformatted pre {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #23282d
}

.wp-block-preformatted pre {
    font-size: 16px
}

@media (min-width:600px) {
    .wp-block-preformatted pre {
        font-size: 14px
    }
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal
}

.wp-block-quote {
    border-left: 4px solid #000;
    margin: 20px 0;
    padding-left: 1em
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    border-left: none;
    border-right: 4px solid #000;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote[style*="text-align:center"],
.wp-block-quote[style*="text-align: center"] {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: break-all
}

.comingsoon-launch-section {
    font-family: Montserrat, "Open Sans", sans-serif
}

.comingsoon-launch-section__subscribe-form {
    margin-top: 16px
}

@media (min-width:992px) {
    .comingsoon-launch-section__subscribe-form {
        margin-top: 40px
    }
}

.comingsoon-launch-section__title {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -.01em;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 0
}

@media (min-width:992px) {
    .comingsoon-launch-section__title {
        font-size: 45px;
        line-height: 55px
    }
}

@media (min-width:1200px) {
    .comingsoon-launch-section__title {
        font-size: 50px
    }
}

.comingsoon-launch-section__desc {
    font-size: 12px;
    line-height: 21px;
    padding-top: 3px;
    margin-bottom: 0
}

@media (min-width:992px) {
    .comingsoon-launch-section__desc {
        font-size: 16px
    }
}

.comingsoon-launch-section .btn-subscribe,
.comingsoon-launch-section .email {
    border-radius: 0
}

.comingsoon-launch-section .email {
    padding: 5px 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 12px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    border: none
}

@media (min-width:768px) {
    .comingsoon-launch-section .email {
        padding: 9px 16px;
        width: 470px;
        font-size: 14px
    }
}

.comingsoon-launch-section .btn-subscribe {
    padding: 7px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700
}

@media (min-width:992px) {
    .comingsoon-launch-section .btn-subscribe {
        padding: 14px 43px;
        font-size: 14px
    }
}

.comingsoon-launch-section form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-radius: 7px
}

.comingsoon-launch-section .value {
    font-size: 72px;
    line-height: 1.25;
    font-weight: 500
}

.comingsoon-form-timer {
    padding: 50px 0
}

@media (min-width:1200px) {
    .comingsoon-form-timer {
        padding-top: 280px;
        padding-bottom: 216px
    }
}

.comingsoon-form-timer canvas {
    display: none
}

@media (min-width:1200px) {
    .comingsoon-form-timer .time_circles {
        left: -50px
    }
}

.comingsoon-form-timer .textDiv_Days,
.comingsoon-form-timer .textDiv_Hours,
.comingsoon-form-timer .textDiv_Minutes,
.comingsoon-form-timer .textDiv_Seconds {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    top: 10px!important
}

@media (min-width:992px) {
    .comingsoon-form-timer .textDiv_Days,
    .comingsoon-form-timer .textDiv_Hours,
    .comingsoon-form-timer .textDiv_Minutes,
    .comingsoon-form-timer .textDiv_Seconds {
        top: 65px!important
    }
}

.comingsoon-form-timer .textDiv_Days>span,
.comingsoon-form-timer .textDiv_Hours>span,
.comingsoon-form-timer .textDiv_Minutes>span,
.comingsoon-form-timer .textDiv_Seconds>span {
    font-family: Montserrat, "Open Sans", sans-serif!important;
    line-height: 1!important;
    margin-top: 0;
    font-weight: 500!important;
    font-size: 30px!important
}

@media (min-width:768px) {
    .comingsoon-form-timer .textDiv_Days>span,
    .comingsoon-form-timer .textDiv_Hours>span,
    .comingsoon-form-timer .textDiv_Minutes>span,
    .comingsoon-form-timer .textDiv_Seconds>span {
        font-size: 35px!important
    }
}

@media (min-width:992px) {
    .comingsoon-form-timer .textDiv_Days>span,
    .comingsoon-form-timer .textDiv_Hours>span,
    .comingsoon-form-timer .textDiv_Minutes>span,
    .comingsoon-form-timer .textDiv_Seconds>span {
        font-size: 50px!important
    }
}

@media (min-width:1200px) {
    .comingsoon-form-timer .textDiv_Days>span,
    .comingsoon-form-timer .textDiv_Hours>span,
    .comingsoon-form-timer .textDiv_Minutes>span,
    .comingsoon-form-timer .textDiv_Seconds>span {
        font-size: 70px!important
    }
}

.comingsoon-form-timer .textDiv_Days h4,
.comingsoon-form-timer .textDiv_Hours h4,
.comingsoon-form-timer .textDiv_Minutes h4,
.comingsoon-form-timer .textDiv_Seconds h4 {
    font-family: Montserrat, "Open Sans", sans-serif!important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    font-size: 10px!important;
    line-height: 15px!important;
    margin-top: 5px!important;
    letter-spacing: -.01em;
    font-weight: 500!important;
    color: #a5a6a7;
    text-align: center
}

@media (min-width:992px) {
    .comingsoon-form-timer .textDiv_Days h4,
    .comingsoon-form-timer .textDiv_Hours h4,
    .comingsoon-form-timer .textDiv_Minutes h4,
    .comingsoon-form-timer .textDiv_Seconds h4 {
        font-size: 15px!important;
        line-height: 20px!important;
        margin-top: 15px!important
    }
}

.comingsoon-form-timer .textDiv_Days:before,
.comingsoon-form-timer .textDiv_Hours:before,
.comingsoon-form-timer .textDiv_Minutes:before,
.comingsoon-form-timer .textDiv_Seconds:before {
    content: ' ';
    width: 7px;
    height: 7px;
    background-color: #6c6f70;
    border-radius: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:992px) {
    .comingsoon-form-timer .textDiv_Days:before,
    .comingsoon-form-timer .textDiv_Hours:before,
    .comingsoon-form-timer .textDiv_Minutes:before,
    .comingsoon-form-timer .textDiv_Seconds:before {
        width: 14px;
        height: 14px
    }
}

.comingsoon-form-timer .textDiv_Days:before {
    content: none
}

.landing-view-counts {
    padding: 40px 0
}

@media (min-width:768px) {
    .landing-view-counts {
        padding: 100px 0
    }
}

@media (min-width:1200px) {
    .landing-view-counts {
        padding: 180px 0
    }
}

.landing-view-counts__content {
    line-height: 1.1;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.landing-view-counts .landing-view-counts__count {
    font-size: 30px;
    color: #24baef;
    text-align: center
}

@media (min-width:768px) {
    .landing-view-counts .landing-view-counts__count {
        font-size: 100px
    }
}

@media (min-width:992px) {
    .landing-view-counts .landing-view-counts__count {
        font-size: 130px
    }
}

@media (min-width:1200px) {
    .landing-view-counts .landing-view-counts__count {
        font-size: 170px
    }
}

.landing-view-counts__desc {
    font-size: 18px;
    color: #fff;
    text-align: center
}

@media (min-width:768px) {
    .landing-view-counts__desc {
        font-size: 32px
    }
}

.landing-faq-section {
    background-color: #131722
}

.landing-faq-section:focus {
    outline: 0
}

.landing-faq-section .faq-section__inner {
    background-color: #191e2b
}

.landing-faq-section .faq-section__faq-body {
    color: #bbc2d3;
    font-size: 10px;
    line-height: 18px;
    padding: 10px;
    -webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
    .landing-faq-section .faq-section__faq-body {
        font-size: 12px
    }
}

@media (min-width:992px) {
    .landing-faq-section .faq-section__faq-body {
        padding: 6px 166px 40px;
        font-size: 15px;
        line-height: 21px
    }
}

.landing-faq-section .faq-section h5 {
    margin-bottom: 0
}

.landing-faq-section .faq-section__faq-header--link {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: block;
    cursor: pointer;
    padding: 10px
}

@media (min-width:768px) {
    .landing-faq-section .faq-section__faq-header--link {
        padding: 20px
    }
}

@media (min-width:992px) {
    .landing-faq-section .faq-section__faq-header--link {
        font-size: 18px;
        padding: 35px 60px
    }
}

.landing-faq-section .faq-section__faq-header--link:before {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="12px"><path fill="rgb(255, 255, 255)" d="M19.989,2.572 L10.714,10.973 L9.852,11.990 L0.017,2.401 L1.219,0.983 L9.784,9.332 L18.749,1.212 L19.989,2.572 Z"/></svg>');
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px
}

@media (min-width:992px) {
    .landing-faq-section .faq-section__faq-header--link:before {
        margin-right: 77px
    }
}

.landing-faq-section .faq-section__faq-header--link:focus,
.landing-faq-section .faq-section__faq-header--link:hover {
    text-decoration: none;
    color: #fff
}

.landing-faq-section .faq-section__faq-header--link.collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.landing-faq-section .faq-section__faqs {
    padding: 20px 0
}

.landing-faq-section .faq-section .collapse:not(.show) {
    display: none
}

.landing-faq-section .faq-section .collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.landing-faq-section .faq-section__faq:not(:last-child) {
    position: relative
}

.landing-faq-section .faq-section__faq:not(:last-child):after {
    content: ' ';
    width: 100%;
    height: 1px;
    background-color: #2c3346;
    display: inline-block;
    position: absolute
}

@media (min-width:992px) {
    .landing-faq-section .faq-section__faq:not(: last-child):after {
        width: 896px
    }
}

.landing-features-list .features,
.landing-features-list__inner,
.lp-v2-section-plans__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.landing-features-list .feature,
.landing-features-list__caption,
.landing-features-list__content,
.lp-v2-section-plans__plan-box {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.landing-features-list {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 40px;
    font-family: Montserrat, "Open Sans", sans-serif
}

@media (min-width:768px) {
    .landing-features-list {
        padding: 50px 0
    }
}

@media (min-width:1200px) {
    .landing-features-list {
        padding: 150px 0
    }
}

@media (min-width:1200px) {
    .landing-features-list__caption {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.landing-features-list__title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff
}

@media (min-width:768px) {
    .landing-features-list__title {
        font-size: 50px
    }
}

@media (min-width:992px) {
    .landing-features-list__title {
        font-size: 72px
    }
}

@media (min-width:1200px) {
    .landing-features-list__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        -webkit-align-self: center;
        align-self: center
    }
}

.landing-features-list .features {
    padding-left: 0;
    list-style: none
}

.landing-features-list .feature {
    padding: 18px
}

@media (min-width:992px) {
    .landing-features-list .feature {
        padding: 24px
    }
}

@media (min-width:992px) {
    .landing-features-list .feature {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.landing-features-list .feature i {
    font-size: 30px;
    color: #24baef
}

.landing-features-list .feature span {
    padding-left: 20px;
    font-weight: 500
}

.landing-features-list .feature__title {
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.landing-features-list .feature__desc {
    font-size: 16px;
    line-height: 21px;
    padding-top: 19px
}

.landing-featured-video {
    overflow: hidden;
    font-family: Montserrat, "Open Sans", sans-serif;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.landing-featured-video:after {
    position: absolute;
    content: '';
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(top, #131722 0, rgba(19, 23, 34, .24) 65%, rgba(19, 23, 34, .24) 100%);
    background: linear-gradient(to bottom, #131722 0, rgba(19, 23, 34, .24) 65%, rgba(19, 23, 34, .24) 100%)
}

.landing-featured-video__header {
    position: relative;
    z-index: 1
}

.landing-featured-video__inner {
    text-align: center
}

.landing-featured-video__image {
    position: relative
}

@media (min-width:1200px) {
    .landing-featured-video__image {
        margin-top: -70px
    }
}

.landing-featured-video__image img {
    width: 100%
}

.landing-featured-video__image a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.landing-featured-video__title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -.01em;
    font-weight: 600;
    color: #24baef
}

@media (min-width:768px) {
    .landing-featured-video__title {
        font-size: 40px
    }
}

@media (min-width:992px) {
    .landing-featured-video__title {
        font-size: 72px
    }
}

.landing-featured-video__subtitle {
    font-size: 20px!important;
    line-height: 1.25;
    font-weight: 500;
    color: #fff;
    padding-top: 4px
}

@media (min-width:768px) {
    .landing-featured-video__subtitle {
        font-size: 26px!important
    }
}

.btn-primary,
.btn-secondary,
.tab__btn-action,
.vodi-landing-hero-banner__btn-action {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-primary,
    .btn-secondary,
    .tab__btn-action,
    .vodi-landing-hero-banner__btn-action {
        -webkit-transition: none;
        transition: none
    }
}

.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.tab__btn-action:focus,
.tab__btn-action:hover,
.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    text-decoration: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.tab__btn-action.focus,
.tab__btn-action:focus,
.vodi-landing-hero-banner__btn-action.focus,
.vodi-landing-hero-banner__btn-action:focus {
    outline: 0
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.tab__btn-action.disabled,
.tab__btn-action:disabled,
.vodi-landing-hero-banner__btn-action.disabled,
.vodi-landing-hero-banner__btn-action:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled),
.tab__btn-action:not(:disabled):not(.disabled),
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.tab__btn-action:not(:disabled):not(.disabled).active,
.tab__btn-action:not(:disabled):not(.disabled):active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled).active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary,
.landing-tabs-features__btn-action,
.vodi-landing-hero-banner__btn-action {
    padding: 12px 16px;
    border-radius: 37px;
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    background-color: #24baef;
    color: #fff
}

@media (min-width:768px) {
    .btn-primary,
    .landing-tabs-features__btn-action,
    .vodi-landing-hero-banner__btn-action {
        padding: 21px 42px;
        font-size: 18px
    }
}

.landing-btn-secondary {
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.01em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    padding: 13px;
    border: 2px solid;
    background-color: transparent;
    border-radius: 31px;
    margin-top: 10px;
    border-color: #19272e;
    color: #19272e;
    display: inline-block
}

@media (min-width:768px) {
    .landing-btn-secondary {
        font-size: 18px;
        margin-top: 35px;
        padding: 16px 54px
    }
}

.landing-btn-secondary:focus,
.landing-btn-secondary:hover {
    background-color: #19272e;
    color: #fff
}

.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    background-color: #fff;
    color: #19272e
}

.landing-tabs-features__btn-action:focus,
.landing-tabs-features__btn-action:hover {
    background-color: #3aa4ca;
    color: #fff
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-fluid {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-fluid {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-fluid {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .container,
    .container-fluid {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width:1486px) {
    .container,
    .container-fluid {
        max-width: 1486px
    }
}

.tab-content__features,
.unsubscribe,
.vodi-landing-featured-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.feature,
.unsubscribe__content,
.unsubscribe__thumbnail,
.vodi-landing-featured-section__caption,
.vodi-landing-featured-section__featured-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.landing-tabs-features {
    background-color: #131722;
    padding-bottom: 45px;
    font-family: Montserrat, "Open Sans", sans-serif
}

@media (min-width:768px) {
    .landing-tabs-features {
        padding-bottom: 95px
    }
}

.landing-tabs-features .nav {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    padding-top: 90px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto
}

.landing-tabs-features .nav a {
    color: #919398;
    display: block
}

.landing-tabs-features .nav a:focus,
.landing-tabs-features .nav a:hover {
    text-decoration: none
}

.landing-tabs-features .nav .nav-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center
}

@media (min-width:768px) {
    .landing-tabs-features .nav .nav-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.landing-tabs-features .nav .nav-item span {
    display: block
}

.landing-tabs-features .nav .active {
    border-bottom: 3px solid #24baef;
    color: #fff;
    padding-bottom: 11px
}

.landing-tabs-features .nav i {
    font-size: 25px
}

@media (min-width:768px) {
    .landing-tabs-features .nav i {
        font-size: 30px
    }
}

@media (min-width:992px) {
    .landing-tabs-features .nav i {
        font-size: 40px
    }
}

.landing-tabs-features .tab-content {
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-top: 60px
}

@media (min-width:768px) {
    .landing-tabs-features .tab-content {
        margin-top: 80px
    }
}

.landing-tabs-features .tab-content>.tab-pane {
    display: none
}

.landing-tabs-features .tab-content>.active {
    display: block
}

.landing-tabs-features .tab-content__title {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700
}

@media (min-width:768px) {
    .landing-tabs-features .tab-content__title {
        font-size: 30px
    }
}

@media (min-width:992px) {
    .landing-tabs-features .tab-content__title {
        font-size: 40px
    }
}

.landing-tabs-features .tab-content__subtitle {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    -webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
    .landing-tabs-features .tab-content__subtitle {
        font-size: 17px
    }
}

@media (min-width:992px) {
    .landing-tabs-features .tab-content__subtitle {
        font-size: 21px
    }
}

.landing-tabs-features .tab-content__subtitle,
.landing-tabs-features .tab-content__title {
    color: #fff
}

.landing-tabs-features .tab-content__features {
    margin-top: 35px;
    -webkit-font-smoothing: antialiased
}

@media (min-width:992px) {
    .landing-tabs-features .tab-content__features {
        margin-top: 95px
    }
}

.landing-tabs-features .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .landing-tabs-features .feature {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin-bottom: 0
    }
}

.landing-tabs-features .feature img {
    width: 100%;
    display: block;
    height: auto
}

.landing-tabs-features .feature__thumbnail {
    margin-bottom: 35px
}

.landing-tabs-features .feature__title {
    font-size: 26px;
    font-weight: 700
}

.landing-tabs-features .feature__discription {
    font-size: 16px;
    margin-top: 12px
}

@media (min-width:1200px) {
    .landing-tabs-features .feature__discription {
        padding: 0 35px
    }
}

.landing-tabs-features .unsubscribe {
    margin-bottom: 23px
}

@media (min-width:992px) {
    .landing-tabs-features .unsubscribe__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width:992px) {
    .landing-tabs-features .unsubscribe__thumbnail {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

.landing-tabs-features .unsubscribe__discription {
    text-align: start;
    font-size: 20px;
    line-height: 40px
}

@media (min-width:768px) {
    .landing-tabs-features .unsubscribe__discription {
        padding: 0 90px;
        font-size: 28px
    }
}

@media (min-width:768px) {
    .landing-tabs-features .unsubscribe img {
        width: 430px;
        margin: auto
    }
}

.landing-tabs-features__action {
    text-align: center;
    margin-top: 10px
}

@media (min-width:768px) {
    .landing-tabs-features__action {
        margin-top: 40px
    }
}

@media (min-width:992px) {
    .landing-tabs-features__action {
        margin-top: 76px
    }
}

.landing-tabs-features__action a:hover {
    text-decoration: none
}

.landing-tabs-features .tab-icon {
    font-size: 70px;
    display: block;
    margin-bottom: 30px
}

.tab-content__pricing-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    font-size: 12.5px;
    border: none
}

.tab-content__pricing-table td,
.tab-content__pricing-table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left
}

.tab-content__pricing-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.tab-content__pricing-table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.tab-content__pricing-table .table {
    background-color: #fff
}

.tab-content__pricing-table td,
.tab-content__pricing-table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left
}

.tab-content__pricing-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.tab-content__pricing-table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.tab-content__pricing-table .table {
    background-color: #fff
}

.tab-content__pricing-table td,
.tab-content__pricing-table th {
    border: 1px solid #dee2e6
}

.tab-content__pricing-table thead td,
.tab-content__pricing-table thead th {
    border-bottom-width: 2px
}

@media (min-width:768px) {
    .tab-content__pricing-table {
        font-size: 16px
    }
}

@media (min-width:992px) {
    .tab-content__pricing-table {
        font-size: 23px
    }
}

.tab-content__pricing-table table,
.tab-content__pricing-table td,
.tab-content__pricing-table th {
    border: none
}

.tab-content__pricing-table td {
    color: #919398
}

.tab-content__pricing-table td+td,
.tab-content__pricing-table th+th {
    text-align: center
}

.tab-content__pricing-table tr:nth-child(even) {
    background-color: #222
}

@media (max-width:767.98px) {
    .tab-content__pricing-table tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (max-width:767.98px) {
    .tab-content__pricing-table tr td,
    .tab-content__pricing-table tr>th {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 33.3%;
        max-width: 33.3%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .tab-content__pricing-table tr td:first-child,
    .tab-content__pricing-table tr>th:first-child {
        display: none
    }
}

.tab-content__pricing-table .alt-header>.alt-data {
    display: block;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}

@media (min-width:576px) {
    .tab-content__pricing-table .alt-header>.alt-data {
        display: none
    }
}

.btn-primary,
.btn-secondary,
.tab__btn-action,
.vodi-landing-hero-banner__btn-action {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-primary,
    .btn-secondary,
    .tab__btn-action,
    .vodi-landing-hero-banner__btn-action {
        -webkit-transition: none;
        transition: none
    }
}

.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.tab__btn-action:focus,
.tab__btn-action:hover,
.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    text-decoration: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.tab__btn-action.focus,
.tab__btn-action:focus,
.vodi-landing-hero-banner__btn-action.focus,
.vodi-landing-hero-banner__btn-action:focus {
    outline: 0
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.tab__btn-action.disabled,
.tab__btn-action:disabled,
.vodi-landing-hero-banner__btn-action.disabled,
.vodi-landing-hero-banner__btn-action:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled),
.tab__btn-action:not(:disabled):not(.disabled),
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.tab__btn-action:not(:disabled):not(.disabled).active,
.tab__btn-action:not(:disabled):not(.disabled):active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled).active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary,
.landing-tabs-features__btn-action,
.vodi-landing-hero-banner__btn-action {
    padding: 12px 16px;
    border-radius: 37px;
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    background-color: #24baef;
    color: #fff
}

@media (min-width:768px) {
    .btn-primary,
    .landing-tabs-features__btn-action,
    .vodi-landing-hero-banner__btn-action {
        padding: 21px 42px;
        font-size: 18px
    }
}

.landing-btn-secondary {
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.01em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    padding: 13px;
    border: 2px solid;
    background-color: transparent;
    border-radius: 31px;
    margin-top: 10px;
    border-color: #19272e;
    color: #19272e;
    display: inline-block
}

@media (min-width:768px) {
    .landing-btn-secondary {
        font-size: 18px;
        margin-top: 35px;
        padding: 16px 54px
    }
}

.landing-btn-secondary:focus,
.landing-btn-secondary:hover {
    background-color: #19272e;
    color: #fff
}

.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    background-color: #fff;
    color: #19272e
}

.landing-tabs-features__btn-action:focus,
.landing-tabs-features__btn-action:hover {
    background-color: #3aa4ca;
    color: #fff
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    width: 100%
}

.slick-slide figure {
    margin: 0
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-dots {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.slick-dots>li+li {
    margin-left: 14px
}

.slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d3d3d3;
    text-indent: -9999px;
    padding: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border: none;
    cursor: pointer;
    outline: 0
}

.slick-dots .slick-active button {
    width: 30px;
    border-radius: 3px;
    background-color: #24baef
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-fluid {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-fluid {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-fluid {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .container,
    .container-fluid {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width:1486px) {
    .container,
    .container-fluid {
        max-width: 1486px
    }
}

.tab-content__features,
.unsubscribe,
.vodi-landing-featured-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.feature,
.unsubscribe__content,
.unsubscribe__thumbnail,
.vodi-landing-featured-section__caption,
.vodi-landing-featured-section__featured-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.landing-movies-carousel {
    padding: 30px 0;
    font-family: Montserrat, "Open Sans", sans-serif
}

@media (min-width:768px) {
    .landing-movies-carousel {
        padding-top: 84px;
        padding-bottom: 76px
    }
}

.landing-movies-carousel__title {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700
}

@media (min-width:768px) {
    .landing-movies-carousel__title {
        font-size: 30px
    }
}

@media (min-width:992px) {
    .landing-movies-carousel__title {
        font-size: 40px
    }
}

.landing-movies-carousel__subtitle {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    -webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
    .landing-movies-carousel__subtitle {
        font-size: 17px
    }
}

@media (min-width:992px) {
    .landing-movies-carousel__subtitle {
        font-size: 21px
    }
}

.landing-movies-carousel__action {
    text-align: center
}

.landing-movies-carousel__action a {
    margin-top: 33px;
    font-family: Montserrat, "Open Sans", sans-serif
}

@media (min-width:768px) {
    .landing-movies-carousel__action a {
        padding: 16px 57px
    }
}

.landing-movies-carousel__action a:hover {
    text-decoration: none
}

.landing-movies-carousel .movie {
    margin-bottom: 0
}

.landing-movies-carousel .movie__body {
    display: none
}

.landing-movies-carousel .movies .slick-list,
.landing-movies-carousel .movies__inner {
    margin: 0!important
}

@media (min-width:768px) {
    .landing-movies-carousel__carousel {
        padding-top: 48px
    }
}

@media (min-width:1200px) {
    .landing-movies-carousel .slick-track {
        margin-left: 264px
    }
}

.btn-primary,
.btn-secondary,
.tab__btn-action,
.vodi-landing-hero-banner__btn-action {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-primary,
    .btn-secondary,
    .tab__btn-action,
    .vodi-landing-hero-banner__btn-action {
        -webkit-transition: none;
        transition: none
    }
}

.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.tab__btn-action:focus,
.tab__btn-action:hover,
.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    text-decoration: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.tab__btn-action.focus,
.tab__btn-action:focus,
.vodi-landing-hero-banner__btn-action.focus,
.vodi-landing-hero-banner__btn-action:focus {
    outline: 0
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.tab__btn-action.disabled,
.tab__btn-action:disabled,
.vodi-landing-hero-banner__btn-action.disabled,
.vodi-landing-hero-banner__btn-action:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled),
.tab__btn-action:not(:disabled):not(.disabled),
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.tab__btn-action:not(:disabled):not(.disabled).active,
.tab__btn-action:not(:disabled):not(.disabled):active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled).active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary,
.landing-tabs-features__btn-action,
.vodi-landing-hero-banner__btn-action {
    padding: 12px 16px;
    border-radius: 37px;
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    background-color: #24baef;
    color: #fff
}

@media (min-width:768px) {
    .btn-primary,
    .landing-tabs-features__btn-action,
    .vodi-landing-hero-banner__btn-action {
        padding: 21px 42px;
        font-size: 18px
    }
}

.landing-btn-secondary {
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.01em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    padding: 13px;
    border: 2px solid;
    background-color: transparent;
    border-radius: 31px;
    margin-top: 10px;
    border-color: #19272e;
    color: #19272e;
    display: inline-block
}

@media (min-width:768px) {
    .landing-btn-secondary {
        font-size: 18px;
        margin-top: 35px;
        padding: 16px 54px
    }
}

.landing-btn-secondary:focus,
.landing-btn-secondary:hover {
    background-color: #19272e;
    color: #fff
}

.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    background-color: #fff;
    color: #19272e
}

.landing-tabs-features__btn-action:focus,
.landing-tabs-features__btn-action:hover {
    background-color: #3aa4ca;
    color: #fff
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-fluid {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-fluid {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-fluid {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .container,
    .container-fluid {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width:1486px) {
    .container,
    .container-fluid {
        max-width: 1486px
    }
}

.tab-content__features,
.unsubscribe,
.vodi-landing-featured-section__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.feature,
.unsubscribe__content,
.unsubscribe__thumbnail,
.vodi-landing-featured-section__caption,
.vodi-landing-featured-section__featured-image {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.vodi-landing-featured-section {
    background-position: 50% 14%;
    padding: 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    color: #19272e!important;
    line-height: 1.25;
    font-family: Montserrat, "Open Sans", sans-serif
}

@media (min-width:768px) {
    .vodi-landing-featured-section {
        padding: 80px 0
    }
}

.vodi-landing-featured-section__caption--title {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700
}

.vodi-landing-featured-section__caption--subtitle {
    font-size: 30px;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0
}

.vodi-landing-featured-section__caption--desc {
    font-size: 15px;
    line-height: 26px;
    margin-top: 23px;
    -webkit-font-smoothing: antialiased
}

@media (min-width:768px) {
    .vodi-landing-featured-section__caption--desc {
        padding-right: 100px;
        font-size: 18px
    }
}

.vodi-landing-featured-section__caption--action {
    text-align: center
}

@media (min-width:768px) {
    .vodi-landing-featured-section__caption--action {
        text-align: start
    }
}

.vodi-landing-featured-section__caption--action a:hover {
    text-decoration: none
}

.vodi-landing-featured-section__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .vodi-landing-featured-section__caption {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .vodi-landing-featured-section__featured-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.vodi-landing-featured-section__featured-image img {
    box-shadow: 4px 25px 37px #858585
}

.vodi-landing-featured-section__featured-thumbnail--label span {
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin-top: 26px;
    padding-left: 12px
}

.vodi-landing-featured-section__featured-thumbnail--label:before {
    content: ' ';
    width: 0;
    height: 0;
    border-top: 100px solid red;
    border-right: 100px solid transparent;
    position: absolute;
    top: 0
}

.btn-primary,
.btn-secondary,
.tab__btn-action,
.vodi-landing-hero-banner__btn-action {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-primary,
    .btn-secondary,
    .tab__btn-action,
    .vodi-landing-hero-banner__btn-action {
        -webkit-transition: none;
        transition: none
    }
}

.btn-primary:focus,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:hover,
.tab__btn-action:focus,
.tab__btn-action:hover,
.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    text-decoration: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.tab__btn-action.focus,
.tab__btn-action:focus,
.vodi-landing-hero-banner__btn-action.focus,
.vodi-landing-hero-banner__btn-action:focus {
    outline: 0
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.tab__btn-action.disabled,
.tab__btn-action:disabled,
.vodi-landing-hero-banner__btn-action.disabled,
.vodi-landing-hero-banner__btn-action:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled),
.tab__btn-action:not(:disabled):not(.disabled),
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.tab__btn-action:not(:disabled):not(.disabled).active,
.tab__btn-action:not(:disabled):not(.disabled):active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled).active,
.vodi-landing-hero-banner__btn-action:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary,
.landing-tabs-features__btn-action,
.vodi-landing-hero-banner__btn-action {
    padding: 12px 16px;
    border-radius: 37px;
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    background-color: #24baef;
    color: #fff
}

@media (min-width:768px) {
    .btn-primary,
    .landing-tabs-features__btn-action,
    .vodi-landing-hero-banner__btn-action {
        padding: 21px 42px;
        font-size: 18px
    }
}

.landing-btn-secondary {
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -.01em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    padding: 13px;
    border: 2px solid;
    background-color: transparent;
    border-radius: 31px;
    margin-top: 10px;
    border-color: #19272e;
    color: #19272e;
    display: inline-block
}

@media (min-width:768px) {
    .landing-btn-secondary {
        font-size: 18px;
        margin-top: 35px;
        padding: 16px 54px
    }
}

.landing-btn-secondary:focus,
.landing-btn-secondary:hover {
    background-color: #19272e;
    color: #fff
}

.vodi-landing-hero-banner__btn-action:focus,
.vodi-landing-hero-banner__btn-action:hover {
    background-color: #fff;
    color: #19272e
}

.landing-tabs-features__btn-action:focus,
.landing-tabs-features__btn-action:hover {
    background-color: #3aa4ca;
    color: #fff
}

.vodi-landing-hero-banner {
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
    font-family: Montserrat, "Open Sans", sans-serif
}

.vodi-landing-hero-banner:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .45) 100%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45) 100%, rgba(0, 0, 0, .7) 100%);
    content: " ";
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

@media (min-width:768px) {
    .vodi-landing-hero-banner {
        height: 600px;
        padding-bottom: 100px
    }
}

@media (min-width:992px) {
    .vodi-landing-hero-banner {
        height: 845px;
        padding-bottom: 145px
    }
}

.vodi-landing-hero-banner__inner {
    z-index: 1;
    position: relative
}

.vodi-landing-hero-banner:focus {
    outline: 0
}

.vodi-landing-hero-banner__caption {
    text-align: center;
    line-height: 1.25;
    color: #fff;
    padding-top: 20px
}

@media (min-width:768px) {
    .vodi-landing-hero-banner__caption {
        padding: 0
    }
}

.vodi-landing-hero-banner__caption--title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.01em
}

@media (min-width:768px) {
    .vodi-landing-hero-banner__caption--title {
        font-size: 40px
    }
}

@media (min-width:992px) {
    .vodi-landing-hero-banner__caption--title {
        font-size: 50px
    }
}

.vodi-landing-hero-banner__caption--desc {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .vodi-landing-hero-banner__caption--desc {
        font-size: 21px;
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .vodi-landing-hero-banner__caption--desc {
        font-size: 26px;
        margin-bottom: 40px
    }
}

.wp-block-section-full-width-banner {
    color: green
}

.home-videos-section {
    padding: 61px 0 38px
}

.home-tv-show-section {
    padding: 61px 0 38px
}

.home-tv-show-section .tv-shows__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.home-tv-show-section .tv-shows__inner>.tv-show {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.home-tv-show-section .tv-show__badge {
    display: inline-block
}

.section-hot-premier-show {
    padding-bottom: 45px
}

.section-hot-premier-show .movie-actions--link_add-to-playlist {
    display: none
}

.section-hot-premier-show .home-section__flex-header {
    margin-bottom: 23px!important
}

.section-hot-premier-show .movies__inner {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.section-hot-premier-show .movies .movies__inner .movie {
    padding-right: 7.5px;
    padding-left: 7.5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .section-hot-premier-show .movies .movies__inner .movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .section-hot-premier-show .movies .movies__inner .movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.section-hot-premier-show.hide-movie-title .movie__title {
    display: none
}

.section-hot-premier-show .movie__title {
    color: #fff!important;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.2
}

@media (min-width:768px) {
    .section-hot-premier-show .movie__title {
        font-size: 18px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .section-hot-premier-show .movie__title {
        font-size: 28px
    }
}

.section-hot-premier-show .movie__title:focus,
.section-hot-premier-show .movie__title:hover {
    color: #24baef!important
}

.section-hot-premier-show .movie__actions {
    display: block
}

.section-hot-premier-show .movie__poster {
    margin-bottom: 0
}

/*.section-hot-premier-show .movie__poster::before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, .7) 100%);
    content: " ";
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}*/

.section-hot-premier-show .movie__poster::before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, .9) 100%);
    content: " ";
    height: 610px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

.section-hot-premier-show .movie__body {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0 25px 20px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2
}

.section-hot-premier-show .movie__short-description {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    display: block
}

.section-hot-premier-show .movie__short-description div,
.section-hot-premier-show .movie__short-description p {
    max-height: 42px;
    overflow: hidden;
    color: #fff
}

.section-hot-premier-show .movie__meta {
    display: none
}

.section-hot-premier-show .movie .movie-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 12px 10.5px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    display: block;
    width: 100%;
    font-weight: 700;
    font-family: Montserrat, "Open Sans", sans-serif;
    color: #fff
}

@media (prefers-reduced-motion:reduce) {
    .section-hot-premier-show .movie .movie-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.section-hot-premier-show .movie .movie-actions--link_watch:focus,
.section-hot-premier-show .movie .movie-actions--link_watch:hover {
    text-decoration: none
}

.section-hot-premier-show .movie .movie-actions--link_watch.focus,
.section-hot-premier-show .movie .movie-actions--link_watch:focus {
    outline: 0
}

.section-hot-premier-show .movie .movie-actions--link_watch.disabled,
.section-hot-premier-show .movie .movie-actions--link_watch:disabled {
    opacity: .65
}

.section-hot-premier-show .movie .movie-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.section-hot-premier-show .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.section-hot-premier-show .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active {
    background-image: none
}

.section-hot-premier-show .movie .movie-actions--link_watch:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.section-hot-premier-show .movie .movie-actions--link_watch.focus,
.section-hot-premier-show .movie .movie-actions--link_watch:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.section-hot-premier-show .movie .movie-actions--link_watch.disabled,
.section-hot-premier-show .movie .movie-actions--link_watch:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.section-hot-premier-show .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.section-hot-premier-show .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.show>.section-hot-premier-show .movie .movie-actions--link_watch.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dfdfdf
}

.section-hot-premier-show .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.section-hot-premier-show .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.show>.section-hot-premier-show .movie .movie-actions--link_watch.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.home-movie-section-aside-header {
    padding: 45px 0 30px
}

.home-movie-section-aside-header__inner .masvideos-movies .home-section__header {
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 1em
}

@media (min-width:992px) {
    .home-movie-section-aside-header__inner .masvideos-movies .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        -webkit-align-self: center;
        align-self: center;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .home-movie-section-aside-header__inner .masvideos-movies .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 28.5714285714%;
        flex: 0 0 28.5714285714%;
        max-width: 28.5714285714%;
        padding-right: 67.5px
    }
}

.home-movie-section-aside-header__inner .masvideos-movies .movie {
    margin-bottom: 30px
}

@media (min-width:1200px) {
    .home-movie-section-aside-header__inner .masvideos-movies .movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.2857142858%;
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }
}

.home-video-section-aside-header {
    padding: 45px 0 40px
}

.home-video-section-aside-header__inner .masvideos-videos .home-section__header {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 1em
}

@media (min-width:992px) {
    .home-video-section-aside-header__inner .masvideos-videos .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        -webkit-align-self: center;
        align-self: center;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .home-video-section-aside-header__inner .masvideos-videos .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
        padding-right: 51px
    }
}

.home-video-section-aside-header__inner .masvideos-videos .video {
    margin-bottom: 26px
}

.section-movies-carousel-aside-header {
    padding: 54px 0
}

@media (min-width:992px) {
    .section-movies-carousel-aside-header__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-aside-header__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.7222222223%;
        flex: 0 0 24.7222222223%;
        max-width: 24.7222222223%
    }
}

@media (min-width:992px) {
    .section-movies-carousel-aside-header.header-right .section-movies-carousel-aside-header__header {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
        padding-left: 20px
    }
}

@media (min-width:992px) {
    .section-movies-carousel-aside-header__header+.section-movies-carousel__carousel {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-aside-header__header+.section-movies-carousel__carousel {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75.2777777778%;
        flex: 0 0 75.2777777778%;
        max-width: 75.2777777778%
    }
}

.section-movies-carousel-aside-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-movies-carousel-aside-header__title {
    margin-bottom: 20px
}

.section-movies-carousel-aside-header__custom-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 24px
}

@media (min-width:992px) {
    .section-movies-carousel-aside-header__custom-arrows:last-child {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .section-movies-carousel-aside-header__custom-arrows {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.section-movies-carousel-aside-header__custom-arrows .slick-arrow {
    position: static;
    width: 40px;
    height: 40px;
    border: 2px solid #283897;
    border-radius: 50%;
    margin-right: 13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto
}

.section-movies-carousel-aside-header__custom-arrows .slick-arrow:last-child {
    margin-right: 0
}

.section-movies-carousel-aside-header__custom-arrows .slick-arrow::before {
    display: inline-block
}

.section-movies-carousel-aside-header__custom-arrows .slick-arrow:focus,
.section-movies-carousel-aside-header__custom-arrows .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-movies-carousel-aside-header__custom-arrows .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(40, 56, 151)"/></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header__custom-arrows .slick-prev::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-aside-header__custom-arrows .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header__custom-arrows .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-aside-header__custom-arrows .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(40, 56, 151)" /></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header__custom-arrows .slick-next::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-aside-header__custom-arrows .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header__custom-arrows .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width:991.98px) {
    .section-movies-carousel-aside-header__custom-arrows+.home-section__action {
        margin-bottom: 24px
    }
}

.section-movies-carousel-aside-header.dark .slick-arrow {
    border-color: #7a7c7d
}

.section-movies-carousel-aside-header.dark .slick-arrow:focus,
.section-movies-carousel-aside-header.dark .slick-arrow:hover {
    border-color: #949cb0
}

.section-movies-carousel-aside-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header.dark .slick-prev::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-aside-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(100, 106, 123)"/></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-aside-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)" /></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header.dark .slick-next::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-aside-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(100, 106, 123)" /></svg>')
}

[dir=rtl] .section-movies-carousel-aside-header.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-aside-header.style-2 .movies {
    margin-bottom: 20px
}

.section-movies-carousel-aside-header.style-2 .movies .movie {
    margin-bottom: 0
}

.section-movies-carousel-aside-header.style-2 .movies .movie__title {
    margin-bottom: 0
}

.section-movies-carousel-aside-header.style-2 .movies .movie__poster {
    margin-bottom: 0
}

.section-movies-carousel-aside-header.style-2 .movies .movie__meta span a {
    color: #fff
}

.section-movies-carousel-aside-header ul.nav {
    margin-bottom: 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:991.98px) {
    .section-movies-carousel-aside-header ul.nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-aside-header ul.nav {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial;
        overflow-y: initial
    }
}

.section-movies-carousel-aside-header ul.nav .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-movies-carousel-aside-header ul.nav .nav-item .nav-link {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
    color: #949494
}

.section-movies-carousel-aside-header ul.nav .nav-item .nav-link.active {
    font-weight: 700
}

.section-movies-carousel-aside-header ul.nav .nav-item+.nav-item:before {
    content: "/";
    margin: 0 15px;
    color: #949494
}

@media (min-width:992px) {
    .section-movies-carousel-aside-header.has-section-header:not(.header-right) ul.nav {
        margin-left: 34.1666666667%
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-aside-header.has-section-header:not(.header-right) ul.nav {
        margin-left: 25.4166666667%
    }
}

.section-videos-carousel-aside-header {
    padding: 66px 0
}

.section-videos-carousel-aside-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:992px) {
    .section-videos-carousel-aside-header__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-aside-header.header-right .section-videos-carousel-aside-header__header {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
        padding-left: 45px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-aside-header.header-left .section-videos-carousel-aside-header__header {
        padding-right: 45px
    }
}

@media (min-width:992px) {
    .section-videos-carousel-aside-header__header+.section-videos-carousel__carousel {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.section-videos-carousel-aside-header__custom-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 24px
}

@media (min-width:992px) {
    .section-videos-carousel-aside-header__custom-arrows:last-child {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .section-videos-carousel-aside-header__custom-arrows {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.section-videos-carousel-aside-header__custom-arrows .slick-arrow {
    position: static;
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    margin-right: 13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto
}

.section-videos-carousel-aside-header__custom-arrows .slick-arrow:last-child {
    margin-right: 0
}

.section-videos-carousel-aside-header__custom-arrows .slick-arrow::before {
    display: inline-block
}

.section-videos-carousel-aside-header__custom-arrows .slick-arrow:focus,
.section-videos-carousel-aside-header__custom-arrows .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-videos-carousel-aside-header__custom-arrows .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header__custom-arrows .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

.section-videos-carousel-aside-header__custom-arrows .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header__custom-arrows .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

.section-videos-carousel-aside-header__custom-arrows .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header__custom-arrows .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

.section-videos-carousel-aside-header__custom-arrows .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header__custom-arrows .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

@media (max-width:991.98px) {
    .section-videos-carousel-aside-header__custom-arrows+.home-section__action {
        margin-bottom: 24px
    }
}

.section-videos-carousel-aside-header.dark .slick-arrow {
    border-color: #7a7c7d
}

.section-videos-carousel-aside-header.dark .slick-arrow:focus,
.section-videos-carousel-aside-header.dark .slick-arrow:hover {
    border-color: #949cb0
}

.section-videos-carousel-aside-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)" /></svg>')
}

.section-videos-carousel-aside-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(100, 106, 123)"/></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(100, 106, 123)" /></svg>')
}

.section-videos-carousel-aside-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)" /></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

.section-videos-carousel-aside-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(100, 106, 123)" /></svg>')
}

[dir=rtl] .section-videos-carousel-aside-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(100, 106, 123)"/></svg>')
}

.section-movies-carousel-nav-header {
    padding: 61px 0 38px
}

.section-movies-carousel-nav-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-movies-carousel-nav-header .movie {
    margin-bottom: 0
}

.section-movies-carousel-nav-header__carousel .movies .slick-list {
    width: calc(100% + 25px);
    margin: 0 -12.5px
}

.section-movies-carousel-nav-header__carousel .movies .slick-slide {
    margin: 0 12.5px
}

.section-movies-carousel-nav-header__carousel .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 34%;
    z-index: 1
}

.section-movies-carousel-nav-header__carousel .slick-arrow::before {
    display: inline-block
}

.section-movies-carousel-nav-header__carousel .slick-arrow:focus,
.section-movies-carousel-nav-header__carousel .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-movies-carousel-nav-header__carousel .slick-prev {
    left: 0
}

.section-movies-carousel-nav-header__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header__carousel .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-movies-carousel-nav-header__carousel .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-nav-header__carousel .slick-prev {
        left: -50px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-nav-header__carousel .slick-prev {
        left: -65px
    }
}

.section-movies-carousel-nav-header__carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header__carousel .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header__carousel .slick-next {
    right: 0
}

.section-movies-carousel-nav-header__carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header__carousel .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-movies-carousel-nav-header__carousel .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-nav-header__carousel .slick-next {
        right: -50px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-nav-header__carousel .slick-next {
        right: -65px
    }
}

.section-movies-carousel-nav-header__carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header__carousel .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.dark .slick-arrow {
    border-color: #7a7c7d
}

.section-movies-carousel-nav-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.dark .slick-prev::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

.section-movies-carousel-nav-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.dark .slick-next::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.style-2 {
    padding: 61px 0 46px
}

.section-movies-carousel-nav-header.style-2.dark .section-movies-carousel-nav-header__carousel .slick-arrow:hover {
    background: 0 0
}

.section-movies-carousel-nav-header.style-2 .movies {
    margin-bottom: 20px
}

.section-movies-carousel-nav-header.style-2 .movies .movie {
    margin-bottom: 0
}

.section-movies-carousel-nav-header.style-2 .movies .movie__title {
    margin-bottom: 0
}

.section-movies-carousel-nav-header.style-2 .movies .movie__poster {
    margin-bottom: 0
}

.section-movies-carousel-nav-header.style-2 .movies .movie__meta span a {
    color: #fff
}

.section-movies-carousel-nav-header.style-2 .slick-arrow {
    width: 22px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0
}

.section-movies-carousel-nav-header.style-2 .slick-arrow:before {
    display: block
}

.section-movies-carousel-nav-header.style-2 .slick-prev {
    left: -10px
}

@media (min-width:768px) {
    .section-movies-carousel-nav-header.style-2 .slick-prev {
        left: -25px
    }
}

@media (min-width:768px) {
    .section-movies-carousel-nav-header.style-2 .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-nav-header.style-2 .slick-prev {
        left: -40px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-nav-header.style-2 .slick-prev {
        left: -47px
    }
}

.section-movies-carousel-nav-header.style-2 .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.style-2 .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.style-2 .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.style-2 .slick-next {
    right: -10px
}

@media (min-width:768px) {
    .section-movies-carousel-nav-header.style-2 .slick-next {
        right: -25px
    }
}

@media (min-width:768px) {
    .section-movies-carousel-nav-header.style-2 .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-nav-header.style-2 .slick-next {
        right: -40px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-nav-header.style-2 .slick-next {
        right: -47px
    }
}

.section-movies-carousel-nav-header.style-2 .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.style-2 .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.style-2 .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.style-2.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-movies-carousel-nav-header.style-2.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-nav-header.movies-with-ratings .movies-carousel .slick-slide {
    margin: 0 7px
}

.section-movies-carousel-nav-header.movies-with-ratings .movies-carousel .slick-list {
    margin: 0 -7px
}

.section-videos-carousel-nav-header {
    padding: 61px 0 38px
}

.section-videos-carousel-nav-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-videos-carousel-nav-header__carousel .videos .slick-slide {
    width: calc(100% + 15px);
    margin: 0 7.5px
}

.section-videos-carousel-nav-header__carousel .videos .slick-list {
    margin: 0 -7.5px
}

.section-videos-carousel-nav-header__carousel .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 34%;
    z-index: 1
}

.section-videos-carousel-nav-header__carousel .slick-arrow::before {
    display: inline-block
}

.section-videos-carousel-nav-header__carousel .slick-arrow:focus,
.section-videos-carousel-nav-header__carousel .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-videos-carousel-nav-header__carousel .slick-prev {
    left: 0
}

.section-videos-carousel-nav-header__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header__carousel .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-videos-carousel-nav-header__carousel .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-nav-header__carousel .slick-prev {
        left: -50px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-nav-header__carousel .slick-prev {
        left: -65px
    }
}

.section-videos-carousel-nav-header__carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header__carousel .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header__carousel .slick-next {
    right: 0
}

.section-videos-carousel-nav-header__carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header__carousel .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-videos-carousel-nav-header__carousel .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-nav-header__carousel .slick-next {
        right: -50px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-nav-header__carousel .slick-next {
        right: -65px
    }
}

.section-videos-carousel-nav-header__carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header__carousel .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.dark .slick-arrow {
    border-color: #7a7c7d
}

.section-videos-carousel-nav-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.dark .slick-prev::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.dark .slick-next::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.style-2.dark .section-videos-carousel-nav-header__carousel .slick-arrow:hover {
    background: 0 0
}

.section-videos-carousel-nav-header.style-2 .videos {
    margin-bottom: 9px
}

.section-videos-carousel-nav-header.style-2 .videos .video__poster:before {
    bottom: -1px
}

.section-videos-carousel-nav-header.style-2 .slick-arrow {
    width: 22px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0
}

.section-videos-carousel-nav-header.style-2 .slick-arrow:before {
    display: block
}

.section-videos-carousel-nav-header.style-2 .slick-prev {
    left: -10px
}

@media (min-width:768px) {
    .section-videos-carousel-nav-header.style-2 .slick-prev {
        left: -25px
    }
}

@media (min-width:768px) {
    .section-videos-carousel-nav-header.style-2 .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-nav-header.style-2 .slick-prev {
        left: -40px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-nav-header.style-2 .slick-prev {
        left: -47px
    }
}

.section-videos-carousel-nav-header.style-2 .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.style-2 .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.style-2 .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.style-2 .slick-next {
    right: -10px
}

@media (min-width:768px) {
    .section-videos-carousel-nav-header.style-2 .slick-next {
        right: -25px
    }
}

@media (min-width:768px) {
    .section-videos-carousel-nav-header.style-2 .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-nav-header.style-2 .slick-next {
        right: -40px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-nav-header.style-2 .slick-next {
        right: -47px
    }
}

.section-videos-carousel-nav-header.style-2 .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.style-2 .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.style-2 .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.style-2.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-nav-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-videos-carousel-nav-header.style-2.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header {
    padding: 61px 0 38px
}

.section-movies-carousel-flex-header.home-section .home-section__flex-header {
    margin-bottom: 22px
}

.section-movies-carousel-flex-header .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 34%;
    z-index: 1
}

.section-movies-carousel-flex-header .slick-arrow::before {
    display: inline-block
}

.section-movies-carousel-flex-header .slick-arrow:focus,
.section-movies-carousel-flex-header .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-movies-carousel-flex-header .slick-prev {
    left: 0
}

.section-movies-carousel-flex-header .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-movies-carousel-flex-header .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-flex-header .slick-prev {
        left: -50px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-flex-header .slick-prev {
        left: -65px
    }
}

.section-movies-carousel-flex-header .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header .slick-next {
    right: 0
}

.section-movies-carousel-flex-header .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-movies-carousel-flex-header .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-flex-header .slick-next {
        right: -50px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-flex-header .slick-next {
        right: -65px
    }
}

.section-movies-carousel-flex-header .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.dark .section-movies-carousel__carousel .slick-arrow {
    border-color: #7a7c7d
}

.section-movies-carousel-flex-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.dark .slick-prev::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.dark .slick-next::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.style-2.dark .section-movies-carousel__carousel .slick-arrow:hover {
    background: 0 0
}

.section-movies-carousel-flex-header.style-2 .movies {
    margin-bottom: 20px
}

.section-movies-carousel-flex-header.style-2 .movies .movie {
    margin-bottom: 0
}

.section-movies-carousel-flex-header.style-2 .movies .movie__title {
    margin-bottom: 0
}

.section-movies-carousel-flex-header.style-2 .movies .movie__poster {
    margin-bottom: 0
}

.section-movies-carousel-flex-header.style-2 .movies .movie__meta span a {
    color: #fff
}

.section-movies-carousel-flex-header.style-2 .slick-arrow {
    width: 22px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0
}

.section-movies-carousel-flex-header.style-2 .slick-arrow:before {
    display: block
}

.section-movies-carousel-flex-header.style-2 .slick-prev {
    left: -10px
}

@media (min-width:768px) {
    .section-movies-carousel-flex-header.style-2 .slick-prev {
        left: -25px
    }
}

@media (min-width:768px) {
    .section-movies-carousel-flex-header.style-2 .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-flex-header.style-2 .slick-prev {
        left: -40px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-flex-header.style-2 .slick-prev {
        left: -47px
    }
}

.section-movies-carousel-flex-header.style-2 .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.style-2 .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.style-2 .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.style-2 .slick-next {
    right: -10px
}

@media (min-width:768px) {
    .section-movies-carousel-flex-header.style-2 .slick-next {
        right: -25px
    }
}

@media (min-width:768px) {
    .section-movies-carousel-flex-header.style-2 .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-movies-carousel-flex-header.style-2 .slick-next {
        right: -40px
    }
}

@media (min-width:1440px) {
    .section-movies-carousel-flex-header.style-2 .slick-next {
        right: -47px
    }
}

.section-movies-carousel-flex-header.style-2 .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.style-2 .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.style-2 .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.style-2.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-movies-carousel-flex-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-movies-carousel-flex-header.style-2.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header {
    padding: 61px 0 38px
}

.section-videos-carousel-flex-header.home-section .home-section__flex-header {
    margin-bottom: 21px
}

.section-videos-carousel-flex-header .videos {
    margin-bottom: 20px
}

.section-videos-carousel-flex-header .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 30%;
    z-index: 1
}

.section-videos-carousel-flex-header .slick-arrow::before {
    display: inline-block
}

.section-videos-carousel-flex-header .slick-arrow:focus,
.section-videos-carousel-flex-header .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-videos-carousel-flex-header .slick-prev {
    left: 0
}

.section-videos-carousel-flex-header .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-videos-carousel-flex-header .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-flex-header .slick-prev {
        left: -50px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-flex-header .slick-prev {
        left: -65px
    }
}

.section-videos-carousel-flex-header .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header .slick-next {
    right: 0
}

.section-videos-carousel-flex-header .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-videos-carousel-flex-header .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-flex-header .slick-next {
        right: -50px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-flex-header .slick-next {
        right: -65px
    }
}

.section-videos-carousel-flex-header .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.dark .section-videos-carousel__carousel .slick-arrow {
    border-color: #7a7c7d
}

.section-videos-carousel-flex-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.dark .slick-prev::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.dark .slick-next::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.style-2.dark .section-videos-carousel__carousel .slick-arrow:hover {
    background: 0 0
}

.section-videos-carousel-flex-header.style-2 .videos {
    margin-bottom: 9px
}

.section-videos-carousel-flex-header.style-2 .videos .video__poster:before {
    bottom: -1px
}

.section-videos-carousel-flex-header.style-2 .slick-arrow {
    width: 22px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0
}

.section-videos-carousel-flex-header.style-2 .slick-arrow:before {
    display: block
}

.section-videos-carousel-flex-header.style-2 .slick-prev {
    left: -10px
}

@media (min-width:768px) {
    .section-videos-carousel-flex-header.style-2 .slick-prev {
        left: -25px
    }
}

@media (min-width:768px) {
    .section-videos-carousel-flex-header.style-2 .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-flex-header.style-2 .slick-prev {
        left: -40px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-flex-header.style-2 .slick-prev {
        left: -47px
    }
}

.section-videos-carousel-flex-header.style-2 .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.style-2 .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.style-2 .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.style-2 .slick-next {
    right: -10px
}

@media (min-width:768px) {
    .section-videos-carousel-flex-header.style-2 .slick-next {
        right: -25px
    }
}

@media (min-width:768px) {
    .section-videos-carousel-flex-header.style-2 .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-videos-carousel-flex-header.style-2 .slick-next {
        right: -40px
    }
}

@media (min-width:1440px) {
    .section-videos-carousel-flex-header.style-2 .slick-next {
        right: -47px
    }
}

.section-videos-carousel-flex-header.style-2 .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.style-2 .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.style-2 .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.style-2.dark .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-videos-carousel-flex-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-videos-carousel-flex-header.style-2.dark .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-featured-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    min-height: 300px;
    background-position: center;
    background-size: cover
}

@media (min-width:768px) {
    .section-featured-post {
        min-height: 400px
    }
}

@media (min-width:992px) {
    .section-featured-post {
        min-height: 500px
    }
}

.section-featured-post .featured-post {
    margin: 20px 0 30px
}

@media (min-width:992px) {
    .section-featured-post .featured-post {
        width: 60%;
        margin: 40px 0 50px
    }
}

@media (min-width:1200px) {
    .section-featured-post .featured-post {
        width: 50%
    }
}

.section-featured-post .featured-post .article__title {
    font-size: 32px;
    margin-left: -2px;
    margin-bottom: 0;
    font-weight: 700
}

@media (min-width:992px) {
    .section-featured-post .featured-post .article__title {
        font-size: 44px
    }
}

.section-featured-post .featured-post .article__title a {
    color: #fff
}

.section-featured-post .featured-post .article__meta {
    margin-bottom: 11px;
    color: #fff
}

.section-featured-post .featured-post .article__meta a {
    color: #fff
}

.section-featured-post .featured-post .article__date {
    display: none
}

.section-featured-post .featured-post__action {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -.01em;
    font-family: Montserrat, "Open Sans", sans-serif;
    margin: 17px 0;
    display: inline-block
}

@media (min-width:768px) {
    .section-featured-post .featured-post__action {
        margin: 17px 0 28px
    }
}

.section-featured-post .featured-post__action a {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-featured-post .featured-post__action a .play-trailer-txt {
    font-size: 14px
}

.section-featured-post .featured-post__action i {
    margin-right: 10px;
    font-size: 16px
}

@media (min-width:1200px) {
    .page__content .section-featured-post:first-child {
        min-height: 600px
    }
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-fluid {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-fluid {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-fluid {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .container,
    .container-fluid {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width:1486px) {
    .container,
    .container-fluid {
        max-width: 1486px
    }
}

@media (min-width:1776px) {
    .home-v4-container .container,
    .home-v4-container .container-fluid {
        max-width: 1776px
    }
}

.banner-with-section-videos__1-8-column,
.blog-grid-with-list-section,
.blog-section-3-with-sidebar__blog-section-3-content,
.brand-video-channel-carousel__inner,
.featured-tv-shows__inner,
.gallery,
.grid-movie-list,
.home-blog-grid-section .articles,
.home-blog-sidebar-section__inner,
.home-section-featured-tv-shows>.about-movie,
.home-section__movies__inner,
.home-section__videos__inner,
.masvideos-register-login,
.row,
.section-feature-post__inner,
.section-featured-video__inner,
.section-movies-carousel-aside-header__inner,
.section-movies-list,
.section-tv-episodes-carousel__inner,
.section-videos-carousel-aside-header__inner,
.section-videos-live-coming-soon__inner,
.single-episode-v3 .episode,
.single-episode-v4 .episode,
.site-content__inner,
.videos-list,
.videos-with-featured-video__1-10-column,
.videos-with-featured-video__1-12-column,
.videos-with-featured-video__1-6-column,
.videos-with-featured-video__1-8-column,
.vodi-archive-wrapper[data-view=list-large] .movie,
.vodi-archive-wrapper[data-view=list-small] .movie,
.vodi-archive-wrapper[data-view=list],
.vodi-event-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.banner-with-section-videos__1-8-column>.masvideos,
.brand-video-channel-carousel__inner .thumbnail,
.column,
.content-area,
.featured-tv-shows__inner .movie-info,
.featured-tv-shows__inner .movie-poster,
.gallery>.gallery-item,
.grid-movie-list .movie__list,
.home-blog-grid-section .article,
.home-section-featured-tv-shows .about-movie,
.home-section-featured-tv-shows .about-movie>.movie-detail,
.home-section-featured-tv-shows .about-movie>.movie-poster,
.home-section__movies__inner .masmovies-movies,
.home-section__movies__inner>.home-section__header,
.home-section__videos__inner .masvideos-videos,
.home-section__videos__inner>.home-section__header,
.hot-premier-show .movie,
.masvideos-register-login .masvideos-login,
.masvideos-register-login .masvideos-register,
.section-feature-post__inner .article,
.section-featured-video__inner>.featured-video__action,
.section-featured-video__inner>.featured-video__content,
.section-movies-carousel-aside-header__inner>.section-movies-carousel-aside-header__header,
.section-movies-carousel-aside-header__inner>.section-movies-carousel__carousel,
.section-tv-episodes-carousel__inner>.section-tv-episodes-carousel__carousel,
.section-tv-episodes-carousel__inner>.section-tv-episodes-carousel__header,
.section-videos-carousel-aside-header__inner>.section-videos-carousel-aside-header__header,
.section-videos-carousel-aside-header__inner>.section-videos-carousel__carousel,
.section-videos-live-coming-soon__inner>.coming-soon-videos,
.section-videos-live-coming-soon__inner>.live-videos,
.sidebar-area,
.site-content__inner>.page__header,
.videos-list>.video,
.videos-with-featured-video__1-10-column>.masvideos,
.videos-with-featured-video__1-12-column>.masvideos,
.videos-with-featured-video__1-6-column>.masvideos-videos,
.videos-with-featured-video__1-8-column>.masvideos,
.vodi-archive-wrapper[data-view=list-large] .movie__info,
.vodi-archive-wrapper[data-view=list-large] .movie__poster,
.vodi-archive-wrapper[data-view=list-large] .movie__review-info,
.vodi-archive-wrapper[data-view=list-large] .video__container,
.vodi-archive-wrapper[data-view=list-large] .video__info,
.vodi-archive-wrapper[data-view=list-large] .video__review-info,
.vodi-archive-wrapper[data-view=list-small] .movie__info,
.vodi-archive-wrapper[data-view=list-small] .movie__poster,
.vodi-archive-wrapper[data-view=list-small] .movie__review-info,
.vodi-archive-wrapper[data-view=list-small] .video__container,
.vodi-archive-wrapper[data-view=list-small] .video__info,
.vodi-archive-wrapper[data-view=list-small] .video__review-info,
.vodi-archive-wrapper[data-view=list] .video__info,
.widget-area {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.stretch-full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .stretch-full-width {
        margin-left: calc(-50vw + 50%)
    }
}

.home-section-videos-with-featured-video {
    padding: 55px 0 15px
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-1-block .masvideos-videos .video,
.home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos .video,
.home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos .video,
.home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos .video {
    margin-bottom: 24px
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-1-block .masvideos-videos .video__poster img,
.home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos .video__poster img,
.home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos .video__poster img,
.home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos .video__poster img {
    height: 100%
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-1-block,
.home-section-videos-with-featured-video .videos-with-featured-video__1-4-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-1-block .masvideos-videos,
.home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-6-block,
.home-section-videos-with-featured-video .videos-with-featured-video__1-8-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos,
.home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .video,
.home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos,
.home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .video {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .videos__inner,
.home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .videos__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-1-block .masvideos-videos {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 386px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 462px;
        padding: 0
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos+.masvideos-videos .columns-2 .video__poster .video__link {
        height: 154px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-4-block .masvideos-videos+.masvideos-videos .columns-2 .video__poster .video__link {
        height: 192px
    }
}

.home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos .video {
    margin-bottom: 15px
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos .video {
        margin-bottom: 24px
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40.0833333333%;
        flex: 0 0 40.0833333333%;
        max-width: 40.0833333333%
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 299px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 371px
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos+.masvideos-videos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 59.9166666667%;
        flex: 0 0 59.9166666667%;
        max-width: 59.9166666667%
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos+.masvideos-videos .columns-3 .video__poster .video__link {
        height: 115px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-6-block .masvideos-videos+.masvideos-videos .columns-3 .video__poster .video__link {
        height: 145px
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 34.1666666667%;
        flex: 0 0 34.1666666667%;
        max-width: 34.1666666667%
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 277px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 310px
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos+.masvideos-videos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65.8333333333%;
        flex: 0 0 65.8333333333%;
        max-width: 65.8333333333%
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos+.masvideos-videos .columns-4 .video__poster .video__link {
        height: 100px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video .videos-with-featured-video__1-8-block .masvideos-videos+.masvideos-videos .columns-4 .video__poster .video__link {
        height: 116px
    }
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-1-block,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-1-block .masvideos-videos,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-1-block .video,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .masvideos-videos,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .video,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .masvideos-videos,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .video {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-1-block .videos__inner,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .videos__inner,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .videos__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-1-block .masvideos-videos .video,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .masvideos-videos .video,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .masvideos-videos .video {
    margin-bottom: 20px
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-1-block .masvideos-videos .video__poster,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .masvideos-videos .video__poster,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .masvideos-videos .video__poster {
    margin-bottom: 0
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-1-block .masvideos-videos .video__info,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .masvideos-videos .video__info,
.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .masvideos-videos .video__info {
    padding-bottom: 5px
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 328px
    }
}

@media (min-width:1440px) {
    .home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-4-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 405px
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 388px
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-6-block .masvideos-videos+.masvideos-videos .columns-3 .video__poster .video__link {
        height: 184px
    }
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-8-block .masvideos-videos .video {
    margin-bottom: 18px
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-8-block .masvideos-videos .video__poster {
    margin-bottom: 0
}

.home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-8-block .masvideos-videos .video__info {
    padding-bottom: 5px
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-8-block .masvideos-videos .columns-1 .video__poster .video__link {
        height: 295px
    }
}

@media (min-width:1200px) {
    .home-section-videos-with-featured-video.style-2 .videos-with-featured-video__1-8-block .masvideos-videos+.masvideos-videos .columns-4 .video__poster .video__link {
        height: 139px
    }
}

.section-featured-movies-carousel {
    padding: 99px 0 50px;
    margin-bottom: 38px
}

.section-featured-movies-carousel__inner {
    padding-left: 7px
}

.section-featured-movies-carousel .featured-movies-carousel__header {
    color: #19272e;
    margin-bottom: 30px
}

@media (min-width:768px) {
    .section-featured-movies-carousel .featured-movies-carousel__header {
        margin-bottom: 70px
    }
}

.section-featured-movies-carousel .featured-movies-carousel__header-pretitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    opacity: .7;
    padding-left: 3px;
    font-weight: 400
}

.section-featured-movies-carousel .featured-movies-carousel__header-title {
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .section-featured-movies-carousel .featured-movies-carousel__header-title {
        font-size: 64px
    }
}

.section-featured-movies-carousel .featured-movies-carousel__header-subtitle {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    display: block;
    padding-left: 2px
}

@media (min-width:992px) {
    .section-featured-movies-carousel .featured-movies-carousel__header-subtitle {
        max-width: 34%
    }
}

.section-featured-movies-carousel ul.nav {
    margin-bottom: 35px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

@media (min-width:1200px) {
    .section-featured-movies-carousel ul.nav {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial;
        overflow-y: initial
    }
}

.section-featured-movies-carousel ul.nav .nav-item {
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 25px
}

@media (min-width:768px) {
    .section-featured-movies-carousel ul.nav .nav-item {
        margin-right: 30px
    }
}

@media (min-width:1200px) {
    .section-featured-movies-carousel ul.nav .nav-item {
        margin-right: 40px
    }
}

.section-featured-movies-carousel ul.nav .nav-item:last-child {
    margin-right: 0
}

.section-featured-movies-carousel ul.nav .nav-item .nav-link {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -.025em;
    color: #19272e
}

.section-featured-movies-carousel ul.nav .nav-item .nav-link.active {
    font-weight: 700;
    font-size: 20px
}

.section-featured-movies-carousel .featured-movies-carousel {
    position: relative
}

.section-featured-movies-carousel .featured-movies-carousel .slick-arrow {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 34%;
    z-index: 1
}

.section-featured-movies-carousel .featured-movies-carousel .slick-arrow::before {
    display: inline-block
}

.section-featured-movies-carousel .featured-movies-carousel .slick-arrow:focus,
.section-featured-movies-carousel .featured-movies-carousel .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-featured-movies-carousel .featured-movies-carousel .slick-prev {
    left: 0
}

.section-featured-movies-carousel .featured-movies-carousel .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-featured-movies-carousel .featured-movies-carousel .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-featured-movies-carousel .featured-movies-carousel .slick-prev {
        left: -25px
    }
}

@media (min-width:1440px) {
    .section-featured-movies-carousel .featured-movies-carousel .slick-prev {
        left: -50px
    }
}

.section-featured-movies-carousel .featured-movies-carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(0, 0, 0)"/></svg>')
}

[dir=rtl] .section-featured-movies-carousel .featured-movies-carousel .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-featured-movies-carousel .featured-movies-carousel .slick-next {
    right: 0
}

.section-featured-movies-carousel .featured-movies-carousel .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-featured-movies-carousel .featured-movies-carousel .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-featured-movies-carousel .featured-movies-carousel .slick-next {
        right: -25px
    }
}

@media (min-width:1440px) {
    .section-featured-movies-carousel .featured-movies-carousel .slick-next {
        right: -50px
    }
}

.section-featured-movies-carousel .featured-movies-carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(0, 0, 0)"/></svg>')
}

[dir=rtl] .section-featured-movies-carousel .featured-movies-carousel .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-featured-movie {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.section-featured-movie__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 94px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.section-featured-movie .featured-movie__content {
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .section-featured-movie .featured-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        -webkit-box-ordinal-group: inherit;
        -webkit-order: inherit;
        order: inherit;
        padding-top: 0
    }
}

@media (min-width:992px) {
    .section-featured-movie .featured-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .section-featured-movie .featured-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

.section-featured-movie .featured-movie__content-image {
    width: 187px;
    height: 59px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 61px
}

.section-featured-movie .featured-movie__content .movies .movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.section-featured-movie .featured-movie__content .movies .movie__short-description {
    display: block
}

.section-featured-movie .featured-movie__content .movies .movie__badge,
.section-featured-movie .featured-movie__content .movies .movie__meta,
.section-featured-movie .featured-movie__content .movies .movie__poster {
    display: none
}

.section-featured-movie .featured-movie__content .movies .movie__title {
    font-size: 30px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 27px;
    line-height: 1;
    white-space: normal
}

@media (min-width:992px) {
    .section-featured-movie .featured-movie__content .movies .movie__title {
        font-size: 50px
    }
}

.section-featured-movie .featured-movie__content .movies .movie__short-description {
    display: block;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 50px
}

.section-featured-movie .featured-movie__content .movies .movie__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 22px 38px;
    font-size: .875rem;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    font-family: Montserrat, "Open Sans", sans-serif
}

@media (prefers-reduced-motion:reduce) {
    .section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a,
    .section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a:focus,
.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a:hover,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch:focus,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch:hover {
    text-decoration: none
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a.focus,
.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a:focus,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch.focus,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch:focus {
    outline: 0
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a.disabled,
.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a:disabled,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch.disabled,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch:disabled {
    opacity: .65
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a:not(:disabled):not(.disabled),
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a:not(:disabled):not(.disabled).active,
.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a:not(:disabled):not(.disabled):active,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch:not(:disabled):not(.disabled).active,
.section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch:not(:disabled):not(.disabled):active {
    background-image: none
}

@media (max-width:767.98px) {
    .section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist>a,
    .section-featured-movie .featured-movie__content .movies .movie__actions a.movie-actions--link_watch {
        width: 100%;
        margin-bottom: 1em
    }
}

@media (max-width:767.98px) {
    .section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist {
        width: 100%
    }
}

@media (min-width:768px) {
    .section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist {
        margin-left: 20px
    }
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle {
    color: #fff;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #b0b3b5
}

.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle:focus,
.section-featured-movie .featured-movie__content .movies .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.section-featured-movie .featured-movie__action {
    display: none
}

@media (min-width:768px) {
    .section-featured-movie .featured-movie__action {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        display: block
    }
}

@media (min-width:992px) {
    .section-featured-movie .featured-movie__action {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .section-featured-movie .featured-movie__action {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

.section-featured-movie .featured-movie__action-icon {
    font-size: 84px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: auto;
    width: 182px;
    height: 182px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: .5
}

.section-featured-movie .featured-movie__action-icon:hover {
    opacity: 1
}

.section-featured-movie h2.featured-video__content-title {
    font-size: 50px
}

.section-featured-movie .movies .movie__title {
    margin-bottom: 27px
}

.section-featured-tv-show__inner {
    padding-top: 100px
}

.section-featured-tv-show .featured-tv-show__header {
    color: #fff;
    text-align: center;
    margin-bottom: 40px
}

@media (min-width:992px) {
    .section-featured-tv-show .featured-tv-show__header {
        margin-bottom: 67px
    }
}

.section-featured-tv-show .featured-tv-show__header-pretitle {
    font-size: 14px;
    line-height: 1.625;
    opacity: .21;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .section-featured-tv-show .featured-tv-show__header-pretitle {
        font-size: 16px;
        margin-bottom: 28px
    }
}

.section-featured-tv-show .featured-tv-show__header-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .section-featured-tv-show .featured-tv-show__header-title {
        font-size: 50px;
        margin-bottom: 28px
    }
}

.section-featured-tv-show .featured-tv-show__header-title>a {
    color: #fff
}

.section-featured-tv-show .featured-tv-show__header-subtitle {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.625;
    color: #fff;
    display: block;
    margin: auto
}

@media (min-width:992px) {
    .section-featured-tv-show .featured-tv-show__header-subtitle {
        font-size: 26px
    }
}

@media (min-width:1200px) {
    .section-featured-tv-show .featured-tv-show__header-subtitle {
        width: 343px;
        overflow: hidden;
        height: 72px
    }
}

.section-featured-tv-show .featured-tv-show__content .nav {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    margin-bottom: 30px
}

.section-featured-tv-show .featured-tv-show__content .nav-item+.nav-item {
    margin-left: 30px
}

.section-featured-tv-show .featured-tv-show__content .nav-link {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 18px;
    font-weight: 600;
    color: #fff
}

.section-featured-tv-show .featured-tv-show__content .nav-link.active {
    font-size: 20px;
    line-height: 1;
    font-weight: 700
}

@media (min-width:768px) {
    .section-featured-tv-show .featured-tv-show__content .nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial;
        overflow-y: initial
    }
}

.section-featured-tv-show .featured-tv-show__content .nav .nav-item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.section-featured-tv-show .featured-tv-show__content .episodes__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

@media (max-width:1439.98px) {
    .section-featured-tv-show .featured-tv-show__content .episodes__inner .episode:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .section-featured-tv-show .featured-tv-show__content .episodes__inner .episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.section-featured-tv-show .featured-tv-show__content .episodes__inner .episode__title {
    font-size: 14px;
    color: #fff
}

.section-featured-tv-show.light .featured-tv-show__content .episode__title,
.section-featured-tv-show.light .featured-tv-show__content .nav-link,
.section-featured-tv-show.light .featured-tv-show__header-pretitle,
.section-featured-tv-show.light .featured-tv-show__header-subtitle,
.section-featured-tv-show.light .featured-tv-show__header-title>a {
    color: #121a21
}

.banner-with-section-tv-shows {
    padding: 61px 0 38px
}

.banner-with-section-tv-shows__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.banner-with-section-tv-shows__content .banner,
.banner-with-section-tv-shows__content .masvideos-tv-shows {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.banner-with-section-tv-shows__content .banner {
    margin-bottom: 20px
}

.banner-with-section-tv-shows__content .banner__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-with-section-tv-shows__content .masvideos-tv-shows .tv-show {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .banner-with-section-tv-shows__content .banner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .banner-with-section-tv-shows__content .masvideos-tv-shows {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .banner-with-section-tv-shows__content .banner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .banner-with-section-tv-shows__content .masvideos-tv-shows {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

@media (min-width:1200px) {
    .banner-with-section-tv-shows__content .banner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .banner-with-section-tv-shows__content .masvideos-tv-shows {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:1440px) {
    .banner-with-section-tv-shows__content .banner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .banner-with-section-tv-shows__content .masvideos-tv-shows {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

.banner-with-section-tv-shows.style-2 .home-section__footer-action {
    border-top-width: 0
}

.home-blog-list-section {
    padding: 61px 0 38px
}

.home-blog-list-section .articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.home-blog-list-section .articles .article.format-audio,
.home-blog-list-section .articles .article.vodi-sticky {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.home-blog-list-section .articles .article.format-audio .article__attachment,
.home-blog-list-section .articles .article.format-audio .article__summary,
.home-blog-list-section .articles .article.vodi-sticky .article__attachment,
.home-blog-list-section .articles .article.vodi-sticky .article__summary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.home-blog-list-section .articles .article.format-audio .article__attachment,
.home-blog-list-section .articles .article.vodi-sticky .article__attachment {
    margin-bottom: 23px;
    margin-right: 0;
    width: 100%
}

@media (min-width:768px) {
    .home-blog-list-section .articles .article .article__attachment {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
        height: 150px
    }
}

.home-blog-list-section .articles .article .article__attachment--thumbnail {
    margin-left: auto;
    margin-right: auto
}

.home-blog-list-section .articles .article.vodi-sticky {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 50px
}

.home-blog-list-section .articles .article.vodi-sticky .article__attachment {
    height: auto
}

.home-blog-list-section .articles .article.vodi-sticky .entry-title {
    font-size: 26px;
    line-height: 1
}

.home-blog-list-section.enable-divider .articles .article {
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e8e8e8
}

.home-blog-list-section.enable-divider .articles .article:last-child {
    border-bottom: none
}

.home-blog-list-section.style-2 .articles {
    counter-reset: vodi-post-counter
}

.home-blog-list-section.style-2 .articles .article {
    margin-bottom: 10px
}

.home-blog-list-section.style-2 .articles .article .article__title {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -.025em;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home-blog-list-section.style-2 .articles .article .article__title:before {
    content: counter(vodi-post-counter);
    counter-increment: vodi-post-counter;
    border-radius: 50%;
    width: 34px;
    border: 1px solid #a2abaf;
    padding: 5.5px 0;
    margin-right: 13px;
    display: inline-block;
    text-align: center
}

.home-blog-list-section.style-2 .articles .article .article__title a {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.home-blog-list-section.style-2 .articles .article.vodi-sticky {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
}

.dark .home-blog-list-section.enable-divider .articles .article {
    border-bottom: 1px solid #2f2f33
}

.dark .home-blog-list-section.enable-divider .articles .article:last-child {
    border-bottom: none
}

.home-blog-grid-section {
    padding: 61px 0 38px
}

@media (min-width:768px) {
    .home-blog-grid-section .articles.columns-2 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .home-blog-grid-section .articles.columns-3 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .home-blog-grid-section .articles.columns-3 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:768px) {
    .home-blog-grid-section .articles.columns-4 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .home-blog-grid-section .articles.columns-4 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .home-blog-grid-section .articles.columns-4 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:768px) {
    .home-blog-grid-section .articles.columns-5 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .home-blog-grid-section .articles.columns-5 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .home-blog-grid-section .articles.columns-5 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:768px) {
    .home-blog-grid-section .articles.columns-6 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .home-blog-grid-section .articles.columns-6 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .home-blog-grid-section .articles.columns-6 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1440px) {
    .home-blog-grid-section .articles.columns-6 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.home-blog-grid-section .articles .article {
    display: block
}

.home-blog-grid-section .articles .article .article__attachment {
    margin-bottom: 22px;
    margin-right: 0;
    max-width: 100%
}

.home-blog-grid-section .articles.columns-3 .article .article__title {
    font-size: 17px
}

.home-blog-grid-section .articles.columns-3 .article .article__attachment {
    margin-bottom: 20px
}

.home-blog-grid-section .articles.columns-4 .article .article__title,
.home-blog-grid-section .articles.columns-5 .article .article__title,
.home-blog-grid-section .articles.columns-6 .article .article__title {
    font-size: 15px
}

.home-blog-grid-section .articles.columns-4 .article .article__attachment,
.home-blog-grid-section .articles.columns-5 .article .article__attachment,
.home-blog-grid-section .articles.columns-6 .article .article__attachment {
    margin-bottom: 17px
}

.home-blog-grid-section.style-2 .articles {
    margin-left: -17px;
    margin-right: -17px
}

.home-blog-grid-section.style-2 .article {
    text-align: center;
    padding-left: 17px;
    padding-right: 17px
}

.home-blog-grid-section.style-2 .article__categories {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.010em
}

.home-blog-grid-section.style-2 .article__attachment {
    height: 185px
}

.home-blog-grid-section.style-3 .articles .article {
    position: relative
}

.home-blog-grid-section.style-3 .articles .article .article__attachment {
    margin-bottom: 0;
    position: relative
}

.home-blog-grid-section.style-3 .articles .article .article__attachment .article__attachment--thumbnail {
    width: 100%
}

.home-blog-grid-section.style-3 .articles .article .article__attachment:after {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, 0) 90%);
    background-image: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, 0) 90%);
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.home-blog-grid-section.style-3 .articles .article__summary {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px
}

.home-blog-grid-section.style-3 .articles .article__header {
    margin-bottom: 15px
}

.home-blog-grid-section.style-3 .articles .article .article__title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -.01em
}

.home-blog-grid-section.style-3 .articles .article .article__title a {
    color: #fff
}

.home-blog-grid-section.style-3 .articles .article .article__title a:focus,
.home-blog-grid-section.style-3 .articles .article .article__title a:hover {
    color: #24baef
}

.has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column .home-blog-grid-section.style-3 .articles .article .article__title {
    font-size: 18px;
    line-height: 21px
}

.home-blog-tab-section {
    padding: 61px 0 38px
}

.home-blog-tab-section .articles.tab-pane.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.home-blog-tab-section .articles .article {
    margin-bottom: 24px
}

.home-blog-tab-section .articles .article.vodi-sticky {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1
}

@media (min-width:768px) {
    .home-blog-tab-section .articles .article .article__attachment {
        max-width: 49.5%
    }
}

.home-blog-tab-section.style-v2 .home-section__flex-header .section-title:after {
    content: none
}

.home-blog-tab-section.style-v2 .home-section__flex-header .blog-list-navs {
    display: none
}

.home-blog-tab-section.style-v2 .articles .article {
    margin-bottom: 12px
}

@media (min-width:992px) {
    .home-blog-tab-section.style-v2 .articles .article .article__attachment {
        max-width: 21.5%
    }
}

.home-blog-tab-section.style-v2 .articles .article .article__excerpt,
.home-blog-tab-section.style-v2 .articles .article .article__meta {
    display: none
}

.movie-slider {
    /*width: 100vw;
     margin-left: calc(-50vw + 50% - 8px);*/
    position: relative;
    margin-bottom: 60px;
    z-index: 2
}

@media (max-width:991.98px) {
    .movie-slider {
        margin-left: calc(-50vw + 50%)
    }
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin: 0
    }
}

.movie-slider .masvideos-movies .movies {
    width: 100%
}

.movie-slider .masvideos-movies .movies__inner {
    margin-left: 0;
    margin-right: 0
}

.movie-slider .masvideos-movies .movies__inner .movie {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .movie-slider .masvideos-movies .movies__inner .movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.movie-slider .masvideos-movies .movies .slider-movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background-size: cover;
    background-position: center top;
    height: 500px;
    /*height: 700px*/
}

.movie-slider .masvideos-movies .movies .slider-movie:after {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .9) 100%);
   /* height: 564px;*/
   height: 250px;
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    padding: 30px 25px 27px
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover {
        /*padding: 30px 42px 27px;*/
        padding: 30px 34px 0;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px)
    }
}

@media (min-width:1201px) and (max-width:1335px) {
    .movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover {
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        transform: translateY(200px)
    }
}

@media (min-width:1440px) {
    .movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover {
        -webkit-transform: translateY(121px);
        -ms-transform: translateY(121px);
        transform: translateY(121px)
    }
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie {
        overflow: hidden
    }
    .movie-slider .masvideos-movies .movies .slider-movie:focus,
    .movie-slider .masvideos-movies .movies .slider-movie:hover {
        overflow: visible
    }
    .movie-slider .masvideos-movies .movies .slider-movie:focus .slider-movie__hover,
    .movie-slider .masvideos-movies .movies .slider-movie:hover .slider-movie__hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .movie-slider .masvideos-movies .movies .slider-movie:focus .slider-movie__meta,
    .movie-slider .masvideos-movies .movies .slider-movie:hover .slider-movie__meta {
        padding-bottom: 0
    }
    .movie-slider .masvideos-movies .movies .slider-movie:focus .movie-description,
    .movie-slider .masvideos-movies .movies .slider-movie:hover .movie-description {
        opacity: 1
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__link h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 7px;
    white-space: normal
}

@media (min-width:768px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__link h3 {
        font-size: 32px
    }
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__link h3 {
    /* font-size: 44px; */
    font-size: 16px;
    line-height: 24px;
}
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie__meta .movie-details {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie__meta .movie-details li {
    color: #fff;
    font-size: 12px;
    font-family: Montserrat, "Open Sans", sans-serif;
    line-height: 14px;
    margin-bottom: 10px
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie__meta .movie-details li a {
    color: #fff
}

@media (min-width:768px) {
    .movie-slider .masvideos-movies .movies .slider-movie .slider-movie__meta .movie-details li {
        margin-bottom: 0
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie__meta .movie-details li+li {
    border-left: 1px solid #767676;
    padding-left: 8px;
    margin-left: 8px
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie-description-wrap {
    height: 3em;
    overflow: hidden;
    margin-bottom: 17px
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie-description-wrap:empty {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__short-description {
    display: block
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__short-description p {
font-size: 15px;
color: #fff;
font-family: Montserrat, "Open Sans", sans-serif;
line-height: 21px;
margin-bottom: 0;
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions,
.movie-slider .masvideos-movies .movies .slider-movie .movie__short-description {
    opacity: 1
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions,
    .movie-slider .masvideos-movies .movies .slider-movie .movie__short-description {
        opacity: 0;
        visibility: hidden
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 12px 30px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 5px;
    font-family: Montserrat, "Open Sans", sans-serif;
    display: block;
    border-width: 2px
}

@media (prefers-reduced-motion:reduce) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle,
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle:focus,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle:hover,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch:focus,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch:hover {
    text-decoration: none
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle.focus,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle:focus,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch.focus,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch:focus {
    outline: 0
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle.disabled,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle:disabled,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch.disabled,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch:disabled {
    opacity: .65
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle:not(:disabled):not(.disabled),
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle:not(:disabled):not(.disabled).active,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle:not(:disabled):not(.disabled):active,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled):active {
    background-image: none
}

@media (min-width:576px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle,
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
        padding: 13.5px 38.99px
    }
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle,
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
        display: inline-block
    }
}

@media (min-width:1201px) and (max-width:1335px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .dropdown-toggle,
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
    margin-bottom: 20px
}

@media (max-width:1199.98px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
        margin-bottom: 0;
        margin-right: 20px
    }
}

@media (min-width:1200px) and (max-width:1335px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_watch {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
}

@media (max-width:1335px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle {
    color: #fff!important;
    color: #fff;
    border-color: #fff
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle.focus,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle.disabled,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:disabled {
    color: #fff;
    background-color: transparent
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:not(:disabled):not(.disabled).active,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:not(:disabled):not(.disabled):active,
.show>.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:not(:disabled):not(.disabled).active:focus,
.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:not(:disabled):not(.disabled):active:focus,
.show>.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:hover {
    color: #000!important
}

@media (max-width:1335px) {
    .movie-slider .masvideos-movies .movies .slider-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle {
        width: 100%
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover_watch-now {
    text-align: center;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover_watch-now {
        display: block
    }
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover_watch-now {
        margin-bottom: 82px;
        display: none
    }
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie .slider-movie__hover_watch-now {
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }
}

.movie-slider .masvideos-movies .movies .slider-movie:focus .movie__actions,
.movie-slider .masvideos-movies .movies .slider-movie:focus .movie__short-description,
.movie-slider .masvideos-movies .movies .slider-movie:focus .slider-movie__hover_watch-now,
.movie-slider .masvideos-movies .movies .slider-movie:hover .movie__actions,
.movie-slider .masvideos-movies .movies .slider-movie:hover .movie__short-description,
.movie-slider .masvideos-movies .movies .slider-movie:hover .slider-movie__hover_watch-now {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    transition: all 1s
}

@media (min-width:1200px) {
    .movie-slider .masvideos-movies .movies .slider-movie:focus .slider-movie__hover_watch-now,
    .movie-slider .masvideos-movies .movies .slider-movie:hover .slider-movie__hover_watch-now {
        display: block
    }
}

.movie-slider .masvideos-movies .movies .slider-movie .watch-now-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.movie-slider .masvideos-movies .movies .slider-movie .watch-now-btn .watch-now-btn-bg {
    width: 117px;
    height: 117px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 500px;
    margin-bottom: 18px;
    background-image: -webkit-linear-gradient(60deg, #2a4999 0, #2c9cd4 100%);
    background-image: linear-gradient(30deg, #2a4999 0, #2c9cd4 100%)
}

.movie-slider .masvideos-movies .movies .slider-movie .watch-now-btn .watch-now-btn-bg svg {
    margin-left: 10px
}

.movie-slider .masvideos-movies .movies .slider-movie .watch-now-btn .watch-now-txt {
    font-size: 24px;
    color: #fff
}

@media (min-width:1440px) {
    .movie-slider .masvideos-movies .movies.columns-5 .slider-movie .movie-actions--link_add-to-playlist,
    .movie-slider .masvideos-movies .movies.columns-5 .slider-movie .movie-actions--link_watch,
    .movie-slider .masvideos-movies .movies.columns-6 .slider-movie .movie-actions--link_add-to-playlist,
    .movie-slider .masvideos-movies .movies.columns-6 .slider-movie .movie-actions--link_watch {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .movie-slider .masvideos-movies .movies.columns-5 .slider-movie .movie-actions--link_add-to-playlist .dropdown-toggle,
    .movie-slider .masvideos-movies .movies.columns-5 .slider-movie .movie-actions--link_watch .dropdown-toggle,
    .movie-slider .masvideos-movies .movies.columns-6 .slider-movie .movie-actions--link_add-to-playlist .dropdown-toggle,
    .movie-slider .masvideos-movies .movies.columns-6 .slider-movie .movie-actions--link_watch .dropdown-toggle {
        width: 100%
    }
    .movie-slider .masvideos-movies .movies.columns-5 .slider-movie .movie-actions--link_watch,
    .movie-slider .masvideos-movies .movies.columns-6 .slider-movie .movie-actions--link_watch {
        margin-bottom: 20px;
        margin-right: 0
    }
}

.live-videos {
    padding: 30px 0
}

.live-videos .live-videos__title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #949494;
    margin-bottom: 10px
}

@media (min-width:576px) {
    .live-videos .live-videos__title {
        margin-left: 27.5%
    }
}

.live-videos .videos .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    display: flex;
    margin-bottom: 18px
}

.live-videos .videos .video:last-child {
    margin-bottom: 0
}

.live-videos .videos .video:last-child {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .live-videos .videos .video {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 22px
    }
    .live-videos .videos .video__container {
        margin-left: auto;
        margin-right: auto
    }
}

.live-videos .video__meta {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #949cb0
}

@media (min-width:576px) {
    .live-videos .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 27.5%;
        flex: 0 0 27.5%;
        max-width: 27.5%;
        padding-right: 15px
    }
}

@media (min-width:576px) {
    .live-videos .video__poster {
        margin-bottom: 0
    }
}

.live-videos .video__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px
}

@media (min-width:1200px) {
    .live-videos .video__title {
        font-size: 16px
    }
}

.live-videos .video__short-description {
    display: block;
    max-height: 44px;
    overflow: hidden
}

.live-videos .video__short-description p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.01em;
    color: #b4bbc0;
    margin-bottom: 10px
}

.live-videos .video__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 12px 10px 12px 20px;
    border: 1px solid #ced0d1;
    border-radius: 3px;
    width: 100%
}

.live-videos .video__badge {
    display: none
}

.live-videos .video__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:576px) {
    .live-videos .video__actions {
        display: inherit;
        max-width: 100%;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-left: 20px
    }
}

.live-videos .video__actions a {
    text-transform: none
}

.live-videos .video .video-actions--link_watch {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 28px;
    border-radius: 3px;
    background-color: #d50032;
    font-size: 12px;
    font-weight: 600;
    color: #fff
}

.live-videos .video .video-actions--link_watch::before {
    display: block;
    content: '';
    height: 1em;
    width: 23px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(256, 256, 256)"/></svg>');
    background-repeat: no-repeat;
    background-position: 0 50%
}

.live-videos .video .video-actions--link_watch:focus,
.live-videos .video .video-actions--link_watch:hover {
    background-color: #a20026
}

.live-videos .video .video-actions--link_add-to-playlist {
    display: none
}

.live-videos .video .live-video__meta {
    margin-bottom: 4px
}

.live-videos .video .live-video__meta span,
.live-videos .video .live-video__meta span>a {
    color: #949cb0;
    font-size: 12px
}

.live-videos .video .live-video__meta span:not(.video__badge)+span::before {
    content: ' - '
}

.live-videos .video .live-video__meta .video__badge {
    display: inline;
    position: static;
    margin-right: 5px
}

.live-videos .video .live-video__meta .video__badge--featured {
    color: #fff
}

.live-videos .video .live-video__meta--live {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 1px 3px;
    margin-right: 2px;
    background-color: #d50031
}

.live-videos .video .live-video__meta--live+span::before {
    content: none
}

.live-videos .home-section__footer-action {
    display: block;
    text-align: right;
    padding: 14px 0
}

.live-videos .home-section__footer-action--link {
    display: inline-block;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #949cb0
}

.live-videos .home-section__footer-action--link::after {
    display: inline-block;
    content: '';
    height: 1em;
    width: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(148, 156, 176)"/></svg>');
    background-repeat: no-repeat;
    background-position: 100% 91%
}

.live-videos .home-section__footer-action--link:focus::after,
.live-videos .home-section__footer-action--link:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(36, 186, 239)"/></svg>')
}

.videos-sliders__inner {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .videos-sliders__inner {
        margin-left: calc(-50vw + 50%)
    }
}

.videos-sliders a:focus,
.videos-sliders a:hover {
    outline: 0
}

.videos-sliders .single-featured-video__inner {
    padding-top: 30px;
    color: #fff
}

@media (min-width:992px) {
    .videos-sliders .single-featured-video__inner {
        padding-top: 213px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.videos-sliders .video__coming-soon {
    font-size: 28px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 8px
}

@media (min-width:576px) {
    .videos-sliders .video__coming-soon {
        font-size: 36px
    }
}

.videos-sliders .video__deal-countdown-timer,
.videos-sliders .video__live-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 700
}

.videos-sliders .video__deal-countdown-timer {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:576px) {
    .videos-sliders .video__deal-countdown-timer {
        margin-bottom: 3px
    }
}

.videos-sliders .video__deal-countdown-timer span[data-value="0"] {
    display: none
}

.videos-sliders .video__deal-countdown-timer b {
    padding-left: 5px;
    text-transform: lowercase
}

@media (min-width:576px) {
    .videos-sliders .video__deal-countdown-timer .deal-countdown {
        padding-left: 5px
    }
}

.videos-sliders .video__link h3 {
    font-size: 30px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 15px;
    color: #fff;
    white-space: normal
}

@media (min-width:576px) {
    .videos-sliders .video__link h3 {
        font-size: 44px;
        margin-bottom: 0
    }
}

.videos-sliders .slick-dots {
    position: absolute;
    bottom: 18px
}

.videos-sliders .single-featured-video__pre-title {
    font-size: 36px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.2
}

.videos-sliders .single-featured-video__sub-title {
    font-size: 18px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2
}

.videos-sliders.dark .single-featured-video__inner,
.videos-sliders.dark .video__link h3 {
    color: #262626
}

.videos__jumbotron--top .videos-sliders .container,
.videos__jumbotron--top .videos-sliders .single-featured-video,
.videos__jumbotron--top .videos-sliders .single-featured-video__inner {
    height: 100%;
    padding: 0
}

.videos__jumbotron--top .videos-sliders .video__link h3 {
    line-height: 1.2;
    color: #c33637
}

.videos__jumbotron--top .videos-sliders .container {
    padding: 0 15px
}

.videos__jumbotron--top .videos-sliders .single-featured-video__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.videos__jumbotron--top .videos-sliders .video__meta {
    color: #262626
}

.videos__jumbotron--top .videos-sliders {
    margin-bottom: 0
}

@media (min-width:992px) {
    .videos__jumbotron--top .section-title {
        font-size: 22px
    }
}

.videos-sliders .single-featured-video__inner .video__title {
    max-height: 104px
}

.movies-sliders {
    position: relative
}

@media (max-width:1199.98px) {
    .movies-sliders {
        max-height: 600px
    }
}

@media (max-width:991.98px) {
    .movies-sliders {
        max-height: 500px
    }
}

.movies-sliders .movie-slide {
    position: relative;
    background-position: center
}

.movies-sliders .movies-sliders-single-content {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .movies-sliders .movies-sliders-single-content {
        margin-left: calc(-50vw + 50%)
    }
}

@media (min-width:1200px) {
    .movies-sliders .movies-sliders-single-content .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%
    }
}

@media (max-width:1439.98px) {
    .movies-sliders .single-featured-movie {
        padding-top: 50px;
        text-align: center
    }
}

@media (min-width:1200px) {
    .movies-sliders .single-featured-movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1440px) {
    .movies-sliders .single-featured-movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
        max-width: 47.5%
    }
}

.movies-sliders .single-featured-movie .movie__link {
    display: inline-block
}

.movies-sliders .single-featured-movie .movie__title {
    font-size: 30px;
    color: #fff;
    line-height: 1.1;
    font-family: Montserrat, "Open Sans", sans-serif;
    white-space: normal
}

@media (min-width:768px) {
    .movies-sliders .single-featured-movie .movie__title {
        font-size: 45px
    }
}

@media (min-width:1200px) {
    .movies-sliders .single-featured-movie .movie__title {
        font-size: 72px
    }
}

.movies-sliders .single-featured-movie .movie__meta {
    color: #fff;
    font-size: 13px;
    margin-bottom: 28px
}

@media (min-width:576px) {
    .movies-sliders .single-featured-movie .movie__meta {
        font-size: 14px
    }
}

.movies-sliders .single-featured-movie .movie__meta span a {
    color: #fff
}

.movies-sliders .single-featured-movie .movie__meta span+span:before {
    content: '|';
    padding: 0 10px
}

.movies-sliders .single-featured-movie .movie__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:1439.98px) {
    .movies-sliders .single-featured-movie .movie__actions {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 12px 30px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 5px;
    font-family: Montserrat, "Open Sans", sans-serif;
    border-width: 2px;
    display: block;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle,
    .movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:focus,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:hover,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch:focus,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch:hover {
    text-decoration: none
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle.focus,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:focus,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch.focus,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch:focus {
    outline: 0
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle.disabled,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:disabled,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch.disabled,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch:disabled {
    opacity: .65
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:not(:disabled):not(.disabled),
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:not(:disabled):not(.disabled).active,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle:not(:disabled):not(.disabled):active,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch:not(:disabled):not(.disabled).active,
.movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch:not(:disabled):not(.disabled):active {
    background-image: none
}

@media (min-width:576px) {
    .movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle,
    .movies-sliders .single-featured-movie .movie__actions a.movie-actions--link_watch {
        padding: 21px 38px 16px;
        display: inline-block;
        width: auto
    }
}

.movies-sliders .single-featured-movie .movie__actions a:first-child {
    margin-bottom: 1em
}

@media (min-width:576px) {
    .movies-sliders .single-featured-movie .movie__actions a:first-child {
        margin-bottom: 0
    }
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist {
    border-radius: 5px;
    position: relative;
    color: transparent;
    border-color: transparent;
    border-color: #fff;
    width: 100%
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist.focus,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist.disabled,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist:disabled {
    color: transparent;
    background-color: transparent
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist:not(:disabled):not(.disabled).active,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist:not(:disabled):not(.disabled):active,
.show>.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist:not(:disabled):not(.disabled).active:focus,
.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist:not(:disabled):not(.disabled):active:focus,
.show>.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

@media (min-width:576px) {
    .movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist {
        margin-left: 20px;
        padding: 0;
        width: auto
    }
}

.movies-sliders .single-featured-movie .movie__actions .movie-actions--link_add-to-playlist .dropdown-toggle {
    color: #fff!important;
    border: 1px solid #fff
}

.movies-sliders .movies-sliders-single-content .movie__title {
    color: #fff
}

.movies-sliders.style-v2 .single-featured-movie {
    padding-top: 20px
}

@media (min-width:1440px) {
    .movies-sliders.style-v2 .single-featured-movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 36.6666666667%;
        flex: 0 0 36.6666666667%;
        max-width: 36.6666666667%;
        padding-bottom: 4%;
        -webkit-align-self: flex-end;
        align-self: flex-end
    }
}

.movies-sliders.style-v2 .single-featured-movie__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.movies-sliders.style-v2 .single-featured-movie .movie__actions,
.movies-sliders.style-v2 .single-featured-movie .movie__link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.movies-sliders.style-v2 .single-featured-movie .movie__meta {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 19px
}

.movies-sliders.style-v2 .single-featured-movie .movie__link {
    margin-bottom: 32px
}

.movies-sliders.style-v2 .single-featured-movie .movie__link h3 {
    font-size: 30px
}

@media (min-width:768px) {
    .movies-sliders.style-v2 .single-featured-movie .movie__link h3 {
        font-size: 45px
    }
}

@media (min-width:1200px) {
    .movies-sliders.style-v2 .single-featured-movie .movie__link h3 {
        font-size: 65px
    }
}

@media (min-width:1440px) {
    .movies-sliders.style-v2 .movies-sliders-gallery-images-wrap {
        width: 50%
    }
}

.movies-sliders.style-v2 .movies-sliders-gallery-images-wrap .gallery-title {
    display: none
}

.movies-sliders.style-v2 .movies-sliders-gallery-images__inner {
    margin: 0 -5px
}

.movies-sliders.style-v2 .movies-sliders-gallery-images .slick-slide {
    padding: 0 4px
}

.movies-sliders.style-v2 .movies-sliders-gallery-images .slick-slide>div {
    margin: 0;
    position: relative
}

.movies-sliders.style-v2 .movies-sliders-gallery-images .slick-slide img {
    width: 200px;
    margin: 0 auto
}

.movies-sliders.style-v2 .movies-sliders-gallery-images .slick-slide figure {
    padding: 0
}

.movies-sliders.style-v2 .movies-sliders-gallery-images .slick-slide figure:after {
    height: 97%;
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) -40%, #000 150%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) -40%, #000 150%)
}

.movies-sliders.style-v2 .movies-sliders-gallery-images .slick-list {
    padding-top: 15px
}

.movies-sliders.style-v2 .slick-current.slick-active figure {
    border: 2px solid
}

.movies-sliders.style-v2 .slick-current.slick-active figure:before {
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 46%;
    border-radius: 2px;
    z-index: -1;
    top: -4px
}

.movies-sliders.style-v2 .slick-current.slick-active figure:after {
    content: none
}

.movies-sliders-gallery-images-wrap {
    position: absolute;
    bottom: 2%;
    width: 100%;
    padding: 0 15px
}

@media (min-width:1200px) {
    .movies-sliders-gallery-images-wrap {
        width: 50%;
        right: 0;
        bottom: 13%
    }
}

@media (min-width:1440px) {
    .movies-sliders-gallery-images-wrap {
        width: 49.1%;
        right: -15px
    }
}

.movies-sliders-gallery-images-wrap .gallery-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 11px;
    font-weight: 400
}

.movies-sliders-gallery-images .slick-list {
    margin-left: -5px;
    margin-right: -5px
}

.movies-sliders-gallery-images .slick-list .slick-slide {
    padding: 0 5px
}

.movies-sliders-gallery-images img.movsie-slide-gallery-image {
    cursor: pointer
}

@media (min-width:1200px) {
    .movies-sliders-gallery-images .slick-slide>div {
        margin-left: -5px;
        margin-right: -5px
    }
    .movies-sliders-gallery-images .slick-slide figure {
        padding: 0 5px
    }
}

@media (min-width:1440px) {
    .movies-sliders.style-v1 .movies-sliders-gallery-images img.movsie-slide-gallery-image {
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.movies-sliders.dark .movie__meta,
.movies-sliders.dark .movie__meta span a,
.movies-sliders.dark .movies-sliders-single-content .movie__title {
    color: #262626
}

[dir=rtl] .movies-sliders-gallery-images__inner .slick-slide {
    float: left
}

.tv-shows-sliders .single-featured-tv_show__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width:992px) {
    .tv-shows-sliders .single-featured-tv_show__inner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 12px
    }
}

.tv-shows-sliders .container,
.tv-shows-sliders .single-featured-tv_show,
.tv-shows-sliders .single-featured-tv_show__inner {
    height: 100%
}

.tv-shows-sliders a:focus,
.tv-shows-sliders a:hover {
    outline: 0
}

.tv-shows-sliders .tv-show__badge {
    font-size: 13px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #262626;
    display: inline-block;
    border-radius: 3px;
    padding: 4px 12px;
    line-height: 1;
    margin-bottom: 5px
}

.tv-shows-sliders .tv-show__link h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    color: #c33637
}

@media (min-width:768px) {
    .tv-shows-sliders .tv-show__link h3 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tv-shows-sliders .tv-show__link h3 {
        font-size: 60px
    }
}

.tv-shows-sliders .tv-show__meta {
    font-size: 14px;
    margin-bottom: 15px;
    color: #262626;
    font-family: Montserrat, "Open Sans", sans-serif
}

.tv-shows-sliders .tv-show__meta a {
    color: #262626
}

.tv-shows-sliders .tv-show__meta span+span:before {
    content: '|';
    padding: 0 10px
}

.tv-shows-sliders .tv-show__meta--release-year {
    color: #262626
}

.tv-shows-sliders .tv-show__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 12px 30px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 5px;
    font-family: Montserrat, "Open Sans", sans-serif;
    border-width: 2px;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a,
    .tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:focus,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:hover,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch:focus,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch:hover {
    text-decoration: none
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a.focus,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:focus,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch.focus,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch:focus {
    outline: 0
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a.disabled,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:disabled,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch.disabled,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch:disabled {
    opacity: .65
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:not(:disabled):not(.disabled),
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:not(:disabled):not(.disabled).active,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:not(:disabled):not(.disabled):active,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch:not(:disabled):not(.disabled).active,
.tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch:not(:disabled):not(.disabled):active {
    background-image: none
}

@media (min-width:576px) {
    .tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a,
    .tv-shows-sliders .tv-show__actions .tv-show-actions--link_watch {
        padding: 13.5px 38px;
        display: inline-block
    }
}

.tv-shows-sliders .tv-show__actions a:first-child {
    margin-bottom: 20px
}

@media (min-width:576px) {
    .tv-shows-sliders .tv-show__actions a:first-child {
        margin-bottom: 0
    }
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist {
    margin-left: 20px
}

@media (max-width:767.98px) {
    .tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist {
        display: none
    }
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a {
    border-width: 2px;
    border-color: #fff;
    color: #fff
}

.tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff
}

.tv-shows-sliders.light .tv-show__badge {
    color: #262626;
    background-color: #fff
}

.tv-shows-sliders.light .tv-show__link h3 {
    color: #fff
}

.tv-shows-sliders.light .tv-show__meta {
    color: #fff
}

.tv-shows-sliders.light .tv-show__meta a {
    color: #fff
}

.tv-shows-sliders .slick-dots {
    padding: 4px 0
}

.light .tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a {
    color: #fff
}

.light .tv-shows-sliders .tv-show__actions .tv-show-actions--link_add-to-playlist>a:hover {
    color: #000
}

.coming-soon-videos {
    padding: 30px 0
}

.coming-soon-videos .coming-soon-videos__title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #949494;
    margin-bottom: 10px
}

.coming-soon-videos .videos .videos__inner {
    margin-left: 0;
    margin-right: 0
}

.coming-soon-videos .videos .coming-soon-video {
    border: 1px solid #ced0d1;
    border-radius: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.coming-soon-videos .videos .coming-soon-video.video {
    padding: 15px
}

@media (min-width:576px) {
    .coming-soon-videos .videos .coming-soon-video.video {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 15px 15px 15px 0;
        margin-bottom: 18px
    }
    .coming-soon-videos .videos .coming-soon-video.video:last-child {
        margin-bottom: 0
    }
}

.coming-soon-videos .videos .coming-soon-video__info {
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width:576px) {
    .coming-soon-videos .videos .coming-soon-video__info {
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.coming-soon-videos .videos .coming-soon-video__release--datetime {
    font-family: Montserrat, "Open Sans", sans-serif;
    text-align: center;
    padding: 10px 0 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    color: #9ea0a3;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (min-width:576px) {
    .coming-soon-videos .videos .coming-soon-video__release--datetime {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin-left: 0;
        margin-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #e7e7e7
    }
}

.coming-soon-videos .videos .coming-soon-video__release--datetime-time {
    font-size: 24px;
    font-weight: 500
}

.coming-soon-videos .videos .coming-soon-video__release--datetime-date {
    font-size: 11px;
    line-height: 1.5
}

.coming-soon-videos .videos .coming-soon-video__meta {
    margin-bottom: 4px
}

.coming-soon-videos .videos .coming-soon-video__meta span,
.coming-soon-videos .videos .coming-soon-video__meta span>a {
    color: #949cb0;
    font-size: 12px
}

.coming-soon-videos .videos .coming-soon-video__meta span+span::before {
    content: ' - '
}

.coming-soon-videos .videos .coming-soon-video__meta--live {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 1px 3px;
    margin-right: 2px;
    background-color: #d50031
}

.coming-soon-videos .videos .coming-soon-video__meta--live+span::before {
    content: none
}

.coming-soon-videos .videos .coming-soon-video__title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    white-space: initial
}

@media (min-width:1200px) {
    .coming-soon-videos .videos .coming-soon-video__title {
        font-size: 16px
    }
}

.coming-soon-videos .videos .coming-soon-video__count-down {
    font-size: 12px;
    line-height: 18px;
    color: #949cb0
}

.coming-soon-videos .videos .coming-soon-video__count-down span:not(.label) {
    color: #424242
}

.coming-soon-videos .home-section__footer-action {
    display: block;
    text-align: right;
    padding: 14px 0
}

.coming-soon-videos .home-section__footer-action--link {
    display: inline-block;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #949cb0
}

.coming-soon-videos .home-section__footer-action--link::after {
    display: inline-block;
    content: '';
    height: 1em;
    width: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(148, 156, 176)"/></svg>');
    background-repeat: no-repeat;
    background-position: 100% 91%
}

.coming-soon-videos .home-section__footer-action--link:focus::after,
.coming-soon-videos .home-section__footer-action--link:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(36, 186, 239)"/></svg>')
}

.section-movies-list {
    background: #131722;
    counter-reset: my-sec-counter;
    padding-bottom: 72px
}

.section-movies-list .movies__inner {
    margin: 0
}

.section-movies-list .movies__inner .movie {
    margin-bottom: 0;
    padding: 0
}

.section-movies-list__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .section-movies-list__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.section-movies-list__inner .top-movies-list {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .section-movies-list__inner .top-movies-list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%
    }
}

@media (max-width:767.98px) {
    .section-movies-list__inner .top-movies-list+.featured-with-list-view-movies-list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .section-movies-list__inner .top-movies-list+.featured-with-list-view-movies-list {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .section-movies-list__inner .top-movies-list+.featured-with-list-view-movies-list {
        padding-left: 50px
    }
}

@media (min-width:1440px) {
    .section-movies-list__inner .top-movies-list+.featured-with-list-view-movies-list {
        padding-left: 70px
    }
}

.section-movies-list .top-movies-list {
    background: #1c212e
}

.section-movies-list .top-movies-list__header {
    padding: 34px 0 17px 0;
    margin: 0 36px;
    border-bottom: 1px solid #2f2f33
}

.section-movies-list .top-movies-list__header a {
    color: #949494
}

.section-movies-list .top-movies-list__info {
    padding: 16px 0
}

.section-movies-list .top-movies-list__info .movie-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #2f2f33
}

.section-movies-list .top-movies-list__info .movie-list:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) " ";
    margin-right: 25px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 18px;
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 700
}

@media (min-width:1200px) {
    .section-movies-list .top-movies-list__info .movie-list:before {
        width: 40px
    }
}

.section-movies-list .top-movies-list__info .movie:last-child .movie-list {
    border: none
}

.section-movies-list .top-movies-list__info .movie-list__poster {
    display: none
}

.section-movies-list .top-movies-list__info .movie-list__body {
    padding: 15px 0;
    overflow: hidden;
    width: 100%
}

.section-movies-list .top-movies-list .movies__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .section-movies-list .top-movies-list .movies__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.section-movies-list .top-movies-list .movies__inner .movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 36px;
    padding-right: 36px
}

.section-movies-list__title {
    font-size: 22px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    font-family: Montserrat, "Open Sans", sans-serif
}

@media (min-width:1200px) {
    .section-movies-list__title {
        margin-bottom: 0
    }
}

.section-movies-list__title:before {
    content: none
}

.section-movies-list__header a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #949494
}

.section-movies-list__header a.active {
    font-weight: 700;
    color: #24baef
}

.section-movies-list .movie-list__year {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #949cb0;
    margin-bottom: 2px;
    display: block
}

.section-movies-list .movie-list__year a {
    color: #949cb0
}

.section-movies-list .movie-list__name {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.section-movies-list .movie-list__genre {
    font-size: 12px;
    line-height: 18px;
    color: #24baef;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.section-movies-list .featured-with-list-view-movies-list__header {
    border-bottom: 1px solid #2f2f33;
    padding-top: 35px;
    padding-bottom: 16px;
    margin-bottom: 17px
}

.section-movies-list .featured-with-list-view-movies-list__header:before {
    content: none
}

.section-movies-list .featured-with-list-view-movies-list__header a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #949494
}

.section-movies-list .featured-with-list-view-movies-list__header a.active {
    font-weight: 700;
    color: #24baef
}

.section-movies-list .featured-with-list-view-movies-list__header .nav-tabs li+li {
    margin-left: 25px
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 26px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:767.98px) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster {
    margin-bottom: 25px
}

@media (min-width:576px) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 0
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link {
    height: 100%;
    padding: 0
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link .masvideos-placeholder,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__poster .movie__link .movie__poster--image {
    position: relative
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-left: 46px
    }
}

@media (min-width:1200px) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta--genre {
    display: none
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__meta>span+span:before {
    content: none
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__short-description {
    display: block
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__title {
    font-size: 19px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 12.5px;
    display: inline-block
}

@media (min-width:768px) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 14px 18.7px;
    font-size: .75rem;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    font-family: Montserrat, "Open Sans", sans-serif;
    min-width: 125px
}

@media (prefers-reduced-motion:reduce) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:hover {
    text-decoration: none
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch.focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:focus {
    outline: 0
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch.disabled,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:disabled {
    opacity: .65
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_watch:not(:disabled):not(.disabled):active {
    background-image: none
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist {
    margin-left: 5px
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle {
    color: #fff;
    border-radius: 5px
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__actions .movie-actions--link_add-to-playlist a.dropdown-toggle:hover {
    background-color: #fff;
    color: #000
}

.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie__badge {
    display: none
}

@media (min-width:768px) {
    .section-movies-list .featured-with-list-view-movies-list__info .featured-movie__actions--link+.featured-movie__actions--link {
        margin-left: 5px
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .columns-1 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .columns-1 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 13px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-top: 1px solid #2f2f33
}

.section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__poster {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.5%;
    flex: 0 0 16.5%;
    max-width: 16.5%
}

.section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__body {
    margin-left: 18px
}

@media (min-width:768px) {
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__body {
        overflow: hidden;
        width: 100%
    }
}

.section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__genre {
    padding-top: 10px
}

.section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie .movie-list__name {
    margin-bottom: 5px
}

@media (min-width:768px) {
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(n) .movie-list {
        margin-right: 47px
    }
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n) {
        position: relative
    }
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n) .movie-list {
        margin-left: 47px;
        margin-right: 0
    }
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n):before {
        content: " ";
        width: 1px;
        height: 100%;
        background-color: #2c3346;
        display: block;
        position: absolute
    }
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(1) .movie-list,
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2) .movie-list {
        padding-top: 0;
        border-top: none
    }
}

@media (min-width:992px) and (max-width:1439.98px) {
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(n) .movie-list {
        margin-right: 30px
    }
    .section-movies-list .featured-with-list-view-movies-list__info .list-view-movies-list .movie:nth-child(2n) .movie-list {
        margin-left: 30px;
        margin-right: 0
    }
}

.section-movies-list .nav-tabs,
.section-movies-list .top-movies-list__header .nav-tabs {
    margin-top: 15px;
    display: none
}

@media (min-width:992px) {
    .section-movies-list .nav-tabs,
    .section-movies-list .top-movies-list__header .nav-tabs {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .section-movies-list .nav-tabs,
    .section-movies-list .top-movies-list__header .nav-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.section-movies-list .nav-tabs li+li,
.section-movies-list .top-movies-list__header .nav-tabs li+li {
    margin-left: 19px
}

.section-movies-list .nav-tabs li a.nav-link,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em
}

.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active {
    font-weight: 700
}

.section-movies-list .featured-with-list-view-movies-list__header,
.section-movies-list .top-movies-list__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .section-movies-list .featured-with-list-view-movies-list__header,
    .section-movies-list .top-movies-list__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.section-movies-list .top-movies-list__header .nav-tabs {
    display: none
}

@media (min-width:1440px) {
    .section-movies-list .top-movies-list__header .nav-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.home-blog-grid-with-list-section__inner {
    padding: 61px 0 38px
}

.home-blog-grid-with-list-section__inner .home-section__flex-header {
    margin-bottom: 20px
}

.home-blog-grid-with-list-section .home-blog-sidebar-section__blog-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .home-blog-grid-with-list-section .home-blog-sidebar-section__blog-section {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.8333333333%;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }
}

@media (min-width:992px) {
    .home-blog-grid-with-list-section .home-blog-sidebar-section__sidebar-section {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.1666666667%;
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%;
        padding-left: 54px
    }
}

.home-blog-grid-with-list-section .home-blog-sidebar-section__sidebar-section .home-section__flex-header {
    margin-bottom: 17px
}

@media (min-width:768px) {
    .home-blog-grid-with-list-section .blog-grid-with-list-section__article--grid {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48.3333333333%;
        flex: 0 0 48.3333333333%;
        max-width: 48.3333333333%
    }
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--grid .article {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--grid .article .article__title {
    font-size: 22px;
    line-height: 28px
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--grid .article .article__attachment {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 270px
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--grid .article .article__attachment--thumbnail {
    height: auto
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--grid .article .article__attachment--thumbnail>a {
    margin: 0
}

@media (min-width:768px) {
    .home-blog-grid-with-list-section .blog-grid-with-list-section__article--list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 51.6666666667%;
        flex: 0 0 51.6666666667%;
        max-width: 51.6666666667%
    }
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--list .article .article__title {
    font-size: 17px;
    line-height: 21px
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--list .article .article__attachment {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto
}

@media (min-width:768px) {
    .home-blog-grid-with-list-section .blog-grid-with-list-section__article--list .article .article__attachment {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 175px;
        flex: 0 0 175px;
        max-width: 175px;
        margin-right: 18px
    }
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--list .article .article__attachment--thumbnail {
    height: auto
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--list .article .article__attachment--thumbnail>a {
    display: block
}

@media (min-width:768px) {
    .home-blog-grid-with-list-section .blog-grid-with-list-section__article--list .article .article__attachment--thumbnail img {
        height: 114px
    }
}

.home-blog-grid-with-list-section .blog-grid-with-list-section__article--list .article .article__meta p {
    margin-bottom: 0
}

.home-blog-sidebar-section__sidebar-section li>a {
    display: block!important
}

.home-section.blog-sidebar .widget {
    margin-bottom: 0
}

.home-section.blog-sidebar .widget+.widget {
    margin-top: 41px
}

.home-section.blog-sidebar .widget-header {
    margin-bottom: 19px
}

@media (min-width:1200px) {
    .home-section.blog-sidebar .home-blog-sidebar-section__sidebar-section-inner {
        padding-left: 42px
    }
}

.home-section.blog-sidebar .widget.tab-widget {
    margin-top: 51px
}

.home-recent-comments {
    padding: 61px 0 38px
}

.home-recent-comments .recent-comments ul {
    padding-left: 0;
    list-style: none
}

.home-recent-comments .recent-comments ul li.recentcomments {
    padding: 4px 0 7px 0
}

.home-recent-comments .recent-comments ul li.recentcomments>a {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #121a21;
    display: block!important
}

.home-recent-comments .recent-comments ul li.recentcomments .comment-author-link>a {
    color: #121a21;
    font-size: 13px;
    line-height: 18px
}

.home-recent-comments .recent-comments ul li.recentcomments+.recentcomments {
    border-top: 1px solid #e5eaeb
}

.dark .home-recent-comments .recent-comments ul li.recentcomments+.recentcomments {
    border-top: 1px solid #2f2f33
}

.vodi-event-category {
    padding: 61px 0 38px
}

.vodi-event-category .event-category-lists {
    padding-left: 0;
    list-style: none
}

@media (min-width:768px) {
    .vodi-event-category .columns-3 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .vodi-event-category .columns-3 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:768px) {
    .vodi-event-category .columns-4 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .vodi-event-category .columns-4 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .vodi-event-category .columns-4 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:768px) {
    .vodi-event-category .columns-5 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .vodi-event-category .columns-5 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .vodi-event-category .columns-5 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1440px) {
    .vodi-event-category .columns-5 .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.vodi-event-category .event-category-list {
    margin-bottom: 20px
}

.vodi-event-category .event-category-list__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: inherit;
    padding: 20px;
    height: 465px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .vodi-event-category .event-category-list__inner {
        height: 380px
    }
}

@media (min-width:1440px) {
    .vodi-event-category .event-category-list__inner {
        height: 565px
    }
}

.vodi-event-category .event-category-list__inner-poster,
.vodi-event-category .event-category-list__inner-poster:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.vodi-event-category .event-category-list__inner-poster::before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .9) 100%);
    content: " "
}

.vodi-event-category .event-category-list__inner-poster-image {
    height: 465px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width:992px) and (max-width:1199.98px) {
    .vodi-event-category .event-category-list__inner-poster-image {
        height: 380px
    }
}

@media (min-width:1440px) {
    .vodi-event-category .event-category-list__inner-poster-image {
        height: 565px
    }
}

.vodi-event-category .event-category-list__inner-poster-image.empty {
    background-color: #ddd
}

.vodi-event-category .event-category-list__inner-content {
    border: 2px solid #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
    z-index: 1
}

.vodi-event-category .event-category-list__inner .event-category-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px
}

.home-featured-blog-with-blog-grid-section {
    padding: 61px 0 38px
}

.home-featured-blog-with-blog-grid-section .featured-blog-with-blog-grid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.home-featured-blog-with-blog-grid-section .featured-blog-with-blog-grid-section__feature-article,
.home-featured-blog-with-blog-grid-section .featured-blog-with-blog-grid-section__grid-section {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px
}

@media (min-width:1200px) {
    .home-featured-blog-with-blog-grid-section .featured-blog-with-blog-grid-section__feature-article,
    .home-featured-blog-with-blog-grid-section .featured-blog-with-blog-grid-section__grid-section {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .home-featured-blog-with-blog-grid-section .featured-blog-with-blog-grid-section__feature-article .articles .article .article__attachment {
        height: 560px;
        overflow: hidden
    }
}

.home-featured-blog-with-blog-grid-section .articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.home-featured-blog-with-blog-grid-section .articles .article {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
    display: block;
    position: relative;
    margin-bottom: 20px
}

.home-featured-blog-with-blog-grid-section .articles .article .article__attachment {
    margin-bottom: 0;
    margin-right: 0;
    max-width: 100%
}

.home-featured-blog-with-blog-grid-section .articles .article .article__attachment--thumbnail {
    margin-left: auto;
    margin-right: auto
}

.home-featured-blog-with-blog-grid-section .articles .article .article__attachment:after {
    position: absolute;
    content: '';
    background-image: -webkit-linear-gradient(bottom, #000 0, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, 0) 90%);
    background-image: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, 0) 90%);
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    bottom: 0;
    left: 9px;
    right: 9px
}

.home-featured-blog-with-blog-grid-section .articles .article__summary {
    position: absolute;
    bottom: 15px;
    left: 24px;
    right: 24px
}

.home-featured-blog-with-blog-grid-section .articles .article__excerpt {
    color: #fff!important
}

.home-featured-blog-with-blog-grid-section .articles .article__excerpt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.home-featured-blog-with-blog-grid-section .articles .article__header {
    margin-bottom: 15px
}

.home-featured-blog-with-blog-grid-section .articles .article .article__title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -.01em
}

@media (min-width:1200px) {
    .home-featured-blog-with-blog-grid-section .articles .article .article__title {
        height: 23px;
        overflow: hidden
    }
}

.home-featured-blog-with-blog-grid-section .articles .article .article__title a {
    color: #fff
}

.home-featured-blog-with-blog-grid-section .articles .article .article__title a:focus,
.home-featured-blog-with-blog-grid-section .articles .article .article__title a:hover {
    color: #24baef
}

.home-featured-blog-with-blog-grid-section .articles .article .article__comments {
    display: none
}

@media (min-width:768px) {
    .home-featured-blog-with-blog-grid-section .articles.columns-2 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .home-featured-blog-with-blog-grid-section .articles.columns-3 .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.vodi-live-videos {
    position: relative;
    z-index: 1;
    padding-top: 16px;
    padding-bottom: 15px
}

@media (min-width:576px) {
    .vodi-live-videos__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.vodi-live-videos.home-section .home-section__header {
    margin-bottom: 20px
}

@media (min-width:768px) {
    .vodi-live-videos.home-section .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 15px;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .vodi-live-videos.home-section .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 7.8%;
        flex: 0 0 7.8%;
        max-width: 7.8%
    }
}

.vodi-live-videos.home-section .home-section__header:before {
    content: none
}

.vodi-live-videos.home-section .home-section__title {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding-bottom: 9px;
    border-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0
}

.vodi-live-videos.home-section .home-section__title svg {
    display: block;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .vodi-live-videos .masvideos-videos {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:1200px) {
    .vodi-live-videos .masvideos-videos {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 68.75%;
        flex: 0 0 68.75%;
        max-width: 68.75%
    }
}

.vodi-live-videos .masvideos-videos .videos {
    width: 100%
}

.vodi-live-videos .masvideos-videos .videos__inner {
    margin-right: -3.5px;
    margin-left: -3.5px
}

.vodi-live-videos .masvideos-videos .video {
    padding-left: 3.5px;
    padding-right: 3.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:768px) {
    .vodi-live-videos .masvideos-videos .video {
        min-height: 70px
    }
}

@media (min-width:992px) {
    .vodi-live-videos .masvideos-videos .video {
        margin-bottom: 0
    }
}

.vodi-live-videos .masvideos-videos .video__poster {
    margin-bottom: 0
}

.vodi-live-videos .masvideos-videos .video__body {
    background: #24baef;
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53.5%;
    flex: 0 0 53.5%;
    max-width: 53.5%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vodi-live-videos .masvideos-videos .video__badge {
    display: none
}

.vodi-live-videos .masvideos-videos .video__title {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    white-space: normal
}

.vodi-live-videos .masvideos-videos .video__title:focus,
.vodi-live-videos .masvideos-videos .video__title:hover {
    color: #fff
}

.vodi-live-videos .masvideos-videos .video__meta {
    color: #fff;
    margin-bottom: 0
}

.vodi-live-videos .masvideos-videos .video .vodi-jetpack-views,
.vodi-live-videos .masvideos-videos .video .wpulike .wp_ulike_general_class {
    color: #fff
}

.vodi-live-videos .masvideos-videos .video__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.5%;
    flex: 0 0 46.5%;
    max-width: 46.5%
}

.vodi-live-videos .masvideos-videos .video__container:after {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .7) 90%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .7) 90%);
    height: 100%;
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.dark .vodi-live-videos.home-section .home-section__title {
    color: #fff;
    border-bottom-color: #3c3e45
}

.light .vodi-live-videos.home-section .home-section__title {
    color: #121a21;
    border-bottom-color: #e8e8e8
}

@media (max-width:991.98px) {
    .header-static-content {
        display: none
    }
}

.section-playlist-carousel {
    background-color: #f2f3f5;
    padding: 56px 0 30px
}

.section-playlist-carousel__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-playlist-carousel .movie-playlists,
.section-playlist-carousel .tv-show-playlists,
.section-playlist-carousel .video-playlists {
    position: relative
}

.section-playlist-carousel .movie-playlists .slick-slide,
.section-playlist-carousel .tv-show-playlists .slick-slide,
.section-playlist-carousel .video-playlists .slick-slide {
    margin: 0 7.5px
}

.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+1) .movie-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+1) .tv-show-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+1) .video-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+1) .movie-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+1) .tv-show-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+1) .video-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+1) .movie-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+1) .tv-show-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+1) .video-playlist__link {
    background-color: #696969
}

.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+2) .movie-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+2) .tv-show-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+2) .video-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+2) .movie-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+2) .tv-show-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+2) .video-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+2) .movie-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+2) .tv-show-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+2) .video-playlist__link {
    background-color: #b9c0c8
}

.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+3) .movie-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+3) .tv-show-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+3) .video-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+3) .movie-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+3) .tv-show-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+3) .video-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+3) .movie-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+3) .tv-show-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+3) .video-playlist__link {
    background-color: #c0ae9f
}

.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+4) .movie-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+4) .tv-show-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n+4) .video-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+4) .movie-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+4) .tv-show-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n+4) .video-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+4) .movie-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+4) .tv-show-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n+4) .video-playlist__link {
    background-color: #7285ab
}

.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n) .movie-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n) .tv-show-playlist__link,
.section-playlist-carousel .movie-playlists .slick-slide:nth-child(5n) .video-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n) .movie-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n) .tv-show-playlist__link,
.section-playlist-carousel .tv-show-playlists .slick-slide:nth-child(5n) .video-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n) .movie-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n) .tv-show-playlist__link,
.section-playlist-carousel .video-playlists .slick-slide:nth-child(5n) .video-playlist__link {
    background-color: #a48997
}

.section-playlist-carousel .movie-playlists .slick-list,
.section-playlist-carousel .tv-show-playlists .slick-list,
.section-playlist-carousel .video-playlists .slick-list {
    margin: 0 -7.5px
}

.section-playlist-carousel .movie-playlists .slick-arrow,
.section-playlist-carousel .tv-show-playlists .slick-arrow,
.section-playlist-carousel .video-playlists .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 34%;
    z-index: 1
}

.section-playlist-carousel .movie-playlists .slick-arrow::before,
.section-playlist-carousel .tv-show-playlists .slick-arrow::before,
.section-playlist-carousel .video-playlists .slick-arrow::before {
    display: inline-block
}

.section-playlist-carousel .movie-playlists .slick-arrow:focus,
.section-playlist-carousel .movie-playlists .slick-arrow:hover,
.section-playlist-carousel .tv-show-playlists .slick-arrow:focus,
.section-playlist-carousel .tv-show-playlists .slick-arrow:hover,
.section-playlist-carousel .video-playlists .slick-arrow:focus,
.section-playlist-carousel .video-playlists .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-playlist-carousel .movie-playlists .slick-prev,
.section-playlist-carousel .tv-show-playlists .slick-prev,
.section-playlist-carousel .video-playlists .slick-prev {
    left: 0
}

.section-playlist-carousel .movie-playlists .slick-prev:before,
.section-playlist-carousel .tv-show-playlists .slick-prev:before,
.section-playlist-carousel .video-playlists .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-playlist-carousel .movie-playlists .slick-prev:before,
[dir=rtl] .section-playlist-carousel .tv-show-playlists .slick-prev:before,
[dir=rtl] .section-playlist-carousel .video-playlists .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-playlist-carousel .movie-playlists .slick-prev,
    .section-playlist-carousel .tv-show-playlists .slick-prev,
    .section-playlist-carousel .video-playlists .slick-prev {
        left: -30px
    }
}

@media (min-width:1440px) {
    .section-playlist-carousel .movie-playlists .slick-prev,
    .section-playlist-carousel .tv-show-playlists .slick-prev,
    .section-playlist-carousel .video-playlists .slick-prev {
        left: -60px
    }
}

.section-playlist-carousel .movie-playlists .slick-prev:hover::before,
.section-playlist-carousel .tv-show-playlists .slick-prev:hover::before,
.section-playlist-carousel .video-playlists .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-playlist-carousel .movie-playlists .slick-prev:hover::before,
[dir=rtl] .section-playlist-carousel .tv-show-playlists .slick-prev:hover::before,
[dir=rtl] .section-playlist-carousel .video-playlists .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-playlist-carousel .movie-playlists .slick-next,
.section-playlist-carousel .tv-show-playlists .slick-next,
.section-playlist-carousel .video-playlists .slick-next {
    right: 0
}

.section-playlist-carousel .movie-playlists .slick-next:before,
.section-playlist-carousel .tv-show-playlists .slick-next:before,
.section-playlist-carousel .video-playlists .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-playlist-carousel .movie-playlists .slick-next:before,
[dir=rtl] .section-playlist-carousel .tv-show-playlists .slick-next:before,
[dir=rtl] .section-playlist-carousel .video-playlists .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (min-width:768px) {
    .section-playlist-carousel .movie-playlists .slick-next,
    .section-playlist-carousel .tv-show-playlists .slick-next,
    .section-playlist-carousel .video-playlists .slick-next {
        right: -30px
    }
}

@media (min-width:1440px) {
    .section-playlist-carousel .movie-playlists .slick-next,
    .section-playlist-carousel .tv-show-playlists .slick-next,
    .section-playlist-carousel .video-playlists .slick-next {
        right: -60px
    }
}

.section-playlist-carousel .movie-playlists .slick-next:hover::before,
.section-playlist-carousel .tv-show-playlists .slick-next:hover::before,
.section-playlist-carousel .video-playlists .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-playlist-carousel .movie-playlists .slick-next:hover::before,
[dir=rtl] .section-playlist-carousel .tv-show-playlists .slick-next:hover::before,
[dir=rtl] .section-playlist-carousel .video-playlists .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-tv-episodes-carousel {
    padding: 66px 0
}

.section-tv-episodes-carousel__carousel .episode {
    margin-bottom: 0
}

@media (min-width:992px) {
    .section-tv-episodes-carousel__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30.8333333333%;
        flex: 0 0 30.8333333333%;
        max-width: 30.8333333333%
    }
}

@media (min-width:992px) {
    .section-tv-episodes-carousel.header-right .section-tv-episodes-carousel__header {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
        padding-left: 20px
    }
}

.section-tv-episodes-carousel__with-bg {
    background: #f1f3f4
}

@media (min-width:992px) {
    .section-tv-episodes-carousel__header+.section-tv-episodes-carousel__carousel {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel__header+.section-tv-episodes-carousel__carousel {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 67.5%;
        flex: 0 0 67.5%;
        max-width: 67.5%
    }
}

.section-tv-episodes-carousel__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-tv-episodes-carousel__title {
    margin-bottom: 20px
}

.section-tv-episodes-carousel__custom-arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 24px
}

@media (min-width:992px) {
    .section-tv-episodes-carousel__custom-arrows:last-child {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .section-tv-episodes-carousel__custom-arrows {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (min-width:992px) {
    .section-tv-episodes-carousel__custom-arrows:last-child {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .section-tv-episodes-carousel__custom-arrows {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.section-tv-episodes-carousel__custom-arrows .slick-arrow {
    position: static;
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    margin-right: 13px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto
}

.section-tv-episodes-carousel__custom-arrows .slick-arrow:last-child {
    margin-right: 0
}

.section-tv-episodes-carousel__custom-arrows .slick-arrow::before {
    display: inline-block
}

.section-tv-episodes-carousel__custom-arrows .slick-arrow:focus,
.section-tv-episodes-carousel__custom-arrows .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-tv-episodes-carousel__custom-arrows .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel__custom-arrows .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

.section-tv-episodes-carousel__custom-arrows .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel__custom-arrows .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

.section-tv-episodes-carousel__custom-arrows .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-tv-episodes-carousel__custom-arrows .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

.section-tv-episodes-carousel__custom-arrows .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-tv-episodes-carousel__custom-arrows .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

@media (max-width:991.98px) {
    .section-tv-episodes-carousel__custom-arrows+.home-section__action {
        margin-bottom: 24px
    }
}

.section-tv-episodes-carousel.dark .slick-arrow {
    border-color: #7a7c7d
}

.section-tv-episodes-carousel.dark .slick-arrow:focus,
.section-tv-episodes-carousel.dark .slick-arrow:hover {
    border-color: #949cb0
}

.section-tv-episodes-carousel.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)" /></svg>')
}

.section-tv-episodes-carousel.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(100, 106, 123)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(100, 106, 123)" /></svg>')
}

.section-tv-episodes-carousel.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)" /></svg>')
}

[dir=rtl] .section-tv-episodes-carousel.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

.section-tv-episodes-carousel.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(100, 106, 123)" /></svg>')
}

[dir=rtl] .section-tv-episodes-carousel.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

.section-tv-episodes-carousel.style-2 {
    padding: 40px 0 6px
}

.section-tv-episodes-carousel.style-2 .home-section__action {
    text-align: left;
    border-top: 1px solid #acacac2b;
    padding: 14px 0
}

.section-tv-episodes-carousel.style-2 .home-section__action a {
    font-size: 13px;
    text-transform: uppercase;
    color: #949cb0
}

.section-tv-episodes-carousel.style-2 .home-section__title {
    font-size: 32px;
    font-weight: 600
}

.section-tv-episodes-carousel ul.nav {
    margin-bottom: 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:991.98px) {
    .section-tv-episodes-carousel ul.nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel ul.nav {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial;
        overflow-y: initial
    }
}

.section-tv-episodes-carousel ul.nav .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-tv-episodes-carousel ul.nav .nav-item .nav-link {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
    color: #949494
}

.section-tv-episodes-carousel ul.nav .nav-item .nav-link.active {
    font-weight: 700
}

.section-tv-episodes-carousel ul.nav .nav-item+.nav-item:before {
    content: "/";
    margin: 0 15px;
    color: #949494
}

@media (min-width:992px) {
    .section-tv-episodes-carousel.has-section-header:not(.header-right) ul.nav {
        margin-left: 34.1666666667%
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel.has-section-header:not(.header-right) ul.nav {
        margin-left: 30.9166666667%
    }
}

.section-tv-episodes-carousel-flex-header {
    padding: 50px 0 30px
}

.section-tv-episodes-carousel-flex-header .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 30%;
    z-index: 1
}

.section-tv-episodes-carousel-flex-header .slick-arrow::before {
    display: inline-block
}

.section-tv-episodes-carousel-flex-header .slick-arrow:focus,
.section-tv-episodes-carousel-flex-header .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-tv-episodes-carousel-flex-header.home-section .home-section__flex-header {
    margin-bottom: 12px
}

.section-tv-episodes-carousel-flex-header .episodes .slick-list {
    margin-top: 0
}

.section-tv-episodes-carousel-flex-header .episode {
    margin-bottom: 0
}

.section-tv-episodes-carousel-flex-header .episode__poster img {
    height: 100%
}

.section-tv-episodes-carousel-flex-header .slick-prev {
    left: 0
}

.section-tv-episodes-carousel-flex-header .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

@media (min-width:768px) {
    .section-tv-episodes-carousel-flex-header .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel-flex-header .slick-prev {
        left: -50px
    }
}

@media (min-width:1440px) {
    .section-tv-episodes-carousel-flex-header .slick-prev {
        left: -65px
    }
}

.section-tv-episodes-carousel-flex-header .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

.section-tv-episodes-carousel-flex-header .slick-next {
    right: 0
}

.section-tv-episodes-carousel-flex-header .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

@media (min-width:768px) {
    .section-tv-episodes-carousel-flex-header .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel-flex-header .slick-next {
        right: -50px
    }
}

@media (min-width:1440px) {
    .section-tv-episodes-carousel-flex-header .slick-next {
        right: -65px
    }
}

.section-tv-episodes-carousel-flex-header .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.dark .section-tv-episodes-carousel__carousel .slick-arrow {
    border-color: #7a7c7d
}

.section-tv-episodes-carousel-flex-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

.section-tv-episodes-carousel-flex-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.style-2 {
    padding: 0 0 34px
}

.section-tv-episodes-carousel-flex-header.style-2.dark .section-tv-episodes-carousel__carousel .slick-arrow:hover {
    background: 0 0
}

.section-tv-episodes-carousel-flex-header.style-2 .section-videos-carousel__carousel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.section-tv-episodes-carousel-flex-header.style-2 .episode__poster:before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0, rgba(0, 0, 0, .9) 100%);
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.section-tv-episodes-carousel-flex-header.style-2 .episode__body {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 13px;
    z-index: 1;
    right: 0
}

.section-tv-episodes-carousel-flex-header.style-2 .episode__number {
    color: #fff
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-arrow {
    width: 22px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-arrow:before {
    display: block
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-prev {
    left: -10px
}

@media (min-width:768px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-prev {
        left: -25px
    }
}

@media (min-width:768px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-prev {
        left: -40px
    }
}

@media (min-width:1440px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-prev {
        left: -47px
    }
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.style-2 .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-next {
    right: -10px
}

@media (min-width:768px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-next {
        right: -25px
    }
}

@media (min-width:768px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-next {
        right: -40px
    }
}

@media (min-width:1440px) {
    .section-tv-episodes-carousel-flex-header.style-2 .slick-next {
        right: -47px
    }
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.style-2 .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

.section-tv-episodes-carousel-flex-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-tv-episodes-carousel-flex-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

.home-tv-show-section-aside-header {
    padding: 45px 0 40px
}

.home-tv-show-section-aside-header__inner .masvideos-tv-shows .home-section__header {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 1em
}

@media (min-width:992px) {
    .home-tv-show-section-aside-header__inner .masvideos-tv-shows .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-align-self: center;
        align-self: center;
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .home-tv-show-section-aside-header__inner .masvideos-tv-shows .home-section__header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-right: 51px
    }
}

.home-tv-show-section-aside-header__inner .masvideos-tv-shows .tv-show {
    margin-bottom: 26px
}

.home-tv-show-section-aside-header ul.nav {
    margin-bottom: 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

@media (max-width:991.98px) {
    .home-tv-show-section-aside-header ul.nav {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .home-tv-show-section-aside-header ul.nav {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial;
        overflow-y: initial
    }
}

.home-tv-show-section-aside-header ul.nav .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home-tv-show-section-aside-header ul.nav .nav-item .nav-link {
    font-family: Montserrat, "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
    color: #949494
}

.home-tv-show-section-aside-header ul.nav .nav-item .nav-link.active {
    font-weight: 700
}

.home-tv-show-section-aside-header ul.nav .nav-item+.nav-item:before {
    content: "/";
    margin: 0 15px;
    color: #949494
}

@media (min-width:992px) {
    .home-tv-show-section-aside-header.has-section-header ul.nav {
        margin-left: 50.8333333333%
    }
}

@media (min-width:1200px) {
    .home-tv-show-section-aside-header.has-section-header ul.nav {
        margin-left: 33.8333333333%
    }
}

.section-tv-shows-carousel-nav-header {
    padding: 61px 0 38px
}

.section-tv-shows-carousel-nav-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-tv-shows-carousel-nav-header__carousel .tv-shows .slick-slide {
    width: calc(100% + 15px);
    margin: 0 7.5px
}

.section-tv-shows-carousel-nav-header__carousel .tv-shows .slick-list {
    margin: 0 -7.5px
}

.section-tv-shows-carousel-nav-header__carousel .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 34%;
    z-index: 1
}

.section-tv-shows-carousel-nav-header__carousel .slick-arrow::before {
    display: inline-block
}

.section-tv-shows-carousel-nav-header__carousel .slick-arrow:focus,
.section-tv-shows-carousel-nav-header__carousel .slick-arrow:hover {
    border-color: #9f9fa4
}

.section-tv-shows-carousel-nav-header__carousel .slick-prev {
    left: 0
}

.section-tv-shows-carousel-nav-header__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

@media (min-width:768px) {
    .section-tv-shows-carousel-nav-header__carousel .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-shows-carousel-nav-header__carousel .slick-prev {
        left: -50px
    }
}

@media (min-width:1440px) {
    .section-tv-shows-carousel-nav-header__carousel .slick-prev {
        left: -65px
    }
}

.section-tv-shows-carousel-nav-header__carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header__carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

.section-tv-shows-carousel-nav-header__carousel .slick-next {
    right: 0
}

.section-tv-shows-carousel-nav-header__carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header__carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

@media (min-width:768px) {
    .section-tv-shows-carousel-nav-header__carousel .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-shows-carousel-nav-header__carousel .slick-next {
        right: -50px
    }
}

@media (min-width:1440px) {
    .section-tv-shows-carousel-nav-header__carousel .slick-next {
        right: -65px
    }
}

.section-tv-shows-carousel-nav-header__carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header__carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

.section-tv-shows-carousel-nav-header.dark .slick-arrow {
    border-color: #7a7c7d
}

.section-tv-shows-carousel-nav-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.dark .slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

.section-tv-shows-carousel-nav-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

.section-tv-shows-carousel-nav-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.dark .slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(122, 124, 125)"/></svg>')
}

.section-tv-shows-carousel-nav-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(255, 255, 255)" /></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(255, 255, 255)"/></svg>')
}

.section-tv-shows-carousel-nav-header.style-2.dark .section-tv-shows-carousel-nav-header__carousel .slick-arrow:hover {
    background: 0 0
}

.section-tv-shows-carousel-nav-header.style-2 .tv-shows {
    margin-bottom: 9px
}

.section-tv-shows-carousel-nav-header.style-2 .tv-shows .video__poster:before {
    bottom: -1px
}

.section-tv-shows-carousel-nav-header.style-2 .slick-arrow {
    width: 22px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 0
}

.section-tv-shows-carousel-nav-header.style-2 .slick-arrow:before {
    display: block
}

.section-tv-shows-carousel-nav-header.style-2 .slick-prev {
    left: -10px
}

@media (min-width:768px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-prev {
        left: -25px
    }
}

@media (min-width:768px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-prev {
        left: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-prev {
        left: -40px
    }
}

@media (min-width:1440px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-prev {
        left: -47px
    }
}

.section-tv-shows-carousel-nav-header.style-2 .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.style-2 .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

.section-tv-shows-carousel-nav-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

.section-tv-shows-carousel-nav-header.style-2 .slick-next {
    right: -10px
}

@media (min-width:768px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-next {
        right: -25px
    }
}

@media (min-width:768px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-next {
        right: -30px
    }
}

@media (min-width:1200px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-next {
        right: -40px
    }
}

@media (min-width:1440px) {
    .section-tv-shows-carousel-nav-header.style-2 .slick-next {
        right: -47px
    }
}

.section-tv-shows-carousel-nav-header.style-2 .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.style-2 .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/></svg>')
}

.section-tv-shows-carousel-nav-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(129, 129, 133)"/></svg>')
}

.section-tv-shows-carousel-nav-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.style-2.dark .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

.section-tv-shows-carousel-nav-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/></svg>')
}

[dir=rtl] .section-tv-shows-carousel-nav-header.style-2.dark .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/></svg>')
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-fluid {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-fluid {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-fluid {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .container,
    .container-fluid {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .container,
    .container-fluid {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width:1486px) {
    .container,
    .container-fluid {
        max-width: 1486px
    }
}

@media (min-width:1776px) {
    .home-v4-container .container,
    .home-v4-container .container-fluid {
        max-width: 1776px
    }
}

.banner-with-section-videos__1-8-column,
.blog-grid-with-list-section,
.blog-section-3-with-sidebar__blog-section-3-content,
.brand-video-channel-carousel__inner,
.featured-tv-shows__inner,
.gallery,
.grid-movie-list,
.home-blog-grid-section .articles,
.home-blog-sidebar-section__inner,
.home-section-featured-tv-shows>.about-movie,
.home-section__movies__inner,
.home-section__videos__inner,
.masvideos-register-login,
.row,
.section-feature-post__inner,
.section-featured-video__inner,
.section-movies-carousel-aside-header__inner,
.section-movies-list,
.section-tv-episodes-carousel__inner,
.section-videos-carousel-aside-header__inner,
.section-videos-live-coming-soon__inner,
.single-episode-v3 .episode,
.single-episode-v4 .episode,
.site-content__inner,
.videos-list,
.videos-with-featured-video__1-10-column,
.videos-with-featured-video__1-12-column,
.videos-with-featured-video__1-6-column,
.videos-with-featured-video__1-8-column,
.vodi-archive-wrapper[data-view=list-large] .movie,
.vodi-archive-wrapper[data-view=list-small] .movie,
.vodi-archive-wrapper[data-view=list],
.vodi-event-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.banner-with-section-videos__1-8-column>.masvideos,
.brand-video-channel-carousel__inner .thumbnail,
.column,
.content-area,
.featured-tv-shows__inner .movie-info,
.featured-tv-shows__inner .movie-poster,
.gallery>.gallery-item,
.grid-movie-list .movie__list,
.home-blog-grid-section .article,
.home-section-featured-tv-shows .about-movie,
.home-section-featured-tv-shows .about-movie>.movie-detail,
.home-section-featured-tv-shows .about-movie>.movie-poster,
.home-section__movies__inner .masmovies-movies,
.home-section__movies__inner>.home-section__header,
.home-section__videos__inner .masvideos-videos,
.home-section__videos__inner>.home-section__header,
.hot-premier-show .movie,
.masvideos-register-login .masvideos-login,
.masvideos-register-login .masvideos-register,
.section-feature-post__inner .article,
.section-featured-video__inner>.featured-video__action,
.section-featured-video__inner>.featured-video__content,
.section-movies-carousel-aside-header__inner>.section-movies-carousel-aside-header__header,
.section-movies-carousel-aside-header__inner>.section-movies-carousel__carousel,
.section-tv-episodes-carousel__inner>.section-tv-episodes-carousel__carousel,
.section-tv-episodes-carousel__inner>.section-tv-episodes-carousel__header,
.section-videos-carousel-aside-header__inner>.section-videos-carousel-aside-header__header,
.section-videos-carousel-aside-header__inner>.section-videos-carousel__carousel,
.section-videos-live-coming-soon__inner>.coming-soon-videos,
.section-videos-live-coming-soon__inner>.live-videos,
.sidebar-area,
.site-content__inner>.page__header,
.videos-list>.video,
.videos-with-featured-video__1-10-column>.masvideos,
.videos-with-featured-video__1-12-column>.masvideos,
.videos-with-featured-video__1-6-column>.masvideos-videos,
.videos-with-featured-video__1-8-column>.masvideos,
.vodi-archive-wrapper[data-view=list-large] .movie__info,
.vodi-archive-wrapper[data-view=list-large] .movie__poster,
.vodi-archive-wrapper[data-view=list-large] .movie__review-info,
.vodi-archive-wrapper[data-view=list-large] .video__container,
.vodi-archive-wrapper[data-view=list-large] .video__info,
.vodi-archive-wrapper[data-view=list-large] .video__review-info,
.vodi-archive-wrapper[data-view=list-small] .movie__info,
.vodi-archive-wrapper[data-view=list-small] .movie__poster,
.vodi-archive-wrapper[data-view=list-small] .movie__review-info,
.vodi-archive-wrapper[data-view=list-small] .video__container,
.vodi-archive-wrapper[data-view=list-small] .video__info,
.vodi-archive-wrapper[data-view=list-small] .video__review-info,
.vodi-archive-wrapper[data-view=list] .video__info,
.widget-area {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.stretch-full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .stretch-full-width {
        margin-left: calc(-50vw + 50%)
    }
}

.home-section-episodes-with-featured-episode {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0 15px
}

.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-1-block,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-1-block .masvideos-episodes,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block .masvideos-episodes,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-1-block .masvideos-episodes .episode__poster img,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block .masvideos-episodes .episode__poster img,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes .episode__poster img,
.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes .episode__poster img {
    height: 100%
}

.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-1-block .masvideos-episodes {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block .masvideos-episodes {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 386px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 478px;
        padding: 0
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block .masvideos-episodes+.masvideos-episodes .columns-2 .episode__poster .episode__link {
        height: 154px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-4-block .masvideos-episodes+.masvideos-episodes .columns-2 .episode__poster .episode__link {
        height: 200px
    }
}

.home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes .episode {
    margin-bottom: 15px
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes .episode {
        margin-bottom: 43px
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40.0833333333%;
        flex: 0 0 40.0833333333%;
        max-width: 40.0833333333%
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 299px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 405px
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes+.masvideos-episodes {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 59.9166666667%;
        flex: 0 0 59.9166666667%;
        max-width: 59.9166666667%
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes+.masvideos-episodes .columns-3 .episode__poster .episode__link {
        height: 115px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-6-block .masvideos-episodes+.masvideos-episodes .columns-3 .episode__poster .episode__link {
        height: 154px
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 34.1666666667%;
        flex: 0 0 34.1666666667%;
        max-width: 34.1666666667%
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 277px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 310px
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes+.masvideos-episodes {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65.8333333333%;
        flex: 0 0 65.8333333333%;
        max-width: 65.8333333333%
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes+.masvideos-episodes .columns-4 .episode__poster .episode__link {
        height: 100px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode .episodes-with-featured-episode__1-8-block .masvideos-episodes+.masvideos-episodes .columns-4 .episode__poster .episode__link {
        height: 116px
    }
}

.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-1-block,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-4-block,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-6-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-1-block .episode,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-1-block .masvideos-episodes,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-4-block .episode,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-4-block .masvideos-episodes,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-6-block .episode,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-6-block .masvideos-episodes {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-1-block .masvideos-episodes .episode,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-4-block .masvideos-episodes .episode,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-6-block .masvideos-episodes .episode {
    margin-bottom: 20px
}

.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-1-block .episodes__inner,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-4-block .episodes__inner,
.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-6-block .episodes__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-4-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 328px
    }
}

@media (min-width:1440px) {
    .home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-4-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 420px
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-6-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 388px
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-6-block .masvideos-episodes+.masvideos-episodes .columns-3 .episode__poster .episode__link {
        height: 184px
    }
}

.home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-8-block .masvideos-episodes .episode {
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-8-block .masvideos-episodes .columns-1 .episode__poster .episode__link {
        height: 295px
    }
}

@media (min-width:1200px) {
    .home-section-episodes-with-featured-episode.style-2 .episodes-with-featured-episode__1-8-block .masvideos-episodes+.masvideos-episodes .columns-4 .episode__poster .episode__link {
        height: 140px
    }
}

.article__quote cite {
    font-family: "Open Sans", sans-serif
}

.article__link p,
.article__quote p,
.article__title,
.comment-reply-title,
.comments-title,
.header-v4 .masthead-row-2 ul.navbar-primary,
.home-sidebar-area .widget-title,
.masvideos-persons-control-bar,
.masvideos-persons-page-control-bar,
.page-control-bar-bottom,
.recentcomments>a,
.section-title,
.site-header__upload,
.site-header__user-account,
.site_header_primary-nav,
.site_header__secondary-nav,
.site_header__secondary-nav-v3,
.vodi-control-bar,
.widget-area .widget-title,
.widget_rss .rsswidget {
    font-family: Montserrat, "Open Sans", sans-serif
}

a {
    color: #24baef
}

a:focus,
a:hover {
    text-decoration: none
}

.masvideos-error {
    padding-left: 0;
    list-style: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #3a3a3a;
    background-color: #f8d7da;
    border-color: #f8d7da
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(..//images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.time_circles {
    position: relative;
    width: 100%;
    height: 100%
}

.time_circles>div {
    position: absolute;
    text-align: center
}

.time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial
}

.time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: .4em;
    font-weight: 700
}

.wpcdt-date-conf {
    display: none
}

.wpcdt-clearfix:before,
.wpcdt-clearfix:after {
    content: "";
    display: table
}

.wpcdt-clearfix::after {
    clear: both
}

.wpcdt-countdown-timer {
    margin: 0 auto
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../../../plugins/masvideos/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

@charset "UTF-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1440px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.nav .sub-menu,
.site-header__user-account .sub-menu,
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu.show {
    display: block
}

.nav .sub-menu>li>a,
.dropdown-menu>li>a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.nav .sub-menu>li>a:hover,
.nav .sub-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.nav .sub-menu>li>a.active,
.nav .sub-menu>li>a:active,
.dropdown-menu>li>a.active,
.dropdown-menu>li>a:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.nav .sub-menu>li>a.disabled,
.nav .sub-menu>li>a:disabled,
.dropdown-menu>li>a.disabled,
.dropdown-menu>li>a:disabled {
    color: #6c757d;
    background-color: transparent
}

figure,
img,
video {
    max-width: 100%;
    height: auto
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
    border: none
}

p>embed:only-child,
p>iframe:only-child,
p>object:only-child {
    margin-bottom: 0
}

.wp-caption {
    max-width: 100%
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 15px;
    color: #707070;
    text-align: center;
    margin-top: 8px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 25px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 25px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignright,
img.alignleft {
    margin-bottom: 15px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

select {
    max-width: 100%;
    background-color: transparent;
    border: 1px solid #cdcdcd;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #000), -webkit-linear-gradient(315deg, #000, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, #000), linear-gradient(135deg, #000, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
    background-size: 6px 6px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none
}

select:not([size]):not([multiple]) {
    height: calc(1.5em + 0.75rem + 2px)
}

select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
.search-field,
select,
textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d0d2;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    input[type="text"],
    input[type="password"],
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="range"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    .search-field,
    select,
    textarea {
        -webkit-transition: none;
        transition: none
    }
}

input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="color"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="week"]::-ms-expand,
.search-field::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
.search-field:focus,
select:focus,
textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 1px #80bdff;
    outline: 0
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
.search-field::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
.search-field:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
.search-field::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="range"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
.search-field::placeholder,
select::placeholder,
textarea::placeholder {
    color: #6c757d;
    opacity: 1
}

input[type="text"]:disabled,
input[type="text"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
.search-field:disabled,
.search-field[readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.button,
.btn,
.search-submit,
button,
input[type="submit"],
input[type="reset"] {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .button,
    .btn,
    .search-submit,
    button,
    input[type="submit"],
    input[type="reset"] {
        -webkit-transition: none;
        transition: none
    }
}

.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
.search-submit:hover,
.search-submit:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
    text-decoration: none
}

.button:focus,
.button.focus,
.btn:focus,
.btn.focus,
.search-submit:focus,
.search-submit.focus,
button:focus,
button.focus,
input[type="submit"]:focus,
input[type="submit"].focus,
input[type="reset"]:focus,
input[type="reset"].focus {
    outline: 0
}

.button.disabled,
.button:disabled,
.btn.disabled,
.btn:disabled,
.search-submit.disabled,
.search-submit:disabled,
button.disabled,
button:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled {
    opacity: .65
}

.button:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled),
.search-submit:not(:disabled):not(.disabled),
button:not(:disabled):not(.disabled),
input[type="submit"]:not(:disabled):not(.disabled),
input[type="reset"]:not(:disabled):not(.disabled) {
    cursor: pointer
}

.button:not(:disabled):not(.disabled):active,
.button:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.search-submit:not(:disabled):not(.disabled):active,
.search-submit:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled).active,
input[type="submit"]:not(:disabled):not(.disabled):active,
input[type="submit"]:not(:disabled):not(.disabled).active,
input[type="reset"]:not(:disabled):not(.disabled):active,
input[type="reset"]:not(:disabled):not(.disabled).active {
    background-image: none
}

.button,
.btn,
button,
input[type="submit"],
input[type="reset"] {
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px
}

input[type="submit"] {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

input[type="submit"]:hover {
    color: #fff;
    background-color: #10a7dd;
    border-color: #0f9ed1
}

input[type="submit"]:focus,
input[type="submit"].focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

input[type="submit"].disabled,
input[type="submit"]:disabled {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

input[type="submit"]:not(:disabled):not(.disabled):active,
input[type="submit"]:not(:disabled):not(.disabled).active,
.show>input[type="submit"].dropdown-toggle {
    color: #fff;
    background-color: #0f9ed1;
    border-color: #0e95c5
}

input[type="submit"]:not(:disabled):not(.disabled):active:focus,
input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.show>input[type="submit"].dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

.comment-form-cookies-consent label {
    margin-left: .5rem
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.btn-vodi-primary,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.btn-vodi-primary:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: #fff;
    background-color: #10a7dd;
    border-color: #0f9ed1
}

.btn-vodi-primary:focus,
.btn-vodi-primary.focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

.btn-vodi-primary.disabled,
.btn-vodi-primary:disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.disabled,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:disabled {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.btn-vodi-primary:not(:disabled):not(.disabled):active,
.btn-vodi-primary:not(:disabled):not(.disabled).active,
.show>.btn-vodi-primary.dropdown-toggle,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled):active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled).active,
.show>.wp-block-button:not(.is-style-outline) .wp-block-button__link.dropdown-toggle {
    color: #fff;
    background-color: #0f9ed1;
    border-color: #0e95c5
}

.btn-vodi-primary:not(:disabled):not(.disabled):active:focus,
.btn-vodi-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-vodi-primary.dropdown-toggle:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.show>.wp-block-button:not(.is-style-outline) .wp-block-button__link.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

.btn-outline-vodi-primary,
.wp-block-button.is-style-outline .wp-block-button__link {
    color: #24baef;
    border-color: #24baef
}

.btn-outline-vodi-primary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.btn-outline-vodi-primary:focus,
.btn-outline-vodi-primary.focus,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link.focus {
    box-shadow: 0 0 0 .2rem rgba(36, 186, 239, .5)
}

.btn-outline-vodi-primary.disabled,
.btn-outline-vodi-primary:disabled,
.wp-block-button.is-style-outline .wp-block-button__link.disabled,
.wp-block-button.is-style-outline .wp-block-button__link:disabled {
    color: #24baef;
    background-color: transparent
}

.btn-outline-vodi-primary:not(:disabled):not(.disabled):active,
.btn-outline-vodi-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-vodi-primary.dropdown-toggle,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active,
.show>.wp-block-button.is-style-outline .wp-block-button__link.dropdown-toggle {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.btn-outline-vodi-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-vodi-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-vodi-primary.dropdown-toggle:focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active:focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active:focus,
.show>.wp-block-button.is-style-outline .wp-block-button__link.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(36, 186, 239, .5)
}

.btn-long {
    padding: 9px 44px
}

.footer-v3-menu,
.footer-v4-menu,
.nav,
.offcanvas-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.footer-v3-menu>li>a,
.footer-v4-menu>li>a,
.nav>li>a,
.offcanvas-nav>li>a {
    display: block
}

.footer-v3-menu>li>a:hover,
.footer-v3-menu>li>a:focus,
.footer-v4-menu>li>a:hover,
.footer-v4-menu>li>a:focus,
.nav>li>a:hover,
.nav>li>a:focus,
.offcanvas-nav>li>a:hover,
.offcanvas-nav>li>a:focus {
    text-decoration: none
}

.footer-v3-menu>li>a.disabled,
.footer-v4-menu>li>a.disabled,
.nav>li>a.disabled,
.offcanvas-nav>li>a.disabled {
    color: #6c757d
}

.footer-v3-menu .menu-item-has-children,
.footer-v4-menu .menu-item-has-children,
.nav .menu-item-has-children,
.offcanvas-nav .menu-item-has-children {
    position: relative
}

.footer-v3-menu .menu-item-has-children:hover>.sub-menu,
.footer-v3-menu .menu-item-has-children:focus>.sub-menu,
.footer-v4-menu .menu-item-has-children:hover>.sub-menu,
.footer-v4-menu .menu-item-has-children:focus>.sub-menu,
.nav .menu-item-has-children:hover>.sub-menu,
.nav .menu-item-has-children:focus>.sub-menu,
.offcanvas-nav .menu-item-has-children:hover>.sub-menu,
.offcanvas-nav .menu-item-has-children:focus>.sub-menu {
    display: block
}

.footer-v3-menu .sub-menu .sub-menu,
.footer-v4-menu .sub-menu .sub-menu,
.nav .sub-menu .sub-menu,
.offcanvas-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0
}

ul.page-numbers,
.nav-links,
.page-links-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.page-numbers,
.nav-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

ul.page-numbers>li>a,
ul.page-numbers>li>span,
.nav-links>.page-numbers,
.page-links-inner>a,
.page-links-inner>span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin: 0 4px;
    line-height: 1.25;
    color: #949cb0;
    background-color: #f6f7f9;
    border: 0 solid #dee2e6;
    border-radius: 2px
}

ul.page-numbers>li>a:hover,
ul.page-numbers>li>span:hover,
.nav-links>.page-numbers:hover,
.page-links-inner>a:hover,
.page-links-inner>span:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

ul.page-numbers>li>a:focus,
ul.page-numbers>li>span:focus,
.nav-links>.page-numbers:focus,
.page-links-inner>a:focus,
.page-links-inner>span:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

ul.page-numbers>li>a:not(:disabled):not(.disabled),
ul.page-numbers>li>span:not(:disabled):not(.disabled),
.nav-links>.page-numbers:not(:disabled):not(.disabled),
.page-links-inner>a:not(:disabled):not(.disabled),
.page-links-inner>span:not(:disabled):not(.disabled) {
    cursor: pointer
}

ul.page-numbers>li>a.current,
ul.page-numbers>li>span.current,
.nav-links>.page-numbers.current,
.page-links-inner>a.current,
.page-links-inner>span.current {
    z-index: 1;
    color: #fff;
    background-color: #24baef;
    border-color: #007bff;
    font-weight: 700
}

ul.page-numbers>li>a,
ul.page-numbers>li>span,
.nav-links>.page-numbers {
    margin-bottom: 15px
}

@media (min-width:768px) {
    ul.page-numbers>li>a,
    ul.page-numbers>li>span,
    .nav-links>.page-numbers {
        margin-bottom: 0
    }
}

.page-links-inner>span {
    z-index: 1;
    color: #fff;
    background-color: #24baef;
    border-color: #007bff;
    font-weight: 700
}

.pagination {
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin-bottom: 40px
}

.container-fluid,
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container-fluid,
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container-fluid,
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container-fluid,
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container-fluid,
    .container {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .container-fluid,
    .container {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .container-fluid,
    .container {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width:1486px) {
    .container-fluid,
    .container {
        max-width: 1486px
    }
}

@media (min-width:1776px) {
    .home-v4-container .container,
    .home-v4-container .container-fluid {
        max-width: 1776px
    }
}

.row,
.site-content__inner,
.gallery,
.masvideos-register-login,
.home-section__movies__inner,
.section-movies-carousel-aside-header__inner,
.section-tv-episodes-carousel__inner,
.section-movies-list,
.grid-movie-list,
.videos-list,
.section-featured-video__inner,
.videos-with-featured-video__1-6-column,
.videos-with-featured-video__1-8-column,
.videos-with-featured-video__1-10-column,
.videos-with-featured-video__1-12-column,
.home-section__videos__inner,
.section-videos-carousel-aside-header__inner,
.home-blog-sidebar-section__inner,
.blog-section-3-with-sidebar__blog-section-3-content,
.section-feature-post__inner,
.section-videos-live-coming-soon__inner,
.vodi-event-category-list,
.brand-video-channel-carousel__inner,
.banner-with-section-videos__1-8-column,
.videos-with-featured-video__1-8-column,
.home-section-featured-tv-shows>.about-movie,
.featured-tv-shows__inner,
.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list"],
.blog-grid-with-list-section,
.home-blog-grid-section .articles,
.single-episode-v3 .episode,
.single-episode-v4 .episode {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.sidebar-area,
.content-area,
.site-content__inner>.page__header,
.gallery>.gallery-item,
.masvideos-register-login .masvideos-register,
.masvideos-register-login .masvideos-login,
.home-section__movies__inner>.home-section__header,
.home-section__movies__inner .masmovies-movies,
.section-movies-carousel-aside-header__inner>.section-movies-carousel-aside-header__header,
.section-movies-carousel-aside-header__inner>.section-movies-carousel__carousel,
.section-tv-episodes-carousel__inner>.section-tv-episodes-carousel__header,
.section-tv-episodes-carousel__inner>.section-tv-episodes-carousel__carousel,
.grid-movie-list .movie__list,
.section-featured-video__inner>.featured-video__content,
.section-featured-video__inner>.featured-video__action,
.videos-with-featured-video__1-6-column>.masvideos-videos,
.videos-list>.video,
.home-section__videos__inner>.home-section__header,
.home-section__videos__inner .masvideos-videos,
.section-videos-carousel-aside-header__inner>.section-videos-carousel-aside-header__header,
.section-videos-carousel-aside-header__inner>.section-videos-carousel__carousel,
.section-feature-post__inner .article,
.section-videos-live-coming-soon__inner>.live-videos,
.section-videos-live-coming-soon__inner>.coming-soon-videos,
.brand-video-channel-carousel__inner .thumbnail,
.banner-with-section-videos__1-8-column>.masvideos,
.banner-with-section-videos__1-8-column>.masvideos,
.videos-with-featured-video__1-8-column>.masvideos,
.videos-with-featured-video__1-10-column>.masvideos,
.videos-with-featured-video__1-12-column>.masvideos,
.widget-area,
.home-section-featured-tv-shows .about-movie,
.home-section-featured-tv-shows .about-movie>.movie-poster,
.home-section-featured-tv-shows .about-movie>.movie-detail,
.featured-tv-shows__inner .movie-poster,
.featured-tv-shows__inner .movie-info,
.vodi-archive-wrapper[data-view="list-large"] .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .movie__info,
.vodi-archive-wrapper[data-view="list-large"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-small"] .movie__info,
.vodi-archive-wrapper[data-view="list-small"] .movie__review-info,
.vodi-archive-wrapper[data-view="list"] .video__info,
.vodi-archive-wrapper[data-view="list-large"] .video__info,
.vodi-archive-wrapper[data-view="list-large"] .video__review-info,
.vodi-archive-wrapper[data-view="list-large"] .video__container,
.vodi-archive-wrapper[data-view="list-small"] .video__info,
.vodi-archive-wrapper[data-view="list-small"] .video__review-info,
.vodi-archive-wrapper[data-view="list-small"] .video__container,
.hot-premier-show .movie,
.home-blog-grid-section .article,
.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.stretch-full-width {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .stretch-full-width {
        margin-left: calc(-50vw + 50%)
    }
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.comments-area {
    margin-bottom: 40px
}

.comments-area table a {
    font-weight: 600
}

.comment-list,
.commentlist {
    padding-left: 0;
    list-style: none
}

.comment-list .children,
.commentlist .children {
    padding-left: 0;
    list-style: none;
    padding-left: 20px
}

@media (min-width:768px) and (max-width:1199.98px) {
    .comment-list .children,
    .commentlist .children {
        padding-left: 40px
    }
}

@media (min-width:1200px) {
    .comment-list .children,
    .commentlist .children {
        padding-left: 100px
    }
}

.comment-list .avatar,
.commentlist .avatar {
    width: 50px;
    height: 50px
}

.comment-list>li+li {
    border-top: 1px solid #e8ecec
}

.comment-list .children {
    border-top: 1px solid #e8ecec
}

.comment-list .children>li {
    border-top: 1px solid #e8ecec
}

.comment-list .children>li:first-child {
    border-top: none
}

.comment-list .children .depth-5 .children {
    padding-left: 0
}

.comment-list .comment-body {
    padding: 20px 0 15px
}

.comment-list .avatar {
    width: 65px;
    height: 65px
}

.comment-list .comment-meta {
    margin-bottom: 11px
}

.comment-list .comment-content {
    margin-bottom: 0
}

.comment.bypostauthor .comment-author-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.comment.bypostauthor .comment-author-name:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-left: 9.5px;
    content: "\f02e";
    height: 23px;
    font-size: 13px;
    vertical-align: middle
}

.comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .comment-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.comment-author-gravatar {
    position: relative;
    margin: auto auto 20px
}

@media (min-width:768px) {
    .comment-author-gravatar {
        margin: 0
    }
}

.comment-meta-and-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 26px;
    min-width: 0
}

@media (min-width:768px) {
    .comment-author-gravatar+.comment-meta-and-content {
        margin-left: 24px
    }
}

.comment-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .comment-meta {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .comment-meta>* {
        margin-right: 8px
    }
}

.comments-title {
    margin-bottom: 37px
}

.comment-text {
    color: #121a21
}

.comment-text>*:last-child {
    margin-bottom: 0
}

.comment-text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.comment-text table th,
.comment-text table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left
}

.comment-text table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.comment-text table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.comment-text table .table {
    background-color: #fff
}

.comment-text ul,
.comment-text ol {
    margin-bottom: 1rem
}

.avatar {
    border-radius: 50%;
    display: block
}

.comment-author-name {
    font-weight: 700;
    color: #121a21;
    font-style: normal
}

.comment-author-name a {
    color: #121a21
}

.comment-date {
    color: #949cb0;
    font-weight: 400
}

.comment-content {
    margin-bottom: 20px
}

.comment-content .reply {
    margin-top: 13px
}

.comment-content .reply a {
    color: #bec8ce;
    font-size: 12px;
    letter-spacing: -.01em
}

.comment-content .reply a.comment-reply-link:before,
.comment-content .reply a.comment-edit-link:before {
    font-family: "Font Awesome 5 free";
    margin-right: 7px
}

.comment-content .reply a.comment-reply-link:before {
    content: "\f3e5";
    font-weight: 800
}

.comment-content .reply a.comment-edit-link:before {
    content: "\f044";
    font-weight: 600
}

.comment-content .reply a:hover {
    color: #121a21
}

.comment-content .reply .comment-reply-link+.comment-edit-link {
    margin-left: 10px
}

.comment-respond .comment-reply-title a {
    color: #949cb0
}

.comment-respond .comment-reply-title small {
    position: relative;
    top: 50%;
    right: 0;
    z-index: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    background: #fff;
    font-size: 59%;
    line-height: 18px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500;
    padding-left: 11px
}

@media (min-width:768px) {
    .comment-respond .comment-reply-title small {
        position: absolute
    }
}

.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6 {
    font-weight: 600;
    margin: .75em 0
}

.comment-text h1 {
    font-size: 26px
}

.comment-text h2 {
    font-size: 24px
}

.comment-text h3 {
    font-size: 22px
}

.comment-text h4 {
    font-size: 20px
}

.comment-text h5 {
    font-size: 18px
}

.comment-text h6 {
    font-size: 16px
}

.comment-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    padding: 10px 0
}

.comment-navigation .nav-previous {
    justify-self: flex-start
}

.comment-navigation .nav-next {
    justify-self: flex-end
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

table th,
table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

table tbody+tbody {
    border-top: 2px solid #dee2e6
}

table .table {
    background-color: #fff
}

@media (max-width:767.98px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

#scrollUp {
    border-radius: 3px;
    bottom: 1.25rem;
    color: #fff;
    font-size: 2.25rem;
    height: 2.625rem;
    line-height: 100%;
    opacity: .5;
    padding: 3px;
    right: 1.25rem;
    text-align: center;
    width: 2.625rem
}

#scrollUp:hover,
#scrollUp:focus,
#scrollUp:active {
    opacity: 1
}

#scrollUp i {
    display: inline-block;
    vertical-align: top
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: scroll;
    max-width: 100%;
    max-height: 100%
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 0%;
    flex-basis: 0%
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

@media (min-width:768px) {
    .masvideos-register,
    .masvideos-login {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.masvideos-register__inner h2,
.masvideos-login__inner h2 {
    font-size: 25px;
    margin-bottom: 28px
}

.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 13.5px 30px;
    font-size: .9375rem;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: capitalize
}

@media (prefers-reduced-motion:reduce) {
    .masvideos-register .masvideos-Button,
    .masvideos-login .masvideos-Button {
        -webkit-transition: none;
        transition: none
    }
}

.masvideos-register .masvideos-Button:hover,
.masvideos-register .masvideos-Button:focus,
.masvideos-login .masvideos-Button:hover,
.masvideos-login .masvideos-Button:focus {
    text-decoration: none
}

.masvideos-register .masvideos-Button:focus,
.masvideos-register .masvideos-Button.focus,
.masvideos-login .masvideos-Button:focus,
.masvideos-login .masvideos-Button.focus {
    outline: 0
}

.masvideos-register .masvideos-Button.disabled,
.masvideos-register .masvideos-Button:disabled,
.masvideos-login .masvideos-Button.disabled,
.masvideos-login .masvideos-Button:disabled {
    opacity: .65
}

.masvideos-register .masvideos-Button:not(:disabled):not(.disabled),
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled) {
    cursor: pointer
}

.masvideos-register .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled).active,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled).active {
    background-image: none
}

.masvideos-register .form-row,
.masvideos-login .form-row {
    margin-bottom: 26px
}

.masvideos-register .form-row label,
.masvideos-login .form-row label {
    margin: 0;
    font-size: 14px;
    font-weight: 600
}

.masvideos-register .form-row input,
.masvideos-login .form-row input {
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 2px;
    padding: 5px 12px;
    border-bottom-color: #e4e4e4
}

.masvideos-register .form-row input:focus,
.masvideos-login .form-row input:focus {
    border-bottom-width: 2px
}

.masvideos-register .form-row .masvideos-form__label-for-checkbox,
.masvideos-login .form-row .masvideos-form__label-for-checkbox {
    margin-bottom: 18px
}

.masvideos-register .form-row .masvideos-form__label-for-checkbox span,
.masvideos-login .form-row .masvideos-form__label-for-checkbox span {
    margin-left: 6px
}

.masvideos-register .form-row .masvideos-form__label-for-checkbox,
.masvideos-register .masvideos-LostPassword a,
.masvideos-login .form-row .masvideos-form__label-for-checkbox,
.masvideos-login .masvideos-LostPassword a {
    font-weight: 400;
    color: #2f3539;
    font-size: 14px
}

@media (min-width:1200px) {
    .masvideos-login__inner {
        padding-left: 60px;
        padding-right: 60px
    }
}

.masvideos-login__inner p[class^="form-row"] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.masvideos-login__inner p[class^="form-row"] .masvideos-Button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.masvideos-login__inner .masvideos-LostPassword {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: auto
}

.masvideos-form-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.masvideos-form-login p[class^="masvideos-form-row"] {
    width: 100%
}

.masvideos-register+.masvideos-login .masvideos-login__inner {
    padding-right: 200px
}

@media (min-width:1200px) {
    .masvideos-register__inner {
        padding-right: 60px;
        padding-left: 200px
    }
}

.masvideos-register__inner::after {
    content: "";
    width: 2px;
    height: 260px;
    display: block;
    border-left: 1px solid #efefef;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.masvideos-register-login {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 60px 0
}

.modal-dialog {
    max-width: 800px
}

.modal-body .masvideos-register-login {
    margin: 40px 20px 20px
}

.modal-body .masvideos-register-login .masvideos-register__inner {
    padding-right: 20px;
    padding-left: 0
}

.modal-body .masvideos-register-login .masvideos-login__inner {
    padding-left: 0;
    padding-right: 0
}

.modal-body .masvideos-register+.masvideos-login .masvideos-login__inner {
    padding-left: 20px
}

.vodi-sharing div.sharedaddy .sd-sharing {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vodi-sharing div.sharedaddy h3.sd-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.01em;
    margin-right: 20px;
    font-weight: 400;
    color: #949cb0
}

.vodi-sharing div.sharedaddy h3.sd-title:before {
    content: none
}

.vodi-sharing div.sharedaddy .sd-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.vodi-sharing div.sharedaddy .sd-content ul {
    margin-bottom: 0!important
}

.vodi-sharing div.sharedaddy .sd-content ul li {
    margin: 10px 9px 0 0;
    padding: 0
}

@media (min-width:768px) {
    .vodi-sharing div.sharedaddy .sd-content ul li {
        margin: 0 9px 0 0
    }
}

.vodi-sharing div.sharedaddy .sd-content ul li:last-child {
    margin: 0
}

.vodi-sharing div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button,
.vodi-sharing div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button:hover,
.vodi-sharing div.sharedaddy .sd-social-icon .sd-content ul li a.sd-button:focus {
    padding: 7px 32.5px;
    border-radius: 3px;
    margin-top: 0
}

.vodi-views-likes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px
}

.vodi-views-likes>* {
    margin-right: 40px
}

.vodi-views-likes>*:last-child {
    margin-right: 0
}

.vodi-views-likes .vodi-jetpack-views,
.vodi-views-likes .wpulike .wp_ulike_general_class {
    line-height: 1.5;
    font-weight: 600
}

.vodi-views-likes .vodi-jetpack-views span::before {
    font-size: 18px;
    line-height: 1;
    vertical-align: text-bottom
}

.vodi-jetpack-views,
.wpulike .wp_ulike_general_class {
    font-size: 12px;
    color: #949cb0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.vodi-jetpack-views span::before {
    content: '\f06e';
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.wpulike .wp_ulike_btn {
    background: none;
    padding: 0;
    line-height: 1;
    margin-right: 5px;
    vertical-align: text-bottom
}

.wpulike .wp_ulike_btn::before {
    content: '\f164';
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    color: #949cb0
}

.wpulike .wp_ulike_is_liked .wp_ulike_btn::before {
    font-weight: 600
}

.wpulike .wp_ulike_likers_wrapper {
    display: none!important
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #19272e;
    letter-spacing: -.01em;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Open Sans", sans-serif
}

a {
    color: #24baef
}

a:hover,
a:focus {
    text-decoration: none
}

.yamm>.menu-item-has-children.yamm-fw {
    position: static
}

.yamm>.menu-item-has-children.yamm-fw .sub-menu,
.yamm>.menu-item-has-children.yamm-tfw .sub-menu {
    background-color: #f6f7f9;
    border-radius: 0
}

.yamm>.menu-item-has-children.yamm-fw>.sub-menu,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu {
    margin-top: 0;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .2);
    padding: 0
}

.yamm>.menu-item-has-children.yamm-fw>.sub-menu::before,
.yamm>.menu-item-has-children.yamm-fw>.sub-menu::after,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu::before,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu::after {
    opacity: 0
}

.yamm>.menu-item-has-children.yamm-fw>.sub-menu .sub-menu,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu .sub-menu {
    border-radius: .25rem;
    margin: 0
}

.yamm>.menu-item-has-children.yamm-fw>.sub-menu li:hover>a,
.yamm>.menu-item-has-children.yamm-fw>.sub-menu li:focus>a,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu li:hover>a,
.yamm>.menu-item-has-children.yamm-tfw>.sub-menu li:focus>a {
    font-weight: 700
}

.yamm>.menu-item-has-children.yamm-fw .menu-item-object-mas_static_content>a,
.yamm>.menu-item-has-children.yamm-tfw .menu-item-object-mas_static_content>a {
    display: none
}

.yamm .menu-item.yamm-fw>.sub-menu {
    right: 0;
    width: 100%
}

.yamm .menu-item.yamm-tfw>.sub-menu {
    width: 500px
}

.yamm .yamm-fw .yamm-content {
    padding: 36px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .yamm .yamm-fw .yamm-content {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .yamm .yamm-fw .yamm-content {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .yamm .yamm-fw .yamm-content {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .yamm .yamm-fw .yamm-content {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .yamm .yamm-fw .yamm-content {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .yamm .yamm-fw .yamm-content {
        padding-left: 38px;
        padding-right: 38px
    }
}

@media (min-width:1486px) {
    .yamm .yamm-fw .yamm-content {
        max-width: 1486px
    }
}

.yamm .yamm-fw .yamm-content .yamm-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px
}

@media (min-width:768px) {
    .yamm .yamm-fw .yamm-content .yamm-content {
        padding-left: 38px;
        padding-right: 38px
    }
}

.yamm .wp-block-image img {
    box-shadow: 0 0 9px rgba(0, 0, 0, .25)
}

.yamm .yamm-tfw .yamm-content {
    padding: 30px 40px
}

.yamm .yamm-content {
    font-family: "Open Sans", sans-serif
}

.yamm .yamm-content .yamm-content {
    padding: 0
}

.yamm .yamm-content .wp-block-column {
    margin: 0 15px
}

.yamm .yamm-content ul {
    padding-left: 0;
    list-style: none
}

.yamm .yamm-content .widget-title {
    color: #19272e;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 14px
}

.yamm .yamm-content li {
    line-height: 28px
}

.yamm .yamm-content li a,
.yamm .yamm-content li a:hover,
.yamm .yamm-content li a:focus {
    color: #121a21
}

.yamm .yamm-content li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.yamm .yamm-content li a::after {
    margin: 0;
    position: relative!important
}

.yamm .yamm-content li a:hover,
.yamm .yamm-content li a:focus {
    font-weight: 700
}

.yamm .yamm-content h2,
.yamm .yamm-content h2.nav-title,
.yamm .yamm-content ul li.nav-title,
.offcanvas-nav .yamm-content h2,
.offcanvas-nav .yamm-content h2.nav-title,
.offcanvas-nav .yamm-content ul li.nav-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #19272e
}

.yamm .yamm-content ul li.highlight a,
.offcanvas-nav .yamm-content ul li.highlight a {
    font-weight: 700
}

.yamm .yamm-content div.sharedaddy,
.offcanvas-nav .yamm-content div.sharedaddy {
    display: none
}

.yamm .yamm-content .section-title:after,
.offcanvas-nav .yamm-content .section-title:after {
    content: none
}

.yamm .yamm-content .vodi-megamenu-movie .movies__inner>.movie,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movies__inner>.movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1200px) {
    .yamm .yamm-content .vodi-megamenu-movie .movies__inner>.movie,
    .offcanvas-nav .yamm-content .vodi-megamenu-movie .movies__inner>.movie {
        padding-right: 60px
    }
}

.yamm .yamm-content .vodi-megamenu-movie .movie__poster,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
    padding-right: 22px;
    margin-bottom: 0
}

.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster .movie__link {
    height: 100%;
    padding: 0
}

.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .movie__poster--image,
.yamm .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .masvideos-placeholder,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .movie__poster--image,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster .movie__link .masvideos-placeholder {
    position: relative
}

.yamm .yamm-content .vodi-megamenu-movie .movie__poster+.movie__body,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__poster+.movie__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%
}

.yamm .yamm-content .vodi-megamenu-movie .movie__body,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__body {
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.yamm .yamm-content .vodi-megamenu-movie .movie__title,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__title {
    color: #19272e
}

.yamm .yamm-content .vodi-megamenu-movie .movie__short-description,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__short-description {
    display: block
}

.yamm .yamm-content .vodi-megamenu-movie .movie__short-description div,
.yamm .yamm-content .vodi-megamenu-movie .movie__short-description p,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__short-description div,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__short-description p {
    font-size: 13px;
    color: #4b5358;
    max-height: 110px;
    overflow: hidden;
    font-weight: 400
}

.yamm .yamm-content .vodi-megamenu-movie .movie__actions,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.yamm .yamm-content .vodi-megamenu-movie .movie__actions>a,
.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist>a,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions>a,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist>a {
    padding: 0;
    background: transparent;
    border: none;
    text-transform: capitalize
}

.yamm .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown:before,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions .movie-actions--link_add-to-playlist.dropdown:before {
    content: "/";
    color: #e7e8e9;
    margin: 0 5px 0 15px
}

.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: 0
}

.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a {
    color: #717272
}

.yamm .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a.dropdown-toggle:before,
.offcanvas-nav .yamm-content .vodi-megamenu-movie .movie__actions>.movie-actions--link_add-to-playlist a.dropdown-toggle:before {
    content: none
}

.yamm .yamm-content .section-movies-carousel-nav-header,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header {
    padding: 0;
    height: 240px
}

.yamm .yamm-content .section-movies-carousel-nav-header>div,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header>div {
    height: inherit
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .movies .slick-list,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .movies .slick-list {
    margin: 0 79px
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev,
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next {
    border: none
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before {
    width: 17px;
    height: 32px;
    content: '';
    display: block
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-arrow:hover,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-arrow:hover {
    background: transparent
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev {
    left: 0
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(177, 177, 177)" d="M16.410,30.404 L15.375,31.452 L0.008,15.884 L0.160,15.730 L0.008,15.577 L15.375,0.008 L16.410,1.057 L1.927,15.730 L16.410,30.404 Z"/></svg>')
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(177, 177, 177)" d="M16.410,30.404 L15.375,31.452 L0.008,15.884 L0.160,15.730 L0.008,15.577 L15.375,0.008 L16.410,1.057 L1.927,15.730 L16.410,30.404 Z"/></svg>')
}

[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before,
[dir="rtl"] .offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(0,0,0)" d="M16.410,30.404 L15.375,31.452 L0.008,15.884 L0.160,15.730 L0.008,15.577 L15.375,0.008 L16.410,1.057 L1.927,15.730 L16.410,30.404 Z"/></svg>')
}

[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before,
[dir="rtl"] .offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-prev:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next {
    right: 0
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(177, 177, 177)" d="M16.991,16.260 L1.319,31.991 L0.263,30.932 L15.035,16.105 L0.263,1.278 L1.319,0.219 L16.991,15.950 L16.837,16.105 L16.991,16.260 Z"/></svg>')
}

[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before,
[dir="rtl"] .offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17px" height="32px"><path fill-rule="evenodd" fill="rgb(0,0,0)" d="M16.991,16.260 L1.319,31.991 L0.263,30.932 L15.035,16.105 L0.263,1.278 L1.319,0.219 L16.991,15.950 L16.837,16.105 L16.991,16.260 Z"/></svg>')
}

[dir="rtl"] .yamm .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before,
[dir="rtl"] .offcanvas-nav .yamm-content .section-movies-carousel-nav-header__carousel .slick-next:hover::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.yamm .yamm-content .section-movies-carousel-nav-header .movie__poster,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header .movie__poster {
    height: 240px;
    margin-bottom: 0
}

.yamm .yamm-content .section-movies-carousel-nav-header .movie__poster img,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header .movie__poster img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0
}

.yamm .yamm-content .section-movies-carousel-nav-header .movie__body,
.offcanvas-nav .yamm-content .section-movies-carousel-nav-header .movie__body {
    display: none
}

.yamm .yamm-content .has-2-columns>.wp-block-column,
.offcanvas-nav .yamm-content .has-2-columns>.wp-block-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19.1666666667%;
    flex: 0 0 19.1666666667%;
    max-width: 19.1666666667%
}

.yamm .yamm-content .has-2-columns>.wp-block-column+.wp-block-column,
.offcanvas-nav .yamm-content .has-2-columns>.wp-block-column+.wp-block-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80.8333333333%;
    flex: 0 0 80.8333333333%;
    max-width: 80.8333333333%
}

.yamm .yamm-fw .yamm-content h2,
.yamm .yamm-fw .yamm-content h2.nav-title,
.yamm .yamm-fw .yamm-content ul li.nav-title {
    margin-bottom: 20px
}

.yamm .yamm-fw .yamm-content .wp-block-columns {
    margin: 0 -30px
}

.yamm .yamm-fw .yamm-content .wp-block-column {
    margin: 0;
    padding: 0 30px
}

.yamm .yamm-fw .yamm-content .wp-block-column+.wp-block-column {
    border-left: 1px solid #dedede
}

.yamm .yamm-fw .yamm-content .wp-block-column ul.menu {
    -webkit-column-count: 2;
    column-count: 2
}

.yamm .yamm-fw .yamm-content .wp-block-column ul.menu li a,
.yamm .yamm-fw .yamm-content .wp-block-column ul.menu li a:hover {
    font-weight: 400
}

@-webkit-keyframes vo-fadeIn {
    from {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes vo-fadeIn {
    from {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.site_header_primary-nav {
	padding: 0 0px 0 20px;
	/* float: right; */
	width: 100%;
}

@media (min-width:1440px) {
    .site_header_primary-nav {
        padding: 0 45px
    }
}

.site_header_primary-nav .nav > li > a {
	padding: 31px 10px;
	line-height: 18px;
	font-weight: 400;
	font-size: 13px;
    font-weight: 600;
    color: #000 !important;
}

@media (min-width:1440px) {
    .site_header_primary-nav .nav>li>a {
        padding: 32px 20px
    }
}

.site_header_primary-nav .menu-item-has-children>a,
.site_header__secondary-nav .menu-item-has-children>a,
.site_header__secondary-nav-v3 .menu-item-has-children>a,
.site_header__navbar-primary .menu-item-has-children>a {
    position: relative
}

.site_header_primary-nav .menu-item-has-children>a::after,
.site_header__secondary-nav .menu-item-has-children>a::after,
.site_header__secondary-nav-v3 .menu-item-has-children>a::after,
.site_header__navbar-primary .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: 9px;
    content: "";
    width: 7px;
    height: 6px;
    position: absolute;
    top: 50%
}

.site_header_primary-nav .sub-menu,
.site_header__secondary-nav .sub-menu,
.site_header__secondary-nav-v3 .sub-menu,
.site_header__navbar-primary .sub-menu {
    border-radius: 0;
    border-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    margin-top: 1px;
    top: 110%;
    visibility: hidden;
    opacity: 0
}

.site_header_primary-nav .sub-menu a,
.site_header__secondary-nav .sub-menu a,
.site_header__secondary-nav-v3 .sub-menu a,
.site_header__navbar-primary .sub-menu a {
    font-size: 14px
}

.site_header_primary-nav .sub-menu>li>a:active,
.site_header__secondary-nav .sub-menu>li>a:active,
.site_header__secondary-nav-v3 .sub-menu>li>a:active,
.site_header__navbar-primary .sub-menu>li>a:active {
    background: #f8f9fa;
    color: #16181b
}

.site_header_primary-nav .sub-menu .menu-item-has-children>a::after,
.site_header__secondary-nav .sub-menu .menu-item-has-children>a::after,
.site_header__secondary-nav-v3 .sub-menu .menu-item-has-children>a::after,
.site_header__navbar-primary .sub-menu .menu-item-has-children>a::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -2px
}

.site_header_primary-nav>ul>li>.sub-menu:before,
.site_header_primary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav>ul>li>.sub-menu:before,
.site_header__secondary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav-v3>ul>li>.sub-menu:before,
.site_header__secondary-nav-v3>ul>li>.sub-menu:after,
.site_header__navbar-primary>ul>li>.sub-menu:before,
.site_header__navbar-primary>ul>li>.sub-menu:after {
    content: "";
    position: absolute
}

.site_header_primary-nav>ul>li>.sub-menu:before,
.site_header__secondary-nav>ul>li>.sub-menu:before,
.site_header__secondary-nav-v3>ul>li>.sub-menu:before,
.site_header__navbar-primary>ul>li>.sub-menu:before {
    border-bottom: 10px solid #657786;
    border-bottom-color: rgba(0, 0, 0, .1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 24px
}

.site_header_primary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav>ul>li>.sub-menu:after,
.site_header__secondary-nav-v3>ul>li>.sub-menu:after,
.site_header__navbar-primary>ul>li>.sub-menu:after {
    top: -9px;
    left: 25px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.site_header_primary-nav.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav-v3.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu,
.site_header__navbar-primary.animated-dropdown .nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-animation: vo-fadeIn .3s;
    animation: vo-fadeIn .3s
}

.site_header_primary-nav.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu,
.site_header__secondary-nav-v3.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu,
.site_header__navbar-primary.animated-dropdown .nav>.menu-item-has-children:hover>.sub-menu {
    top: 100%
}

.site_header_primary-nav .sub-menu {
    margin-top: 0;
    background-color: #f6f7f9
}

.site_header_primary-nav>ul>li>.sub-menu:before {
    border-bottom: 10px solid #f6f7f9;
    border-bottom-color: #f6f7f9
}

.site_header_primary-nav>ul>li>.sub-menu:after {
    border-bottom: 9px solid #f6f7f9
}

.site_header__secondary-nav .nav>li.current-menu-item {
    font-weight: 700
}

.site_header__secondary-nav .nav>li>a {
    padding: 21px 7px;
    line-height: 18px;
    color: #99d8ff
}

@media (min-width:1440px) {
    .site_header__secondary-nav .nav>li>a {
        padding: 24.5px 20px
    }
}

.site_header__secondary-nav-v3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px
}

.site_header__secondary-nav-v3 .nav-title {
    font-size: 14px;
    color: #2b2a2a;
    font-weight: 700;
    line-height: 18px;
    padding: 15px 0 15px 50px;
    white-space: pre
}

.site_header__secondary-nav-v3 .nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.site_header__secondary-nav-v3 .nav>li>a {
    padding: 15px 9px;
    line-height: 18px;
    color: #2b2a2a
}

@media (min-width:1200px) {
    .site_header__secondary-nav-v3 .nav>li>a {
        padding: 11px 13px
    }
}

@media (min-width:1440px) {
    .site_header__secondary-nav-v3 .nav>li>a {
        padding: 11px 15px
    }
}

.site_header__secondary-nav-v3 .nav>li>a i {
    margin-right: 6px;
    font-size: 12px
}

.site_header__secondary-nav-v3 .nav>li>a img {
    padding-right: 8px
}

.site_header__secondary-nav-v3 .nav>li>a:hover {
    color: #000
}

.site_header__secondary-nav-v3 .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 240px;
    padding-right: 24px;
    padding-left: 24px;
    overflow-y: auto;
    visibility: visible;
    right: auto;
    left: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0)
}

.offcanvas-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: -24px;
    margin-right: -24px
}

.offcanvas-nav .sub-menu .menu-item>a,
.offcanvas-nav .menu-item>a {
    padding: 8px 24px;
    display: block;
    white-space: unset
}

.offcanvas-nav .sub-menu .menu-item>a:hover,
.offcanvas-nav .sub-menu .menu-item>a:focus,
.offcanvas-nav .menu-item>a:hover,
.offcanvas-nav .menu-item>a:focus {
    background-color: #eee;
    text-decoration: none
}

.offcanvas-nav .menu-item-has-children {
    width: 100%
}

.offcanvas-nav .sub-menu,
.offcanvas-nav .dropdown-menu {
    padding-left: 0;
    list-style: none;
    padding-left: 0;
    display: none;
    border: 0;
    float: none;
    margin: 0;
    -webkit-animation: v-fadein .4s;
    animation: v-fadein .4s
}

.offcanvas-nav .sub-menu>li>a,
.offcanvas-nav .dropdown-menu>li>a {
    padding-left: 40px
}

.offcanvas-nav .dropdown-toggle {
    position: relative
}

.offcanvas-nav .dropdown-toggle:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 10px;
    position: absolute;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.offcanvas-nav .show .dropdown-toggle:after {
    content: "\f068"
}

.offcanvas-nav .show .dropdown-menu {
    display: block;
    position: relative!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    border-radius: 0
}

.offcanvas-nav .yamm-content .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.offcanvas-drawer {
    position: fixed;
    z-index: 2000;
    background: rgba(0, 0, 0, .5);
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden
}

.site-header__offcanvas.toggled .offcanvas-drawer {
    opacity: 1;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
    visibility: visible
}

.site-header__offcanvas.toggled .offcanvas-collapse {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 2000;
    overflow: visible
}

body.off-canvas-active {
    overflow: hidden
}

.admin-bar .site-header__offcanvas.toggled .offcanvas-drawer {
    top: 32px
}

.admin-bar .site-header__offcanvas.toggled .offcanvas-collapse {
    top: 32px
}

.site_header__offcanvas-nav .yamm>.menu-item:hover>a,
.site_header__offcanvas-nav .yamm>.menu-item:focus>a {
    color: #121a21
}

.site_header__offcanvas-nav .yamm .yamm-content {
    max-width: 100%;
    padding: 10px 24px
}

.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column:first-child,
.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column:last-child {
    padding: 0
}

.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column+.wp-block-column {
    margin-top: 20px
}

.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column ul.menu {
    -webkit-column-count: 1;
    column-count: 1
}

.site_header__offcanvas-nav .yamm .yamm-content .wp-block-column ul+ul {
    margin-top: 10px
}

.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner {
    margin: 0
}

.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner>.movie {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie__poster,
.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0
}

.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie__poster,
.site_header__offcanvas-nav .yamm .yamm-content .vodi-megamenu-movie .movies__inner .movie .movie__actions>.movie-actions--link_add-to-playlist {
    display: none
}

.site_header__offcanvas-nav .yamm .yamm-content .has-2-columns {
    margin: 0
}

.site_header__offcanvas-nav .yamm .yamm-content .has-2-columns>.wp-block-column+.wp-block-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.site_header__offcanvas-nav .yamm .yamm-content .section-movies-carousel-nav-header,
.site_header__offcanvas-nav .yamm .yamm-content .section-tv-show-carousel {
    display: none
}

.site_header__offcanvas-nav .yamm .yamm-content ul li+.nav-title {
    margin-top: 10px
}

.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content .wp-block-column+.wp-block-column {
    padding: 0;
    border: none
}

.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content h2,
.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content h2.nav-title,
.site_header__offcanvas-nav .yamm .yamm-fw .yamm-content ul li.nav-title {
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .off-canvas-hide-in-desktop {
        display: none
    }
}

@-webkit-keyframes v-fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes v-fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.header-v2 {
    padding-top: 20px;
    z-index: 1
}

.header-v2 .site-header__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.header-v2 .site-header__offcanvas--toggler {
    padding: 8px 25px 7px 18px
}

.header-v2 .site-header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.header-v2 .site-header-logo a {
    display: block
}

.header-v2 .site-header__search-outer {
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 20px;
    -webkit-align-self: center;
    align-self: center
}

.header-v2 .site-header__search-outer .search-form .search-field {
    border-width: 1px
}

@media (min-width:1440px) {
    .header-v2 .site-header__search-outer {
        padding: 0 45px
    }
}

.header-v2 .site-header__search {
    padding: 0
}

.header-v2 .site-header__header-icons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header-v2 .site-header__user-account--link {
    padding-left: 15px
}

.header-v2 .site-header__user-account>.sub-menu {
    margin-top: 10px
}

.header-v2 .site_header_primary-nav {
    padding: 0
}

.header-v2 .site_header_primary-nav .nav>li>a {
    padding: 18px 21px 21px
}

.header-v2 .site_header_primary-nav .nav>li>a:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-v2 .site_header_primary-nav .nav>li:first-child>a {
    padding-left: 0
}

.site-header.header-v2 {
    box-shadow: none
}

.header-v3 {
    min-height: 67px
}

.header-v3 .masthead {
    background: #141b4d;
    position: relative
}

.header-v3 .masthead .site-header__search {
    position: relative
}

.header-v3 .masthead .site-header__search .search-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 3;
    color: #fff;
    cursor: pointer
}

.header-v3 .masthead .site-header__search .search-form {
    width: 0;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.header-v3 .masthead .site-header__search .search-form .search-field {
    opacity: 0;
    visibility: hidden
}

.header-v3 .masthead .site-header__search .search-form .search-submit {
    display: none
}

.header-v3 .masthead .site-header__search.show .search-form {
    width: 350px
}

.header-v3 .masthead .site-header__search.show .search-form .search-field {
    opacity: 1;
    visibility: visible;
    border-color: #fff;
    background: #fff
}

.header-v3 .masthead .site-header__search.show .search-form .search-submit {
    display: block
}

.header-v3 .masthead .site-header-logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.header-v3 .masthead .site-header-logo a.custom-logo-link {
    display: block
}

.header-v3 .masthead .site-header__notification--link svg {
    fill: #fff
}

.header-v3 .masthead .site-header__user-account--link:not(.btn) {
    padding: 16px 0 19px 15px
}

.header-v3 .vodi-navigation-v3 {
    background: #fff
}

.header-v3 .site_header_primary-nav {
    padding: 0 20px
}

@media (min-width:1440px) {
    .header-v3 .site_header_primary-nav {
        padding: 0 47px
    }
}

.header-v3 .site_header_primary-nav .nav>li>a {
    padding: 21px 8px;
    color: #fff
}

@media (min-width:1440px) {
    .header-v3 .site_header_primary-nav .nav>li>a {
        padding: 24.5px 19px
    }
}

.header-v3 .site_header_primary-nav .nav>li>a:hover,
.header-v3 .site_header_primary-nav .nav>li>a:focus {
    color: #f5f5f5
}

.header-v3 .site_header_primary-nav .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(255, 255, 255)"/></svg>') no-repeat
}

.header-v3 .site_header__secondary-nav .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(153, 216, 255)"/></svg>') no-repeat
}

.header-v3 .site_header_primary-nav ul.sub-menu .menu-item-has-children>a::after,
.header-v3 .site_header__secondary-nav ul.sub-menu .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.header-v4 .masthead {
    padding: 10px 0
}

.header-v4 .site-header__offcanvas--toggler {
    margin: 0;
    padding: 0 0 0 35px
}

.header-v4 .site-header__user-account {
    padding: 10px 35px 10px 0
}

.header-v4 .site-header__user-account>.sub-menu {
    right: 35px;
    margin-top: 8px
}

.header-v4 .site-header-logo {
    margin-left: auto;
    margin-right: auto
}

.header-v4 .masthead-row-2__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative
}

@media (min-width:1440px) {
    .header-v4 .masthead-row-2__inner {
        height: 52px
    }
}

.header-v4 .masthead-row-2 .site_header__navbar-primary {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.header-v4 .masthead-row-2 .site-header__search+.site_header__navbar-primary {
    margin-left: 230px
}

@media (min-width:1440px) {
    .header-v4 .masthead-row-2 .site-header__search+.site_header__navbar-primary {
        margin-left: 257px
    }
}

.header-v4 .masthead-row-2 ul.nav {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header-v4 .masthead-row-2 ul.nav>li>a {
    line-height: 18px;
    font-family: 700;
    padding: 17px
}

@media (min-width:1440px) {
    .header-v4 .masthead-row-2 ul.nav>li>a {
        padding: 17px 22px
    }
}

.header-v4 .masthead-row-2 .site-header__search {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.header-v4 .masthead-row-2 .site-header__search .search-form .search-field {
    background: none;
    font-size: 13px;
    color: #949cb0;
    width: 100%;
    padding: 7px 51px 7px 25px;
    min-width: auto
}

.header-v4.dark .masthead-row-2 .site-header__search .search-form .search-field,
.header-v4.transparent .masthead-row-2 .site-header__search .search-form .search-field {
    border: none
}

.desktop-header {
    display: none
}

@media (min-width:1200px) {
    .desktop-header {
        display: block
    }
}

@media (min-width:1200px) {
    .handheld-header {
        display: none
    }
}

.handheld-header .site-header__search .dropdown-toggle {
    font-size: 20px;
    color: #656565
}

.handheld-header .site-header__search .dropdown-toggle i {
    color: #656565
}

.handheld-header .site-header-logo {
    padding: 10px 0
}

.handheld-header .site-header__user-account .dropdown-menu,
.handheld-header .site-header__search .dropdown-menu {
    top: 100%!important;
    left: 0!important;
    right: 0!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    border-width: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
    background-color: #f6f7f9
}

.handheld-header .site-header__user-account {
    position: static;
    margin-left: 10%
}

.handheld-header .site-header__user-account .dropdown-menu {
    padding: 20px 10px
}

.handheld-header .site-header__user-account>.sub-menu:before {
    border-bottom: 10px solid #f6f7f9;
    border-bottom-color: #f6f7f9;
    right: 20px
}

.handheld-header .site-header__user-account>.sub-menu:after {
    right: 20px;
    border-bottom: 9px solid #f6f7f9
}

.handheld-header .site-header__user-account .signin-link,
.handheld-header .site-header__user-account .register-link {
    display: none
}

.handheld-header .site-header__user-account .handheld-header__user-account--link i {
    color: #656565
}

.handheld-header .site-header__user-account svg {
    width: 28px;
    height: 28px
}

.handheld-header .site-header__user-account svg image {
    width: 28px;
    height: auto
}

.handheld-header .site-header-logo svg .vodi-sports0 {
    color: #000;
    fill: #000
}

.handheld-header .site-title {
    font-size: 1.8rem
}

.handheld-header.dark .site-header__search svg {
    fill: #fff
}

.handheld-header.dark.site-header .search-form .search-field:focus {
    color: #000
}

.admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-drawer {
    top: 46px
}

.admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-collapse {
    top: 46px
}

@media (min-width:992px) {
    .admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-drawer {
        top: 32px
    }
    .admin-bar .handheld-header .site-header__offcanvas.toggled .offcanvas-collapse {
        top: 32px
    }
}

.sticky-wrapper .stick-this.stuck,
.sticky-wrapper .handheld-stick-this.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 8px rgba(51, 51, 51, .3)
}

.sticky-wrapper .stick-this.stuck.header-v1 .site-header__inner,
.sticky-wrapper .handheld-stick-this.stuck.header-v1 .site-header__inner {
    min-height: 64px
}

.sticky-wrapper .stick-this.stuck .site_header_primary-nav .nav>li>a,
.sticky-wrapper .handheld-stick-this.stuck .site_header_primary-nav .nav>li>a {
    padding: 23px 20px
}

.sticky-wrapper .stick-this.stuck .site-header__user-account--link:not(.btn),
.sticky-wrapper .handheld-stick-this.stuck .site-header__user-account--link:not(.btn) {
    padding: 16px 0 16px 0
}

.sticky-wrapper .stick-this.stuck.header-v2,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 {
    padding: 0;
    background: #000
}

.sticky-wrapper .stick-this.stuck.header-v2 .site_header_primary-nav,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site_header_primary-nav {
    display: none
}

.sticky-wrapper .stick-this.stuck.header-v2 .site-header-logo,
.sticky-wrapper .stick-this.stuck.header-v2 .site-header__offcanvas,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header-logo,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header__offcanvas {
    -webkit-align-self: center;
    align-self: center
}

.sticky-wrapper .stick-this.stuck.header-v2 .site-header__user-account>.sub-menu,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header__user-account>.sub-menu {
    margin-top: 0
}

.sticky-wrapper .stick-this.stuck.header-v2 .site-header__upload--link,
.sticky-wrapper .handheld-stick-this.stuck.header-v2 .site-header__upload--link {
    color: #fff
}

.sticky-wrapper .stick-this.stuck.header-v3,
.sticky-wrapper .handheld-stick-this.stuck.header-v3 {
    min-height: 67px
}

.sticky-wrapper .stick-this.stuck.header-v3 .vodi-navigation-v3,
.sticky-wrapper .handheld-stick-this.stuck.header-v3 .vodi-navigation-v3 {
    display: none
}

.sticky-wrapper .stick-this.stuck.header-v4 .site-header__user-account--link,
.sticky-wrapper .handheld-stick-this.stuck.header-v4 .site-header__user-account--link {
    padding: 0
}

.sticky-wrapper .stick-this.stuck.header-v4 .masthead-row-2,
.sticky-wrapper .handheld-stick-this.stuck.header-v4 .masthead-row-2 {
    display: none
}

.sticky-wrapper .stick-this.stuck.transparent,
.sticky-wrapper .handheld-stick-this.stuck.transparent {
    background: #000
}

.sticky-wrapper .stick-this.stuck.transparent .site_header_primary-nav,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site_header_primary-nav {
    display: none
}

.sticky-wrapper .stick-this.stuck.transparent .site-header-logo,
.sticky-wrapper .stick-this.stuck.transparent .site-header__offcanvas,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header-logo,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header__offcanvas {
    -webkit-align-self: center;
    align-self: center
}

.sticky-wrapper .stick-this.stuck.transparent .site-header__user-account>.sub-menu,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header__user-account>.sub-menu {
    margin-top: 0
}

.sticky-wrapper .stick-this.stuck.transparent .site-header__upload--link,
.sticky-wrapper .handheld-stick-this.stuck.transparent .site-header__upload--link {
    color: #fff
}

.sticky-wrapper .handheld-stick-this.stuck {
    padding: 0
}

@media (min-width:768px) and (max-width:991.98px) {
    .admin-bar .sticky-wrapper .stick-this.stuck,
    .admin-bar .sticky-wrapper .handheld-stick-this.stuck {
        top: 45px
    }
}

@media (min-width:992px) {
    .admin-bar .sticky-wrapper .stick-this.stuck,
    .admin-bar .sticky-wrapper .handheld-stick-this.stuck {
        top: 31px
    }
}

.faster {
    -webkit-animation-duration: .25s!important;
    animation-duration: .25s!important
}

.navbar-brand {
    display: block
}

.site-title {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 900;
    color: #2b79bb;
    letter-spacing: -1px
}

.site-title:hover,
.site-title:focus {
    color: #2c9cd4
}

.custom-logo-link {
    max-width: 200px;
    height: auto;
    display: block
}

.site-header {
    box-shadow: 0 0 8px rgba(51, 51, 51, .3);
    margin-bottom: 37px;
    position: relative;
    z-index: 3;
    display: none
}

@media (min-width:1200px) {
    .site-header {
        display: block
    }
}

.site-header.handheld-header {
    display: block
}

@media (min-width:1200px) {
    .site-header.handheld-header {
        display: none
    }
}

.site-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.site-header.header-v1 .site-header__inner {
    min-height: 82px
}

.site-header.header-v1 .site-header__user-account--link:not(.btn) {
    padding: 25px 0 25px 10px
}

@media (min-width:1440px) {
    .site-header.header-v1 .site-header__user-account--link:not(.btn) {
        padding: 25px 0 25px 15px
    }
}

.site-header__right,
.site-header__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center ;
      width: 100%;

}

.site-header__left>*:last-child {
    padding-right: 0
}

.site-header__offcanvas--toggler {
    padding: 18px;
    margin-left: -18px;
    display: block;
    background: transparent
}

.site-header__search {
    padding: 0 10px
}

@media (min-width:1440px) {
    .site-header__search {
        padding: 0 17px
    }
}

@media (min-width:1440px) {
    .site-header__search .search-field {
        min-width: 250px
    }
}

.site-header__upload {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
    padding: 0 10px
}

@media (min-width:1440px) {
    .site-header__upload {
        padding: 0 15px
    }
}

.site-header__upload--link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap
}

.site-header__upload--link:hover,
.site-header__upload--link:focus {
    text-decoration: none
}

.site-header__upload--link:hover svg,
.site-header__upload--link:focus svg {
    fill: #0056b3
}

.site-header__upload--icon {
    margin-right: 9px;
    display: block
}

.site-header__notification {
    padding: 0 10px
}

@media (min-width:1440px) {
    .site-header__notification {
        padding: 0 18px
    }
}

.site-header__notification--link {
    white-space: nowrap
}

.site-header__user-account {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.site-header__user-account--link {
    white-space: nowrap;
    display: block;
    position: relative
}

@media (min-width:1200px) {
    .site-header__user-account--link {
        margin-right: 15px
    }
}

.site-header__user-account--link+.site-header__user-account--link {
    margin-left: 15px
}

@media (min-width:1440px) {
    .site-header__user-account--link+.site-header__user-account--link {
        margin-left: 30px
    }
}

.site-header__user-account--link.signin-link,
.site-header__user-account--link.register-link {
    margin-right: 0
}

.site-header__user-account--link.signin-link::after,
.site-header__user-account--link.register-link::after {
    content: none
}

@media (min-width:1200px) {
    .site-header__user-account--link::after {
        display: inline-block;
        right: -14px;
        content: "";
        width: 7px;
        height: 6px;
        position: absolute;
        top: 50%
    }
}

.site-header__user-account>.sub-menu {
    border-radius: 0;
    border-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    margin-top: 1px;
    right: 0;
    left: auto!important;
    top: 100%!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.site-header__user-account>.sub-menu>li>a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px
}

.site-header__user-account>.sub-menu>li>a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.site-header__user-account>.sub-menu:before,
.site-header__user-account>.sub-menu:after {
    content: "";
    position: absolute
}

.site-header__user-account>.sub-menu:before {
    border-bottom: 10px solid #657786;
    border-bottom-color: rgba(0, 0, 0, .1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    right: 10px
}

.site-header__user-account>.sub-menu:after {
    top: -9px;
    right: 11px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.site-header__user-account:hover>.sub-menu {
    display: block
}

.site-header__user-account .handheld-header__user-account--link {
    display: block;
    font-size: 20px
}

@media (min-width:1200px) {
    .site-header__user-account .handheld-header__user-account--link {
        display: none
    }
}

.site-header.header-v3 {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .3)
}

.site-header.header-v3 .site-header__user-account--link::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="7px" height="4px"><path fill-rule="evenodd" fill="rgb(184, 202, 217)" d="M6.885,0.975 L3.925,3.791 C3.879,3.834 3.821,3.843 3.764,3.852 C3.716,3.912 3.650,3.955 3.568,3.955 L3.303,3.955 C3.295,3.955 3.291,3.947 3.283,3.946 C3.200,3.954 3.117,3.934 3.051,3.870 L0.097,1.029 C-0.024,0.912 -0.030,0.716 0.083,0.592 L0.491,0.141 C0.603,0.016 0.792,0.009 0.913,0.126 L3.042,2.173 C3.158,2.259 3.295,2.336 3.435,2.336 C3.768,2.336 4.096,1.931 4.096,1.931 L4.104,1.947 L6.067,0.079 C6.188,-0.037 6.378,-0.030 6.491,0.094 L6.900,0.541 C7.013,0.665 7.006,0.858 6.885,0.975 Z"/></svg>') no-repeat
}

.site-header.header-v3 .site-header__user-account--link.register-link {
    color: #fff
}

.site-header.header-v4 {
    box-shadow: none
}

.site-header-logo svg .vodi-sports0 {
    color: #fff
}

.site-header-logo svg .vodi-sports1 {
    color: #51C9F0
}

.site-header.header-v1.transparent+.site-content .page__header,
.site-header.header-v2.transparent+.site-content .page__header,
.site-header.header-v3.transparent+.site-content .page__header,
.site-header.header-v4.transparent+.site-content .page__header {
    position: relative;
    background-color: #000;
    padding-top: 150px;
    margin-top: -175px
}

.site-header .highlight {
    font-weight: 700
}

.page-template-default .site-header,
.page-template-template-landingpage-v1 .site-header,
.page-template-template-landingpage-v2 .site-header,
.page-template-template-comingsoon .site-header {
    margin-bottom: 0
}

body.sidebar-right .content-area,
body.sidebar-left .content-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1200px) {
   .sidebar-right .content-area,
    .sidebar-left .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width:1440px) {
    body.sidebar-right .content-area,
    body.sidebar-left .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.8333333333%;
        flex: 0 0 70.8333333333%;
        max-width: 70.8333333333%
    }
}

body.sidebar-right .sidebar-area,
body.sidebar-left .sidebar-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1200px) {
    .sidebar-right .sidebar-area,
    .sidebar-left .sidebar-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1440px) {
    body.sidebar-right .sidebar-area,
    body.sidebar-left .sidebar-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.1666666667%;
        flex: 0 0 29.1666666667%;
        max-width: 29.1666666667%
    }
}

@media (min-width:1440px) {
    body.sidebar-right.archive .content-area,
    body.sidebar-left.archive .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75.5555555556%;
        flex: 0 0 75.5555555556%;
        max-width: 75.5555555556%
    }
}

@media (min-width:1440px) {
    body.sidebar-right.archive .sidebar-area,
    body.sidebar-left.archive .sidebar-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.4444444444%;
        flex: 0 0 24.4444444444%;
        max-width: 24.4444444444%
    }
}

.site-content__inner>.page__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.page-template-template-homepage-v6 .content-area,
.page-template-template-homepage-v7 .content-area {
    padding: 0;
    position: relative
}

.page-template-template-homepage-v6 .content-area .site-main-inner,
.page-template-template-homepage-v7 .content-area .site-main-inner {
    padding: 20px 10px 0 10px
}

@media (min-width:1200px) {
    .page-template-template-homepage-v6 .content-area .site-main-inner,
    .page-template-template-homepage-v7 .content-area .site-main-inner {
        padding-top: 40px;
        padding-left: 40px
    }
}

.page-template-template-homepage-v6 .content-area:before,
.page-template-template-homepage-v7 .content-area:before {
    position: absolute;
    right: -230px;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    z-index: -1
}

@media (min-width:1200px) {
    .page-template-template-homepage-v6 .content-area,
    .page-template-template-homepage-v7 .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

@media (min-width:1200px) {
    .page-template-template-homepage-v6 .home-sidebar-area,
    .page-template-template-homepage-v7 .home-sidebar-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (min-width:1200px) {
    .page-template-category-template .content-area,
    .page-template-category-video-template .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

@media (min-width:1200px) {
    .page-template-category-template .widget-area,
    .page-template-category-video-template .widget-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.4166666667%;
        flex: 0 0 24.4166666667%;
        max-width: 24.4166666667%
    }
}

.page-template-template-homepage-v5 .site-header,
.page-template-template-homepage-v9 .site-header,
.page-template-template-homepage-v6 .site-header,
.page-template-template-homepage-v7 .site-header,
.page-template-category-template .site-header,
.page-template-category-tvshows-template .site-header {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .page-template-category-tvshows-template .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75.5833333333%;
        flex: 0 0 75.5833333333%;
        max-width: 75.5833333333%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

@media (min-width:1200px) {
    .page-template-category-tvshows-template .widget-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.4166666667%;
        flex: 0 0 24.4166666667%;
        max-width: 24.4166666667%
    }
}

.has-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.has-2-columns .wp-block-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:992px) {
    .has-2-columns .wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .has-2-columns.vodi-1-11 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .has-2-columns.vodi-1-11 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .has-2-columns.vodi-2-10 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .has-2-columns.vodi-2-10 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .has-2-columns.vodi-3-9 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .has-2-columns.vodi-3-9 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .has-2-columns.vodi-4-8 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .has-2-columns.vodi-4-8 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .has-2-columns.vodi-5-7 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .has-2-columns.vodi-5-7 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .has-2-columns.vodi-6-6 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .has-2-columns.vodi-6-6 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .has-2-columns.vodi-7-5 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .has-2-columns.vodi-7-5 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .has-2-columns.vodi-8-4 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .has-2-columns.vodi-8-4 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .has-2-columns.vodi-9-3 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .has-2-columns.vodi-9-3 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .has-2-columns.vodi-10-2 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .has-2-columns.vodi-10-2 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .has-2-columns.vodi-11-1 .wp-block-column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .has-2-columns.vodi-11-1 .wp-block-column:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .has-2-columns.vodi-blog-section-2-columns>.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 69.1666666667%;
        flex: 0 0 69.1666666667%;
        max-width: 69.1666666667%
    }
    .has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30.8333333333%;
        flex: 0 0 30.8333333333%;
        max-width: 30.8333333333%
    }
    .has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column>* {
        padding-left: 40px
    }
    .has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30.8333333333%;
        flex: 0 0 30.8333333333%;
        max-width: 30.8333333333%
    }
    .has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column>* {
        padding-right: 40px
    }
    .has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column+.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 69.1666666667%;
        flex: 0 0 69.1666666667%;
        max-width: 69.1666666667%
    }
    .has-2-columns.section-videos-live-coming-soon {
        margin: 0 -8px;
        padding-top: 30px
    }
    .has-2-columns.section-videos-live-coming-soon .coming-soon-videos,
    .has-2-columns.section-videos-live-coming-soon .live-videos {
        padding: 0 0 20px
    }
    .has-2-columns.section-videos-live-coming-soon>.wp-block-column {
        padding-right: 8px;
        padding-left: 8px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .has-2-columns.section-videos-live-coming-soon>.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65.8333333333%;
        flex: 0 0 65.8333333333%;
        max-width: 65.8333333333%
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .has-2-columns.section-videos-live-coming-soon>.wp-block-column+.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 34.1666666667%;
        flex: 0 0 34.1666666667%;
        max-width: 34.1666666667%
    }
}

.wp-block-column .home-section {
    width: 100%;
    margin-left: 0
}

.wp-block-column .container {
    padding-left: 0;
    padding-right: 0
}

.sidebar-left .sidebar-area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

@media (min-width:1200px) {
    .sidebar-left .sidebar-area.blog-sidebar .widget-area-inner {
        margin-right: 40px
    }
}

.sidebar-left .content-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

@media (min-width:1200px) {
    .sidebar-right .sidebar-area.blog-sidebar .widget-area-inner {
        margin-left: 40px
    }
}

.full-width .sidebar-area {
   /* display: none*/
}

.article__attachment--gallery {
    height: 100%
}

.article__attachment--gallery .gallery-caption {
    display: none
}

.article__attachment--gallery .gallery-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.article__attachment--gallery .gallery-icon>a {
    display: inline-block;
    margin: auto
}

.article__attachment--gallery .slick-slider {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.article__attachment--gallery .slick-list {
    margin: auto
}

.article__attachment--gallery .slick-dots {
    position: absolute;
    bottom: 14px;
    width: 100%
}

.article__attachment--thumbnail {
   /* display: -webkit-box;
    display: -webkit-flex;
    display: flex;*/
    height: 100%
}

.article__attachment--thumbnail>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto
}

.article__attachment--thumbnail img {
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.article {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-bottom: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.article.format-audio,
.article.sticky {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.article.format-audio .article__summary,
.article.format-audio .article__attachment,
.article.sticky .article__summary,
.article.sticky .article__attachment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.article.format-audio .article__attachment,
.article.sticky .article__attachment {
    margin-bottom: 23px;
    margin-right: 0;
    width: 100%
}

.article.sticky {
    margin-bottom: 54px
}

@media (min-width:768px) {
    .article.sticky .article__attachment {
        height: 440px
    }
}

.article__summary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0
}

@media (max-width:767.98px) {
    .article__summary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.article__attachment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .article__attachment {
        margin-right: 30px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48.48484848485%;
        flex: 0 0 48.48484848485%;
        max-width: 48.48484848485%;
        height: 270px
    }
}

.article__attachment.audio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px
}

.article__header {
    margin-bottom: 10px
}

.article__title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.3;
    word-break: break-word
}

@media (min-width:768px) and (max-width:1199.98px) {
    .article__title {
        font-size: 22px
    }
}

@media (min-width:1200px) {
    .article__title {
        font-size: 26px
    }
}

.article__title a {
    color: #19272e
}

.article__title a:hover,
.article__title a:focus {
    color: #24baef;
    text-decoration: none
}

.article__excerpt {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.001em
}

.article__excerpt>*:last-child {
    margin-bottom: 0
}

.article__content {
    margin: 11px 0 45px 0;
    /*line-height: 1.6*/
    line-height: 28px;
}

.article__content>*:last-child {
    margin-bottom: 0
}

.article__content a {
    font-weight: 600
}

.article__meta {
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #949494;
    font-style: italic
}

.article__meta a {
    color: #949494;
    text-decoration: none
}

.article__meta>* {
    display: inline-block
}

.article__meta>*+*:before {
    content: '・';
    display: inline-block;
    margin: 0 4px;
    font-weight: 700
}

.article__categories {
    font-style: normal
}

.article__categories a {
    font-weight: 600;
    color: #24baef
}

.article__date {
    white-space: nowrap
}

.article__date .updated:not(.published) {
    display: none
}

.article__comments {
    white-space: nowrap
}

.article__video embed,
.article__video iframe,
.article__video object,
.article__audio embed,
.article__audio iframe,
.article__audio object {
    margin: 0
}

.comments-title,
.comment-respond .comment-reply-title,
.vodi-related-articles .section-title {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-weight: 500;
    color: #121a21;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 22px;
    word-break: break-word
}

@media (min-width:992px) {
    .comments-title,
    .comment-respond .comment-reply-title,
    .vodi-related-articles .section-title {
        font-size: 24px
    }
}

.comments-title:after,
.comment-respond .comment-reply-title:after,
.vodi-related-articles .section-title:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e8e8e8;
    width: 100%;
    top: 50%;
    margin-left: 11px
}

.dark .articles .article .entry-title a {
    color: #fff
}

.dark .articles .article .article__excerpt,
.dark .articles .article .article__meta>*:not(.article__categories),
.dark .articles .article .article__meta>*:not(.article__categories) a {
    color: #949cb0
}

.no-comments {
    border: 1px solid #e8e8e8;
    color: #949cb0;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.01em;
    padding: 12px 20px;
    border-radius: 5px
}

.single-article .article__title {
    font-size: 22px
}

.badge-sticky-post {
    font-weight: 700;
    font-size: 80%;
    display: inline-block;
    padding: 6px 5px;
    line-height: 1;
    margin-bottom: 5px
}

.full-width .alignfull,
.full-width .alignwide {
    width: auto;
    max-width: 1000%;
    padding-left: 1.41575em;
    padding-right: 1.41575em;
    clear: both
}

@media (min-width:992px) {
    .full-width .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0
    }
    .full-width .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw)
    }
}

.no-redux .article {
    border-bottom: 1px solid #e5eaeb
}

.no-redux .article .article__attachment {
    display: none
}

.blog:not(.masvideos-js) .sidebar-area {
    padding-top: 20px
}

@media (min-width:1200px) {
    .blog:not(.masvideos-js) .sidebar-area {
        padding-top: 0
    }
}

.article__content::after {
    display: block;
    clear: both;
    content: ""
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
    font-weight: 600;
    margin: .75em 0
}

.article__content h1 {
    font-size: 26px
}

.article__content h2 {
    font-size: 24px
}

.article__content h3 {
    font-size: 22px
}

.article__content h4 {
    font-size: 20px
}

.article__content h5 {
    font-size: 18px
}

.article__content h6 {
    font-size: 16px
}

.article__content .sharedaddy {
    display: none
}

.single-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.single-article>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.single-article .article__header {
    margin-bottom: 18px
}

.single-article .article__attachment {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .single-article .article__attachment {
        height: auto;
    }
}

.single-article.format-video .article__attachment {
    height: 560px
}

.single-article .entry-content blockquote,
.article .entry-content blockquote,
.page__content blockquote {
    background-color: #f5f5f5;
    font-family: "Montserrat", "Open Sans", sans-serif;
    padding: 3.03%;
    font-style: italic;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.single-article .entry-content blockquote::after,
.article .entry-content blockquote::after,
.page__content blockquote::after {
    display: block;
    clear: both;
    content: ""
}

@media (max-width:767.98px) {
    .single-article .entry-content blockquote,
    .article .entry-content blockquote,
    .page__content blockquote {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .single-article .entry-content blockquote,
    .article .entry-content blockquote,
    .page__content blockquote {
        padding: 6.06%
    }
}

.single-article .entry-content blockquote:before,
.article .entry-content blockquote:before,
.page__content blockquote:before {
    height: 89px;
    content: '';
    background-image: url(../images/post-quote-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 10px;
    width: 9.7%;
    float: left
}

@media (min-width:768px) {
    .single-article .entry-content blockquote:before,
    .article .entry-content blockquote:before,
    .page__content blockquote:before {
        margin-right: 3.03%;
        margin-bottom: 0
    }
}

.single-article .entry-content blockquote p,
.article .entry-content blockquote p,
.page__content blockquote p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.025em;
    color: #19272e
}

@media (min-width:768px) {
    .single-article .entry-content blockquote p,
    .article .entry-content blockquote p,
    .page__content blockquote p {
        margin-left: 12.65%
    }
}

@media (min-width:992px) {
    .single-article .entry-content blockquote p,
    .article .entry-content blockquote p,
    .page__content blockquote p {
        font-size: 22px
    }
}

.single-article .entry-content blockquote p strong,
.single-article .entry-content blockquote p a,
.article .entry-content blockquote p strong,
.article .entry-content blockquote p a,
.page__content blockquote p strong,
.page__content blockquote p a {
    color: #24baef
}

.single-article .entry-content blockquote p:last-child,
.article .entry-content blockquote p:last-child,
.page__content blockquote p:last-child {
    margin-bottom: 0
}

.single-article .entry-content blockquote cite,
.article .entry-content blockquote cite,
.page__content blockquote cite {
    font-weight: 700;
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #24baef
}

.single-article .entry-content blockquote cite:before,
.article .entry-content blockquote cite:before,
.page__content blockquote cite:before {
    content: '-';
    padding-right: 4px
}

.single-article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
.article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
.page__content blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: none;
    padding-left: 3.03%
}

@media (min-width:768px) {
    .single-article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
    .article .entry-content blockquote.wp-block-quote:not(.is-large):not(.is-style-large),
    .page__content blockquote.wp-block-quote:not(.is-large):not(.is-style-large) {
        padding-left: 5.05%
    }
}

.single-article .entry-content blockquote.wp-block-quote.is-large,
.single-article .entry-content blockquote.wp-block-quote.is-style-large,
.article .entry-content blockquote.wp-block-quote.is-large,
.article .entry-content blockquote.wp-block-quote.is-style-large,
.page__content blockquote.wp-block-quote.is-large,
.page__content blockquote.wp-block-quote.is-style-large {
    padding: 3.03%
}

@media (min-width:992px) {
    .single-article .entry-content blockquote.wp-block-quote.is-large,
    .single-article .entry-content blockquote.wp-block-quote.is-style-large,
    .article .entry-content blockquote.wp-block-quote.is-large,
    .article .entry-content blockquote.wp-block-quote.is-style-large,
    .page__content blockquote.wp-block-quote.is-large,
    .page__content blockquote.wp-block-quote.is-style-large {
        padding: 6.06%
    }
}

.single-article .entry-content blockquote.wp-block-quote.is-large p,
.single-article .entry-content blockquote.wp-block-quote.is-style-large p,
.article .entry-content blockquote.wp-block-quote.is-large p,
.article .entry-content blockquote.wp-block-quote.is-style-large p,
.page__content blockquote.wp-block-quote.is-large p,
.page__content blockquote.wp-block-quote.is-style-large p {
    font-size: 1.6875em;
    line-height: 1.3
}

.single-article .entry-content blockquote.wp-block-quote.is-large cite,
.single-article .entry-content blockquote.wp-block-quote.is-style-large cite,
.article .entry-content blockquote.wp-block-quote.is-large cite,
.article .entry-content blockquote.wp-block-quote.is-style-large cite,
.page__content blockquote.wp-block-quote.is-large cite,
.page__content blockquote.wp-block-quote.is-style-large cite {
    text-align: left;
    font-size: 13px
}

@media (min-width:768px) {
    .single-article .entry-content blockquote.wp-block-quote.is-large cite,
    .single-article .entry-content blockquote.wp-block-quote.is-style-large cite,
    .article .entry-content blockquote.wp-block-quote.is-large cite,
    .article .entry-content blockquote.wp-block-quote.is-style-large cite,
    .page__content blockquote.wp-block-quote.is-large cite,
    .page__content blockquote.wp-block-quote.is-style-large cite {
        margin-left: 12.65%
    }
}

@media (min-width:992px) {
    .single-article .entry-content blockquote.wp-block-quote.is-large cite,
    .single-article .entry-content blockquote.wp-block-quote.is-style-large cite,
    .article .entry-content blockquote.wp-block-quote.is-large cite,
    .article .entry-content blockquote.wp-block-quote.is-style-large cite,
    .page__content blockquote.wp-block-quote.is-large cite,
    .page__content blockquote.wp-block-quote.is-style-large cite {
        font-size: 15px
    }
}

.single-article .entry-content p+blockquote,
.article .entry-content p+blockquote,
.page__content p+blockquote {
    margin-top: 40px;
    margin-bottom: 40px
}

.single-article .entry-content .wp-block-pullquote,
.article .entry-content .wp-block-pullquote,
.page__content .wp-block-pullquote {
    border: transparent;
    background: #f5f5f5;
    padding: 3em
}

.single-article .entry-content .wp-block-pullquote blockquote,
.article .entry-content .wp-block-pullquote blockquote,
.page__content .wp-block-pullquote blockquote {
    background: transparent;
    padding: 0
}

.single-article .entry-content .wp-block-pullquote blockquote:before,
.article .entry-content .wp-block-pullquote blockquote:before,
.page__content .wp-block-pullquote blockquote:before {
    content: none
}

.single-article .entry-content .wp-block-pullquote blockquote cite,
.single-article .entry-content .wp-block-pullquote blockquote p,
.article .entry-content .wp-block-pullquote blockquote cite,
.article .entry-content .wp-block-pullquote blockquote p,
.page__content .wp-block-pullquote blockquote cite,
.page__content .wp-block-pullquote blockquote p {
    margin-left: 0
}

.single-article .entry-content .wp-block-pullquote blockquote>.editor-rich-text p,
.single-article .entry-content .wp-block-pullquote p,
.article .entry-content .wp-block-pullquote blockquote>.editor-rich-text p,
.article .entry-content .wp-block-pullquote p,
.page__content .wp-block-pullquote blockquote>.editor-rich-text p,
.page__content .wp-block-pullquote p {
    font-size: 1.6875em;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: .5em;
    margin-top: .5em
}

@media (min-width:768px) {
    .single-article .entry-content .wp-block-pullquote blockquote>.editor-rich-text p,
    .single-article .entry-content .wp-block-pullquote p,
    .article .entry-content .wp-block-pullquote blockquote>.editor-rich-text p,
    .article .entry-content .wp-block-pullquote p,
    .page__content .wp-block-pullquote blockquote>.editor-rich-text p,
    .page__content .wp-block-pullquote p {
        font-size: 2.25em
    }
}

.single-article .entry-content .wp-block-pullquote .wp-block-pullquote__citation,
.single-article .entry-content .wp-block-pullquote cite,
.article .entry-content .wp-block-pullquote .wp-block-pullquote__citation,
.article .entry-content .wp-block-pullquote cite,
.page__content .wp-block-pullquote .wp-block-pullquote__citation,
.page__content .wp-block-pullquote cite {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    text-transform: none
}

.single-article .entry-content .wp-block-pullquote em,
.article .entry-content .wp-block-pullquote em,
.page__content .wp-block-pullquote em {
    font-style: normal
}

.single-article .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
.article .entry-content .wp-block-pullquote.is-style-solid-color blockquote,
.page__content .wp-block-pullquote.is-style-solid-color blockquote {
    background: transparent
}

.single-article .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
.article .entry-content .wp-block-pullquote.is-style-solid-color blockquote p,
.page__content .wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: .5em;
    margin-bottom: .5em
}

.single-article .entry-content form.post-password-form p,
.article .entry-content form.post-password-form p,
.page__content form.post-password-form p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.single-article .entry-content form.post-password-form p label,
.article .entry-content form.post-password-form p label,
.page__content form.post-password-form p label {
    margin-bottom: 0
}

.single-article .entry-content form.post-password-form p input[type="submit"],
.article .entry-content form.post-password-form p input[type="submit"],
.page__content form.post-password-form p input[type="submit"] {
    margin-left: 6px
}

.single-article .entry-content .wp-block-archives,
.single-article .entry-content .wp-block-categories,
.single-article .entry-content .wp-block-latest-posts,
.article .entry-content .wp-block-archives,
.article .entry-content .wp-block-categories,
.article .entry-content .wp-block-latest-posts,
.page__content .wp-block-archives,
.page__content .wp-block-categories,
.page__content .wp-block-latest-posts {
    padding-left: 0;
    list-style: none
}

.single-article .entry-content .wp-block-archives li,
.single-article .entry-content .wp-block-categories li,
.single-article .entry-content .wp-block-latest-posts li,
.article .entry-content .wp-block-archives li,
.article .entry-content .wp-block-categories li,
.article .entry-content .wp-block-latest-posts li,
.page__content .wp-block-archives li,
.page__content .wp-block-categories li,
.page__content .wp-block-latest-posts li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0
}

.single-article .entry-content .wp-block-archives li a,
.single-article .entry-content .wp-block-categories li a,
.single-article .entry-content .wp-block-latest-posts li a,
.article .entry-content .wp-block-archives li a,
.article .entry-content .wp-block-categories li a,
.article .entry-content .wp-block-latest-posts li a,
.page__content .wp-block-archives li a,
.page__content .wp-block-categories li a,
.page__content .wp-block-latest-posts li a {
    color: #121a21;
    padding: 6px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400
}

.single-article .entry-content .wp-block-archives li ul,
.single-article .entry-content .wp-block-archives li time,
.single-article .entry-content .wp-block-categories li ul,
.single-article .entry-content .wp-block-categories li time,
.single-article .entry-content .wp-block-latest-posts li ul,
.single-article .entry-content .wp-block-latest-posts li time,
.article .entry-content .wp-block-archives li ul,
.article .entry-content .wp-block-archives li time,
.article .entry-content .wp-block-categories li ul,
.article .entry-content .wp-block-categories li time,
.article .entry-content .wp-block-latest-posts li ul,
.article .entry-content .wp-block-latest-posts li time,
.page__content .wp-block-archives li ul,
.page__content .wp-block-archives li time,
.page__content .wp-block-categories li ul,
.page__content .wp-block-categories li time,
.page__content .wp-block-latest-posts li ul,
.page__content .wp-block-latest-posts li time {
    width: 100%
}

.single-article .entry-content .wp-block-latest-comments,
.article .entry-content .wp-block-latest-comments,
.page__content .wp-block-latest-comments {
    padding-left: 0;
    list-style: none
}

.single-article .entry-content .wp-block-latest-comments__comment-link,
.article .entry-content .wp-block-latest-comments__comment-link,
.page__content .wp-block-latest-comments__comment-link {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 21px;
    color: #121a21
}

.single-article .entry-content .wp-block-latest-comments__comment-author,
.article .entry-content .wp-block-latest-comments__comment-author,
.page__content .wp-block-latest-comments__comment-author {
    font-weight: 400;
    color: #121a21;
    font-size: 13px;
    line-height: 18px
}

.single-article .entry-content .wp-block-categories li:before,
.article .entry-content .wp-block-categories li:before,
.page__content .wp-block-categories li:before {
    width: 5px;
    margin-right: 13px;
    display: inline-block;
    content: url(../images/arrow-right.svg)
}

.single-article .entry-content .wp-block-categories li a,
.article .entry-content .wp-block-categories li a,
.page__content .wp-block-categories li a {
    margin-right: 6px
}

.single-article .entry-content .wp-block-archives-dropdown select,
.article .entry-content .wp-block-archives-dropdown select,
.page__content .wp-block-archives-dropdown select {
    margin-bottom: 12px;
    height: auto
}

.single-article .entry-content p,
.article .entry-content p {
    word-wrap: normal
}

.single-article .entry-content .has-2-columns>.wp-block-column,
.article .entry-content .has-2-columns>.wp-block-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .single-article .entry-content .has-2-columns>.wp-block-column,
    .article .entry-content .has-2-columns>.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.single-article.format-link .single-article__inner,
.single-article.format-aside .single-article__inner,
.single-article.format-quote .single-article__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-article.format-link .single-article__inner .article__header,
.single-article.format-aside .single-article__inner .article__header,
.single-article.format-quote .single-article__inner .article__header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    margin-top: 10px;
    margin-bottom: 40px
}

.single-article.format-link .single-article__inner .article__header .article__title,
.single-article.format-aside .single-article__inner .article__header .article__title,
.single-article.format-quote .single-article__inner .article__header .article__title {
    display: none
}

.single-article.format-link .single-article__inner .article__content,
.single-article.format-aside .single-article__inner .article__content,
.single-article.format-quote .single-article__inner .article__content {
    background-color: #f6f7f9;
    padding: 60px 80px;
    margin-bottom: 0
}

.single-article.format-quote .single-article__inner .article__content blockquote {
    padding: 0;
    position: relative
}

.single-article.format-quote .single-article__inner .article__content blockquote:before {
    position: absolute
}

.single-article.format-quote .single-article__inner .article__content blockquote p:last-child {
    margin-bottom: 0
}

.single-article.format-link p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -.025em;
    word-wrap: break-word;
    font-weight: 600
}

.single-article.format-link p a {
    color: #121a21
}

.single-article.format-link p a:hover,
.single-article.format-link p a:focus {
    text-decoration: none;
    color: #24baef
}

.single-article.format-aside .single-article__inner .article__header {
    margin-top: 10px;
    margin-bottom: 45px
}

.blog-sidebar .widget {
    margin-bottom: 35px;
    font-size: 14px
}

.blog-sidebar .widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #000), -webkit-linear-gradient(315deg, #000, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, #000), linear-gradient(135deg, #000, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
    background-size: 6px 6px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: auto;
    padding-right: 30px
}

.blog-sidebar .widget-title {
    display: block;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -.025em;
    color: #121a21
}

.blog-sidebar .widget-title a {
    color: #121a21
}

.blog-sidebar .widget-title a:hover,
.blog-sidebar .widget-title a:focus {
    text-decoration: none
}

.blog-sidebar .widget-title:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e8e8e8;
    width: 100%;
    margin-left: 16px;
    top: 50%
}

.blog-sidebar .widget-header {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.blog-sidebar ul {
    padding-left: 0;
    list-style: none
}

.blog-sidebar ul>li>a {
    color: #121a21;
    padding: 6px 0;
    display: inline-block
}

.blog-sidebar .recentcomments>a {
    display: block!important
}

.blog-sidebar .widget_meta .widget-header,
.blog-sidebar .widget_nav_menu .widget-header,
.blog-sidebar .widget_pages .widget-header,
.blog-sidebar .widget_archive .widget-header,
.blog-sidebar .widget_categories .widget-header {
    margin-bottom: 14px
}

.blog-sidebar .widget_meta ul>li>a,
.blog-sidebar .widget_meta .item__link,
.blog-sidebar .widget_nav_menu ul>li>a,
.blog-sidebar .widget_nav_menu .item__link,
.blog-sidebar .widget_pages ul>li>a,
.blog-sidebar .widget_pages .item__link,
.blog-sidebar .widget_archive ul>li>a,
.blog-sidebar .widget_archive .item__link,
.blog-sidebar .widget_categories ul>li>a,
.blog-sidebar .widget_categories .item__link {
    color: #121a21
}

.blog-sidebar .widget_meta ul>li>a:hover,
.blog-sidebar .widget_meta ul>li>a:focus,
.blog-sidebar .widget_meta .item__link:hover,
.blog-sidebar .widget_meta .item__link:focus,
.blog-sidebar .widget_nav_menu ul>li>a:hover,
.blog-sidebar .widget_nav_menu ul>li>a:focus,
.blog-sidebar .widget_nav_menu .item__link:hover,
.blog-sidebar .widget_nav_menu .item__link:focus,
.blog-sidebar .widget_pages ul>li>a:hover,
.blog-sidebar .widget_pages ul>li>a:focus,
.blog-sidebar .widget_pages .item__link:hover,
.blog-sidebar .widget_pages .item__link:focus,
.blog-sidebar .widget_archive ul>li>a:hover,
.blog-sidebar .widget_archive ul>li>a:focus,
.blog-sidebar .widget_archive .item__link:hover,
.blog-sidebar .widget_archive .item__link:focus,
.blog-sidebar .widget_categories ul>li>a:hover,
.blog-sidebar .widget_categories ul>li>a:focus,
.blog-sidebar .widget_categories .item__link:hover,
.blog-sidebar .widget_categories .item__link:focus {
    color: #24baef
}

.blog-sidebar .widget_meta .item__inner,
.blog-sidebar .widget_nav_menu .item__inner,
.blog-sidebar .widget_pages .item__inner,
.blog-sidebar .widget_archive .item__inner,
.blog-sidebar .widget_categories .item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 6px 0
}

.blog-sidebar .widget_meta .item__link,
.blog-sidebar .widget_nav_menu .item__link,
.blog-sidebar .widget_pages .item__link,
.blog-sidebar .widget_archive .item__link,
.blog-sidebar .widget_categories .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.blog-sidebar .widget_meta .item__link:hover,
.blog-sidebar .widget_meta .item__link:focus,
.blog-sidebar .widget_nav_menu .item__link:hover,
.blog-sidebar .widget_nav_menu .item__link:focus,
.blog-sidebar .widget_pages .item__link:hover,
.blog-sidebar .widget_pages .item__link:focus,
.blog-sidebar .widget_archive .item__link:hover,
.blog-sidebar .widget_archive .item__link:focus,
.blog-sidebar .widget_categories .item__link:hover,
.blog-sidebar .widget_categories .item__link:focus {
    color: #24baef
}

.blog-sidebar .widget_meta .item__count,
.blog-sidebar .widget_nav_menu .item__count,
.blog-sidebar .widget_pages .item__count,
.blog-sidebar .widget_archive .item__count,
.blog-sidebar .widget_categories .item__count {
    margin-left: auto;
    display: inline-block;
    font-size: 14px;
    color: #949494
}

.blog-sidebar .widget_meta .item__child-indicator--icon:before,
.blog-sidebar .widget_nav_menu .item__child-indicator--icon:before,
.blog-sidebar .widget_pages .item__child-indicator--icon:before,
.blog-sidebar .widget_archive .item__child-indicator--icon:before,
.blog-sidebar .widget_categories .item__child-indicator--icon:before {
    width: 5px;
    margin-right: 13px;
    display: inline-block
}

.blog-sidebar .widget_meta .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_nav_menu .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_pages .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_archive .item__child-indicator--icon.has-child:before,
.blog-sidebar .widget_categories .item__child-indicator--icon.has-child:before {
    content: url(../images/arrow-right.svg);
    color: #24baef;
    font-weight: 700
}

.blog-sidebar .widget_meta .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_nav_menu .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_pages .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_archive .item__child-indicator--icon.no-child:before,
.blog-sidebar .widget_categories .item__child-indicator--icon.no-child:before {
    content: url(../images/arrow-right.svg)
}

.blog-sidebar .widget_meta ul ul,
.blog-sidebar .widget_meta ul ol,
.blog-sidebar .widget_nav_menu ul ul,
.blog-sidebar .widget_nav_menu ul ol,
.blog-sidebar .widget_pages ul ul,
.blog-sidebar .widget_pages ul ol,
.blog-sidebar .widget_archive ul ul,
.blog-sidebar .widget_archive ul ol,
.blog-sidebar .widget_categories ul ul,
.blog-sidebar .widget_categories ul ol {
    padding-left: 23px
}

.blog-sidebar .widget_meta .current-item>.item__inner .item__name,
.blog-sidebar .widget_meta .current-item-parent>.item__inner .item__name,
.blog-sidebar .widget_meta .current-item-ancestor>.item__inner .item__name,
.blog-sidebar .widget_nav_menu .current-item>.item__inner .item__name,
.blog-sidebar .widget_nav_menu .current-item-parent>.item__inner .item__name,
.blog-sidebar .widget_nav_menu .current-item-ancestor>.item__inner .item__name,
.blog-sidebar .widget_pages .current-item>.item__inner .item__name,
.blog-sidebar .widget_pages .current-item-parent>.item__inner .item__name,
.blog-sidebar .widget_pages .current-item-ancestor>.item__inner .item__name,
.blog-sidebar .widget_archive .current-item>.item__inner .item__name,
.blog-sidebar .widget_archive .current-item-parent>.item__inner .item__name,
.blog-sidebar .widget_archive .current-item-ancestor>.item__inner .item__name,
.blog-sidebar .widget_categories .current-item>.item__inner .item__name,
.blog-sidebar .widget_categories .current-item-parent>.item__inner .item__name,
.blog-sidebar .widget_categories .current-item-ancestor>.item__inner .item__name {
    font-weight: 700
}

.blog-sidebar .widget_meta .current-item>.item__inner .item__link,
.blog-sidebar .widget_nav_menu .current-item>.item__inner .item__link,
.blog-sidebar .widget_pages .current-item>.item__inner .item__link,
.blog-sidebar .widget_archive .current-item>.item__inner .item__link,
.blog-sidebar .widget_categories .current-item>.item__inner .item__link {
    color: #24baef
}

.blog-sidebar .widget_archive {
    color: #949494
}

.blog-sidebar .widget_archive .widget-header+ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.calendar_wrap td a,
.calendar_wrap th a {
    font-weight: 700
}

.recentcomments {
    padding: 4px 0 7px 0
}

.recentcomments>a {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #121a21;
    display: block
}

.recentcomments .comment-author-link>a {
    color: #121a21;
    font-size: 13px;
    line-height: 18px
}

.recentcomments+.recentcomments {
    border-top: 1px solid #e5eaeb
}

.calendar_wrap table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    border: 1px solid #dee2e6
}

.calendar_wrap table th,
.calendar_wrap table td {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: center
}

.calendar_wrap table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.calendar_wrap table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.calendar_wrap table .table {
    background-color: #fff
}

.calendar_wrap table th,
.calendar_wrap table td {
    border: 1px solid #dee2e6
}

.calendar_wrap table thead th,
.calendar_wrap table thead td {
    border-bottom-width: 2px
}

.widget_rss ul .rsswidget,
.widget_rss li a,
.widget_recent_entries ul .rsswidget,
.widget_recent_entries li a {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -.025em;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 600;
    color: #19272e;
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px
}

.widget_rss ul .rsswidget:hover,
.widget_rss ul .rsswidget:focus,
.widget_rss li a:hover,
.widget_rss li a:focus,
.widget_recent_entries ul .rsswidget:hover,
.widget_recent_entries ul .rsswidget:focus,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:focus {
    text-decoration: none;
    color: #24baef
}

.widget_rss .post-date,
.widget_recent_entries .post-date {
    margin-top: 8px
}

.widget_rss ul li a,
.widget_recent_entries ul li a {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
    display: block;
    margin: 0;
    padding: 0
}

.widget_rss li,
.widget_recent_entries li {
    padding: 15px 0
}

.widget_rss .rss-date,
.widget_rss cite,
.widget_rss .post-date,
.widget_recent_entries .rss-date,
.widget_recent_entries cite,
.widget_recent_entries .post-date {
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    color: #949494;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.widget_rss .rss-date,
.widget_recent_entries .rss-date {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.widget_rss .rss-date:before,
.widget_recent_entries .rss-date:before {
    content: '';
    margin: 0 7px;
    display: inline-block;
    height: 3px;
    width: 3px;
    background-color: #949494;
    border-radius: 50%;
    top: -2px;
    position: relative
}

.widget_rss .rssSummary,
.widget_recent_entries .rssSummary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
    margin-top: 8px
}

.widget_rss cite,
.widget_recent_entries cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #24baef;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.widget_rss ul>li,
.widget_recent_entries ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget_rss ul>li+li,
.widget_recent_entries ul>li+li {
    border-top: 1px solid #e5eaeb
}

.widget_rss ul>li:first-child {
    padding-top: 8px
}

.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0
}

.search-form .search-field {
    border-color: #d0d0d2;
    padding: 7px 19px;
    border-radius: 20px;
    background: transparent
}

@media (min-width:1440px) {
    .search-form .search-field {
        padding: 7px 51px 7px 25px
    }
}

.search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 1px #80bdff;
    outline: 0
}

.search-form .search-submit {
    border-width: 0;
    margin-left: -52px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0 16px;
    background: transparent
}

.search-form .search-submit svg {
    fill: #656565;
    margin-bottom: 3px
}

.vodi_posts_widget .entry-cats-list,
.vodi_posts_widget .published {
    font-size: 13px
}

.vodi_posts_widget .entry-cats-list a {
    font-weight: 700
}

.vodi_posts_widget .published {
    font-style: italic;
    color: #949494
}

.vodi_posts_widget .published:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #949494;
    border-radius: 50%;
    vertical-align: super;
    margin: 0 5px 0 3px
}

.vodi_posts_widget .widget-header {
    display: block
}

@media (min-width:576px) {
    .vodi_posts_widget .widget-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.vodi_posts_widget .widget-header .widget-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative
}

.vodi_posts_widget .widget-header .header-aside a {
    font-size: 14px;
    line-height: 18px;
    color: #949494;
    font-weight: 500
}

@media (min-width:576px) {
    .vodi_posts_widget .widget-header .header-aside a {
        padding-left: 8px
    }
}

.vodi_posts_widget .style-1 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 19px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vodi_posts_widget .style-1 ul li:first-child {
    padding-top: 5px
}

.vodi_posts_widget .style-1 ul li:last-child {
    padding-bottom: 6px
}

.vodi_posts_widget .style-1 ul li>.post-thumbnail {
    margin-right: 16px;
    width: 115px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    flex: 0 0 115px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vodi_posts_widget .style-1 ul li>.post-thumbnail img {
    max-height: 100%;
    width: auto
}

.vodi_posts_widget .style-1 ul li+li {
    border-top: 1px solid #e5eaeb
}

.vodi_posts_widget .style-1 .entry-title {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -.025em;
    font-weight: 600;
    margin-bottom: 6px;
    padding-top: 3px
}

.vodi_posts_widget .style-1 .entry-title a {
    color: #19272e
}

.vodi_posts_widget .style-1 .entry-title a:hover,
.vodi_posts_widget .style-1 .entry-title a:focus {
    color: #24baef
}

.vodi_posts_widget .style-2 ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.vodi_posts_widget .style-2 ul li .post-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.vodi_posts_widget .style-2 ul li .post-thumbnail::after {
    position: absolute;
    content: '';
    background-image: url(../images/glow.png);
    background-position: bottom;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.vodi_posts_widget .style-2 ul li .post-thumbnail img {
    margin: auto
}

.vodi_posts_widget .style-2 ul li .entry-title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -.01em;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 600
}

.vodi_posts_widget .style-2 ul li .entry-title a {
    color: #19272e
}

.vodi_posts_widget .style-2 ul li .entry-title a:hover,
.vodi_posts_widget .style-2 ul li .entry-title a:focus {
    text-decoration: none;
    color: #24baef
}

.vodi_posts_widget .style-2 ul li .entry-meta {
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #949494;
    font-style: italic
}

.vodi_posts_widget .style-2 ul li .entry-meta a {
    color: #24baef;
    text-decoration: none;
    font-weight: 700
}

.vodi_posts_widget .style-2 ul li .entry-meta .published:before {
    margin: 0 8px
}

.vodi_posts_widget .style-2 ul .has-post-thumbnail {
    position: relative
}

.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content {
    position: absolute;
    bottom: 0;
    padding: 16px 20px;
    width: 100%
}

.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title {
    max-height: 126px;
    overflow: hidden
}

.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a {
    color: #fff
}

.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a:hover,
.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-title a:focus {
    text-decoration: none;
    color: #24baef
}

.vodi_posts_widget .style-2 ul .has-post-thumbnail .post-content .entry-categories a {
    color: #24baef
}

.vodi_posts_widget .style-3 ul {
    counter-reset: my-badass-counter
}

.vodi_posts_widget .style-3 ul li {
    padding-top: 10px
}

.vodi_posts_widget .style-3 ul li .entry-title {
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -.025em;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vodi_posts_widget .style-3 ul li .entry-title:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    border-radius: 50%;
    width: 34px;
    border: 1px solid #a2abaf;
    height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 13px;
    -webkit-align-self: flex-start;
    align-self: flex-start
}

.vodi_posts_widget .style-3 ul li .entry-title a {
    color: #19272e;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.vodi_posts_widget .style-3 ul li .entry-title a:hover,
.vodi_posts_widget .style-3 ul li .entry-title a:focus {
    text-decoration: none;
    color: #24baef
}

.vodi_posts_widget .style-3 ul li.vpw-not-found {
    padding: 0
}

.vodi_posts_widget .style-3 ul li a.post-thumbnail,
.vodi_posts_widget .style-3 ul li .entry-meta {
    display: none
}

.vodi-tabbed-widget .vtw-tabbed-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.vodi-tabbed-widget .vtw-tabbed-nav li a {
    font-size: 17px;
    color: #949494;
    padding: 0;
    font-family: "Montserrat", "Open Sans", sans-serif
}

@media (min-width:768px) {
    .vodi-tabbed-widget .vtw-tabbed-nav li a {
        font-size: 24px
    }
}

.vodi-tabbed-widget .vtw-tabbed-nav li.tab-active a {
    color: #24baef
}

.vodi-tabbed-widget .vtw-tabbed-nav li+li {
    margin-left: 22px
}

.vodi-tabbed-widget .vtw-tabbed-nav li+li a:before {
    content: '';
    width: 1px;
    height: 23px;
    display: inline-block;
    margin-right: 22px;
    background-color: #c3c3c3;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    vertical-align: bottom
}

.vodi-tabbed-widget .vtw-tabbed-cont {
    display: none
}

.vodi-tabbed-widget .vtw-tabbed-cont.tab-active {
    display: block
}

.vodi-tabbed-widget .vtw-tabbed-cont .widget-title {
    display: none
}

.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 0 10px
}

.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li+li {
    border-top: none
}

.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li .entry-title {
    margin-bottom: 0;
    padding-bottom: 0
}

.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li .entry-meta {
    display: none
}

.vodi-tabbed-widget .vodi_posts_widget .style-1 ul li.vpw-not-found {
    padding: 0
}

.format-audio .article__attachment {
    height: auto
}

.article__quote {
    background-color: #333e48;
    padding: 30px;
    font-style: italic;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:768px) and (max-width:991.98px) {
    .article__quote {
        padding: 40px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

@media (min-width:992px) {
    .article__quote {
        padding: 60px
    }
}

.article__quote:before {
    content: ' ';
    max-width: 96px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96px;
    flex: 0 0 96px;
    height: 89px;
    width: 96px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="96" height="89"><path d="M43.6 0C67-0.4 82.1 7.6 91 21.9 94.8 28.1 97.8 38.6 94.7 48.1 93.4 51.9 91.7 55.5 89.5 58.5 84.7 65.4 77.2 70.4 69 73.9 65.8 75.3 62.3 75.8 58.9 76.8 54.6 78 48.7 77.6 43.8 77.5 42.6 77.5 38.3 76.8 38.1 77 37.4 77.6 37.1 78.6 36.5 79.3 33.8 83 24.8 88.9 18.6 89 18.4 88.7 18.2 88.7 18.1 88.3 17.7 87.9 17.7 87.7 17.7 87 18.6 86.1 18.9 84.8 19.5 83.4 20.4 81.3 21.3 78.7 22 76.1 22.1 74.6 22.3 73.2 22.5 71.8 13.1 67.4 5.9 59.8 1.9 49.9 1.2 48.2 0.9 46.1 0.5 44.3 -0.4 40.6 0.1 34.9 1 31.8 1.4 30.6 1.3 29.7 1.7 28.5 4.4 21.1 9.4 14.6 15.2 10.4 20.2 6.8 25.9 4.1 32.4 2 35 1.4 37.6 0.9 40.2 0.4 41.3 0.1 42.8 0.5 43.6 0ZM44 3C42.9 3.7 39.7 3.4 38.3 3.8 34.3 4.8 30.3 5.6 26.7 7.2 16.5 11.7 8.7 18.8 4.7 29.8 3.2 34.1 2.4 41.4 4 46.5 4.8 49 5.7 51.7 7.1 53.8 9.9 58.4 13.7 62.6 18.1 65.7 19.7 66.9 21.6 67.8 23.4 68.9 24.1 69.3 24.8 69.2 25.1 70 25.6 70.5 25.6 73.1 25.3 74.1 24.9 76.1 24.5 78.2 24.1 80.2 23.6 81.8 22.7 83.4 22.3 85.1 22.4 85.1 22.5 85.1 22.7 85.1 23.5 84.3 25 84.2 26 83.6 28 82.6 29.8 81.3 31.5 80 32.7 79.2 34.4 77.1 35.3 75.9 35.8 75.2 35.8 74.3 36.7 73.9 37.7 73.2 40.4 74.2 42 74.3 46.3 74.6 52.3 75.1 56.4 74.1 59 73.4 61.8 73.2 64.4 72.3 73.4 69.3 81.6 64.3 86.7 57.2 88.7 54.5 90.4 51.2 91.7 47.7 91.8 47 91.9 46.3 92 45.6 94.4 37.1 91.7 28.7 88.3 23.3 82.7 14.4 74.6 8.8 63.8 5.2 61.2 4.3 58.3 4.1 55.5 3.4 52.3 2.6 47.7 3.1 44 3ZM39.2 38.6C34 38.7 29.7 34.2 32.2 28.5 34.5 23.5 41.7 23.1 46.1 26.4 48.6 28.3 50 34.2 48.7 38.8 47.2 44.3 44.2 47.7 39.9 50.4 38.3 51.4 37.2 52.4 34.9 52.2 33.7 50.6 32.2 49.8 32.2 47 35 44.5 38.6 43.4 39.2 38.6ZM59.2 38.6C54.2 38.6 50 34.3 52.3 28.9 54.3 24.2 61.1 22.6 65.8 26 68.7 28.2 70.3 34.2 68.8 39.3 67.3 44.3 64.5 47.5 60.6 50.1 59.2 51 57.8 52.3 55.7 52.4 54.2 51.2 52.4 49.9 52.3 47.4 52.5 47.1 52.6 46.9 52.6 46.5 55.4 44.8 59.2 43 59.2 38.6ZM38.3 27.3C37.9 27.6 37.3 27.5 36.9 27.8 35 29 34.5 31.2 35.1 33.9 35.8 34.3 36.4 35 37.2 35.3 39.1 36.1 41 35.2 41.6 37.1 42.6 38.1 42 40 41.6 41.1 41 43 40.2 44.9 38.8 45.9 37.9 46.6 36 47.3 35.6 48.4 35.7 48.4 35.7 48.4 35.8 48.4 35.9 48.6 36 48.8 36.1 49 36.5 48.9 36.3 49 36.5 48.8 40.5 47.8 44.3 42.9 45.5 38.9 46.1 37.4 46.3 34.8 45.9 33 44.8 28.7 43.6 27.2 38.3 27.3ZM58.3 27.3C57.9 27.6 57.2 27.6 56.7 28 55.7 28.7 53.9 31.5 55.1 33.2 55.9 35.9 58.1 34.7 60.5 35.7 61.3 36.1 61.6 36.9 62.2 37.5 62.3 42.1 60.7 44.4 58.3 46.5 57.6 47.1 56.1 47.3 55.8 48.4 56.2 48.8 56 48.9 56.7 49 57.4 48.4 58.2 48.2 59 47.7 60.3 46.9 62.1 45.5 62.9 44.3 65.2 41.3 68.1 34.1 65.1 29.6 63.8 27.8 61.5 27.2 58.3 27.3Z" style="fill:rgb(255, 255, 255);opacity:0.3"/></svg>');
    background-repeat: no-repeat;
    display: block
}

@media (min-width:768px) {
    .article__quote:before {
        margin-right: 30px
    }
}

.article__quote p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -.025em;
    color: #fff
}

.article__quote cite,
.article__quote p+p {
    font-weight: 700;
    display: block;
    margin-top: 22px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.01em
}

.article__quote cite a,
.article__quote p+p a {
    color: #24baef
}

.article__quote cite a:hover,
.article__quote p+p a:hover {
    text-decoration: none;
    color: #24baef
}

.article__quote cite a:before,
.article__quote p+p a:before {
    content: '-';
    padding-right: 4px
}

.article__quote>*:last-child,
.article__quote blockquote>*:last-child {
    margin-bottom: 0
}

.article__quote .wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: none;
    padding-left: 0;
    margin: 0 0 1rem
}

.article__link {
    background-color: #f6f7f9;
    padding: 30px
}

@media (min-width:768px) and (max-width:991.98px) {
    .article__link {
        padding: 40px
    }
}

@media (min-width:768px) {
    .article__link {
        padding: 60px 80px
    }
}

.article__link p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -.025em;
    word-wrap: break-word;
    font-weight: 600;
    color: #121a21
}

.article__link p a {
    color: #121a21
}

.article__link p a:hover,
.article__link p a:focus {
    text-decoration: none;
    color: #24baef
}

.article__link p a.link-url {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.01em;
    font-weight: 700;
    color: #24baef;
    display: block;
    padding-top: 10px
}

.article__link>*:last-child {
    margin-bottom: 0
}

.article__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 30px;
    background-color: #f6f7f9
}

@media (min-width:768px) and (max-width:991.98px) {
    .article__aside {
        padding: 40px
    }
}

@media (min-width:992px) {
    .article__aside {
        padding: 60px 80px
    }
}

.article__aside .article__meta {
    margin-bottom: 8px
}

.article__aside>*:last-child {
    margin-bottom: 0
}

.post-navigation {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 35px
}

@media (min-width:768px) {
    .post-navigation {
        padding: 45px 50px
    }
}

.post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.post-navigation .nav-links .nav-previous>a,
.post-navigation .nav-links .nav-next>a {
    display: block
}

.post-navigation .nav-links .nav-previous>a:hover .post-nav__article--title,
.post-navigation .nav-links .nav-previous>a:focus .post-nav__article--title,
.post-navigation .nav-links .nav-next>a:hover .post-nav__article--title,
.post-navigation .nav-links .nav-next>a:focus .post-nav__article--title {
    color: #24baef
}

@media (min-width:768px) {
    .post-navigation .nav-links .nav-previous {
        padding-right: 10px
    }
}

.post-navigation .nav-links .nav-next {
    margin-left: auto
}

@media (min-width:768px) {
    .post-navigation .nav-links .nav-next {
        padding-left: 10px
    }
}

.post-navigation .nav-links .nav-previous+.nav-next {
    margin-top: 20px
}

@media (min-width:768px) {
    .post-navigation .nav-links .nav-previous+.nav-next {
        margin-top: 0
    }
}

.post-navigation .nav-links .nav-next span {
    text-align: end
}

.post-nav__title {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #a3a3a3;
    display: block;
    margin-bottom: 7px;
    word-break: break-word
}

.post-nav__article--title {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -.025em;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 600;
    color: #19272e;
    display: block;
    margin-bottom: 5px;
    word-break: break-word
}

.post-nav__article--meta {
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.01em
}

.post-nav__article--meta>*+*:before {
    content: '・';
    display: inline-block;
    margin: 0 4px;
    font-weight: 700
}

.post-nav__article--categories {
    font-weight: 700;
    color: #24baef
}

.post-nav__article--date {
    color: #949494;
    font-style: italic
}

.related-posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.related-posts>article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.related-posts>article.post {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.related-posts>article .article__thumbnail {
    margin-bottom: 18px
}

.related-posts.columns-1>article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.related-posts.columns-2>article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.related-posts.columns-3>article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.related-posts.columns-4>article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.related-posts.columns-5>article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.related-posts.columns-6>article.post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.related-posts .article__title {
    font-size: 17px
}

.vodi-related-articles .article__attachment--thumbnail {
    display: block;
    margin-bottom: 17px
}

.vodi-related-articles .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 19px
}

.vodi-related-articles .section-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-bottom: 0
}

.vodi-related-articles .section-title:after {
    margin-left: 16px;
    z-index: 15
}

.vodi-related-articles .header-aside {
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500;
    padding-left: 11px
}

.vodi-related-articles .header-aside a {
    color: #949494
}

.gallery>.gallery-item a,
.gallery>.gallery-item img {
    display: block
}

.gallery>.gallery-item img {
    margin: auto
}

.gallery .wp-caption-text {
    font-size: 12px;
    line-height: 15px;
    color: #707070;
    text-align: center;
    margin-top: 10px
}

.gallery-columns-1>.gallery-item,
.gallery-columns-2>.gallery-item,
.gallery-columns-3>.gallery-item,
.gallery-columns-4>.gallery-item,
.gallery-columns-5>.gallery-item,
.gallery-columns-6>.gallery-item,
.gallery-columns-7>.gallery-item,
.gallery-columns-8>.gallery-item,
.gallery-columns-9>.gallery-item,
.gallery-columns-10>.gallery-item,
.gallery-columns-11>.gallery-item,
.gallery-columns-12>.gallery-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .gallery-columns-1>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .gallery-columns-2>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .gallery-columns-3>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .gallery-columns-4>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .gallery-columns-5>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .gallery-columns-6>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .gallery-columns-7>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.2857142858%;
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }
    .gallery-columns-8>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .gallery-columns-9>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 11.1111111111%;
        flex: 0 0 11.1111111111%;
        max-width: 11.1111111111%
    }
    .gallery-columns-10>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
    .gallery-columns-11>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 9.0909090909%;
        flex: 0 0 9.0909090909%;
        max-width: 9.0909090909%
    }
    .gallery-columns-12>.gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
}

.single-post-sharing {
    margin-bottom: 44px
}

.single-article .article__header+.single-post-sharing {
    margin-bottom: 34px
}

.page__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px
}

.page__subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #949cb0
}

.page__content {
    margin-bottom: 40px
}

.page__content::after {
    display: block;
    clear: both;
    content: ""
}

.page__content>h1,
.page__content>h2,
.page__content>h3,
.page__content>h4,
.page__content>h5,
.page__content>h6 {
    font-weight: 600;
    margin: .75em 0;
    clear: both
}

.page__content>h1 {
    font-size: 26px
}

.page__content>h2 {
    font-size: 24px
}

.page__content>h3 {
    font-size: 22px
}

.page__content>h4 {
    font-size: 20px
}

.page__content>h5 {
    font-size: 18px
}

.page__content>h6 {
    font-size: 16px
}

.page__content table a {
    font-weight: 600
}

.page-template-default.home .page__content,
.page-template-default.contact-page .page__content,
.page-template-template-landingpage-v1 .page__content,
.page-template-template-landingpage-v2 .page__content,
.page-template-template-comingsoon .page__content,
.page-template-default.home-v4-container .page__content {
    margin-bottom: 0
}

.archive__header,
.page__header {
    background-color: #f6f7f9;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 37px
}

.archive__header {
    margin-top: -37px
}

.page-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    clear: both
}

.page-links>.page-links-inner {
    margin-left: 10px
}

.archive.dark .site-content {
    background-color: #131722
}

.archive .site-content {
    padding-top: 15px
}

@media (min-width:768px) {
    .archive .site-content {
        padding-top: 20px
    }
}

@media (min-width:1200px) {
    .archive .site-content {
        padding-top: 37px
    }
}

.archive .site-header {
    margin-bottom: 0
}

.wp-block-separator {
    border-bottom: 2px solid #e8e8e8
}

.search-no-results .page-content form.search-form {
    margin-bottom: 40px
}

.masvideos-archive.search .site-content {
    padding-top: 0
}

.masvideos-archive.search .page__header {
    padding: 64px 0 0
}

.masvideos-archive.search .page__header .page__title {
    padding-bottom: 38px;
    margin-bottom: 0
}

.masvideos-archive.search .page__header .page__title:only-child {
    padding-bottom: 64px
}

.masvideos-archive.search .page__header .search-result-tabs {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.masvideos-archive.search .page__header .search-result-tabs>li>a {
    display: block
}

.masvideos-archive.search .page__header .search-result-tabs>li>a:hover,
.masvideos-archive.search .page__header .search-result-tabs>li>a:focus {
    text-decoration: none
}

.masvideos-archive.search .page__header .search-result-tabs>li>a.disabled {
    color: #6c757d
}

.masvideos-archive.search .page__header .search-result-tabs .menu-item-has-children {
    position: relative
}

.masvideos-archive.search .page__header .search-result-tabs .menu-item-has-children:hover>.sub-menu,
.masvideos-archive.search .page__header .search-result-tabs .menu-item-has-children:focus>.sub-menu {
    display: block
}

.masvideos-archive.search .page__header .search-result-tabs .sub-menu .sub-menu {
    left: 100%;
    top: 0
}

.masvideos-archive.search .page__header .search-result-tab {
    display: inline
}

.masvideos-archive.search .page__header .search-result-tab:not(:last-child) {
    margin-right: 10px
}

.masvideos-archive.search .page__header .search-result-tab-link {
    font-family: "Montserrat", "Open Sans", sans-serif;
    color: #121a21;
    font-weight: 500;
    line-height: 1.2;
    padding: 15px;
    border-bottom: 3px solid transparent
}

.masvideos-archive.search .page__header .search-result-tab-link.active {
    font-weight: 700
}

.site-info {
    text-align: center;
    font-size: 13px;
    line-height: 23px
}

.policy-info a {
    font-size: 13px
}

.policy-info a:hover {
    color: #24baef
}

.footer-quick-links {
    font-size: 13px;
    letter-spacing: -.015em
}

.footer-quick-links>li+li {
    margin-left: 15px
}

.footer-v3-menu,
.footer-v4-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.footer-v3-menu a,
.footer-v4-menu a {
    padding: .5rem 30px
}

.footer-v3-menu>li,
.footer-v4-menu>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:576px) {
    .footer-v3-menu>li+li:before,
    .footer-v4-menu>li+li:before {
        content: '|';
        padding: .5rem 0
    }
}

.footer-primary-menu,
.footer-secondary-menu,
.footer-tertiary-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

@media (min-width:576px) {
    .footer-primary-menu,
    .footer-secondary-menu,
    .footer-tertiary-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-primary-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin: 0 -15px;
    padding: 20px 0 10px 0
}

.footer-primary-menu a {
    display: block;
    padding: 15px
}

.footer__primary-nav-wrap {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .footer__primary-nav-wrap {
        margin-left: calc(-50vw + 50%)
    }
}

.footer__primary-nav-wrap+.footer-bottom {
    border-top: 1px solid #3f4467
}

.footer-secondary-menu {
    margin: 0 -15px;
    padding: 10px 0
}

.footer-secondary-menu a {
    color: #c8ced1;
    display: block;
    padding: 15px
}

.footer-tertiary-menu {
    font-size: 12px;
    margin: 0 -24px
}

.footer-tertiary-menu li {
    margin-left: 24px
}

.social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons>li>a {
    display: block
}

.social-icons>li>a:hover,
.social-icons>li>a:focus {
    text-decoration: none
}

.social-icons>li>a.disabled {
    color: #6c757d
}

.social-icons .menu-item-has-children {
    position: relative
}

.social-icons .menu-item-has-children:hover>.sub-menu,
.social-icons .menu-item-has-children:focus>.sub-menu {
    display: block
}

.social-icons .sub-menu .sub-menu {
    left: 100%;
    top: 0
}

.footer-social-icon {
    padding: .5rem 4px
}

.footer-social-icon .fa-stack {
    height: 34px;
    width: 34px;
    line-height: 34px
}

.footer-social-icon .fa-stack-2x {
    font-size: 34px
}

.footer-social-icons.social-label .social-media-item+.social-media-item {
    margin-left: 26px
}

.footer-social-icons.social-label .social-media-item>a {
    font-size: 14px;
    padding: 0
}

.footer-social-icons.social-label .social-media-item__icon {
    font-size: 16px;
    margin-right: 5px
}

.footer-social-icons .social-media-item+.social-media-item {
    margin-left: 26px
}

.footer-widgets .widget {
    margin-bottom: 40px
}

.footer-widgets ul {
    padding-left: 0;
    list-style: none
}

.footer-widgets-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 46px 0 23px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .footer-widgets-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.footer-widgets-inner .footer-widget-1,
.footer-widgets-inner .footer-widget-2,
.footer-widgets-inner .footer-widget-3 {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .footer-widgets-inner.col-5>div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .footer-widgets-inner.col-5>div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:768px) {
    .footer-widgets-inner.col-4>div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:768px) {
    .footer-widgets-inner.col-3 .footer-widget-1,
    .footer-widgets-inner.col-3 .footer-widget-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (min-width:768px) {
    .footer-widgets-inner.col-3 .footer-widget-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.footer-widgets-inner.col-3 .footer-widget-3 {
    padding-left: 19px
}

@media (min-width:768px) {
    .footer-widgets-inner.col-2 .footer-widget-1,
    .footer-widgets-inner.col-2 .footer-widget-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.footer-widgets-inner .widget_nav_menu .menu,
.footer-widgets-inner .widget_nav_menu .sub-menu {
    padding-left: 0;
    list-style: none
}

.footer-widgets-inner .widget_nav_menu .menu {
    margin-bottom: 0
}

.footer-widgets-inner .widget_meta a,
.footer-widgets-inner .widget_nav_menu a {
    padding: 4px 0;
    display: inline-block
}

.footer-widgets-inner .widget-header {
    margin-bottom: 25px
}

.footer-widgets-inner .widget-title {
    font-size: 18px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500
}

.footer-widgets-inner .widget_nav_menu>div>ul,
.footer-widgets-inner .widget_categories>ul,
.footer-widgets-inner .widget_pages>ul,
.footer-widgets-inner .widget_meta>ul,
.footer-widgets-inner .masvideos-widget-movies-genres>ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres>ul,
.footer-widgets-inner .masvideos-widget-videos-genres>ul {
    -webkit-column-count: 2;
    column-count: 2
}

.footer-widgets-inner .widget_archive ul {
    -webkit-column-count: 2;
    column-count: 2
}

.footer-widgets-inner.col-3 .footer-widget-3 .widget_nav_menu>div>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_categories>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_pages>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_meta>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-movies-genres>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-tv-shows-genres>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-videos-genres>ul {
    -webkit-column-count: 1;
    column-count: 1
}

.footer-widgets-inner.col-3 .footer-widget-3 .widget_archive ul {
    -webkit-column-count: 1;
    column-count: 1
}

.footer-widgets-inner .widget_archive ul li a,
.footer-widgets-inner .widget_categories ul li a,
.footer-widgets-inner .widget_pages ul li a,
.footer-widgets-inner .masvideos-widget-movies-genres ul li a,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul li a,
.footer-widgets-inner .masvideos-widget-videos-genres ul li a {
    display: inline-block;
    padding: 4px 0
}

.footer-widgets-inner .widget_categories ul ul,
.footer-widgets-inner .widget_pages ul ul,
.footer-widgets-inner .masvideos-widget-movies-genres ul ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul ul,
.footer-widgets-inner .masvideos-widget-videos-genres ul ul {
    padding-left: 0
}

.footer-widgets-inner select {
    background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px);
    background-size: 6px 6px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 35px 0 20px
}

.footer-widgets-inner .widget_recent_entries li:first-child {
    padding-top: 0
}

.footer-widgets-inner .widget_recent_entries li a {
    font-size: 15px;
    font-weight: 500
}

.footer-widgets-inner .item__count,
.footer-widgets-inner .count {
    margin-left: 5px
}

.footer-widgets-inner li.recentcomments {
    padding: 0 0 12px 0
}

.footer-widgets-inner li.recentcomments+li.recentcomments {
    padding-top: 12px
}

.footer-action__title {
    font-size: 26px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px
}

.footer-action__subtitle {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px
}

.desktop-footer {
    display: none
}

@media (min-width:1200px) {
    .desktop-footer {
        display: block
    }
}

.handheld-footer.dark {
    background-color: #0a0d14;
    color: #fff
}

.handheld-footer .footer-bottom-bar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .handheld-footer .footer-bottom-bar-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .handheld-footer {
        display: none
    }
}

.handheld-footer .site-info {
    padding: 15px
}

.site__footer--v2 {
    background-color: #141b4d;
    color: #949cb0
}

.site__footer--v2 strong,
.site__footer--v2 h1,
.site__footer--v2 h2,
.site__footer--v2 h3,
.site__footer--v2 h4,
.site__footer--v2 h5,
.site__footer--v2 h6,
.site__footer--v2 a {
    color: #FFF
}

.site__footer--v2 strong:hover,
.site__footer--v2 strong:focus,
.site__footer--v2 h1:hover,
.site__footer--v2 h1:focus,
.site__footer--v2 h2:hover,
.site__footer--v2 h2:focus,
.site__footer--v2 h3:hover,
.site__footer--v2 h3:focus,
.site__footer--v2 h4:hover,
.site__footer--v2 h4:focus,
.site__footer--v2 h5:hover,
.site__footer--v2 h5:focus,
.site__footer--v2 h6:hover,
.site__footer--v2 h6:focus,
.site__footer--v2 a:hover,
.site__footer--v2 a:focus {
    color: #f5f5f5
}

.site__footer--v2 .vodi-gr {
    fill: #FFF
}

.site__footer--v2 .vodi-svg1 {
    fill: #24baef
}

.site__footer--v2 .site-footer__logo>a {
    display: block
}

.site__footer--v2 .footer-bottom__inner {
    padding-bottom: 50px;
    padding-top: 45px
}

@media (min-width:576px) {
    .site__footer--v2 .footer-bottom__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:768px) {
    .site__footer--v2 .footer-bottom__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.site__footer--v2 .footer-bottom__right {
    padding-left: 35px
}

@media (min-width:768px) {
    .site__footer--v2 .footer-bottom__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.site__footer--v2 .footer-logo {
    margin-right: 64px
}

.site__footer--v2 .site-info,
.site__footer--v2 .sub-title,
.site__footer--v2 .footer-tertiary-menu a {
    color: #949cb0
}

.site__footer--v2 .footer-tertiary-menu a:hover {
    color: #fff
}

.site__footer--v2 .site-info {
    text-align: left;
    font-size: 12px
}

.site__footer--v2 .footer-top-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0
}

.site__footer--v2 .footer-top-bar+.site-footer__info {
    margin-top: 13px
}

.site__footer--v2 .footer-social-icons.social-label .social-media-item>a {
    font-size: 17px
}

.site__footer--v2 .footer-social-icons.social-label .social-media-item+.social-media-item {
    margin-left: 40px
}

.site__footer--v2 .social-media-item {
    margin-top: 4px
}

.site__footer--v2 .social-media-item>a {
    color: #BEC0CD
}

.site__footer--v2 .social-media-item>a:hover {
    color: #fff
}

.site__footer--v2 .social-media-item__title {
    display: none
}

.site__footer--v2 .footer-social-icon .fa-stack {
    display: none
}

.site__footer--v2 .footer-primary-menu {
    padding: 20px 120px 10px 120px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly
}

.site__footer--v2 .footer-secondary-menu a {
    color: #c8ced1
}

.site__footer--v2 .footer-secondary-menu a:hover {
    color: #fff
}

.site__footer--v3 {
    font-size: 14px;
    line-height: 23px;
    padding-top: 8px;
    padding-bottom: 28px
}

.site__footer--v3 .social-media-item__title {
    display: inline-block
}

.site__footer--v3 .fa-stack i:first-child {
    display: none
}

.footer-v3-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .footer-v3-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.site__footer--v4 {
    font-size: 14px;
    line-height: 23px;
    padding-top: 8px;
    padding-bottom: 28px
}

.site__footer--v4 .social-media-item__title {
    display: none
}

.site__footer--v4 .social-icons .fa-inverse {
    font-size: 18px
}

.site__footer--v4 .footer-social-icons .social-media-item+.social-media-item {
    margin-left: 0
}

.site__footer--v4 .footer-social-icon {
    padding-left: 3px;
    padding-right: 3px
}

.footer-v4-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .footer-v4-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.footer-bottom-bar {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    padding: 15px 0
}

@media (max-width:991.98px) {
    .footer-bottom-bar {
        margin-left: calc(-50vw + 50%)
    }
}

.footer-bottom-bar .footer-bottom-bar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footer-top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 43px 0 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .footer-top-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.site__footer--v1 .fa-stack i:first-child {
    display: none
}

.site-info {
    text-align: center;
    font-size: 13px;
    line-height: 23px
}

.policy-info a {
    font-size: 13px
}

.policy-info a:hover {
    color: #24baef
}

.footer-quick-links {
    font-size: 13px;
    letter-spacing: -.015em
}

.footer-quick-links>li+li {
    margin-left: 15px
}

.footer-v3-menu,
.footer-v4-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.footer-v3-menu a,
.footer-v4-menu a {
    padding: .5rem 30px
}

.footer-v3-menu>li,
.footer-v4-menu>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:576px) {
    .footer-v3-menu>li+li:before,
    .footer-v4-menu>li+li:before {
        content: '|';
        padding: .5rem 0
    }
}

.footer-primary-menu,
.footer-secondary-menu,
.footer-tertiary-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

@media (min-width:576px) {
    .footer-primary-menu,
    .footer-secondary-menu,
    .footer-tertiary-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-primary-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin: 0 -15px;
    padding: 20px 0 10px 0
}

.footer-primary-menu a {
    display: block;
    padding: 15px
}

.footer__primary-nav-wrap {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .footer__primary-nav-wrap {
        margin-left: calc(-50vw + 50%)
    }
}

.footer__primary-nav-wrap+.footer-bottom {
    border-top: 1px solid #3f4467
}

.footer-secondary-menu {
    margin: 0 -15px;
    padding: 10px 0
}

.footer-secondary-menu a {
    color: #c8ced1;
    display: block;
    padding: 15px
}

.footer-tertiary-menu {
    font-size: 12px;
    margin: 0 -24px
}

.footer-tertiary-menu li {
    margin-left: 24px
}

.social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons>li>a {
    display: block
}

.social-icons>li>a:hover,
.social-icons>li>a:focus {
    text-decoration: none
}

.social-icons>li>a.disabled {
    color: #6c757d
}

.social-icons .menu-item-has-children {
    position: relative
}

.social-icons .menu-item-has-children:hover>.sub-menu,
.social-icons .menu-item-has-children:focus>.sub-menu {
    display: block
}

.social-icons .sub-menu .sub-menu {
    left: 100%;
    top: 0
}

.footer-social-icon {
    padding: .5rem 4px
}

.footer-social-icon .fa-stack {
    height: 34px;
    width: 34px;
    line-height: 34px
}

.footer-social-icon .fa-stack-2x {
    font-size: 34px
}

.footer-social-icons.social-label .social-media-item+.social-media-item {
    margin-left: 26px
}

.footer-social-icons.social-label .social-media-item>a {
    font-size: 14px;
    padding: 0
}

.footer-social-icons.social-label .social-media-item__icon {
    font-size: 16px;
    margin-right: 5px
}

.footer-social-icons .social-media-item+.social-media-item {
    margin-left: 26px
}

.footer-widgets .widget {
    margin-bottom: 40px
}

.footer-widgets ul {
    padding-left: 0;
    list-style: none
}

.footer-widgets-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 46px 0 23px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .footer-widgets-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.footer-widgets-inner .footer-widget-1,
.footer-widgets-inner .footer-widget-2,
.footer-widgets-inner .footer-widget-3 {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .footer-widgets-inner.col-5>div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .footer-widgets-inner.col-5>div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:768px) {
    .footer-widgets-inner.col-4>div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:768px) {
    .footer-widgets-inner.col-3 .footer-widget-1,
    .footer-widgets-inner.col-3 .footer-widget-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media (min-width:768px) {
    .footer-widgets-inner.col-3 .footer-widget-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.footer-widgets-inner.col-3 .footer-widget-3 {
    padding-left: 19px
}

@media (min-width:768px) {
    .footer-widgets-inner.col-2 .footer-widget-1,
    .footer-widgets-inner.col-2 .footer-widget-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.footer-widgets-inner .widget_nav_menu .menu,
.footer-widgets-inner .widget_nav_menu .sub-menu {
    padding-left: 0;
    list-style: none
}

.footer-widgets-inner .widget_nav_menu .menu {
    margin-bottom: 0
}

.footer-widgets-inner .widget_meta a,
.footer-widgets-inner .widget_nav_menu a {
    padding: 4px 0;
    display: inline-block
}

.footer-widgets-inner .widget-header {
    margin-bottom: 25px
}

.footer-widgets-inner .widget-title {
    font-size: 18px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500
}

.footer-widgets-inner .widget_nav_menu>div>ul,
.footer-widgets-inner .widget_categories>ul,
.footer-widgets-inner .widget_pages>ul,
.footer-widgets-inner .widget_meta>ul,
.footer-widgets-inner .masvideos-widget-movies-genres>ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres>ul,
.footer-widgets-inner .masvideos-widget-videos-genres>ul {
    -webkit-column-count: 2;
    column-count: 2
}

.footer-widgets-inner .widget_archive ul {
    -webkit-column-count: 2;
    column-count: 2
}

.footer-widgets-inner.col-3 .footer-widget-3 .widget_nav_menu>div>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_categories>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_pages>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .widget_meta>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-movies-genres>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-tv-shows-genres>ul,
.footer-widgets-inner.col-3 .footer-widget-3 .masvideos-widget-videos-genres>ul {
    -webkit-column-count: 1;
    column-count: 1
}

.footer-widgets-inner.col-3 .footer-widget-3 .widget_archive ul {
    -webkit-column-count: 1;
    column-count: 1
}

.footer-widgets-inner .widget_archive ul li a,
.footer-widgets-inner .widget_categories ul li a,
.footer-widgets-inner .widget_pages ul li a,
.footer-widgets-inner .masvideos-widget-movies-genres ul li a,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul li a,
.footer-widgets-inner .masvideos-widget-videos-genres ul li a {
    display: inline-block;
    padding: 4px 0
}

.footer-widgets-inner .widget_categories ul ul,
.footer-widgets-inner .widget_pages ul ul,
.footer-widgets-inner .masvideos-widget-movies-genres ul ul,
.footer-widgets-inner .masvideos-widget-tv-shows-genres ul ul,
.footer-widgets-inner .masvideos-widget-videos-genres ul ul {
    padding-left: 0
}

.footer-widgets-inner select {
    background-position: calc(100% - 20px) calc(1em + 1px), calc(100% - 15px) calc(1em + 1px);
    background-size: 6px 6px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 35px 0 20px
}

.footer-widgets-inner .widget_recent_entries li:first-child {
    padding-top: 0
}

.footer-widgets-inner .widget_recent_entries li a {
    font-size: 15px;
    font-weight: 500
}

.footer-widgets-inner .item__count,
.footer-widgets-inner .count {
    margin-left: 5px
}

.footer-widgets-inner li.recentcomments {
    padding: 0 0 12px 0
}

.footer-widgets-inner li.recentcomments+li.recentcomments {
    padding-top: 12px
}

.footer-action__title {
    font-size: 26px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px
}

.footer-action__subtitle {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px
}

.desktop-footer {
    display: none
}

@media (min-width:1200px) {
    .desktop-footer {
        display: block
    }
}

.handheld-footer.dark {
    background-color: #0a0d14;
    color: #fff
}

.handheld-footer .footer-bottom-bar-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .handheld-footer .footer-bottom-bar-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    .handheld-footer {
        display: none
    }
}

.handheld-footer .site-info {
    padding: 15px
}

.site__footer--v2 {
    background-color: #141b4d;
    color: #949cb0
}

.site__footer--v2 strong,
.site__footer--v2 h1,
.site__footer--v2 h2,
.site__footer--v2 h3,
.site__footer--v2 h4,
.site__footer--v2 h5,
.site__footer--v2 h6,
.site__footer--v2 a {
    color: #FFF
}

.site__footer--v2 strong:hover,
.site__footer--v2 strong:focus,
.site__footer--v2 h1:hover,
.site__footer--v2 h1:focus,
.site__footer--v2 h2:hover,
.site__footer--v2 h2:focus,
.site__footer--v2 h3:hover,
.site__footer--v2 h3:focus,
.site__footer--v2 h4:hover,
.site__footer--v2 h4:focus,
.site__footer--v2 h5:hover,
.site__footer--v2 h5:focus,
.site__footer--v2 h6:hover,
.site__footer--v2 h6:focus,
.site__footer--v2 a:hover,
.site__footer--v2 a:focus {
    color: #f5f5f5
}

.site__footer--v2 .vodi-gr {
    fill: #FFF
}

.site__footer--v2 .vodi-svg1 {
    fill: #24baef
}

.site__footer--v2 .site-footer__logo>a {
    display: block
}

.site__footer--v2 .footer-bottom__inner {
    padding-bottom: 50px;
    padding-top: 45px
}

@media (min-width:576px) {
    .site__footer--v2 .footer-bottom__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:768px) {
    .site__footer--v2 .footer-bottom__left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.site__footer--v2 .footer-bottom__right {
    padding-left: 35px
}

@media (min-width:768px) {
    .site__footer--v2 .footer-bottom__right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.site__footer--v2 .footer-logo {
    margin-right: 64px
}

.site__footer--v2 .site-info,
.site__footer--v2 .sub-title,
.site__footer--v2 .footer-tertiary-menu a {
    color: #949cb0
}

.site__footer--v2 .footer-tertiary-menu a:hover {
    color: #fff
}

.site__footer--v2 .site-info {
    text-align: left;
    font-size: 12px
}

.site__footer--v2 .footer-top-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0
}

.site__footer--v2 .footer-top-bar+.site-footer__info {
    margin-top: 13px
}

.site__footer--v2 .footer-social-icons.social-label .social-media-item>a {
    font-size: 17px
}

.site__footer--v2 .footer-social-icons.social-label .social-media-item+.social-media-item {
    margin-left: 40px
}

.site__footer--v2 .social-media-item {
    margin-top: 4px
}

.site__footer--v2 .social-media-item>a {
    color: #BEC0CD
}

.site__footer--v2 .social-media-item>a:hover {
    color: #fff
}

.site__footer--v2 .social-media-item__title {
    display: none
}

.site__footer--v2 .footer-social-icon .fa-stack {
    display: none
}

.site__footer--v2 .footer-primary-menu {
    padding: 20px 120px 10px 120px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly
}

.site__footer--v2 .footer-secondary-menu a {
    color: #c8ced1
}

.site__footer--v2 .footer-secondary-menu a:hover {
    color: #fff
}

.site__footer--v3 {
    font-size: 14px;
    line-height: 23px;
    padding-top: 8px;
    padding-bottom: 28px
}

.site__footer--v3 .social-media-item__title {
    display: inline-block
}

.site__footer--v3 .fa-stack i:first-child {
    display: none
}

.footer-v3-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .footer-v3-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.site__footer--v4 {
    font-size: 14px;
    line-height: 23px;
    padding-top: 8px;
    padding-bottom: 28px
}

.site__footer--v4 .social-media-item__title {
    display: none
}

.site__footer--v4 .social-icons .fa-inverse {
    font-size: 18px
}

.site__footer--v4 .footer-social-icons .social-media-item+.social-media-item {
    margin-left: 0
}

.site__footer--v4 .footer-social-icon {
    padding-left: 3px;
    padding-right: 3px
}

.footer-v4-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .footer-v4-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.footer-bottom-bar {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    padding: 15px 0
}

@media (max-width:991.98px) {
    .footer-bottom-bar {
        margin-left: calc(-50vw + 50%)
    }
}

.footer-bottom-bar .footer-bottom-bar-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footer-top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 43px 0 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .footer-top-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.site__footer--v1 .fa-stack i:first-child {
    display: none
}

.embed-responsive,
.movie__player,
.single-video__head,
.episode__player {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before,
.movie__player::before,
.single-video__head::before,
.episode__player::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive .wp-video,
.embed-responsive>.flowplayer,
.movie__player .embed-responsive-item,
.movie__player iframe,
.movie__player embed,
.movie__player object,
.movie__player video,
.movie__player .wp-video,
.movie__player>.flowplayer,
.single-video__head .embed-responsive-item,
.single-video__head iframe,
.single-video__head embed,
.single-video__head object,
.single-video__head video,
.single-video__head .wp-video,
.single-video__head>.flowplayer,
.episode__player .embed-responsive-item,
.episode__player iframe,
.episode__player embed,
.episode__player object,
.episode__player video,
.episode__player .wp-video,
.episode__player>.flowplayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive .wp-video,
.embed-responsive .wp-video video,
.movie__player .wp-video,
.movie__player .wp-video video,
.single-video__head .wp-video,
.single-video__head .wp-video video,
.episode__player .wp-video,
.episode__player .wp-video video {
    width: 100%!important
}

.embed-responsive .fluid_video_wrapper,
.movie__player .fluid_video_wrapper,
.single-video__head .fluid_video_wrapper,
.episode__player .fluid_video_wrapper {
    position: static
}

.movie__player::before,
.single-video__head:before,
.episode__player:before {
    padding-top: 56.25%
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.contact-page form.wpcf7-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.contact-page form.wpcf7-form p {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .contact-page form.wpcf7-form p:nth-child(-n+3) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.contact-page form.wpcf7-form p input[type="text"],
.contact-page form.wpcf7-form p input[type="email"],
.contact-page form.wpcf7-form p textarea {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0
}

.contact-page form.wpcf7-form p input[type="text"]:focus,
.contact-page form.wpcf7-form p input[type="email"]:focus,
.contact-page form.wpcf7-form p textarea:focus {
    border-color: #979797;
    border-width: 1px;
    box-shadow: 0 0 0 1px #979797
}

.contact-page form.wpcf7-form p input[type="submit"] {
    text-transform: none;
    font-size: 14px
}

.contact-page form.wpcf7-form p label {
    color: #121a21;
    font-weight: 500
}

.contact-page .vodi-faq-section {
    padding-top: 5px;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .contact-page .vodi-faq-section {
        margin-bottom: 62px
    }
}

.contact-page .vodi-faq-section .faq-section__faq-header h5 {
    font-size: 14px;
    margin-bottom: 15px
}

.contact-page .vodi-faq-section .faq-section__faq-header--link {
    display: block;
    cursor: pointer
}

.contact-page .vodi-faq-section .faq-section__faq-header--link:not(.collapsed):before {
    display: inline-block;
    content: "-"
}

.contact-page .vodi-faq-section .faq-section__faq-header--link:before {
    content: "+"
}

.contact-page .vodi-faq-section .faq-section__faq-header--link.collapsed:before {
    content: "+"
}

.contact-page .vodi-faq-section .faq-section__faq-body {
    padding: 0 20px 17px
}

.contact-page .contact-form.has-2-columns {
    margin: 30px -15px
}

@media (min-width:768px) {
    .contact-page .contact-form.has-2-columns .wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .contact-page .contact-form.has-2-columns {
        margin: 35px -15px 73px
    }
    .contact-page .contact-form.has-2-columns>.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        padding-right: 50px
    }
    .contact-page .contact-form.has-2-columns>.wp-block-column+.wp-block-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
}

.contact-page address,
.contact-page .working-hours {
    font-size: 13px;
    color: #949cb0;
    letter-spacing: -.025em;
    line-height: 20px
}

.contact-page .working-hours span {
    display: block
}

.contact-page iframe {
    width: 100%;
    border: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-bottom: 0
}

.contact-page iframe:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.contact-page .lead {
    font-size: 24px;
    text-align: center;
    padding: 73px 0;
    margin-bottom: 0;
    color: #121a21;
    letter-spacing: -.025em;
    font-weight: 400
}

.page__content .contact-page__title {
    font-weight: 500;
    color: #121a21;
    font-size: 18px;
    margin-bottom: 23px
}

.error-404.not-found {
    text-align: center;
    padding: 100px 0
}

@media (min-width:768px) {
    .error-404.not-found {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin: auto
    }
}

.error-404.not-found .page-title {
    font-size: 80px
}

@media (min-width:768px) {
    .error-404.not-found .page-title {
        font-size: 150px
    }
}

.error-404.not-found .page-subtitle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px
}

@media (min-width:1200px) {
    .error-404.not-found .page-subtitle {
        font-size: 30px
    }
}

.error-404.not-found .sub-form-row {
    margin-bottom: 30px
}

.error-404.not-found .sub-form-row .search-form .search-field {
    padding: 15px 30px;
    border-radius: 50px
}

.error-404.not-found .home-button .btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 12px 17px;
    font-size: .875rem;
    line-height: 1.6;
    border-radius: 5px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 700;
    font-family: "Montserrat", "Open Sans", sans-serif;
    color: #fff
}

@media (prefers-reduced-motion:reduce) {
    .error-404.not-found .home-button .btn {
        -webkit-transition: none;
        transition: none
    }
}

.error-404.not-found .home-button .btn:hover,
.error-404.not-found .home-button .btn:focus {
    text-decoration: none
}

.error-404.not-found .home-button .btn:focus,
.error-404.not-found .home-button .btn.focus {
    outline: 0
}

.error-404.not-found .home-button .btn.disabled,
.error-404.not-found .home-button .btn:disabled {
    opacity: .65
}

.error-404.not-found .home-button .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):active,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).active {
    background-image: none
}


/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400d41d.eot) format("embedded-opentype"), url(../webfonts/fa-brands-400.html) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400d41d.eot) format("embedded-opentype"), url(../webfonts/fa-regular-400.html) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg) format("svg")
}


.far {
    font-weight: 400
}


@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900d41d.eot) format("embedded-opentype"), url(../webfonts/fa-solid-900.html) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg) format("svg")
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

@charset "UTF-8";
.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

.fancybox-thumbs {
    display: none
}

.fancybox-button--thumbs {
    display: none
}

@media all and (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }
    .fancybox-button--thumbs span {
        font-size: 23px
    }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }
    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }
    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }
    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(.25, .46, .45, .94)
    }
    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

.header-landing-v1.transparent {
    border-bottom: 1px solid #9b9b9b;
    background-color: transparent
}

.header-landing-v1.transparent .landing-nav>.menu-item a,
.header-landing-v1.transparent .site-header__user-account a {
    color: #e6e6e6
}

.header-landing-v1.transparent .landing-nav>.menu-item a:hover,
.header-landing-v1.transparent .site-header__user-account a:hover {
    color: #fff
}

.header-landing-v1.transparent .landing-nav .menu-item .sub-menu a {
    color: #000
}

.header-landing-v1.transparent .vodi-svg0 {
    fill: #fff
}

.header-landing-v1.transparent .vodi-svg1 {
    fill: #24baef
}

.header-landing-v1.transparent .site-header__landing-nav .landing-nav>.menu-item-has-children>.sub-menu:before {
    border-bottom-color: #fff
}

.header-landing-v1.transparent .site-header__user-account .dropdown-menu a {
    color: #000
}

.header-landing-v2.transparent {
    background-color: transparent
}

.header-landing-v2.transparent .st0 {
    fill: #fff
}

.header-landing-v2.transparent .st1 {
    fill: #24baef
}

.coming-soon-header.transparent {
    background-color: transparent
}

.coming-soon-header.transparent .vodi-svg0 {
    fill: #fff
}

.coming-soon-header.transparent .vodi-svg1 {
    fill: #24baef
}

.coming-soon-header.transparent .site-header__btn-link i {
    color: #fff
}

.header-v4.transparent .site-header__offcanvas--toggler svg {
    fill: #fff
}

.header-v4.transparent .masthead-row-2 {
    border-top: 1px solid #394253
}

.header-v4.transparent .masthead-row-2 ul.navbar-primary>li>a {
    color: #fff
}

.header-v4.transparent .vodi-live-videos {
    background: #0c0e17;
    border-bottom: 1px solid #394253
}

.header-v4.transparent .vodi-live-videos .live-video-section__title {
    border-bottom: 1px solid #3c3e45
}

.header-v4.transparent .vodi-live-videos .live-video-section__title a {
    color: #fff
}

.header-v4.transparent .masthead-row-2 ul.navbar-primary .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.site-footer-comingsoon.transparent .site-footer__info {
    color: #464d5f
}

.site-footer-comingsoon.transparent .site-footer .footer-social-icon .fa-circle {
    color: #fff
}

.site-footer-comingsoon.transparent .site-footer .footer-social-icon .social-media-item__icon {
    color: #fff
}

.site-footer-comingsoon.transparent .site-footer .footer-social-icon:hover .fa-circle {
    color: #cccbcb
}

.transparent .comingsoon-launch-section__title,
.transparent .comingsoon-launch-section__desc {
    color: #fff
}

.transparent .comingsoon-launch-section .email {
    background-color: #fff;
    color: #a0a0a0
}

.transparent .comingsoon-launch-section .btn-subscribe {
    color: #fff
}

.transparent .comingsoon-form-timer .textDiv_Days>span,
.transparent .comingsoon-form-timer .textDiv_Hours>span,
.transparent .comingsoon-form-timer .textDiv_Minutes>span,
.transparent .comingsoon-form-timer .textDiv_Seconds>span {
    color: #fff
}

.site-footer-landing.transparent {
    border-top-color: #343949;
    background-color: transparent
}

.site-footer-landing.transparent .site-footer .vodi-svg0 {
    fill: #fff
}

.site-footer-landing.transparent .site-footer .vodi-svg1 {
    fill: #24baef
}

.site-footer-landing.transparent .site-footer .landing-footer-menu a {
    color: #e4e4e4
}

.site-footer-landing.transparent .site-footer .landing-footer-menu a:hover {
    color: #fff
}

.site-footer-landing.transparent .site-footer .footer-social-icon .fa-circle {
    color: #fff
}

.site-footer-landing.transparent .site-footer .footer-social-icon .social-media-item__icon {
    color: #000
}

.site-footer-landing.transparent .site-footer .footer-social-icon:hover .fa-circle {
    color: #cccbcb
}

.site-footer-landing.transparent .site-footer .landing-footer-menu .menu-item .sub-menu a {
    color: #000
}

.site-footer-landing.transparent .site-footer .site-footer__landing-menu .landing-footer-menu>.menu-item-has-children>.sub-menu:before {
    border-bottom-color: #fff
}

.site-header.transparent {
    background: transparent
}

.site-header.transparent .site_header_primary-nav .nav>li>a,
.site-header.transparent .site-header__upload--link,
.site-header.transparent .site-header__user-account--link:not(.btn),
.site-header.transparent .site-header__upload {
    color: #fff
}

.site-header.transparent .search-form .search-field {
    border-color: #fff;
    background: #fff
}

.site-header.transparent .search-form .search-field:focus {
    background: transparent;
    color: #fff
}

.site-header.transparent .search-form .search-field:focus::placeholder {
    color: #fff
}

.site-header.transparent .site-header__offcanvas--toggler svg {
    fill: #97979f
}

.site-header.transparent .site-header__upload--link svg {
    fill: #fff
}

.site-header.transparent .site-header__notification--link svg {
    fill: #fff
}

.site-header.transparent .search-form .search-submit svg {
    fill: #656565
}

.site-header.transparent .site-header-logo svg .vodi-svg0 {
    fill: #fff
}

.site-header.transparent .site-header-logo svg .vodi-svg1 {
    fill: #51C9F0
}

.site-header.transparent .site-header__landing-back-option {
    color: #fff
}

.site-header.transparent .site-header__landing-back-option a {
    color: #fff
}

.site-header.transparent .site-header__landing-back-option a:hover {
    color: #24baef
}

.site-header.transparent .site-header-logo svg .vodi-stream0 {
    fill: #FFF
}

.site-header.transparent .site-header-logo svg .vodi-stream1 {
    fill: #51C9F0
}

.site-header.transparent .offcanvas-collapse {
    background-color: #fff
}

.site-header.transparent .offcanvas-nav .sub-menu .menu-item>a,
.site-header.transparent .offcanvas-nav .menu-item>a {
    color: #121a21
}

.site-header.transparent .site_header_primary-nav .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(255, 255, 255)"/></svg>') no-repeat
}

.site-header.transparent.header-v1+.handheld-header+.site-content .page__content>section:first-child,
.site-header.transparent.header-v1+.handheld-header+.site-content .page__content>div:first-child {
    margin-top: -82px
}

.site-header.transparent.header-v2+.handheld-header+.site-content .page__content>section:first-child,
.site-header.transparent.header-v2+.handheld-header+.site-content .page__content>div:first-child {
    margin-top: -120px
}

.site-header.transparent.header-v4+.handheld-header+.site-content .page__content>section:first-child,
.site-header.transparent.header-v4+.handheld-header+.site-content .page__content>div:first-child {
    margin-top: -124px
}

.sticky-wrapper-transparent+.handheld-header+.site-content .page__content>section:first-child,
.sticky-wrapper-transparent+.handheld-header+.site-content .page__content>div:first-child {
    margin-top: -124px
}

.header-landing-v1.dark {
    border-bottom: 1px solid #9b9b9b
}

.header-landing-v1.dark .landing-nav>.menu-item a,
.header-landing-v1.dark .site-header__user-account a {
    color: #e6e6e6
}

.header-landing-v1.dark .landing-nav>.menu-item a:hover,
.header-landing-v1.dark .site-header__user-account a:hover {
    color: #fff
}

.header-landing-v1.dark .landing-nav .menu-item .sub-menu a {
    color: #000
}

.header-landing-v1.dark .vodi-svg0 {
    fill: #fff
}

.header-landing-v1.dark .vodi-svg1 {
    fill: #24baef
}

.header-landing-v1.dark .site-header__landing-nav .landing-nav>.menu-item-has-children>.sub-menu:before {
    border-bottom-color: #fff
}

.header-landing-v1.dark .site-header__user-account .dropdown-menu a {
    color: #000
}

.site-header.header-landing-v2.dark {
    background-color: #131722
}

.site-header.header-landing-v2.dark .st0 {
    fill: #fff
}

.site-header.header-landing-v2.dark .st1 {
    fill: #24baef
}

.coming-soon-header.dark .vodi-svg0 {
    fill: #fff
}

.coming-soon-header.dark .vodi-svg1 {
    fill: #24baef
}

.coming-soon-header.dark .site-header__btn-link i {
    color: #fff
}

.header-v4.dark .site-header__offcanvas--toggler svg {
    fill: #fff
}

.header-v4.dark .masthead-row-2 {
    border-top: 1px solid #394253
}

.header-v4.dark .masthead-row-2 ul.navbar-primary>li>a {
    color: #fff
}

.header-v4.dark .vodi-live-videos {
    background: #0c0e17;
    border-bottom: 1px solid #394253
}

.header-v4.dark .vodi-live-videos .live-video-section__title {
    border-bottom: 1px solid #3c3e45
}

.header-v4.dark .vodi-live-videos .live-video-section__title a {
    color: #fff
}

.header-v4.dark .masthead-row-2 ul.navbar-primary .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.page-template-template-homepage-v6 .content-area.dark:before,
.page-template-template-homepage-v7 .content-area.dark:before {
    background: #131621
}

.page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom ul.page-numbers>li>span.current,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom ul.page-numbers>li>span.current {
    color: #000
}

.page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom ul.page-numbers>li>a,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom ul.page-numbers>li>a {
    color: #b4bbc0;
    background-color: #373c49
}

.page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom ul.page-numbers>li:last-child a,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom ul.page-numbers>li:last-child a {
    color: #fff
}

.page-template-template-homepage-v6 .content-area.dark .vodi-control-bar select,
.page-template-template-homepage-v6 .content-area.dark .form-vodi-wc-ppp select,
.page-template-template-homepage-v6 .content-area.dark .page-control-bar-bottom select,
.page-template-template-homepage-v6 .content-area.dark .masvideos-persons-control-bar select,
.page-template-template-homepage-v7 .content-area.dark .vodi-control-bar select,
.page-template-template-homepage-v7 .content-area.dark .form-vodi-wc-ppp select,
.page-template-template-homepage-v7 .content-area.dark .page-control-bar-bottom select,
.page-template-template-homepage-v7 .content-area.dark .masvideos-persons-control-bar select {
    color: #949cb0
}

.page-template-template-homepage-v6 .content-area.dark .vodi-control-bar .videos-type li a,
.page-template-template-homepage-v7 .content-area.dark .vodi-control-bar .videos-type li a {
    color: #e8e7e7
}

.page-template-template-homepage-v6 .home-sidebar-area.dark:before,
.page-template-template-homepage-v7 .home-sidebar-area.dark:before {
    background: #1c212e
}

.dark #page,
.dark .site-content {
    background-color: #131722;
    color: #949cb0
}

.dark .archive__header,
.dark .page__header,
.dark .article__content blockquote,
.dark pre {
    background-color: #1c212e
}

.dark .article__content blockquote,
.dark .article__content blockquote p,
.dark pre {
    color: #FFF
}

.dark .comment-text {
    color: #949cb0
}

.dark.home-section .section-title,
.dark .comments-title,
.dark .comment-respond .comment-reply-title,
.dark .blog-sidebar .widget-title,
.dark .blog-sidebar .widget-title a,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #FFF
}

.dark.home-section .section-title:after,
.dark .comments-title:after,
.dark .comment-respond .comment-reply-title:after,
.dark .blog-sidebar .widget-title:after,
.dark .blog-sidebar .widget-title a:after,
.dark h1:after,
.dark h2:after,
.dark h3:after,
.dark h4:after,
.dark h5:after,
.dark h6:after {
    background-color: #394253
}

.dark table th,
.dark table td {
    border-top-color: #394253
}

.dark .blog-sidebar .widget_meta ul>li>a,
.dark .blog-sidebar .widget_meta .item__link,
.dark .blog-sidebar .widget_nav_menu ul>li>a,
.dark .blog-sidebar .widget_nav_menu .item__link,
.dark .blog-sidebar .widget_pages ul>li>a,
.dark .blog-sidebar .widget_pages .item__link,
.dark .blog-sidebar .widget_archive ul>li>a,
.dark .blog-sidebar .widget_archive .item__link,
.dark .blog-sidebar .widget_categories ul>li>a,
.dark .blog-sidebar .widget_categories .item__link {
    color: #949cb0
}

.dark .blog-sidebar .widget_meta ul>li>a:hover,
.dark .blog-sidebar .widget_meta ul>li>a:focus,
.dark .blog-sidebar .widget_meta .item__link:hover,
.dark .blog-sidebar .widget_meta .item__link:focus,
.dark .blog-sidebar .widget_nav_menu ul>li>a:hover,
.dark .blog-sidebar .widget_nav_menu ul>li>a:focus,
.dark .blog-sidebar .widget_nav_menu .item__link:hover,
.dark .blog-sidebar .widget_nav_menu .item__link:focus,
.dark .blog-sidebar .widget_pages ul>li>a:hover,
.dark .blog-sidebar .widget_pages ul>li>a:focus,
.dark .blog-sidebar .widget_pages .item__link:hover,
.dark .blog-sidebar .widget_pages .item__link:focus,
.dark .blog-sidebar .widget_archive ul>li>a:hover,
.dark .blog-sidebar .widget_archive ul>li>a:focus,
.dark .blog-sidebar .widget_archive .item__link:hover,
.dark .blog-sidebar .widget_archive .item__link:focus,
.dark .blog-sidebar .widget_categories ul>li>a:hover,
.dark .blog-sidebar .widget_categories ul>li>a:focus,
.dark .blog-sidebar .widget_categories .item__link:hover,
.dark .blog-sidebar .widget_categories .item__link:focus {
    color: #24baef
}

.dark .comingsoon-launch-section__title,
.dark .comingsoon-launch-section__desc {
    color: #fff
}

.dark .comingsoon-launch-section .email {
    background-color: #fff;
    color: #a0a0a0
}

.dark .comingsoon-launch-section .btn-subscribe {
    color: #fff
}

.dark .comingsoon-form-timer .textDiv_Days>span,
.dark .comingsoon-form-timer .textDiv_Hours>span,
.dark .comingsoon-form-timer .textDiv_Minutes>span,
.dark .comingsoon-form-timer .textDiv_Seconds>span {
    color: #fff
}

.dark .handheld-sidebar-toggle span {
    color: #fff
}

.dark .blog-sidebar .widget select {
    background-image: linear-gradient(45deg, transparent 50%, #FFF), linear-gradient(135deg, #FFF, transparent 50%)
}

.dark .widget_rss li a,
.dark .widget_recent_entries li a,
.dark .blog-sidebar .recentcomments>a,
.dark .article__title a,
.dark .comment-author-name a {
    color: #FFF
}

.dark .widget_rss li a:hover,
.dark .widget_rss li a:focus,
.dark .widget_recent_entries li a:hover,
.dark .widget_recent_entries li a:focus,
.dark .blog-sidebar .recentcomments>a:hover,
.dark .blog-sidebar .recentcomments>a:focus,
.dark .article__title a:hover,
.dark .article__title a:focus,
.dark .comment-author-name a:hover,
.dark .comment-author-name a:focus {
    color: #24baef
}

.dark.style-2 .video__title {
    color: #fff
}

.dark .movie__title {
    color: #fff
}

.dark .vodi-archive-wrapper .tv-show .tv-show-actions--link_add-to-playlist {
    color: #fff
}

.dark .vodi-archive-wrapper .tv-show__short-description p,
.dark .vodi-archive-wrapper .tv-show__short-description div {
    color: #b4bbc0
}

.dark .vodi-control-bar .masvideos-widget-movies-layered-nav-list a,
.dark .vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a,
.dark .vodi-control-bar .masvideos-widget-videos-layered-nav-list a {
    color: #fff
}

.dark .vodi-archive-wrapper .tv-show__hover-area {
    background-color: #1c212e;
    border-color: #333a4b
}

.dark .vodi-archive-wrapper .tv-show__hover-area:before {
    border-left-color: #333a4b;
    border-top-color: #333a4b;
    background-color: #1c212e
}

.dark .masvideos-breadcrumb {
    color: #fff
}

@media (min-width:768px) {
    .dark .vodi-archive-wrapper[data-view="list-small"] .tv-show+.tv-show,
    .dark .vodi-archive-wrapper[data-view="list-large"] .tv-show+.tv-show {
        border-top: 1px solid #2f2f33
    }
}

.dark .vodi-archive-wrapper[data-view="list-small"] .tv-show:hover,
.dark .vodi-archive-wrapper[data-view="list-small"] .tv-show:focus,
.dark .vodi-archive-wrapper[data-view="list-large"] .tv-show:hover,
.dark .vodi-archive-wrapper[data-view="list-large"] .tv-show:focus {
    background: linear-gradient(135deg, #212635 5%, rgba(33, 38, 53, .57) 40%, rgba(160, 162, 168, 0) 60%, rgba(255, 255, 255, 0) 100%)
}

.dark .vodi-archive-wrapper[data-view="list"] .tv-show:hover,
.dark .vodi-archive-wrapper[data-view="list"] .tv-show:focus {
    background: linear-gradient(135deg, #212635 5%, rgba(33, 38, 53, .57) 40%, rgba(160, 162, 168, 0) 60%, rgba(255, 255, 255, 0) 100%)
}

.dark .vodi-archive-wrapper .tv-show__hover-area .tv-show__season-info {
    border-bottom: 1px solid #565a66
}

.dark .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .tv-show__body {
    border-right-color: #2f2f33
}

.dark .vodi-archive-wrapper[data-view="list"] .tv-show+.tv-show {
    border-top-color: #2f2f33
}

.dark .vodi-control-bar select,
.dark .form-vodi-wc-ppp select,
.dark .page-control-bar-bottom select,
.dark .masvideos-persons-control-bar select {
    color: #fff
}

.dark .vodi-control-bar .videos-type li a {
    color: #fff
}

.dark .page-control-bar-bottom .masvideos-result-count,
.dark .masvideos-persons-page-control-bar .masvideos-result-count {
    color: #949cb0
}

.dark .page-control-bar-bottom,
.dark .masvideos-persons-page-control-bar {
    border-top: 1px solid #2a2e3c
}

.dark .style-2 .section_title {
    color: #fff;
    border-bottom: 1px solid #2a2e3c
}

@media (min-width:768px) {
    .dark .vodi-archive-wrapper[data-view="list-large"] .movie+.movie,
    .dark .vodi-archive-wrapper[data-view="list-large"] .movie+.video,
    .dark .vodi-archive-wrapper[data-view="list-large"] .video+.movie,
    .dark .vodi-archive-wrapper[data-view="list-large"] .video+.video,
    .dark .vodi-archive-wrapper[data-view="list-small"] .movie+.movie,
    .dark .vodi-archive-wrapper[data-view="list-small"] .movie+.video,
    .dark .vodi-archive-wrapper[data-view="list-small"] .video+.movie,
    .dark .vodi-archive-wrapper[data-view="list-small"] .video+.video,
    .dark .vodi-archive-wrapper[data-view="list"] .movie+.movie,
    .dark .vodi-archive-wrapper[data-view="list"] .movie+.video,
    .dark .vodi-archive-wrapper[data-view="list"] .video+.movie,
    .dark .vodi-archive-wrapper[data-view="list"] .video+.video {
        border-top-color: #2f2f33
    }
}

.dark .movie .avg-rating-number,
.dark .widget-area .widget_categories ul li a,
.dark .movie-sidebar .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.dark .video-sidebar .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a {
    color: #b4bbc0
}

.dark .widget-area .widget-title {
    color: #fff;
    border-bottom-color: #2f2f33
}

.dark .movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.dark .videos_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.dark .tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating a {
    color: #949cb0
}

.dark .home-recent-comments .recent-comments ul li.recentcomments>a {
    color: #fff
}

.dark .home-recent-comments .recent-comments ul li.recentcomments+.recentcomments {
    border-top: 1px solid #2f2f33
}

.dark.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
    color: #fff
}

.dark .vodi_posts_widget .style-1 .entry-title a {
    color: #fff
}

.dark .vodi_posts_widget .style-1 ul li+li {
    border-top: 1px solid #2d323f
}

.dark .post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark .home-archive .sidebar-area .widget_nav_menu li.menu-with-icon:last-child {
    border-bottom: 1px solid #2d323f
}

.dark .article__link,
.dark .article__aside {
    background: #1c212e
}

.dark .article__link p {
    color: #fff
}

.dark.home-section .home-section__action-link,
.dark.home-section .home-section__footer-action--link {
    color: #949cb0
}

.dark.home-section .home-section__footer-view-more-action--link {
    color: #fff;
    border-color: #2a2d36;
    background: #131722
}

.dark.home-section .home-section__footer-view-more-action__inner:after {
    background-color: #2a2d36
}

.dark .badge-sticky-post {
    background: #333e48
}

.dark.no-redux .article {
    border-bottom: 1px solid #2d323f
}

.dark .comment-list>li+li,
.dark .comment-list .children,
.dark .comment-list .children>li {
    border-top-color: #2d323f
}

.dark.section-movies-carousel-aside-header ul.nav .nav-item .nav-link,
.dark.section-tv-episodes-carousel ul.nav .nav-item .nav-link {
    color: #717f8c
}

.dark.section-movies-carousel-aside-header ul.nav .nav-item+.nav-item:before,
.dark.section-tv-episodes-carousel ul.nav .nav-item+.nav-item:before {
    color: #2c2c30
}

.dark .masvideos-tabs table tbody tr+tr {
    border-top-color: #2e3544
}

.dark .masvideos-tabs table,
.dark .masvideos-tabs table a {
    color: #fff
}

.dark .masvideos-tabs table tbody tr:hover,
.dark .masvideos-tabs table tbody tr:focus {
    background: #2e3544
}

.dark.masvideos-archive.search .page__header .search-result-tab-link {
    color: #fff
}

.site-footer-comingsoon.dark {
    background-color: #131722
}

.site-footer-comingsoon.dark .site-footer__info {
    color: #949cb0
}

.site-footer-comingsoon.dark .site-footer .footer-social-icon .fa-circle {
    color: #cccbcb
}

.site-footer-comingsoon.dark .site-footer .footer-social-icon .social-media-item__icon {
    color: #000
}

.site-footer-comingsoon.dark .site-footer .footer-social-icon:hover .fa-circle {
    color: #fff
}

.site-footer-landing.dark {
    border-top-color: #343949;
    background-color: #131722
}

.site-footer-landing.dark .site-footer .vodi-svg0 {
    fill: #fff
}

.site-footer-landing.dark .site-footer .vodi-svg1 {
    fill: #24baef
}

.site-footer-landing.dark .site-footer .landing-footer-menu a {
    color: #e4e4e4
}

.site-footer-landing.dark .site-footer .landing-footer-menu a:hover {
    color: #fff
}

.site-footer-landing.dark .site-footer .footer-social-icon .fa-circle {
    color: #fff
}

.site-footer-landing.dark .site-footer .footer-social-icon .social-media-item__icon {
    color: #000
}

.site-footer-landing.dark .site-footer .footer-social-icon:hover .fa-circle {
    color: #cccbcb
}

.site-footer-landing.dark .site-footer .landing-footer-menu .menu-item .sub-menu a {
    color: #000
}

.site-footer-landing.dark .site-footer .site-footer__landing-menu .landing-footer-menu>.menu-item-has-children>.sub-menu:before {
    border-bottom-color: #fff
}

.site__footer--v1.dark {
    background-color: #0a0d14;
    color: #949cb0
}

.dark .footer-widgets .widget-title,
.dark .footer-widgets .widget-title .rsswidget {
    color: #d1d1d1
}

.dark .footer-widgets-inner.col-3 .footer-widget-3 {
    box-shadow: -7px -1px 0 -6px #2d323f
}

.dark .footer-bottom-bar {
    color: #949cb0;
    background-color: #06090f
}

.dark .footer-bottom-bar a {
    color: #949cb0
}

.dark .footer-bottom-bar a:hover,
.dark .footer-bottom-bar a:focus {
    color: #949cb0
}

.dark.site-footer .site-footer__logo svg .vodi-stream1 {
    fill: #51C9F0
}

.dark.site-footer .site-footer__logo svg .vodi-stream0 {
    fill: #fff
}

.site__footer--v3.dark {
    background-color: #0c0e17;
    color: #4d5c63
}

.site__footer--v3.dark .footer-v3-menu a {
    color: #949cb0
}

.site__footer--v3.dark .footer-v3-menu a:hover {
    color: #d1d1d1
}

.site__footer--v3.dark .footer-social-icon,
.site__footer--v3.dark .footer-social-icon .fa-stack-2x {
    color: #fff
}

.site__footer--v3.dark .footer-v3-menu>li+li:before {
    color: #394a52
}

.site__footer--v3.dark .social-icons .fa-inverse {
    color: #000
}

.site__footer--v3.dark .social-icons .fa-inverse {
    color: #fff
}

.site__footer--v3.dark .social-media-item__title {
    color: #949cb0
}

.site__footer--v4.dark {
    background-color: #0c0e17;
    color: #4d5c63
}

.site__footer--v4.dark .footer-v4-menu a {
    color: #949cb0
}

.site__footer--v4.dark .footer-v4-menu a:hover {
    color: #d1d1d1
}

.site__footer--v4.dark .footer-social-icon,
.site__footer--v4.dark .footer-social-icon .fa-stack-2x {
    color: #fff
}

.site__footer--v4.dark .footer-v4-menu>li+li:before {
    color: #394a52
}

.site__footer--v4.dark .social-icons .fa-inverse {
    color: #000
}

.site-header.dark {
    background: #0c0e17
}

.site-header.dark .site_header_primary-nav .nav>li>a,
.site-header.dark .site-header__upload--link,
.site-header.dark .site-header__user-account--link:not(.btn),
.site-header.dark .site-header__upload,
.site-header.dark .handheld-header__user-account--link {
    color: #fff
}

.site-header.dark .search-form .search-field {
    border-color: #fff;
    background: #fff
}

.site-header.dark .search-form .search-field:focus {
    background: transparent;
    color: #fff
}

.site-header.dark .search-form .search-field:focus::placeholder {
    color: #fff
}

.site-header.dark .site-title {
    color: #FFF
}

.site-header.dark .site-header__upload--link svg {
    fill: #fff
}

.site-header.dark .site-header__offcanvas--toggler svg {
    fill: #97979f
}

.site-header.dark .search-form .search-submit svg {
    fill: #97979f
}

.site-header.dark .site-header__notification--link svg {
    fill: #fff
}

.site-header.dark .site-header__landing-back-option {
    color: #fff
}

.site-header.dark .site-header__landing-back-option a {
    color: #fff
}

.site-header.dark .site-header__landing-back-option a:hover {
    color: #24baef
}

.site-header.dark .offcanvas-collapse {
    background-color: #000
}

.site-header.dark .offcanvas-nav .sub-menu .menu-item>a,
.site-header.dark .offcanvas-nav>.menu-item>a {
    color: #fff
}

.site-header.dark .offcanvas-nav .sub-menu .menu-item>a:hover,
.site-header.dark .offcanvas-nav .sub-menu .menu-item>a:focus,
.site-header.dark .offcanvas-nav>.menu-item>a:hover,
.site-header.dark .offcanvas-nav>.menu-item>a:focus {
    color: #121a21
}

.site-header.dark .offcanvas-nav .sub-menu .menu-item>a,
.site-header.dark .offcanvas-nav .dropdown-menu .menu-item>a {
    color: #121a21
}

.site-header.dark .site_header_primary-nav .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.site-header.dark .site-header__user-account--link::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.site-header.dark .site-header-logo svg .vodi-svg0 {
    fill: #fff
}

.site-header.dark .site-header-logo svg .vodi-svg1 {
    fill: #51C9F0
}

.site-header.dark .site-header-logo svg .vodi-stream0 {
    fill: #FFF
}

.site-header.dark .site-header-logo svg .vodi-stream1 {
    fill: #51C9F0
}

.dark ul.page-numbers>li>a,
.dark ul.page-numbers>li>span,
.dark .nav-links>.page-numbers,
.dark .page-links-inner>a,
.dark .page-links-inner>span {
    background-color: #373c49;
    color: #b4bbc0
}

.dark ul.page-numbers>li>a.current,
.dark ul.page-numbers>li>span.current,
.dark .nav-links>.page-numbers.current,
.dark .page-links-inner>a.current,
.dark .page-links-inner>span.current {
    color: #000;
    background-color: #24baef
}

.dark .masvideos-videos-pagination {
    border-top-color: #2a2e3c
}

.dark .post-navigation {
    background-color: #1c212e
}

.dark .post-nav__article--title {
    color: #FFF
}

.dark input[type="text"],
.dark input[type="password"],
.dark input[type="color"],
.dark input[type="date"],
.dark input[type="datetime-local"],
.dark input[type="email"],
.dark input[type="month"],
.dark input[type="number"],
.dark input[type="range"],
.dark input[type="search"],
.dark input[type="tel"],
.dark input[type="time"],
.dark input[type="url"],
.dark input[type="week"],
.dark .search-field,
.dark select,
.dark textarea {
    background-color: #131722;
    border-color: #949cb0
}

.dark input[type="text"]:focus,
.dark input[type="password"]:focus,
.dark input[type="color"]:focus,
.dark input[type="date"]:focus,
.dark input[type="datetime-local"]:focus,
.dark input[type="email"]:focus,
.dark input[type="month"]:focus,
.dark input[type="number"]:focus,
.dark input[type="range"]:focus,
.dark input[type="search"]:focus,
.dark input[type="tel"]:focus,
.dark input[type="time"]:focus,
.dark input[type="url"]:focus,
.dark input[type="week"]:focus,
.dark .search-field:focus,
.dark select:focus,
.dark textarea:focus {
    color: #b4bbc0;
    background-color: #252a37;
    border-color: #80bdff
}

.dark select {
    background-image: linear-gradient(45deg, transparent 50%, #FFF), linear-gradient(135deg, #FFF, transparent 50%);
    background-color: #1d202c;
    color: #b4bbc0
}

.dark .search-form .search-field {
    border-color: #1d202c;
    background-color: #1d202c
}

.dark .search-form .search-field:focus {
    border-color: #80bdff
}

.dark .search-form .search-submit svg {
    fill: #97979f
}

.dark .masvideos_widget_search .search-field {
    background-color: #373c49;
    color: #b4bbc0;
    border-color: #373c49
}

.dark .masvideos_widget_search .search-field::placeholder {
    color: #b4bbc0
}

.dark .masvideos_widget_search button:after {
    color: #b4bbc0
}

.dark .item__count {
    color: #7c8b92
}

.dark .footer-widgets,
.dark .recentcomments+.recentcomments,
.dark .widget_recent_entries ul>li+li,
.dark .widget_rss ul>li+li {
    border-top: 1px solid #2d323f
}

.dark li>a,
.dark .item__link {
    color: #949cb0
}

.dark li>a:hover,
.dark .item__link:hover {
    color: #d1d1d1
}

.dark i {
    color: #d1d1d1
}

.dark .widget_rss .rss-date,
.dark .widget_rss cite,
.dark .widget_rss .post-date,
.dark .widget_recent_entries .rss-date,
.dark .widget_recent_entries cite,
.dark .widget_recent_entries .post-date,
.dark .recentcomments .comment-author-link>a,
.dark .wp-caption .wp-caption-text,
.dark .widget_rss .rss-date:before,
.dark .widget_recent_entries .rss-date:before {
    color: #949cb0
}

.dark .calendar_wrap table th,
.dark .calendar_wrap table td {
    border: 1px solid #2d323f
}

.dark .vodi-gr {
    fill: #FFF
}

.dark .vodi-svg1 {
    fill: #24baef
}

.dark .site-info a {
    color: #494d58
}

.dark .site-info a:hover,
.dark .site-info a:focus {
    color: #949cb0
}

.dark .movie-sidebar .widget-area-inner .widget,
.dark .video-sidebar .widget-area-inner .widget,
.dark .tv-show-sidebar .widget-area-inner .widget {
    background-color: #1c212e
}

.dark .masvideos_movies_widget .movie,
.dark .masvideos_movies_widget .video,
.dark .masvideos_movies_widget .tv-show,
.dark .masvideos_videos_widget .movie,
.dark .masvideos_videos_widget .video,
.dark .masvideos_videos_widget .tv-show,
.dark .masvideos_tv_shows_widget .movie,
.dark .masvideos_tv_shows_widget .video,
.dark .masvideos_tv_shows_widget .tv-show {
    border-bottom: 1px solid #2f2f33
}

.dark .masvideos_movies_widget .movie:before,
.dark .masvideos_movies_widget .movie__title,
.dark .masvideos_movies_widget .video:before,
.dark .masvideos_movies_widget .video__title,
.dark .masvideos_movies_widget .tv-show:before,
.dark .masvideos_movies_widget .tv-show__title,
.dark .masvideos_videos_widget .movie:before,
.dark .masvideos_videos_widget .movie__title,
.dark .masvideos_videos_widget .video:before,
.dark .masvideos_videos_widget .video__title,
.dark .masvideos_videos_widget .tv-show:before,
.dark .masvideos_videos_widget .tv-show__title,
.dark .masvideos_tv_shows_widget .movie:before,
.dark .masvideos_tv_shows_widget .movie__title,
.dark .masvideos_tv_shows_widget .video:before,
.dark .masvideos_tv_shows_widget .video__title,
.dark .masvideos_tv_shows_widget .tv-show:before,
.dark .masvideos_tv_shows_widget .tv-show__title {
    color: #fff
}

.dark .masvideos_movies_widget .movie__meta--release-year,
.dark .masvideos_movies_widget .video__meta--release-year,
.dark .masvideos_movies_widget .tv-show__meta--release-year,
.dark .masvideos_videos_widget .movie__meta--release-year,
.dark .masvideos_videos_widget .video__meta--release-year,
.dark .masvideos_videos_widget .tv-show__meta--release-year,
.dark .masvideos_tv_shows_widget .movie__meta--release-year,
.dark .masvideos_tv_shows_widget .video__meta--release-year,
.dark .masvideos_tv_shows_widget .tv-show__meta--release-year {
    color: #949cb0
}

.dark.single-episode .episode__avg-rating .avg-rating__text {
    color: #949cb0
}

.dark.single-episode .episode__tags {
    color: #fff
}

.dark .episode-tabs .tab-content {
    background: #1c212e
}

.dark .episode .nav .nav-item+.nav-item:before {
    color: #2c3c4a
}

.dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--next-episode a:hover:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>')
}

[dir="rtl"] .dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--next-episode a:hover:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.099 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>')
}

.dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--prev-episode a:hover:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.099 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>')
}

[dir="rtl"] .dark.single-episode:not(.single-episode-v3):not(.single-episode-v4) .episode__player--prev-episode a:hover:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>')
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
    border-bottom-color: #434957
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__number,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__title {
    color: #fff
}

.dark.single-episode-v2 #reviews .masvideos-review__author,
.dark.single-episode-v3 #reviews .masvideos-review__author,
.dark.single-episode-v4 #reviews .masvideos-review__author {
    color: #fff
}

.dark.single-episode .star-rating .star {
    color: #949cb0
}

.dark .vodi-single-episode__sidebar--tv-show .tv-show__short-description p {
    color: #b4bbc0
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
    color: #949cb0
}

.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a:hover .season-title,
.dark .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a.active .season-title {
    color: #fff
}

.dark.single-episode-v3 .episode__player--prev-episode a,
.dark.single-episode-v4 .episode__player--next-episode a,
.dark.single-episode-v3 .episode__player--next-episode a,
.dark.single-episode-v4 .episode__player--prev-episode a {
    color: #fff
}

.dark.single-episode .episode__season-tabs-wrap {
    background: #1c212e
}

.dark.single-episode .episode__short-description p,
.dark .single-episode .episode__description>div {
    color: #b4bbc0
}

.dark.single-episode p.stars a:before {
    color: #949cb0
}

.dark.single-episode-v3 .episode-tabs .tab-content form.comment-form label,
.dark.single-episode-v4 .episode-tabs .tab-content form.comment-form label,
.dark .episode-tabs .tab-content .masvideos-Reviews .comment-form label {
    color: #fff
}

.dark.single-tv_show .tv-show__tags {
    color: #fff
}

.dark.single-tv_show .tv_show__season-tabs-wrap {
    background: #1c212e
}

.dark.single-tv_show p.stars a:before,
.dark.single-tv_show .tv-show__short-description p {
    color: #949cb0
}

.dark .tv_show__season-tabs-wrap .nav .nav-item a {
    background: #323846
}

.dark .single-video__meta>* strong {
    color: #949cb0
}

.dark .single-video__actions-bar {
    background: #1c212e
}

.dark .single-video__comments-link__inner {
    background: #1c212e;
    border-color: #1c212e
}

.dark .single-video__comments-link:after {
    background: #2f2f33
}

.dark.single-movie .summary .movie__meta {
    color: #fff
}

.dark.single-movie .movie__related {
    background: #1c212e
}

.dark.single-movie .movie-tabs .nav,
.dark .tv-show-tabs .nav {
    border-bottom-color: #283643
}

.dark.single-movie .movie__description-tab .movie__tags,
.dark.single-movie .tab-content .masvideos-Reviews .comment-form label {
    color: #fff
}

.dark.single-movie p.stars a:before {
    color: #949cb0
}

.dark .single-movie-popup {
    background-color: #131722
}

.dark.single-movie .single-movie__sidebar .widget {
    background-color: #1c212e
}

.dark.single-movie .single-movie__sidebar .widgettitle {
    color: #fff;
    border-bottom-color: #2f2f33
}

.dark.single-movie .movie-tabs .nav .nav-item a,
.dark .tv-show-tabs .nav .nav-item a {
    color: #949cb0
}

.dark.single-movie .movie_title {
    color: #fff
}

.dark.single-movie-v5 .summary .movie__meta,
.dark.single-movie-v5 .summary .movie__meta--genre a {
    color: #808b90
}

.dark.single-movie .movie__short-description p,
.dark.single-movie .movie__description p {
    color: #b4bbc0
}

.dark.single-movie-v5 .movie__short-description p,
.dark.single-movie-v5 .movie__description p,
.dark.single-movie-v5 .movie__description div,
.dark.single-movie-v6 .movie__short-description p,
.dark.single-movie-v6 .movie__description p,
.dark.single-movie-v6 .movie__description div,
.dark.single-movie-v7 .movie__short-description p,
.dark.single-movie-v7 .movie__description p,
.dark.single-movie-v7 .movie__description div {
    color: #e3e3e3
}

.dark.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags {
    color: #fff
}

.dark.single-movie .movie-tabs .nav .nav-item+.nav-item:before,
.dark .tv-show-tabs .nav .nav-item+.nav-item:before {
    color: #949494
}

.dark.single-movie-v6 .movie .summary,
.dark.single-movie-v7 .movie .summary {
    border-bottom-color: #333
}

.dark.single-movie-v6.single-movie .movie-actions--link_add-to-playlist>a,
.dark.single-movie-v7.single-movie .movie-actions--link_add-to-playlist>a {
    color: #e3e3e3
}

.dark.single-movie-v6 .movie .summary .movie__meta--genre a,
.dark.single-movie-v7 .movie .summary .movie__meta--genre a {
    color: #fff
}

.dark.single-movie-v6 .movie-actions--link_add-to-playlist>a:before,
.dark.single-movie-v7 .movie-actions--link_add-to-playlist>a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="31px" height="29px"><path fill-rule="evenodd" opacity="0.82" fill="rgb(255, 255, 255)" d="M8.653,0.252 C11.501,0.192 14.629,1.524 15.666,3.158 C15.738,3.098 15.672,3.164 15.732,3.091 C16.108,2.846 16.366,2.428 16.724,2.167 C17.797,1.385 19.024,0.769 20.495,0.384 C21.728,0.061 23.793,0.282 24.796,0.648 C27.738,1.723 29.471,3.571 30.551,6.526 C30.938,7.583 31.190,9.648 30.816,11.017 C29.903,14.360 28.243,16.709 26.450,19.140 C26.011,19.734 25.448,20.252 24.994,20.857 C24.796,21.034 24.597,21.210 24.399,21.386 C23.508,22.571 22.211,23.933 21.025,24.820 C19.536,25.934 18.454,27.854 16.394,28.386 C15.535,28.608 14.629,28.281 14.078,27.990 C12.990,27.417 12.252,26.523 11.300,25.811 C11.035,25.524 10.770,25.238 10.506,24.952 C9.901,24.499 9.444,23.959 8.918,23.433 C8.230,22.746 7.523,22.106 6.933,21.320 C6.441,20.663 5.706,20.133 5.213,19.471 C3.726,17.470 2.360,15.612 1.310,13.130 C0.690,11.666 0.008,9.297 0.582,7.252 C1.378,4.422 3.031,2.136 5.544,1.044 C6.205,0.756 6.933,0.571 7.661,0.384 C7.979,0.302 8.413,0.410 8.653,0.252 ZM8.587,2.629 C8.382,2.761 8.065,2.683 7.793,2.761 C7.396,2.894 6.999,3.025 6.602,3.158 C4.938,3.883 3.618,5.386 3.030,7.186 C2.307,9.403 3.206,11.382 3.890,12.932 C5.631,16.877 8.630,19.799 11.498,22.641 C12.289,23.423 13.043,24.212 13.946,24.886 C14.568,25.350 14.839,26.061 15.931,26.075 C16.166,25.879 16.481,25.793 16.724,25.613 C17.010,25.401 17.234,25.032 17.518,24.820 C18.669,23.961 19.625,22.920 20.628,21.914 C23.361,19.173 26.189,16.192 27.839,12.404 C28.059,11.743 28.280,11.083 28.501,10.422 C29.404,7.082 26.854,4.048 24.796,3.158 C22.076,1.982 19.611,2.968 17.849,4.281 C16.815,5.050 16.890,6.405 15.004,5.998 C13.727,4.011 11.880,2.633 8.587,2.629 Z"/></svg>')
}

.dark.single-person .person .single-person__personal-info {
    background: #1c212e
}

.dark .person-credits-tabs ul {
    border-bottom-color: #283643
}

.dark h2.single-movie-casts--title,
.dark h2.movie__related-video--title,
.dark.single-movie-v6.single-movie h2.masvideos-reviews__title,
.dark.single-movie-v7.single-movie h2.masvideos-reviews__title,
.dark.single-movie-v6 h2.masvideos-movie-gallery__title,
.dark.single-movie-v6 h2.single-movie-highlighted-comment--title,
.dark.single-movie-v7 h2.single-movie-highlighted-comment--title,
.dark.single-movie-v6 h2.single-movie-details--attributes__title,
.dark.single-movie-v7 h2.single-movie-details--attributes__title,
.dark.single-movie-v6 h2.single-movie-details--description__title,
.dark.single-movie-v7 h2.single-movie-details--description__title {
    color: #e3e3e3
}

.dark.single-movie-v5 .movie__related-video {
    background: #1c212e
}

.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
.dark.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew {
    color: #e3e3e3
}

.dark.single-movie-v5 .movie-cast-crew-tabs ul.nav li a.active {
    color: #fff
}

.dark.single-movie-v6.single-movie .masvideos-reviews__title:after,
.dark.single-movie-v7.single-movie .masvideos-reviews__title:after,
.dark.single-movie-v6 h2.single-movie-details--description__title:after,
.dark.single-movie-v7 h2.single-movie-details--description__title:after {
    background: #323846
}

.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-cast,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-crew,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-cast,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-crew,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-casts,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-crews,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-casts,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-crews {
    border-top-color: #333
}

.dark.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags {
    color: #fff
}

.dark.single-movie-v5 .summary .movie__meta,
.dark.single-movie-v5 .movie__meta span a {
    color: #949cb0
}

.dark.single-movie-v5 .movie .summary .movie__meta>*+*:before {
    color: #949cb0
}

.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a {
    background-color: #181d29
}

.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a .count {
    color: #6b7590
}

.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover span:first-child {
    color: #181d29
}

.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover .count {
    color: #2a2d33
}

.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a span:first-child {
    color: #181d29
}

.dark .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a .count {
    color: #2a2d33
}

@media (max-width:1199.98px) {
    .dark #secondary.widget-area {
        background: #1d212d
    }
}

.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
    background: #373c49
}

.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a {
    color: #1c212e
}

.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a {
    color: #1c212e
}

.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.dark .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.dark .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li {
    border-left: 5px solid #1d212d
}

.dark .vodi-control-bar .videos-view-switcher .nav-item a svg path,
.dark .vodi-control-bar .archive-view-switcher .nav-item a svg path {
    fill: #b4bbc0
}

.dark .vodi-control-bar .videos-view-switcher .nav-item a.active svg path,
.dark .vodi-control-bar .archive-view-switcher .nav-item a.active svg path,
.dark .vodi-control-bar .videos-view-switcher .nav-item a:hover svg path,
.dark .vodi-control-bar .archive-view-switcher .nav-item a:hover svg path {
    fill: #131722
}

.handheld-header.light .site-header-logo .vodi-gr {
    fill: #2c98d1
}

.header-landing-v1.light {
    border-bottom: 1px solid #dedede
}

.header-landing-v1.light .landing-nav>.menu-item a,
.header-landing-v1.light .site-header__user-account a {
    color: #292929
}

.header-landing-v1.light .landing-nav>.menu-item a:hover,
.header-landing-v1.light .site-header__user-account a:hover {
    color: #000
}

.header-landing-v1.light .site-header-logo .vodi-gr {
  
}

.header-landing-v1.light .site-header__landing-nav .menu-item-has-children a:after,
.header-landing-v1.light .site-header__user-account .menu-item-has-children a:after {
    color: #292929
}

.header-landing-v1.light .site-header__landing-nav .landing-nav>.menu-item-has-children>.sub-menu,
.header-landing-v1.light .site-header__landing-nav .dropdown-menu,
.header-landing-v1.light .site-header__user-account .landing-nav>.menu-item-has-children>.sub-menu,
.header-landing-v1.light .site-header__user-account .dropdown-menu {
    border-top: 3px solid #000
}

.header-landing-v1.light .site-header__landing-nav .landing-nav>.menu-item-has-children>.sub-menu:before,
.header-landing-v1.light .site-header__landing-nav .dropdown-menu:before,
.header-landing-v1.light .site-header__user-account .landing-nav>.menu-item-has-children>.sub-menu:before,
.header-landing-v1.light .site-header__user-account .dropdown-menu:before {
    border-bottom-color: #000
}

.header-landing-v1.light .site-header__user-account .sub-menu:after {
    border-bottom: 9px solid #000
}

.header-landing-v2.light .st0 {
    fill: #000
}

.header-landing-v2.light .st1 {
    fill: #24baef
}

.coming-soon-header.light .site-header-logo .vodi-gr {
    
}

.coming-soon-header.light .site-header__btn-link i {
    color: #000
}

.coming-soon-header.light .show,
.coming-soon-header.light .collapsing,
.coming-soon-header.light .sub-menu {
    background-color: #fff
}

.coming-soon-header.light .site-header__btn-link i {
    color: #000
}

.coming-soon-header.light .menu-item a {
    color: #000
}

.coming-soon-header.light .menu-item-has-children:after {
    color: #000
}

.header-v4.light .masthead-row-2 {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.header-v4.light .masthead-row-2 ul.navbar-primary>li>a {
    color: #121a21
}

.header-v4.light .vodi-live-videos {
    border-bottom: 1px solid #e8e8e8
}

.header-v4.light .vodi-live-videos .live-video-section__title {
    border-bottom: 1px solid #e8e8e8
}

.header-v4.light .vodi-live-videos .live-video-section__title a {
    color: #121a21
}

.header-v4.light .masthead-row-2 ul.navbar-primary .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.page-template-template-homepage-v6 .content-area.light:before,
.page-template-template-homepage-v7 .content-area.light:before {
    background: #fff
}

.page-template-template-homepage-v6 .home-sidebar-area.light:before,
.page-template-template-homepage-v7 .home-sidebar-area.light:before {
    background: #f6f7f9
}

.light .section-title,
.light .comments-title,
.light .comment-respond .comment-reply-title {
    color: #121a21
}

.light .section-title:after,
.light .comments-title:after,
.light .comment-respond .comment-reply-title:after {
    background: #e8e8e8
}

.light .site-title {
    color: #2b79bb
}

.light .movie__title,
.light .movie__actions .movie-actions--link_add-to-playlist a,
.light .video__actions .movie-actions--link_add-to-playlist a,
.light .tv_show__actions .movie-actions--link_add-to-playlist a {
    color: #000
}

.light .home-section.style-2 .movie__title {
    color: #fff
}

.light .tv-show__actions .tv-show-actions--link_add-to-playlist>a {
    color: #000
}

.light .widget-area .widget-title {
    color: #121a21;
    border-bottom-color: #d0d0d2
}

.light .vodi-control-bar select,
.light .masvideos-persons-control-bar select,
.light .form-vodi-wc-ppp select,
.light .page-control-bar-bottom select,
.light .vodi-control-bar .videos-type li a,
.light .page-control-bar-bottom .masvideos-result-count,
.light .masvideos-persons-page-control-bar .masvideos-result-count {
    color: #707070
}

.light .page-control-bar-bottom,
.light .masvideos-persons-page-control-bar {
    border-top: 1px solid #e8e8e8
}

.light .style-2 .section_title {
    color: #121a21;
    border-bottom: 1px solid #d0d0d2
}

.light .comingsoon-launch-section__title,
.light .comingsoon-launch-section__desc {
    color: #000
}

.light .comingsoon-launch-section .email {
    background-color: #eee;
    color: #a0a0a0
}

.light .comingsoon-launch-section .btn-subscribe {
    color: #fff
}

.light .comingsoon-form-timer .textDiv_Days>span,
.light .comingsoon-form-timer .textDiv_Hours>span,
.light .comingsoon-form-timer .textDiv_Minutes>span,
.light .comingsoon-form-timer .textDiv_Seconds>span {
    color: #3a3838
}

@media (min-width:768px) {
    .light .vodi-archive-wrapper[data-view="list-small"] .tv-show+.tv-show,
    .light .vodi-archive-wrapper[data-view="list-large"] .tv-show+.tv-show {
        border-top: 1px solid #e8e8e8
    }
}

.light .vodi-archive-wrapper[data-view="list-small"] .tv-show:hover,
.light .vodi-archive-wrapper[data-view="list-small"] .tv-show:focus,
.light .vodi-archive-wrapper[data-view="list-large"] .tv-show:hover,
.light .vodi-archive-wrapper[data-view="list-large"] .tv-show:focus {
    background-color: #fbfbfb
}

.light .vodi-archive-wrapper[data-view="list-large"] .movie+.movie,
.light .vodi-archive-wrapper[data-view="list-large"] .movie+.video,
.light .vodi-archive-wrapper[data-view="list-large"] .video+.movie,
.light .vodi-archive-wrapper[data-view="list-large"] .video+.video,
.light .vodi-archive-wrapper[data-view="list-small"] .movie+.movie,
.light .vodi-archive-wrapper[data-view="list-small"] .movie+.video,
.light .vodi-archive-wrapper[data-view="list-small"] .video+.movie,
.light .vodi-archive-wrapper[data-view="list-small"] .video+.video,
.light .vodi-archive-wrapper[data-view="list"] .movie+.movie,
.light .vodi-archive-wrapper[data-view="list"] .movie+.video,
.light .vodi-archive-wrapper[data-view="list"] .video+.movie,
.light .vodi-archive-wrapper[data-view="list"] .video+.video {
    border-top-color: #e8e8e8
}

.light .tv-show__hover-area .tv-show__season-info {
    border-bottom: 1px solid #e8e8e8
}

.light .vodi-control-bar .masvideos-widget-movies-layered-nav-list a,
.light .vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a,
.light .vodi-control-bar .masvideos-widget-videos-layered-nav-list a {
    color: #949cb0
}

@media (min-width:768px) {
    .light .vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .movie__body,
    .light .vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .video__body,
    .light .vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .movie__body,
    .light .vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .video__body {
        border-right-color: #e8e8e8
    }
}

.light .movie .avg-rating-number,
.light .tv-show .avg-rating-number {
    color: #fff
}

.light .movie-sidebar .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.light .video-sidebar .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .movie-sidebar .widget_movies_genres .movies-genres li a,
.light .video-sidebar .widget_videos_genres .videos-genres li a {
    color: #000
}

.light .movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.light .videos_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.light .tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating a {
    color: #000
}

.light.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
    color: #303030
}

.light .masvideos-videos-pagination {
    border-top-color: #e8e8e8
}

.light.page-template-template-videos-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle span,
.light.page-template-template-tv-shows-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle span {
    color: #707070
}

.light .badge-sticky-post {
    background: #2b79bb;
    color: #fff
}

.light .masvideos-tabs table tbody tr+tr {
    border-top-color: #e8e8e8
}

.light .masvideos-tabs table,
.light .masvideos-tabs table a {
    color: #121a21
}

.light .masvideos-tabs table tbody tr:hover,
.light .masvideos-tabs table tbody tr:focus {
    background: #f5f5f5
}

.site-footer-comingsoon.light {
    background-color: #fff
}

.site-footer-comingsoon.light .site-footer__info {
    color: #464d5f
}

.site-footer-comingsoon.light .site-footer .footer-social-icon .fa-circle {
    color: #2b2a2a
}

.site-footer-comingsoon.light .site-footer .footer-social-icon .social-media-item__icon {
    color: #fff
}

.site-footer-comingsoon.light .site-footer .footer-social-icon:hover .fa-circle {
    color: #000
}

.site-footer-landing.light {
    border-top-color: #b0b1b3;
    background-color: #fff
}

.site-footer-landing.light .site-footer .site-footer__logo .vodi-gr {
   
}

.site-footer-landing.light .site-footer .landing-footer-menu a {
    color: #2b2a2a
}

.site-footer-landing.light .site-footer .landing-footer-menu a:hover {
    color: #000
}

.site-footer-landing.light .site-footer .footer-social-icon .fa-circle {
    color: #2b2a2a
}

.site-footer-landing.light .site-footer .footer-social-icon .social-media-item__icon {
    color: #fff
}

.site-footer-landing.light .site-footer .footer-social-icon:hover .fa-circle {
    color: #000
}

.site-footer-landing.light .site-footer .site-footer__landing-menu .menu-item-has-children a:after {
    color: #292929
}

.site-footer-landing.light .site-footer .site-footer__landing-menu .landing-footer-menu>.menu-item-has-children>.sub-menu {
    border-top: 3px solid #000
}

.site-footer-landing.light .site-footer .site-footer__landing-menu .landing-footer-menu>.menu-item-has-children>.sub-menu:before {
    border-bottom-color: #000
}

.site__footer--v1.light {
    background-color: #eeeff0;
    color: #949cb0
}

.site__footer--v1.light .item__count {
    color: #b0b0b0
}

.site__footer--v1.light .site-info,
.site__footer--v1.light .policy-info a {
    color: #a6a6a6
}

.site__footer--v1.light .footer-widgets,
.site__footer--v1.light .recentcomments+.recentcomments,
.site__footer--v1.light .widget_recent_entries ul>li+li,
.site__footer--v1.light .widget_rss ul>li+li {
    border-top: 1px solid #cdcdcd
}

.site__footer--v1.light .footer-bottom-bar {
    background-color: #fff
}

.site__footer--v1.light li>a,
.site__footer--v1.light .item__link,
.site__footer--v1.light .recentcomments .comment-author-link>a {
    color: #949cb0
}

.site__footer--v1.light li>a:hover,
.site__footer--v1.light .item__link:hover,
.site__footer--v1.light .recentcomments .comment-author-link>a:hover {
    color: #19272e
}

.site__footer--v1.light i,
.site__footer--v1.light th,
.site__footer--v1.light strong,
.site__footer--v1.light .recentcomments>a,
.site__footer--v1.light .widget_rss ul .rsswidget,
.site__footer--v1.light .widget_rss li a,
.site__footer--v1.light .calendar_wrap td a,
.site__footer--v1.light .calendar_wrap th a {
    color: #555f64
}

.site__footer--v1.light .footer-widgets .widget-title,
.site__footer--v1.light .footer-widgets .widget-title .rsswidget {
    color: #19272e
}

.site__footer--v1.light .footer-widgets-inner.col-3 .footer-widget-3 {
    box-shadow: -7px -1px 0 -6px #cdcdcd
}

.site__footer--v1.light .calendar_wrap table th,
.site__footer--v1.light .calendar_wrap table td {
    border: 1px solid #cdcdcd
}

.site__footer--v1.light .search-form .search-field:focus {
    background-color: transparent
}

.site__footer--v1.light p,
.site__footer--v1.light .rssSummary {
    color: #949cb0
}

.site__footer--v1.light .vodi-gr {
    
}

.site__footer--v3.light {
    background-color: #eeeff0;
    color: #B0B0B0
}

.site__footer--v3.light .footer-v3-menu a {
    color: #97979f
}

.site__footer--v3.light .footer-social-icon {
    color: #929293
}

.site__footer--v3.light .footer-menu>li+li:before {
    color: #bdbdbd
}

.site__footer--v3.light .vodi-gr {
    
}

.site__footer--v3.light .fa-inverse {
    color: #929293
}

.site__footer--v4.light {
    background-color: #eeeff0;
    color: #B0B0B0
}

.site__footer--v4.light .footer-v4-menu a {
    color: #97979f
}

.site__footer--v4.light .footer-social-icon {
    color: #929293
}

.site__footer--v4.light .footer-menu>li+li:before {
    color: #bdbdbd
}



.site-header.light {
    background: #fff
}

.site-header.light .site-header__landing-back-option {
    color: #000
}

.site-header.light .site-header__landing-back-option a {
    color: #000
}

.site-header.light .site-header__landing-back-option a:hover {
    color: #24baef
}

.site-header.light .site_header_primary-nav .nav>li>a,
.site-header.light .site-header__upload--link,
.site-header.light .site-header__user-account--link:not(.btn),
.site-header.light .site-header__upload,
.site-header.light .handheld-header__user-account--link {
    color: #121a21
}

.site-header.light .search-form .search-field {
    border-color: #d0d0d2;
    background-color: transparent
}

.site-header.light .search-form .search-field::placeholder {
    color: #a0a0a0
}

.site-header.light .search-form .search-field:focus {
    border-color: #80bdff
}

.site-header.light .site-header__offcanvas--toggler svg {
    fill: #97979f
}

.site-header.light .site-header__upload--link svg {
    fill: #6f6f6f
}

.site-header.light .site-header__notification--link svg {
    fill: #6f6f6f
}

.site-header.light .search-form .search-submit svg {
    fill: #656565
}

.site-header.light .offcanvas-collapse {
    background-color: #fff
}

.site-header.light .offcanvas-nav .sub-menu .menu-item>a,
.site-header.light .offcanvas-nav .menu-item>a {
    color: #121a21
}

.site-header.light .offcanvas-nav .sub-menu .menu-item:hover>a,
.site-header.light .offcanvas-nav .menu-item:hover>a,
.site-header.light .offcanvas-nav .sub-menu .menu-item:focus>a,
.site-header.light .offcanvas-nav .menu-item:focus>a {
    color: #000
}

.site-header.light .site_header_primary-nav .menu-item-has-children>a::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.site-header.light .site-header__user-account--link::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}



.light .movie-sidebar .widget-area-inner .widget,
.light .video-sidebar .widget-area-inner .widget,
.light .tv-show-sidebar .widget-area-inner .widget {
    background-color: #F6F7F9
}

.light .masvideos_movies_widget .movie,
.light .masvideos_movies_widget .video,
.light .masvideos_movies_widget .tv-show,
.light .masvideos_videos_widget .movie,
.light .masvideos_videos_widget .video,
.light .masvideos_videos_widget .tv-show,
.light .masvideos_tv_shows_widget .movie,
.light .masvideos_tv_shows_widget .video,
.light .masvideos_tv_shows_widget .tv-show {
    border-bottom: 1px solid #d0d0d2
}

.light .masvideos_movies_widget .movie:before,
.light .masvideos_movies_widget .movie__title,
.light .masvideos_movies_widget .video:before,
.light .masvideos_movies_widget .video__title,
.light .masvideos_movies_widget .tv-show:before,
.light .masvideos_movies_widget .tv-show__title,
.light .masvideos_videos_widget .movie:before,
.light .masvideos_videos_widget .movie__title,
.light .masvideos_videos_widget .video:before,
.light .masvideos_videos_widget .video__title,
.light .masvideos_videos_widget .tv-show:before,
.light .masvideos_videos_widget .tv-show__title,
.light .masvideos_tv_shows_widget .movie:before,
.light .masvideos_tv_shows_widget .movie__title,
.light .masvideos_tv_shows_widget .video:before,
.light .masvideos_tv_shows_widget .video__title,
.light .masvideos_tv_shows_widget .tv-show:before,
.light .masvideos_tv_shows_widget .tv-show__title {
    color: #303030
}

.light .masvideos_movies_widget .movie__meta--release-year,
.light .masvideos_movies_widget .video__meta--release-year,
.light .masvideos_movies_widget .tv-show__meta--release-year,
.light .masvideos_videos_widget .movie__meta--release-year,
.light .masvideos_videos_widget .video__meta--release-year,
.light .masvideos_videos_widget .tv-show__meta--release-year,
.light .masvideos_tv_shows_widget .movie__meta--release-year,
.light .masvideos_tv_shows_widget .video__meta--release-year,
.light .masvideos_tv_shows_widget .tv-show__meta--release-year {
    color: #707070
}

.light .episode-tabs .nav .nav-item a,
.light .episode .nav .nav-item+.nav-item:before,
.light .episode-seasons-tabs .nav .nav-item a {
    color: #949494
}

.light .episode-tabs .tab-content {
    background: #fcfcfc
}

.light.single-episode .episode__meta {
    color: #949494
}

.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a,
.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
    color: #949cb0
}

.light.single-episode .episode__avg-rating .avg-rating__text {
    color: #949cb0
}

.light.single-episode .episode__season-tabs-wrap {
    background: #fcfcfc
}

.light.single-episode .episode_title {
    color: #19272e
}

.light.single-episode .episode__short-description p,
.light .single-episode .episode__description>div {
    color: #19272e
}

.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
    border-bottom-color: #e8e8e8
}

.light.single-episode-v4 .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title,
.light .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
    color: #121a21
}

.light.single-movie .single-movie__sidebar .widget {
    background-color: #f6f7f9
}

.light.single-movie .movie-tabs .nav,
.light .tv-show-tabs .nav {
    border-bottom-color: #e8e8e8
}

.light.single-movie .single-movie__sidebar .widgettitle {
    color: #303030;
    border-bottom-color: #d0d0d2
}

.light.single-movie .movie-tabs .nav .nav-item a,
.light .tv-show-tabs .nav .nav-item a {
    color: #949cb0
}

.light.single-movie .movie_title {
    color: #19272e
}

.light.single-movie .movie__short-description p,
.light.single-movie .movie__description p {
    color: #19272e
}

.light.single-movie .movie-tabs .nav .nav-item+.nav-item:before,
.light .tv-show-tabs .nav .nav-item+.nav-item:before {
    color: #949494
}

.light.single-movie-v6.single-movie .movie-actions--link_add-to-playlist>a,
.light.single-movie-v7.single-movie .movie-actions--link_add-to-playlist>a {
    color: #949cb0
}

.light.single-movie-v6 .movie .summary .movie__meta--genre a,
.light.single-movie-v7 .movie .summary .movie__meta--genre a {
    color: #949cb0
}

.light.single-movie-v6 .movie .summary,
.light.single-movie-v7 .movie .summary {
    border-bottom-color: #e8e8e8
}

.light .single-movie-casts--title,
.light .movie__related-video--title {
    color: #19272e
}

.light.single-movie-v6 .single-movie-casts .movie-cast .person-name {
    color: #000
}

.light.single-movie-v6 .single-movie-details--title,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes th,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.light.single-movie .comment_container .description {
    color: #19272e
}

.light.single-movie .masvideos-Reviews #comments ol.commentlist li.comment+li {
    border-top-color: #e8e8e8
}

.light.single-person .person .single-person__personal-info {
    background: #f6f7f9
}

.light.single-person .person .single-person__sidebar-title {
    color: #303030;
    border-bottom-color: #d0d0d2
}

.light.single-person .person .single-person__short-description,
.light.single-person .person .single-person__description {
    color: #19272e
}

.light .person-credits-tabs .tab-content .person-movies-credits>div {
    border-bottom: 1px solid #d0d0d2
}

.light .person-credits-tabs ul {
    border-bottom-color: #e8e8e8
}

.light h2.single-movie-casts--title,
.light h2.movie__related-video--title,
.light.single-movie-v6.single-movie h2.masvideos-reviews__title,
.light.single-movie-v7.single-movie h2.masvideos-reviews__title,
.light.single-movie-v6 h2.masvideos-movie-gallery__title,
.light.single-movie-v6 h2.single-movie-highlighted-comment--title,
.light.single-movie-v7 h2.single-movie-highlighted-comment--title,
.light.single-movie-v6 h2.single-movie-details--attributes__title,
.light.single-movie-v7 h2.single-movie-details--attributes__title,
.light.single-movie-v6 h2.single-movie-details--description__title,
.light.single-movie-v7 h2.single-movie-details--description__title {
    color: #19272e
}

.light.single-movie-v5 .movie__related-video,
.light .movie__streaming-medias {
    background: #f5f5f5
}

.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.light.single-movie-v5 .movie-cast-crew-tabs ul.nav li a.active,
.light.single-movie-v6 .movie-featured-crew .movie-crew a,
.light.single-movie-v7 .movie-featured-crew .movie-crew a,
.light.single-movie-v6 .movie-featured-crew .movie-crew .person-role,
.light.single-movie-v7 .movie-featured-crew .movie-crew .person-role,
.light.single-movie .movie_related__by-person--title,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes th,
.light.single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.light.single-movie-v7 .single-movie-details--attributes table.movie__attributes th,
.light.single-movie-v7 .single-movie-details--attributes table.movie__attributes td,
.light.single-movie-v7.single-movie .movie__related--title,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
.light.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew,
.light.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags {
    color: #19272e
}

.light.single-movie-v6.single-movie .masvideos-reviews__title:after,
.light.single-movie-v7.single-movie .masvideos-reviews__title:after,
.light.single-movie-v6 h2.single-movie-details--description__title:after,
.light.single-movie-v7 h2.single-movie-details--description__title:after {
    background: #f5f5f5
}

.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-cast,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-crew,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-cast,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-crew,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-casts,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-crews,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-casts,
.light.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-crews {
    border-top-color: #e8e8e8
}

.light .movie__streaming-medias li a+a {
    border-top-color: #e8e8e8
}

.light.single-tv_show .tv-show_title {
    color: #19272e
}

.light.single-tv_show .tv-show__meta--genre,
.light.single-tv_show .tv-show__meta--genre a,
.light.single-tv_show .tv-show__meta--release-year {
    color: #949494
}

.light.single-tv_show .tv-show__rating .avg-rating__text {
    color: #949cb0
}

.light.single-tv_show .tv_show__season-tabs-wrap {
    background: #fcfcfc
}

.light .tv_show__season-tabs-wrap .nav .nav-item a {
    background: #eeeff0
}

.light .masvideos_widget_search .search-field {
    background-color: #efefef;
    color: #495057;
    border-color: #e2e2e2
}

.light .masvideos_widget_search .search-field:focus {
    border-color: #e2e2e2;
    border-width: 1px;
    background-color: #fff
}

.light .masvideos_widget_search .search-field::placeholder {
    color: #a7a8a9
}

.light .masvideos_widget_search button:after {
    color: #a7a8a9
}

.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a {
    background-color: #e8e8e8
}

.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a .count {
    color: #6b7590
}

.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover span:first-child {
    color: #181d29
}

.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover .count {
    color: #2a2d33
}

.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a span:first-child {
    color: #181d29
}

.light .vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a .count {
    color: #2a2d33
}

@media (max-width:1199.98px) {
    .light #secondary.widget-area {
        background: #F6F7F9
    }
}

.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
    background: #e8e8e8
}

.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a {
    color: #1c212e
}

.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.light .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.light .sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.light .sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li {
    border-left: 5px solid #F6F7F9
}

.light .sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
    color: #000
}

.dark .sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.dark .sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
    color: #b4bbc0
}

.light .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.light .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.light .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.light .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a {
    color: #949cb0
}

.dark .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover a,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.dark .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a {
    color: #1c212e
}

.page-template-template-homepage-v6 .home-section,
.page-template-template-homepage-v7 .home-section {
    width: 100%;
    margin-left: 0
}

.page-template-template-homepage-v6 .home-section .container,
.page-template-template-homepage-v7 .home-section .container {
    padding: 0
}

.page-template-category-template .dark,
.page-template-category-tvshows-template .dark,
.page-template-category-video-template .dark {
    background-color: #131722
}

.page-template-category-template .site-content,
.page-template-category-tvshows-template .site-content {
    background-color: #131722
}

.page-template-category-template .widget-area .widget_categories ul li a,
.page-template-category-tvshows-template .widget-area .widget_categories ul li a {
    color: #b4bbc0
}

.page-template-category-template .widget-area-inner,
.page-template-category-tvshows-template .widget-area-inner {
    background: #1c212e
}

.page-template-category-template .widget-area .widget-title,
.page-template-category-tvshows-template .widget-area .widget-title {
    color: #fff;
    border-bottom-color: #2f2f33
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-duration: .75s;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible!important;
    animation-name: flipInX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible!important;
    animation-name: flipInY;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible!important;
    animation-duration: .75s;
    animation-name: flipOutY;
    backface-visibility: visible!important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }
    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }
    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }
    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }
    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }
    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset!important;
        -webkit-transition: none!important;
        animation: unset!important;
        transition: none!important
    }
}

@charset "UTF-8";
.audio-options {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.audio-options span {
    font-size: 9px;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -.05em;
    margin-top: 5px
}

.audio-options svg {
    color: #fff;
    display: block;
    height: 20px
}

.audio-options li {
    background-color: #373c49
}

.audio-options li+li {
    margin-left: 5px
}

.audio-options li:hover,
.audio-options li:focus {
    background-color: #24baef
}

.audio-options li:hover span,
.audio-options li:focus span {
    color: #000
}

.audio-options li:first-child svg {
    padding-top: 5px
}

.audio-options li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 52px;
    height: 53px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.vodi-categories-widget .categories {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.vodi-categories-widget .category {
    background-color: #181d29;
    margin: 0 3.5px 3.5px 0;
    letter-spacing: -.05em;
    cursor: pointer;
    width: 52px;
    height: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.vodi-categories-widget .category:hover,
.vodi-categories-widget .category:focus {
    background-color: #24baef
}

.vodi-categories-widget .category:hover a,
.vodi-categories-widget .category:hover span,
.vodi-categories-widget .category:focus a,
.vodi-categories-widget .category:focus span {
    color: #131722
}

.vodi-categories-widget .category a {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
    color: #24baef;
    display: block
}

.vodi-categories-widget .category .count {
    font-size: 12px;
    line-height: 14px;
    color: #6b7590;
    display: block
}

.movie-sidebar.widget-area .widget,
.video-sidebar.widget-area .widget,
.tv-show-sidebar.widget-area .widget {
    margin-bottom: 28px
}

.movie-sidebar.widget-area .widget-title,
.video-sidebar.widget-area .widget-title,
.tv-show-sidebar.widget-area .widget-title {
    font-size: 22px;
    letter-spacing: -.025em;
    font-weight: 500;
    padding-bottom: 13px;
    border-bottom-style: solid;
    border-width: 1px;
    display: block;
    margin-bottom: 30px
}

.movie-sidebar ul,
.video-sidebar ul,
.tv-show-sidebar ul {
    padding-left: 0;
    list-style: none
}

.movie-sidebar.widget-area .widget-title {
    font-size: 22px!important;
    padding-bottom: 13px!important;
    margin-bottom: 15px!important
}

@media (min-width:1200px) {
    .movie-sidebar.widget-area .widget-title {
        margin-bottom: 30px!important
    }
}

.movie-sidebar ul {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .movie-sidebar ul {
        margin-bottom: 26px
    }
}

.page-template-category-template .widget-area-inner,
.page-template-category-tvshows-template .widget-area-inner {
    padding: 25px 20px
}

.page-template-category-template .site-content,
.page-template-category-tvshows-template .site-content {
    padding-top: 75px
}

.page-template-category-template .section_header,
.page-template-category-tvshows-template .section_header {
    padding-top: 20px
}

.movie-sidebar .masvideos-movies-filter-widget ul {
    margin-bottom: 30px
}

@media (max-width:1199.98px) {
    .tv-show-sidebar .widget_vodi_tv_shows_filter {
        margin-bottom: 0!important
    }
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list {
    -webkit-column-count: 2;
    column-count: 2
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-all
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before {
    content: "";
    padding-right: 30px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
    background-position: left
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before {
    content: "";
    width: 18px;
    height: 18px;
    font-weight: 800;
    display: inline-block;
    background-position: left
}

.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item .count,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list__item .count,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list__item .count,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count {
    margin-left: 5px
}

.sidebar-area.movie-sidebar .widget-area-inner>.widget,
.sidebar-area.video-sidebar .widget-area-inner>.widget,
.sidebar-area.tv-show-sidebar .widget-area-inner>.widget {
    padding: 25px 0
}

@media (min-width:1200px) {
    .sidebar-area.movie-sidebar .widget-area-inner>.widget,
    .sidebar-area.video-sidebar .widget-area-inner>.widget,
    .sidebar-area.tv-show-sidebar .widget-area-inner>.widget {
        padding: 25px 20px
    }
}

.sidebar-area.tv-show-sidebar .widget-area-inner>.widget {
    padding-top: 17px
}

.sidebar-area.movie-sidebar .widget-area-inner>.widget.widget_vodi_movies_filter {
    padding-bottom: 14px
}

.movie-sidebar .widget_movies_genres .movies-genres {
    padding-left: 0;
    list-style: none
}

.movie-sidebar .widget_movies_genres .movies-genres li a {
    padding: 3px 0;
    position: relative
}

@media (max-width:1199.98px) {
    .movies_widget_rating_filter ul,
    .videos_widget_rating_filter ul,
    .tv_shows_widget_rating_filter ul {
        margin-bottom: 0
    }
}

.movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #949cb0
}

.movies_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating {
    line-height: 1
}

.movies_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star {
    font-size: 17px;
    height: 17px
}

.movies_widget_rating_filter ul li.masvideos-layered-nav-rating+li.masvideos-layered-nav-rating,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating+li.masvideos-layered-nav-rating,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating+li.masvideos-layered-nav-rating {
    margin-top: 10px
}

.movie-sidebar.widget-area .movies_widget_rating_filter .widget-title {
    margin-bottom: 18px!important
}

@media (min-width:1200px) {
    .movie-sidebar .movies_widget_rating_filter ul {
        margin-bottom: 16px
    }
}

.masvideos-widget_movies_year_filter ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px
}

.masvideos-widget_movies_year_filter ul li {
    padding: 0 5px 5px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.masvideos-widget_movies_year_filter ul li a {
    padding: 7px 9px 6px;
    background-color: #181d29;
    letter-spacing: -1px;
    display: block
}

.masvideos-widget_movies_year_filter ul li a:hover {
    color: #1c212e
}

.masvideos-widget_movies_year_filter ul li.chosen a {
    color: #1c212e
}

.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter {
    margin-bottom: 40px
}

@media (max-width:1199.98px) {
    .movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter {
        margin-top: 20px
    }
}

.movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter .widget-title {
    padding-bottom: 9px!important;
    margin-bottom: 21px!important
}

@media (min-width:1200px) {
    .movie-sidebar.widget-area .widget.masvideos-widget_movies_year_filter ul {
        margin-bottom: 43px
    }
}

.light .masvideos-widget_movies_year_filter ul li a {
    background-color: #eff0f2
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter {
    margin-bottom: 25px
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter>.widget-header .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter>.widget-header .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter>.widget-header .widget-title {
    margin-bottom: 28px
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter .widget .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter .widget .widget-title,
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter .widget .widget-title {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 21px
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_movies_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter),
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_videos_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter),
.sidebar-area.widget-area:not(.blog-sidebar) .widget_vodi_tv_shows_filter .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
    padding-bottom: 0
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
    margin-bottom: 0
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter)+.widget:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
    padding-top: 0
}

.sidebar-area.widget-area:not(.blog-sidebar) .widget:last-child:not(.widget_vodi_movies_filter):not(.widget_vodi_videos_filter):not(.widget_vodi_tv_shows_filter) {
    padding-bottom: 15px
}

.masvideos_widget_search {
    margin-bottom: 21px!important
}

.masvideos_widget_search .search-field {
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
    font-family: "Montserrat", "Open Sans", sans-serif;
    padding: 12.5px 20px
}

.masvideos_widget_search .search-field:focus+button:after {
    content: none
}

.masvideos_widget_search .masvideos-search {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.masvideos_widget_search button {
    font-size: 0;
    padding: 0;
    border: 0
}

.vodi-widget_tv_shows_letter_filter {
    padding-bottom: 19px!important
}

.vodi-widget_tv_shows_letter_filter ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-bottom: 0
}

.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 5px 5px 0;
    margin-bottom: 0
}

.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0
}

.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a span:first-child {
    font-size: 21px;
    line-height: 1;
    letter-spacing: -.05em;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: block
}

.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a .count {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -.05em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: block
}

@media (min-width:1200px) {
    .sidebar-area.widget-area .masvideos-movies-tags-filter-widget,
    .sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget,
    .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget {
        padding-bottom: 42px!important
    }
}

.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

@media (min-width:1200px) {
    .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
    .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
    .sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
    .sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
    .sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
    .sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
    .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item,
    .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
    .sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item i,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item i,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item i,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item i {
    margin-bottom: 5px;
    font-size: 20px
}

.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: -.05em;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    height: 12px;
    overflow: hidden
}

.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-movies-layered-nav-list li+li,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list li+li,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list li+li {
    border-left: 5px solid #1d212d
}

@media (max-width:1199.98px) {
    .masvideos-tv-shows-tags-filter-widget {
        margin-bottom: 20px!important
    }
}

.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4px
}

.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-all
}

.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before {
    content: "";
    padding-right: 30px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
    background-position: left
}

.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before {
    content: "";
    width: 18px;
    height: 18px;
    font-weight: 800;
    display: inline-block
}

.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item .count,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item .count {
    margin-left: 5px
}

.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a {
    word-break: normal
}

.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .widget_vodi_videos_filter>.masvideos-videos-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:before,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter>.masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:before {
    content: none
}

.masvideos_movies_widget,
.masvideos_videos_widget,
.masvideos_tv_shows_widget {
    counter-reset: my-sec-counter;
    padding-top: 0!important
}

@media (min-width:1200px) {
    .masvideos_movies_widget,
    .masvideos_videos_widget,
    .masvideos_tv_shows_widget {
        padding-top: 34px!important
    }
}

.masvideos_movies_widget .movies__inner,
.masvideos_movies_widget .videos__inner,
.masvideos_movies_widget .tv-shows__inner,
.masvideos_videos_widget .movies__inner,
.masvideos_videos_widget .videos__inner,
.masvideos_videos_widget .tv-shows__inner,
.masvideos_tv_shows_widget .movies__inner,
.masvideos_tv_shows_widget .videos__inner,
.masvideos_tv_shows_widget .tv-shows__inner {
    margin: 0
}

.masvideos_movies_widget .movie,
.masvideos_movies_widget .video,
.masvideos_movies_widget .tv-show,
.masvideos_videos_widget .movie,
.masvideos_videos_widget .video,
.masvideos_videos_widget .tv-show,
.masvideos_tv_shows_widget .movie,
.masvideos_tv_shows_widget .video,
.masvideos_tv_shows_widget .tv-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 11px;
    margin-bottom: 15px
}

.masvideos_movies_widget .movie:last-child,
.masvideos_movies_widget .video:last-child,
.masvideos_movies_widget .tv-show:last-child,
.masvideos_videos_widget .movie:last-child,
.masvideos_videos_widget .video:last-child,
.masvideos_videos_widget .tv-show:last-child,
.masvideos_tv_shows_widget .movie:last-child,
.masvideos_tv_shows_widget .video:last-child,
.masvideos_tv_shows_widget .tv-show:last-child {
    margin-bottom: 0
}

.masvideos_movies_widget .movie__poster,
.masvideos_movies_widget .video__poster,
.masvideos_movies_widget .tv-show__poster,
.masvideos_videos_widget .movie__poster,
.masvideos_videos_widget .video__poster,
.masvideos_videos_widget .tv-show__poster,
.masvideos_tv_shows_widget .movie__poster,
.masvideos_tv_shows_widget .video__poster,
.masvideos_tv_shows_widget .tv-show__poster {
    display: none
}

.masvideos_movies_widget .movie__body,
.masvideos_movies_widget .video__body,
.masvideos_movies_widget .tv-show__body,
.masvideos_videos_widget .movie__body,
.masvideos_videos_widget .video__body,
.masvideos_videos_widget .tv-show__body,
.masvideos_tv_shows_widget .movie__body,
.masvideos_tv_shows_widget .video__body,
.masvideos_tv_shows_widget .tv-show__body {
    overflow: hidden;
    max-width: 100%
}

.masvideos_movies_widget .movie:before,
.masvideos_movies_widget .video:before,
.masvideos_movies_widget .tv-show:before,
.masvideos_videos_widget .movie:before,
.masvideos_videos_widget .video:before,
.masvideos_videos_widget .tv-show:before,
.masvideos_tv_shows_widget .movie:before,
.masvideos_tv_shows_widget .video:before,
.masvideos_tv_shows_widget .tv-show:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) " ";
    margin-right: 25px;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    min-width: 50px;
    font-family: "Montserrat", "Open Sans", sans-serif
}

.masvideos_movies_widget .movie:last-child,
.masvideos_movies_widget .video:last-child,
.masvideos_movies_widget .tv-show:last-child,
.masvideos_videos_widget .movie:last-child,
.masvideos_videos_widget .video:last-child,
.masvideos_videos_widget .tv-show:last-child,
.masvideos_tv_shows_widget .movie:last-child,
.masvideos_tv_shows_widget .video:last-child,
.masvideos_tv_shows_widget .tv-show:last-child {
    border: none
}

.masvideos_movies_widget .movie__meta--release-year,
.masvideos_movies_widget .video__meta--release-year,
.masvideos_movies_widget .tv-show__meta--release-year,
.masvideos_videos_widget .movie__meta--release-year,
.masvideos_videos_widget .video__meta--release-year,
.masvideos_videos_widget .tv-show__meta--release-year,
.masvideos_tv_shows_widget .movie__meta--release-year,
.masvideos_tv_shows_widget .video__meta--release-year,
.masvideos_tv_shows_widget .tv-show__meta--release-year {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 8px
}

.masvideos_movies_widget .movie__title,
.masvideos_movies_widget .video__title,
.masvideos_movies_widget .tv-show__title,
.masvideos_videos_widget .movie__title,
.masvideos_videos_widget .video__title,
.masvideos_videos_widget .tv-show__title,
.masvideos_tv_shows_widget .movie__title,
.masvideos_tv_shows_widget .video__title,
.masvideos_tv_shows_widget .tv-show__title {
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.masvideos_movies_widget .movie__meta--genre,
.masvideos_movies_widget .movie__meta--category,
.masvideos_movies_widget .video__meta--genre,
.masvideos_movies_widget .video__meta--category,
.masvideos_movies_widget .tv-show__meta--genre,
.masvideos_movies_widget .tv-show__meta--category,
.masvideos_videos_widget .movie__meta--genre,
.masvideos_videos_widget .movie__meta--category,
.masvideos_videos_widget .video__meta--genre,
.masvideos_videos_widget .video__meta--category,
.masvideos_videos_widget .tv-show__meta--genre,
.masvideos_videos_widget .tv-show__meta--category,
.masvideos_tv_shows_widget .movie__meta--genre,
.masvideos_tv_shows_widget .movie__meta--category,
.masvideos_tv_shows_widget .video__meta--genre,
.masvideos_tv_shows_widget .video__meta--category,
.masvideos_tv_shows_widget .tv-show__meta--genre,
.masvideos_tv_shows_widget .tv-show__meta--category {
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.masvideos_movies_widget .movies .movie__title,
.masvideos_videos_widget .movies .movie__title,
.masvideos_tv_shows_widget .movies .movie__title {
    margin-bottom: 0
}

.widget-area .masvideos_movies_widget .widget-title,
.widget-area .masvideos_videos_widget .widget-title,
.widget-area .masvideos_tv_shows_widget .widget-title {
    margin-bottom: 24px
}

.tv-show-sidebar .masvideos-tv-shows-widget {
    padding-bottom: 18px!important
}

#reviews .comment-respond .comment-reply-title {
    font-size: 18px
}

@media (max-width:767.98px) {
    #reviews .comment-respond .comment-reply-title:after {
        display: none
    }
}

#reviews .commentlist {
    padding-left: 0;
    list-style: none
}

#reviews .commentlist li {
    margin-bottom: 25px
}

#reviews .commentlist li:last-child {
    margin-bottom: 0
}

#reviews .comment_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#reviews .comment_container img {
    margin-right: 18px
}

#reviews .comment_container p {
    margin-bottom: 12px;
    line-height: 1
}

#reviews .comment-text {
    font-size: 14px
}

#reviews .masvideos-review__author {
    margin-right: 6px
}

#reviews .masvideos-review__published-date {
    color: #949cb0
}

#reviews .star-rating .star {
    font-size: 16px;
    width: 18px
}

.maxlist-more,
.maxlist-less {
    position: relative;
    font-size: 14px;
    display: inline-block
}

.maxlist-more:after,
.maxlist-less:after {
    display: inline-block;
    margin-left: 9px;
    content: "";
    width: 7px;
    height: 6px;
    position: absolute;
    top: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="7px" height="4px"><path fill-rule="evenodd"  fill="rgb(44, 146, 205)" d="M6.885,0.975 L3.925,3.792 C3.879,3.835 3.821,3.845 3.764,3.854 C3.716,3.913 3.650,3.955 3.568,3.955 L3.303,3.955 C3.295,3.955 3.290,3.948 3.283,3.947 C3.200,3.955 3.117,3.935 3.051,3.871 L0.097,1.030 C-0.024,0.914 -0.030,0.718 0.083,0.594 L0.491,0.142 C0.603,0.017 0.792,0.010 0.913,0.127 L3.042,2.175 C3.158,2.260 3.295,2.337 3.435,2.337 C3.768,2.337 4.096,1.933 4.096,1.933 L4.104,1.949 L6.067,0.080 C6.188,-0.036 6.378,-0.029 6.491,0.095 L6.900,0.542 C7.013,0.666 7.006,0.859 6.885,0.975 Z"/></svg>') no-repeat
}

.maxlist-more:hover,
.maxlist-less:hover {
    text-decoration: none
}

.maxlist-less:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: -2px
}

.video-actions--link_add-to-playlist,
.movie-actions--link_add-to-playlist,
.tv-show-actions--link_add-to-playlist {
    position: relative
}

.video-actions--link_add-to-playlist .dropdown-menu,
.movie-actions--link_add-to-playlist .dropdown-menu,
.tv-show-actions--link_add-to-playlist .dropdown-menu {
    border-radius: 0;
    border-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    margin-top: 1px;
    top: 100%;
    left: 0
}

.video-actions--link_add-to-playlist .dropdown-menu:before,
.video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
    content: "";
    position: absolute
}

.video-actions--link_add-to-playlist .dropdown-menu:before,
.movie-actions--link_add-to-playlist .dropdown-menu:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu:before {
    border-bottom: 10px solid #657786;
    border-bottom-color: rgba(0, 0, 0, .1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 24px
}

.video-actions--link_add-to-playlist .dropdown-menu:after,
.movie-actions--link_add-to-playlist .dropdown-menu:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu:after {
    top: -9px;
    left: 25px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff
}

.video-actions--link_add-to-playlist .dropdown-menu>a,
.movie-actions--link_add-to-playlist .dropdown-menu>a,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.video-actions--link_add-to-playlist .dropdown-menu>a.create-playlist-link:before,
.movie-actions--link_add-to-playlist .dropdown-menu>a.create-playlist-link:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a.create-playlist-link:before {
    content: "+";
    font-family: 'Font Awesome 5 Free';
    margin-right: 15px;
    font-size: 20px;
    line-height: 1
}

.video-actions--link_add-to-playlist .dropdown-menu>a:hover,
.movie-actions--link_add-to-playlist .dropdown-menu>a:hover,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.video-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist:before,
.movie-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist:before {
    content: "";
    padding-right: 30px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat;
    background-position: left
}

.video-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist.added:before,
.movie-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist.added:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist.added:before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block
}

.video-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"],
.movie-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"],
.tv-show-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"] {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .25)
}

.video-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:before,
.movie-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:before {
    bottom: -10px;
    top: auto;
    border-top: 10px solid #657786;
    border-top-color: rgba(0, 0, 0, .1);
    border-bottom: none;
    border-bottom-color: transparent
}

.video-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:after,
.movie-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:after,
.tv-show-actions--link_add-to-playlist .dropdown-menu[x-placement^="top-start"]:after {
    bottom: -9px;
    top: auto;
    border-top: 9px solid #fff;
    border-bottom: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide figure {
    margin: 0
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.slick-dots>li+li {
    margin-left: 14px
}

.slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d3d3d3;
    text-indent: -9999px;
    padding: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.slick-dots .slick-active button {
    width: 30px;
    border-radius: 3px;
    background-color: #24baef
}

.slick-arrow {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-arrow:hover,
.slick-arrow:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-arrow:before {
    content: '';
    width: 8px;
    height: 14px;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAArCAQAAAA5m9v9AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfiCAUBOjHlQx+uAAABbklEQVQ4y43SP0tWYRgH4HsSjd6iHJwDC5EMGiSchILClqBoSLAv0CAIEhE0hYFDFH2CaGuqIAjDIaJP0OCQWRFC5mD+IRXNq0Hl1dfn9dyc5ZznXL/nHO7nF+6YMSxyV3gORrK8wycwmuOhfSdwN8dDu4/gXo6HEzuB+zkeTvpQHdj7cNwkeJDj4VhVoHGhZgI8zPFQ8755oLRHzTswluPhqLfgUY6HI+VA8xm3eQPGczy0eQ0e53ho9Qo8yfEDgcrKavUSPMvx0FIPZHho8cIWnuZ46LSMlRw+5TM23c7hKfwzlPn3TlPYMJSZzGlfsGEwM/czprG5iw/nXaax7lamM12+Yt3NTCO7fcOaG/vXy/is71hzvfFNCff4gdWDuMTP+YlV10rfLeO/ZdzIz5vFiqvN5lXCA83Pon7b6xeWXTnsnOt4rhrv8gvmsORyVT+38TwWXaosc4Q+v/HHxWoswiwW9GewCJNmslj8B07gY6Pn0yzYAAAAAElFTkSuQmCC) no-repeat
}

@font-face {
    font-family: dashicons;
    src: url()
}

@font-face {
    font-family: dashicons;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGYMAA4AAAAAowAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcckwii0dERUYAAAFgAAAAHwAAACABMwAET1MvMgAAAYAAAABAAAAAYJYFacxjbWFwAAABwAAAAUEAAAKi6kAXkmdhc3AAAAMEAAAACAAAAAj//wADZ2x5ZgAAAwwAAFnuAACMgOFsk4doZWFkAABc/AAAAC4AAAA2DP0UgmhoZWEAAF0sAAAAGgAAACQPogeuaG10eAAAXUgAAAEHAAACFodAcgtsb2NhAABeUAAAAg4AAAIO/oLadm1heHAAAGBgAAAAHwAAACABWQC1bmFtZQAAYIAAAAGbAAADVi8qdoNwb3N0AABiHAAAA+cAAApGwPo//ndlYmYAAGYEAAAABgAAAAayr1bhAAAAAQAAAADMPaLPAAAAANMHHI4AAAAA0wdjLXjaY2BkYGDgA2IJBhBgYmBkYGRkBZIsYB4DAASNADkAeNpjYGY/xTiBgZWBhVWEZQMDA8M0CM20h8GIKQLIB0phB6He4X4MDqp/vrqzXwDxgaQGkGJEUqLAwAgANrQKyHja3ZC9SwNBEMXnkqgcuzcGxOIgxYGkuO78JMHmNMQkoCKmkIhI/GhiFRshXRoLO1vBv0U7tdFGFAzWaqXO7o426nkkYGFv44N5w4Ph92AAIAm9yYAVO1jHcbK6OWW1470GIfRBJvtBNg2RSyPkU0BTlKcCFalMNdqgBrVoX1nKVq7yVV6Falbb2tW+zuuKqZgVUzN10zAtc2COOMU2u+zzKOe4wKUoAojpQGkaJo+yMX2MchTG9BJVqU5btEttBSqp0spTQZdu6bT2dKBDUzZLXfqmaZq2OWTgfk6zxwGPc8jFKOoMDKbwCz/xHd/wFV/wGZ/wER/wHm/xBq/wAhdxAUs4g9M4iRPOntN0dpxtZ13W5aqsyapclvNyToaiI+7EtbgU5+JMnIqT3sf+TlY//FRYidgSvw/g3+sbNnmNdAAAAAAAAAH//wACeNqsvQl8FFW2OFy3qquqO1un01u27nSntyydtTeydQKEPWwBIYogS7MvRpFNAm4RUUFQFEURN0RcRqMi45Jh3EbbbUQm6uhDxXFkGHVGncdzIElf/+fc6k46yMyb9/2+dKrurVtVt27d5eznFCdy8EdO892cwEmchkvjtBxXpbPrBL1db9YReyrR6cnp3sfoE9HH6C1k+mPRx/juWDO5mfuZ9vxMaOxD7mfipTz3M0e4pL8qjuO5CBeTX5R6oc4Ax2lIKExMZisxW4VgSENkyVBATAY5g5cl2Fn5MAkFQ2E+FKyG8uqQeDDWsDtn/e21ZQ9NK62f3bqyNvZIrOFpi2WZxZI3arFphMM/pVIeu+Syy/yFvvQWf75lGpyaZhE286/tzk93uK1byrPz7ekkLfYI/9rT7Ox0S15wbGaVw3/ZZUvGypWT/YXNulUj81idHCFeLio1yWouC/rEXm0y6gxSKSE6R6E7oPMHyWmhs3Xt2tYoTYtCKqvXtsaaW9fSNHJ6bSvf3boWXlvg/gl1fCJ9BH2Zweoxyxri0ZCATyTQrbhJTXuWxTbENizjfyQ7o7GDfFvfFMFG21Wb9yzjb2DltD16d+zR2OP8BVRLTtM0qDfK7ZZXyLVcNufm6qFeU6aWZBAPaSRBv8ddqCXEHYS8TcOOJZlIBrMpKBOTpCWSzePObCRhYmal1dLfN2/e0/qnZURqaWlsbHymcSJ90lLTetdVZGH/t7ypoKCwrSD2LSblZJ8VT9C9Vym30PlNTY3PSN1YcldrjZWIE1uggqamFvrksj+17tncNxMquKjAxltj37D0TXIfO7F5M1m0GW6x0HmNzzQ1cpwK5kcE3mkFp+fyuGKcI0Tnd5cSj112FErQ+yafvTrIVZsMUqHbL9p1LA36qs06O3TowKFoqCt+5Hrafv0jxXV1xcKp4rpY09Hbbjt6m3CYnIbktiXmPNoDfarkhU6+u7guGq0rjjXDDfyzWHxU1XdyCd4jkrNUXkofZAccPzAnBBhRDodPtBvtOh/fJpzqOyTY+rOj5LRo6P0uEhUNOP7fcCelP0unODW8kxNnvYcEcdaLISJnEIddlgo9bn8jvGlQo5yRiVhAu18izbkXuz1Z/W/MEq5fV/3tPNrR4e3wer0dDYJEmnPwXC7tlvKVS/Ue96x32vs3Tq8eAReVbvJ2kM65p+l+OJUFp3LpS7D+otwbUkzq54ycHdouqTwEeyxE3FmhoNOs4U0SLjQ2f2A1Sp0L6N+vjH01/tjt4/ltfv+COUS1ln5Bcom1eFjvXut0i9VqmW61CD8v8PtjV4y//dg43nolyVowZ5iXfkFPkoI1P8cKLJb4hZxAvMQrq6X9sP5LuTHK6DrsgyNLfDi0pcSIA9lAHDiaddgxsPQSRwE8siSuZEMekNV1xb3f4ViLhuK6/uwIZiOWEstAhpw+T9lOVRfm+6bgoFvqWut2Gy0W427I8G7M0QeTy2KfYo6BR24n96A8Wm6DEeUIDKNbwqVnlqE7VdCVxBMyBXF1qQyH+Y5fT3p11IRmvf/XP9JTQfph8O0AMf8Ihc0TRumlBw/Hrj/s14+aMOqVyYd/pH8Nvh0kZXDBP1hh86sw3wzcC1I3zLdsrhyeXViuqiDusOCrhnmSIQouSC0kQ+UodFZA34SJT2W6eGrQm6MTBEkqbVwUXry1PIOodNmlgc0k84o/bNIGHt7/p4UP0t2RyBUfXKnyuRvGjWvQ60PLF0woW/vYbDlnzPApNfSPh7ccW3lW1Hqs2TX5+Wfbf3+tAr8jshra4uEq4M0dkgzvLMlGe8DtkT0ht8eh8wVDnpA5GArYjSZzyCybzD6uOuh3F0oGWf1pbujuY3e3LaY9i9vu7rk7lP3pJ+YaKLlgBfGykhrzJ/3VZ7q6znQJtuUz4Axc8ml2CM60LSbFC2dDSTAvXjJ7IR3ehdeydkXlQnkqwFcYEc6UBRhE5RFEwe5RpnZWdTDA2iA1vjxq1Nx2+tbWl+iHu2lPRMgbU7V6LuErVk2atGqSXP4ypfTnue2BJvpcAd0WFcjNpHH13FGxE5OGheAKfBYpklfAHNbhaibVKrNcDnNTkn0a4gtmOfWFTk/ICvMzGHJoiCNDEE7dTXTzHw+/uOzeHwtP0Qfpg0ezXyVlv7qH/jBQSuaQOUezNh7+Xtq/uf211rmv30Hbyc6DJGtfb2e8gOyk7Zs/u382h3AyCu+rrKMcWMnFv1xJnE1lllQ2pyeoYu9tqiYApQLwY2tlK1sr62GthEgr8W/cSN+lT9J3N27kH167f+3a/TB3vb1biVewIVjDi/uzYS+M23fLLftgO4EXrY0djEQi0J50LgrregXMCy1AbjOMQQHMkFKYIyGujmuElT7hPGvdrrProUm++JaA6iFopwvODTmG86qkY3kFvIOTvcPx4rpeJwO3xKv8960sscDqjmKH8W2ILPtjSSXdQ68gOxFkxMGH6hMo8EbZH02zsKsiEcDn3kQeTsSz8N6ICyLSfkYfWIdSCPY4heAJwcKAVQJLAaiFU3FqgfZARtjf2xtJ/CPt0H8iQTsItta1/U8mnUY8wsGYH4VnydDLBYhH9A490BFONrpBv+Aymd2OQpXsdjoK5WBIOBUzlUcrbxdOCaf6h7fWAQSL8GXt2f7ibvrK7Nn0le6iQHa7cIqU9B1WranDvoiwV4v97os7npNf2Lv3Bfm5OxR8J4+U1wIlqEPqBQg0RHp2oN0QlcnSnu0WC23tO6QqPWSdFvsLn3NL7NQYuW070Fd0an+NePyQhfTfxmffEvtLDwc0JfzBexyFmeLg2mDlLuPaoSiTLydOmyqD8JlZVgIzN0xgDpuyMnmcxm4oDTJ60S1LjkJP0OmDheeWjAagHk1mEyAMoHfCBIEuu8INQFIyFRC9hoRVHjjPa4ibD/iJHm+Xjy584Sf6Pn2Rvv/TCwshT6rIaFL10wt9b5BVZOKPt9zyI32W3kafxRxpoO8vNWTojddMt+tXkfm/v5uYV/hnm025olDdaLPRH41utdqgNRiune5Y6nAaIDu9nTxPREFt0sgpcz7sPU42v/0/QsnXazYtXiyMUh618JwmiDOHPHQia0hfsRBQ874KkkIOvLpqgTxhvGV4UbFanLml/kRrK/93olYJfMhPUiVeIIEQUdOjsXz+BTmntfXqmsf+8F90m3Bb36kF5IZvn6XvxHaUWDkxPmdXwIySuVS2YjlciwQg9pDNK67v3apq6T8BNA3b+LbYQXnFmTPielgTPYMbwMQLyE5ZlDOAriiF2vyecsCJWSFPhsqMkDAUdP2ySJgxtvpX43J+/8BD85/bt7I6M/erx+6cN1946nyl/EfXXtzoztxBhk/9c8WWQ++dvfoP/W1tu89XiNNLHKAjVUB1pXGZ+I56oLXtBAAJ2+AFNcQOyCx2sG8K8aq6+qaoumIHYwcFG0IMeUXflNhB8Ti8YDsCAEzJaaybT6JR3YgDCyXLIEfgYyBgAA7oSLxc1dI69Ubag1xCK9/WuhY3hAQ9EUjF9beMf572EO/aVnIay2k7bGkADAbKYMkwHIfP1QC81UFP53AWzobvhU9zwUNEwae3OwQfSWywTDU8EKvFdWfO1JEXohEA05FoBGihxA6B/GllXOuKz77MS+Hiugg+dnADmvZUf7bQSdtpO6N9lPePIAwiriCQYvCqNncmo8JFXQa+snLgD/IvqSYV1b1HP3/vvVvHTezvyIp23sqyw6S9UamxNNr3dzgmhe85+NXR/s6rn2B5oa4okMQLaBk3MDzxpgbJkQCu8H5cArv5w7Jv4Fy1VVUA677aypu/lDL848b5z/4D9uI/e7fy3QqCe5CIKUZLeW1rpYLbiifW+h05kqTKHNa0pH3xSF+qvCJ+mx+rOPsyLgehlyE+2qPObZ2yYvackSUMLxbz3d4xF1wwxmRKK148eTiUGBNzJcrwop5Riue03wd4jrMFM902KVM8TtzecNh79l3cEzdQyjvpbaTlm2/ooW+kprC3b0FZc3OZ6l5vONr73TfKCXyGBM/YPcAzOWD9+QDncgA7rbwhgwfYWc77w3xWnAZTnZMmsKwUT4U8cjepfetqv//qt+gbdBF9Q8nLHW1tHW18bnISk1jyW4Zb5BUjVz/64p9efHT1yEQm5mhjFyT9x65lSXsd3gP89U5ymuHPVIWTSvyk/YgjERcCFDIkcozvVfgv5R4z3uUIIPsFDFggZHQYHQFHwAf0hLQfFld/h6oFUDYg7YhoALwe6XUKnVF2HI0ib478iLQf6CgFFsIIBezYDgFTBf51AT+HGfF4tD8bVwpwjQzGnHNvHI4q92Oqw/xAPUInNmZwTQ2pkjH9+P/v6tXF6y4m8TyrF2sT1/d3II2COVYrqwwrjtf5r94zJ6l9sMZ/8ZoEyT9xvbgeZjKn4fEIgOJ6upKu5gjfDeeOq7qUc+JxLEUQyrfFzxkS94kGLAVSbBfZzs51i8eBNWbngByDUrw+dvDfnpMVmleuhf4oYLSlj1GXDHdBfyhcoZIa7UYkiRoITnExKY/959I5YK9ssOq8Z18mXpiUZCfs+jsU4o7vVlKyE3p4Z5Rvw3+pCbpnfSTc1haOsH0v8oNDd72rcaAjKBBLbAgz+RH8SGmq+BekfoiZOEhIFN/ZEntpC+3eQoj4lzn9L5I3Nv2gwIw/cn+UzkhnFKwF/MUgDRTwZzkBpwin7ieFxzo6jtHP6cv082MdPWQpuSf2onRmsKjjGCm8/0Oy9FjfCkFNr+IY7x9lvJuW8Ujn0lY8kJKyhpg1hBEoRR9dddVH9I9AnvwRc8JvceLCkgIchhMtqnDyyZeQInZbvw9PRYdePgRvavC9NEQkAjyLuIheJHqXqCcu4RTtgcVw72U4WdrJXpiEPd+QD+irM6mXemfSV8kH8orYwQm0OrYUa+XvJL+fQNbT0lq6Nxb75hsggSK1XBKOwmexJwEVyOonXr6NRtoRz19GF/Btv6wO24nlbA6KOLtIMSFABWUjBIIWpsFshnFl/Ym88AouQ+EDTZmMssTJGCb6OL9pNJhRMGBCbpCYxNe3HDmyxe5aBjj1Rc2h62dfd92L1+XRI47rswTZ9rSVNFfKK35LTx9RL+v7Sjx+6z2x/+q8eHZn5+xgFVz0epZqI1yCQI88Q56RrJIV1zIbNhi8EAyeqpvM66H30X09ZD7bkfk90Ob7esi8xCHdB5dw/+t84GxhkllObBkk03S+CUFGksyTW7acpD/A/rwToW/5lpMD1yAM2hmXm5lh/ZbBS/iGYkMm57GZjIKOdZyOeMIk3ocmswwLb4ALLY4g/osCHiZep6cC1m2Fx6lqiUvvilGWR7wHvvnmAE5CRk/1xJo/zhrnxUXrHZf18VAaEekoF9fMTRzapgaSTNMhlBmgNcKSD4YZqIsCzCKVAWiI3WaUml4vbWgo7T1d2sAyYlppQ+93qpa+Q+Q0Q33ExqsttmDNxOL+jmGtbhMhREjPsnvqCismFOeL/MuRhtL+q6UmpY6G0teVOhpK+6arWmiU4VHak+JccsnqaTVIk8NLFRSotMXucrsZCY9YJczWq0sbgEHVJNFQZkYdeBjcRJ6cCwEPHkjiybPiFADy2vx/kGd0JRKNsI8yEkBc33fox3+bi9QVD94lNTEqoA5Y7fZ/l0seq8H34FznSjwSbYOh4ZPyCmWLD8VHn+07T7OSX0USleciyuo/MZjnOIUHx3YcBX7fyGUPpVmQhYJ5ABPFjA8Fcrmn/wTKFwDodAPdjfJmYCbITsGGWUwZkdfOzsWagbrBsxynyMEVHjkFnpTN5SOfARMxUMgZHZrEQ0WWoKiE735tx12n6A/PEEmaTtOQ2hBsAEkBENM0oN1Picdv3HOM/vUz+iv+q96tNE04BXRQrBnYD8Cs/+J5Gngk5zBWm0j87fQsEZA8q3uNNBHpGfrDqbt29BZjbVgrQwoRfBr9FZn2GTEf20Pk/g4EnUhGYT/0dyT6UsX68iiMaSrTiwDBTIwKKse9y65BgZVoJ/JR2gO19yCd0neS76YP8t2IiOmD0GdzVC1RZE6jyJ9Gyc7Y2kgvY1Pi74RjhTSUUn8c7wOtCK/h0AkaAQYK7mM1VOOdMCqnaLu0P/FAxAv4MCAEc1Fyh3I6htIBx0S5Y3IKtN/MdC+yCyC+x40/hw7GqBrFEtJLkyfTb0Ih//x5mzq346u/++LhrTcJn79Il7y4pnP7Lddumj8vEIJnvUpepR9NnnjTVqXuN6BudbzuYAh+PqyzUJbwB0hFdGcSI1x9+MV3kTra3tkxf74/FKLfTBY+hwdMnExKaJiGiTcUmDd/07W3bO9c8yK5i9EX0P1A0AIczmQz2CDJOhSe6MpRsm4zqZgwyV0orn/0ukh19XWPIqyNHWQLQVx/00eFsbu9kfx8obzwo5sAxuawBcLWhrJG1QMSSTsuQgW6M9E9wlGg0Ig9sTqd8ZRvEzoTwD2KGeItrgOyv72/o53BO+G4wnZ0YytgurEE5297EmsR54Wi58ghHefnG5nkESn1eDoUBPRuRVGiYEPRACRDRaYKMS/YIgqj3K6kcboDqSLxOOP2rKjGYM/0B0O4A544zDCMQXzv+sPv3dqffet7XddKty2pKq/+7eUHvhG+znjjBuSPr39dl5u/5Db9gvXfHKhU+pbcADTJHwCim1HCAny/WYKdJyj6ccplwKOQxuBszlA5QXEXcOQBfyiDyCb+Vb6F/PnKK2l+7BDNv/JK4X/8RTpbVXNLIDiB2skpcs/SUT/sXfk3+szfVu79YdRS8Q/02Jkz9BgpP3NG7W1O43nVOF+gpSV25z+6Nz5evOa+R/72t0fuW1P8+MZuBY8O0hF6xn02/VLW64FFJ7Lhd+h8RtwGR4Nj/K/JJpitit4Hu2toj0dwCfaFVLkF3gj8eQv6ThZ4vUIb8sYwPQ9MDDUDMdAcwhXLZLnxO+HKTUCB0p5NcHkB3h7j4yw13706O9KAxEFDJJutC2IgROqWjnBebhiu6CxZES0mfjJ0pqQs8PhPcnrcmaGgUyUEMz1umyxlmk021ZGb3UuFHHVhRVjVYK9yOM0mlTCisqra7/dV2b18mS0723A3veva++9fRvJInmPRosX080WLFy8ihVL5zXTDfYJJyrOVqsrsVUg1llWOEAST0e2ostcLjeU2q2Ga/5oHyFv3L5swIZa7mNgXwx/9YvFihHm/4B0HMJSQSDuRg2OcISaqFgQfuCniPcZqwToCfgfm8fokHtSs1OUC2ImIAKg1x4Ck8LRwqve7KMBgFJv3KLXAogaQHElUqrC5uFQAoUsDOlQtwOUChs9LFYihsHA+IKGrTaK9HPqE2BNLN5lzU3UhkOj9DoGFbsehHfQa4s28YP4FdC4Sgv0dSAICNsV/oDOKI0A9zrj88hmlNTX00TgROZRJUw/MY3znzLh8zQ6UIeeKc/Tw/oqC2RyAReyK8+SJTVajiAjFiP0dxIuKqRMo50OcktjwJLw3XGdAcqCnAxVd0ejaVhQvAsWDwkYuQZuzcZQUvIVMoBEfP0igO4VTO4jw0qUwbt2XvkRj9E809tKll75EBOGUUrID+rx5R6IUwBFczTG7gcH3TFXeLtGvspq1A/+xmUi24igy2gf4d694XGoCXJqPvQLNqQ4pOC+AlLrHbRd0AOIQ+DhkX7XRIEulBO564/11633+1RcsWrOaxjZsXen3zVmy+/4/+qqXHwSW+rvIgmc2T2jJ02h3X/HEpMmxGLHb7OOnjP6vB2aVIqQj5F2Y0yp4LsotHMQn20M+4gjZxTc+pKd6wrHZ4Y9I9odh/iEUg8Ak7MT5tZOtgyb2hnrGcThQd+pG6YABNUj8v8pHGDqJIIjvPm9WNCgiLCCdzs0weRw8O5eNHcpp/QBLFnPLmZxKNgMil4GyMdqFgCMQYng9gIJxh4LYzYjnWQfioZYY2aXQsXBeOWdkyvHENcBuuj1Gk29gGOAaM75D26hrisrTsniSjw3e+IRvWIZRk5KZUe+wmHQ5xryybKMx25yWLslpqRULyA686hqXq3FSqChPbzDWeisLCnzZZoOxJM+ak1fdPKWkNDenqijHfI3SAWTnYp8rJauE/nc0EvvVaFWlX59rNufbYZOEtDRzUJ+akpqWrdVm6tKrIrWvRegn5Tm5RfVZolxekD0iLc1i02rVcvp4k91eV5SdLfGa/PzmCMBgJ9kpfQrjZmAUxKDSgOd/qUgYKBOeayi9PWx86qabl710+1id6bVbr54+TXANFu6CwlexkD9w2cSAPeNKkjXqNd/ed2hs66GPJ4y/5rKJQdu5hdy/gKfnaElwtSfke3H5Ga6ege0/qQMm7glVi6JrwfT/Sx3SfiBJOhFPxtNz6zi/XBEhW4AphtnGjJH2K1JFlPjD1oM6Ahxy5F4UzShCckZkJ2RymZyVc3O13Cjgodu4OSgNAYwZcivzmpEmoYCkTFigSoLEJzgEX8in1w2Zu5hxyIGB6S06YIVARWKipJQwMZVU6XTkuh2TZs0YMbywcFtn21hbidt5YVlFZVX/k0tOLDuxuPbrY58sHDbMmj+8Oj9/WHDTlAuaLQWW/AY67cmgWaNVa8iWBU2FNltBeAnNQCuuCLJqUneqWjfV43KNab7kjn2501M06ppg+9L6+hhTkRwgz8QOlntb6x2ONJXG4fJNcjrPHNBnlZYbDIv2Di/z5+ZsM5vLfdnZsReBxbJFkAND+ihu8yKyXjcy2lDWu2RdMdF5RD2zIDK7BHMxCQliSMe3bfqS3rgJENzOTfTGL/vf5Nv6Dm0i677cRNtVXZu+JOs2SfvxzCYcBTzuP8uUt+y2+IUcYLAELZyMw/MGsG1CftoYnwWMFkZZ+tDt/OfsAYHNF+UYdYLSfpSjRsnppP+d5xQD45sWwSmOB6h5A+yYpnDA0YE/YFhhAiNWA8zcNlDao6RIp51G/gVobBOXixgBqQPGY+gMVqE6LAR0bElFty1ddkc0Z/iC+6IPLBiRC6vzeOx3O+7Zu41viD3XsG7j7NqaWVeua4ihgEE1MEYD60sPL5n8Y/hwyLY/mmgStomcFv/K8E0KSpEQT+ntHrteLD1CF8AC7F5OHiylr9wBnDCKgrx3k5ODdhwwRiLgCgdXidI81E4mtDWK9ZsZikJJ9m9EcKSifi+PwL/qIyIBb61+jTFiQmdd8d3BvimhexK0M/ZcJHL05SgqQiKA4HsiEVzejKHrM6IFVOPf/h6OW0EJ45ggIg3Y7DRMFZ1ncju1gPvLktoZF9G5fiHNQ6sggelmfLqhjeSvv2eQSr8nBDRR/wmYAoNtqy3BMyUl2KiS2toSpZF/i12H0wOaFLfBk7pgDniYTYKFGGQiFVbw7gbiDxFEo2j2WEEQBhFmV1ot3rGqoSG2tP7J+kshw99ZP3NGA+X5ay2WjyylJZbYZsxcIImX1s/smVkfW9rQsIplG/jdDQ19UbhwuvUjC1xnnQ4XYr/oGJ3RxHRR/3p9jYzbvzAQq2OgNrGaUFosx/PiOem/Oyc1IZmNsBmpsv7siHAqEkFrHEiB6B7Yn69MVkcivc5IBLX4EWbccpplogO785WhLSzDH6sYZlYAcgYbZDuCbmCA7MAB6QwAr/FFgQtloF44dWRhZJR95RRY6ztuGzH+4QNAqH758MPjwrfT2/i26ausIyMLxEMrVrz38g3hBb5odOH1ew6T1HvuuXcvPfPcXdcui0ZDkfD1v/n98hVIo0eScBhKjRAGWLlCBR+KsMmOAJrWupJQoyOewpxuR/QYiSItHhVO9XcgkGEKG0B1NtojNUWYhU8URT0JsKMsIMa3qJnWY8W/ej7avBEfPt+R/HzfgEEF4BkEd8zuKIo6dWQ+ENxBMS4BRNoR9qx/0YAhujwtzLEGZjnjdBSqJGAKTCpftZM4sN9DCXxaKHuSiErAxkJcFMFKCqX93fTIkQEuYccRMoKO3pttGtFgMOTn+9ram667bf3YMZa86aFM7a48v68iPy8vb65QQjrIyJcGGY+XyMrSYSWe6tL8XKfLqK+5enxt7bwRZWUNRWaTg76TW1FdnZtbWZGTF5cZ8IekP4pmrpmbxF3IzQYaGeYUtNmoELWOOLoPOMwOj0N2hBwBIBfMvjhtoCU+RShWbZbdHoXMgEkHTDqRfR6ceh7JZfQlugCqMYoeh1EhNqTyokJ70ei260bXaeZkhWoWfLx99uK6P9cumT37utnLLn7m6dXhUJ76GrXZGW6aObsFKQ3ntEqHhrjoJxpHWd/JrCUmPlWVxmeQZ9Z5cvKt1pH0kl/xvxFeXlJvKxBkWU6fnjt5ZLutYkp5WW/vI4/0Rs6e7S12TvQ7NOHKMQ6Xe2p6Wmqdd2RkYskwMi7YIBamFafU1T0kaPUVJfoseoYQwh80Z1ejuWecL1X0FPkAXQq5IFfD1TO8jRbfkuxp5BWDb8Gj2HvzPlStuUjILMftvM1axcw7JGoANek1RGQG32WNHz6asPdu2T+8oBztvXvbUHYcZTppZvVzomn8TYq5983fjroLjb0bhbMoLkDCEoXkgk36O7P+Li8Yvj9h/N3y6EeN3j2bEU4p9kOMfoy9OerbmxXD75vGN+1hl05W6oAFsBMeGn9nspPh43Sgl1A7Uw5vHeZGIxQN6vy822mDCW/MTMj8VedIFDVxu+CBgkQ6oMJZrzrRNai04v/JEBN9XEGis5SjCWQq2nqMYUeqb5VCRS1Bdv4XyXkooRR7iP5F+JCVb1cUBuyfZpI3YwdRxHTBx8nFJxMi04QtA4MnOuTEHUBrhYFTD4Z0GaScR7LJO63nkxN01bTvvvj53ah4vNeJgpV8YrHwef0nHOrCArUCE3YyfndAv4+idGVT9PuJTWqKMolYNP58vk3az/T0IuJ0HUwNLIsivSt8TXaxgUN1P1y7kxCG65DWR30hj4o5qwgAPxgKiyGUAfAqmykTjYFUN0PHfvfAtstUHkORxZV5vcVyfabLUmTwqC7b9kDsJZL/9tv0z2/L6gfodw/dcna+YM9yWUqMT86b96SxxOLKsgvzz97yEDFcgle9TfIH5BbSR1wacIdobalP0g8mlFfEpRNdos4l6kXDmvpxtx29bVx9iPHuZAQZS7Nje5kpyeO/4p/kW+1rRi+57bYlo9fYyeWMg6frr+/veOcdlCFsj7kH+RvE7wjrUR5UCjMRuXmmRWASZGiB3e/GIgKpA60MHDrnAGVEAoXlIpzbGQVCJ9o3Bc25yM41/T9GBBuk09DmMyLccWAN6jN3Lnx0/apV6x9dGNc299AeVJyouta2TlsDKwRJMu+0NWtjMzAbwbvhTKwvag80NQXsNC0hA4c5lcq0ZWgj5mZWEg6jA4mxALMLS8hCgELTob4Czf/wDU4D5Rzt3RqNioa+KcJHzNop0ncogq3pz+a7ISvt7zsUjSqKF8CdZCczqIpVw/sgLgO6JI1lFbk1ruMmZoNng1kTFwszOhamG5HPERQLtrpimlZc1+Ahp4v5XYyvqSvuP8HcOGzFdeKzKPovqUUMDh2Dphl4KnYQ9szGgJyWVwBvEOduh1YOrBbBnkQfHcU/RxFPdivWeGytkhYahn4Powwujuu1zGvnnLpc0PYVa1t7v8M7RUPr2r5DaGusWPj2Z8P+MII8RU8UlT6COeRiVgIKXAq5JEfcc8XlZjYryMV4RJNBFoPiY0wwqKHjL+yEXMe1s8hhDQoUIUfHazTk8IWCjR0XOk4ugMyCk45CdgtkmqFIkSG+yb3F5m4B8hUc6nnsRHkWIFczPprESYGQ0SToiEmRvoc82BIiq33FvXnkgBFWhrizbASQ2Ivq2sI5+WLxdvprLCUPFVVm59GXpfsvnqDr/ZJ/wOVBBbvO0Fit4a/xjg+3pWhSdb0jVBfFnlVOyWMtKVRQdHMKb4qwBGE750pezUi1A14LDhYkAP25AF9Wk7IgzL9GH13gbwpHzB9lrDmwJlBGP5LMDMz23aywHJ2KMln1bt6sIA5R3bzs2Cp387A9ha5pa9ZMC16UF/tePM4AdOwqlvyo2KjhHNbAPHiT6c1xQE0ZJEkLoFBVcdoKyBCdPRga+CV0Bwm0I7rR4W3gF0q6NBAMwb2oY0j8Ek+QZjjMSzY4jIXOAldRSclFF5cWF7ns9kJTto6kpVIfSdEIJVW++sbhY0bfeefoMcMb631V9DDzYYqVwL1XFir3OitnXlLpxHsLcnK1cC95j/7Ey/GbmybeeefEJnazuM2/YbTZX+AsNOZk6mWDXpOVmWOyF9qdRTxvLSHeTFW4yldUmmdNt9nSrXmlRb6q2GHmYPWY/8rR2fE7M1P0+pRMvLPAWezAO2kPnxG/NS/TZsvMY7eytabg+zTUMwBgyFDJWYAPCTC+qLZQyXbgDtNmXH/31TeGTWQ+aUZrumivU3iK/v0RekzVBQChlM9wN64YT9JJpZFUA4y6P3ZU1VJ5F67BZUQnL5KOoBMiUEww01OIpHLYXCafjSnMgDQsJw0wNqgFDZlU5vjKCIYkOSgvmrCCzOg6TR97jR6lscoi7ufoupecHmtF1VWPTJkxoa36JnLjlykf33X/is3LS9ctl7LaJ2ltu+gn9B9HOx4W7+VvuVROz327U1Uq+B6YE5n+6DupZZ47P74it7FzdCrTG5Kb4vqQApRSI5CRDVnmagZpGNwJ6OI5wLGHntxIvv2STxF4zYyOjhmxE1Y+zDKvyuqNM/uvkIQP6M8S6Xhyo4dUbHyy4/czFdsFBX9+D3xLHmIEl92fQjgvceiq00guEe1+nnPCgcpsyhIHsJdJ7CH+1e/DuzxA531yjNxEwt9fFztB/Afp13TDR7tJ5vJll8X+2rZpU9emjuhH5C5yIXG8exk9ds239E268f0/kGuI+WF6rH3JEvqP266cOWPjxhkzr4zrzxXc6ky2jNX5gNZnbl5uZlkNVPuAL4Vd3OHy+Vx0ydGC76tHXz1i/S2PfvBBjHf5AQz4XL3tTj+/4se76+r+qHnkrmd+jN3ud4o7XT5mf4c67zvhWQZ8b51Pb2fP0MWfofMJk4jrf1z0ZF3rnZd0PPLmTz9F+U9J/uFRo7ifU3/37DH6Z+w/wC2KjEjDPCEUeSmseG5Aj017xOP9HVGaJqiZExMydP3ZiCo7FIh9hpOIBsb6Dek5wIj5wEsP48ZybTgrrYKvOswzbYAkSlZSHSYe1H9h3pc4EPRBdoFZzzyMCGQQkXgEN85WyVVtkgW0wPbogwA6goJDFp2V44ur2yrN6ZmXjWxup63phRdefmFhesbcy+cKS+BgWI1ydMm4Ta7w4Rvef7Vms25Ty4RNsaeWD28PjBy+VLu8cn9XsTtVqOp6uGq5dunwkYFLR65M17qlrKJZsydUjF22vnLsrFkPhrYuWrQ11DBpUsNArq+FPLn5mfmfPk9bA83NQuWuHnp9QU05Wbn3eSlV9/xeuqu8poBs+Pi2LK3E5sRE7rC8TlrObMvNBD3KNCjWIcxH0eU0WzVm6Zvt9OFbpgfnUV/sH5Zp1vUWi2rcX2gX2ftTTrXHl+/Xh1JrBbHtFvr4La3XLIqtpCUWywZ0Az5xq7DpkpQ8c6lpmH5k+gQB4M5dZJh0u/QEV8LVMo19hgBgOawKIRFuthIe4bGqHEclLOsZvE7AfLNJmGngs535qRa3uWX8rJYpOZ5ZC2YX2DPLLnnqsjU09tNnXT6LMdM7ZubiVVdc+qR17qzWuQJJy51/8fQ5Mi/tk63FlaHAMLMuu3rimJEZpszMSSPHHqex/lNjxjdlz35i9Yjdt+6+4apIa0l6bHFzWtrYGQsLC4bbLNPmTMxUdIRkB6OtUBIxYCGst6OhiJ3sVJgqYOTQmBINHoGw65v8FsqLaBpSkYr8npSyOtIB7tq5CuAsRzI7uCFcFlFoBpji4kCOBJ2NJIPwivPqYLnrPLlzma1uhRWiaUpKXneR0Tt3Wmf/xtXY1RimJqWYbxuaktLPSPaDpJixXB8/SE8J7UxKWFu7L57Sj1xPjRrV9Aq9x9XYGH56fry45JxUkWcqtptZzCcXdc8+ZkKO/pPVSBtZiRElN36UuyJhUkqAACIALKBM2h85+3Jky8mtSy+5ZOnWk1v6pkQX8R1dwqmuDn4R7YkAod93CBY9nCopgcui0f1bu2h3tKNr6/4oOXBRZzTayYkkyE2R7pZ1zP7SBW2oYr7hBcC2N8LMryCyRyaFCh7CfvQUJghFUfboQz5iDgkeBzkSDL618eTJjW8Fg9GOk19vIgse+ebbAw9/880jHU89debpLiJcfTS2rbfvnU0f9m3rFd89+XUHXPpWx9cnO94KBaOxlG8egYsfPvBt5KlNjIZcdaIi9sJx3vilL/ab4xzMrWR9cQoc6wCKJiSdboBgXvQF1aP5G2oyQixxeYA+NntkZjRWDCWick4IeUSzTkvsUUX0BgyFdTftQacbyJDTu3f37ibeaKxZamKysWyaptqMbpq7d5M57JysTmjte3crMmpIe4h39+7q3cig4BkmwNy9m7bvhj/i7d2tyM3ifk8J+1PjOd4YOPg2KxGNdob7SCCJIjWKxwcI+1bFrjXWzDgfkh0cAcmIIKyvZNYCR5+NPRT0/eqT7AX1SGfWL8j+hPHSgAOGM18+XLuMj/TpoI+AEdOJG4YuVOgKRRDTFsV1jOuZS65DUupQ7o2r8lGaiUoJFL9EVU+/hTcpYCCaAAwKDmZ6jybmyc4MRMzQEHRfP/sy3w3DEBEN/dmiIYrc3KCNF9ph1nGTmOxRARIoe7Q5g8TpCXKuDN5klspVCCPhZ1XJvBgsFz1hgVhVGYKWlKsAhK7YkfB227Ej4e3WP5JueWw8uZlw9vKsEr+juSrgrjS0lVc/Ex4774ZJJWlEou18XlXDiLqq1BSde4RwbUGFNVNWiVq1WjaG64aVpXiEKlbXjiH193qO/ECGpYZu2bvHJ5rcJVZRN2pq2zBDuq7CP25UNf3oiRlbpjcW24vMJb6x9eTtygUzLh491TciLzvbd2H9sKbCG4f689gTVMugD3rcbFnJOwrLCUwnDc8X8X9h1iYDEqDSjUc3bDgqvMPczNRQoDiuJ7miF/PTNxz96eiGvikoEWPPXcW9I4uyCHCimuGpLKRfnSjqDDFEFRbKAe/LZiKYw8SpYoxdwJFHiCvkFi+49fcXm24/Q0/QI7fe9Eb1/sL7Vl/60/HfXJ419t7PIa3ppjrPM+PPEjsZTo9bVGTePFJBw3y61DX+DP2C/pZ+/t5s0/gxf96+eP3r9TW6MfvgriOXQ3rpPPouP3oWVG/uP2gpUaUJ5EtaQF/p4WWAsRqYW68AvYT+GvXceOwvJFyyALn67Ci2hUNZtIdVdcAWmwksxOpgSB9kRC47qeXxCkAxRLkI7ax30iPWUtXeF5zqGjuvGi3r6+hz+WUyeQMmhqQ35KV/aKzWxh6omii5ikLqg2JRHv2NJ49uNXtTUsbQMTlFqvvSdaoP6Xhek5vj1H5tKDRqBfF4has/hz/xtLPwqHlUoXWrKqMw11Sd03ftBK9HaHG4d2ndFm3GLXnm2PzGi4Xl7LTRYknlkn3iVcC94CrSkITDu6oFQVisWfUqk6Mg6EIQFZeYoBw84QubBVTgBdzFaLMKa4qDNcXxRgM6wvqqnZzrvI6vqn/n9iqGBT9ze5WziJvT+UMwHOz+LPnoffQ0vYUuo9vp6X3M9/Whd8jlJK3vE/r4muxMU/atF7uMG8jNf3mChK6sXa5RZ6c4VKHRDgf9ILsYjuCKnXM8V3g82abM7Is3CxlpqSZZs/Tvb/+z79U/0e/Hkink74S//qYNK/IfFSxkN9Z9H3vmOw8xZ9d9JM0l7FILwwIklbz4xyvbNRe0ZnlyKzJrpbm7R/RefLEwiqhVKj5cR9IkQSD1YaKmj5fbrLMmb2p+5dT/0Euu4O+Itawkh4n0+kP9i8n9sdFl9mnkb4oNZsJP+oLz+RigPuY/KkMjtMAQr05me4M5Wc18ESijP9A59F8eofMmOyY72THK/oD8KaEfldTVlZCSEgw68q+PAIsoOaUU8IsyZyJMLmXmcoFunczNVLxQZcEu+FCGkOy14NCL5xq/BuC1kLYBuAGcAkYbgWUH3IQ7zDcCveEJk5Ds9vhgYrlVLXeWz8y9iH75/aPjSR56pCq4jTa+HSGvYS6O8QQPfe0K+trVmhGBphtsophKws+3TutuJCpJEnj7tuG+4Zr/acn5IHe8ShANngKSEWuOoperUgcw765XkpEnTVvxyScrRmwbluvMzR1rGl5dPTzD47anprpyh20b/srojR2jBB7x0a3cTrlRbkrYs2iISZKJqOdCQRP6MvEeIkbJpGLi6nfHWncIj1Y6rqWfxKbcyD9GtXxXZ2yybKBPe9e7+507+C7hiSqXim6OTbyRf6F/O/8snMZnPM2tkgvEKGBZC+o+OSY/Q85RSxQNQ/IhZ+P0HmaaK2fxSw+syR8b8c4wGvP59wbz9Hq+nLxxUWcLvY566XUtnReJ0TXT/JWGFFGs9COZMJDvyyPNRF3+Of2BZH5eTs8gHYO2BsfF4wOy/mRLouNo7a9sgLUHrX8UfluhefUKtZuYJpCTUKYpNUV7v0NxIwp1GUZqQeuNrg5VV0dX71ZUWQz6POmgL5iWYWgt+gQSNAFvyoLgYIWYQoU/xn3qvNGkOtGCH53n+g7BPkknAuvXwvkQ16l8hhSSwQPZIPMB4JBDesAGAaAhdHarUECEU2llu+4+2T6x4447OjxuTcHcizevXDWpqv2rh66zF5LTDFYbRv36zjvyaVp+x9arS0pktTpvVKD0BL2c/u3kzXP1epU2PKHzzv/6bzLiafSg6T+typq06MV2lbasrDE/1qxUFde9npb2n7/v0W5qQNNyTt8nvdP53ujfvsP/1lpW/1lyVvxY/Jj5g/ED/mDix3Qfmb+d7qP33ULmsR2ZL46H433bE8fzbqH3kXkKL6jI6gWgjqsAeqJedl48NkBcSNkIrGCAscBxk0X4FSRLNKsZne9hJy0D5tOoeMVIXqi2VZwkHGJcX8909mo0qel7QZ+RkZKuEkWJyKlphQ6fJS9Xq0tJ4QnP8ypAX6npaVq9vlL4iabFTt7UEAjkWwy5lmJP4YiQv7qmsjqYn+nk09UFNn+gVtiSMGBBD05VF61LTc/Myk1NN2bzEikrKwXsnZZlyM7Oy3JpUjOsQpYeiEG1xo0qh2ltNrvfH9okqqUUWZYlSdSkyEKKit8U8gfs9veZTUSUhT4BynmQP8J+C8T7bSG3lMma/g99l7Bh+L/0HxnSh/2W/7QPy5XuoU8O6cdhvnP7kT+SiASAxsvA6QI38vF/1pVEYp3063/fmcvZRWj5o3To4Pov5qbD7PO4ExJyH3OpQY33wI8ZC8R/hBkBJQToiTMYE0npOrOsM4d0nhDUwn8qAF1hMlnt1f6Gxc2jTKZ0gaTI6enGLEtOiaeivLgkJyfblJYha4Q7qi1yvXVV6IJV7QsXXnbRCm97aWNe+fALKp6Z/MjIRfObH/5g6lxxvT4UGFZZ7fQYzXX10y+YrU9x252FMNC5Jr3eaMl3O12efHvsgQuuOavS8DqgqLRpaWlqvTo3RZ96dsvU1QFL7iPX054VK4j3+kf8DawfDgO/mgew1o5wkLOpsowGBBoZBN4z7qHod3vKVQF/lh5mAJInuAFEBrJFmEyqiXBnSV290ZjjUAgSR446b3TAu7udb7OV5oQqouX+nFKbvOJOSvf4O1dHLFb7smIlOlbxMnuqZ/WyG/x7CN8bmTkzUF8eDFTUJ/GM+zk189hiTsNEViOzElGY73ZVCzMN6AYWUokZwWzH1zMbSAU+ieuZjRFeLx5HNpddzQ2BlVC/y6FDUCaTITVGUdzPzPfj/nJkQI/N6oc7kipVQgBF4q7YQ9sP/YZw0kOGVCl0MuuHZqBR4vUPbT/ckVQp4mNyml3+i/YDnkWP6hAZUuXQzvpl++GOpEqTuipJjs98J8zn9dyN65r0KAY4j+cuXxF3rDyv1y59g51UvEHiPo/QX0cH/QUGLELRPu3omcrEhr70zH97YA/XJ8f6Qc+g8cDjXKZEpyDQ6AwM9FOOIX/CJC5HSCM2J5eVmYLHQ95LLJTRQUhmUhlRCXoEOSIjFeDzlwO76MlA3sceBOLgX0XZ4e+gm+n9P+/ezf1M5pJryVwO8j/HqslFpO7PW7b8mf6OHqC/wxy/d9rYtfeEFlz7ON2z4fHH//HE46TCN2J+hYUXrja5qgKBKlfqZz09zavGALwUELxOT8mvbZk80vgvowv5dv9M7//F86uTn0rqWEtcZfkvb4rMNN23ZMPjkSf+8fjjG658nKbW6S9cMLvA2rJp+ghnjlogrR98oHLXTZg6dWxIl7lo/8IJhQYSt1uPz0Ez9HsFi7RnV6LnuZnig9GsLIKeOOCl5w/qf5EvZUphBlNQEgrl4uhYM6py79O0hSPhNs19cNCfliS82J4ULuxHRTu/Mn7tSjhg3hMWI1ZhtKBLRVwW3JOUJk4zKxmU1b4nL5ZnAHedy5Wj3RPnLowHswyRoDn5wK8nqIrBqFQsrCGKS2XiL+crgN4yGkzw5kFVU1uHN/a211u+sZQPer/3biodOCptJA962zaV0jlPezvavHAa9n2PFVZV6XRa74SJNbbwWIm24e0dXi/B+1d74ah0k9fLl8D9m2Lb6By8iTz4NFTk5QNefFpP2epIW25uwYI/Bi9adSGsi31AR1dLf+KmcBdx87nLuWu47dwe1C0bUNthyJDkcjGgvATzHUQpDzBmis1AIgJiPFUGSrkAxxVyJBHuzpSIDkYko5Xg64eAfoABFf1MACNLijmDmFA0wrHZh3m4BvLSp21dZ9sK9bkV7gZHvSZ1on9CeWFh29mutkUrtqqzOhcFdrl0yLVhODXYMKtz7qla1Jml3lq5xNJ/uzuMI0s2K8N7WM/n6yP6fF6v1Ua0RKPXZtKeTK3eYiReo4U+iHuLkfbAfkMEs7gT3sEH+kdcMa2lrMrkkNSVzqkX7WrzY9NGNj7/VUXguq9b82ultfvXVuM91coeDqWGnNavrwtUfPV8/vAsckV9UTGDfIqan+py9Xl5eqMptdcM6FgH3MnXCosSD/EWtwFBfqeOG8nktCgWMAZ9unj0SYsi+2sgkiMRsjKeFnqMcUmgomlMiIQEW/T5K2atxLBPrTj3fVXxBlX5MEBbV0eUr4jH0wFcsfqFGTNoD5rgEJqOS+nTLOYgG1X2WZ8qsoVIRxdiIsVggfkgJWTdKZwRIEAVN5NZLvgHHEVdg1lm2RI3bEG7luQj9C6Nv0chtN4Rf1t2q9nKV4dRMMWxRAjBSYTVAZ0VHXOEzkhRPXY4NE/J0HZUv+BGdg7mjtwPUEBdmFmohvT+I/fut+3p7OjcY3toX0zcfOOdruaFY0ssL9Hf0E76m5dcIzbNdOyR9l+8ougKr6uxviiRiR0lc9BqiD7IbIcG8w0rnw/8hOCElBJCP8TcT4HnV656yp/S5HYPT/E9RSd7win6qhGBMtqz8vnly59fSby14ybmpIQ5NfM1OM58pe3Qi8O5Udw4biI3FfuSARUVCy7jSj5QbPaVLsQF5zrnmISMsgs2MZ4Ky50+f1aWnF1f7p7xzAy+bchh7BUYZzbYxagJG8ijqxu6R8QOKqm4w7Ns7gU5uSmF8y5c4Zk/YcL8c477fkb7qWRbqnievwYjJDErbyVFPvdVwB8ZspEzcPlcEcpVMvjCcqCTYNObENDoAfEiX+KRBIApHqZzlk2q8eT1yu5jR491V5JXaz7f/dOb831rFv36ZRqcPWbam3sXbp29q3fi/Im9u2Ze2HiXWNL/9txtTU3b5grVs5epiHP7kSmLrPRP5TTr0cxLDk+LfRaZ0TVjoXH11IS/fVS6D8aCSQWAC8BYxw4iAQmMLJZZwkDSkqzXof1vmLDwqETW6ZlEK+gJSpoLJ9qa6t6aQc8spf+84IOGJtukC5sn8BrDfcuttW8telZvGNt1umusQf/sovcbnSsfNGj4ceIl5QdfvWjaYjVNJ/+dtmTmRa8eLCsUwnXX/BSe4aHX8cH8U52df9627c+dnafyY78lV9vnNZy9tq6RT4qvko7xFDgWLQRIprAABKqsdwmeeLSd2w9+9c6zgeDZlw1j3usWztCbyZrSP2X37yp/007W0INF/Dp+u6xevGuXz49aRUPzE529TxAnyXZdS57y09pLCugp+lUpuYvO486Js6P9ZZydfxdj598F18FYXUKn1KRqYRQh2pXuZEHzWqKK3d2FzD/dxnnxLKAhzlHo5AP+MM+MtB2K0R8KO+yupDBd/AN8voZ+8NNeembPrD09a764/57ZN+w6enTXlKvGeiTarXpn/0P79z8knPKX/pO+eTdR37OmZ8+s3bsv7Nl9R49/6iTn6/sfggv2YxumkLHy1dJWTsfsHatVWWaMyKrEZvUEnfrCct7jIKYss0OJzmqWVEL/r0jZq9lH0dz+VOGP9y57Mfz4fKK7/NrvD2/MApBS99fagWL6g7R1H/37QTQ9vOP1ua2vtW/ufXn2/Z9tJjtH0p9Gxotg7VQTn7RPeuB8MkkhLpNcSbSFxNr/RaznCv6Mx7L0+9gHl/IldCVfvjz2gbSJ/uCYX9D/+RV8Od9XZBXom7H3L+UDMT9fuSJ2VLHtAy5iBfOJVeLKAXBhVkJ+DWGWIjC33MAFm8zkOrGsu7v3D91CK/+gMc1gHJMTeyP2Zs4YoyHNKDU923/42WeF8c/27+eLdTV2q2ygm8m1QEPYa3TJz9GyeL/nGmviKoTXYysRYx8Dvw28kbIcNSQor2gL996AIFfcEG67Tiump9BlZEuuQePW0AkffUgnQMaQS7bQZSnporYoxLfzl4V4t9CJ9/R3wF54T+vITqHb6DKrMZVXkzWvvUZvVvOpQMzsJlekZDu0RRVUTc5UsPW2UtbIc6CtdqWtMiIqaGsI+gTWQDkPyKqAiBwkZpOsWdvaNxmFraqnp63ZEdsfWyynaVI19rRUfi35Kj/NmWMXLhcWXDjVTh32Jy/q33fRFDv5zP4robl/FnlX1Fq0manoa32lU5uabkaf+QG+zMRs1r2Mbz9XQ6qXZFeYENHt0VtJwgpXdJnMQjkRhWBIBKB13rha4++YV0ZvDhxR6enNZfPu2HiEqphWqf85soYdCwvgCrImcOR8XJ9qUuKuN+NXxQ4yLdRr8Wr/O17LuTxmHsL/X0aHcsIhvBccEIzORFKJzwBL/LyhovAFDA88QL9jNuEPkPYMDU9epR/Mm0dU5w8dJT9ADMk3kfYUke8hjaheJJl8CZPFJnAzrjLTL6MrsigfdoLm8oO47uvYQeaCMzS+RN+UeIjLNMVOQOGd/n29Q4KHq9b0ZzNb4nMjhSggktU70KeWQe2xUi9qn5S4B6iLGvqUeEQLmoY4PxtQP1pH14kNfVOYMzo+j4VNUUIcRJVg94pjE8YeGLB1kfYPeCudL04xhrA3s3g7CmBn5ClNYybRqn2IdyIo/8OQioAF9p/7nYM44UAGZMjquEUN2iJJTdG+Q3gt4o/+DtqDWu14TLjE9WJCcq0CAIKexygfOYhiF2YCHo872M4cTvg2tPxm/ikYM3AglkQ543JR+IdOaEBr6ZjLCwa5CgXRb2jgOOF1LB6PmTqWLK1vaKhfunhTqaVgSoEVdxYr7hYWWa3WAlldH168+MziJfUNsSeKMJh9saoL2ANLQREMvRVT0WDNL4HsEBhQyF3CreQ2cFvOu3qCWQm4YGSNReV2ZgYPRBQQKwp6CjIjaH0Qrc0yiCkUtDJrNCNDpnJWiJ0IOokvaCXsBDp2cSz8KqqDfdViUt4kjCbNCdsp2k0/ZqutGn7Gt9ate4t+S39Pv31r3ZXFwSXkVzf2Hlq+/FDvjb8/OOm2gGH9rGs/y7VcvqlskWcJn5o+7PGsdF2WKSdTJaUCjK+5pnyhJyIIqeklN84hGrpYys3LENJTycI63l2+bnqoWVeoXVnfyleY1uOBQ7uivjXEVv1gO4pZ23ovW/cWMQ42ac8XLzUMWyrmQlPo36FJl6laGmqnd3Vc9URJAfkiQ6vS6nhrPiEqnbk8WCqQ/54N5e9lpWeqUrUrN9KPidpcMrKSJ7Tq2tvep7uObm2d8EjTjG+WKOm1LF7QuX6/SpyTeJBg+zkpytgRUEhNlIUQhNl8AoN6oCuw4hs/uAfOK8Jw5/7z+l8PxGVJpPpznpfws8bIg2g3gGtRVvcdivSfkNWwiNoxiBdGM4+iW6O0fyDMSNpA5F6lLT2R+F88jpCX4fOELA+eoI/HfkYv7ogS9QNfDW9FYwW8UQ005Wz5PfkNLocrZjqOGq6BcUPoexsmODPZl1sIyl4UwYtZJiEmui/Hr7lIKsVENijK+L2EoZvqwLbqXcvXtZi1WmmbxdK/1DrN0v8T8P13WabNrCXf12ZrBClVVblwXFnFclJSWzu9tjb2wRh+0+j+n0bzHWP6f2L5f45J5MfIj26TtFpzy7rlu6q3WaC2JVBbimWaVbjTQmuprnbC8oqycQsrVamSoCnC+qbXDh8du24M+X5MrHM0+X4gz/bXjVHsraB7gK5OYxzIgKYTmWYDJxt9g8IztF7mEoZ7eIGSV3WtObBmbev0K2CYvvo4iiaJzHGlOPoR/RNyw98+fOAbTDEqz7Q166Yi+F039TP6jPMDRTz2gZNM+gzvwOiGzOUF2jWdWKUO6V0YUQ/TTiuOUH5nI1Ex+5BKfZYsIYNaKfMepuV3Co8pcQR5Mv7hh/nbT7RfWjfLq5s8szUvb+7TZTq1u1Sno03Su20dF17YQTssblGVOtwy2migv4/FdPKie+4dNuwV+lhmxsOx7y64YAIXtyVVZCUol8Y50sDiQXDn8sOJ6F8KNWlMqDKS6UpYD4mvFjgTnhMmWyiD2NyqrkEe+Me4yzsGeJw/iv40aj6Lq9+K6CvSu5VvY2IcMk6Jav/WneSbOzP/RN/9E0qqGVLtgT25QPGE92DMffuo+fNH2ZVI/Gv5xxAD/TjouVdnnDy5BQMtqWAtZ8i/lQ9z2Uw7U89xepQ8hwkXhi7mtKRcLZ7nMy/nfuVFb3r70nZLhKSf/HZjppVmn/xapa0uGxVsLikTv6e/e47U5Vzocmf1f9YmrLii6s9z6A0bStfPKN1Qx/8QP5VLfydenXXmitVQi/Yf/fdrdPTWl38rqC3Zrhxrmno5/d1huDLL7brwdyv775ha1bShdMZ673qyfs7f6K9IXS6cacuhr8P4pcXj8aEtko0bH5dMbuZu4+7i7uMOck/DSAoBhakwCtD0MAESlgSR21bJEsbKcgomM35oSALqGuad3mwKogLOnYFazgIiKwUeZMjFYEhfTogeFXvIPwh6gxk1dmjLVocwkQkwHTqfLCLjaMMjl1lS6hHQGsrBrJlkP9bjUpyCQwbElyHApnnEYDLDBfLRhZN2W/LHTF7Ya10wafewMZMWCa8WOm5etJd+OAzTe4g3en2TKrtMk6LVaDXDxquLMtQZNY42OUVUSUDc7oECOWOYQ9CP6aI7cgKqsWXk18eqDCo5o8C+6yGe1NdXFZMJx7KWjSRnX54Gy3tpPnliKQbN42Orb08l6Vn6YZOuK9ZIak2dS6vWT7Y9fvGl5KEn0vIdh+a1rpJlv0CrV1xKSH1dhXiYniT5YydN2p1P6Ek+l5jzx+y9I58U9N+x4q0DrtAt96x4+4AzdAu/pnIjr8nJzm8Ml+SNW0juShXyVdp0pyBp0gS1+qHXyT1KCZGD+WfGBWna2DfpzUQO1aTkXDTz4o2kkh5R8cYsK31oQtNUQBZF6EhIKqfctXoPQhZV2t8CQjbhyd3fkS0C0WaIxPJVy2haUvbkT2GLLb9t/afzD1SQsCFXr6O7SS39gAgEA1VxvyE2WS89waJWBYHjzfK4UQqDk0SWsswmTjj1A1m6eJ5++s6vFxwZP/7Igq93TtcvWEiWEttCMu63vyYtq56ThclNTZMF+blV9NCvf0t/DdjqAZibZnk+cKEjmb2TEo3NgT+7HmYbwBDgPQWHR2JaX9S2J/TuuNQER9wXHFljSTFMFYLKhyPwWLkpTGTziOaCDZMys6U0KTPW9rmgSzfSY8Z0nRC5kne1Oqbm2AvyJvNCp0Gl0eoLJj42oWXdV3xt+Yz86qtrr629srIyWLdhc6fVNsJZkmYdltuYU2vIzk0pFzf/9eO515glno99mpWZmanT8W5eZbdPWrVq1Rwnz+enqSQpRW0KjGyOxvwZw5ZEL1725qZhlZn2R/b+sad9Hf+VlJI/dvocr3NqutqcU3vxtAsdvmT/1KE0BrPGziF2HUYk0CdRGXYl0uHZl4F6Zv9ISeOGrqgY/EsJ7cPoBmYekKbEbcMQLUCxqwZi+KrgeXnKV0hYcDQi6BIKBUZm+zA2mKiTjRjGBj9mhvdHgFamPUhDFxQRL6RK0I92oKCa8AkYGEU5G7+qnpxGcSSnTnru0FgbyvPNjIxhltskya5EZPGZ8PnAQLDAIsgU4QsnbKQUlk1pQUSJ4zhojDBo4yEN2D0p/ZyIPJ5k/eMS0f9Px2w7kKRnJhs6V6KAEQHYRUnWQk705kbDbkkTO5iVmlkQnlozbFjN1HHDhmnIf5cUX1xTc/nUKZdnZvYPU8YgQWfi9no70OLZNJBRM6x16rCayiogWi6l+/U1w+CWy6fwz+RkZsUejdOi8jntz2MxK9znvMG5fG4ZObexyhd14sE6OxjyJBPpszBP2s9tXzRZ0hxrjkeyUMyh/n/h+zKHzAn0LzawyLU24K2LOC9XyWKv1WM0Sk1CXS0yktrByOv/S16ZRMBTM7U2c49n0Xz/o2zyDIdOiAwGVjlvEo8hl7TOshIxRhJrjQXilX0hs8+TECC54qxD8nJjUXWUmmlMcaHZiTN8cMori459KAD+iFcJYaAwDdiOlH+57hgPc561Z+HtLGSUK2kpnn8JoocS829ATyXmt3H+hRg/YtmElRA/pH8G+iX55ZNfMSn2uAr4sszEHZ6QR0PsGoD6snIrgJsoexrG9UFHnoHBQ493FrKRhTjGWSwMaUNZ8ujAMpdVv4AGAegUN5NN4NEQuJiWoqOr852Z3hpPUZGnZnhBE/HOrPF4ipqhYMhgUV7UpaXxY2S5jD4le0qCoaKi3JoQaak/mVvjaS/yeErOGTf02Uln3xIwAffmVmJMKS0VjSGzbHYl7YXqIGDICh6pvIT3VsCf3Fbafmj9oUO0Z3C/u+kSDZ+TmvpmmSzOsTR5vU3e5CZXRyPVkUjynrbPG6GbYrOteq2lbsn3ZQW2sjJbAcCE97n3ZSCKlXj0RPmGm9Pj5vH7baohXwfx3tvefu8+ehG9aB/LkQPkAP2BhahjkbUl7zknMdd7Fkc1cRHz51R4f5wROdgr7HsdPthEu1n2OLDAEzIj348QCDnrKFrlYFDg1e2Lo/h+NA1yZKe4jn4Iy41FQP3k0O9iI+EQUiU2WCJeT/wrojoPzDxi1+uYZ7OMIVnhttjR7fw8uiQaxYibUYSl/ScixB/7YDs/HyNARGPNqhbYJdkvYS/pdUII0Lxod5l1drOg00N9sssuenR2yfMlRoLbRNYBul+HuS8xZNwmeiM0/EbIiWVkXe/WoacA2OKpTezWIf4+ZsB5v5Bm/2fc5vl9fd77T1jQ8znzqE79p2xpehzv1ULrPUOicU3mpgEdOYu7ZPD7IUxGyMSwirTQblTEhQ1E+RqmeM7xQFQ8n9GBX7ATz8mLjoCPbfFvjHiZychOlvR3aDNKMrTadG+6lu/OyCzKzMjQlmgz4t8bgX/cWETzRA6VvHgkNSEujtSXe73l9ZF42mvUQgXGXlM61GnqNUB1mYZeIzwho1eryLZZrLpI0v6cuPoDFNX5omUnRxBOjpTNn4w9Im7AaMIsGRpqv//LgdjCXwzGFhYHfKgGv2LF6ZUhiFOQRAmUphPiSC2Cgi9HYRWtrCp0YNAsNImLKm6A0q7egLh+WqWjsLCQHkJvaxSLxUkN1BnfJI+StwAvy4VMYSmE7Gqw2ooOvh7mkoZi1AwJo0ghQ2FVyUxcxdjzDBZHKimfQqL5nV0ffvJhV2eeM2fWWNuo+uE14aC1vMyYVlXe6p2b7mybO5wIN4/K8Trz8jNzxMzW0KLxhBTVNpammibdd1fN6NkHt2vl1BSX9qYnxjTee6VWSklxZa65e8dN9+bp6pZcub3zqvL6e+4Zb3RUBjwZ2uyNZbkeU5akIRpXzZSSUZvUgqnUM9I9If2LsaUp00IFjVX1wXGu+nHawrKOZ+akOrWZcuqcp5eu3TdNyU+5i56kqH4GeskLhMV+4O//13iQ6K9JErMXtv8ojxG+IdVhXvkykTJ12Qbz93/NI/OBpAFOTYz5H48GeZ6kvwMXAxwotCTHLWRyCzusak7PJPxxQX8C8yYWLn7/zRD/nAGwgnzAwD41XXjebKThmYZIfHdRWzxLe3q/Q6wGeGAnOe2vdDvy0mx5ltpZs+oT2YsvSmSrfMKp0tLxm68aN3Q/7irF0vSqfr8Sa1F25tlqiqxet9lYwnuH5muLCjDvVHPKtxMV3ybU5RRy5QDNLuS4gD1g+n91XQtwU1Uavuc+82qamzQPmtwkTdKkadO0pE1DW1r6hBZahD7Doy+20EJl1wWppeiKghXE1bogsjIq1OKs7EMcH1utKOqOG3V12FVBZ3d2cUd2GB+wKI4IzXHPOTeJBd3p5N705D7am3P/+z++//silQztC7JCmHTaAjJfxUqcTuFMuJZA8jImPB4EuApqIqBoPLV5MxmMXDfKnLv42eibY4sU+bn7pv95bgTbkJkzXHXR6bVBZ8XTbWsb4LTOn4biZDEHLUFFx9vdGSaVxyge3NGQq87Riyp1qX7jlduMFpZ1m0zvHVtbr/KLeqW6KZa5oDP/0LufAzC6+cSO5YItkxC8z7y1tiFkygZbql3+otMGdGR0/DRe1PnhzlKPhfPkGDnW2jG3XlSq1H5x5enGcAbrRlaZZS3DtUPoyCq/fjQZXyQxvpipQRSQdUGPc/LMNSqBETl6bBOJMHBpimiAwvf30/fE4HvoyY3d/P3x4RiKgPJiCT0G8EuB5ytkvR0R/7jFIhGwf5Cp0zH3OfsBGESuwSA8AM5AJ3sMOsGZBN5YjnW+37cIMy3hHlxcnMR3AX0ZHkB7HEB7o73QUdARrtkXffMGed8Yc46Qc6El3l4+4/XbJs4jKGYs5CTn0L80mDxFAgON23sw3hg578gZjOH5jAM5TPWLb95EHTjFXRvEqCd5W2DnM7ScjLFH84UPFwcZMq0MGbi9NznOysOk2m42pU7Afq2QaqsaSzyeksaqWkmhULvVCp1BpS8vrMy1lzZ2BhQGnc67vyDclmkESqUrTRANvFSS73Lll0i8Af1XXsMDpfbkH8osZbSByKoN+5/Yv2FVJKBlWIfBq+AUvkBz5231vZM9jWZG4fXq4qcWbquvTENhphN9Tmv9JSsHV5b4tTQ6HDpo1Y6FFIZdjxOOc6I/humccLWHxJt06jNsP2UUNK6cXEpGCwk8DHql+jpvRHepH8Wgq6kNqeypOZE+TXBJGABh6sBoDQbDNXCiQInzpZjHA+OtIgZcvwMmOSsaSaVFZWgDTpdXoOvLkabFpOCEcHJt8wGbze0hec/mpsWSzeO6YR3z5W69yVQY1xX2iLv1gUL6vyajrzq+hL4gadPUu1WlUlyUrOrdQo5ZTb8QxgnNttJyktF0+EKNxYyzuLFVf/WZgKOVsQQcM2ccAa5Fzlg2Ny1JpSzRqZqbGiXguPp7MFJQGEQTVwwUwF1zu0V4XhFkHPCC2maT4C6bTQ306KxgxGS9WuHHecjy0jaSiFynqfbDm7D24lP26mVg3BGAZ084AgE8J9dRu4QW4RbktZdSDbhDBANOQCVnRwZMCewsLyD7TQO00AI0A0mFCuMTK2kf2haLIUaICWSfN2ZqDFagU2dpLWlGvSXdiEzBlNEfzp7DGbKKO23/hvf417Q35Q0OrOmtsoOpYV11rdO8p+8myZmXbrlqMKaLtEmTqwJ6f74/gxvJsOZ4rMCgdmuNDKvSaTOgFkzZFnT1DazPb2od8MLv4ITUWWIXaasn7DWCqQlzWsBpvrfvZoezplqcucuos8zR2tJyVEDnE9xGmSuToj4WThIesnI0k4aozRSFe/wJTlMuBmeB63uJEh1Dicaja/qOMHwe82ynmoxCs3dBG3MJMjI81XyVgJJJJ1zCySWvjPU+mpPjb9hsmVEx9SpAM+iHVjAapTZNrzcZ9TqtRqVEzw4a0AB5OQ5ngWS2aDXg2bLCgsit2+cVFlitehDKcTnml+bmlJU5UJSpBrWbDh/eNLQsOxzMGoOBgfGBgXF+8uqysVfWd+jaapitFrPVrNAJCrPalK5LVyiVCq0mI12P/BuFwHJ+v9dmVanF9PieTXPX2B1tLXZ7QWHRJk6r5HmBQ3aKSdMwwuFPDjfPqy39iX0xigzxKQaoRD+jmv+YqqYaCastQVEXhewMllIWcNHOjEFOQRpfOxVyRov1aPp43U4OK7CbzEEGb+ZJ9lwwKwtc0eVgXqzdv7R9UYX4+Ftv7Chb8rNXPS7l/HKh75GO2pqN+2uhputg7NSGrhXwFfiNrX/7nsVdR0stKzZtqfr56hqQSxcSMkL+Y63v9P3NBwyhpbcv716hq68sO3LQM/jysLcGnoZ3nj0EQhffHnOnvzY00ROsn79sS4XN3bVrpoiEVdSsHIlE+E3keqWbSKyJ17U7F12rtcYeG54cjuESxizNNTo6S2pNllWTJdZmy65dJ7MmP4dNhC8Bs9+VEFealen/cHM67mbCnE8lGJMF0GORvay15man0ZLFJkYLQCA/0h8K6UrsMz89JYEik67k6nmclKGV2qV5woobehvSvZWRfCucODzhrWR2SuCNgN0X/93MrSTOeFO4kX+csiAPN0jVkC4Is1ykxoRCC4DXhyZ8VsiM4j2A0zQRIuoCMHM9CgLRzZEdMZnRKsvli6Dbw4M+d3mV+F7jp3SSdOU7qc0mStJjX9yy9auLwPfUkfNSWzzqcjybMcernjvz98E3tzdv/PW2rex/eh+Ook3gRx19Q5Xar8HD6+u2Aj5+Ej04tgzzY6LUKl2BkoTXhx768psDD82/IMGW7KI87zMGgQEs3PfCyPbBnYduzumIru698xm0hX6I+/KlrVE2/jcwPrllWNY8XIPiqg2YZzGlGul2eXzZGE9C8FrYVpg50YzzKdOg4eyOHWfh1PTncOh2wLTDByaA8fBh+NnEeLz9+fhvjt8B7hQ23PcVfA6Ow+e+uu/01IHNu44g32k+MB4Z2/xQjH7p0SdOIHv8C2paaBeMlJLKlFUbvE65ZgcwEQgmMy3RI7uLLqwHF+6Qucahlp4bScj3fHr1L4v6fAZ/ZPqd/vs7Wv3b9x5iNo2DqtYwGOpeeGjvdn9rB3fXkc9wdfxT+OecO/YeWtg9BMKtoGp8Idox7mrtuL//nemI3+DrWzgOT1yDXzNgNOD1CBxgyLICUhBKJOhCP9opNd8NP3R/lO3Jvseb7fXu+nFc3gf0WHwUHnNXVLrdbteCCrfr/+JKkjoy6MXNWn+vHINxHuCSTL4++31So5XAveVFstdsP4rpyki9LVzJFoVYB/qGcHADCpCrFtDOPfjIv9Y9Drq7uqFmdCDYaTTy2liC3mJOLF4dX6QMmRZZLOAiOd4lqp+7RVhPFODEbAb3GiKTyGQxGcgC0mER0zTitkPkGu0AXdvAaDeAvwV1Xl89PAq6Rkf5AQAAhBkPrgmt2ZcBIfyuGe4DNzYDdGzagEcfvEYzapYWBcGhzHphebsYiY+iieU4qU9dwlAYzKKPswIYWwcuYVgO1Mi9dDR1L/UnoUDACj7Y5sgzDnmlFHILiCtQggZZuS6IPASv4Gd4baalwqBfFT+9LdiWWVB8/PW8MTD67e6almxHeWHd0wuKQF3Tex/xQ0p7wxyzhufy4d13F794PBLMaM0bo4uv/DVvfV/XaldIUxv5x6KFC1SkL1iO1ZyzdB+c6C/yk1xxQm0VBSVc2G00kIZtjiyzQQI2J3KkCuE2cnthO2xvxKnHfjgEt8jwuZg1Nco8lnqLazQoShvBSxQgs8diHEaR72kEz8PFn8AnwarFoBtOvHv0KNyYGm9MvYslNe7k9ZWkvgH1IuEOnEzoIfHErWdlmhZkK/UEZIZ8EnyRAebToz+cbcfh+0k7zvzqlATfQXac1aNDX2/GQTc24zO3SrAMmXG6jdlJpXjnJxN4JUxwFMZsSfxkQuYYU9GStawhnMppmROZbkKMlLimifdEnhHXY75fkouaXOIc0o+NyyoohDsNUE9QfxRyhVb0ZJGz1UBLphrJWAM56CEPG4KHIqYGS8FioESJPOAjFJ8JolD+yZ7a2p74gtWXr/TSWgb/As7XvtwStkej0CC1lkngC0mytdmgvtbht9QUtRyvo1/t7GzdotFkm9FtanQbjK/xr/XAOIQ98Yqu+vIoUDM9yBOje8GFOntOpjN6OQpFqaxVAhfQo0aSoFj3cktRjcVvr6Nfj34bXc4BwJns7XajwHCqFE8r8T1x/cD5QzQsJ9+tuNaTEKdApio/Esm/sgstueoEahRNycuXq4J8IFjFT0byZyx4E+ZcfgQHvy+h+7quvz8wbx5F/Q+5ZZ0FAAB42mNgZGBgYGTsZNzX+iqe3+YrAzf7BaAIw2X2ZD1kmv0CWJyDgQnEAwA0+QnKAAB42mNgZGBgv/D/BohkYACTjAyogBUAdckEZAAAeNpFUTFuQjEMfQ5Dxcw/AEPHP3XgAOxIHUD6B4g6dOgROABiCBtiQGLp3g4MCBYGfoZK7dgzdP4SYqvtOCFPSZzEfn52qIMOtwGI7YcfeKpxRdT9D5HXQBW8IuoZNmd2a6BAdUZv6I4JiG6MX+FLDPTJM9gJZY24uKZwRaqYX3JFgWvoi9kDPWZ+vfesOMoUT8kumnOMeYbkmdWjNeuVFomZPfuYYG1RI+MKFvWGviqUscJHySa4mb1XhZo57+Ku+1Y9OjqbYqn8mZ5YR2sZu6y41Ju7OWV7wEQn7KRnVotad+Db4rxF6g/x4I5mXs0iP/0i96W2uemXmpb8cpAO4h3+H/MQhcAAAAAAJgAmACYALgCGAKgA1AE+AZABqAHuAi4CkgLIAw4DWgOQA9IEGgSWBMwFCAUwBfAGGgZiBpAGzAcQB0QHpgfYCDYIUAh2CJQIwAjqCQYJFAkiCTAJPglMCaoJwAnsCiwKYgqACpQK0gr0CywLdAvmDEoMjgzCDPoNNA1kDZQNwg3wDhwOXg6eDsoPGA98D94QAhAyEHwQwhDwEQwRSBFiEaASPhKGEqgSyhLsExYTqBPkFFAUehSaFLYVChVSFZYWDBZOFo4W0BcyF8gYQhi2GNoY9hkMGUwZhhngGiYaXhqEGqga5BsyG4gcOhxqHLoc7B00HWodjB2wHj4edh7UHvYfch+0IAggbCCyINQg9iEOIY4hyiIkIpgitiNgI9AkViSIJNAk7CUOJUAljiWqJdol/CaYJ0AnxCgQKCooQChaKHAoiiigKLoo0CkIKSYp4ipIKrIrhiviLIYtAi1MLaQt4C4MLhouXC6gLtIvBi9cL5wwAjBUMIAwrDDoMR4xNjFYMZ4ydjKkMu4zCjOMM9g0HDSSNPw2HjZKNtY3DjdKN4o36jgyOFQ4wjkGOVI5ajmUOeI6PDp0Oqg60DsGO2Y79jwwPGY87D1YPc4+Yj6KPqg+xj7cPvI/Bj9+P4w/okBQQMhBdkHkQiZCZELcQxhDYkOiQ9ZD/kQyRGBEpEUKRUhFYEWURgZGQAAAeNpjYGRgYGRj2MQgyAACTEDMCIQMDA5gPgMAFeABEAB42o1Su04CQRQ9u6ARYywsLIzFRhs14SEqIrSKhWiIqNgu8jIirMvyMLG09lP8Dh+NrY3fYPwA45m7AyFsYyYze+7h3HvuzAXAPJ4RghGOAPji9rGBBUY+Nqn51jiENH41DmPFSGk8hYFxqfE0+Q+NI9gwfjSew5K5rPELFs1h7isSZl7jN8yYDxq/Y9Z89PFniLlPOEQBeVjooQoXHVyjjRbjJHebjAWb8T2/TSJPVEF1n8hDg6gmjEdUxQBXPB1GQ90aNR6XgwziXH1ZMdT5a5df5Vgn32SGym3Ro8odJ+uQjbK+jTsqVZ1bMqvIaceDgN869qnuUKuqtaXaKRV1eqnbuNhkpQRXClmc4wglnBAFs6ITeUGFNaG4mHihcacCimRUNM42qPR0vd4oI4Zdnlne1cYNaypNjax6oTKnFMOO7DS2GO39o/eSvHKFXbjytqr3iqBrmYMlU7bp2NdKZ6QcTqjEuDw2a7/XM/p2GR2Lj2ITciY57W32mCFOy39L3Twl91HzUjX9d8qNKhY55S5ZV7ybf2Gphc8AeNptlGWUHEUYRfduQoK7u7tsV9XX3YNDILi7uwQJGhyCu7u7uwV3d3d3d/dwwt79x/zYd+Zs163Zt+9OV3fXf6+RI7pS1/+8GDDqR1c33fSjP6MxgIGMzhiMyViMzTiMy3iMzwRMyERMzCRMymRMzhRMyVRMzTRMy3RMzwzMyEzMzCzMymzMzhzMyVzMzTzMy3z0UJHIFIKahpYO87MAC7IQC7MIi7IYizOIJViSwSzF0izDsizH8qzAiqzEyqzCqqzG6qzBmqzF2qzDuqzH+mzAhmzExmzCpmzG5mzBlmzF1gxhG7ZlO7ZnKDuwIzuxM7uwK8PYjd3Zgz3Zi73Zh33Zj+HszwEcyEEczCEcymEczhEcyVEczTEcy3EczwmcyEmczCmcymmczhmcyVmczTmcy3mczwVcyEVczCVcymVczhVcyVVczTVcy3Vczw3cyE3czAhu4VZu43bu4E7u4m7u4V7u434e4EEe4mEe4VEe43Ge4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4E/+4m/+YWT3qH9/d3e/7v4Dhw0dkmLwoFE5uOrpMSszmdksZpi12Zit2enNSl4lr5JXyavkVHIqOZWcSk6Sk+QkOUlOkpPkJDlJTpKT5WTPZ89n/64sJ8vJns+eL54vfo4ip8gpni/eXzwf/j68J3wuvCd8Pvqe977a+2rvq+XUcmo5tZxaTi2nltN4vvHzNnIaOY2cRk4jp5HTyGn9PK28Vl4rr5XX9vKSe0ruKbmj5I5ST99ztdmYrdl7b3JHyR0ld5TcUarkuafknpJ7Su4puafknpJ7Su4puaeU5Lmr5K6Su0ruKrmr5K5Slue+kvtK7iu5r+S+UpbnzpI7S+4sua9sf7mn7302ixlmbTZma/Zysz1me8z2mO0x22O2x2yP2R6zPWZ7zPaY7THbY7bHbI/ZHrM9ZnvM9pjtMdtjtsdsj9kesz1me8z2mO0x22O2x2yPWV9zX5/6mos8vc1Fnv5m/c2ll1d8X/reR49ZmcnMZjHDrM3GlKPnpfa8nhc9L3pe9LzoedHzouelkaPvRd+Lvhd9L/pe9L3oe9H3ou9F34u+F30v+l70veh7aeW18lp5rbyOvI68jryOvI68jryOvI68jrxOLy/8fgn9CP0I/Qj9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQi9CL0IvQh9CH0IfQh9CH0IfQg9CD0IPQg9CPcf7j9K8y+BQLz/AAABVuGyrgAA) format("woff"), url(../../../themes/vodi/assets/fonts/dashicons.ttf) format("truetype"), url(../../../themes/vodi/assets/fonts/dashicons.svg#dashicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.star-rating .star-full:before {
    content: "\f155"
}

.star-rating .star-half:before {
    content: "\f459"
}

.star-rating .star-empty:before {
    content: "\f154"
}

.star-rating .star {
    color: #2c2d33;
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px
}

.comment-form .comment-form-rating>label {
    display: block
}

p.stars {
    line-height: 1;
    font-size: 20px;
    display: inline-block
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -99999px;
    display: inline-block;
    text-decoration: none;
    margin-left: 1px
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: dashicons;
    content: "\f154";
    text-indent: 0;
    color: #2c2d33
}

p.stars a:hover~a:before {
    content: "\f154"
}

p.stars:hover a:before {
    content: "\f155"
}

p.stars.selected a.active:before {
    content: "\f155"
}

p.stars.selected a.active~a:before {
    content: "\f154"
}

p.stars.selected a:not(.active):before {
    content: "\f155"
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list i,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list i,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list i {
    display: none
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list li+li,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list li+li,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list li+li {
    margin-left: 28px
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list__item,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list__item {
    padding: 0
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list__item.chosen a:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18px"><path fill="rgb(36, 186, 239)" d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.387,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.943 5.403,9.284 C5.249,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.722,8.742 4.654,8.823 4.586,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.028 5.930,11.580 6.449,12.131 C6.709,12.408 6.949,12.758 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.273,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.679 13.542,5.380 13.387,5.216 Z"/></svg>') no-repeat;
    font-weight: 800;
    display: inline-block
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-transform: none
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:hover {
    text-decoration: none
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:hover:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:hover:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18px"><path fill="rgb(36, 186, 239)" d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.387,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.943 5.403,9.284 C5.249,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.722,8.742 4.654,8.823 4.586,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.028 5.930,11.580 6.449,12.131 C6.709,12.408 6.949,12.758 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.273,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.679 13.542,5.380 13.387,5.216 Z"/></svg>') no-repeat;
    font-weight: 800;
    display: inline-block
}

.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:after,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:after,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:after {
    content: "";
    padding-right: 18px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-left: 11px;
    background-repeat: no-repeat;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat
}

.tv-show-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .tv-show-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.tv-show-actions--link_watch:hover,
.tv-show-actions--link_watch:focus {
    text-decoration: none
}

.tv-show-actions--link_watch:focus,
.tv-show-actions--link_watch.focus {
    outline: 0
}

.tv-show-actions--link_watch.disabled,
.tv-show-actions--link_watch:disabled {
    opacity: .65
}

.tv-show-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.tv-show-actions--link_watch:not(:disabled):not(.disabled):active,
.tv-show-actions--link_watch:not(:disabled):not(.disabled).active {
    background-image: none
}

.masvideos-breadcrumb {
    font-size: 14px;
    margin-bottom: 14px
}

.masvideos-breadcrumb a {
    color: #949cb0;
    display: inline-block
}

.masvideos-breadcrumb a:hover,
.masvideos-breadcrumb a:focus {
    color: #24baef
}

.masvideos-breadcrumb .delimiter {
    display: inline-block;
    margin: 0 10px
}

[dir="rtl"] .masvideos-breadcrumb .delimiter {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: relative;
    top: 2px
}

.dark .delimiter path {
    fill: #949cb0
}

.movies-ordering,
.tv-shows-ordering,
.videos-ordering {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:1200px) {
    .movies-ordering,
    .tv-shows-ordering,
    .videos-ordering {
        margin-top: 0;
        margin-left: 10px
    }
}

.movies-ordering .handheld-sidebar-toggle,
.tv-shows-ordering .handheld-sidebar-toggle,
.videos-ordering .handheld-sidebar-toggle {
    margin-bottom: 0
}

.movies-ordering .orderby,
.tv-shows-ordering .orderby,
.videos-ordering .orderby {
    padding-left: 35px;
    padding-right: 13px
}

.movies-ordering .svg-icon,
.tv-shows-ordering .svg-icon,
.videos-ordering .svg-icon {
    position: relative;
    right: -23px
}

.dark .movies-ordering .svg-icon path,
.dark .tv-shows-ordering .svg-icon path,
.dark .videos-ordering .svg-icon path {
    fill: #FFF
}

.vodi-control-bar .videos-view-switcher .nav-item a svg path,
.vodi-control-bar .archive-view-switcher .nav-item a svg path {
    fill: #707070
}

.vodi-control-bar .videos-view-switcher .nav-item a.active svg path,
.vodi-control-bar .archive-view-switcher .nav-item a.active svg path,
.vodi-control-bar .videos-view-switcher .nav-item a:hover svg path,
.vodi-control-bar .archive-view-switcher .nav-item a:hover svg path {
    fill: #fff
}

.vodi-control-bar select,
.masvideos-persons-control-bar select,
.form-vodi-wc-ppp select,
.form-masviseos-mpp select {
    border: none;
    background: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>');
    -webkit-appearance: none
}

.vodi-control-bar select:not([size]):not([multiple]),
.masvideos-persons-control-bar select:not([size]):not([multiple]),
.form-vodi-wc-ppp select:not([size]):not([multiple]),
.form-masviseos-mpp select:not([size]):not([multiple]) {
    height: auto
}

.vodi-control-bar,
.masvideos-persons-control-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 7px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:768px) {
    .vodi-control-bar,
    .masvideos-persons-control-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.vodi-control-bar__left,
.vodi-control-bar__right,
.masvideos-persons-control-bar__left,
.masvideos-persons-control-bar__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto
}

.vodi-control-bar__left span,
.vodi-control-bar__right span,
.masvideos-persons-control-bar__left span,
.masvideos-persons-control-bar__right span {
    font-size: 14px;
    line-height: 14px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    color: #707070
}

@media (max-width:1199.98px) {
    .vodi-control-bar__right,
    .vodi-control-bar__right .movies-ordering,
    .vodi-control-bar__right .tv-shows-ordering,
    .vodi-control-bar__right .videos-ordering,
    .vodi-control-bar>form,
    .masvideos-persons-control-bar__right,
    .masvideos-persons-control-bar__right .movies-ordering,
    .masvideos-persons-control-bar__right .tv-shows-ordering,
    .masvideos-persons-control-bar__right .videos-ordering,
    .masvideos-persons-control-bar>form {
        width: 100%
    }
}

.vodi-control-bar__left,
.masvideos-persons-control-bar__left {
    display: none
}

@media (min-width:1200px) {
    .vodi-control-bar__left,
    .masvideos-persons-control-bar__left {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.vodi-control-bar__right,
.vodi-control-bar>form,
.masvideos-persons-control-bar__right,
.masvideos-persons-control-bar>form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:1200px) {
    .vodi-control-bar__right,
    .vodi-control-bar>form,
    .masvideos-persons-control-bar__right,
    .masvideos-persons-control-bar>form {
        margin-top: 12px
    }
}

.vodi-control-bar__right .form-vodi-masviseos-mpp,
.vodi-control-bar>form .form-vodi-masviseos-mpp,
.masvideos-persons-control-bar__right .form-vodi-masviseos-mpp,
.masvideos-persons-control-bar>form .form-vodi-masviseos-mpp {
    margin-right: 16px
}

@media (min-width:768px) {
    .vodi-control-bar__right .form-vodi-masviseos-mpp,
    .vodi-control-bar>form .form-vodi-masviseos-mpp,
    .masvideos-persons-control-bar__right .form-vodi-masviseos-mpp,
    .masvideos-persons-control-bar>form .form-vodi-masviseos-mpp {
        margin-right: 0
    }
}

@media (min-width:768px) {
    .vodi-control-bar__right,
    .vodi-control-bar>form,
    .masvideos-persons-control-bar__right,
    .masvideos-persons-control-bar>form {
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.vodi-control-bar .masvideos-persons-result-count,
.masvideos-persons-control-bar .masvideos-persons-result-count {
    margin-bottom: 0
}

@media (max-width:1199.98px) {
    .vodi-control-bar .masvideos-persons-result-count,
    .masvideos-persons-control-bar .masvideos-persons-result-count {
        display: none
    }
}

.vodi-control-bar form.woocommerce-ordering,
.vodi-control-bar>form,
.masvideos-persons-control-bar form.woocommerce-ordering,
.masvideos-persons-control-bar>form {
    position: relative;
    margin-bottom: 0
}

.vodi-control-bar form.woocommerce-ordering:before,
.vodi-control-bar>form:before,
.masvideos-persons-control-bar form.woocommerce-ordering:before,
.masvideos-persons-control-bar>form:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(117, 117, 117)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>');
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vodi-control-bar form.woocommerce-ordering select,
.vodi-control-bar>form select,
.masvideos-persons-control-bar form.woocommerce-ordering select,
.masvideos-persons-control-bar>form select {
    padding: 10px 20px 10px 30px
}

.vodi-control-bar>form:before,
.masvideos-persons-control-bar>form:before {
    left: 5px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(256, 256, 256)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>')
}

.vodi-control-bar .videos-type,
.masvideos-persons-control-bar .videos-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 37px;
    list-style: none;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.vodi-control-bar .videos-type li a,
.masvideos-persons-control-bar .videos-type li a {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-family: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vodi-control-bar .videos-type li a:after,
.masvideos-persons-control-bar .videos-type li a:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM16.000,2.000 L2.000,2.000 L2.000,16.000 L16.000,16.000 L16.000,2.000 Z" fill="rgb(204, 204, 204)"/></svg>')
}

.vodi-control-bar .videos-type li a.active:after,
.vodi-control-bar .videos-type li a:hover:after,
.masvideos-persons-control-bar .videos-type li a.active:after,
.masvideos-persons-control-bar .videos-type li a:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px"><path fill="rgb(36, 186, 239)" d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.388,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.944 5.403,9.284 C5.250,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.723,8.742 4.655,8.823 4.587,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.029 5.930,11.580 6.449,12.131 C6.709,12.408 6.950,12.759 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.274,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.680 13.542,5.380 13.388,5.216 Z"/></svg>')
}

.vodi-control-bar .videos-type li+li,
.masvideos-persons-control-bar .videos-type li+li {
    margin-left: 29px
}

.vodi-control-bar .videos-view-switcher,
.vodi-control-bar .archive-view-switcher,
.masvideos-persons-control-bar .videos-view-switcher,
.masvideos-persons-control-bar .archive-view-switcher {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.vodi-control-bar .videos-view-switcher .nav-item+.nav-item,
.vodi-control-bar .archive-view-switcher .nav-item+.nav-item,
.masvideos-persons-control-bar .videos-view-switcher .nav-item+.nav-item,
.masvideos-persons-control-bar .archive-view-switcher .nav-item+.nav-item {
    margin-left: 10px
}

.vodi-control-bar .videos-view-switcher .nav-item a,
.vodi-control-bar .archive-view-switcher .nav-item a,
.masvideos-persons-control-bar .videos-view-switcher .nav-item a,
.masvideos-persons-control-bar .archive-view-switcher .nav-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 5px 4px;
    border-radius: 3px
}

.vodi-control-bar .archive-view-switcher,
.masvideos-persons-control-bar .archive-view-switcher {
    display: none
}

@media (min-width:1200px) {
    .vodi-control-bar .archive-view-switcher,
    .masvideos-persons-control-bar .archive-view-switcher {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.vodi-control-bar .form-vodi-wc-ppp,
.masvideos-persons-control-bar .form-vodi-wc-ppp {
    margin-left: 40px;
    margin-bottom: 0
}

.vodi-control-bar .vodi-advanced-pagination,
.masvideos-persons-control-bar .vodi-advanced-pagination {
    position: relative;
    margin-left: 24px;
    margin-bottom: 0
}

.vodi-control-bar .vodi-advanced-pagination:before,
.masvideos-persons-control-bar .vodi-advanced-pagination:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px"><path fill="rgb(117, 117, 117)" d="M4.034,-0.001 C4.248,0.008 4.401,0.071 4.578,0.113 C4.699,0.294 4.899,0.408 4.967,0.644 C4.967,1.606 4.967,2.568 4.967,3.529 C4.967,5.971 4.967,8.414 4.967,10.856 C4.980,10.856 4.993,10.856 5.006,10.856 C5.641,10.223 6.276,9.590 6.911,8.958 C7.041,8.873 7.329,8.745 7.572,8.806 C7.930,8.896 8.016,9.121 8.233,9.337 C8.293,10.165 7.817,10.389 7.377,10.818 C6.639,11.539 5.900,12.260 5.161,12.982 C4.928,13.209 4.395,13.909 4.073,13.969 C3.952,13.787 3.760,13.663 3.606,13.513 C3.270,13.184 2.933,12.855 2.596,12.526 C2.052,11.982 1.507,11.438 0.963,10.894 C0.717,10.666 0.471,10.438 0.224,10.211 C0.148,10.109 0.119,9.993 0.030,9.907 C0.015,9.698 -0.048,9.490 0.069,9.337 C0.171,8.957 0.746,8.633 1.235,8.882 C1.922,9.540 2.609,10.198 3.296,10.856 C3.296,7.465 3.296,4.073 3.296,0.682 C3.358,0.600 3.351,0.467 3.412,0.378 C3.511,0.234 3.714,0.158 3.840,0.037 C3.938,0.034 3.984,0.034 4.034,-0.001 ZM12.781,0.037 C12.820,0.037 12.859,0.037 12.898,0.037 C13.999,1.125 15.101,2.213 16.202,3.301 C16.427,3.522 17.287,4.153 16.902,4.668 C16.828,4.945 16.613,4.993 16.435,5.162 C16.280,5.174 16.124,5.187 15.969,5.200 C15.631,5.107 15.447,4.842 15.230,4.630 C14.712,4.137 14.193,3.643 13.675,3.150 C13.675,6.553 13.675,9.958 13.675,13.361 C13.514,13.560 13.485,13.804 13.209,13.893 C13.076,14.007 12.700,14.044 12.548,13.931 C11.760,13.719 12.004,12.233 12.004,11.273 C12.004,8.566 12.004,5.857 12.004,3.150 C11.991,3.150 11.978,3.150 11.965,3.150 C11.676,3.589 10.996,4.095 10.604,4.478 C10.404,4.673 10.198,4.996 9.943,5.123 C9.784,5.203 9.589,5.200 9.360,5.200 C9.238,5.102 9.043,5.080 8.932,4.972 C8.848,4.890 8.822,4.751 8.738,4.668 C8.699,3.730 9.312,3.462 9.827,2.960 C10.811,1.986 11.796,1.011 12.781,0.037 Z"/></svg>');
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vodi-control-bar .vodi-advanced-pagination select,
.masvideos-persons-control-bar .vodi-advanced-pagination select {
    padding: 10px 20px 10px 30px
}

@media (min-width:1200px) {
    .handheld-sidebar-toggle {
        display: none
    }
}

@media (max-width:1199.98px) {
    .archive .site-content .widget-area:not(.blog-sidebar),
    .page-template-template-videos-archive .site-content .widget-area:not(.blog-sidebar),
    .page-template-template-tv-shows-archive .site-content .widget-area:not(.blog-sidebar),
    .blog-sidebar {
        background-color: #fff;
        position: fixed!important;
        top: 0;
        left: -340px;
        width: 293px!important;
        height: 100%;
        -webkit-transition: all .4s;
        transition: all .4s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 100000000;
        padding-top: 20px;
        opacity: 0;
        visibility: hidden
    }
    .site-content.active-hh-sidebar .widget-area:not(.blog-sidebar),
    .site-content.active-hh-sidebar.archive .site-content .widget-area:not(.blog-sidebar),
    .site-content.active-hh-sidebar.page-template-template-videos-archive .site-content .widget-area:not(.blog-sidebar),
    .site-content.active-hh-sidebar.page-template-template-tv-shows-archive .site-content .widget-area:not(.blog-sidebar),
    .site-content.active-hh-sidebar .blog-sidebar {
        left: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: 0 0 17px -1px rgba(0, 0, 0, .66)
    }
    .site-content.active-hh-sidebar {
        overflow: hidden
    }
    .site-content.active-hh-sidebar:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f057";
        color: #000;
        background-color: #fff;
        padding: 2px 8px;
        -webkit-transition: all .8s;
        transition: all .8s;
        position: absolute;
        left: 291px;
        z-index: 100000;
        font-size: 16px;
        top: 80px
    }
}

@media (max-width:1199.98px) and (min-width:768px) {
    .site-content.active-hh-sidebar:before {
        font-size: 20px;
        padding: 10px 16px
    }
}

@media (max-width:1199.98px) {
    .site-content.active-hh-sidebar::after {
        content: "";
        position: absolute;
        width: calc(100% - 288px);
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        background-color: #000;
        opacity: .6
    }
    .handheld-sidebar-toggle {
        margin-bottom: 15px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
    .handheld-sidebar-toggle .sidebar-toggler {
        padding: 0;
        background: transparent
    }
    .handheld-sidebar-toggle .sidebar-toggler:focus {
        box-shadow: none
    }
    .handheld-sidebar-toggle .sidebar-toggler span {
        padding-left: 10px
    }
}

.masvideos-MyAccount-navigation ul {
    padding-left: 0;
    list-style: none;
    font-family: "Montserrat", "Open Sans", sans-serif
}

.masvideos-MyAccount-navigation ul li a {
    color: #121a21;
    font-weight: 500;
    padding: 5px 0;
    display: block
}

.masvideos-MyAccount-navigation ul li.is-active a {
    font-weight: 700
}

.masvideos-account .masvideos {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.masvideos-account .masvideos-notices-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .masvideos-account .masvideos-MyAccount-navigation {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (min-width:992px) {
    .masvideos-account .masvideos-MyAccount-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

.masvideos-account .masvideos-MyAccount-content .masvideos-playlists__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.masvideos-account .masvideos-MyAccount-content h2 {
    font-size: 18px;
    color: #121a21;
    position: relative;
    margin-bottom: 28px;
    font-weight: 600;
    overflow: hidden
}

.masvideos-account .masvideos-MyAccount-content h2:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e8e8e8;
    width: 100%;
    top: 50%;
    margin-left: 20px
}

.masvideos-account .masvideos-MyAccount-content label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.masvideos-account .masvideos-MyAccount-content input[type="text"],
.masvideos-account .masvideos-MyAccount-content select {
    border-radius: 0
}

.masvideos-account .masvideos-MyAccount-content select {
    height: 44px
}

.masvideos-account .masvideos-MyAccount-content .masvideos-edit-playlist__form .masvideos-Button {
    padding: 13.5px 30px;
    line-height: 1
}

.masvideos-account .masvideos-MyAccount-content .masvideos-edit-playlist+.masvideos-manage-playlists {
    margin-top: 40px
}

.masvideos-account .masvideos-MyAccount-content table thead td {
    font-weight: 700
}

.masvideos-account .masvideos-MyAccount-content table tbody td:first-child a {
    color: #121a21
}

.masvideos-account .masvideos-MyAccount-content table .masvideos-button {
    text-transform: none;
    padding: 0 20px 0 0
}

@media (min-width:1200px) {
    .masvideos-account .masvideos-MyAccount-content table.masvideos-videos-table+.masvideos-pagination--without-numbers {
        margin-top: 40px
    }
}

.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a {
    color: #949cb0;
    background-color: #f6f7f9;
    border: 0 solid #dee2e6;
    border-radius: 2px;
    text-transform: none;
    font-weight: 600
}

.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a.masvideos-button--previous {
    margin-right: auto
}

.masvideos-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a:hover {
    color: #fff
}

.masvideos-account .masvideos-MyAccount-content form.masvideos-edit-playlist__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.masvideos-account .masvideos-MyAccount-content form.masvideos-edit-playlist__form>p {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .masvideos-account .masvideos-MyAccount-content form.masvideos-edit-playlist__form .form-row-wide {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.my-account-page__header {
    background: #f6f7f9
}

.my-account-page__header .user-info {
    padding-top: 41px;
    padding-bottom: 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.my-account-page__header .user-info .avatar-link {
    margin-right: 24px
}

.my-account-page__header .user-info .author-name {
    font-size: 22px;
    color: #121a21;
    font-weight: 600;
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin-bottom: 0
}

.my-account-page__header .user-info .author-mail {
    color: #808b90;
    font-family: #os;
    font-size: 12px
}

.my-account-page__header .masvideos-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.my-account-page__header .masvideos-MyAccount-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: auto;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden
}

@media (min-width:992px) {
    .my-account-page__header .masvideos-MyAccount-navigation ul {
        overflow: initial;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.my-account-page__header .masvideos-MyAccount-navigation ul li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.my-account-page__header .masvideos-MyAccount-navigation ul li+li {
    margin-left: 28px
}

.my-account-page__header .masvideos-MyAccount-navigation ul li a {
    padding: 16px 12px;
    display: block;
    position: relative
}

.my-account-page__header .masvideos-MyAccount-navigation ul li a:hover {
    color: #000
}

.my-account-page__header .masvideos-MyAccount-navigation ul li.is-active a:after {
    content: ' ';
    border-bottom: 3px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0
}

.my-account-page__header+.site-content__inner .masvideos-MyAccount-content {
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.home-section .home-section__flex-header {
    margin-bottom: 29px;
    width: 100%
}

@media (min-width:768px) {
    .home-section .home-section__flex-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        z-index: 99;
position: relative;
    }
}

@media (min-width:768px) {
    .home-section .home-section__flex-header .section-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        margin: 0;
        min-width: 15%
    }
}

.home-section .home-section__flex-header .section-title:after {
    margin-left: 25px
}

.home-section .home-section__flex-header .nav {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden
}

@media (min-width:768px) {
    .home-section .home-section__flex-header .nav {
        padding-left: 15px;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial;
        overflow-y: initial
    }
}

.home-section .home-section__flex-header .nav li {
    margin-right: 33px
}

.home-section .home-section__flex-header .nav li a {
    display: block;
    font-size: 14px;
    color: #949494;
    line-height: 18px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500
}

@media (max-width:991.98px) {
    .home-section .home-section__flex-header .nav li a {
        white-space: nowrap
    }
}

.home-section .home-section__flex-header .nav li a.active {
    font-weight: 700
}

.home-section .home-section__flex-header .nav li:last-child {
    margin-right: 0
}

.home-section .home-section__flex-header .header-aside a {
    font-size: 14px;
    line-height: 18px;
    color: #949494;
    font-weight: 500
}

@media (min-width:768px) {
    .home-section .home-section__flex-header .header-aside a {
        padding-left: 12px
    }
}

.home-section.dark .home-section__flex-header .nav-link:not(.active) {
    color: #949cb0
}

.home-section .home-section__header.home-section__nav-header {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .home-section .home-section__header.home-section__nav-header {
        margin-bottom: 20px
    }
}

.home-section .home-section__header.home-section__nav-header::before {
    content: none
}

.home-section .home-section__header.home-section__nav-header .home-section__title {
    font-size: 25px
}

@media (min-width:992px) {
    .home-section .home-section__header.home-section__nav-header .home-section__title {
        font-size: 35px;
        margin-bottom: 14px
    }
}

@media (min-width:1200px) {
    .home-section .home-section__header.home-section__nav-header .home-section__title {
        font-size: 41px;
        font-weight: 600
    }
}

.home-section .home-section__header.home-section__nav-header .home-section__title::after {
    content: none
}

.home-section .home-section__header.home-section__nav-header .nav {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .home-section .home-section__header.home-section__nav-header .nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        justify-content: start
    }
}

@media (max-width:767.98px) {
    .home-section .home-section__header.home-section__nav-header .nav-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
    .home-section .home-section__header.home-section__nav-header .nav-item .nav-link {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }
}

.home-section .home-section__header.home-section__nav-header .nav-item+.nav-item::before {
    content: '/';
    margin: 0 14px;
    color: #d9d9d9
}

.home-section .home-section__header.home-section__nav-header .nav-link {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #949494
}

.home-section .home-section__header.home-section__nav-header .nav-link.active {
    font-weight: 700
}

.home-section.dark .home-section__nav-header .nav-item+.nav-item::before {
    color: #949cb0
}

.home-section.dark .home-section__nav-header .nav-link {
    color: #949cb0
}

.home-section {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px)
}

@media (max-width:991.98px) {
    .home-section {
        margin-left: calc(-50vw + 50%)
    }
}

.home-section .home-section__header {
    position: relative
}

.home-section .home-section__header::before {
    content: '';
    width: 48px;
    background-color: #a8a8a83d;
    height: 1px;
    top: 0;
    margin-bottom: 23px;
    display: block
}

@media (max-width:991.98px) {
    .home-section .home-section__header {
        text-align: center
    }
    .home-section .home-section__header::before {
        content: none
    }
}

.home-section .home-section__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    color: #19272e;
    margin-bottom: 19px
}

@media (min-width:768px) {
    .home-section .home-section__title {
        font-size: 32px;
        line-height: 38px
    }
}

.home-section .home-section__subtitle {
    line-height: 22px;
    color: #858585;
    font-weight: 500;
    font-family: "Montserrat", "Open Sans", sans-serif;
    margin-bottom: 24px
}

.home-section .home-section__action,
.home-section .home-section__footer-action {
    border-top: 1px solid #f7f6f62b;
    padding-bottom: 14px;
    padding-top: 0
}

.home-section .home-section__footer-action {
    display: block;
    text-align: right
}

.home-section .home-section__action-link,
.home-section .home-section__footer-action--link {
    display: inline-block;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #283897
}

.home-section .home-section__action-link::after,
.home-section .home-section__footer-action--link::after {
    display: inline-block;
    content: '';
    height: 1em;
    width: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(40, 56, 151)"/></svg>');
    background-repeat: no-repeat;
    background-position: 100% 91%
}

.home-section .home-section__footer-view-more-action {
    padding-bottom: 20px
}

.home-section .home-section__footer-view-more-action__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative
}

.home-section .home-section__footer-view-more-action__inner:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #2a2d36;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #e8e8e8
}

.home-section .home-section__footer-view-more-action--link {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 13px 53.5px;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    z-index: 2;
    color: #717376;
    border-color: #e8e8e8;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (min-width:768px) {
    .home-section .home-section__title-tabs .section-title__inner {
        display: inline-block
    }
}

.home-section .home-section__title-tabs .nav.nav-tabs .nav-item {
    margin: 0
}

.home-section .home-section__title-tabs .nav.nav-tabs .nav-item a {
    font-size: 24px;
    line-height: 18px;
    letter-spacing: -.025em;
    font-weight: 400;
    display: inline-block
}

@media (max-width:991.98px) {
    .home-section .home-section__title-tabs .nav.nav-tabs .nav-item a {
        font-size: 16px
    }
}

.home-section .home-section__title-tabs .nav.nav-tabs .nav-item a.active {
    font-weight: 500
}

.home-section .home-section__title-tabs .nav.nav-tabs .nav-item+.nav-item:before {
    content: '/';
    margin: 0 18px 0 22px;
    color: #e4e4e4
}

.home-section .home-section__title-tabs .nav.nav-tabs {
    padding: 0
}

@media (max-width:991.98px) {
    .home-section .home-section__title-tabs .nav.nav-tabs {
        margin-left: 5px
    }
}

@media (min-width:992px) and (max-width:1439.98px) {
    .home-section .home-section__title-tabs .nav.nav-tabs .nav-item+.nav-item::before {
        margin: 0 9px 0 11px
    }
    .home-section .home-section__title-tabs .nav.nav-tabs .nav-item a {
        font-size: 20px
    }
}

.home-section .tab-content>.tab-pane {
    display: none
}

.home-section .tab-content>.active {
    display: block
}

.home-section.dark {
    background-color: #131722
}

.home-section.more-dark {
    background-color: #0e0d12
}

.home-section.less-dark {
    background-color: #1c212e
}

.home-section.light {
    background-color: #f5f5f5
}

.home-section.more-light {
    background-color: #ededf5
}

.home-section.dark .home-section__title,
.home-section.more-dark .home-section__title,
.home-section.less-dark .home-section__title {
    color: #fff
}

.home-section.dark .home-section__subtitle,
.home-section.more-dark .home-section__subtitle,
.home-section.less-dark .home-section__subtitle {
    color: #949cb0
}

.home-section.dark .home-section__action-link::after,
.home-section.dark .home-section__footer-action--link::after,
.home-section.more-dark .home-section__action-link::after,
.home-section.more-dark .home-section__footer-action--link::after,
.home-section.less-dark .home-section__action-link::after,
.home-section.less-dark .home-section__footer-action--link::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7"><path d="M3.979,3.703 C3.987,3.785 3.966,3.869 3.903,3.934 L1.038,6.901 C0.921,7.023 0.724,7.029 0.598,6.916 L0.143,6.506 C0.017,6.393 0.011,6.203 0.128,6.082 L2.190,3.946 C2.276,3.829 2.356,3.691 2.356,3.548 C2.356,3.214 1.947,2.885 1.947,2.885 L1.963,2.877 L0.080,0.905 C-0.036,0.784 -0.029,0.592 0.095,0.479 L0.547,0.068 C0.671,-0.045 0.867,-0.039 0.983,0.083 L3.823,3.057 C3.867,3.102 3.876,3.161 3.885,3.218 C3.945,3.267 3.988,3.334 3.988,3.416 L3.988,3.681 C3.988,3.690 3.979,3.694 3.979,3.703 Z" fill="rgb(148, 156, 176)"/></svg>')
}

.home-section.dark .home-section__footer-view-more-action,
.home-section.more-dark .home-section__footer-view-more-action,
.home-section.less-dark .home-section__footer-view-more-action {
    padding-bottom: 40px
}

.home-section .widget-header {
    display: block
}

@media (min-width:576px) {
    .home-section .widget-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.home-section .widget-header .widget-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative
}

.home-section .widget-header .header-aside a {
    font-size: 14px;
    line-height: 18px;
    color: #949494;
    font-weight: 500
}

@media (min-width:576px) {
    .home-section .widget-header .header-aside a {
        padding-left: 8px
    }
}

@media (max-width:767.98px) {
    .home-section .section-title:after {
        content: none
    }
}

@media (max-width:767.98px) {
    .home-section .widget-title {
        margin-bottom: 22px
    }
    .home-section .widget-title:after {
        content: none
    }
}

.home-section__full-width-banner {
    margin-bottom: 55px
}

.home-section .article {
    margin-bottom: 30px
}

.home-section .article .entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px
}

@media (min-width:1200px) {
    .home-section .article .entry-title {
        font-size: 22px;
        line-height: 28px
    }
}

.home-section .article__header {
    margin-bottom: 13px
}

.home-section .article__attachment {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: auto;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:768px) and (max-width:1199.98px) {
    .home-section .article__attachment {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.home-section .article__meta>*+*:before {
    margin: 0
}

.home-section .article__categories a {
    font-weight: 700
}

.style-2.home-section .home-section__title:after {
    background-color: #2d323f
}

@media (min-width:768px) {
    .style-2.home-section .home-section__flex-header .nav {
        padding-left: 23px
    }
}

.style-2.home-section .home-section__flex-header .nav li {
    margin-right: 47px
}

.style-2.home-section .home-section__flex-header .nav li:last-child {
    margin-right: 0
}

.style-2.home-section .video__body,
.style-2.home-section .movie__body {
    position: relative
}

.section-title {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-weight: 500;
    color: #121a21;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 22px
}

@media (min-width:992px) {
    .section-title {
        font-size: 24px
    }
}

.section-title::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #283897;
    width: 100%;
    top: 50%;
}

.style-2 .section_title {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-weight: 500;
    padding-bottom: 12px;
    margin: 0
}

.has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column .entry-title,
.has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column:first-child .entry-title {
    font-size: 17px;
    line-height: 21px
}

@media (min-width:992px) {
    .has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column .home-blog-list-section .articles .article .article__attachment,
    .has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column:first-child .home-blog-list-section .articles .article .article__attachment {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        height: 75px;
        margin-right: 15px
    }
}

.has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column .home-blog-list-section .articles .article .article__comments,
.has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column:first-child .home-blog-list-section .articles .article .article__comments {
    display: none
}

@media (min-width:992px) {
    .has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column .home-blog-tab-section.style-v2 .articles .article .article__attachment,
    .has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column:first-child .home-blog-tab-section.style-v2 .articles .article .article__attachment {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        height: 75px;
        margin-right: 15px
    }
}

@media (min-width:992px) {
    .has-2-columns.vodi-blog-section-2-columns>.wp-block-column+.wp-block-column .home-blog-grid-section.style-3 .articles .article .article__attachment,
    .has-2-columns.vodi-blog-section-2-columns__reverse>.wp-block-column:first-child .home-blog-grid-section.style-3 .articles .article .article__attachment {
        height: 210px
    }
}

.wp-block-columns.has-2-columns .wp-block-column {
    margin-bottom: 0
}

.home-v4-container .home-section .home-section__action {
    border-top: none
}

.just-fresh-section.home-section .home-section__title strong {
    font-weight: 700
}

.just-fresh-section.home-section .home-section__title {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px
}

@media (min-width:1200px) {
    .just-fresh-section .home-video-section-aside-header__inner .masvideos-videos .home-section__header {
        padding-right: 44px
    }
}

.home-archive .site-header .site-header__inner {
    min-height: 67px
}

.home-archive .site-header {
    margin-bottom: 0
}

.home-archive .site .site-content {
    padding-top: 0;
    overflow: hidden
}

.home-archive .masvideos-breadcrumb {
    display: none
}

.home-archive .sidebar-area::before {
    position: absolute;
    content: " ";
    height: 100%;
    display: block;
    width: 100%
}

.home-archive .sidebar-area {
    padding-top: 42px
}

.home-archive .sidebar-area:before {
    margin-top: -42px
}

.home-archive .sidebar-area ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 26px
}

.home-archive .sidebar-area .widget-area-inner {
    padding-right: 20px
}

.home-archive .sidebar-area .widget-area-inner>.widget {
    padding: 0
}

.home-archive .sidebar-area .search-form .search-field,
.home-archive .sidebar-area .masvideos_widget_search .search-field {
    border-radius: 4px;
    background-color: #fff
}

.home-archive .sidebar-area .search-form .search-field:focus,
.home-archive .sidebar-area .masvideos_widget_search .search-field:focus {
    border-width: 1px
}

.home-archive .sidebar-area .search-form .search-submit svg,
.home-archive .sidebar-area .masvideos_widget_search .search-submit svg {
    margin-top: 0
}

.home-archive .sidebar-area .widget_categories .cat-item-inner {
    width: 100%
}

.home-archive .sidebar-area .widget_categories .item__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.home-archive .sidebar-area .widget_categories .item__link .item__name {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.home-archive .sidebar-area.widget-area .widget {
    margin-bottom: 28px!important
}

.home-archive .sidebar-area.widget-area .widget-title {
    font-size: 18px;
    margin-bottom: 27px
}

.home-archive .sidebar-area.widget-area .calendar_wrap table th,
.home-archive .sidebar-area.widget-area .calendar_wrap table td {
    padding: .2rem
}

.home-archive .sidebar-area .widget_categories a,
.home-archive .sidebar-area .masvideos-widget-videos-categories a,
.home-archive .sidebar-area .widget_archive a,
.home-archive .sidebar-area .widget_pages a,
.home-archive .sidebar-area .widget_meta a,
.home-archive .sidebar-area .masvideos-widget-tv-shows-genres a {
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 5px 0
}

.home-archive .sidebar-area .widget_categories a i,
.home-archive .sidebar-area .masvideos-widget-videos-categories a i,
.home-archive .sidebar-area .widget_archive a i,
.home-archive .sidebar-area .widget_pages a i,
.home-archive .sidebar-area .widget_meta a i,
.home-archive .sidebar-area .masvideos-widget-tv-shows-genres a i {
    margin-right: 16px;
    width: 14px
}

.home-archive .sidebar-area .widget_categories li,
.home-archive .sidebar-area .masvideos-widget-videos-categories li,
.home-archive .sidebar-area .widget_archive li,
.home-archive .sidebar-area .widget_pages li,
.home-archive .sidebar-area .widget_meta li,
.home-archive .sidebar-area .masvideos-widget-tv-shows-genres li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.home-archive .sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list,
.home-archive .sidebar-area .masvideos-movies-filter-widget .masvideos-widget-videos-layered-nav-list,
.home-archive .sidebar-area .masvideos-movies-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.home-archive .sidebar-area .masvideos-videos-filter-widget .masvideos-widget-movies-layered-nav-list,
.home-archive .sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list,
.home-archive .sidebar-area .masvideos-videos-filter-widget .masvideos-widget-tv-shows-layered-nav-list,
.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-movies-layered-nav-list,
.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-videos-layered-nav-list,
.home-archive .sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list {
    -webkit-column-count: unset;
    column-count: unset
}

@media (min-width:1200px) {
    .home-archive.sidebar-left .content-area {
        padding-left: 40px
    }
}

.home-archive.sidebar-left .sidebar-area::before {
    right: 100%
}

@media (min-width:1200px) {
    .home-archive.sidebar-right .content-area {
        padding-right: 40px
    }
}

.home-archive.sidebar-right .sidebar-area::before {
    left: 100%
}

.home-archive.sidebar-right .widget-area-inner {
    padding-left: 20px
}

.home-archive.light .sidebar-area {
    background-color: #f6f7f9
}

.home-archive.light .sidebar-area::before {
    background-color: #f6f7f9
}

.home-archive.light .sidebar-area .search-form .search-field:focus,
.home-archive.light .sidebar-area .masvideos_widget_search .search-field:focus {
    border-width: 1px
}

.home-archive.light .sidebar-area .widget_nav_menu li a,
.home-archive.light .sidebar-area .widget_categories li a,
.home-archive.light .sidebar-area .masvideos-widget-videos-categories li a,
.home-archive.light .sidebar-area .widget_archive li a,
.home-archive.light .sidebar-area .widget_pages li a,
.home-archive.light .sidebar-area .widget_meta li a,
.home-archive.light .sidebar-area .masvideos-widget-tv-shows-genres li a {
    color: #303030
}

.home-archive.light .sidebar-area .widget_nav_menu li>a:hover,
.home-archive.light .sidebar-area .widget_nav_menu li>a:focus,
.home-archive.light .sidebar-area .widget_categories li:hover,
.home-archive.light .sidebar-area .widget_categories li:focus,
.home-archive.light .sidebar-area .masvideos-widget-videos-categories li:hover,
.home-archive.light .sidebar-area .masvideos-widget-videos-categories li:focus,
.home-archive.light .sidebar-area .widget_archive li:hover,
.home-archive.light .sidebar-area .widget_archive li:focus,
.home-archive.light .sidebar-area .widget_pages li:hover,
.home-archive.light .sidebar-area .widget_pages li:focus,
.home-archive.light .sidebar-area .widget_meta li:hover,
.home-archive.light .sidebar-area .widget_meta li:focus,
.home-archive.light .sidebar-area .masvideos-widget-tv-shows-genres li:hover,
.home-archive.light .sidebar-area .masvideos-widget-tv-shows-genres li:focus {
    background-color: #eff0f2
}

.home-archive.light .site-header {
    box-shadow: 0 0 8px 0 rgba(51, 51, 51, .3)
}

.home-archive.light .widget-area .widget-title {
    border-color: #d0d0d2
}

.home-archive.dark .sidebar-area {
    background-color: #1c212e
}

.home-archive.dark .sidebar-area::before {
    background-color: #1c212e
}

.home-archive.dark .sidebar-area .search-form .search-field,
.home-archive.dark .sidebar-area .search-form .search-field:focus {
    background-color: #fff;
    border-color: #d0d0d2
}

.home-archive.dark .sidebar-area .widget_nav_menu li a i,
.home-archive.dark .sidebar-area .widget_categories li a i,
.home-archive.dark .sidebar-area .masvideos-widget-videos-categories li a i,
.home-archive.dark .sidebar-area .widget_archive li a i,
.home-archive.dark .sidebar-area .widget_pages li a i,
.home-archive.dark .sidebar-area .widget_meta li a i,
.home-archive.dark .sidebar-area .masvideos-widget-tv-shows-genres li a i {
    color: #949cb0
}

.home-archive.dark .sidebar-area .widget_nav_menu li>a:hover,
.home-archive.dark .sidebar-area .widget_nav_menu li>a:focus,
.home-archive.dark .sidebar-area .widget_categories li:hover,
.home-archive.dark .sidebar-area .widget_categories li:focus,
.home-archive.dark .sidebar-area .masvideos-widget-videos-categories li:hover,
.home-archive.dark .sidebar-area .masvideos-widget-videos-categories li:focus,
.home-archive.dark .sidebar-area .widget_archive li:hover,
.home-archive.dark .sidebar-area .widget_archive li:focus,
.home-archive.dark .sidebar-area .widget_pages li:hover,
.home-archive.dark .sidebar-area .widget_pages li:focus,
.home-archive.dark .sidebar-area .widget_meta li:hover,
.home-archive.dark .sidebar-area .widget_meta li:focus,
.home-archive.dark .sidebar-area .masvideos-widget-tv-shows-genres li:hover,
.home-archive.dark .sidebar-area .masvideos-widget-tv-shows-genres li:focus {
    background-color: #252a37
}

.home-archive.dark .sidebar-area.widget-area .widget-title {
    border-bottom-color: #3c414f;
    color: #e7e7e7
}

.home-archive.dark .sidebar-area a {
    color: #e8e7e7
}

@media (min-width:1200px) {
    body.home-archive.sidebar-right .content-area,
    body.home-archive.sidebar-left .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 77.8688525%;
        flex: 0 0 77.8688525%;
        max-width: 77.8688525%
    }
    body.home-archive.sidebar-right .sidebar-area,
    body.home-archive.sidebar-left .sidebar-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 22.1311475%;
        flex: 0 0 22.1311475%;
        max-width: 22.1311475%
    }
}

@media (min-width:1200px) {
    body.home-archive.sidebar-right.light .content-area,
    body.home-archive.sidebar-right.dark .content-area,
    body.home-archive.sidebar-left.light .content-area,
    body.home-archive.sidebar-left.dark .content-area {
        padding-top: 42px;
        padding-bottom: 42px
    }
}

@media (min-width:1400px) {
    body.home-archive.sidebar-right .content-area,
    body.home-archive.sidebar-left .content-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 81.25%;
        flex: 0 0 81.25%;
        max-width: 81.25%
    }
    body.home-archive.sidebar-right .sidebar-area,
    body.home-archive.sidebar-left .sidebar-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%
    }
}

body.home-archive .tv-shows__jumbotron--top .tv-shows-sliders,
body.home-archive .tv-shows__jumbotron--top .videos-sliders,
body.home-archive .videos__jumbotron--top .tv-shows-sliders,
body.home-archive .videos__jumbotron--top .videos-sliders {
    margin-bottom: 18px
}

body.home-archive .tv-shows__jumbotron--top .home-tv-show-section,
body.home-archive .tv-shows__jumbotron--top .home-video-section,
body.home-archive .videos__jumbotron--top .home-tv-show-section,
body.home-archive .videos__jumbotron--top .home-video-section {
    padding: 17px 0 0
}

body.home-archive .tv-shows__jumbotron--top .tv-shows__inner>.tv-show,
body.home-archive .tv-shows__jumbotron--top .videos__inner>.video,
body.home-archive .videos__jumbotron--top .tv-shows__inner>.tv-show,
body.home-archive .videos__jumbotron--top .videos__inner>.video {
    margin-bottom: 22px
}

.post-type-archive-tv_show.home-archive .site-content__inner,
.post-type-archive-video.home-archive .site-content__inner {
    margin-bottom: 0
}

.post-type-archive-video .home-section,
.post-type-archive-movie .home-section,
.post-type-archive-tv_show .home-section,
.home-archive .home-section {
    width: auto;
    margin-left: 0
}

.post-type-archive-video .home-section .container,
.post-type-archive-movie .home-section .container,
.post-type-archive-tv_show .home-section .container,
.home-archive .home-section .container {
    padding: 0
}

.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon a,
.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon a,
.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon a,
.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon a i,
.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon a i,
.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon a i,
.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon a i {
    margin-right: 16px;
    width: 14px
}

.post-type-archive-video.light .sidebar-area .widget_nav_menu li.menu-with-icon>a:hover,
.post-type-archive-movie.light .sidebar-area .widget_nav_menu li.menu-with-icon>a:hover,
.post-type-archive-tv_show.light .sidebar-area .widget_nav_menu li.menu-with-icon>a:hover,
.home-archive.light .sidebar-area .widget_nav_menu li.menu-with-icon>a:hover {
    background: #eff0f2
}

.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon:last-child {
    border-bottom: 1px solid #d0d0d2;
    padding-bottom: 25px
}

.post-type-archive-video .widget_nav_menu a,
.post-type-archive-movie .widget_nav_menu a,
.post-type-archive-tv_show .widget_nav_menu a,
.home-archive .widget_nav_menu a {
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.post-type-archive-video .widget_nav_menu a i,
.post-type-archive-movie .widget_nav_menu a i,
.post-type-archive-tv_show .widget_nav_menu a i,
.home-archive .widget_nav_menu a i {
    margin-right: 16px;
    width: 14px
}

.post-type-archive-video .widget_nav_menu li,
.post-type-archive-movie .widget_nav_menu li,
.post-type-archive-tv_show .widget_nav_menu li,
.home-archive .widget_nav_menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-type-archive-video .widget_nav_menu li,
.post-type-archive-movie .widget_nav_menu li,
.post-type-archive-tv_show .widget_nav_menu li,
.home-archive .widget_nav_menu li {
    padding: 0
}

.post-type-archive-video .widget_nav_menu li a,
.post-type-archive-movie .widget_nav_menu li a,
.post-type-archive-tv_show .widget_nav_menu li a,
.home-archive .widget_nav_menu li a {
    padding: 5px 15px
}

.post-type-archive-video .widget_nav_menu ul,
.post-type-archive-movie .widget_nav_menu ul,
.post-type-archive-tv_show .widget_nav_menu ul,
.home-archive .widget_nav_menu ul {
    margin-bottom: 0;
    width: 100%
}

.post-type-archive-video.light .sidebar-area .widget_nav_menu li a,
.post-type-archive-movie.light .sidebar-area .widget_nav_menu li a,
.post-type-archive-tv_show.light .sidebar-area .widget_nav_menu li a {
    color: #303030
}

.post-type-archive-video.dark .sidebar-area .widget_nav_menu li a,
.post-type-archive-movie.dark .sidebar-area .widget_nav_menu li a,
.post-type-archive-tv_show.dark .sidebar-area .widget_nav_menu li a {
    color: #e8e7e7
}

.post-type-archive-video.dark .sidebar-area .widget_nav_menu li a i,
.post-type-archive-movie.dark .sidebar-area .widget_nav_menu li a i,
.post-type-archive-tv_show.dark .sidebar-area .widget_nav_menu li a i {
    color: #949cb0
}

.dark.post-type-archive-video .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark.post-type-archive-movie .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark.post-type-archive-tv_show .sidebar-area .widget_nav_menu li.menu-with-icon:last-child,
.dark.home-archive .sidebar-area .widget_nav_menu li.menu-with-icon:last-child {
    border-bottom: 1px solid #3c414f
}

.dark.home-archive .sidebar-area .search-form .search-field,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field {
    background-color: #373c49;
    color: #b4bbc0;
    border-color: #373c49
}

.dark.home-archive .sidebar-area .search-form .search-field::-webkit-input-placeholder,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field::-webkit-input-placeholder {
    color: #b4bbc0
}

.dark.home-archive .sidebar-area .search-form .search-field:-ms-input-placeholder,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field:-ms-input-placeholder {
    color: #b4bbc0
}

.dark.home-archive .sidebar-area .search-form .search-field::-ms-input-placeholder,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field::-ms-input-placeholder {
    color: #b4bbc0
}

.dark.home-archive .sidebar-area .search-form .search-field::placeholder,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field::placeholder {
    color: #b4bbc0
}

.dark.home-archive .sidebar-area .search-form .search-field:focus,
.dark.home-archive .sidebar-area .masvideos_widget_search .search-field:focus {
    color: #b4bbc0;
    background-color: #252a37;
    border-color: #373c49;
    box-shadow: none
}

.home-section-recently-viewed .recently-viewed {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.home-section-recently-viewed .recently-viewed>.movie {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .home-section-recently-viewed .recently-viewed>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .home-section-recently-viewed .recently-viewed>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.home-section-recently-viewed .home-section__flex-header {
    margin-bottom: 20px
}

.section-user-playlist-carousel {
    background-color: #f2f3f5;
    padding: 56px 0 30px;
    margin-bottom: 56px
}

.section-user-playlist-carousel__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.section-user-playlist-carousel .movies-collection {
    position: relative;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    text-align: center;
    padding: 0 60px;
    margin-bottom: 90px;
    border-radius: 5px;
    min-height: 285px
}

.section-user-playlist-carousel .movies-collection__title {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px
}

.section-user-playlist-carousel .movies-collection-carousel {
    position: relative
}

.section-user-playlist-carousel .movies-collection-carousel .slick-slide {
    margin: 0 7.5px
}

.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+1) .movies-collection {
    background-color: #696969
}

.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+2) .movies-collection {
    background-color: #b9c0c8
}

.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+3) .movies-collection {
    background-color: #c0ae9f
}

.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n+4) .movies-collection {
    background-color: #7285ab
}

.section-user-playlist-carousel .movies-collection-carousel .slick-slide:nth-child(5n) .movies-collection {
    background-color: #a48997
}

.section-user-playlist-carousel .movies-collection-carousel .slick-list {
    margin: 0 -7.5px
}

.section-user-playlist-carousel .movies-collection-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #d2d2d8;
    border-radius: 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 34%;
    z-index: 1
}

.section-user-playlist-carousel .movies-collection-carousel .slick-arrow::before {
    display: inline-block
}

.section-user-playlist-carousel .movies-collection-carousel .slick-arrow:hover,
.section-user-playlist-carousel .movies-collection-carousel .slick-arrow:focus {
    border-color: #9f9fa4
}

.section-user-playlist-carousel .movies-collection-carousel .slick-prev {
    left: 0
}

.section-user-playlist-carousel .movies-collection-carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

@media (min-width:768px) {
    .section-user-playlist-carousel .movies-collection-carousel .slick-prev {
        left: -30px
    }
}

@media (min-width:1440px) {
    .section-user-playlist-carousel .movies-collection-carousel .slick-prev {
        left: -60px
    }
}

.section-user-playlist-carousel .movies-collection-carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

.section-user-playlist-carousel .movies-collection-carousel .slick-next {
    right: 0
}

.section-user-playlist-carousel .movies-collection-carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(189, 189, 195)" /></svg>')
}

[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(189, 189, 195)"/></svg>')
}

@media (min-width:768px) {
    .section-user-playlist-carousel .movies-collection-carousel .slick-next {
        right: -30px
    }
}

@media (min-width:1440px) {
    .section-user-playlist-carousel .movies-collection-carousel .slick-next {
        right: -60px
    }
}

.section-user-playlist-carousel .movies-collection-carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir="rtl"] .section-user-playlist-carousel .movies-collection-carousel .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

.section-user-playlist-carousel .user-info {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px
}

.section-user-playlist-carousel .user-pic {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
    margin: 0 auto 5px;
    background-color: #fff
}

.section-user-playlist-carousel .user-pic--image {
    border-radius: 50%
}

.section-user-playlist-carousel .user-name {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #121a21;
    margin-bottom: 0
}

.section-user-playlist-carousel .user-collected-movies__meta {
    line-height: 1.2
}

.section-user-playlist-carousel .user-collected-movies__meta span {
    font-size: 12px;
    color: #949cb0
}

.section-user-playlist-carousel .user-collected-movies__meta span+span::before {
    content: ', '
}

.section-featured-post {
    margin-bottom: 28px
}

.section-featured-post .section-feature-post__inner .article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block
}

@media (min-width:768px) {
    .section-featured-post .section-feature-post__inner .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.section-featured-post .section-feature-post__inner .article__attachment {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.section-featured-post .section-feature-post__inner .article__summary {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.section-featured-post .section-feature-post__inner .article__summary .entry-title {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #19272e;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 10px
}

.section-featured-post .section-feature-post__inner .article__summary .article__categories {
    font-size: 13px
}

.section-featured-post .section-feature-post__inner .article__meta {
    font-size: 13px;
    font-style: normal
}

.section-featured-post .section-feature-post__inner .article__meta .article__date:before {
    margin: 0
}

.single-featured-section {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(https://placehold.it/1920x500);
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(https://placehold.it/1920x500);
    background-position-x: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@media (min-width:768px) {
    .single-featured-section {
        height: 500px
    }
}

@media (min-width:768px) {
    .featured-post-section .article {
        margin-bottom: 36px
    }
}

.featured-post-section .article .entry-title {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -.01em;
    font-weight: 700;
    color: #fff
}

@media (min-width:768px) {
    .featured-post-section .article .entry-title {
        font-size: 44px;
        line-height: 52px
    }
}

.featured-post-section .article__meta {
    margin-bottom: 15px
}

.featured-post-section .article .comments-link a {
    color: #fff;
    font-style: normal
}

.featured-post-section .article__categories a {
    font-weight: 700
}

.page-control-bar-bottom,
.masvideos-persons-page-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
    padding-top: 20px;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px
}

.page-control-bar-bottom .masvideos-pagination,
.masvideos-persons-page-control-bar .masvideos-pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 0
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers {
    margin-bottom: 0
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>a,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>span,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li>a,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li>span {
    padding: 9.5px 15.5px;
    box-shadow: none
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>a.next,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>a.prev,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>span.next,
.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li>span.prev,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li>a.next,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li>a.prev,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li>span.next,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li>span.prev {
    background: transparent;
    color: #b4bbc0
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li .next,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li .next {
    margin-right: 0;
    padding-right: 0
}

.page-control-bar-bottom .masvideos-pagination ul.page-numbers>li .prev,
.masvideos-persons-page-control-bar .masvideos-pagination ul.page-numbers>li .prev {
    margin-left: 0;
    padding-left: 0
}

.page-control-bar-bottom .masvideos-pagination li:last-child a,
.masvideos-persons-page-control-bar .masvideos-pagination li:last-child a {
    background: transparent;
    font-family: "Open Sans", sans-serif
}

.page-control-bar-bottom .masvideos-pagination.masvideos-videos-pagination,
.masvideos-persons-page-control-bar .masvideos-pagination.masvideos-videos-pagination {
    padding: 0;
    border: none
}

.page-control-bar-bottom .masvideos-result-count,
.masvideos-persons-page-control-bar .masvideos-result-count {
    margin-bottom: 13px;
    padding: 10px 0
}

@media (min-width:768px) {
    .page-control-bar-bottom .masvideos-result-count,
    .masvideos-persons-page-control-bar .masvideos-result-count {
        margin-bottom: 0
    }
}

.page-control-bar-bottom .form-masviseos-mpp,
.masvideos-persons-page-control-bar .form-masviseos-mpp {
    margin-right: 40px
}

.page-control-bar-bottom .form-vodi-wc-ppp,
.page-control-bar-bottom .form-masviseos-mpp,
.masvideos-persons-page-control-bar .form-vodi-wc-ppp,
.masvideos-persons-page-control-bar .form-masviseos-mpp {
    margin-bottom: 0
}

.page-control-bar-bottom .form-vodi-wc-ppp select,
.page-control-bar-bottom .form-masviseos-mpp select,
.masvideos-persons-page-control-bar .form-vodi-wc-ppp select,
.masvideos-persons-page-control-bar .form-masviseos-mpp select {
    padding: 8px 20px 8px 0
}

@media (min-width:768px) {
    .page-control-bar-bottom,
    .masvideos-persons-page-control-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.home-sidebar-area {
    position: relative;
    z-index: 2;
    width: 100%
}

.home-sidebar-area:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: 0
}

@media (min-width:1200px) {
    .home-sidebar-area:before {
        position: absolute;
        left: -500px;
        top: 0;
        bottom: 0;
        content: "";
        right: 0
    }
}

.home-sidebar-area .home-sidebar-area-inner {
    padding: 40px 15px 0 15px
}

.home-sidebar-area .widget-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    padding-bottom: 13px;
    margin-bottom: 12px;
    padding-left: 0;
    border-width: 1px;
    border-bottom-style: solid;
    margin-left: 0
}

.home-sidebar-area .widget:first-child .widget-title::after {
    display: inline-block;
    margin-left: 9px;
    content: "";
    width: 7px;
    height: 6px
}

.home-sidebar-area .widget:first-child .widget-title:before {
    display: inline-block;
    margin-left: 9px;
    content: "";
    width: 7px;
    height: 6px;
    background: url('data:image/svg+xml;utf8,<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="21px" height="17px"><image x="0px" y="0px" width="21px" height="17px" xlink:href="data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAMAAAAFWBeyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACN1BMVEUqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMz///8qSZkqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQsnNQqSZkqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQsnNQqSZksnNQsnNQqSZkqSZkqWqUrYKkrZq0rbLIsnNQsnNQqWqUrYKkrbLIrc7YrebsqWqUrZq0rbLIrebsrf8ArYKkrZq0rc7Yrebsrf8ArhcQsi8grZq0rc7YrebsrhcQsi8grYKkrZq0rbLIrc7Yrf8ArhcQrYKkrc7YrebsqWqUrYKkrZq0rbLIqSZkqSZkrYKksnNQsnNQqSZkqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQsnNQqSZksnNQsnNQqSZkqSZkqTJsqUJ4qVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwslc8smdIsnNQsnNQqVaEqWqUrYKkrZq0rbLIrc7Yrebsrf8ArhcQsi8gskMwqVaEqWqUrZq0rbLIrc7Yrebsrf8ArhcQskMwrZq0rc7Yrf8ArbLIqSZkqTJsqUJ4qVaEqWqUrYKkrebsrhcQsi8gskMwslc8smdIsnNT///8aNcLmAAAAq3RSTlMAAAAAAAAAAAAAAAAAAAAyyvLy8vLy8vLy8vLy8vLy8vLy0kDN4IGAgICAfn+AgICAgICAgICA1NuCafXuhgi4lhdu8RHx7mgDEJeky0D5cEXN/psFdRepygj1gnH5cwrunB0K18E68YAHZ/Tex09OTk5OSUxOTk5OTk5OTk5Otuns82EULCwsJxwcHBwcHBwcHCYsLCwYHnh3d3d3d3d3eCpJ8fHx8fHx8V/RKlM7AAAAAWJLR0QOb70wTwAAAAd0SU1FB+IJDgszOKqrNyQAAAEGSURBVBjTY+AXEBQSFhEVE5eQlJKWkZWTV1BUUmZQUVVT19DU0tbR1dM3MDQyNjE1M7dgELRkYGRiZmFlY+fg5OLm4eXj47OyZrCxBYna2Ts4wkWdnKGiLq6r3dw90EU9xby81/j4oov6+bMHBAYFh6CJhrKHha+NiEQVjYqOiZWKi0ezLWH1usQkdNuSU1LTkF2WngH2RSaSL7KyGXJy8/ILCouKS0rLyisqq6prauvqGxjyGtdv2Lhp85bV69ZsXbtt+46du3Y3NTMwtLS2tXd0dnX39Pb1T5g4afKUqdP4GICAkWn6jJmzZs+ZO2/+goV8IAARXbTYdcnSZctXrJRdBRYFAObfVXM9GnbyAAAAAElFTkSuQmCC" /></svg>')
}

.home-sidebar-area .widget:last-child ul.menu li a {
    padding: 2px 13px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home-sidebar-area .widget:last-child ul.menu li a:before {
    content: "";
    margin-right: 15px;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>')
}

.home-sidebar-area .widget:last-child ul.menu li a:hover {
    background: none!important
}

.home-sidebar-area .widget:last-child ul.menu li a:hover:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18px"><path fill="rgb(36, 186, 239)" d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.387,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.943 5.403,9.284 C5.249,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.722,8.742 4.654,8.823 4.586,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.028 5.930,11.580 6.449,12.131 C6.709,12.408 6.949,12.758 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.273,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.679 13.542,5.380 13.387,5.216 Z"/></svg>') no-repeat;
    font-weight: 800;
    display: inline-block
}

.home-sidebar-area .widget:last-child ul.menu li:first-child a {
    padding-top: 15px
}

.home-sidebar-area .widget.widget_nav_menu {
    margin-bottom: 46px
}

.home-sidebar-area .widget_categories {
    margin-bottom: 18px;
    border-width: 1px;
    border-bottom-style: solid
}

.home-sidebar-area .widget_categories ul {
    padding: 0;
    list-style: none
}

.home-sidebar-area .widget_categories ul .menu-item:before,
.home-sidebar-area .widget_categories ul .cat-item:before {
    content: none
}

.home-sidebar-area .widget_categories ul .menu-item a,
.home-sidebar-area .widget_categories ul .cat-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 9px 0 9px 14px
}

.home-sidebar-area .widget_categories ul .menu-item a i,
.home-sidebar-area .widget_categories ul .cat-item a i {
    color: #949cb0;
    margin-right: 20px
}

.home-sidebar-area .widget_search {
    margin-bottom: 45px
}

.home-sidebar-area .search-form {
    position: relative
}

.home-sidebar-area .search-form .search-field {
    border-radius: 3px;
    padding: 7px 26px 7px 42px;
    background: #fff
}

.home-sidebar-area .search-form .search-submit {
    display: none
}

.home-sidebar-area .search-form:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    z-index: 10;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"><path d="M7 0C11-0.1 13.4 2.1 14.6 4.9 15.5 7.1 14.9 9.8 13.9 11.4 13.7 11.7 13.6 12 13.3 12.2 13.4 12.5 14.2 13.1 14.4 13.4 15.4 14.3 16.3 15.2 17.2 16.1 17.5 16.4 18.2 16.9 18 17.5 17.9 17.6 17.9 17.7 17.8 17.8 17.2 18.3 16.7 17.8 16.4 17.4 15.4 16.4 14.3 15.4 13.3 14.3 13 14.1 12.8 13.8 12.5 13.6 12.4 13.5 12.3 13.3 12.2 13.3 12 13.4 11.5 13.8 11.3 14 10.7 14.4 9.9 14.6 9.2 14.8 8.9 14.9 8.6 14.9 8.3 14.9 8 15 7.4 15.1 7.1 15 6.3 14.8 5.6 14.8 4.9 14.5 2.7 13.6 1.1 12.1 0.4 9.7 0 8.7-0.2 7.1 0.2 6 0.3 5.3 0.5 4.6 0.9 4 1.8 2.4 3 1.3 4.7 0.5 5.2 0.3 5.7 0.2 6.3 0.1 6.5 0 6.8 0.1 7 0ZM7.3 1.5C7.1 1.6 6.8 1.5 6.7 1.5 6.2 1.6 5.8 1.7 5.4 1.9 3.7 2.5 2.6 3.7 1.9 5.4 1.7 5.8 1.7 6.2 1.6 6.6 1.4 7.4 1.6 8.5 1.8 9.1 2.4 11.1 3.5 12.3 5.3 13 5.9 13.3 6.6 13.5 7.5 13.5 7.7 13.5 7.9 13.5 8.1 13.5 8.6 13.4 9.1 13.3 9.6 13.1 11.2 12.5 12.4 11.4 13.1 9.8 13.6 8.5 13.6 6.6 13.1 5.3 12.2 3.1 10.4 1.5 7.3 1.5Z" fill="rgb(124, 127, 130)" /></svg>') no-repeat
}

.home-sidebar-area .widget {
    position: relative
}

.home-sidebar-area .widget ul.menu {
    padding: 0;
    list-style: none
}

.home-sidebar-area .widget ul.menu li a {
    display: block;
    font-size: 14px;
    padding: 6px 13px
}

.home-sidebar-area.dark .widget-title {
    color: #fff;
    border-bottom-color: #3c414f
}

.home-sidebar-area.dark .widget-title:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(232, 231, 231)"/></svg>') no-repeat
}

.home-sidebar-area.dark .widget_categories {
    border-bottom-color: #3c414f
}

.home-sidebar-area.dark .widget_categories ul .menu-item a,
.home-sidebar-area.dark .widget_categories ul .cat-item a {
    color: #e8e7e7
}

.home-sidebar-area.dark .search-form .search-field {
    color: #929294
}

.home-sidebar-area.dark .widget ul.menu li a {
    color: #e7e7e7
}

.home-sidebar-area.dark .widget ul.menu li a:hover {
    background: #252a37
}

.home-sidebar-area.dark .widget:last-child ul.menu li a:before {
    color: #949cb0
}

.home-sidebar-area.light .widget-title {
    color: #121a21;
    border-bottom-color: #d0d0d2
}

.home-sidebar-area.light .widget-title:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4"><path d="M6.9 1L3.9 3.8C3.9 3.8 3.8 3.8 3.8 3.9 3.7 3.9 3.6 4 3.6 4L3.3 4C3.3 4 3.3 3.9 3.3 3.9 3.2 4 3.1 3.9 3.1 3.9L0.1 1C0 0.9 0 0.7 0.1 0.6L0.5 0.1C0.6 0 0.8 0 0.9 0.1L3 2.2C3.2 2.3 3.3 2.3 3.4 2.3 3.8 2.3 4.1 1.9 4.1 1.9L4.1 1.9 6.1 0.1C6.2 0 6.4 0 6.5 0.1L6.9 0.5C7 0.7 7 0.9 6.9 1Z" fill="rgb(124, 127, 130)"/></svg>') no-repeat
}

.home-sidebar-area.light .widget_categories {
    border-bottom-color: #d0d0d2
}

.home-sidebar-area.light .widget_categories ul .menu-item a,
.home-sidebar-area.light .widget_categories ul .cat-item a {
    color: #303030
}

.home-sidebar-area.light .search-form .search-field {
    color: #929294
}

.home-sidebar-area.light .widget ul.menu li a {
    color: #303030
}

.home-sidebar-area.light .widget ul.menu li a:hover {
    background: #eff0f2
}

.home-sidebar-area.light .widget:last-child ul.menu li a:before {
    color: #d5d5d5
}

.home-section-newest-spisodes-block__inner-title {
    font-size: 22px;
    line-height: 18px;
    font-family: 500;
    padding-bottom: 16px;
    margin-bottom: 0
}

.videos-with-featured-video {
    padding: 0 0 20px
}

.videos-with-featured-video .section-title__inner {
    display: inline-block
}

.videos-with-featured-video .section-title:after {
    background-color: #2d323f
}

.new-episode-movie-list.style-2 {
    padding: 0 0 34px
}

.new-episode-movie-list.style-2 .section-movies-carousel__carousel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.new-episode-movie-list.style-2 .slick-arrow:before {
    display: block
}

.new-episode-movie-list.style-2 .slick-prev {
    left: 0;
    z-index: 1
}

.new-episode-movie-list.style-2 .slick-prev:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/>\a                 </svg>')
}

[dir="rtl"] .new-episode-movie-list.style-2 .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/>\a                     </svg>')
}

@media (min-width:768px) {
    .new-episode-movie-list.style-2 .slick-prev {
        left: -25px;
        top: 25%
    }
}

@media (min-width:1440px) {
    .new-episode-movie-list.style-2 .slick-prev {
        left: -50px
    }
}

.new-episode-movie-list.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/>\a                 </svg>')
}

[dir="rtl"] .new-episode-movie-list.style-2 .slick-prev:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/>\a                     </svg>')
}

.new-episode-movie-list.style-2 .slick-next {
    right: 0
}

.new-episode-movie-list.style-2 .slick-next:before {
    width: 22px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(177, 177, 177)"/>\a                     </svg>')
}

[dir="rtl"] .new-episode-movie-list.style-2 .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(177, 177, 177)"/>\a                     </svg>')
}

@media (min-width:768px) {
    .new-episode-movie-list.style-2 .slick-next {
        right: -25px;
        top: 25%
    }
}

@media (min-width:1440px) {
    .new-episode-movie-list.style-2 .slick-next {
        right: -50px
    }
}

.new-episode-movie-list.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="43"><path d="M22.707,21.707 L1.707,42.707 L0.293,41.293 L20.086,21.500 L0.293,1.706 L1.707,0.292 L22.707,21.292 L22.500,21.499 L22.707,21.707 Z" fill="rgb(255, 255, 255)"/>\a                     </svg>')
}

[dir="rtl"] .new-episode-movie-list.style-2 .slick-next:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="42"><path \a                     d="M21.988,40.588 L20.602,41.988 L0.011,21.204 L0.214,20.999 L0.011,20.795 L20.602,0.011 L21.988,1.410 L2.582,20.999 L21.988,40.588 Z" fill="rgb(255, 255, 255)"/>\a                 </svg>')
}

.new-episode-movie-list.style-2 .movies-carousel.columns-5 .slick-slide {
    margin: 0 10px
}

.featured-tv-series {
    padding: 0 0 43px
}

.featured-tv-series .videos-list .video {
    padding-right: 11px
}

.section-live-game-players-list {
    padding: 44px 0
}

.section-live-game-players-list.style-2 .home-section__title {
    font-size: 24px;
    font-weight: 700
}

.section-live-game-players-list .live-game-players-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.section-live-game-players-list .columns-5 .live-game-player,
.section-live-game-players-list .columns-6 .live-game-player {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .section-live-game-players-list .columns-5 .live-game-player,
    .section-live-game-players-list .columns-6 .live-game-player {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .section-live-game-players-list .columns-5 .live-game-player,
    .section-live-game-players-list .columns-6 .live-game-player {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .section-live-game-players-list .columns-5 .live-game-player {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1200px) {
    .section-live-game-players-list .columns-6 .live-game-player {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1440px) {
    .section-live-game-players-list .columns-6 .live-game-player {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.section-live-game-players-list .live-game-player {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.section-live-game-players-list .live-game-player__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: rgba(43, 55, 81, .2);
    padding: 16px 20px;
    text-align: center
}

.section-live-game-players-list .live-game-player__profile,
.section-live-game-players-list .live-game-player__profile--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

.section-live-game-players-list .live-game-player__social-network-page-links {
    margin-bottom: 12px
}

.section-live-game-players-list .live-game-player__social-network-page-link {
    display: inline-block;
    font-size: 16px;
    width: 20px;
    color: rgba(255, 255, 255, .72)
}

.section-live-game-players-list .live-game-player__thumbnail {
    position: relative;
    display: inline-block;
    margin: 0 auto 12px;
    border-radius: 50%;
    border: 3px solid #52ac20
}

.section-live-game-players-list .live-game-player__thumbnail--image {
    width: 88px;
    height: 88px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.section-live-game-players-list .live-game-player__status {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #52ac20;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-live-game-players-list .live-game-player__status span {
    font-weight: 700
}

.section-live-game-players-list .live-game-player__name {
    margin-bottom: 8px
}

.section-live-game-players-list .live-game-player__name a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.section-live-game-players-list .live-game-player__about {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    height: 36px;
    word-break: break-word;
    overflow: hidden
}

.section-live-game-players-list .live-game-player.offline .live-game-player__thumbnail {
    border-color: #8c8f95
}

.section-live-game-players-list .live-game-player.offline .live-game-player__status {
    background-color: #8c8f95;
    font-size: 12px;
    font-weight: 400
}

.section-live-game-players-list .game-now-playing {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px
}

.section-live-game-players-list .watch-live-playing-game {
    display: inline-block;
    margin: 0 auto
}

.section-live-game-players-list .watch-live-playing-game__link {
    font-family: "Montserrat", "Open Sans", sans-serif;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: .8125rem;
    line-height: 18px;
    border-radius: 6px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    opacity: .75;
    min-width: 182px;
    height: 44px;
    text-transform: capitalize;
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .67)
}

@media (prefers-reduced-motion:reduce) {
    .section-live-game-players-list .watch-live-playing-game__link {
        -webkit-transition: none;
        transition: none
    }
}

.section-live-game-players-list .watch-live-playing-game__link:hover,
.section-live-game-players-list .watch-live-playing-game__link:focus {
    text-decoration: none
}

.section-live-game-players-list .watch-live-playing-game__link:focus,
.section-live-game-players-list .watch-live-playing-game__link.focus {
    outline: 0
}

.section-live-game-players-list .watch-live-playing-game__link.disabled,
.section-live-game-players-list .watch-live-playing-game__link:disabled {
    opacity: .65
}

.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled):active,
.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled).active {
    background-image: none
}

.section-live-game-players-list .watch-live-playing-game__link:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.section-live-game-players-list .watch-live-playing-game__link:focus,
.section-live-game-players-list .watch-live-playing-game__link.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.section-live-game-players-list .watch-live-playing-game__link.disabled,
.section-live-game-players-list .watch-live-playing-game__link:disabled {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .67)
}

.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled):active,
.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled).active,
.show>.section-live-game-players-list .watch-live-playing-game__link.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(223, 223, 223, .67)
}

.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled):active:focus,
.section-live-game-players-list .watch-live-playing-game__link:not(:disabled):not(.disabled).active:focus,
.show>.section-live-game-players-list .watch-live-playing-game__link.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.section-game-blog-1-4-columns {
    padding: 60px 0 40px
}

.section-game-blog-1-4-columns__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.section-game-blog-1-4-columns__inner .columns-4>.articles__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.section-game-blog-1-4-columns__inner .articles {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.section-game-blog-1-4-columns__inner .columns-4>.articles__inner .article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .section-game-blog-1-4-columns__inner .columns-4>.articles__inner .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-game-blog-1-4-columns__inner .articles,
.section-game-blog-1-4-columns__inner .columns-4>.articles__inner .article {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px
}

@media (min-width:1200px) {
    .section-game-blog-1-4-columns__inner .articles,
    .section-game-blog-1-4-columns__inner .columns-4>.articles__inner .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section-game-blog-1-4-columns__inner .article {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 18px
}

.section-game-blog-1-4-columns__inner .article__attachment {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0
}

.section-game-blog-1-4-columns__inner .article__attachment a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: inherit
}

.section-game-blog-1-4-columns__inner .article__attachment a::after {
    position: absolute;
    content: '';
    background-image: url(../images/glow.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.section-game-blog-1-4-columns__inner .article__attachment img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-game-blog-1-4-columns__inner .article__summary {
    position: absolute;
    padding: 0 15px 15px;
    bottom: 0
}

.section-game-blog-1-4-columns__inner .article .article__header {
    margin-bottom: 0
}

.section-game-blog-1-4-columns__inner .article .entry-title {
    margin-bottom: 0
}

.section-game-blog-1-4-columns__inner .article .entry-title a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

.section-game-blog-1-4-columns__inner .article__excerpt {
    font-size: 13px;
    color: #dfe5e8
}

.section-game-blog-1-4-columns__inner .columns-4 .article__summary {
    left: 9px;
    right: 9px
}

.section-game-blog-1-4-columns.negative-bg {
    margin-top: -230px;
    padding-top: 290px
}

.section-game-blog-1-4-columns.negative-bg:before {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(top, #080b13, rgba(8, 11, 19, .9), rgba(8, 11, 19, .45), rgba(8, 11, 19, .35), rgba(19, 23, 34, .3), rgba(19, 23, 34, .35), rgba(19, 23, 34, .6), rgba(19, 23, 34, .7), rgba(19, 23, 34, .8), rgba(19, 23, 34, .9), #131722);
    background-image: linear-gradient(to bottom, #080b13, rgba(8, 11, 19, .9), rgba(8, 11, 19, .45), rgba(8, 11, 19, .35), rgba(19, 23, 34, .3), rgba(19, 23, 34, .35), rgba(19, 23, 34, .6), rgba(19, 23, 34, .7), rgba(19, 23, 34, .8), rgba(19, 23, 34, .9), #131722);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.movie {
    position: relative;
    margin-bottom: 23px
}

.movie__link {
    display: block
}

.movie__link:hover .movie__title,
.movie__link:focus .movie__title {
    color: #24baef
}

.movie__badge {
    position: absolute;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    padding: 0 12px;
    border-radius: 4px;
    top: -10.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.movie__poster {
    margin-bottom: 8px;
    position: relative
}

.movie__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.movie__meta {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #949cb0
}

.movie__meta>span+span:before {
    content: '  '
}

.movie__meta span a {
    color: #949cb0
}

.movie__ratings {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 32px;
    background-color: #19272ecc;
    padding: 0 7px;
    display: none
}

.movie__ratings--by {
    background-color: #fec02c;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    padding: 0 8px;
    border-radius: 3px;
    margin-right: 5px
}

.movie__ratings--rating {
    font-family: "Montserrat";
    font-size: 13px;
    color: #a3acb0;
    line-height: 18px;
    height: 18px;
    font-weight: 600;
    margin-right: 7px
}

.movie__ratings--rating .rating {
    font-size: 14px;
    color: #fff;
    font-weight: 700
}

.movie__ratings--rating .out-of {
    font-size: 10px;
    line-height: 18px
}

.movie__ratings .star {
    line-height: 18px;
    height: 18px
}

.movie__ratings .star svg {
    vertical-align: middle
}

.movie__title,
.movie__meta {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden
}

.movie__short-description p,
.movie__short-description div {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.01em;
    color: #b4bbc0
}

.movie__short-description div {
    margin-bottom: 1rem
}

.movie__actions a {
    font-size: 12px;
    line-height: 1.25;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    padding: 12.5px 18.7px
}

.movie__actions .movie-actions--link_add-to-playlist {
    color: #303544
}

.movie .movie-actions--link_watch {
    border-radius: 5px;
    background-color: #303544
}

.movie__actions,
.movie__review-info,
.movie__short-description {
    display: none
}

.movie__review-info {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #949cb0
}

.movie__review-info .avg-rating-number {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.5
}

.movie .avg-rating {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    display: block;
    margin-bottom: 10px
}

.movie .avg-rating .rating-with-count {
    position: relative
}

.movie .avg-rating .vodi-svg {
    fill: #303544
}

.movie .count,
.movie .avg-rating {
    font-size: 14px;
    color: #949cb0
}

.movie .avg-rating-number {
    font-weight: 700
}

.movie .rating-number-with-text .avg-rating-number {
    display: none
}

.archive .movies__jumbotron--top .home-section {
    width: auto;
    margin-left: 0
}

.archive .movies__jumbotron--top .home-section .container {
    padding: 0
}

.dark .movie__title {
    color: #fff
}

.dark .movie__actions .movie-actions--link_add-to-playlist {
    color: #fff
}

.movies-with-ratings .movie__ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.style-2 .movie__link {
    position: relative
}

.style-2 .movie__meta {
    margin-bottom: 2px;
    color: #fff;
    font-size: 13px
}

.style-2 .movie__info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 13px;
    z-index: 1;
    right: 0
}

.style-2 .movie__title {
    font-size: 15px
}

.style-2 .movie .movie__poster:before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.style-2 .movie img {
    width: 100%
}

.style-2 .columns-10 .movie__meta {
    font-size: 12px
}

.style-2 .columns-10 .movie__title {
    font-size: 14px
}

.post-type-archive-movie .masvideos_movies_widget .masvideos-movies .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.post-type-archive-movie .masvideos_movies_widget .masvideos-movies .movies__inner>.movie .movie__title {
    display: block
}

.movies__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12.5px;
    margin-left: -12.5px
}

.movies__inner>.movie {
    position: relative;
    width: 100%;
    padding-right: 12.5px;
    padding-left: 12.5px
}

.columns-5 .movies__inner>.movie,
.columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-5 .movies__inner>.movie,
    .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-5 .movies__inner>.movie,
    .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .columns-5 .movies__inner>.movie .movie__meta,
    .columns-7 .movies__inner>.movie .movie__meta {
        font-size: 10px
    }
    .columns-5 .movies__inner>.movie .movie__title,
    .columns-7 .movies__inner>.movie .movie__title {
        font-size: 12px
    }
}

@media (min-width:992px) {
    .columns-5 .movies__inner>.movie .movie__meta,
    .columns-7 .movies__inner>.movie .movie__meta {
        font-size: 12px
    }
    .columns-5 .movies__inner>.movie .movie__title,
    .columns-7 .movies__inner>.movie .movie__title {
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.2857142858%;
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }
}

.columns-8 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-8 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-8 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.columns-9 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-9 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-9 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 11.1108333333%;
        flex: 0 0 11.1108333333%;
        max-width: 11.1108333333%
    }
}

.columns-10 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-10 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-10 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

.movies-carousel__inner .movies__inner {
    margin: 0
}

.columns-1 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:1440px) {
    .columns-1 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.columns-1>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.columns-2 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:1440px) {
    .columns-2 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .columns-2>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.columns-3>.movie,
.columns-3 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-3>.movie,
    .columns-3 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-3>.movie,
    .columns-3 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 25%
    }
}

.columns-4>.movie,
.columns-4 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-4>.movie,
    .columns-4 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-4>.movie,
    .columns-4 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.columns-5 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-5 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1440px) {
    .columns-5 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.columns-5>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-5>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-5>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.columns-6>.movie,
.columns-6 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-6>.movie,
    .columns-6 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-6>.movie,
    .columns-6 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .columns-2 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner>.movie,
.vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .movies__inner>.movie,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.movies .slick-list {
    margin: 0 -7px;
    width: calc(100% + 14px);
    padding-top: 11px;
    margin-top: -11px
}

.movies .slick-slide {
    margin: 0 7px
}

.movies .movie__title {
    margin-bottom: 11px
}

.section-movies-carousel__custom-arrows button {
    margin-bottom: 37px
}

.style-2 .movies.columns-5 .slick-list,
.style-2 .movies.columns-6 .slick-list {
    margin: 0 -11px;
    width: calc(100% + 22px)
}

.style-2 .movies.columns-5 .slick-slide,
.style-2 .movies.columns-6 .slick-slide {
    margin: 0 11px
}

.style-2 .movies.columns-7 .slick-list,
.style-2 .movies.columns-8 .slick-list {
    margin: 0 -10px;
    width: calc(100% + 20px)
}

.style-2 .movies.columns-7 .slick-slide,
.style-2 .movies.columns-8 .slick-slide {
    margin: 0 10px
}

.style-2 .movies.columns-9 .slick-list,
.style-2 .movies.columns-10 .slick-list {
    margin: 0 -5px;
    width: calc(100% + 10px)
}

.style-2 .movies.columns-9 .slick-slide,
.style-2 .movies.columns-10 .slick-slide {
    margin: 0 5px
}

.single-movie .site-header {
    margin-bottom: 0
}

.single-movie .comment-reply-title small {
    display: none
}

.single-movie__player-container {
    background-repeat: no-repeat
}

.single-movie .movie__head {
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

@media (min-width:1200px) {
    .single-movie .movie__head {
        margin-bottom: 45px
    }
}

.single-movie .movie__rating-with-playlist {
    margin-top: 20px
}

@media (min-width:768px) {
    .single-movie .movie__rating-with-playlist {
        margin-top: 0
    }
}

.single-movie .movie .summary .movie_title {
    font-size: 24px;
    font-weight: 600
}

@media (min-width:992px) and (max-width:1199.98px) {
    .single-movie .movie .summary .movie_title {
        max-width: 77%;
        font-size: 26px
    }
}

@media (min-width:1200px) {
    .single-movie .movie .summary .movie_title {
        max-width: 80%
    }
}

@media (min-width:1440px) {
    .single-movie .movie .summary .movie_title {
        max-width: 84%
    }
}

.single-movie .movie .summary .movie__info--head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 20px
}

@media (min-width:992px) {
    .single-movie .movie .summary .movie__info--head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        padding-bottom: 5px
    }
}

.single-movie .movie .summary .movie__meta {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 15px;
    margin-bottom: 0
}

.single-movie .movie .summary .movie__meta>*+*:before {
    content: '|';
    display: inline-block;
    margin: 0 15px;
    color: #41494e
}

.single-movie .movie__related {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    padding: 38px 0 12px
}

@media (max-width:991.98px) {
    .single-movie .movie__related {
        margin-left: calc(-50vw + 50%)
    }
}

.single-movie .movie__related--inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .single-movie .movie__related--inner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .single-movie .movie__related--inner {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .single-movie .movie__related--inner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .single-movie .movie__related--inner {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .single-movie .movie__related--inner {
        max-width: 1440px
    }
}

@media (min-width:1486px) {
    .single-movie .movie__related--inner {
        max-width: 1486px
    }
}

@media (min-width:1200px) {
    .single-movie .movie__related--inner {
        padding-left: 38px;
        padding-right: 38px
    }
}

.single-movie .movie__related--title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px
}

@media (min-width:992px) {
    .single-movie .movie__related--title {
        font-size: 22px
    }
}

.single-movie .movie__related .movies__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px
}

.single-movie .movie__related .movies__inner>.movie {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px
}

.single-movie .movie__player>a,
.single-movie .movie__player>img,
.single-movie .movie__player>p>a,
.single-movie .movie__player>p>img {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-movie .movies .movie__meta--tmdb-rating,
.single-movie .movies .movie__meta--censor-rating,
.single-movie .movies .movie__meta--movie-run-time {
    display: none
}

.single-movie-v1 .movie__info--head .movie__rating-with-playlist {
    margin-top: 20px
}

@media (min-width:992px) {
    .single-movie-v1 .movie__info--head .movie__rating-with-playlist {
        margin-top: 0;
        position: relative;
        top: -21px
    }
}

@media (min-width:992px) {
    .single-movie-v1 .movie__head {
        max-width: 65.95%;
        margin: 0 auto 45px
    }
}

.single-movie-v3 .content-area>.movie,
.single-movie-v4 .content-area>.movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 55px
}

.single-movie-v3 .content-area>.movie .column,
.single-movie-v4 .content-area>.movie .column {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.single-movie-v3 .single-movie__player,
.single-movie-v4 .single-movie__player {
    margin-top: 81px
}

.single-movie-v3 .single-movie__content,
.single-movie-v4 .single-movie__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .single-movie-v3 .single-movie__content,
    .single-movie-v4 .single-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (min-width:1200px) {
    .single-movie-v3 .single-movie__content,
    .single-movie-v4 .single-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 73.3333333333%;
        flex: 0 0 73.3333333333%;
        max-width: 73.3333333333%
    }
}

.single-movie-v3 .single-movie__sidebar,
.single-movie-v4 .single-movie__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px
}

@media (min-width:992px) {
    .single-movie-v3 .single-movie__sidebar,
    .single-movie-v4 .single-movie__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media (min-width:1200px) {
    .single-movie-v3 .single-movie__sidebar,
    .single-movie-v4 .single-movie__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 26.6666666667%;
        flex: 0 0 26.6666666667%;
        max-width: 26.6666666667%
    }
}

.single-movie-v3 .single-movie__sidebar--banner-image,
.single-movie-v4 .single-movie__sidebar--banner-image {
    margin-top: 32px
}

.single-movie-v3 .single-movie__sidebar .widget,
.single-movie-v4 .single-movie__sidebar .widget {
    padding: 30px 20px 18px;
    margin-top: 33px
}

@media (min-width:992px) {
    .single-movie-v3 .single-movie__sidebar .widget,
    .single-movie-v4 .single-movie__sidebar .widget {
        padding: 30px 15px 18px;
        padding-top: 30px!important
    }
}

@media (min-width:1200px) {
    .single-movie-v3 .single-movie__sidebar .widget,
    .single-movie-v4 .single-movie__sidebar .widget {
        padding: 30px 20px 18px
    }
}

.single-movie-v3 .single-movie__sidebar .widget .widgettitle,
.single-movie-v4 .single-movie__sidebar .widget .widgettitle {
    font-size: 22px;
    letter-spacing: -.025em;
    font-weight: 500;
    padding-bottom: 13px;
    border-bottom-style: solid;
    border-width: 1px;
    display: block;
    margin-bottom: 23px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500
}

.single-movie-v2 .content-area>.movie {
    margin-bottom: 48px
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__row {
    padding-bottom: 70px
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .single-movie-v2 .single-movie__player-container--inner .single-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:1200px) {
    .single-movie-v2 .single-movie__player-container--inner .single-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65.5%;
        flex: 0 0 65.5%;
        max-width: 65.5%
    }
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__content .movie__head {
    margin-bottom: 0
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px
}

@media (min-width:992px) {
    .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
        padding-left: 50px
    }
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 38px
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__poster {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17.6%;
    flex: 0 0 17.6%;
    max-width: 17.6%;
    margin-right: 21px;
    margin-bottom: 0
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__title {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    height: 26px;
    overflow: hidden
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar--head-info .movie__meta {
    white-space: normal;
    height: 18px
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist {
    margin-bottom: 17px
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .avg-rating+.movie-actions--link_add-to-playlist {
    margin-left: 15px
}

@media (min-width:992px) {
    .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .avg-rating+.movie-actions--link_add-to-playlist {
        margin-left: 20px
    }
}

@media (min-width:1200px) {
    .single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .avg-rating+.movie-actions--link_add-to-playlist {
        margin-left: 35px
    }
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__rating-with-playlist .movie-actions--link_add-to-playlist {
    margin-left: 0
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__description {
    font-size: 15px;
    color: #b4bbc0;
    line-height: 26px;
    margin-bottom: 35px
}

.single-movie-v2 .single-movie__player-container--inner .single-movie__sidebar .movie__info--head {
    display: none
}

.single-movie-v2 .vodi-views-likes {
    margin-top: 12px
}

.single-movie-v2 .movie__recommended {
    padding-top: 50px
}

.single-movie-v3 .single-movie-bg-image {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: -81px;
    background-repeat: no-repeat;
    background-size: cover;
    left: calc(-50vw + 50% - 8px)
}

@media (min-width:992px) {
    .single-movie-v3 .single-movie-bg-image {
        left: calc(-50vw + 930px / 2 - 8px)
    }
}

@media (min-width:1200px) {
    .single-movie-v3 .single-movie-bg-image {
        left: calc(-50vw + 1094px / 2 - 8px)
    }
}

@media (min-width:1440px) {
    .single-movie-v3 .single-movie-bg-image {
        left: calc(-50vw + 1364px / 2 - 8px)
    }
}

@media (min-width:1486px) {
    .single-movie-v3 .single-movie-bg-image {
        left: calc(-50vw + 1410px / 2 - 8px)
    }
}

.single-movie-v3 .maxlist-more,
.single-movie-v3 .maxlist-less {
    display: block;
    text-align: center
}

.single-movie-v3 .masvideos-breadcrumb {
    position: relative;
    z-index: 1
}

.single-movie-v3 .single-movie__content-inner>*+* {
    margin-top: 0
}

.single-movie-v3 .single-movie__sidebar {
    z-index: 1
}

@media (min-width:992px) {
    .single-movie-v3 .single-movie__sidebar {
        margin-top: 81px
    }
}

.single-movie-v3 .movie__short-description {
    display: block
}

.single-movie-v3 .movie__short-description p {
    margin-bottom: 27px
}

.single-movie-v3 .movie__head {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 27px
}

.single-movie-v3 .movie .summary {
    margin-bottom: 17px
}

.single-movie-v3 .movie .summary .movie_title {
    max-width: 100%
}

.single-movie-v3 .movie__rating-with-playlist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

@media (min-width:1200px) {
    .single-movie-v3 .movie__rating-with-playlist {
        padding-left: 12px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .single-movie-v3 .movie__rating-with-playlist {
        margin-top: 20px!important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .single-movie-v3 .movie__info--head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.single-movie-v3 .vodi-sharing .sharedaddy .sd-sharing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.single-movie-v3 .vodi-sharing .sharedaddy .sd-title {
    margin-right: 0;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif
}

.single-movie-v3 .vodi-views-likes {
    margin-top: 18px
}

.single-movie-v4 .movie .single-movie__content>.movie__info--head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .single-movie-v4 .movie .single-movie__content>.movie__info--head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.11%;
        flex: 0 0 14.11%;
        max-width: 14.11%;
        margin-right: 16px
    }
}

.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__poster .movie__link {
    height: 100%;
    padding: 0
}

@media (min-width:768px) {
    .single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%
    }
}

.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__title {
    font-size: 26px;
    line-height: 1.3
}

.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__number {
    margin-bottom: 8px;
    display: none
}

.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__meta--genre,
.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__meta--genre a,
.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__meta--release-year {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #949cb0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 3px
}

.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__short-description {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 26px
}

.single-movie-v4 .movie .single-movie__content>.movie__info--head .movie__short-description>p {
    margin-bottom: 0
}

.single-movie-v4 .movie__description>div {
    font-size: 14px;
    line-height: 21px
}

.single-movie-v4 .movie__head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-movie-v4 .movie__summary {
    margin-bottom: 45px
}

.single-movie-v4 .movie__player {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px
}

.single-movie-v4 .movie__player--arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1
}

.single-movie-v4 .movie__player--arrows>*+*:before {
    content: '|';
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 8px
}

.single-movie-v4 .movie__player--prev-movie,
.single-movie-v4 .movie__player--next-movie {
    max-width: none;
    font-size: 14px;
    line-height: 1
}

.single-movie-v4 .movie__player--prev-movie a,
.single-movie-v4 .movie__player--next-movie a {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-movie-v4 .movie__player--prev-movie a:hover:after,
.single-movie-v4 .movie__player--prev-movie a:hover:before,
.single-movie-v4 .movie__player--next-movie a:hover:after,
.single-movie-v4 .movie__player--next-movie a:hover:before {
    border-color: #9f9fa4
}

.single-movie-v4 .movie__player--prev-movie__label,
.single-movie-v4 .movie__player--next-movie__label {
    left: auto;
    right: auto
}

.single-movie-v4 .movie__player--prev-movie {
    margin-right: 0
}

.single-movie-v4 .movie__player--prev-movie a:before {
    content: '';
    width: 43px;
    height: 43px;
    display: inline-block;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #4e5567;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>')
}

[dir="rtl"] .single-movie-v4 .movie__player--prev-movie a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>')
}

.single-movie-v4 .movie__player--prev-movie a:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir="rtl"] .single-movie-v4 .movie__player--prev-movie a:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

.single-movie-v4 .movie__player--next-movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.single-movie-v4 .movie__player--next-movie a:after {
    content: '';
    width: 43px;
    height: 43px;
    display: inline-block;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #4e5567;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>')
}

[dir="rtl"] .single-movie-v4 .movie__player--next-movie a:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>')
}

.single-movie-v4 .movie__player--next-movie a:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir="rtl"] .single-movie-v4 .movie__player--next-movie a:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

.single-movie-v4 .movie .masvideos-breadcrumb {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 18px;
    position: relative
}

.single-movie-v4 .movie .masvideos-breadcrumb::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(-50vw + 50% - 8px);
    top: 100%;
    width: 100%;
    height: 242px;
    background: -webkit-radial-gradient(46% 0%, farthest-corner, #31394b 2%, rgba(33, 38, 53, .57) 37%, rgba(160, 162, 168, 0) 72%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(farthest-corner at 46% 0%, #31394b 2%, rgba(33, 38, 53, .57) 37%, rgba(160, 162, 168, 0) 72%, rgba(255, 255, 255, 0) 100%)
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .movie-actions--link_add-to-playlist {
    margin-left: 0;
    margin-bottom: 10px
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating+.movie-actions--link_add-to-playlist {
    margin-left: 15px
}

@media (min-width:992px) {
    .single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating+.movie-actions--link_add-to-playlist {
        margin-left: 20px
    }
}

@media (min-width:1200px) {
    .single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating+.movie-actions--link_add-to-playlist {
        margin-left: 35px
    }
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-with-count {
    margin-right: 10px
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-with-count .avg-rating-number {
    display: none
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-number-with-text .avg-rating-number {
    display: block;
    font-size: 24px;
    letter-spacing: -.05em;
    font-weight: 600
}

.single-movie-v4 .movie .single-movie__sidebar--rating-playlist .avg-rating .rating-number-with-text .avg-rating-text {
    display: block;
    font-size: 12px;
    line-height: 1.5
}

.single-movie-v3 .movie .single-movie__sidebar .masvideos-movies-widget,
.single-movie-v4 .movie .single-movie__sidebar .masvideos-movies-widget {
    padding: 30px 20px 18px!important
}

.single-movie-v3 .movie .single-movie__sidebar .masvideos-movies-widget .columns-1 .movies__inner>.movie,
.single-movie-v4 .movie .single-movie__sidebar .masvideos-movies-widget .columns-1 .movies__inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.single-movie-v5 .summary {
    margin-bottom: 67px
}

.single-movie-v5 .single-movie__player-container {
    background: #131722;
    margin-bottom: 22px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .single-movie-v5 .single-movie__player-container:after {
        position: absolute;
        content: '';
        background-image: url(../images/glow.png);
        background-position: bottom;
        background-size: contain;
        display: block;
        bottom: 0;
        margin-left: calc(-50vw + 50% - 8px);
        width: 100vw;
        height: 150px
    }
}

.single-movie-v5 .single-movie__player-container--inner {
    padding-top: 115px;
    padding-bottom: 115px
}

@media (min-width:768px) {
    .single-movie-v5 .single-movie__player-container--inner {
        padding-bottom: 210px
    }
}

.single-movie-v5 .single-movie__player-container .movie_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 27px
}

@media (min-width:992px) {
    .single-movie-v5 .single-movie__player-container .movie_title {
        font-size: 50px
    }
}

.single-movie-v5 .movie__title {
    font-size: 26px;
    line-height: 1.3
}

.single-movie-v5 .movie__short-description p,
.single-movie-v5 .movie__short-description div {
    font-size: 16px;
    line-height: 26px
}

.single-movie-v5 .movie__short-description p:last-child,
.single-movie-v5 .movie__short-description div:last-child {
    margin-bottom: 0
}

.single-movie-v5 .movie__sharing {
    margin-bottom: 26px
}

.single-movie-v5 .movie__info--head .movie__rating-with-playlist {
    margin-top: 20px
}

@media (min-width:992px) {
    .single-movie-v5 .movie__info--head .movie__rating-with-playlist {
        margin-top: 0;
        position: relative;
        top: -21px
    }
}

.single-movie-v5 .movie__info--body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .single-movie-v5 .movie__info--body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-movie-v5 .movie__info--body .movie__short-description {
    display: block
}

.single-movie-v5 .movie__info--body .movie__short-description+.movie__sharing-with-tags {
    margin-top: 20px
}

@media (min-width:992px) {
    .single-movie-v5 .movie__info--body .movie__short-description+.movie__sharing-with-tags {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
        margin-left: 64px;
        margin-top: 0
    }
}

.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags a:first-child {
    margin-left: 3px
}

.single-movie-v5 .movie__related-video {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    padding-top: 41px;
    padding-bottom: 6px
}

@media (max-width:991.98px) {
    .single-movie-v5 .movie__related-video {
        margin-left: calc(-50vw + 50%)
    }
}

.single-movie-v5 .movie__related-video--inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .single-movie-v5 .movie__related-video--inner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .single-movie-v5 .movie__related-video--inner {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .single-movie-v5 .movie__related-video--inner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .single-movie-v5 .movie__related-video--inner {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .single-movie-v5 .movie__related-video--inner {
        max-width: 1440px
    }
}

@media (min-width:1486px) {
    .single-movie-v5 .movie__related-video--inner {
        max-width: 1486px
    }
}

@media (min-width:1200px) {
    .single-movie-v5 .movie__related-video--inner {
        padding-left: 38px;
        padding-right: 38px
    }
}

.single-movie-v5 .movie__related-video .video__badge {
    display: none
}

.single-movie-v5 .movie__related-posts {
    padding-top: 41px;
    margin-bottom: 58px
}

.single-movie-v5 .movie__related-posts--title {
    font-size: 22px;
    margin-bottom: 27px
}

.single-movie-v5 .movie__related-posts .posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.single-movie-v5 .movie__related-posts .posts .article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans", sans-serif
}

@media (min-width:992px) {
    .single-movie-v5 .movie__related-posts .posts .article {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.single-movie-v5 .movie__related-posts .posts .article__attachment--thumbnail {
    margin-bottom: 18px;
    height: auto
}

.single-movie-v5 .movie__related-posts .posts .article__categories {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 7px
}

.single-movie-v5 .movie__related-posts .posts .article__title {
    font-size: 15px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif
}

.single-movie-v5 .movie__related-posts .posts .article__title a {
    height: 21px;
    overflow: hidden;
    display: block
}

.single-movie-v5 .movie__related-posts .posts .article__attachment--thumbnail img {
    height: 185px
}

.single-movie-v5 .movie__related-posts .posts .article__meta {
    font-style: normal
}

.single-movie-v5 .movie__related-posts .posts .article__meta .article__categories {
    display: none
}

.single-movie-v5 .movie__related-posts .posts .article__meta .article__date:before {
    content: none
}

.single-movie-v5 h2.crew-casts-title {
    font-size: 26px;
    letter-spacing: -.025em;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block
}

.single-movie-v5 .movie-cast-crew-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px
}

@media (min-width:992px) {
    .single-movie-v5 .movie-cast-crew-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-movie-v5 .movie-cast-crew-tabs ul.nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    overflow: auto;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width:992px) {
    .single-movie-v5 .movie-cast-crew-tabs ul.nav {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        overflow: initial;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:991.98px) {
    .single-movie-v5 .movie-cast-crew-tabs ul.nav li {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content {
    margin-top: 20px
}

@media (min-width:992px) {
    .single-movie-v5 .movie-cast-crew-tabs .tab-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
        margin-top: 0
    }
}

.single-movie-v5 .movie-cast-crew-tabs ul.nav li a {
    font-size: 15px;
    line-height: 25px
}

.single-movie-v5 .movie-cast-crew-tabs ul.nav li+li {
    margin-left: 20px
}

@media (min-width:992px) {
    .single-movie-v5 .movie-cast-crew-tabs ul.nav li+li {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .single-movie-v5 .movie-cast-crew-tabs .tab-content {
        margin-top: -50px
    }
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crews-category-title {
    display: none
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-casts,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-crews,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-casts,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-crews {
    margin-top: 40px
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast,
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

@media (min-width:768px) {
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image,
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
        margin-right: 60px
    }
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image>a,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image>a {
    display: block
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) and (max-width:1199.98px) {
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img {
        height: auto
    }
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-name,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-name {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .person-role:before,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .person-role:before {
    content: "/";
    margin: 3px 1px 0 5px;
    display: inline-block
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-cast,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-crew,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-cast,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-crew {
    margin-top: 40px
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .single-person__short-description,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .single-person__short-description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 6px
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .single-person__short-description div,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .single-person__short-description p,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .single-person__short-description div,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .single-person__short-description p {
    font-size: 15px;
    line-height: 26px
}

.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
.single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

@media (min-width:768px) {
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
    .single-movie-v5 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info {
        margin-top: 0
    }
}

.single-movie-v5 .movie-gallery-carousel {
    margin-bottom: 73px
}

.single-movie-v5 .movie-gallery-carousel .slick-list {
    overflow: visible;
    margin: 0 -20px
}

.single-movie-v5 .movie-gallery-carousel .slick-slide {
    padding: 0 21px;
    max-width: 1486px;
    margin: 0 auto
}

.single-movie-v5 .movie-gallery-carousel .masvideos-movie-gallery__title {
    display: none
}

.single-movie-v5 .movie-gallery-carousel .slick-dots {
    padding-top: 7px
}

.single-movie__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-movie__actions .movie-actions--get-tickets,
.single-movie__actions .movie-actions--play-trailers,
.single-movie__actions .movie-actions--watch-now {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 12px 30px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 5px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    border-width: 2px;
    display: block;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .single-movie__actions .movie-actions--get-tickets,
    .single-movie__actions .movie-actions--play-trailers,
    .single-movie__actions .movie-actions--watch-now {
        -webkit-transition: none;
        transition: none
    }
}

.single-movie__actions .movie-actions--get-tickets:hover,
.single-movie__actions .movie-actions--get-tickets:focus,
.single-movie__actions .movie-actions--play-trailers:hover,
.single-movie__actions .movie-actions--play-trailers:focus,
.single-movie__actions .movie-actions--watch-now:hover,
.single-movie__actions .movie-actions--watch-now:focus {
    text-decoration: none
}

.single-movie__actions .movie-actions--get-tickets:focus,
.single-movie__actions .movie-actions--get-tickets.focus,
.single-movie__actions .movie-actions--play-trailers:focus,
.single-movie__actions .movie-actions--play-trailers.focus,
.single-movie__actions .movie-actions--watch-now:focus,
.single-movie__actions .movie-actions--watch-now.focus {
    outline: 0
}

.single-movie__actions .movie-actions--get-tickets.disabled,
.single-movie__actions .movie-actions--get-tickets:disabled,
.single-movie__actions .movie-actions--play-trailers.disabled,
.single-movie__actions .movie-actions--play-trailers:disabled,
.single-movie__actions .movie-actions--watch-now.disabled,
.single-movie__actions .movie-actions--watch-now:disabled {
    opacity: .65
}

.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled),
.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled),
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled) {
    cursor: pointer
}

.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active,
.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled).active,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active {
    background-image: none
}

@media (min-width:576px) {
    .single-movie__actions .movie-actions--get-tickets,
    .single-movie__actions .movie-actions--play-trailers,
    .single-movie__actions .movie-actions--watch-now {
        display: inline-block;
        width: auto
    }
}

@media (min-width:576px) {
    .single-movie__actions .movie-actions--get-tickets,
    .single-movie__actions .movie-actions--watch-now {
        padding: 13.5px 41.1px
    }
}

.single-movie__actions .movie-actions--play-trailers {
    border-radius: 5px;
    position: relative;
    color: transparent;
    border-color: transparent;
    border-color: #bab7ba;
    width: 100%;
    color: #fff
}

.single-movie__actions .movie-actions--play-trailers:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.single-movie__actions .movie-actions--play-trailers:focus,
.single-movie__actions .movie-actions--play-trailers.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.single-movie__actions .movie-actions--play-trailers.disabled,
.single-movie__actions .movie-actions--play-trailers:disabled {
    color: transparent;
    background-color: transparent
}

.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled).active,
.show>.single-movie__actions .movie-actions--play-trailers.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled):active:focus,
.single-movie__actions .movie-actions--play-trailers:not(:disabled):not(.disabled).active:focus,
.show>.single-movie__actions .movie-actions--play-trailers.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

@media (min-width:576px) {
    .single-movie__actions .movie-actions--play-trailers {
        padding: 13.5px 29.6px;
        width: auto
    }
}

.single-movie__actions .movie-actions--play-trailers:hover {
    border-color: #fff;
    color: #fff
}

.single-movie__actions>*:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width:576px) {
    .single-movie__actions>*:not(: last-child) {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.single-movie-v5 .movie__info--body .movie__sharing-with-tags .movie__tags a:first-child {
    margin-left: 3px
}

.single-movie-v6 .single-movie__player-container {
    min-height: 347px;
    background: #1c212e;
    background-size: cover;
    background-position: center
}

.single-movie-v6 .single-movie__content {
    padding-top: 28px
}

@media (min-width:992px) {
    .single-movie-v6 .single-movie__sidebar {
        margin-top: -54px
    }
}

.single-movie-v6 .movie .summary {
    margin-bottom: 31px;
    padding-bottom: 30px
}

.single-movie-v6 .movie .summary .movie_title {
    margin-top: 5px
}

.single-movie-v6 .single-movie-highlighted-comment {
    margin-bottom: 70px
}

@media (min-width:992px) {
    .single-movie-v7 .single-movie__content {
        margin-top: 20px
    }
}

.single-movie-v7 .movie .summary {
    padding-bottom: 53px
}

@media (min-width:992px) {
    .single-movie-v7 .movie .summary .single-movie__actions {
        margin-top: 62px
    }
}

.single-movie-v7 .single-movie-highlighted-comment {
    margin-bottom: 45px
}

.single-movie-v6 .movie .summary,
.single-movie-v7 .movie .summary {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.single-movie-v6 .movie .summary .movie_title,
.single-movie-v7 .movie .summary .movie_title {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 700
}

.single-movie-v6 .movie .summary .movie_title span,
.single-movie-v7 .movie .summary .movie_title span {
    font-size: 24px;
    font-weight: 400
}

@media (max-width:767.98px) {
    .single-movie-v6 .movie .summary .movie_title span,
    .single-movie-v7 .movie .summary .movie_title span {
        display: none
    }
}

.single-movie-v6 .movie .summary .movie__meta,
.single-movie-v7 .movie .summary .movie__meta {
    margin-bottom: 22px
}

.single-movie-v6 .movie .summary .movie__short-description,
.single-movie-v7 .movie .summary .movie__short-description {
    display: block
}

.single-movie-v6 .movie .summary .movie__short-description,
.single-movie-v7 .movie .summary .movie__short-description {
    margin-bottom: 40px
}

.single-movie-v6 .movie .summary .movie__short-description p,
.single-movie-v6 .movie .summary .movie__short-description div,
.single-movie-v7 .movie .summary .movie__short-description p,
.single-movie-v7 .movie .summary .movie__short-description div {
    font-size: 16px;
    line-height: 26px
}

.single-movie-v6 .movie__rating-with-playlist,
.single-movie-v7 .movie__rating-with-playlist {
    margin-bottom: 32px
}

.single-movie-v6 .single-movie__row,
.single-movie-v7 .single-movie__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 55px
}

.single-movie-v6 .single-movie__content,
.single-movie-v7 .single-movie__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .single-movie-v6 .single-movie__content,
    .single-movie-v7 .single-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie__content,
    .single-movie-v7 .single-movie__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.single-movie-v6 .single-movie__sidebar,
.single-movie-v7 .single-movie__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .single-movie-v6 .single-movie__sidebar,
    .single-movie-v7 .single-movie__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie__sidebar,
    .single-movie-v7 .single-movie__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 25px;
        padding-left: 15px
    }
}

.single-movie-v6 .single-movie__sidebar .movie__poster,
.single-movie-v7 .single-movie__sidebar .movie__poster {
    margin-bottom: 0
}

.single-movie-v6.single-movie .movie__related,
.single-movie-v7.single-movie .movie__related {
    width: auto;
    margin-left: 0;
    padding: 25px 0 12px;
    background: transparent;
    margin-bottom: 20px
}

.single-movie-v6.single-movie .movie__related--inner,
.single-movie-v7.single-movie .movie__related--inner {
    padding: 0
}

.single-movie-v6.single-movie .movie__related--title,
.single-movie-v7.single-movie .movie__related--title {
    font-size: 26px;
    color: #e3e3e3;
    margin-bottom: 17px
}

.single-movie-v6.single-movie .movie__related .movie__badge,
.single-movie-v7.single-movie .movie__related .movie__badge {
    display: none
}

.single-movie-v6 .summary__inner,
.single-movie-v7 .summary__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.single-movie-v6 .summary .movie__info,
.single-movie-v6 .summary .single-movie__actions,
.single-movie-v7 .summary .movie__info,
.single-movie-v7 .summary .single-movie__actions {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.single-movie-v6 .summary .movie__info,
.single-movie-v7 .summary .movie__info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.single-movie-v6 .summary .single-movie__actions,
.single-movie-v7 .summary .single-movie__actions {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-top: 20px
}

@media (min-width:1200px) {
    .single-movie-v6 .summary .single-movie__actions,
    .single-movie-v7 .summary .single-movie__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .single-movie-v6 .summary .single-movie__actions,
    .single-movie-v7 .summary .single-movie__actions {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media (min-width:1200px) {
    .single-movie-v6 .summary .single-movie__actions+.movie__info,
    .single-movie-v7 .summary .single-movie__actions+.movie__info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

.single-movie-v6 .masvideos-Reviews,
.single-movie-v7 .masvideos-Reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-movie-v6 .masvideos-Reviews #review_form_wrapper,
.single-movie-v7 .masvideos-Reviews #review_form_wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.single-movie-v6 .masvideos-Reviews #comments,
.single-movie-v7 .masvideos-Reviews #comments {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie__actions>*,
    .single-movie-v7 .single-movie__actions>* {
        width: 100%
    }
}

.single-movie-v6 .single-movie__actions>*:not(:last-child),
.single-movie-v7 .single-movie__actions>*:not(:last-child) {
    margin-bottom: 16px
}

@media (min-width:768px) {
    .single-movie-v6 .single-movie__actions>*:not(: last-child), .single-movie-v7 .single-movie__actions>*:not(: last-child) {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie__actions>*:not(: last-child), .single-movie-v7 .single-movie__actions>*:not(: last-child) {
        margin-right: 0;
        margin-bottom: 16px
    }
}

.single-movie-v6 .single-movie-details,
.single-movie-v7 .single-movie-details {
    margin-bottom: 50px
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie-details--attributes,
    .single-movie-v7 .single-movie-details--attributes {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.single-movie-v6 .single-movie-details--attributes table.movie__attributes th,
.single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes th,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td {
    border: none;
    padding: 0;
    color: #e3e3e3
}

.single-movie-v6 .single-movie-details--attributes table.movie__attributes th,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes th {
    font-weight: 400;
    width: 156px
}

.single-movie-v6 .single-movie-details--attributes table.movie__attributes td,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td {
    font-weight: 600
}

.single-movie-v6 .single-movie-details--attributes table.movie__attributes td p,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td p {
    margin-bottom: 0
}

.single-movie-v6 .single-movie-details--attributes table.movie__attributes td span,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td span {
    display: block;
    font-weight: 500
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie-details--attributes+.single-movie-details--description,
    .single-movie-v7 .single-movie-details--attributes+.single-movie-details--description {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%
    }
}

.single-movie-v6 .single-movie-details--description,
.single-movie-v7 .single-movie-details--description {
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.single-movie-v6 .single-movie-details__inner,
.single-movie-v7 .single-movie-details__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie-details__inner,
    .single-movie-v7 .single-movie-details__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-movie-v6 .movie-featured-crew,
.single-movie-v7 .movie-featured-crew {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .single-movie-v6 .movie-featured-crew,
    .single-movie-v7 .movie-featured-crew {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-movie-v6 .movie-featured-crew .movie-crew,
.single-movie-v7 .movie-featured-crew .movie-crew {
    font-family: "Open Sans", sans-serif
}

.single-movie-v6 .movie-featured-crew .movie-crew .person-name,
.single-movie-v7 .movie-featured-crew .movie-crew .person-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0
}

.single-movie-v6 .movie-featured-crew .movie-crew .person-role,
.single-movie-v7 .movie-featured-crew .movie-crew .person-role {
    font-size: 13px;
    color: #fff
}

.single-movie-v6 .movie-featured-crew .movie-crew+.movie-crew,
.single-movie-v7 .movie-featured-crew .movie-crew+.movie-crew {
    margin-top: 20px
}

@media (min-width:768px) {
    .single-movie-v6 .movie-featured-crew .movie-crew+.movie-crew,
    .single-movie-v7 .movie-featured-crew .movie-crew+.movie-crew {
        margin-left: 30px;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .single-movie-v6 .movie-featured-crew .movie-crew+.movie-crew,
    .single-movie-v7 .movie-featured-crew .movie-crew+.movie-crew {
        margin-left: 80px
    }
}

.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner img,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner img {
    width: 63px;
    height: 63px;
    margin-right: 20px
}

.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author {
    font-weight: 600;
    margin-right: 6px
}

.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .star-rating .star,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .star-rating .star {
    color: #949cb0;
    font-size: 16px;
    width: 18px
}

.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .comment-text,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .comment-text {
    font-size: 14px
}

.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner p.meta,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner p.meta {
    margin-bottom: 12px;
    line-height: 1
}

.single-movie-v6 .single-movie-highlighted-comment ol.commentlist li.comment+li,
.single-movie-v7 .single-movie-highlighted-comment ol.commentlist li.comment+li {
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333
}

.single-movie-v6 .single-movie-casts,
.single-movie-v7 .single-movie-casts {
    margin-bottom: 31px
}

.single-movie-v6 .single-movie-casts .movie-casts .slick-list,
.single-movie-v7 .single-movie-casts .movie-casts .slick-list {
    margin: 0 -14px
}

.single-movie-v6 .single-movie-casts .movie-casts .slick-slide,
.single-movie-v7 .single-movie-casts .movie-casts .slick-slide {
    padding: 0 14px
}

.single-movie-v6 .single-movie-casts .movie-cast>a,
.single-movie-v7 .single-movie-casts .movie-cast>a {
    display: block
}

.single-movie-v6 .single-movie-casts .movie-cast .person-image,
.single-movie-v7 .single-movie-casts .movie-cast .person-image {
    margin-bottom: 10px
}

.single-movie-v6 .single-movie-casts .movie-cast .person-name,
.single-movie-v7 .single-movie-casts .movie-cast .person-name {
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    margin-bottom: 5px
}

.single-movie-v6 .single-movie-casts .movie-cast .person-role,
.single-movie-v7 .single-movie-casts .movie-cast .person-role {
    font-size: 12px;
    color: #808b90;
    line-height: 1
}

.single-movie-v6 .movie__related-video--title,
.single-movie-v7 .movie__related-video--title {
    margin-bottom: 22px
}

.single-movie-v6 .movie__related-video,
.single-movie-v7 .movie__related-video {
    margin-bottom: 22px
}

.single-movie-v6 .movie__related-video .video__badge,
.single-movie-v7 .movie__related-video .video__badge {
    display: none
}

.single-movie-v6 .masvideos-movie-gallery,
.single-movie-v7 .masvideos-movie-gallery {
    margin-bottom: 50px
}

.single-movie-v6 .masvideos-movie-gallery__inner,
.single-movie-v7 .masvideos-movie-gallery__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto
}

@media (min-width:1200px) {
    .single-movie-v6 .masvideos-movie-gallery__inner,
    .single-movie-v7 .masvideos-movie-gallery__inner {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: initial
    }
}

@media (max-width:767.98px) {
    .single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image,
    .single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1200px) {
    .single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image,
    .single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image>a,
.single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image>a {
    display: block
}

.single-movie-v6 .masvideos-movie-gallery .masvideos-gallery__image>a img,
.single-movie-v7 .masvideos-movie-gallery .masvideos-gallery__image>a img {
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.single-movie-casts--title,
.movie__related-video--title,
.single-movie-v6.single-movie .masvideos-reviews__title,
.single-movie-v7.single-movie .masvideos-reviews__title,
.single-movie-v6 .masvideos-movie-gallery__title,
.single-movie-v6 .single-movie-highlighted-comment--title,
.single-movie-v7 .single-movie-highlighted-comment--title,
.single-movie-v6 .single-movie-details--attributes__title,
.single-movie-v7 .single-movie-details--attributes__title,
.single-movie-v6 .single-movie-details--description__title,
.single-movie-v7 .single-movie-details--description__title {
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 22px
}

.single-movie-v6 .single-movie-highlighted-comment--title {
    margin-bottom: 28px
}

.single-movie-v6.single-movie .masvideos-reviews__title,
.single-movie-v7.single-movie .masvideos-reviews__title {
    margin-bottom: 28px;
    display: inline-block
}

.single-movie-v6.single-movie .masvideos-reviews__title:after,
.single-movie-v7.single-movie .masvideos-reviews__title:after {
    content: "+";
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-left: 18px;
    font-weight: 700
}

.single-movie .movie_related__by-person {
    margin-bottom: 37px
}

.single-movie .movie_related__by-person--title {
    font-size: 26px;
    color: #e3e3e3;
    margin-bottom: 17px
}

@media (max-width:767.98px) {
    .single-movie .movie_related__by-person--inner .columns-2 .movies__inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.single-movie .movie_related__by-person--inner>.movie {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .single-movie .movie_related__by-person--inner>.movie {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.single-movie .movie_related__by-person--inner .movie {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.single-movie .movie_related__by-person--inner .movie__poster {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .single-movie .movie_related__by-person--inner .movie__poster {
        margin-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }
}

@media (min-width:768px) {
    .single-movie .movie_related__by-person--inner .movie__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        margin-right: 24px
    }
}

@media (max-width:767.98px) {
    .single-movie .movie_related__by-person--inner .movie__poster .movie__link {
        height: 100%;
        padding: 0
    }
}

@media (max-width:767.98px) {
    .single-movie .movie_related__by-person--inner .movie__poster .movie__link .movie__poster--image,
    .single-movie .movie_related__by-person--inner .movie__poster .movie__link .masvideos-placeholder {
        position: relative
    }
}

.single-movie .movie_related__by-person--inner .movie__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (max-width:767.98px) {
    .single-movie .movie_related__by-person--inner .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%
    }
}

@media (min-width:768px) {
    .single-movie .movie_related__by-person--inner .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%
    }
}

.single-movie .movie_related__by-person--inner .movie__short-description {
    display: block
}

.single-movie .movie_related__by-person--inner .movie__short-description>div {
    display: -webkit-box;
    max-height: 36px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    margin-bottom: 1rem
}

.single-movie .movie_related__by-person--inner .movie__short-description p:last-child {
    margin-bottom: 0
}

.single-movie .movie_related__by-person--inner .movie__badge {
    display: none
}

.single-movie .movie_related__by-person--inner .movie__review-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.single-movie .movie_related__by-person--inner .avg-rating .vodi-svg {
    fill: #303544
}

@media (min-width:768px) {
    .single-movie-v6 h2.single-movie-details--description__title:after,
    .single-movie-v7 h2.single-movie-details--description__title:after {
        content: "+";
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        margin-left: 18px;
        font-weight: 700
    }
}

.single-movie-v6 .single-movie-details--description,
.single-movie-v7 .single-movie-details--description {
    margin-top: 20px
}

@media (min-width:1200px) {
    .single-movie-v6 .single-movie-details--description,
    .single-movie-v7 .single-movie-details--description {
        margin-top: 0
    }
}

.single-movie-v6 .crew-casts-title,
.single-movie-v7 .crew-casts-title {
    font-size: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 15px
}

.single-movie-v6 .movie-cast-crew-tabs,
.single-movie-v7 .movie-cast-crew-tabs {
    margin-bottom: 50px
}

.single-movie-v6 .movie-cast-crew-tabs ul.nav,
.single-movie-v7 .movie-cast-crew-tabs ul.nav {
    margin-bottom: 25px;
    overflow: auto;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width:768px) {
    .single-movie-v6 .movie-cast-crew-tabs ul.nav,
    .single-movie-v7 .movie-cast-crew-tabs ul.nav {
        overflow: initial
    }
}

@media (max-width:767.98px) {
    .single-movie-v6 .movie-cast-crew-tabs ul.nav li,
    .single-movie-v7 .movie-cast-crew-tabs ul.nav li {
        -webkit-flex-shrink: 0;
        flex-shrink: 0
    }
}

.single-movie-v6 .movie-cast-crew-tabs ul.nav li a,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a {
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 6.5px 30.5px;
    background: #323846;
    line-height: 18px;
    font-family: "Montserrat", "Open Sans", sans-serif
}

.single-movie-v6 .movie-cast-crew-tabs ul.nav li a.active,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a.active {
    color: #1c212e
}

.single-movie-v6 .movie-cast-crew-tabs ul.nav li+li,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li+li {
    margin-left: 10px
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crews-category-title,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews-category-title {
    display: none
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-casts,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-crews,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-casts,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-crews,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-casts,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-casts+.movie-crews,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-casts,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crews+.movie-crews {
    border-top-width: 1px;
    border-top-style: solid
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-image,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-image,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-image,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-image {
    max-width: 4.4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.4%;
    flex: 0 0 4.4%;
    margin-right: 27px
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-image img,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-image img {
    height: 65px;
    -o-object-fit: cover;
    object-fit: cover
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-name,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-name,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-name,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-name {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    margin-bottom: 0
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-role,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-role,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-role {
    color: #e3e3e3;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-role:before,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-role:before,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-role:before,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-role:before {
    content: "...";
    display: inline-block;
    color: #fff
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-cast,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-crew,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-cast,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-crew,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-cast,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast+.movie-crew,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-cast,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew+.movie-crew {
    border-top-width: 1px;
    border-top-style: solid
}

.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .movie-cast__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .movie-crew__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .movie-cast__person-info,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .movie-crew__person-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-movie .movie-tabs {
    margin-bottom: 65px
}

.single-movie .movie-tabs .nav {
    font-family: "Montserrat", "Open Sans", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    margin-bottom: 40px
}

@media (max-width:1199.98px) {
    .single-movie .movie-tabs .nav {
        overflow: auto;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.single-movie .movie-tabs .nav .nav-item {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.single-movie .movie-tabs .nav .nav-item+.nav-item:before {
    content: '/';
    margin: 0 25px 0 30px
}

.single-movie .movie-tabs .nav .nav-item a {
    position: relative;
    padding: 0 6px 18px 6px
}

.single-movie .movie-tabs .nav .nav-item a.active {
    font-weight: 500
}

.single-movie .movie-tabs .nav .nav-item a.active:after {
    content: ' ';
    border-bottom: 3px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    border-bottom-color: red
}

.single-movie .movie__description-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .single-movie .movie__description-tab {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-movie .movie__description-tab .movie__info--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .single-movie .movie__description-tab .movie__info--left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-basis: 0%;
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
}

.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link {
    padding: 0;
    height: auto
}

.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link .movie__poster--image,
.single-movie .movie__description-tab .movie__info--left .movie__poster .movie__link .masvideos-placeholder {
    position: relative
}

.single-movie .movie__description-tab .movie__info--right {
    margin-top: 20px
}

@media (min-width:992px) {
    .single-movie .movie__description-tab .movie__info--right {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .single-movie .movie__description-tab .movie__poster {
        margin-right: 40px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.1%;
        flex: 0 0 24.1%;
        max-width: 24.1%
    }
}

.single-movie .movie__description-tab .movie_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px
}

@media (min-width:992px) {
    .single-movie .movie__description-tab .movie_title {
        font-size: 22px
    }
}

.single-movie .movie__description-tab .movie__meta {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
    color: #fff
}

.single-movie .movie__description-tab .movie__meta>*+*:before {
    content: '|';
    display: inline-block;
    margin: 0 15px;
    color: #949cb0
}

.single-movie .movie__description-tab .movie__description {
    font-size: 15px;
    color: #b4bbc0;
    line-height: 26px;
    letter-spacing: -.01em
}

.single-movie .movie__description-tab .movie__rating-with-playlist {
    margin-bottom: 23px
}

.single-movie .movie__description-tab .movie__rating-with-playlist .avg-rating+.movie-actions--link_add-to-playlist {
    margin-left: 35px
}

.single-movie .movie__description-tab .movie__rating-with-playlist .movie-actions--link_add-to-playlist {
    margin-left: 0
}

@media (min-width:768px) {
    .single-movie .movie__description-tab .movie__attributes {
        margin-bottom: 40px
    }
}

.single-movie .movie__description-tab .movie__attributes th,
.single-movie .movie__description-tab .movie__attributes td {
    border: none;
    padding: 6px
}

.single-movie .movie__description-tab .movie__attributes td p {
    margin-bottom: 0
}

.single-movie .movie__description-tab .movie__attributes th {
    color: #fff;
    font-weight: 400;
    width: 30%
}

.single-movie .movie__description-tab .movie__attributes td {
    color: #b4bbc0
}

.single-movie .movie__description-tab .movie__attributes td a {
    color: #b4bbc0
}

.single-movie .movie__description-tab .vodi-sharing {
    margin-bottom: 40px
}

@media (min-width:1200px) {
    .single-movie .movie__description-tab .movie__info--left+.movie__info--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
        padding-left: 50px;
        margin-left: 30px
    }
}

@media (min-width:1440px) {
    .single-movie .movie__description-tab .movie__info--left+.movie__info--right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 36.9%;
        flex: 0 0 36.9%;
        max-width: 36.9%;
        padding-left: 70px;
        margin-left: 30px
    }
}

.single-movie-v1 .movie__description-tab,
.single-movie-v1 .movie__description-tab .movie__info--left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.single-movie .masvideos-Reviews #review_form_wrapper {
    margin-bottom: 60px
}

.masvideos-Reviews .comment-respond .comment-reply-title small {
    display: none
}

.single-movie .movie__recommended--title {
    font-size: 22px;
    margin-bottom: 24px
}

@media (min-width:992px) {
    .single-movie .movie__recommended--title {
        font-size: 24px
    }
}

.single-movie .movie__recommended .movie__poster:before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 50%, rgba(0, 0, 0, .7) 100%);
    content: " ";
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1
}

@media (min-width:992px) {
    .single-movie .movie__recommended .movie__body {
        position: absolute;
        text-align: center;
        width: 100%;
        padding: 0 25px 20px;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 2
    }
    .single-movie .movie__recommended .movie__body .movie__title {
        font-size: 32px;
        height: 44px;
        overflow: hidden;
        line-height: 1.5
    }
}

.single-movie .movie__recommended .movie__short-description {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    display: block
}

@media (max-width:991.98px) {
    .single-movie .movie__recommended .movie__short-description {
        display: none
    }
}

.single-movie .movie__recommended .movie__short-description p,
.single-movie .movie__recommended .movie__short-description div {
    max-height: 42px;
    overflow: hidden;
    color: #fff
}

.single-movie .movie__recommended .movie__meta {
    display: none
}

.single-movie .movie__recommended .movie .movie-actions--link_watch {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 12px 10.5px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    display: block;
    width: 100%;
    font-weight: 700;
    font-family: "Montserrat", "Open Sans", sans-serif;
    color: #fff
}

@media (prefers-reduced-motion:reduce) {
    .single-movie .movie__recommended .movie .movie-actions--link_watch {
        -webkit-transition: none;
        transition: none
    }
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:hover,
.single-movie .movie__recommended .movie .movie-actions--link_watch:focus {
    text-decoration: none
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:focus,
.single-movie .movie__recommended .movie .movie-actions--link_watch.focus {
    outline: 0
}

.single-movie .movie__recommended .movie .movie-actions--link_watch.disabled,
.single-movie .movie__recommended .movie .movie-actions--link_watch:disabled {
    opacity: .65
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled) {
    cursor: pointer
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active {
    background-image: none
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:focus,
.single-movie .movie__recommended .movie .movie-actions--link_watch.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.single-movie .movie__recommended .movie .movie-actions--link_watch.disabled,
.single-movie .movie__recommended .movie .movie-actions--link_watch:disabled {
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show>.single-movie .movie__recommended .movie .movie-actions--link_watch.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #dfdfdf
}

.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.single-movie .movie__recommended .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.single-movie .movie__recommended .movie .movie-actions--link_watch.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

.single-movie .movie__recommended .movie__actions {
    display: none
}

.single-movie .movie__recommended .movie__actions .movie-actions--link_add-to-playlist {
    display: none
}

@media (min-width:992px) {
    .single-movie .movie__recommended .movie__actions {
        display: block
    }
}

.single-movie .masvideos-reviews__title {
    font-size: 24px;
    margin-bottom: 24px
}

.single-movie #reviews .comment_container p:last-child {
    margin-bottom: 0
}

.single-movie #reviews .masvideos-review__author {
    font-weight: 600
}

.single-movie #reviews .comment_container img {
    width: auto;
    height: auto
}

.single-movie #reviews .commentlist {
    margin-bottom: 60px
}

.single-movie #reviews .star-rating .star {
    color: #949cb0
}

.single-movie .comment_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-movie .comment_container--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.single-movie .comment_container--inner .description {
    display: none
}

.single-movie .comment_container .description {
    margin-top: 20px;
    color: #e3e3e3
}

.single-movie .masvideos-Reviews #comments ol.commentlist li.comment+li {
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333
}

.single-movie #reviews .comment_container p {
    line-height: 1.5
}

.movie__streaming-medias {
    padding-left: 0;
    list-style: none;
    padding: 0;
    background: #1c212e
}

.movie__streaming-medias span {
    font-size: 13px;
    color: #808b90
}

.movie__streaming-medias h3 {
    margin-bottom: 0
}

.movie__streaming-medias li {
    padding: 27px 30px 22px 22px
}

.movie__streaming-medias li a {
    display: block
}

.movie__streaming-medias li+li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #333846
}

.movie__poster .movie__link,
.movie__poster .tv-show__link,
.movie__poster .video__link,
.movie__poster .episode__link,
.tv-show__poster .movie__link,
.tv-show__poster .tv-show__link,
.tv-show__poster .video__link,
.tv-show__poster .episode__link,
.video__poster .movie__link,
.video__poster .tv-show__link,
.video__poster .video__link,
.video__poster .episode__link,
.episode__poster .movie__link,
.episode__poster .tv-show__link,
.episode__poster .video__link,
.episode__poster .episode__link {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    height: 0
}

.movie__poster .movie__link .movie__poster--image,
.movie__poster .movie__link .tv-show__poster--image,
.movie__poster .movie__link .video__poster--image,
.movie__poster .movie__link .episode__poster--image,
.movie__poster .movie__link .masvideos-placeholder,
.movie__poster .tv-show__link .movie__poster--image,
.movie__poster .tv-show__link .tv-show__poster--image,
.movie__poster .tv-show__link .video__poster--image,
.movie__poster .tv-show__link .episode__poster--image,
.movie__poster .tv-show__link .masvideos-placeholder,
.movie__poster .video__link .movie__poster--image,
.movie__poster .video__link .tv-show__poster--image,
.movie__poster .video__link .video__poster--image,
.movie__poster .video__link .episode__poster--image,
.movie__poster .video__link .masvideos-placeholder,
.movie__poster .episode__link .movie__poster--image,
.movie__poster .episode__link .tv-show__poster--image,
.movie__poster .episode__link .video__poster--image,
.movie__poster .episode__link .episode__poster--image,
.movie__poster .episode__link .masvideos-placeholder,
.tv-show__poster .movie__link .movie__poster--image,
.tv-show__poster .movie__link .tv-show__poster--image,
.tv-show__poster .movie__link .video__poster--image,
.tv-show__poster .movie__link .episode__poster--image,
.tv-show__poster .movie__link .masvideos-placeholder,
.tv-show__poster .tv-show__link .movie__poster--image,
.tv-show__poster .tv-show__link .tv-show__poster--image,
.tv-show__poster .tv-show__link .video__poster--image,
.tv-show__poster .tv-show__link .episode__poster--image,
.tv-show__poster .tv-show__link .masvideos-placeholder,
.tv-show__poster .video__link .movie__poster--image,
.tv-show__poster .video__link .tv-show__poster--image,
.tv-show__poster .video__link .video__poster--image,
.tv-show__poster .video__link .episode__poster--image,
.tv-show__poster .video__link .masvideos-placeholder,
.tv-show__poster .episode__link .movie__poster--image,
.tv-show__poster .episode__link .tv-show__poster--image,
.tv-show__poster .episode__link .video__poster--image,
.tv-show__poster .episode__link .episode__poster--image,
.tv-show__poster .episode__link .masvideos-placeholder,
.video__poster .movie__link .movie__poster--image,
.video__poster .movie__link .tv-show__poster--image,
.video__poster .movie__link .video__poster--image,
.video__poster .movie__link .episode__poster--image,
.video__poster .movie__link .masvideos-placeholder,
.video__poster .tv-show__link .movie__poster--image,
.video__poster .tv-show__link .tv-show__poster--image,
.video__poster .tv-show__link .video__poster--image,
.video__poster .tv-show__link .episode__poster--image,
.video__poster .tv-show__link .masvideos-placeholder,
.video__poster .video__link .movie__poster--image,
.video__poster .video__link .tv-show__poster--image,
.video__poster .video__link .video__poster--image,
.video__poster .video__link .episode__poster--image,
.video__poster .video__link .masvideos-placeholder,
.video__poster .episode__link .movie__poster--image,
.video__poster .episode__link .tv-show__poster--image,
.video__poster .episode__link .video__poster--image,
.video__poster .episode__link .episode__poster--image,
.video__poster .episode__link .masvideos-placeholder,
.episode__poster .movie__link .movie__poster--image,
.episode__poster .movie__link .tv-show__poster--image,
.episode__poster .movie__link .video__poster--image,
.episode__poster .movie__link .episode__poster--image,
.episode__poster .movie__link .masvideos-placeholder,
.episode__poster .tv-show__link .movie__poster--image,
.episode__poster .tv-show__link .tv-show__poster--image,
.episode__poster .tv-show__link .video__poster--image,
.episode__poster .tv-show__link .episode__poster--image,
.episode__poster .tv-show__link .masvideos-placeholder,
.episode__poster .video__link .movie__poster--image,
.episode__poster .video__link .tv-show__poster--image,
.episode__poster .video__link .video__poster--image,
.episode__poster .video__link .episode__poster--image,
.episode__poster .video__link .masvideos-placeholder,
.episode__poster .episode__link .movie__poster--image,
.episode__poster .episode__link .tv-show__poster--image,
.episode__poster .episode__link .video__poster--image,
.episode__poster .episode__link .episode__poster--image,
.episode__poster .episode__link .masvideos-placeholder {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

.movie__poster .movie__link .masvideos-placeholder,
.movie__poster .tv-show__link .masvideos-placeholder,
.movie__poster .video__link .masvideos-placeholder,
.movie__poster .episode__link .masvideos-placeholder,
.tv-show__poster .movie__link .masvideos-placeholder,
.tv-show__poster .tv-show__link .masvideos-placeholder,
.tv-show__poster .video__link .masvideos-placeholder,
.tv-show__poster .episode__link .masvideos-placeholder,
.video__poster .movie__link .masvideos-placeholder,
.video__poster .tv-show__link .masvideos-placeholder,
.video__poster .video__link .masvideos-placeholder,
.video__poster .episode__link .masvideos-placeholder,
.episode__poster .movie__link .masvideos-placeholder,
.episode__poster .tv-show__link .masvideos-placeholder,
.episode__poster .video__link .masvideos-placeholder,
.episode__poster .episode__link .masvideos-placeholder {
    height: 100%
}

.movie__poster .movie__link:after,
.movie__poster .tv-show__link:after,
.movie__poster .video__link:after,
.movie__poster .episode__link:after,
.tv-show__poster .movie__link:after,
.tv-show__poster .tv-show__link:after,
.tv-show__poster .video__link:after,
.tv-show__poster .episode__link:after,
.video__poster .movie__link:after,
.video__poster .tv-show__link:after,
.video__poster .video__link:after,
.video__poster .episode__link:after,
.episode__poster .movie__link:after,
.episode__poster .tv-show__link:after,
.episode__poster .video__link:after,
.episode__poster .episode__link:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(36, 186, 239, .3) none repeat scroll 0 0;
    content: "";
    opacity: 0
}

.movie__poster .movie__link:hover:after,
.movie__poster .tv-show__link:hover:after,
.movie__poster .video__link:hover:after,
.movie__poster .episode__link:hover:after,
.tv-show__poster .movie__link:hover:after,
.tv-show__poster .tv-show__link:hover:after,
.tv-show__poster .video__link:hover:after,
.tv-show__poster .episode__link:hover:after,
.video__poster .movie__link:hover:after,
.video__poster .tv-show__link:hover:after,
.video__poster .video__link:hover:after,
.video__poster .episode__link:hover:after,
.episode__poster .movie__link:hover:after,
.episode__poster .tv-show__link:hover:after,
.episode__poster .video__link:hover:after,
.episode__poster .episode__link:hover:after {
    opacity: 1
}

.movie__poster .movie__link {
    padding: 150% 0 0 0
}

.tv-show__poster .tv-show__link,
.tv-show__poster .video__link,
.tv-show__poster .episode__link,
.video__poster .tv-show__link,
.video__poster .video__link,
.video__poster .episode__link,
.episode__poster .tv-show__link,
.episode__poster .video__link,
.episode__poster .episode__link {
    padding: 56.25% 0 0 0
}

.single-movie .movie__rating-with-playlist,
.single-movie .tv-show__rating-with-playlist,
.single-tv_show .movie__rating-with-playlist,
.single-tv_show .tv-show__rating-with-playlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .single-movie .movie__rating-with-playlist,
    .single-movie .tv-show__rating-with-playlist,
    .single-tv_show .movie__rating-with-playlist,
    .single-tv_show .tv-show__rating-with-playlist {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-movie .movie__rating,
.single-movie .tv-show__rating,
.single-tv_show .movie__rating,
.single-tv_show .tv-show__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

@media (min-width:992px) {
    .single-movie .movie__rating,
    .single-movie .tv-show__rating,
    .single-tv_show .movie__rating,
    .single-tv_show .tv-show__rating {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.single-movie .movie__rating .avg-rating,
.single-movie .tv-show__rating .avg-rating,
.single-tv_show .movie__rating .avg-rating,
.single-tv_show .tv-show__rating .avg-rating {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0
}

.single-movie .movie__rating .avg-rating:before,
.single-movie .tv-show__rating .avg-rating:before,
.single-tv_show .movie__rating .avg-rating:before,
.single-tv_show .tv-show__rating .avg-rating:before {
    content: ' ';
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34px" height="32px"><path fill-rule="evenodd"  fill="rgb(44, 146, 205)" d="M16.243,-0.001 C17.796,0.029 17.813,0.963 18.340,1.981 C19.301,3.839 20.192,5.798 21.157,7.662 C21.389,8.111 21.867,9.551 22.271,9.710 C22.740,10.013 24.278,9.936 24.957,10.106 C26.616,10.523 28.534,10.552 30.198,10.965 C31.039,11.174 32.009,11.005 32.622,11.427 C32.837,11.575 32.903,11.901 33.081,12.088 C33.133,13.537 32.346,13.819 31.574,14.598 C30.176,16.007 28.778,17.417 27.381,18.826 C26.959,19.251 25.724,20.138 25.677,20.807 C25.998,21.293 25.902,22.527 26.071,23.186 C26.590,25.212 26.652,27.505 27.184,29.527 C27.420,30.423 27.315,31.377 26.726,31.773 C25.737,32.437 24.516,31.338 23.843,30.981 C22.086,30.050 20.353,29.230 18.602,28.272 C18.184,28.044 17.049,27.223 16.636,27.149 C16.338,27.096 15.027,27.985 14.736,28.140 C12.871,29.132 11.037,30.064 9.167,31.047 C8.727,31.278 7.595,32.186 6.874,31.971 C5.754,31.638 5.687,30.353 6.023,29.065 C6.384,27.678 6.368,26.158 6.743,24.705 C7.055,23.501 7.369,21.767 7.464,20.477 C6.695,19.975 5.959,18.959 5.302,18.297 C3.938,16.923 2.531,15.582 1.109,14.268 C0.535,13.737 -0.478,12.730 0.257,11.692 C0.757,10.984 1.956,11.205 2.943,10.965 C5.525,10.338 8.368,10.231 11.002,9.710 C11.737,7.997 12.663,6.327 13.492,4.690 C14.027,3.631 14.475,2.596 14.998,1.585 C15.168,1.256 15.188,0.897 15.391,0.594 C15.591,0.296 15.967,0.224 16.243,-0.001 Z"/></svg>');
    width: 40px;
    height: 39px;
    background-repeat: no-repeat;
    margin-right: 3px
}

.single-movie .movie__rating .avg-rating__number,
.single-movie .tv-show__rating .avg-rating__number,
.single-tv_show .movie__rating .avg-rating__number,
.single-tv_show .tv-show__rating .avg-rating__number {
    font-size: 24px;
    letter-spacing: -.05em;
    font-weight: 600
}

.single-movie .movie__rating .avg-rating__text,
.single-movie .tv-show__rating .avg-rating__text,
.single-tv_show .movie__rating .avg-rating__text,
.single-tv_show .tv-show__rating .avg-rating__text {
    font-size: 12px;
    display: block;
    line-height: 1.5
}

.single-movie .movie__rating .avg-rating__inner,
.single-movie .tv-show__rating .avg-rating__inner,
.single-tv_show .movie__rating .avg-rating__inner,
.single-tv_show .tv-show__rating .avg-rating__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-movie .movie__rating-with-playlist,
.single-movie .tv-show__rating-with-playlist,
.single-tv_show .movie__rating-with-playlist,
.single-tv_show .tv-show__rating-with-playlist {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.single-movie .movie__rating-with-playlist .avg-rating,
.single-movie .tv-show__rating-with-playlist .avg-rating,
.single-tv_show .movie__rating-with-playlist .avg-rating,
.single-tv_show .tv-show__rating-with-playlist .avg-rating {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0
}

.single-movie .movie__rating-with-playlist .rating-with-count .avg-rating-number,
.single-movie .tv-show__rating-with-playlist .rating-with-count .avg-rating-number,
.single-tv_show .movie__rating-with-playlist .rating-with-count .avg-rating-number,
.single-tv_show .tv-show__rating-with-playlist .rating-with-count .avg-rating-number {
    display: none
}

.single-movie .movie__rating-with-playlist .rating-number-with-text,
.single-movie .tv-show__rating-with-playlist .rating-number-with-text,
.single-tv_show .movie__rating-with-playlist .rating-number-with-text,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 5px
}

.single-movie .movie__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-movie .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-tv_show .movie__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-number {
    display: block;
    font-size: 24px;
    font-weight: 600
}

.single-movie .movie__rating-with-playlist .rating-number-with-text .avg-rating-text,
.single-movie .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-text,
.single-tv_show .movie__rating-with-playlist .rating-number-with-text .avg-rating-text,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-text {
    line-height: 1.5;
    font-size: 12px;
    color: #949cb0
}

.single-movie .movie-actions--link_add-to-playlist>a,
.single-movie .tv-show-actions--link_add-to-playlist>a,
.single-tv_show .movie-actions--link_add-to-playlist>a,
.single-tv_show .tv-show-actions--link_add-to-playlist>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    color: #949cb0
}

.single-movie .movie-actions--link_add-to-playlist>a:before,
.single-movie .tv-show-actions--link_add-to-playlist>a:before,
.single-tv_show .movie-actions--link_add-to-playlist>a:before,
.single-tv_show .tv-show-actions--link_add-to-playlist>a:before {
    content: ' ';
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="31px" height="29px"><path fill-rule="evenodd"  fill="rgb(128, 139, 144)" d="M8.653,0.252 C11.501,0.192 14.629,1.524 15.666,3.158 C15.738,3.098 15.672,3.164 15.732,3.091 C16.108,2.846 16.366,2.428 16.724,2.167 C17.797,1.385 19.024,0.769 20.495,0.384 C21.728,0.061 23.793,0.282 24.796,0.648 C27.738,1.723 29.471,3.571 30.551,6.526 C30.938,7.583 31.190,9.648 30.816,11.017 C29.903,14.360 28.243,16.709 26.450,19.140 C26.011,19.734 25.448,20.252 24.994,20.857 C24.796,21.034 24.597,21.210 24.399,21.386 C23.508,22.571 22.211,23.933 21.025,24.820 C19.536,25.934 18.454,27.854 16.394,28.386 C15.535,28.608 14.629,28.281 14.078,27.990 C12.990,27.417 12.252,26.523 11.300,25.811 C11.035,25.524 10.770,25.238 10.506,24.952 C9.901,24.499 9.444,23.959 8.918,23.433 C8.230,22.746 7.523,22.106 6.933,21.320 C6.441,20.663 5.706,20.133 5.213,19.471 C3.726,17.470 2.360,15.612 1.310,13.130 C0.690,11.666 0.008,9.297 0.582,7.252 C1.378,4.422 3.031,2.136 5.544,1.044 C6.205,0.756 6.933,0.571 7.661,0.384 C7.979,0.302 8.413,0.410 8.653,0.252 ZM8.587,2.629 C8.382,2.761 8.065,2.683 7.793,2.761 C7.396,2.894 6.999,3.025 6.602,3.158 C4.938,3.883 3.618,5.386 3.030,7.186 C2.307,9.403 3.206,11.382 3.890,12.932 C5.631,16.877 8.630,19.799 11.498,22.641 C12.289,23.423 13.043,24.212 13.946,24.886 C14.568,25.350 14.839,26.061 15.931,26.075 C16.166,25.879 16.481,25.793 16.724,25.613 C17.010,25.401 17.234,25.032 17.518,24.820 C18.669,23.961 19.625,22.920 20.628,21.914 C23.361,19.173 26.189,16.192 27.839,12.404 C28.059,11.743 28.280,11.083 28.501,10.422 C29.404,7.082 26.854,4.048 24.796,3.158 C22.076,1.982 19.611,2.968 17.849,4.281 C16.815,5.050 16.890,6.405 15.004,5.998 C13.727,4.011 11.880,2.633 8.587,2.629 Z"/></svg>');
    width: 31px;
    height: 29px;
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-top: 2px
}

.single-movie .movie *+.movie-actions--link_add-to-playlist,
.single-movie .movie *+.tv-show-actions--link_add-to-playlist,
.single-movie .tv-show *+.movie-actions--link_add-to-playlist,
.single-movie .tv-show *+.tv-show-actions--link_add-to-playlist,
.single-tv_show .movie *+.movie-actions--link_add-to-playlist,
.single-tv_show .movie *+.tv-show-actions--link_add-to-playlist,
.single-tv_show .tv-show *+.movie-actions--link_add-to-playlist,
.single-tv_show .tv-show *+.tv-show-actions--link_add-to-playlist {
    margin-left: 15px
}

@media (min-width:992px) {
    .single-movie .movie *+.movie-actions--link_add-to-playlist,
    .single-movie .movie *+.tv-show-actions--link_add-to-playlist,
    .single-movie .tv-show *+.movie-actions--link_add-to-playlist,
    .single-movie .tv-show *+.tv-show-actions--link_add-to-playlist,
    .single-tv_show .movie *+.movie-actions--link_add-to-playlist,
    .single-tv_show .movie *+.tv-show-actions--link_add-to-playlist,
    .single-tv_show .tv-show *+.movie-actions--link_add-to-playlist,
    .single-tv_show .tv-show *+.tv-show-actions--link_add-to-playlist {
        margin-left: 20px
    }
}

@media (min-width:1200px) {
    .single-movie .movie *+.movie-actions--link_add-to-playlist,
    .single-movie .movie *+.tv-show-actions--link_add-to-playlist,
    .single-movie .tv-show *+.movie-actions--link_add-to-playlist,
    .single-movie .tv-show *+.tv-show-actions--link_add-to-playlist,
    .single-tv_show .movie *+.movie-actions--link_add-to-playlist,
    .single-tv_show .movie *+.tv-show-actions--link_add-to-playlist,
    .single-tv_show .tv-show *+.movie-actions--link_add-to-playlist,
    .single-tv_show .tv-show *+.tv-show-actions--link_add-to-playlist {
        margin-left: 35px
    }
}

.single-movie .movie .movie-download-btn,
.single-movie .tv-show .movie-download-btn,
.single-tv_show .movie .movie-download-btn,
.single-tv_show .tv-show .movie-download-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0;
    margin-left: 15px
}

@media (min-width:992px) {
    .single-movie .movie .movie-download-btn,
    .single-movie .tv-show .movie-download-btn,
    .single-tv_show .movie .movie-download-btn,
    .single-tv_show .tv-show .movie-download-btn {
        margin-left: 20px
    }
}

@media (min-width:1200px) {
    .single-movie .movie .movie-download-btn,
    .single-movie .tv-show .movie-download-btn,
    .single-tv_show .movie .movie-download-btn,
    .single-tv_show .tv-show .movie-download-btn {
        margin-left: 35px
    }
}

.single-movie .movie .movie-download-btn>i,
.single-movie .tv-show .movie-download-btn>i,
.single-tv_show .movie .movie-download-btn>i,
.single-tv_show .tv-show .movie-download-btn>i {
    font-size: 31px
}

.single-movie .movie .movie-download-btn>i:not(:hover),
.single-movie .tv-show .movie-download-btn>i:not(:hover),
.single-tv_show .movie .movie-download-btn>i:not(:hover),
.single-tv_show .tv-show .movie-download-btn>i:not(:hover) {
    color: #808b90
}

.masvideos-tabs .tab-content>.tab-pane {
    display: none
}

.masvideos-tabs .tab-content>.active {
    display: block
}

.single-video .masvideos-breadcrumb,
.single-episode .masvideos-breadcrumb,
.single-tv_show .masvideos-breadcrumb,
.single-movie .masvideos-breadcrumb {
    padding-top: 30px;
    margin-bottom: 27px
}

.masvideos-edit-manage-playlists {
    margin: 60px 0
}

.masvideos-edit-manage-playlists h2 {
    font-size: 25px;
    font-weight: 500;
    color: #121a21;
    margin-bottom: 28px
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist {
    margin-bottom: 40px
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form input[type="text"],
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form select {
    border-radius: 0
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form select {
    height: 44px
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 13.5px 30px;
    font-size: .9375rem;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button {
        -webkit-transition: none;
        transition: none
    }
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:hover,
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:focus {
    text-decoration: none
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:focus,
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button.focus {
    outline: 0
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button.disabled,
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:disabled {
    opacity: .65
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled) {
    cursor: pointer
}

.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-edit-manage-playlists .masvideos-edit-playlist form.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled).active {
    background-image: none
}

.masvideos-edit-manage-playlists .masvideos-manage-playlists table thead td {
    font-weight: 700
}

.masvideos-edit-manage-playlists .masvideos-manage-playlists table tbody td:first-child a {
    color: #121a21
}

table.movie-sources,
table.episode-sources {
    font-size: 14px
}

table.movie-sources thead th,
table.movie-sources tbody td,
table.episode-sources thead th,
table.episode-sources tbody td {
    border: none
}

table.movie-sources tbody a.play-source,
table.episode-sources tbody a.play-source {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

table.movie-sources tbody a.play-source span svg,
table.episode-sources tbody a.play-source span svg {
    margin-right: 14px
}

@media (max-width:767.98px) {
    table.movie-sources tbody a.play-source span svg,
    table.episode-sources tbody a.play-source span svg {
        display: none
    }
}

table.movie-sources tbody tr+tr,
table.episode-sources tbody tr+tr {
    border-top-style: solid;
    border-top-width: 1px
}

@media (min-width:1200px) {
    form.edit-video-form {
        margin-bottom: 220px
    }
}

form.edit-video-form .edit-video-form-header {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    background-color: #f6f7f9;
    padding-bottom: 37px
}

@media (max-width:991.98px) {
    form.edit-video-form .edit-video-form-header {
        margin-left: calc(-50vw + 50%)
    }
}

form.edit-video-form h3 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 30px;
    color: #121a21;
    text-align: center;
    padding-top: 49px;
    width: 100%
}

form.edit-video-form label {
    color: #121a21
}

form.edit-video-form .select2-container--default .select2-selection--multiple,
form.edit-video-form .select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, #000), -webkit-linear-gradient(315deg, #000, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, #000), linear-gradient(135deg, #000, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px);
    background-size: 6px 6px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-radius: 0;
    height: auto;
    padding: 10px 20px;
    height: 44px;
    border-color: #d0d0d2;
    color: #495057
}

form.edit-video-form .select2-container--default .select2-selection--multiple .select2-selection__rendered,
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0
}

form.edit-video-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered li {
    margin: 0
}

form.edit-video-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li+li,
form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered li+li {
    margin-left: 5px
}

form.edit-video-form .select2-container--default .select2-search--inline .select2-search__field {
    box-shadow: none;
    border-width: 0
}

form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
    line-height: 22px
}

form.edit-video-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

form.edit-video-form .masvideos-edit-video-fields {
    padding-top: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0
}

@media (min-width:1200px) {
    form.edit-video-form .masvideos-edit-video-fields {
        margin: 0 -15px
    }
}

@media (min-width:1200px) {
    form.edit-video-form .masvideos-edit-video-fields-inner {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 69.3%;
        flex: 0 0 69.3%;
        max-width: 69.3%;
        padding: 0 15px
    }
}

form.edit-video-form .masvideos-edit-video-fields-inner .button.edit-video {
    background-color: #f4f4f4;
    color: #121a21;
    border-color: transparent;
    margin-top: 15px
}

@media (min-width:576px) {
    form.edit-video-form .masvideos-edit-video-fields-inner .button.edit-video {
        margin-top: 0;
        margin-left: 10px
    }
}

form.edit-video-form .masvideos-edit-video-fields-inner .button.edit-video:hover {
    background-color: #e6e6e6
}

form.edit-video-form .form-row-image_id {
    display: block!important
}

@media (min-width:1200px) {
    form.edit-video-form .form-row-image_id {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30.7%;
        flex: 0 0 30.7%;
        max-width: 30.7%;
        padding-right: 30px
    }
}

form.edit-video-form .form-row-image_id label {
    display: none
}

@media (min-width:1200px) {
    form.edit-video-form .form-row-image_id .masvideos-input-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

form.edit-video-form .form-row-image_id img {
    margin-right: 20px
}

@media (min-width:1200px) {
    form.edit-video-form .form-row-image_id img {
        margin-right: 0
    }
}

@media (min-width:1440px) {
    form.edit-video-form .form-row-image_id img {
        min-height: 200px
    }
}

form.edit-video-form .masvideos-edit-video-fields__field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px
}

form.edit-video-form .masvideos-edit-video-fields__field-wrapper>* {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    form.edit-video-form .masvideos-edit-video-fields__field-wrapper .form-row-category_ids,
    form.edit-video-form .masvideos-edit-video-fields__field-wrapper .form-row-tag_ids {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

form.edit-video-form input[type="text"],
form.edit-video-form input[type="password"],
form.edit-video-form input[type="color"],
form.edit-video-form input[type="date"],
form.edit-video-form input[type="datetime-local"],
form.edit-video-form input[type="email"],
form.edit-video-form input[type="month"],
form.edit-video-form input[type="number"],
form.edit-video-form input[type="range"],
form.edit-video-form input[type="search"],
form.edit-video-form input[type="tel"],
form.edit-video-form input[type="time"],
form.edit-video-form input[type="url"],
form.edit-video-form input[type="week"],
form.edit-video-form .search-field,
form.edit-video-form select,
form.edit-video-form textarea {
    border-radius: 0
}

form.edit-video-form input[type="text"]:focus,
form.edit-video-form input[type="password"]:focus,
form.edit-video-form input[type="color"]:focus,
form.edit-video-form input[type="date"]:focus,
form.edit-video-form input[type="datetime-local"]:focus,
form.edit-video-form input[type="email"]:focus,
form.edit-video-form input[type="month"]:focus,
form.edit-video-form input[type="number"]:focus,
form.edit-video-form input[type="range"]:focus,
form.edit-video-form input[type="search"]:focus,
form.edit-video-form input[type="tel"]:focus,
form.edit-video-form input[type="time"]:focus,
form.edit-video-form input[type="url"]:focus,
form.edit-video-form input[type="week"]:focus,
form.edit-video-form .search-field:focus,
form.edit-video-form select:focus,
form.edit-video-form textarea:focus {
    border-color: #979797;
    border-width: 1px;
    box-shadow: 0 0 0 1px #979797
}

form.edit-video-form select:not([size]):not([multiple]) {
    height: 44px
}

form.edit-video-form .form-row-reviews_allowed {
    margin-top: 15px
}

form.edit-video-form .form-row-reviews_allowed label.checkbox {
    margin: 0;
    font-size: 14px
}

form.edit-video-form .form-row-reviews_allowed .input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none
}

form.edit-video-form .form-row-reviews_allowed .input-checkbox:before {
    content: "";
    padding-right: 18px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 11px;
    display: inline-block;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18px" height="486px"><path fill-rule="evenodd" fill="rgb(180, 187, 192)" d="M-0.000,486.000 L-0.000,468.000 L18.000,468.000 L18.000,486.000 L-0.000,486.000 ZM16.000,470.000 L2.000,470.000 L2.000,484.000 L16.000,484.000 L16.000,470.000 ZM-0.000,442.000 L18.000,442.000 L18.000,460.000 L-0.000,460.000 L-0.000,442.000 ZM2.000,458.000 L16.000,458.000 L16.000,444.000 L2.000,444.000 L2.000,458.000 ZM-0.000,416.000 L18.000,416.000 L18.000,434.000 L-0.000,434.000 L-0.000,416.000 ZM2.000,432.000 L16.000,432.000 L16.000,418.000 L2.000,418.000 L2.000,432.000 ZM-0.000,390.000 L18.000,390.000 L18.000,408.000 L-0.000,408.000 L-0.000,390.000 ZM2.000,406.000 L16.000,406.000 L16.000,392.000 L2.000,392.000 L2.000,406.000 ZM-0.000,364.000 L18.000,364.000 L18.000,382.000 L-0.000,382.000 L-0.000,364.000 ZM2.000,380.000 L16.000,380.000 L16.000,366.000 L2.000,366.000 L2.000,380.000 ZM-0.000,338.000 L18.000,338.000 L18.000,356.000 L-0.000,356.000 L-0.000,338.000 ZM2.000,354.000 L16.000,354.000 L16.000,340.000 L2.000,340.000 L2.000,354.000 ZM-0.000,312.000 L18.000,312.000 L18.000,330.000 L-0.000,330.000 L-0.000,312.000 ZM2.000,328.000 L16.000,328.000 L16.000,314.000 L2.000,314.000 L2.000,328.000 ZM-0.000,286.000 L18.000,286.000 L18.000,304.000 L-0.000,304.000 L-0.000,286.000 ZM2.000,302.000 L16.000,302.000 L16.000,288.000 L2.000,288.000 L2.000,302.000 ZM-0.000,260.000 L18.000,260.000 L18.000,278.000 L-0.000,278.000 L-0.000,260.000 ZM2.000,276.000 L16.000,276.000 L16.000,262.000 L2.000,262.000 L2.000,276.000 ZM-0.000,234.000 L18.000,234.000 L18.000,252.000 L-0.000,252.000 L-0.000,234.000 ZM2.000,250.000 L16.000,250.000 L16.000,236.000 L2.000,236.000 L2.000,250.000 ZM-0.000,208.000 L18.000,208.000 L18.000,226.000 L-0.000,226.000 L-0.000,208.000 ZM2.000,224.000 L16.000,224.000 L16.000,210.000 L2.000,210.000 L2.000,224.000 ZM-0.000,182.000 L18.000,182.000 L18.000,200.000 L-0.000,200.000 L-0.000,182.000 ZM2.000,198.000 L16.000,198.000 L16.000,184.000 L2.000,184.000 L2.000,198.000 ZM-0.000,156.000 L18.000,156.000 L18.000,174.000 L-0.000,174.000 L-0.000,156.000 ZM2.000,172.000 L16.000,172.000 L16.000,158.000 L2.000,158.000 L2.000,172.000 ZM-0.000,130.000 L18.000,130.000 L18.000,148.000 L-0.000,148.000 L-0.000,130.000 ZM2.000,146.000 L16.000,146.000 L16.000,132.000 L2.000,132.000 L2.000,146.000 ZM-0.000,104.000 L18.000,104.000 L18.000,122.000 L-0.000,122.000 L-0.000,104.000 ZM2.000,120.000 L16.000,120.000 L16.000,106.000 L2.000,106.000 L2.000,120.000 ZM-0.000,78.000 L18.000,78.000 L18.000,96.000 L-0.000,96.000 L-0.000,78.000 ZM2.000,94.000 L16.000,94.000 L16.000,80.000 L2.000,80.000 L2.000,94.000 ZM-0.000,52.000 L18.000,52.000 L18.000,70.000 L-0.000,70.000 L-0.000,52.000 ZM2.000,68.000 L16.000,68.000 L16.000,54.000 L2.000,54.000 L2.000,68.000 ZM-0.000,26.000 L18.000,26.000 L18.000,44.000 L-0.000,44.000 L-0.000,26.000 ZM2.000,42.000 L16.000,42.000 L16.000,28.000 L2.000,28.000 L2.000,42.000 ZM-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 L-0.000,-0.000 ZM2.000,16.000 L16.000,16.000 L16.000,2.000 L2.000,2.000 L2.000,16.000 Z"/></svg>') no-repeat
}

form.edit-video-form .form-row-reviews_allowed .input-checkbox:focus {
    outline: none
}

form.edit-video-form .form-row-reviews_allowed .input-checkbox:checked:before {
    outline: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18px"><path fill="rgb(36, 186, 239)" d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.387,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.943 5.403,9.284 C5.249,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.722,8.742 4.654,8.823 4.586,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.028 5.930,11.580 6.449,12.131 C6.709,12.408 6.949,12.758 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.273,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.679 13.542,5.380 13.387,5.216 Z"/></svg>') no-repeat
}

form.edit-video-form .button {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: none;
    font-size: 14px;
    padding: 16px 41px 13px 37px
}

@media (prefers-reduced-motion:reduce) {
    form.edit-video-form .button {
        -webkit-transition: none;
        transition: none
    }
}

form.edit-video-form .button:hover,
form.edit-video-form .button:focus {
    text-decoration: none
}

form.edit-video-form .button:focus,
form.edit-video-form .button.focus {
    outline: 0
}

form.edit-video-form .button.disabled,
form.edit-video-form .button:disabled {
    opacity: .65
}

form.edit-video-form .button:not(:disabled):not(.disabled) {
    cursor: pointer
}

form.edit-video-form .button:not(:disabled):not(.disabled):active,
form.edit-video-form .button:not(:disabled):not(.disabled).active {
    background-image: none
}

form.edit-video-form .add_video_images {
    margin-top: 20px
}

form.edit-video-form .add_video_images a {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 13px;
    color: #121a21;
    background: #f4f4f4;
    border-radius: 0;
    text-transform: none;
    padding: 10px 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

@media (prefers-reduced-motion:reduce) {
    form.edit-video-form .add_video_images a {
        -webkit-transition: none;
        transition: none
    }
}

form.edit-video-form .add_video_images a:hover,
form.edit-video-form .add_video_images a:focus {
    text-decoration: none
}

form.edit-video-form .add_video_images a:focus,
form.edit-video-form .add_video_images a.focus {
    outline: 0
}

form.edit-video-form .add_video_images a.disabled,
form.edit-video-form .add_video_images a:disabled {
    opacity: .65
}

form.edit-video-form .add_video_images a:not(:disabled):not(.disabled) {
    cursor: pointer
}

form.edit-video-form .add_video_images a:not(:disabled):not(.disabled):active,
form.edit-video-form .add_video_images a:not(:disabled):not(.disabled).active {
    background-image: none
}

form.edit-video-form .add_video_images a:hover,
form.edit-video-form .add_video_images a:focus {
    background: #e5e5e5
}

form.edit-video-form .video_images_container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

form.edit-video-form .video_images_container ul::after {
    display: block;
    clear: both;
    content: ""
}

form.edit-video-form .video_images_container ul li.image,
form.edit-video-form .video_images_container ul li.add,
form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder {
    width: 105px;
    float: left;
    cursor: move;
    margin: 9px 9px 0 0;
    position: relative;
    box-sizing: border-box;
    border: 4px solid transparent
}

form.edit-video-form .video_images_container ul li.image img,
form.edit-video-form .video_images_container ul li.add img,
form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder img {
    width: 100%;
    height: 60px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder {
    border: 3px dashed #ddd;
    position: relative
}

form.edit-video-form .video_images_container ul li.masvideos-metabox-sortable-placeholder::after {
    font-size: 2.618em;
    line-height: 72px;
    color: #ddd
}

form.edit-video-form .video_images_container ul ul.actions {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 2px;
    display: none
}

form.edit-video-form .video_images_container ul ul.actions li {
    float: right;
    margin: 0 0 0 2px;
    line-height: 1
}

form.edit-video-form .video_images_container ul ul.actions li a {
    text-decoration: none;
    display: block
}

form.edit-video-form .video_images_container ul ul.actions li a.tips {
    cursor: pointer
}

form.edit-video-form .video_images_container ul ul.actions li a.delete {
    font-size: 0
}

form.edit-video-form .video_images_container ul ul.actions li a.delete::before {
    font-family: dashicons;
    content: "\f153";
    color: #999;
    background: #fff;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    line-height: 1em;
    font-size: 13px
}

form.edit-video-form .video_images_container ul ul.actions li a.delete:hover::before {
    color: red
}

form.edit-video-form .video_images_container ul li:hover ul.actions {
    display: block
}

form.edit-video-form .masvideos-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    form.edit-video-form .masvideos-input-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1200px) {
    form.edit-video-form .masvideos-input-wrapper img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

form.edit-video-form .masvideos-input-wrapper .masvideos_remove_image_button {
    margin-top: 15px
}

@media (min-width:576px) {
    form.edit-video-form .masvideos-input-wrapper .masvideos_remove_image_button {
        margin-left: 20px;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    form.edit-video-form .masvideos-input-wrapper .masvideos_remove_image_button {
        margin-top: 15px;
        margin-left: 0
    }
}

form.edit-video-form .form-row-video_attachment_id {
    margin-bottom: 16px
}

form.edit-video-form .form-row-video_attachment_id label {
    display: none
}

form.edit-video-form .form-row-video_attachment_id .masvideos-input-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

form.edit-video-form .form-row-video_attachment_id .button+.button {
    margin-top: 20px
}

@media (min-width:576px) {
    form.edit-video-form .form-row-video_attachment_id .button+.button {
        margin-top: 0;
        margin-left: 20px
    }
}

form.edit-video-form .form-row-video_attachment_id .wp-video~.button {
    margin-top: 20px
}

@media (min-width:576px) {
    form.edit-video-form .form-row-video_attachment_id .wp-video~.button {
        margin-top: 0;
        margin-left: 20px
    }
}

form.edit-video-form .upload-instructions+.masvideos-edit-video-form-fields {
    padding-top: 7px
}

@media (min-width:1200px) {
    form.edit-video-form .upload-instructions+.masvideos-edit-video-form-fields {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width:1440px) {
    form.edit-video-form .upload-instructions+.masvideos-edit-video-form-fields {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 76%;
        flex: 0 0 76%;
        max-width: 76%
    }
}

@media (min-width:1200px) {
    form.edit-video-form .masvideos-edit-video-form-fields-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
}

form.edit-video-form .upload-instructions {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

@media (min-width:1200px) {
    form.edit-video-form .upload-instructions {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-left: 54px
    }
}

@media (min-width:1440px) {
    form.edit-video-form .upload-instructions {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%
    }
}

form.edit-video-form .upload-instructions-inner {
    background-color: #f6f7f9;
    padding: 26px 39px 43px 28px;
    word-break: break-all
}

form.edit-video-form .upload-instruction {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

form.edit-video-form .upload-instruction .instruction-icon {
    margin-right: 20px
}

form.edit-video-form .upload-instruction .instruction-icon img {
    max-width: 34px
}

form.edit-video-form .upload-instruction+.upload-instruction {
    padding-top: 30px
}

form.edit-video-form .instruction-details {
    font-size: 14px;
    color: #6d7579;
    font-family: "Montserrat", "Open Sans", sans-serif
}

form.edit-video-form .instruction-details span {
    font-weight: 700
}

form.edit-video-form .instruction-details a {
    text-decoration: underline
}

form.edit-video-form .instruction-details .title {
    display: block;
    margin-bottom: 24px
}

.masvideos-archive .page-title,
.page-template-template-videos-archive .page-title,
.page-template-template-tv-shows-archive .page-title,
.post-type-archive-person .page-title {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-weight: 500;
    padding-bottom: 12px;
    padding-top: 25px;
    margin: 0;
    color: #121a21;
    border-bottom: 1px solid #e8e8e8
}

.masvideos-archive.dark .page-title,
.page-template-template-videos-archive.dark .page-title,
.page-template-template-tv-shows-archive.dark .page-title,
.post-type-archive-person.dark .page-title {
    border-bottom: 1px solid #2a2e3c;
    color: #fff
}

@media (max-width:1199.98px) {
    .home-archive .content-area {
        padding-top: 30px
    }
}

.home-archive .page-title {
    padding-top: 0
}

.page-template-template-videos-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle,
.page-template-template-tv-shows-archive div:not(.vodi-control-bar) .handheld-sidebar-toggle {
    padding: 8px 0;
    margin-bottom: 0
}

.post-type-archive-video .site-content__inner,
.post-type-archive-movie .site-content__inner,
.post-type-archive-tv_show .site-content__inner {
    margin-bottom: 50px
}

.post-type-archive-video .video__badge,
.post-type-archive-video .movie__badge,
.post-type-archive-video .tv-show__badge,
.post-type-archive-movie .video__badge,
.post-type-archive-movie .movie__badge,
.post-type-archive-movie .tv-show__badge,
.post-type-archive-tv_show .video__badge,
.post-type-archive-tv_show .movie__badge,
.post-type-archive-tv_show .tv-show__badge {
    display: none
}

.vodi-archive-wrapper[data-view="list"] .tv-show__short-description p,
.vodi-archive-wrapper[data-view="list"] .tv-show__short-description div,
.vodi-archive-wrapper[data-view="list"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__short-description p,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__short-description div,
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description p,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description div,
.vodi-archive-wrapper[data-view="list-large"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list-large"] .movie__short-description div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.video {
    position: relative;
    margin-bottom: 34px
}

.video__link {
    display: block
}

.video__link:hover .video__title,
.video__link:focus .video__title {
    color: #24baef
}

.video__container {
    position: relative
}

.video__duration {
    position: absolute;
    bottom: 7px;
    right: 7px;
    background: #1f1f1f;
    padding: 2px 5.5px;
    border-radius: 2px;
    opacity: .8;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none
}

.video__meta,
.video__episode {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.video__title {
    display: -webkit-box;
    max-height: 36px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2
}

.video__badge {
    position: absolute;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    padding: 0 12px;
    border-radius: 4px;
    top: -10.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.video__poster {
    margin-bottom: 11px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .video__poster img {
        width: 100%
    }
}

.video__title {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin-bottom: 2px
}

.video__episode,
.video__meta {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #949cb0
}

.video__meta>span+span:before {
    content: '・';
    display: inline-block;
    font-weight: 700
}

.video__actions,
.video__review-info,
.video__short-description {
    display: none
}

.video__short-description p,
.video__short-description div {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.01em;
    color: #b4bbc0
}

.video__short-description div {
    margin-bottom: 23px
}

.video__actions a {
    font-size: 12px;
    line-height: 1.25;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent
}

.video .video-actions--link_watch {
    border-radius: 5px;
    background-color: #303544;
    padding: 12.5px 18.7px
}

.video .video-actions--link_add-to-playlist {
    padding: 12px
}

.video__review-info {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #949cb0
}

.video .avg-rating {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    display: block
}

.video .avg-rating:before {
    content: ' ';
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg id="star" width="40px" height="39px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 39"><title>play</title><path fill-rule="evenodd" fill="rgb(48, 53, 68)" d="M19.633,-0.000 C21.509,0.035 21.530,1.174 22.167,2.414 C23.329,4.679 24.406,7.067 25.572,9.338 C25.853,9.886 26.431,11.640 26.918,11.834 C27.486,12.203 29.345,12.109 30.165,12.316 C32.170,12.825 34.489,12.860 36.500,13.364 C37.516,13.618 38.689,13.413 39.430,13.927 C39.689,14.107 39.770,14.504 39.984,14.732 C40.047,16.499 39.096,16.843 38.163,17.792 C36.473,19.509 34.784,21.227 33.095,22.944 C32.585,23.462 31.092,24.543 31.036,25.359 C31.423,25.951 31.307,27.455 31.511,28.258 C32.138,30.727 32.213,33.522 32.857,35.987 C33.142,37.078 33.016,38.241 32.303,38.724 C31.108,39.533 29.632,38.193 28.819,37.758 C26.695,36.623 24.601,35.624 22.483,34.457 C21.979,34.179 20.607,33.178 20.108,33.088 C19.748,33.023 18.163,34.107 17.812,34.296 C15.557,35.505 13.340,36.640 11.080,37.839 C10.548,38.120 9.180,39.226 8.309,38.966 C6.955,38.558 6.874,36.993 7.280,35.423 C7.716,33.733 7.697,31.880 8.151,30.109 C8.527,28.642 8.907,26.529 9.022,24.957 C8.092,24.344 7.202,23.107 6.408,22.300 C4.760,20.625 3.059,18.990 1.340,17.389 C0.646,16.742 -0.578,15.515 0.311,14.249 C0.915,13.388 2.364,13.656 3.557,13.364 C6.678,12.599 10.114,12.468 13.298,11.834 C14.186,9.747 15.306,7.711 16.307,5.716 C16.954,4.426 17.496,3.163 18.128,1.931 C18.334,1.531 18.358,1.093 18.603,0.724 C18.845,0.362 19.299,0.273 19.633,-0.000 Z" /></svg>');
    width: 40px;
    height: 39px;
    background-repeat: no-repeat;
    margin-bottom: 10px
}

.video .count,
.video .avg-rating {
    font-size: 12px;
    color: #949cb0
}

.video .avg-rating-number {
    font-weight: 700
}

.video__views-meta>* {
    display: inline;
    margin-bottom: 4px
}

.video__views-meta>*::after {
    content: '・';
    display: inline-block;
    font-weight: 700
}

.video__views-meta>*:last-child::after {
    content: none
}

.video__views-meta .vodi-jetpack-views span::before {
    content: none
}

.videos .video__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.dark .video__title {
    color: #fff
}

.style-2 .video {
    margin-bottom: 26px
}

.style-2 .video__link {
    position: relative
}

.style-2 .video__info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 25px 30px;
    z-index: 1
}

.style-2 .video .video__poster:before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.style-2 .video .video__poster img {
    height: auto
}

.style-2 .video__title {
    font-size: 15px;
    color: #fff
}

.style-2 .video__episode {
    font-size: 13px;
    color: #fff
}

.dark .tv-show__hover-area {
    border-color: #333a4b
}

.dark .tv-show__season-info {
    border-bottom-color: #565a66
}

.post-type-archive-video .masvideos_videos_widget .masvideos-videos .videos.columns-1 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.post-type-archive-video .masvideos_videos_widget .masvideos-videos .videos.columns-1 .videos__inner>.video .video__title {
    display: block
}

.masvideos-videos-pagination {
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 20px;
    margin-bottom: 15px
}

.post-type-archive-video.masvideos-archive .video {
    margin-bottom: 20px
}

.videos__inner,
.videos-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.videos__inner .video__poster--image,
.videos-list .video__poster--image {
    width: 100%
}

.videos__inner>.video,
.videos-list>.video {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px
}

.columns-2 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-2>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.columns-3>.video,
.columns-3 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-3>.video,
    .columns-3 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.columns-4>.video,
.columns-4 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-4>.video,
    .columns-4 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-4>.video,
    .columns-4 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.columns-5 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-5 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-5 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .columns-5 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:768px) {
    .columns-5>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .columns-5>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-5>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.columns-6>.video,
.columns-6 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-6>.video,
    .columns-6 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-6>.video,
    .columns-6 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.section-2-column-videos-list {
    margin-bottom: 30px
}

.section-2-column-videos-list .videos-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.section-2-column-videos-list .videos-list>.video {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.section-4-column-videos-list {
    margin-bottom: 30px
}

.section-4-column-videos-list .videos-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.section-4-column-videos-list .videos-list>.video {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px
}

.section-5-column-videos-list {
    margin-bottom: 50px
}

.home-v6-4-column-videos-list .video {
    margin-bottom: 22px
}

.videos-carousel__inner .videos__inner {
    margin: 0
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .columns-2 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-small"] .columns-3 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-small"] .columns-4 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-small"] .columns-5 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-small"] .columns-6 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-small"] .columns-7 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-large"] .columns-2 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-large"] .columns-3 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-large"] .columns-4 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-large"] .columns-5 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-large"] .columns-6 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list-large"] .columns-7 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner>.video,
.vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner>.video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .videos__inner>.video,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .videos__inner>.video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.single-video .site-header {
    margin-bottom: 0
}

.single-video .summary {
    margin-bottom: 43px
}

.single-video__head {
    margin-bottom: 17px;
    position: relative;
    z-index: 1
}

.single-video__head iframe {
    margin-bottom: 0;
    border: none
}

.single-video .single-video__inner {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .single-video .single-video__inner {
        margin-bottom: 0
    }
}

.single-video__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .single-video__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
        padding-right: 30px
    }
}

.single-video__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px
}

@media (min-width:992px) {
    .single-video__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
        margin-top: 0
    }
}

.single-video__title {
    font-size: 21px;
    font-weight: 500;
    color: #121a21
}

.single-video__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    color: #949cb0;
    margin-bottom: 25px
}

.single-video__meta>* {
    margin-right: 5px
}

.single-video__meta>*:last-child {
    margin-right: 0
}

.single-video__meta>* strong {
    color: #121a21
}

.single-video__meta .vodi-jetpack-views {
    margin-left: 20px
}

.single-video__actions-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #f6f7f9;
    border-radius: 5px;
    margin-bottom: 22px;
    padding: 14px 18px
}

.single-video__actions-bar .video-actions--link_add-to-playlist {
    padding: 0;
    font-size: 14px
}

.single-video__actions-bar .video-actions--link_add-to-playlist>a {
    color: #949cb0;
    display: block
}

.single-video__actions-bar .video-download-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #949cb0
}

.single-video__actions-bar .video-download-btn>i {
    font-size: 18px;
    margin-right: 5px
}

.single-video__related--title,
.single-video__related-playlist-videos--title,
.single-video__prev-next-videos--title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 23px;
    color: #121a21
}

.single-video__related--title:after,
.single-video__related-playlist-videos--title:after,
.single-video__prev-next-videos--title:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e8e8e8;
    width: 100%;
    top: 50%;
    margin-left: 14px
}

.single-video__description {
    margin-bottom: 27px
}

.single-video__description>p:last-child {
    margin-bottom: 0
}

.single-video__description .maxlist-less {
    margin-top: 8px
}

.single-video__comments-link {
    position: relative;
    text-align: center
}

.single-video__comments-link:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e8e8e8;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1
}

.single-video__comments-link__inner {
    font-size: 14px;
    padding: 11px 43.5px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 50px;
    background: #fff;
    position: relative;
    z-index: 9
}

.single-video__comments-link__inner a {
    color: #717376
}

.single-video__comments-link__inner a:before {
    content: "\f075";
    font-family: 'Font Awesome 5 Free';
    margin-right: 13px;
    -webkit-font-smoothing: antialiased
}

[dir="rtl"] .single-video__comments-link__inner a:before {
    margin-right: 0;
    margin-left: 13px
}

.single-video__comments-link__inner a:hover {
    text-decoration: none
}

.single-video .masvideos-Reviews #review_form_wrapper {
    margin-bottom: 60px
}

.single-video__player-container {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    background: #131621;
    margin-bottom: 50px;
    padding-bottom: 10px
}

@media (max-width:991.98px) {
    .single-video__player-container {
        margin-left: calc(-50vw + 50%)
    }
}

.single-video__player-container--inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .single-video__player-container--inner {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .single-video__player-container--inner {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .single-video__player-container--inner {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .single-video__player-container--inner {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .single-video__player-container--inner {
        max-width: 1440px
    }
}

@media (min-width:1486px) {
    .single-video__player-container--inner {
        max-width: 1486px
    }
}

@media (min-width:1200px) {
    .single-video__player-container--inner {
        padding-left: 38px;
        padding-right: 38px
    }
}

.single-video__player-container .single-video__title,
.single-video__player-container .masvideos-breadcrumb,
.single-video__player-container .single-video__meta .video_author strong,
.single-video__player-container .single-video__description,
.single-video__player-container .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title,
.single-video__player-container .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
    color: #fff
}

.single-video__player-container .single-video__comments-link:after {
    background: #2a2e3c
}

.single-video__player-container .single-video__comments-link__inner {
    border-color: #2a2e3c
}

.single-video__player-container .single-video__comments-link__inner {
    background: #131621
}

.single-video__player-container .single-video__comments-link__inner a {
    color: #fff
}

.single-video__player-container .single-video__actions-bar {
    background: #1c212e
}

.single-video__player-container .single-video__sidebar .single-video__related-playlist-videos--title,
.single-video__player-container .single-video__sidebar .single-video__prev-next-videos--title {
    color: #fff
}

.single-video__player-container .single-video__sidebar .single-video__related-playlist-videos--title:after,
.single-video__player-container .single-video__sidebar .single-video__prev-next-videos--title:after {
    content: none
}

.videos .slick-list {
    margin: 0 -9px;
    width: calc(100% + 18px);
    padding-top: 11px;
    margin-top: -11px
}

.videos .slick-slide {
    margin: 0 9px
}

.videos-carousel__inner .video {
    margin-bottom: 0
}

.section-videos-carousel__custom-arrows button {
    margin-bottom: 37px
}

.brand-video-channel-carousel {
    padding-bottom: 50px
}

.brand-video-channel-carousel__inner .thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%
}

.brand-video-channel-carousel__inner .thumbnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.brand-video-channel-carousel__inner .thumbnail:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.single-video__related-playlist-videos--flex-header,
.single-video__prev-next-videos--flex-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 23px
}

.single-video__related-playlist-videos--title,
.single-video__prev-next-videos--title {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.single-video__related-playlist-videos--count,
.single-video__prev-next-videos--count {
    font-size: 12px;
    display: none
}

.single-video__sidebar--banner-image {
    margin-bottom: 25px
}

@media (min-width:1200px) {
    .single-video__sidebar--banner-image img {
        height: 245px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.single-video__sidebar .single-video__related-playlist-videos--title:after,
.single-video__sidebar .single-video__prev-next-videos--title:after {
    content: none
}

.single-video__sidebar .single-video__related-playlist-videos--content,
.single-video__sidebar .single-video__prev-next-videos--content {
    max-height: 380px;
    overflow-x: hidden
}

.single-video__sidebar .single-video__related-playlist-videos--flex-header,
.single-video__sidebar .single-video__prev-next-videos--flex-header {
    margin-bottom: 10px
}

.single-video__sidebar .single-video__related-playlist-videos--count,
.single-video__sidebar .single-video__prev-next-videos--count {
    display: none
}

@media (min-width:1200px) {
    .single-video__sidebar .single-video__related-playlist-videos--count,
    .single-video__sidebar .single-video__prev-next-videos--count {
        display: block
    }
}

.single-video__sidebar .single-video__related-playlist-videos .videos__inner,
.single-video__sidebar .single-video__prev-next-videos .videos__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px
}

.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 10px
}

.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster {
    margin-bottom: 0;
    height: 85px
}

.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster .video__link,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster .video__link {
    height: 100%;
    padding: 0
}

.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster--image,
.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__poster .masvideos-placeholder,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster--image,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video__poster .masvideos-placeholder {
    position: relative
}

.single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title,
.single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
    font-size: 13px;
    font-weight: 600;
    white-space: normal
}

.single-video__sidebar .video__badge {
    display: none
}

.single-video-v3 .single-video__sidebar--banner-image img,
.single-video-v4 .single-video__sidebar--banner-image img {
    height: 194px;
    -o-object-fit: cover;
    object-fit: cover
}

.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos--content,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos--content {
    max-height: 542px;
    padding: 24px 13px;
    border-radius: 5px
}

.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos--flex-header,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos--flex-header,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos--flex-header,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos--flex-header {
    margin-bottom: 13px
}

.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px
}

.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8px
}

.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title,
.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
    height: 35px;
    overflow: hidden
}

.single-video-v3 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v3 .single-video__sidebar .single-video__prev-next-videos--content {
    background: #f6f7f9
}

.single-video-v4 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v4 .single-video__sidebar .single-video__prev-next-videos--content {
    background: #1c212e
}

.single-video-v5 .single-video__player-container {
    padding-bottom: 0;
    margin-bottom: 37px
}

.single-video-v5 .single-video__head {
    margin: auto
}

@media (min-width:992px) {
    .single-video-v5 .single-video__head {
        max-width: 87.6%
    }
}

.single-video-v5 .single-video__head iframe {
    margin: auto;
    display: block
}

.single-video-v5 .single-video__comments-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .single-video-v5 .single-video__comments-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-video-v5 .single-video__comments-wrap .masvideos-Reviews {
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

@media (min-width:992px) {
    .single-video-v5 .single-video__comments-wrap .masvideos-Reviews {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }
}

.single-video-v5 .single-video__comments-wrap .masvideos-Reviews+.single-video__sidebar--banner-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .single-video-v5 .single-video__comments-wrap .masvideos-Reviews+.single-video__sidebar--banner-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24.5%;
        flex: 0 0 24.5%;
        max-width: 24.5%;
        margin-left: 45px
    }
}

.single-video-v6 .single-video__player-container {
    padding-bottom: 0;
    margin-bottom: 37px
}

.single-video-v6 .single-video__head {
    margin: auto
}

@media (min-width:992px) {
    .single-video-v6 .single-video__head {
        max-width: 87.6%
    }
}

.single-video-v6 .single-video__head iframe {
    margin: auto;
    display: block
}

.single-video-v6 .single-video__sidebar--banner-image {
    margin-bottom: 35px
}

.single-video-v6 .single-video__sidebar--banner-image img {
    height: 194px;
    -o-object-fit: cover;
    object-fit: cover
}

.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos,
.single-video-v6 .single-video__sidebar .single-video__prev-next-videos {
    margin-bottom: 20px
}

.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos--content,
.single-video-v6 .single-video__sidebar .single-video__prev-next-videos--content {
    max-height: 542px;
    padding: 24px 13px;
    border-radius: 5px;
    background: #f6f7f9
}

.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos--flex-header,
.single-video-v6 .single-video__sidebar .single-video__prev-next-videos--flex-header {
    margin-bottom: 13px
}

.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner,
.single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video,
.single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px
}

.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__container,
.single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__container {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 8px
}

.single-video-v6 .single-video__sidebar .single-video__related-playlist-videos .videos__inner .video__title,
.single-video-v6 .single-video__sidebar .single-video__prev-next-videos .videos__inner .video__title {
    height: 35px;
    overflow: hidden
}

.single-video-v6 .single-video__sidebar .single-video__related--title:after {
    content: none
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 10px
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__body .video__title {
    white-space: normal
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster {
    margin-bottom: 0;
    height: 85px
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster .video__link {
    height: 100%;
    padding: 0
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster--image,
.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__poster .masvideos-placeholder {
    position: relative
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__meta {
    display: block
}

.single-video-v6 .single-video__sidebar .single-video__related .videos__inner .video__title {
    font-size: 13px;
    font-weight: 600
}

@media (min-width:1200px) {
    .masvideos-tv-show-control-bar {
        margin-bottom: 24px
    }
}

.tv-shows__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.tv-shows__inner>.tv-show {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.columns-1>.tv-show,
.columns-1 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.columns-2>.tv-show,
.columns-2 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .columns-2>.tv-show,
    .columns-2 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.columns-3>.tv-show,
.columns-3 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .columns-3>.tv-show,
    .columns-3 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.columns-4>.tv-show,
.columns-4 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) {
    .columns-4>.tv-show,
    .columns-4 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-4>.tv-show,
    .columns-4 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.columns-5>.tv-show,
.columns-5 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) {
    .columns-5>.tv-show,
    .columns-5 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-5>.tv-show,
    .columns-5 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.columns-6>.tv-show,
.columns-6 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-6>.tv-show,
    .columns-6 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-6>.tv-show,
    .columns-6 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .columns-6>.tv-show,
    .columns-6 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.columns-7>.tv-show,
.columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-7>.tv-show,
    .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-7>.tv-show,
    .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .columns-7>.tv-show,
    .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:1200px) {
    .columns-7>.tv-show,
    .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.2857142858%;
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__actions,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__actions {
    margin-top: 12px
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__body,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 8px;
    margin-right: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show:first-child,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show:first-child {
        padding-top: 0
    }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="grid"] .tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="grid"] .tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show {
        margin-bottom: 0
    }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show__title,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__title {
    margin-bottom: 10px
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="grid"] .tv-show__title,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show__title {
        margin-bottom: 28px
    }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show__meta,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__meta {
    margin-top: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="grid"] .tv-show__poster,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show__poster {
        margin-bottom: 4px
    }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show__actions {
    margin-top: 10px
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__episode,
    .vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__short-description,
    .vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__review-info,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__episode,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__short-description,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__review-info {
        display: block
    }
}

.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="grid"] .tv-show:hover .tv-show__hover-area .tv-show__title,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .tv-show__hover-area .tv-show__title {
        margin-bottom: 0
    }
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show__title {
    margin-bottom: 11px
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 29px
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30.5%;
        flex: 0 0 30.5%;
        max-width: 30.5%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 69.5%;
        flex: 0 0 69.5%;
        max-width: 69.5%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show__episode,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description {
    display: block
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description p {
        height: 21px
    }
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show__episode {
    margin-bottom: 6px
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show .avg-rating .rating-with-count {
    margin-bottom: 14px
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__actions {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description p {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .tv-show__short-description p {
        height: auto
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__title {
    margin-bottom: 11px
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 24px
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 21.3%;
        flex: 0 0 21.3%;
        max-width: 21.3%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 78.7%;
        flex: 0 0 78.7%;
        max-width: 78.7%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__episode {
    display: block
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__episode {
    margin-bottom: 6px
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating-text {
    padding-left: 0
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info .avg-rating-text {
        padding-left: 14px;
        margin-top: 0
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__actions {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__short-description,
.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .tv-show__short-description p {
    display: block;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.vodi-archive-wrapper[data-view="list"] .tv-shows {
    margin-bottom: 0
}

.vodi-archive-wrapper[data-view="list"] .tv-shows__inner {
    margin: 0
}

.vodi-archive-wrapper[data-view="list"] .tv-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show__poster {
        max-width: 43.3%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 43.3%;
        flex: 0 0 43.3%;
        padding-right: 25px
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show:first-child,
    .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(2) {
        padding-top: 0
    }
}

.vodi-archive-wrapper[data-view="list"] .tv-show__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56.7%;
        flex: 0 0 56.7%;
        max-width: 56.7%
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .tv-show__body {
        padding-right: 20px
    }
}

.vodi-archive-wrapper[data-view="list"] .tv-show__episode {
    display: block
}

.vodi-archive-wrapper[data-view="list"] .tv-show__review-info {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show__review-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show__review-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.vodi-archive-wrapper[data-view="list"] .tv-show__review-info .viewers-count {
    -webkit-box-ordinal-group: 2!important;
    -webkit-order: 1!important;
    order: 1!important
}

.vodi-archive-wrapper[data-view="list"] .tv-show__actions {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show__actions {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show+.tv-show {
        border-top: 1px solid #e8e8e8
    }
}

.vodi-archive-wrapper[data-view="list"] .tv-shows__inner,
.vodi-archive-wrapper[data-view="list-small"] .tv-shows__inner,
.vodi-archive-wrapper[data-view="list-large"] .tv-shows__inner {
    margin: 0 -8px
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-shows__inner,
    .vodi-archive-wrapper[data-view="list-small"] .tv-shows__inner,
    .vodi-archive-wrapper[data-view="list-large"] .tv-shows__inner {
        margin: 0
    }
}

.vodi-archive-wrapper[data-view="list"] .tv-show,
.vodi-archive-wrapper[data-view="list-small"] .tv-show,
.vodi-archive-wrapper[data-view="list-large"] .tv-show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show {
        display: block;
        padding: 0 8px!important;
        margin-bottom: 15px
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.vodi-archive-wrapper[data-view="list"] .tv-show__body,
.vodi-archive-wrapper[data-view="list-small"] .tv-show__body,
.vodi-archive-wrapper[data-view="list-large"] .tv-show__body {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="grid-extended"] .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show__short-description,
    .vodi-archive-wrapper[data-view="list"] .tv-show__actions,
    .vodi-archive-wrapper[data-view="list"] .tv-show__episode,
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__short-description,
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__actions,
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__episode,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__short-description,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__actions,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__episode,
    .vodi-archive-wrapper[data-view="grid"] .tv-show__short-description,
    .vodi-archive-wrapper[data-view="grid"] .tv-show__actions,
    .vodi-archive-wrapper[data-view="grid"] .tv-show__episode,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show__short-description,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show__actions,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show__episode {
        display: none
    }
}

@media (max-width:1199.98px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show__review-info,
    .vodi-archive-wrapper[data-view="list-small"] .tv-show__review-info,
    .vodi-archive-wrapper[data-view="list-large"] .tv-show__review-info,
    .vodi-archive-wrapper[data-view="grid"] .tv-show__review-info,
    .vodi-archive-wrapper[data-view="grid-extended"] .tv-show__review-info {
        display: none
    }
}

.vodi-archive-wrapper[data-view="list"] .columns-1 .tv-shows__inner>.tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-2 .tv-shows__inner>.tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-3 .tv-shows__inner>.tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-4 .tv-shows__inner>.tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-5 .tv-shows__inner>.tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-6 .tv-shows__inner>.tv-show,
.vodi-archive-wrapper[data-view="list"] .columns-7 .tv-shows__inner>.tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-small"] .columns-7 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-1 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-2 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-3 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-4 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-5 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-6 .tv-shows__inner>.tv-show,
    .vodi-archive-wrapper[data-view="list-large"] .columns-7 .tv-shows__inner>.tv-show {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.tv-show {
    margin-bottom: 30px
}

.tv-show__title {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: -.01em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700
}

.tv-show__title:hover,
.tv-show__title:focus {
    color: #24baef;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.tv-show__title,
.tv-show__short-description p,
.tv-show .tv-show-actions--link_add-to-playlist {
    color: #000
}

.tv-show__seasons {
    color: #949cb0
}

.tv-show__seasons a {
    color: #24baef
}

.tv-show__title,
.tv-show__meta,
.tv-show__episode {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.tv-show__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:1200px) {
    .tv-show__actions {
        display: none
    }
}

.tv-show__episode,
.tv-show__short-description {
    display: none
}

.tv-show__review-info {
    display: none
}

.tv-show__badge {
    position: absolute;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    padding: 0 12px;
    border-radius: 4px;
    top: -10.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.tv-show__meta {
    margin-top: 4px
}

.tv-show__meta>span+span:before {
    content: '  '
}

.tv-show__meta--genre,
.tv-show__meta--genre a,
.tv-show__meta--release-year {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #949cb0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.tv-show__episode {
    font-size: 12px
}

.tv-show__episode a {
    color: #24baef
}

.tv-show__info--head>.tv-show__link:first-child .tv-show__title {
    margin-top: 10px
}

.tv-show__short-description {
    overflow: hidden
}

.tv-show__short-description p,
.tv-show__short-description div {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.01em;
    margin-bottom: 0
}

.tv-show .tv-show-actions--link_watch {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.tv-show .tv-show-actions--link_watch:hover {
    color: #fff;
    background-color: #10a7dd;
    border-color: #0f9ed1
}

.tv-show .tv-show-actions--link_watch:focus,
.tv-show .tv-show-actions--link_watch.focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

.tv-show .tv-show-actions--link_watch.disabled,
.tv-show .tv-show-actions--link_watch:disabled {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled):active,
.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled).active,
.show>.tv-show .tv-show-actions--link_watch.dropdown-toggle {
    color: #fff;
    background-color: #0f9ed1;
    border-color: #0e95c5
}

.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.tv-show .tv-show-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.tv-show .tv-show-actions--link_watch.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

.tv-show__actions {
    display: none
}

.tv-show__actions .tv-show-actions--link_watch,
.tv-show__actions .tv-show-actions--link_add-to-playlist>a {
    font-size: 12px;
    line-height: 1.25;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid transparent;
    padding: 12.5px 17.7px;
    white-space: nowrap
}

.tv-show__review-info {
    padding-left: 10px;
    line-height: 18px
}

.tv-show__review-info .avg-rating-number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.5;
    text-align: center
}

.tv-show .avg-rating {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    display: block;
    margin-bottom: 10px
}

.tv-show .avg-rating .rating-with-count {
    position: relative;
    display: block
}

.tv-show .avg-rating .vodi-svg {
    fill: #303544
}

.tv-show .count,
.tv-show .avg-rating {
    font-size: 14px;
    color: #949cb0
}

.tv-show .avg-rating-number {
    font-weight: 700
}

.tv-show .avg-rating-text {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 16px;
    letter-spacing: -.05em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 6px
}

.tv-show .rating-number-with-text .avg-rating-number {
    display: none
}

.tv-show .viewers-count {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 13px;
    font-weight: 400;
    color: #949cb0
}

.tv-show:hover .avg-rating-number {
    color: #131722
}

.tv-show__seasons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.tv-show__seasons a {
    position: relative
}

.tv-show__seasons a+a:before {
    content: ", ";
    color: #949cb0
}

.tv-show__hover-area {
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    position: absolute;
    width: 482px;
    padding: 16px 12px;
    z-index: 9999;
    display: none;
    background-color: #f5f5f5;
    border-color: #e0dfdf;
    top: 100%;
    -webkit-transform: translateY(-32%);
    -ms-transform: translateY(-32%);
    transform: translateY(-32%)
}

.tv-show__hover-area:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 10%;
    width: 15px;
    height: 15px;
    background-color: #f5f5f5;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    border-left: 2px solid #e0dfdf;
    border-top: 2px solid #e0dfdf
}

.tv-show__hover-area .tv-show__seasons,
.tv-show__hover-area .tv-show__episode {
    font-size: 13px;
    line-height: 1.5
}

.tv-show__hover-area--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.tv-show__hover-area .avg-rating-text {
    padding-left: 6px
}

.tv-show__hover-area--poster {
    margin-right: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
}

.tv-show__hover-area--body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.tv-show__hover-area .avg-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 14px
}

.tv-show__hover-area .tv-show__title {
    margin-bottom: 0
}

.tv-show__hover-area .tv-show__review-info .avg-rating-number {
    top: 27%;
    left: 10%;
    color: #fff;
    width: auto
}

.tv-show__hover-area .tv-show__season-info {
    padding-bottom: 9px;
    margin-bottom: 15px
}

.tv-show__hover-area .tv-show__season-info a {
    padding-left: 4px
}

.vodi-archive-wrapper .tv-shows {
    width: 100%
}

.section-tv-shows-carousel__custom-arrows button {
    margin-bottom: 37px
}

.style-2 .tv-show {
    margin-bottom: 20px
}

.style-2 .tv-show__link {
    position: relative
}

.style-2 .tv-show__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 25px 5px;
    z-index: 1
}

.style-2 .tv-show .tv-show__poster {
    position: relative;
    margin-bottom: 0
}

.style-2 .tv-show .tv-show__poster:before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.style-2 .tv-show .tv-show__poster img {
    height: auto
}

.style-2 .tv-show__title {
    font-size: 15px;
    color: #fff
}

.style-2 .tv-show__meta a,
.style-2 .tv-show__meta span {
    font-size: 13px;
    color: #fff
}

.episodes .slick-slide {
    margin: 0 7px
}

.episodes .slick-list {
    margin: 0 -7px;
    width: calc(100% + 14px);
    padding-top: 11px;
    margin-top: -11px
}

.episodes .episode__title {
    margin-bottom: 11px
}

.tv-show-carousel .slick-slide {
    margin: 0 7px
}

.tv-show-carousel .slick-list {
    margin: 0 -7px;
    width: calc(100% + 14px);
    padding-top: 11px;
    margin-top: -11px
}

.tv-show-carousel .tv-shows__inner {
    margin: 0
}

.tv-show-carousel .tv-show {
    margin-bottom: 0;
    position: relative
}

.tv-show-carousel .tv-show__title {
    color: #19272e
}

.tv-episodes-carousel__inner .episodes__inner {
    margin: 0
}

.single-tv_show .site-header {
    margin-bottom: 0
}

.single-tv_show .tv-show__head {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    margin-bottom: 20px
}

@media (max-width:991.98px) {
    .single-tv_show .tv-show__head {
        margin-left: calc(-50vw + 50%)
    }
}

.single-tv_show .tv-show__head--inner {
    position: relative;
    height: 100%
}

.single-tv_show .tv-show__head--inner:after {
    position: absolute;
    content: '';
    background-image: url(../../../themes/vodi/assets/images/glow.png);
    background-position: bottom;
    background-size: contain;
    display: block;
    bottom: 0;
    margin-left: calc(-50vw + 50% - 8px);
    width: 100vw;
    height: 150px
}

.single-tv_show .tv-show__head iframe {
    border: none
}

.single-tv_show .tv-show__poster--image,
.single-tv_show .tv-show__poster .masvideos-placeholder {
    position: relative;
    height: 393px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-tv_show .tv-show__meta {
    margin-top: 0;
    font-family: "Montserrat", "Open Sans", sans-serif
}

.single-tv_show .tv-show__meta>*+*:before {
    content: '|';
    display: inline-block;
    margin: 0 10px
}

.single-tv_show .tv-show__meta .vodi-views-likes {
    margin-top: 18px;
    margin-bottom: 0
}

.single-tv_show .tv-show__meta .vodi-views-likes:before {
    content: none
}

.single-tv_show .tv-show_title {
    font-size: 24px
}

@media (min-width:992px) and (max-width:1199.98px) {
    .single-tv_show .tv-show_title {
        max-width: 77%;
        font-size: 26px
    }
}

@media (min-width:1200px) {
    .single-tv_show .tv-show_title {
        max-width: 80%
    }
}

@media (min-width:1440px) {
    .single-tv_show .tv-show_title {
        max-width: 84%
    }
}

.single-tv_show .tv-show__info--head,
.single-tv_show .tv-show__info--body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .single-tv_show .tv-show__info--head,
    .single-tv_show .tv-show__info--body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-tv_show .tv-show__info--head {
    margin-bottom: 22px
}

.single-tv_show .tv-show__short-description {
    display: block
}

.single-tv_show .tv-show__meta--genre,
.single-tv_show .tv-show__meta--genre a,
.single-tv_show .tv-show__meta--release-year {
    font-size: 14px
}

.single-tv_show .tv-show__short-description,
.single-tv_show .tv-show__description {
    margin-bottom: 20px
}

.single-tv_show .tv-show__short-description>div,
.single-tv_show .tv-show__short-description p,
.single-tv_show .tv-show__description>div,
.single-tv_show .tv-show__description p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -.01em;
    text-align: justify
}

.single-tv_show .tv-show__short-description>div:last-child,
.single-tv_show .tv-show__short-description p:last-child,
.single-tv_show .tv-show__description>div:last-child,
.single-tv_show .tv-show__description p:last-child {
    margin-bottom: 0
}

.single-tv_show .tv-show__related--title {
    font-size: 22px;
    margin-bottom: 23px
}

.single-tv_show .tv-show-related__carousel .tv-show__info--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-tv_show .tv-show__rating-with-playlist {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 30px
}

.single-tv_show .tv-show__rating-with-playlist .avg-rating-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
    letter-spacing: 0
}

.single-tv_show .tv-show__rating-with-playlist .avg-rating-text span {
    margin-right: 3px
}

.single-tv_show .tv-show .tv-show-related {
    margin-bottom: 30px
}

.single-tv_show .tv-show .summary {
    margin-bottom: 20px;
    position: relative
}

.single-tv_show .tv-show .tv-show__meta+.tv-show__meta--right,
.single-tv_show .tv-show .tv-show__description+.tv-show__tags,
.single-tv_show .tv-show .tv-show__description+.tv-show__tags {
    margin-top: 20px
}

@media (min-width:992px) {
    .single-tv_show .tv-show .tv-show__meta+.tv-show__meta--right,
    .single-tv_show .tv-show .tv-show__description+.tv-show__tags,
    .single-tv_show .tv-show .tv-show__description+.tv-show__tags {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
        padding-left: 73px;
        margin-top: 0
    }
}

@media (min-width:992px) {
    .single-tv_show .tv-show .tv-show__meta+.tv-show__meta--right {
        margin-top: -21px
    }
}

.single-tv_show .tv-shows .vodi-views-likes {
    display: none
}

.tv_show__season-tabs-wrap {
    padding: 46px 0 13px;
    margin-bottom: 60px
}

.tv_show__season-tabs-wrap .masvideos-tabs {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .tv_show__season-tabs-wrap .masvideos-tabs {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .tv_show__season-tabs-wrap .masvideos-tabs {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .tv_show__season-tabs-wrap .masvideos-tabs {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .tv_show__season-tabs-wrap .masvideos-tabs {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .tv_show__season-tabs-wrap .masvideos-tabs {
        max-width: 1440px
    }
}

@media (min-width:1486px) {
    .tv_show__season-tabs-wrap .masvideos-tabs {
        max-width: 1486px
    }
}

@media (min-width:1200px) {
    .tv_show__season-tabs-wrap .masvideos-tabs {
        padding-left: 38px;
        padding-right: 38px
    }
}

.tv_show__season-tabs-wrap .nav {
    margin-bottom: 45px;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap
}

@media (min-width:1200px) {
    .tv_show__season-tabs-wrap .nav {
        overflow-x: initial;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.tv_show__season-tabs-wrap .nav .nav-item a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3.5px 17.5px;
    border-radius: 5px
}

.tv_show__season-tabs-wrap .nav .nav-item a.active {
    color: #1c212e
}

.tv_show__season-tabs-wrap .nav .nav-item+.nav-item {
    margin-left: 18px
}

.tv-show-tabs {
    margin-bottom: 65px
}

.tv-show-tabs .nav {
    font-family: "Montserrat", "Open Sans", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    margin-bottom: 40px
}

@media (max-width:1199.98px) {
    .tv-show-tabs .nav {
        overflow: auto;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.tv-show-tabs .nav .nav-item {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.tv-show-tabs .nav .nav-item+.nav-item:before {
    content: '/';
    margin: 0 25px 0 30px
}

.tv-show-tabs .nav .nav-item a {
    position: relative;
    padding: 0 6px 18px 6px
}

.tv-show-tabs .nav .nav-item a.active {
    font-weight: 500
}

.tv-show-tabs .nav .nav-item a.active:after {
    content: ' ';
    border-bottom: 3px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    border-bottom-color: red
}

@media (min-width:768px) {
    .tv-show__attributes {
        margin-bottom: 40px
    }
}

.tv-show__attributes th,
.tv-show__attributes td {
    border: none
}

.tv-show__attributes td p {
    margin-bottom: 0
}

.tv-show__attributes th {
    color: #fff;
    font-weight: 400;
    width: 30%
}

.tv-show__attributes td {
    color: #b4bbc0
}

.tv-show__attributes td a {
    color: #b4bbc0
}

.tv-show__attributes tr+tr {
    border-top-style: solid;
    border-top-width: 1px
}

.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="grid"] .movie,
.vodi-archive-wrapper[data-view="grid"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video,
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video,
.vodi-archive-wrapper[data-view="grid-extended"] .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.vodi-archive-wrapper[data-view="list-large"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-large"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-large"] .movie .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-large"] .movie .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-large"] .video .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-large"] .video .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-large"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-large"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid"] .movie .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid"] .movie .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid"] .video .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid"] .video .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-small"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-small"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-small"] .movie .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-small"] .movie .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-small"] .video .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-small"] .video .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list-small"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list-small"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list"] .movie .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list"] .movie .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list"] .video .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list"] .video .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="list"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="list"] .video .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .video-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .video .movie-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .video .movie-actions--link_watch:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .video .video-actions--link_watch:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .video .video-actions--link_watch:focus {
    background-color: #24baef
}

.vodi-archive-wrapper[data-view="list-large"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list-large"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list-small"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list-small"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="list"] .video:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:hover .avg-rating-number,
.vodi-archive-wrapper[data-view="grid-extended"] .video:hover .avg-rating-number {
    color: #000
}

.vodi-archive-wrapper[data-view="list-large"] .avg-rating-text,
.vodi-archive-wrapper[data-view="grid"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text,
.vodi-archive-wrapper[data-view="grid-extended"] .avg-rating-text {
    display: block;
    line-height: 14px;
    letter-spacing: -.05em;
    padding-left: 10px
}

.vodi-archive-wrapper[data-view="list-large"] .viewers-count,
.vodi-archive-wrapper[data-view="grid"] .viewers-count,
.vodi-archive-wrapper[data-view="list-small"] .viewers-count,
.vodi-archive-wrapper[data-view="list"] .viewers-count,
.vodi-archive-wrapper[data-view="grid-extended"] .viewers-count {
    margin-bottom: 19px
}

.vodi-archive-wrapper[data-view="list-large"] .viewers-count .count,
.vodi-archive-wrapper[data-view="grid"] .viewers-count .count,
.vodi-archive-wrapper[data-view="list-small"] .viewers-count .count,
.vodi-archive-wrapper[data-view="list"] .viewers-count .count,
.vodi-archive-wrapper[data-view="grid-extended"] .viewers-count .count {
    line-height: 18px;
    letter-spacing: -.01em
}

.dark .vodi-archive-wrapper[data-view="list-large"] .movie:hover,
.dark .vodi-archive-wrapper[data-view="list-large"] .movie:focus,
.dark .vodi-archive-wrapper[data-view="list-large"] .video:hover,
.dark .vodi-archive-wrapper[data-view="list-large"] .video:focus,
.dark .vodi-archive-wrapper[data-view="list-small"] .movie:hover,
.dark .vodi-archive-wrapper[data-view="list-small"] .movie:focus,
.dark .vodi-archive-wrapper[data-view="list-small"] .video:hover,
.dark .vodi-archive-wrapper[data-view="list-small"] .video:focus,
.dark .vodi-archive-wrapper[data-view="list"] .movie:hover,
.dark .vodi-archive-wrapper[data-view="list"] .movie:focus,
.dark .vodi-archive-wrapper[data-view="list"] .video:hover,
.dark .vodi-archive-wrapper[data-view="list"] .video:focus {
    background: -webkit-linear-gradient(315deg, #212635 5%, rgba(33, 38, 53, .57) 40%, rgba(160, 162, 168, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, #212635 5%, rgba(33, 38, 53, .57) 40%, rgba(160, 162, 168, 0) 60%, rgba(255, 255, 255, 0) 100%)
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .movie__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-right: 15px
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .movie .movie__info {
    padding: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie .movie__info {
        padding-left: 15px;
        padding-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 85.5%;
        flex: 0 0 85.5%;
        max-width: 85.5%
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie__review-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.5%;
        flex: 0 0 14.5%;
        max-width: 14.5%
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 29px
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-large"] .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30.5%;
        flex: 0 0 30.5%;
        max-width: 30.5%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .video__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .video__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-large"] .video__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-large"] .video__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 69.5%;
        flex: 0 0 69.5%;
        max-width: 69.5%
    }
}

.vodi-archive-wrapper[data-view="list-large"] .movie__title,
.vodi-archive-wrapper[data-view="list-large"] .video__title {
    font-size: 17px;
    letter-spacing: -.01em
}

.vodi-archive-wrapper[data-view="list-large"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list-large"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-large"] .video__short-description p,
.vodi-archive-wrapper[data-view="list-large"] .video__short-description div {
    margin-bottom: 23px
}

.vodi-archive-wrapper[data-view="list-large"] .movie .avg-rating .rating-with-count,
.vodi-archive-wrapper[data-view="list-large"] .video .avg-rating .rating-with-count {
    margin-bottom: 14px;
    display: block
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .movie__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .movie__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 11.3%;
        flex: 0 0 11.3%;
        max-width: 11.3%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .movie__body {
    padding: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .movie__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83%;
        flex: 0 0 83%;
        max-width: 83%;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .movie__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 88.7%;
        flex: 0 0 88.7%;
        max-width: 88.7%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .movie .movie__info {
    padding: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .movie .movie__info {
        padding-left: 7px;
        padding-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 84.5%;
        flex: 0 0 84.5%;
        max-width: 84.5%
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .movie__review-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15.5%;
        flex: 0 0 15.5%;
        max-width: 15.5%
    }
}

@media (max-width:991.98px) {
    .vodi-archive-wrapper[data-view="list-small"] .movie .avg-rating-text {
        padding-left: 0;
        margin-top: 5px
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 24px
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 21.3%;
        flex: 0 0 21.3%;
        max-width: 21.3%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .video__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-small"] .video__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .video__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list-small"] .video__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 78.7%;
        flex: 0 0 78.7%;
        max-width: 78.7%
    }
}

.vodi-archive-wrapper[data-view="list-small"] .movie__short-description p,
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list-small"] .video__short-description p,
.vodi-archive-wrapper[data-view="list-small"] .video__short-description div {
    margin-bottom: 13px
}

.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video {
    margin-bottom: 0
}

.vodi-archive-wrapper[data-view="list-large"] .movie__body,
.vodi-archive-wrapper[data-view="list-large"] .video__body,
.vodi-archive-wrapper[data-view="list-small"] .movie__body,
.vodi-archive-wrapper[data-view="list-small"] .video__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-right: 15px
}

.vodi-archive-wrapper[data-view="list-large"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__container,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__poster,
.vodi-archive-wrapper[data-view="list-large"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .video .video__container,
.vodi-archive-wrapper[data-view="list-large"] .video .video__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .movie .video__container,
.vodi-archive-wrapper[data-view="list-small"] .movie .video__poster,
.vodi-archive-wrapper[data-view="list-small"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .video .video__container,
.vodi-archive-wrapper[data-view="list-small"] .video .video__poster {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie .movie__poster,
    .vodi-archive-wrapper[data-view="list-large"] .movie .video__container,
    .vodi-archive-wrapper[data-view="list-large"] .movie .video__poster,
    .vodi-archive-wrapper[data-view="list-large"] .video .movie__poster,
    .vodi-archive-wrapper[data-view="list-large"] .video .video__container,
    .vodi-archive-wrapper[data-view="list-large"] .video .video__poster,
    .vodi-archive-wrapper[data-view="list-small"] .movie .movie__poster,
    .vodi-archive-wrapper[data-view="list-small"] .movie .video__container,
    .vodi-archive-wrapper[data-view="list-small"] .movie .video__poster,
    .vodi-archive-wrapper[data-view="list-small"] .video .movie__poster,
    .vodi-archive-wrapper[data-view="list-small"] .video .video__container,
    .vodi-archive-wrapper[data-view="list-small"] .video .video__poster {
        padding-right: 0
    }
}

.vodi-archive-wrapper[data-view="list-large"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-large"] .video__review-info,
.vodi-archive-wrapper[data-view="list-small"] .movie__review-info,
.vodi-archive-wrapper[data-view="list-small"] .video__review-info {
    display: none
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie__review-info,
    .vodi-archive-wrapper[data-view="list-large"] .video__review-info,
    .vodi-archive-wrapper[data-view="list-small"] .movie__review-info,
    .vodi-archive-wrapper[data-view="list-small"] .video__review-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        text-align: right;
        padding-right: 0;
        padding-left: 15px
    }
}

.vodi-archive-wrapper[data-view="list-large"] .movie__title,
.vodi-archive-wrapper[data-view="list-large"] .video__title,
.vodi-archive-wrapper[data-view="list-small"] .movie__title,
.vodi-archive-wrapper[data-view="list-small"] .video__title {
    margin-bottom: 11px
}

.vodi-archive-wrapper[data-view="list-large"] .movie__short-description,
.vodi-archive-wrapper[data-view="list-large"] .video__short-description,
.vodi-archive-wrapper[data-view="list-small"] .movie__short-description,
.vodi-archive-wrapper[data-view="list-small"] .video__short-description {
    display: block
}

.vodi-archive-wrapper[data-view="list-large"] .movie__actions,
.vodi-archive-wrapper[data-view="list-large"] .video__actions,
.vodi-archive-wrapper[data-view="list-small"] .movie__actions,
.vodi-archive-wrapper[data-view="list-small"] .video__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text {
    text-align: center
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list-small"] .avg-rating,
    .vodi-archive-wrapper[data-view="list"] .avg-rating {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.vodi-archive-wrapper[data-view="grid"] .movie .movie__title,
.vodi-archive-wrapper[data-view="grid"] .video .video__title,
.vodi-archive-wrapper[data-view="grid-extended"] .movie .movie__title,
.vodi-archive-wrapper[data-view="grid-extended"] .video .video__title {
    margin-bottom: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="grid"] .movies__inner,
    .vodi-archive-wrapper[data-view="grid"] .videos__inner,
    .vodi-archive-wrapper[data-view="grid-extended"] .movies__inner,
    .vodi-archive-wrapper[data-view="grid-extended"] .videos__inner {
        margin: 15px -7px 10px
    }
}

.vodi-archive-wrapper[data-view="grid"] .columns-4 .movie__poster img,
.vodi-archive-wrapper[data-view="grid"] .columns-4 .video__container img,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .movie__poster img,
.vodi-archive-wrapper[data-view="grid-extended"] .columns-4 .video__container img {
    width: 100%
}

.vodi-archive-wrapper[data-view="grid"] .movie,
.vodi-archive-wrapper[data-view="grid"] .video,
.vodi-archive-wrapper[data-view="grid-extended"] .movie,
.vodi-archive-wrapper[data-view="grid-extended"] .video {
    padding: 0 7px
}

.vodi-archive-wrapper[data-view="grid"] .movie+.movie,
.vodi-archive-wrapper[data-view="grid"] .movie+.video,
.vodi-archive-wrapper[data-view="grid"] .video+.movie,
.vodi-archive-wrapper[data-view="grid"] .video+.video,
.vodi-archive-wrapper[data-view="grid-extended"] .movie+.movie,
.vodi-archive-wrapper[data-view="grid-extended"] .movie+.video,
.vodi-archive-wrapper[data-view="grid-extended"] .video+.movie,
.vodi-archive-wrapper[data-view="grid-extended"] .video+.video {
    border-width: 0
}

.vodi-archive-wrapper[data-view="grid"] .movie__short-description,
.vodi-archive-wrapper[data-view="grid"] .movie__actions,
.vodi-archive-wrapper[data-view="grid"] .video__short-description,
.vodi-archive-wrapper[data-view="grid"] .video__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .movie__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .movie__actions,
.vodi-archive-wrapper[data-view="grid-extended"] .video__short-description,
.vodi-archive-wrapper[data-view="grid-extended"] .video__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="grid"] .movie__short-description,
    .vodi-archive-wrapper[data-view="grid"] .movie__actions,
    .vodi-archive-wrapper[data-view="grid"] .video__short-description,
    .vodi-archive-wrapper[data-view="grid"] .video__actions,
    .vodi-archive-wrapper[data-view="grid-extended"] .movie__short-description,
    .vodi-archive-wrapper[data-view="grid-extended"] .movie__actions,
    .vodi-archive-wrapper[data-view="grid-extended"] .video__short-description,
    .vodi-archive-wrapper[data-view="grid-extended"] .video__actions {
        display: none
    }
}

.vodi-archive-wrapper[data-view="grid"] .movie:hover,
.vodi-archive-wrapper[data-view="grid"] .movie:focus,
.vodi-archive-wrapper[data-view="grid"] .video:hover,
.vodi-archive-wrapper[data-view="grid"] .video:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:focus,
.vodi-archive-wrapper[data-view="grid-extended"] .video:hover,
.vodi-archive-wrapper[data-view="grid-extended"] .video:focus {
    background-color: transparent
}

.vodi-archive-wrapper[data-view="list"] .movies,
.vodi-archive-wrapper[data-view="list"] .videos {
    width: 100%
}

.vodi-archive-wrapper[data-view="list"] .movie__body,
.vodi-archive-wrapper[data-view="list"] .video__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .movie__body,
    .vodi-archive-wrapper[data-view="list"] .video__body {
        padding-left: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 82%;
        flex: 0 0 82%;
        max-width: 82%
    }
}

.vodi-archive-wrapper[data-view="list"] .movie .movie__poster,
.vodi-archive-wrapper[data-view="list"] .movie .video__container,
.vodi-archive-wrapper[data-view="list"] .video .movie__poster,
.vodi-archive-wrapper[data-view="list"] .video .video__container {
    margin-bottom: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .movie .movie__poster,
    .vodi-archive-wrapper[data-view="list"] .movie .video__container,
    .vodi-archive-wrapper[data-view="list"] .video .movie__poster,
    .vodi-archive-wrapper[data-view="list"] .video .video__container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%
    }
}

.vodi-archive-wrapper[data-view="list"] {
    margin: 0
}

@media (max-width:991.98px) {
    .vodi-archive-wrapper[data-view="list"] .movie,
    .vodi-archive-wrapper[data-view="list"] .video {
        padding-left: 0;
        padding-right: 0
    }
}

.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video,
.vodi-archive-wrapper[data-view="list"] .tv-show {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    cursor: pointer
}

.vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd),
.vodi-archive-wrapper[data-view="list"] .video:nth-child(odd),
.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) {
    padding-right: 0;
    padding-left: 0
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .movie__body,
    .vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .video__body,
    .vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .movie__body,
    .vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .video__body,
    .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .movie__body,
    .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .video__body {
        border-right: 1px solid #2f2f33
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .movie:nth-child(odd) .tv-show__body,
    .vodi-archive-wrapper[data-view="list"] .video:nth-child(odd) .tv-show__body,
    .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(odd) .tv-show__body {
        border-right: 1px solid #e8e8e8
    }
}

.vodi-archive-wrapper[data-view="list"] .movie:last-child .movie__body,
.vodi-archive-wrapper[data-view="list"] .movie:last-child .video__body,
.vodi-archive-wrapper[data-view="list"] .movie:last-child .tv-show__body,
.vodi-archive-wrapper[data-view="list"] .video:last-child .movie__body,
.vodi-archive-wrapper[data-view="list"] .video:last-child .video__body,
.vodi-archive-wrapper[data-view="list"] .video:last-child .tv-show__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:last-child .movie__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:last-child .video__body,
.vodi-archive-wrapper[data-view="list"] .tv-show:last-child .tv-show__body {
    border-width: 0
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list"] .movie:nth-child(even),
    .vodi-archive-wrapper[data-view="list"] .video:nth-child(even) {
        padding-left: 23px;
        padding-right: 0
    }
}

.vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(even) {
    padding-left: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(even) {
        padding-left: 23px;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .vodi-archive-wrapper[data-view="list"] .movie:nth-child(2),
    .vodi-archive-wrapper[data-view="list"] .video:nth-child(2) {
        border-top: none!important
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .tv-show:nth-child(2) {
        border-top: none!important
    }
}

.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0
}

.vodi-archive-wrapper[data-view="list"] .movie__actions,
.vodi-archive-wrapper[data-view="list"] .video__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list"] .movie__actions,
    .vodi-archive-wrapper[data-view="list"] .video__actions {
        display: none
    }
}

.vodi-archive-wrapper[data-view="list"] .movie__review-info,
.vodi-archive-wrapper[data-view="list"] .video__review-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: none
}

@media (min-width:1200px) {
    .vodi-archive-wrapper[data-view="list"] .movie__review-info,
    .vodi-archive-wrapper[data-view="list"] .video__review-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.vodi-archive-wrapper[data-view="list"] .viewers-count {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 0;
    -webkit-align-self: center;
    align-self: center;
    padding-left: 30px
}

.vodi-archive-wrapper[data-view="list-large"] .movie .movie__body,
.vodi-archive-wrapper[data-view="list-large"] .movie .video__body,
.vodi-archive-wrapper[data-view="list-large"] .video .movie__body,
.vodi-archive-wrapper[data-view="list-large"] .video .video__body {
    padding-top: 15px
}

.vodi-archive-wrapper[data-view="list-large"] .movies__inner,
.vodi-archive-wrapper[data-view="list-large"] .videos__inner,
.vodi-archive-wrapper[data-view="list-small"] .movies__inner,
.vodi-archive-wrapper[data-view="list-small"] .videos__inner,
.vodi-archive-wrapper[data-view="list"] .movies__inner,
.vodi-archive-wrapper[data-view="list"] .videos__inner {
    margin: 0
}

.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video,
.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie,
    .vodi-archive-wrapper[data-view="list-large"] .video,
    .vodi-archive-wrapper[data-view="list-small"] .movie,
    .vodi-archive-wrapper[data-view="list-small"] .video,
    .vodi-archive-wrapper[data-view="list"] .movie,
    .vodi-archive-wrapper[data-view="list"] .video {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .vodi-archive-wrapper[data-view="list-large"] .movie+.movie,
    .vodi-archive-wrapper[data-view="list-large"] .movie+.video,
    .vodi-archive-wrapper[data-view="list-large"] .video+.movie,
    .vodi-archive-wrapper[data-view="list-large"] .video+.video,
    .vodi-archive-wrapper[data-view="list-small"] .movie+.movie,
    .vodi-archive-wrapper[data-view="list-small"] .movie+.video,
    .vodi-archive-wrapper[data-view="list-small"] .video+.movie,
    .vodi-archive-wrapper[data-view="list-small"] .video+.video,
    .vodi-archive-wrapper[data-view="list"] .movie+.movie,
    .vodi-archive-wrapper[data-view="list"] .movie+.video,
    .vodi-archive-wrapper[data-view="list"] .video+.movie,
    .vodi-archive-wrapper[data-view="list"] .video+.video {
        border-top: 1px solid #2f2f33
    }
}

.vodi-archive-wrapper[data-view="list-large"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text {
    text-align: center
}

.vodi-archive-wrapper[data-view="list-large"] .avg-rating-text span,
.vodi-archive-wrapper[data-view="list-small"] .avg-rating-text span,
.vodi-archive-wrapper[data-view="list"] .avg-rating-text span {
    display: block
}

.vodi-archive-wrapper[data-view="list"] .movie,
.vodi-archive-wrapper[data-view="list"] .video {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit
}

.vodi-archive-wrapper[data-view="list"] .movie__short-description,
.vodi-archive-wrapper[data-view="list"] .video__short-description {
    display: block;
    padding-right: 30px
}

.vodi-archive-wrapper[data-view="list"] .movie__short-description div,
.vodi-archive-wrapper[data-view="list"] .video__short-description div {
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 1rem
}

.vodi-archive-wrapper[data-view="list-large"] .movie,
.vodi-archive-wrapper[data-view="list-large"] .video,
.vodi-archive-wrapper[data-view="list-small"] .movie,
.vodi-archive-wrapper[data-view="list-small"] .video {
    padding: 16px 0
}

.vodi-archive-wrapper[data-view="list-large"] .movie__poster,
.vodi-archive-wrapper[data-view="list-large"] .video__container,
.vodi-archive-wrapper[data-view="list-small"] .movie__poster,
.vodi-archive-wrapper[data-view="list-small"] .video__container {
    padding-left: 0
}

.page-template-category-template .vodi-control-bar {
    margin-bottom: 12px
}

.page-template-category-video-template .vodi-control-bar {
    margin-bottom: 12px
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list-large"] .movies__inner,
    .vodi-archive-wrapper[data-view="list-large"] .videos__inner,
    .vodi-archive-wrapper[data-view="grid"] .movies__inner,
    .vodi-archive-wrapper[data-view="grid"] .videos__inner,
    .vodi-archive-wrapper[data-view="list-small"] .movies__inner,
    .vodi-archive-wrapper[data-view="list-small"] .videos__inner,
    .vodi-archive-wrapper[data-view="list"] .movies__inner,
    .vodi-archive-wrapper[data-view="list"] .videos__inner,
    .vodi-archive-wrapper[data-view="grid-extended"] .movies__inner,
    .vodi-archive-wrapper[data-view="grid-extended"] .videos__inner {
        margin: 0 -7px
    }
    .vodi-archive-wrapper[data-view="list-large"] .movie__body,
    .vodi-archive-wrapper[data-view="list-large"] .video__short-description,
    .vodi-archive-wrapper[data-view="list-large"] .video__actions,
    .vodi-archive-wrapper[data-view="grid"] .movie__body,
    .vodi-archive-wrapper[data-view="grid"] .video__short-description,
    .vodi-archive-wrapper[data-view="grid"] .video__actions,
    .vodi-archive-wrapper[data-view="list-small"] .movie__body,
    .vodi-archive-wrapper[data-view="list-small"] .video__short-description,
    .vodi-archive-wrapper[data-view="list-small"] .video__actions,
    .vodi-archive-wrapper[data-view="list"] .movie__body,
    .vodi-archive-wrapper[data-view="list"] .video__short-description,
    .vodi-archive-wrapper[data-view="list"] .video__actions,
    .vodi-archive-wrapper[data-view="grid-extended"] .movie__body,
    .vodi-archive-wrapper[data-view="grid-extended"] .video__short-description,
    .vodi-archive-wrapper[data-view="grid-extended"] .video__actions {
        display: none
    }
    .vodi-archive-wrapper[data-view="list-large"] .video__title,
    .vodi-archive-wrapper[data-view="grid"] .video__title,
    .vodi-archive-wrapper[data-view="list-small"] .video__title,
    .vodi-archive-wrapper[data-view="list"] .video__title,
    .vodi-archive-wrapper[data-view="grid-extended"] .video__title {
        margin-bottom: 0
    }
}

@media (max-width:767.98px) {
    .vodi-archive-wrapper[data-view="list"] .movie,
    .vodi-archive-wrapper[data-view="list"] .video,
    .vodi-archive-wrapper[data-view="list-small"] .movie,
    .vodi-archive-wrapper[data-view="list-small"] .video,
    .vodi-archive-wrapper[data-view="list-large"] .movie,
    .vodi-archive-wrapper[data-view="list-large"] .video {
        padding: 0 7px!important;
        margin-bottom: 20px!important;
        border-top-width: 0
    }
}

.vodi-archive-wrapper[data-view="list"] .video__review-info,
.vodi-archive-wrapper[data-view="list"] .video .video-actions--link_add-to-playlist,
.vodi-archive-wrapper[data-view="list-small"] .video__review-info,
.vodi-archive-wrapper[data-view="list-small"] .video .video-actions--link_add-to-playlist,
.vodi-archive-wrapper[data-view="list-large"] .video__review-info,
.vodi-archive-wrapper[data-view="list-large"] .video .video-actions--link_add-to-playlist {
    display: none
}

.vodi-archive-wrapper[data-view="list"] .video__info,
.vodi-archive-wrapper[data-view="list-small"] .video__info,
.vodi-archive-wrapper[data-view="list-large"] .video__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0
}

.home-section-featured-tv-shows .featured-tv-shows .video {
    margin-right: 40px
}

@media (min-width:992px) {
    .home-section-featured-tv-shows .featured-tv-shows .video {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.home-section-featured-tv-shows .featured-tv-shows .video__body span {
    font-size: 12px;
    font-weight: 400;
    color: #949cb0;
    display: inline-block
}

.home-section-featured-tv-shows .featured-tv-shows .video__body h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info {
    margin: 35px 0
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .rating {
    display: block;
    font-size: 23px;
    color: #2c92cd
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .rating-counts {
    margin-left: 44px;
    display: inline-block
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .star:before {
    content: '';
    height: 3.3em;
    width: 40px;
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg"\a                         xmlns:xlink="http://www.w3.org/1999/xlink"\a                         width="40px" height="39px">\a                         <path fill-rule="evenodd"  fill="rgb(44, 146, 205)"\a                         d="M19.633,-0.000 C21.509,0.035 21.530,1.174 22.167,2.414 C23.329,4.679 24.406,7.067 25.572,9.338 C25.853,9.886 26.431,11.640 26.918,11.834 C27.486,12.203 29.345,12.109 30.165,12.316 C32.170,12.825 34.489,12.860 36.500,13.364 C37.516,13.618 38.689,13.413 39.430,13.927 C39.689,14.107 39.770,14.504 39.984,14.732 C40.047,16.499 39.096,16.843 38.163,17.792 C36.473,19.509 34.784,21.227 33.095,22.944 C32.585,23.462 31.092,24.543 31.036,25.359 C31.423,25.951 31.307,27.455 31.511,28.258 C32.138,30.727 32.213,33.522 32.857,35.987 C33.142,37.078 33.016,38.241 32.303,38.724 C31.108,39.533 29.632,38.193 28.819,37.758 C26.695,36.623 24.601,35.624 22.483,34.457 C21.979,34.179 20.607,33.178 20.108,33.088 C19.748,33.023 18.163,34.107 17.812,34.296 C15.557,35.505 13.340,36.640 11.080,37.839 C10.548,38.120 9.180,39.226 8.309,38.966 C6.955,38.558 6.874,36.993 7.280,35.423 C7.716,33.733 7.697,31.880 8.151,30.109 C8.527,28.642 8.907,26.529 9.022,24.957 C8.092,24.344 7.202,23.107 6.408,22.300 C4.760,20.625 3.059,18.990 1.340,17.389 C0.646,16.742 -0.578,15.515 0.311,14.249 C0.915,13.388 2.364,13.656 3.557,13.364 C6.678,12.599 10.114,12.468 13.298,11.834 C14.186,9.747 15.306,7.711 16.307,5.716 C16.954,4.426 17.496,3.163 18.128,1.931 C18.334,1.531 18.358,1.093 18.603,0.724 C18.845,0.362 19.299,0.273 19.633,-0.000 Z"/></svg>');
    background-repeat: no-repeat
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info p {
    font-size: 14px;
    color: #b4bbc0;
    font-weight: 400;
    margin-top: 3px;
    line-height: 21px;
    margin-bottom: 22px
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    padding: 14px 18.7px;
    font-size: .75rem;
    line-height: 1;
    border-radius: 5px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: "Montserrat", "Open Sans", sans-serif;
    min-width: 125px
}

@media (prefers-reduced-motion:reduce) {
    .home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link {
        -webkit-transition: none;
        transition: none
    }
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:hover,
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:focus {
    text-decoration: none
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:focus,
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link.focus {
    outline: 0
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link.disabled,
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:disabled {
    opacity: .65
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:not(:disabled):not(.disabled):active,
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link:not(:disabled):not(.disabled).active {
    background-image: none
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_watch {
    color: #fff;
    background-color: #24baef
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_add-to-playlist {
    color: #fff
}

.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_add-to-playlist:hover,
.home-section-featured-tv-shows .featured-tv-shows .video__body .video-info .movie-tab__content-action--link_add-to-playlist:focus {
    background-color: #fff;
    color: #000
}

@media (min-width:992px) {
    .home-section-featured-tv-shows .featured-tv-shows .video__body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50.8333333333%;
        flex: 0 0 50.8333333333%;
        max-width: 50.8333333333%
    }
}

@media (min-width:992px) {
    .home-section-featured-tv-shows .featured-tv-shows {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.tabbed-list-movies__inner .nav {
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #2f2f33;
    padding-bottom: 12px
}

.tabbed-list-movies__inner .nav .nav-item {
    margin-left: 0
}

.tabbed-list-movies__inner .nav .nav-item a {
    font-size: 22px;
    font-weight: 400;
    display: inline
}

.tabbed-list-movies__inner .nav .nav-item a.active {
    font-weight: 500
}

.tabbed-list-movies__inner .nav .nav-item+.nav-item:before {
    content: '/';
    margin: 0 9px 0 15px;
    color: #2c3c4a;
    display: inline-block
}

.tabbed-list-movies__inner .nav:after {
    content: none
}

.tabbed-list-movies__inner .grid-movie-list {
    margin-left: 0;
    margin-right: 0
}

.tabbed-list-movies__inner .grid-movie-list .movie__list .year {
    font-size: 12px;
    color: #949cb0
}

.tabbed-list-movies__inner .grid-movie-list .movie__list .movie__name {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px
}

.tabbed-list-movies__inner .grid-movie-list .movie__list .wrapper {
    margin-left: 15px
}

.tabbed-list-movies__inner .grid-movie-list .movie__list .movie__link {
    margin: 13px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

@media (min-width:576px) {
    .tabbed-list-movies__inner .grid-movie-list .movie__list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .tabbed-list-movies__inner .grid-movie-list .movie__list {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        border-top: 1px solid #2f2f33
    }
}

@media (min-width:992px) {
    .tabbed-list-movies__inner .grid-movie-list .movie__list {
        padding: 0;
        position: relative
    }
    .tabbed-list-movies__inner .grid-movie-list .movie__list:before {
        content: " ";
        width: 1px;
        height: 100px;
        background-color: #2c3346;
        display: block;
        position: absolute;
        left: -28px;
        bottom: 11px
    }
    .tabbed-list-movies__inner .grid-movie-list .movie__list:nth-child(3n+1):before {
        content: none
    }
    .tabbed-list-movies__inner .grid-movie-list .movie__list:nth-child(-n+3) {
        border-top: none
    }
}

.episode {
    position: relative;
    margin-bottom: 23px
}

.episode__link {
    display: block
}

.episode__link:hover .movie__title,
.episode__link:focus .movie__title {
    color: #24baef
}

.episode__poster {
    margin-bottom: 8px;
    position: relative
}

.episode__title,
.episode__meta {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.episode__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.episode__number {
    font-size: 12px;
    line-height: 18px;
    color: #949cb0;
    display: block
}

.episode__number a {
    color: #949cb0
}

.style-2 .episode {
    margin-bottom: 20px
}

.style-2 .episode__link {
    position: relative
}

.style-2 .episode__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 25px 5px;
    z-index: 1
}

.style-2 .episode .episode__poster {
    margin-bottom: 0
}

.style-2 .episode .episode__poster:before {
    background: -webkit-linear-gradient(top, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(240, 47, 23, 0) 0%, rgba(0, 0, 0, .9) 100%);
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1
}

.style-2 .episode .episode__poster img {
    height: auto
}

.style-2 .episode__title {
    font-size: 15px;
    color: #fff
}

.style-2 .episode__episode {
    font-size: 13px;
    color: #fff
}

.episodes__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-left: -9px
}

.episodes__inner>.episode {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px
}

.columns-1>.episode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-1>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.columns-2 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.columns-3 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) {
    .columns-3 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.columns-4 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:1200px) {
    .columns-4 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.columns-5 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) {
    .columns-5 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-5 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.columns-6 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) {
    .columns-6 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-6 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.columns-7 .episodes__inner>.episode {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:992px) {
    .columns-7 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-7 .episodes__inner>.episode {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.2857142858%;
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }
}

.episode .nav {
    font-family: "Montserrat", "Open Sans", sans-serif
}

@media (max-width:1199.98px) {
    .episode .nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.episode .nav .nav-item+.nav-item:before {
    content: '/'
}

.episode-seasons-tabs {
    padding: 50px 0 18px
}

.episode-seasons-tabs .nav {
    margin-bottom: 32px
}

.episode-seasons-tabs .nav .nav-item {
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.episode-seasons-tabs .nav .nav-item a {
    font-weight: 400;
    display: inline-block
}

.episode-seasons-tabs .nav .nav-item a.active {
    font-weight: 500
}

.episode-seasons-tabs .nav .nav-item+.nav-item:before {
    margin: 0 12px 0 15px
}

.episode-tabs .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.episode-tabs .nav .nav-item {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.episode-tabs .nav .nav-item a {
    position: relative;
    padding: 0 25px 18px 25px
}

.episode-tabs .nav .nav-item a.active {
    font-weight: 500
}

.episode-tabs .nav .nav-item a.active:after {
    content: ' ';
    border-bottom: 3px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    border-bottom-color: red
}

.episode-tabs .nav .nav-item .nav-item+.nav-item:before {
    margin: 0 0 0 4px
}

.episode-tabs .tab-content {
    width: 100vw;
    position: relative;
    margin-left: calc(-50vw + 50% - 8px);
    padding: 50px 0
}

@media (max-width:991.98px) {
    .episode-tabs .tab-content {
        margin-left: calc(-50vw + 50%)
    }
}

.episode-tabs .tab-content .tab-pane {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .episode-tabs .tab-content .tab-pane {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .episode-tabs .tab-content .tab-pane {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .episode-tabs .tab-content .tab-pane {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .episode-tabs .tab-content .tab-pane {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .episode-tabs .tab-content .tab-pane {
        max-width: 1440px
    }
}

@media (min-width:1486px) {
    .episode-tabs .tab-content .tab-pane {
        max-width: 1486px
    }
}

@media (min-width:1200px) {
    .episode-tabs .tab-content .tab-pane {
        padding-left: 38px;
        padding-right: 38px
    }
}

.dark .episode-tabs .tab-content .episode__description {
    color: #fff
}

.dark .episode-tabs .tab-content .masvideos-Reviews .comment-form label {
    color: #fff
}

.episode__head {
    position: relative;
    margin-bottom: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.episode__player {
    width: 100%
}

.episode__player--next-episode,
.episode__player--prev-episode {
    max-width: 120px
}

@media (max-width:767.98px) {
    .episode__player--next-episode,
    .episode__player--prev-episode {
        position: absolute;
        z-index: 1;
        display: none
    }
}

.episode__player--next-episode a,
.episode__player--prev-episode a {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.episode__player--next-episode__label,
.episode__player--prev-episode__label {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.episode__player--prev-episode {
    left: 0
}

@media (min-width:992px) {
    .episode__player--prev-episode {
        margin-right: 82px
    }
}

@media (min-width:992px) {
    .episode__player--prev-episode a {
        text-align: right
    }
}

.episode__player--prev-episode a:before {
    content: '';
    width: 84px;
    height: 121px;
    display: inline-block;
    background-repeat: no-repeat;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd" fill="rgb(113, 127, 140)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.098 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>')
}

[dir="rtl"] .episode__player--prev-episode a:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>')
}

.episode__player--prev-episode__label {
    left: -20px
}

.episode__player--next-episode {
    right: 0;
    text-align: right
}

@media (min-width:768px) {
    .episode__player--next-episode {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

@media (min-width:992px) {
    .episode__player--next-episode {
        margin-left: 82px
    }
}

.episode__player--next-episode a:after {
    content: '';
    width: 77px;
    height: 121px;
    display: inline-block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77px" height="121px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M62.707,59.707 L1.707,120.707 L0.293,119.293 L59.580,60.006 L0.299,1.713 L1.701,0.287 L60.994,58.592 L61.293,58.293 L62.707,59.707 Z"/></svg>');
    background-repeat: no-repeat
}

[dir="rtl"] .episode__player--next-episode a:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="84px" height="120px"><path fill-rule="evenodd" fill="rgb(113, 127, 140)" d="M61.988,118.579 L60.584,119.988 L0.012,59.210 L1.416,57.801 L1.713,58.098 L60.590,0.006 L61.982,1.426 L3.117,59.508 L61.988,118.579 Z"/></svg>')
}

@media (max-width:767.98px) {
    .episode__player--next-episode a:after {
        width: 63px
    }
}

.episode__player--next-episode__label {
    right: -12px
}

.episode__player iframe {
    margin-bottom: 0;
    border: none
}

@media (min-width:992px) {
    .single-episode-v1 .episode__player,
    .single-episode-v2 .episode__player {
        max-width: 74.5%
    }
}

@media (min-width:992px) {
    .single-episode-v1 .episode__player:first-child,
    .single-episode-v2 .episode__player:first-child {
        margin-left: auto
    }
}

@media (min-width:992px) {
    .single-episode-v1 .episode__player:last-child,
    .single-episode-v2 .episode__player:last-child {
        margin-right: auto
    }
}

.tv-show-related {
    margin-bottom: 60px
}

.tv-show-related__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px
}

@media (min-width:768px) {
    .tv-show-related__title {
        font-size: 22px
    }
}

.tv-show-related__carousel {
    position: relative
}

.tv-show-related__carousel .tv-shows .slick-list {
    width: calc(100% + 15px)
}

.tv-show-related__carousel .tv-shows .slick-track {
    margin-left: 0
}

.tv-show-related__carousel .tv-shows .slick-slide {
    margin: 0;
    padding: 0 7.5px
}

.tv-show-related__carousel .tv-shows .slick-slider {
    margin: 0 -7.5px
}

.tv-show-related__carousel .tv-show {
    position: relative;
    margin-top: 10.5px;
    margin-bottom: 0
}

.tv-show-related__carousel .tv-show__episode,
.tv-show-related__carousel .tv-show__actions,
.tv-show-related__carousel .tv-show__short-description {
    display: none
}

.tv-show-related__carousel .tv-show__meta {
    max-width: 100%
}

.tv-show-related__carousel .slick-arrow {
    height: auto;
    z-index: 1;
    top: 39%
}

.tv-show-related__carousel .slick-arrow:before {
    width: 23px;
    height: 43px;
    display: inline-block;
    opacity: .7
}

.tv-show-related__carousel .slick-arrow:hover:before {
    opacity: 1
}

@media (max-width:767.98px) {
    .tv-show-related__carousel .slick-arrow {
        display: none!important
    }
}

.tv-show-related__carousel .slick-prev {
    left: 0
}

.tv-show-related__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M21.993,40.855 L20.606,42.264 L0.011,21.344 L0.214,21.138 L0.011,20.931 L20.606,0.011 L21.993,1.419 L2.582,21.137 L21.993,40.855 Z"/></svg>')
}

[dir="rtl"] .tv-show-related__carousel .slick-prev:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M22.988,21.850 L1.984,42.988 L0.570,41.564 L20.366,21.641 L0.570,1.717 L1.984,0.294 L22.988,21.432 L22.781,21.641 L22.988,21.850 Z"/></svg>')
}

@media (min-width:768px) {
    .tv-show-related__carousel .slick-prev {
        left: -30px
    }
}

@media (min-width:1440px) {
    .tv-show-related__carousel .slick-prev {
        left: -38px
    }
}

.tv-show-related__carousel .slick-next {
    right: 0
}

.tv-show-related__carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="23px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M22.988,21.850 L1.984,42.988 L0.570,41.564 L20.366,21.641 L0.570,1.717 L1.984,0.294 L22.988,21.432 L22.781,21.641 L22.988,21.850 Z"/></svg>')
}

[dir="rtl"] .tv-show-related__carousel .slick-next:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="43px"><path fill-rule="evenodd"  fill="rgb(113, 127, 140)" d="M21.993,40.855 L20.606,42.264 L0.011,21.344 L0.214,21.138 L0.011,20.931 L20.606,0.011 L21.993,1.419 L2.582,21.137 L21.993,40.855 Z"/></svg>')
}

@media (min-width:768px) {
    .tv-show-related__carousel .slick-next {
        right: -30px
    }
}

@media (min-width:1440px) {
    .tv-show-related__carousel .slick-next {
        right: -38px
    }
}

.single-episode .site-header {
    margin-bottom: 0
}

.single-episode .masvideos-breadcrumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.single-episode .episode_title {
    font-size: 24px
}

@media (min-width:992px) {
    .single-episode .episode_title {
        font-size: 26px
    }
}

.single-episode .episode__meta {
    font-size: 14px;
    font-family: "Montserrat", "Open Sans", sans-serif
}

.single-episode .episode__meta>*+*:before {
    content: '|';
    display: inline-block;
    margin: 0 10px
}

.single-episode .episode__meta .vodi-views-likes {
    margin-top: 18px;
    margin-bottom: 0
}

.single-episode .episode__meta .vodi-views-likes:before {
    content: none
}

.single-episode .episode .episode-download-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    color: #949cb0
}

.single-episode .episode .episode-download-btn>i {
    margin-right: 5px
}

.single-episode .episode .episode-download-btn:not(:hover)>i {
    color: #949cb0
}

.single-episode .episode__info--head,
.single-episode .episode__info--body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .single-episode .episode__info--head,
    .single-episode .episode__info--body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.single-episode .episode__info--head {
    margin-bottom: 22px
}

.single-episode .episode__avg-rating {
    margin-bottom: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

@media (min-width:992px) {
    .single-episode .episode__avg-rating {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.single-episode .episode__avg-rating .avg-rating {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.single-episode .episode__avg-rating .avg-rating:before {
    content: ' ';
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="34px" height="32px"><path fill-rule="evenodd"  fill="rgb(44, 146, 205)" d="M16.243,-0.001 C17.796,0.029 17.813,0.963 18.340,1.981 C19.301,3.839 20.192,5.798 21.157,7.662 C21.389,8.111 21.867,9.551 22.271,9.710 C22.740,10.013 24.278,9.936 24.957,10.106 C26.616,10.523 28.534,10.552 30.198,10.965 C31.039,11.174 32.009,11.005 32.622,11.427 C32.837,11.575 32.903,11.901 33.081,12.088 C33.133,13.537 32.346,13.819 31.574,14.598 C30.176,16.007 28.778,17.417 27.381,18.826 C26.959,19.251 25.724,20.138 25.677,20.807 C25.998,21.293 25.902,22.527 26.071,23.186 C26.590,25.212 26.652,27.505 27.184,29.527 C27.420,30.423 27.315,31.377 26.726,31.773 C25.737,32.437 24.516,31.338 23.843,30.981 C22.086,30.050 20.353,29.230 18.602,28.272 C18.184,28.044 17.049,27.223 16.636,27.149 C16.338,27.096 15.027,27.985 14.736,28.140 C12.871,29.132 11.037,30.064 9.167,31.047 C8.727,31.278 7.595,32.186 6.874,31.971 C5.754,31.638 5.687,30.353 6.023,29.065 C6.384,27.678 6.368,26.158 6.743,24.705 C7.055,23.501 7.369,21.767 7.464,20.477 C6.695,19.975 5.959,18.959 5.302,18.297 C3.938,16.923 2.531,15.582 1.109,14.268 C0.535,13.737 -0.478,12.730 0.257,11.692 C0.757,10.984 1.956,11.205 2.943,10.965 C5.525,10.338 8.368,10.231 11.002,9.710 C11.737,7.997 12.663,6.327 13.492,4.690 C14.027,3.631 14.475,2.596 14.998,1.585 C15.168,1.256 15.188,0.897 15.391,0.594 C15.591,0.296 15.967,0.224 16.243,-0.001 Z"/></svg>');
    width: 40px;
    height: 39px;
    background-repeat: no-repeat;
    margin-right: 3px
}

.single-episode .episode__avg-rating .avg-rating__number {
    font-size: 24px;
    letter-spacing: -.05em;
    font-weight: 600
}

.single-episode .episode__avg-rating .avg-rating__text {
    font-size: 12px;
    display: block;
    line-height: 1.5
}

.single-episode .episode__avg-rating .avg-rating__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-episode .episode__short-description>div,
.single-episode .episode__short-description p,
.single-episode .episode__description>div,
.single-episode .episode__description p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -.01em;
    text-align: justify
}

.single-episode .episode__season-tabs-wrap {
    margin-bottom: 60px
}

.single-episode .episode__season-tabs-wrap .masvideos-tabs {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .single-episode .episode__season-tabs-wrap .masvideos-tabs {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .single-episode .episode__season-tabs-wrap .masvideos-tabs {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .single-episode .episode__season-tabs-wrap .masvideos-tabs {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .single-episode .episode__season-tabs-wrap .masvideos-tabs {
        max-width: 1170px
    }
}

@media (min-width:1440px) {
    .single-episode .episode__season-tabs-wrap .masvideos-tabs {
        max-width: 1440px
    }
}

@media (min-width:1486px) {
    .single-episode .episode__season-tabs-wrap .masvideos-tabs {
        max-width: 1486px
    }
}

@media (min-width:1200px) {
    .single-episode .episode__season-tabs-wrap .masvideos-tabs {
        padding-left: 38px;
        padding-right: 38px
    }
}

.single-episode .episode__summary {
    margin-bottom: 70px
}

.single-episode .episode__tags {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px
}

.single-episode .episode__tags a {
    font-weight: 400
}

.single-episode .episode__meta+.episode__rating-with-sharing,
.single-episode .episode__short-description+.episode__tags,
.single-episode .episode__description+.episode__tags {
    margin-top: 20px
}

@media (min-width:992px) {
    .single-episode .episode__meta+.episode__rating-with-sharing,
    .single-episode .episode__short-description+.episode__tags,
    .single-episode .episode__description+.episode__tags {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
        padding-left: 73px;
        margin-top: 0
    }
}

.single-episode .masvideos-Reviews {
    margin-bottom: 60px
}

.single-episode .masvideos-Reviews #review_form_wrapper {
    margin-bottom: 60px
}

.single-episode .episode-tabs .masvideos-Reviews {
    margin-bottom: 0
}

@media (min-width:992px) and (max-width:1199.98px) {
    .single-episode-v1 .episode_title,
    .single-episode-v2 .episode_title {
        max-width: 77%
    }
}

@media (min-width:1200px) {
    .single-episode-v1 .episode_title,
    .single-episode-v2 .episode_title {
        max-width: 80%
    }
}

@media (min-width:1440px) {
    .single-episode-v1 .episode_title,
    .single-episode-v2 .episode_title {
        max-width: 84%
    }
}

@media (min-width:992px) {
    .single-episode-v1 .episode__meta+.episode__rating-with-sharing,
    .single-episode-v2 .episode__meta+.episode__rating-with-sharing {
        margin-top: -21px
    }
}

.single-episode-v1 .episode__description .maxlist-more,
.single-episode-v2 .episode__description .maxlist-more,
.single-episode-v4 .episode__description .maxlist-more {
    margin-top: 5px
}

.single-episode-v3 .episode__description .maxlist-more {
    top: 8px
}

.single-episode-v3 .episode__head {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.single-episode-v3 .masvideos-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1
}

.single-episode-v3 .single-episode-bg-image {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: -81px;
    background-repeat: no-repeat;
    background-size: cover;
    left: calc(-50vw + 50% - 8px)
}

@media (min-width:992px) {
    .single-episode-v3 .single-episode-bg-image {
        left: calc(-50vw + 930px / 2 - 8px)
    }
}

@media (min-width:1200px) {
    .single-episode-v3 .single-episode-bg-image {
        left: calc(-50vw + 1094px / 2 - 8px)
    }
}

@media (min-width:1440px) {
    .single-episode-v3 .single-episode-bg-image {
        left: calc(-50vw + 1364px / 2 - 8px)
    }
}

@media (min-width:1486px) {
    .single-episode-v3 .single-episode-bg-image {
        left: calc(-50vw + 1410px / 2 - 8px)
    }
}

.single-episode-v3 .episode__title-with-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:1200px) {
    .single-episode-v3 .episode__title-with-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:1199.98px) {
    .single-episode-v3 .episode__title-with-nav .episode_title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

@media (max-width:1199.98px) {
    .single-episode-v3 .episode__title-with-nav .episode__player--arrows {
        margin-bottom: 20px
    }
}

.single-episode-v3 .vodi-sharing div.sharedaddy .sd-sharing {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-episode-v3 .vodi-sharing div.sharedaddy h3.sd-title {
    margin-right: 0;
    margin-bottom: 11px
}

.single-episode-v3 .episode .single-episode__content,
.single-episode-v4 .episode .single-episode__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .single-episode-v3 .episode .single-episode__content,
    .single-episode-v4 .episode .single-episode__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 74%;
        flex: 0 0 74%;
        max-width: 74%;
        padding-right: 30px
    }
}

.single-episode-v3 .episode .single-episode__sidebar,
.single-episode-v4 .episode .single-episode__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px
}

@media (min-width:992px) {
    .single-episode-v3 .episode .single-episode__sidebar,
    .single-episode-v4 .episode .single-episode__sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
        margin-top: 0
    }
}

.single-episode-v3 .episode_title,
.single-episode-v4 .episode_title {
    margin-top: 6px;
    margin-bottom: 0
}

.single-episode-v3 .episode__player--arrows,
.single-episode-v4 .episode__player--arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    line-height: 1
}

.single-episode-v3 .episode__player--arrows>*+*:before,
.single-episode-v4 .episode__player--arrows>*+*:before {
    content: '|';
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 8px
}

.single-episode-v3 .episode__player--prev-episode,
.single-episode-v3 .episode__player--next-episode,
.single-episode-v4 .episode__player--prev-episode,
.single-episode-v4 .episode__player--next-episode {
    max-width: none;
    font-size: 14px;
    line-height: 1
}

.single-episode-v3 .episode__player--prev-episode a,
.single-episode-v3 .episode__player--next-episode a,
.single-episode-v4 .episode__player--prev-episode a,
.single-episode-v4 .episode__player--next-episode a {
    font-size: inherit
}

.single-episode-v3 .episode__player--prev-episode a:hover:after,
.single-episode-v3 .episode__player--prev-episode a:hover:before,
.single-episode-v3 .episode__player--next-episode a:hover:after,
.single-episode-v3 .episode__player--next-episode a:hover:before,
.single-episode-v4 .episode__player--prev-episode a:hover:after,
.single-episode-v4 .episode__player--prev-episode a:hover:before,
.single-episode-v4 .episode__player--next-episode a:hover:after,
.single-episode-v4 .episode__player--next-episode a:hover:before {
    border-color: #9f9fa4
}

.single-episode-v3 .episode__player--prev-episode__label,
.single-episode-v3 .episode__player--next-episode__label,
.single-episode-v4 .episode__player--prev-episode__label,
.single-episode-v4 .episode__player--next-episode__label {
    left: auto;
    right: auto
}

.single-episode-v3 .episode__player--next-episode,
.single-episode-v4 .episode__player--next-episode {
    margin-left: 0
}

.single-episode-v3 .episode__player--next-episode a:after,
.single-episode-v4 .episode__player--next-episode a:after {
    content: '';
    width: 43px;
    height: 43px;
    display: inline-block;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #4e5567;
    border-radius: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>')
}

[dir="rtl"] .single-episode-v3 .episode__player--next-episode a:after,
[dir="rtl"] .single-episode-v4 .episode__player--next-episode a:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>')
}

.single-episode-v3 .episode__player--next-episode a:hover:after,
.single-episode-v4 .episode__player--next-episode a:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

[dir="rtl"] .single-episode-v3 .episode__player--next-episode a:hover:after,
[dir="rtl"] .single-episode-v4 .episode__player--next-episode a:hover:after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

.single-episode-v3 .episode__player--prev-episode,
.single-episode-v4 .episode__player--prev-episode {
    margin-right: 0
}

.single-episode-v3 .episode__player--prev-episode a:before,
.single-episode-v4 .episode__player--prev-episode a:before {
    content: '';
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #4e5567;
    border-radius: 50%;
    margin-right: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.793,13.147 L6.790,13.989 L0.007,7.104 L0.728,6.499 L6.669,0.008 L7.631,0.876 L1.887,7.151 L7.793,13.147 Z"/></svg>')
}

[dir="rtl"] .single-episode-v3 .episode__player--prev-episode a:before,
[dir="rtl"] .single-episode-v4 .episode__player--prev-episode a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8px" height="14px"><path fill-rule="evenodd"  fill="rgb(100, 106, 123)" d="M7.993,7.104 L1.210,13.989 L0.207,13.147 L6.113,7.151 L0.369,0.876 L1.331,0.008 L7.272,6.499 L7.993,7.104 Z"/></svg>')
}

.single-episode-v3 .episode__player--prev-episode a:hover:before,
.single-episode-v4 .episode__player--prev-episode a:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M7.8 13.1L6.8 14 0 7.1 0.7 6.5 6.7 0 7.6 0.9 1.9 7.2 7.8 13.1Z" fill="rgb(129, 129, 133)"/></svg>')
}

[dir="rtl"] .single-episode-v3 .episode__player--prev-episode a:hover:before,
[dir="rtl"] .single-episode-v4 .episode__player--prev-episode a:hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14"><path d="M8 7.1L1.2 14 0.2 13.1 6.1 7.2 0.4 0.9 1.3 0 7.3 6.5 8 7.1Z" fill="rgb(129, 129, 133)" /></svg>')
}

.single-episode-v3 .episode__rating-with-sharing .episode__avg-rating,
.single-episode-v4 .episode__rating-with-sharing .episode__avg-rating {
    margin-bottom: 0
}

.single-episode-v3 .episode__rating-with-sharing .episode__sharing,
.single-episode-v4 .episode__rating-with-sharing .episode__sharing {
    display: none
}

.single-episode-v3 .episode__short-description,
.single-episode-v4 .episode__short-description {
    margin-bottom: 25px
}

.single-episode-v3 .episode-tabs .tab-content,
.single-episode-v4 .episode-tabs .tab-content {
    margin-left: 0;
    width: auto
}

.single-episode-v2 #reviews .masvideos-review__published-date,
.single-episode-v3 #reviews .masvideos-review__published-date {
    font-size: 12px
}

.single-episode-v2 #reviews .comment-text .description,
.single-episode-v3 #reviews .comment-text .description {
    font-size: 13px
}

.single-episode-v4 .episode__description>div {
    font-size: 14px;
    line-height: 21px
}

.single-episode-v4 .episode__head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-episode-v4 .episode__head .episode__player {
    margin-bottom: 22px
}

.single-episode-v4 .episode__player--arrows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.single-episode-v4 .episode__avg-rating {
    margin-bottom: 48px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.single-episode-v4 .episode__summary {
    margin-bottom: 45px
}

.single-episode-v4 .vodi-single-episode__sidebar--seasons-episode>.vodi-single-episode__sidebar--seasons-episode__season-title {
    display: none
}

.single-episode-v4 .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav {
    display: none
}

.single-episode-v4 .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content>.tab-pane {
    display: block;
    margin-bottom: 30px
}

.single-episode-v4 .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
    font-size: 20px;
    padding-bottom: 8px
}

@media (min-width:1200px) {
    .single-episode-v4 .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
        font-size: 22px
    }
}

.single-episode-v4 .masvideos-breadcrumb {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 18px;
    position: relative
}

.single-episode-v4 .masvideos-breadcrumb::after {
    content: '';
    display: block;
    position: absolute;
    left: calc(-50vw + 50% - 8px);
    top: 100%;
    width: 100%;
    height: 242px;
    background: -webkit-radial-gradient(46% 0%, farthest-corner, #31394b 2%, rgba(33, 38, 53, .57) 37%, rgba(160, 162, 168, 0) 72%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(farthest-corner at 46% 0%, #31394b 2%, rgba(33, 38, 53, .57) 37%, rgba(160, 162, 168, 0) 72%, rgba(255, 255, 255, 0) 100%)
}

.single-episode-v4 .episode__head--views-likes-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 15px
}

.single-episode-v4 .episode__head--views-likes-download>*:not(:last-child) {
    margin-right: 40px
}

.single-episode-v4 .episode__head--views-likes-download .vodi-views-likes {
    margin-bottom: 0
}

.single-episode-v4 .episode__head--views-likes-download .episode-download-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    font-weight: 600
}

.single-episode-v4 .episode__head--views-likes-download .episode-download-btn>i {
    font-size: 18px
}

.episode__head--info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .episode__head--info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:768px) {
    .episode__head--info .episode__poster {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.11%;
        flex: 0 0 14.11%;
        max-width: 14.11%;
        margin-right: 16px
    }
}

.episode__head--info .episode__poster .episode__link {
    height: 100%;
    padding: 0
}

.episode__head--info .episode__poster .episode__link .episode__poster--image,
.episode__head--info .episode__poster .episode__link .masvideos-placeholder {
    position: relative
}

.episode__head--info .episode__title {
    font-size: 26px;
    line-height: 1
}

.episode__head--info .episode__number {
    margin-bottom: 8px;
    display: none
}

.episode__head--info .episode__meta--genres,
.episode__head--info .episode__meta--genres a,
.episode__head--info .episode__meta--release-year {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -.01em;
    color: #949cb0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 3px
}

.episode__head--info .episode__description,
.episode__head--info .episode__short-description {
    margin-bottom: 26px
}

.episode__head--info .episode__short-description p {
    margin-bottom: 0
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 9px;
    margin-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

@media (min-width:1200px) {
    .single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode__season-title {
        font-size: 24px
    }
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item+.nav-item {
    margin-top: 2px
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item+.nav-item:before {
    content: none
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .season-title {
    font-size: 14px;
    font-weight: 400
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .episodes-count::before {
    content: "("
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a .episodes-count::after {
    content: ")"
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a.active .season-title,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .nav .nav-item a:hover .season-title {
    font-weight: 700
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__number {
    font-size: 14px
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__number+.episode__title {
    margin-left: 7px
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__title {
    margin-bottom: 0;
    color: #949cb0;
    font-weight: 400
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__number,
.single-episode__sidebar .vodi-single-episode__sidebar--seasons-episode .masvideos-tabs .tab-content .episodes__inner .episode__link:hover .episode__title {
    font-weight: 700
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.5%;
    flex: 0 0 40.5%;
    max-width: 40.5%;
    margin-right: 15px
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster .tv-show__link {
    height: 100%;
    padding: 0
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__poster--image {
    margin: 0
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__meta {
    margin-top: -5px;
    white-space: normal
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__title {
    font-size: 19px;
    line-height: 1;
    margin-bottom: 18px
}

.single-episode__sidebar .vodi-single-episode__sidebar--tv-show .tv-show__short-description {
    display: block
}

.movie-playlists__inner:not(.slick-slider),
.video-playlists__inner:not(.slick-slider),
.tv-show-playlists__inner:not(.slick-slider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px
}

.movie-playlists__inner:not(.slick-slider) .movie-playlist,
.movie-playlists__inner:not(.slick-slider) .video-playlist,
.movie-playlists__inner:not(.slick-slider) .tv-show-playlist,
.video-playlists__inner:not(.slick-slider) .movie-playlist,
.video-playlists__inner:not(.slick-slider) .video-playlist,
.video-playlists__inner:not(.slick-slider) .tv-show-playlist,
.tv-show-playlists__inner:not(.slick-slider) .movie-playlist,
.tv-show-playlists__inner:not(.slick-slider) .video-playlist,
.tv-show-playlists__inner:not(.slick-slider) .tv-show-playlist {
    position: relative;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px
}

.movie-playlists.columns-2 .movie-playlist,
.movie-playlists.columns-2 .video-playlist,
.movie-playlists.columns-2 .tv-show-playlist,
.movie-playlists.columns-3 .movie-playlist,
.movie-playlists.columns-3 .video-playlist,
.movie-playlists.columns-3 .tv-show-playlist,
.movie-playlists.columns-4 .movie-playlist,
.movie-playlists.columns-4 .video-playlist,
.movie-playlists.columns-4 .tv-show-playlist,
.movie-playlists.columns-5 .movie-playlist,
.movie-playlists.columns-5 .video-playlist,
.movie-playlists.columns-5 .tv-show-playlist,
.movie-playlists.columns-6 .movie-playlist,
.movie-playlists.columns-6 .video-playlist,
.movie-playlists.columns-6 .tv-show-playlist,
.movie-playlists.columns-7 .movie-playlist,
.movie-playlists.columns-7 .video-playlist,
.movie-playlists.columns-7 .tv-show-playlist,
.movie-playlists.columns-8 .movie-playlist,
.movie-playlists.columns-8 .video-playlist,
.movie-playlists.columns-8 .tv-show-playlist,
.video-playlists.columns-2 .movie-playlist,
.video-playlists.columns-2 .video-playlist,
.video-playlists.columns-2 .tv-show-playlist,
.video-playlists.columns-3 .movie-playlist,
.video-playlists.columns-3 .video-playlist,
.video-playlists.columns-3 .tv-show-playlist,
.video-playlists.columns-4 .movie-playlist,
.video-playlists.columns-4 .video-playlist,
.video-playlists.columns-4 .tv-show-playlist,
.video-playlists.columns-5 .movie-playlist,
.video-playlists.columns-5 .video-playlist,
.video-playlists.columns-5 .tv-show-playlist,
.video-playlists.columns-6 .movie-playlist,
.video-playlists.columns-6 .video-playlist,
.video-playlists.columns-6 .tv-show-playlist,
.video-playlists.columns-7 .movie-playlist,
.video-playlists.columns-7 .video-playlist,
.video-playlists.columns-7 .tv-show-playlist,
.video-playlists.columns-8 .movie-playlist,
.video-playlists.columns-8 .video-playlist,
.video-playlists.columns-8 .tv-show-playlist,
.tv-show-playlists.columns-2 .movie-playlist,
.tv-show-playlists.columns-2 .video-playlist,
.tv-show-playlists.columns-2 .tv-show-playlist,
.tv-show-playlists.columns-3 .movie-playlist,
.tv-show-playlists.columns-3 .video-playlist,
.tv-show-playlists.columns-3 .tv-show-playlist,
.tv-show-playlists.columns-4 .movie-playlist,
.tv-show-playlists.columns-4 .video-playlist,
.tv-show-playlists.columns-4 .tv-show-playlist,
.tv-show-playlists.columns-5 .movie-playlist,
.tv-show-playlists.columns-5 .video-playlist,
.tv-show-playlists.columns-5 .tv-show-playlist,
.tv-show-playlists.columns-6 .movie-playlist,
.tv-show-playlists.columns-6 .video-playlist,
.tv-show-playlists.columns-6 .tv-show-playlist,
.tv-show-playlists.columns-7 .movie-playlist,
.tv-show-playlists.columns-7 .video-playlist,
.tv-show-playlists.columns-7 .tv-show-playlist,
.tv-show-playlists.columns-8 .movie-playlist,
.tv-show-playlists.columns-8 .video-playlist,
.tv-show-playlists.columns-8 .tv-show-playlist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.movie-playlists.columns-2 .slick-slider .movie-playlist,
.movie-playlists.columns-2 .slick-slider .video-playlist,
.movie-playlists.columns-2 .slick-slider .tv-show-playlist,
.movie-playlists.columns-3 .slick-slider .movie-playlist,
.movie-playlists.columns-3 .slick-slider .video-playlist,
.movie-playlists.columns-3 .slick-slider .tv-show-playlist,
.movie-playlists.columns-4 .slick-slider .movie-playlist,
.movie-playlists.columns-4 .slick-slider .video-playlist,
.movie-playlists.columns-4 .slick-slider .tv-show-playlist,
.movie-playlists.columns-5 .slick-slider .movie-playlist,
.movie-playlists.columns-5 .slick-slider .video-playlist,
.movie-playlists.columns-5 .slick-slider .tv-show-playlist,
.movie-playlists.columns-6 .slick-slider .movie-playlist,
.movie-playlists.columns-6 .slick-slider .video-playlist,
.movie-playlists.columns-6 .slick-slider .tv-show-playlist,
.movie-playlists.columns-7 .slick-slider .movie-playlist,
.movie-playlists.columns-7 .slick-slider .video-playlist,
.movie-playlists.columns-7 .slick-slider .tv-show-playlist,
.movie-playlists.columns-8 .slick-slider .movie-playlist,
.movie-playlists.columns-8 .slick-slider .video-playlist,
.movie-playlists.columns-8 .slick-slider .tv-show-playlist,
.video-playlists.columns-2 .slick-slider .movie-playlist,
.video-playlists.columns-2 .slick-slider .video-playlist,
.video-playlists.columns-2 .slick-slider .tv-show-playlist,
.video-playlists.columns-3 .slick-slider .movie-playlist,
.video-playlists.columns-3 .slick-slider .video-playlist,
.video-playlists.columns-3 .slick-slider .tv-show-playlist,
.video-playlists.columns-4 .slick-slider .movie-playlist,
.video-playlists.columns-4 .slick-slider .video-playlist,
.video-playlists.columns-4 .slick-slider .tv-show-playlist,
.video-playlists.columns-5 .slick-slider .movie-playlist,
.video-playlists.columns-5 .slick-slider .video-playlist,
.video-playlists.columns-5 .slick-slider .tv-show-playlist,
.video-playlists.columns-6 .slick-slider .movie-playlist,
.video-playlists.columns-6 .slick-slider .video-playlist,
.video-playlists.columns-6 .slick-slider .tv-show-playlist,
.video-playlists.columns-7 .slick-slider .movie-playlist,
.video-playlists.columns-7 .slick-slider .video-playlist,
.video-playlists.columns-7 .slick-slider .tv-show-playlist,
.video-playlists.columns-8 .slick-slider .movie-playlist,
.video-playlists.columns-8 .slick-slider .video-playlist,
.video-playlists.columns-8 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-2 .slick-slider .movie-playlist,
.tv-show-playlists.columns-2 .slick-slider .video-playlist,
.tv-show-playlists.columns-2 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-3 .slick-slider .movie-playlist,
.tv-show-playlists.columns-3 .slick-slider .video-playlist,
.tv-show-playlists.columns-3 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-4 .slick-slider .movie-playlist,
.tv-show-playlists.columns-4 .slick-slider .video-playlist,
.tv-show-playlists.columns-4 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-5 .slick-slider .movie-playlist,
.tv-show-playlists.columns-5 .slick-slider .video-playlist,
.tv-show-playlists.columns-5 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-6 .slick-slider .movie-playlist,
.tv-show-playlists.columns-6 .slick-slider .video-playlist,
.tv-show-playlists.columns-6 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-7 .slick-slider .movie-playlist,
.tv-show-playlists.columns-7 .slick-slider .video-playlist,
.tv-show-playlists.columns-7 .slick-slider .tv-show-playlist,
.tv-show-playlists.columns-8 .slick-slider .movie-playlist,
.tv-show-playlists.columns-8 .slick-slider .video-playlist,
.tv-show-playlists.columns-8 .slick-slider .tv-show-playlist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .movie-playlists.columns-3 .movie-playlist,
    .movie-playlists.columns-3 .video-playlist,
    .movie-playlists.columns-3 .tv-show-playlist,
    .video-playlists.columns-3 .movie-playlist,
    .video-playlists.columns-3 .video-playlist,
    .video-playlists.columns-3 .tv-show-playlist,
    .tv-show-playlists.columns-3 .movie-playlist,
    .tv-show-playlists.columns-3 .video-playlist,
    .tv-show-playlists.columns-3 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:768px) {
    .movie-playlists.columns-4 .movie-playlist,
    .movie-playlists.columns-4 .video-playlist,
    .movie-playlists.columns-4 .tv-show-playlist,
    .video-playlists.columns-4 .movie-playlist,
    .video-playlists.columns-4 .video-playlist,
    .video-playlists.columns-4 .tv-show-playlist,
    .tv-show-playlists.columns-4 .movie-playlist,
    .tv-show-playlists.columns-4 .video-playlist,
    .tv-show-playlists.columns-4 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:768px) {
    .movie-playlists.columns-5 .movie-playlist,
    .movie-playlists.columns-5 .video-playlist,
    .movie-playlists.columns-5 .tv-show-playlist,
    .video-playlists.columns-5 .movie-playlist,
    .video-playlists.columns-5 .video-playlist,
    .video-playlists.columns-5 .tv-show-playlist,
    .tv-show-playlists.columns-5 .movie-playlist,
    .tv-show-playlists.columns-5 .video-playlist,
    .tv-show-playlists.columns-5 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .movie-playlists.columns-5 .movie-playlist,
    .movie-playlists.columns-5 .video-playlist,
    .movie-playlists.columns-5 .tv-show-playlist,
    .video-playlists.columns-5 .movie-playlist,
    .video-playlists.columns-5 .video-playlist,
    .video-playlists.columns-5 .tv-show-playlist,
    .tv-show-playlists.columns-5 .movie-playlist,
    .tv-show-playlists.columns-5 .video-playlist,
    .tv-show-playlists.columns-5 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:768px) {
    .movie-playlists.columns-6 .movie-playlist,
    .movie-playlists.columns-6 .video-playlist,
    .movie-playlists.columns-6 .tv-show-playlist,
    .video-playlists.columns-6 .movie-playlist,
    .video-playlists.columns-6 .video-playlist,
    .video-playlists.columns-6 .tv-show-playlist,
    .tv-show-playlists.columns-6 .movie-playlist,
    .tv-show-playlists.columns-6 .video-playlist,
    .tv-show-playlists.columns-6 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .movie-playlists.columns-6 .movie-playlist,
    .movie-playlists.columns-6 .video-playlist,
    .movie-playlists.columns-6 .tv-show-playlist,
    .video-playlists.columns-6 .movie-playlist,
    .video-playlists.columns-6 .video-playlist,
    .video-playlists.columns-6 .tv-show-playlist,
    .tv-show-playlists.columns-6 .movie-playlist,
    .tv-show-playlists.columns-6 .video-playlist,
    .tv-show-playlists.columns-6 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (min-width:768px) {
    .movie-playlists.columns-7 .movie-playlist,
    .movie-playlists.columns-7 .video-playlist,
    .movie-playlists.columns-7 .tv-show-playlist,
    .video-playlists.columns-7 .movie-playlist,
    .video-playlists.columns-7 .video-playlist,
    .video-playlists.columns-7 .tv-show-playlist,
    .tv-show-playlists.columns-7 .movie-playlist,
    .tv-show-playlists.columns-7 .video-playlist,
    .tv-show-playlists.columns-7 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .movie-playlists.columns-7 .movie-playlist,
    .movie-playlists.columns-7 .video-playlist,
    .movie-playlists.columns-7 .tv-show-playlist,
    .video-playlists.columns-7 .movie-playlist,
    .video-playlists.columns-7 .video-playlist,
    .video-playlists.columns-7 .tv-show-playlist,
    .tv-show-playlists.columns-7 .movie-playlist,
    .tv-show-playlists.columns-7 .video-playlist,
    .tv-show-playlists.columns-7 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.2857142858%;
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }
}

@media (min-width:768px) {
    .movie-playlists.columns-8 .movie-playlist,
    .movie-playlists.columns-8 .video-playlist,
    .movie-playlists.columns-8 .tv-show-playlist,
    .video-playlists.columns-8 .movie-playlist,
    .video-playlists.columns-8 .video-playlist,
    .video-playlists.columns-8 .tv-show-playlist,
    .tv-show-playlists.columns-8 .movie-playlist,
    .tv-show-playlists.columns-8 .video-playlist,
    .tv-show-playlists.columns-8 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1200px) {
    .movie-playlists.columns-8 .movie-playlist,
    .movie-playlists.columns-8 .video-playlist,
    .movie-playlists.columns-8 .tv-show-playlist,
    .video-playlists.columns-8 .movie-playlist,
    .video-playlists.columns-8 .video-playlist,
    .video-playlists.columns-8 .tv-show-playlist,
    .tv-show-playlists.columns-8 .movie-playlist,
    .tv-show-playlists.columns-8 .video-playlist,
    .tv-show-playlists.columns-8 .tv-show-playlist {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.movie-playlist__link,
.video-playlist__link,
.tv-show-playlist__link {
    position: relative;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    text-align: center;
    margin-bottom: 90px;
    border-radius: 5px;
    min-height: 285px;
    padding: 0 22%;
    background-color: #949cb0
}

.movie-playlist__title,
.video-playlist__title,
.tv-show-playlist__title {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    width: 100%
}

.movie-playlist__info,
.video-playlist__info,
.tv-show-playlist__info {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px
}

.movie-playlist__author--name,
.video-playlist__author--name,
.tv-show-playlist__author--name {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #121a21;
    margin-bottom: 0
}

.movie-playlist__author--image,
.video-playlist__author--image,
.tv-show-playlist__author--image {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
    margin: 0 auto 5px;
    background-color: #fff
}

.movie-playlist__author--image img,
.video-playlist__author--image img,
.tv-show-playlist__author--image img {
    border-radius: 50%
}

.movie-playlist__meta,
.video-playlist__meta,
.tv-show-playlist__meta {
    line-height: 1.2
}

.movie-playlist__meta span,
.video-playlist__meta span,
.tv-show-playlist__meta span {
    font-size: 12px;
    color: #949cb0
}

.movie-playlist__meta span+span::before,
.video-playlist__meta span+span::before,
.tv-show-playlist__meta span+span::before {
    content: ', '
}

.single-person .person {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 40px
}

.single-person .person .single-person__content-sidebar,
.single-person .person .single-person__content-body {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.single-person .person .single-person__content-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .single-person .person .single-person__content-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .single-person .person .single-person__content-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

@media (min-width:1200px) {
    .single-person .person .single-person__content-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 26.6666666667%;
        flex: 0 0 26.6666666667%;
        max-width: 26.6666666667%
    }
}

.single-person .person .single-person__content-body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .single-person .person .single-person__content-body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width:992px) {
    .single-person .person .single-person__content-body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (min-width:1200px) {
    .single-person .person .single-person__content-body {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 73.3333333333%;
        flex: 0 0 73.3333333333%;
        max-width: 73.3333333333%
    }
}

.single-person .person .single-person__personal-info {
    padding: 30px 20px 18px!important
}

.single-person .person .single-person__personal-info>div {
    padding-bottom: 30px
}

.single-person .person .single-person__personal-info>div:last-child {
    padding-bottom: 10px
}

.single-person .person .single-person__poster {
    margin-bottom: 30px
}

.single-person .person .single-person__sidebar-title {
    font-size: 22px;
    letter-spacing: -.025em;
    padding-bottom: 13px;
    border-bottom-style: solid;
    border-width: 1px;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
    border-bottom-color: #2f2f33;
    font-family: "Montserrat", "Open Sans", sans-serif
}

.single-person .person .single-person___title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700
}

.single-person .person .single-person__short-description,
.single-person .person .single-person__description {
    color: #b4bbc0;
    line-height: 26px;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.person-credits-tabs {
    margin-bottom: 20px
}

.person-credits-tabs ul {
    font-family: "Montserrat", "Open Sans", sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    margin-bottom: 30px
}

.person-credits-tabs ul li {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.person-credits-tabs ul li a {
    display: block;
    position: relative;
    padding: 0 6px 18px 6px
}

.person-credits-tabs ul li a.active {
    font-weight: 500
}

.person-credits-tabs ul li a.active:after {
    content: ' ';
    border-bottom: 3px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0
}

.person-credits-tabs ul li+li:before {
    content: '/';
    margin: 0 25px 0 30px
}

.person-credits-tabs .tab-content {
    font-family: "Open Sans", sans-serif
}

.person-credits-tabs .tab-content .movie-cast-title,
.person-credits-tabs .tab-content .person-crews-movies-category-title,
.person-credits-tabs .tab-content .movie-name,
.person-credits-tabs .tab-content .person-crews-tv-shows-category-title,
.person-credits-tabs .tab-content .tv-show-name,
.person-credits-tabs .tab-content .tv-show-cast-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif
}

.person-credits-tabs .tab-content .movie-cast-title,
.person-credits-tabs .tab-content .person-crews-movies-category-title,
.person-credits-tabs .tab-content .person-crews-tv-shows-category-title,
.person-credits-tabs .tab-content .tv-show-cast-title {
    margin-bottom: 10px
}

.person-credits-tabs .tab-content .person-cast-movie,
.person-credits-tabs .tab-content .person-crew-movie,
.person-credits-tabs .tab-content .person-crew-tv-show,
.person-credits-tabs .tab-content .person-cast-tv-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.person-credits-tabs .tab-content .movie-release-year,
.person-credits-tabs .tab-content .tv-show-release-year {
    margin-right: 15px
}

@media (min-width:992px) {
    .person-credits-tabs .tab-content .movie-release-year,
    .person-credits-tabs .tab-content .tv-show-release-year {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

.person-credits-tabs .tab-content .person-role {
    font-size: 14px;
    font-weight: 600;
    color: #e3e3e3
}

.person-credits-tabs .tab-content .person-role:before {
    content: "/";
    margin: 5px 0 0 5px;
    display: inline-block
}

.person-credits-tabs .tab-content .person-role-separator {
    display: none
}

.person-credits-tabs .tab-content .person-movies-credits>div,
.person-credits-tabs .tab-content .person-tv-shows-credits>div {
    border-bottom: 1px solid #333;
    padding: 8px 0
}

.person-credits-tabs .tab-content .person-movies-credits>div:last-child,
.person-credits-tabs .tab-content .person-tv-shows-credits>div:last-child {
    border: none
}

.persons__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    margin-top: 15px
}

.persons__inner>.person {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px
}

.columns-5 .persons__inner>.person,
.columns-7 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-5 .persons__inner>.person,
    .columns-7 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-5 .persons__inner>.person,
    .columns-7 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .columns-5 .persons__inner>.person .person__meta,
    .columns-7 .persons__inner>.person .person__meta {
        font-size: 10px
    }
    .columns-5 .persons__inner>.person .person__title,
    .columns-7 .persons__inner>.person .person__title {
        font-size: 12px
    }
}

@media (min-width:992px) {
    .columns-5 .persons__inner>.person .person__meta,
    .columns-7 .persons__inner>.person .person__meta {
        font-size: 12px
    }
    .columns-5 .persons__inner>.person .person__title,
    .columns-7 .persons__inner>.person .person__title {
        font-size: 14px
    }
}

@media (min-width:1200px) {
    .columns-7 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.2857142858%;
        flex: 0 0 14.2857142858%;
        max-width: 14.2857142858%
    }
}

.columns-8 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-8 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-8 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.columns-9 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-9 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-9 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 11.1108333333%;
        flex: 0 0 11.1108333333%;
        max-width: 11.1108333333%
    }
}

.columns-10 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-10 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-10 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

.columns-1 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:1440px) {
    .columns-1 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.columns-1>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.columns-2 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:1440px) {
    .columns-2 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:768px) {
    .columns-2>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.columns-3>.person,
.columns-3 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-3>.person,
    .columns-3 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:992px) {
    .columns-3>.person,
    .columns-3 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.columns-4>.person,
.columns-4 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-4>.person,
    .columns-4 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-4>.person,
    .columns-4 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.columns-5 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-5 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1440px) {
    .columns-5 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.columns-5>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-5>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-5>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.columns-6>.person,
.columns-6 .persons__inner>.person {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:768px) {
    .columns-6>.person,
    .columns-6 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width:1200px) {
    .columns-6>.person,
    .columns-6 .persons__inner>.person {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

.person {
    position: relative;
    margin-bottom: 23px
}

.person__link {
    display: block
}

.person__link:hover .person__title,
.person__link:focus .person__title {
    color: #24baef
}

.person__poster {
    margin-bottom: 8px;
    position: relative
}

.person__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.person__meta {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #949cb0
}

.person__meta>span+span:before {
    content: ', '
}

.person__meta span a {
    color: #949cb0
}

.person__title,
.person__meta {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.person__short-description p,
.person__short-description div {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.01em;
    color: #b4bbc0
}

.person__short-description div {
    margin-bottom: 1rem
}

.person__short-description {
    display: none
}

.dark .person__title {
    color: #fff
}

.dark .person__actions .person-actions--link_add-to-playlist {
    color: #fff
}

form.comment-form .logged-in-as a,
.comment-respond .comment-reply-title a:hover,
.vodi-related-articles .header-aside a:hover,
.home-section__flex-header ul.nav li a.active,
.home-section__flex-header ul.nav li a:hover,
.section-featured-tv-show .featured-tv-show__content .nav-link:hover,
.section-featured-tv-show .featured-tv-show__content .nav-link.active,
.home-section .home-section__nav-header .nav-link:hover,
.home-section .home-section__nav-header .nav-link.active,
.home-section.dark .home-section__action--link:hover,
.live-videos .home-section__footer-action--link:hover,
.coming-soon-videos .home-section__footer-action--link:hover,
.section-videos-live-coming-soon .live-video__title a:hover,
.section-videos-live-coming-soon .coming-soon-video__title a:hover,
.event-category-list__inner:hover .event-category-title,
.section-featured-movies-carousel ul.nav .nav-item .nav-link.active,
.section-featured-movies-carousel ul.nav .nav-item .nav-link:hover,
.home-sidebar-area .widget ul.menu li a:hover,
.home-sidebar-area .widget:last-child ul.menu li a:hover:before,
.section-live-game-players-list .live-game-player__social-network-page-link:hover,
.section-live-game-players-list .live-game-player__name a:hover,
.section-live-game-players-list .live-game-player .game-now-playing,
.dark .article .entry-title a:hover,
.dark .article .article__excerp:hover,
.dark .article .article__meta>*:not(.article__categories):hover,
.dark .article .article__meta>*:not(.article__categories) a:hover,
.home-blog-sidebar-section.dark header .header-aside>a:hover,
.home-blog-sidebar-section.dark .widget .entry-title a:hover,
.home-blog-sidebar-section.dark .widget .recentcomments a:hover,
.home-blog-sidebar-section.dark .widget .widget-header .header-aside>a:hover,
.home-blog-sidebar-section.dark .widget .entry-meta>*:not(.entry-categories) a:hover,
.dark .movie__actions .movie-actions--link_add-to-playlist:hover,
.section-movies-list ul.nav li a.active,
.masvideos-widget_movies_year_filter ul li a,
.section-featured-post .featured-post__action a:hover,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen,
.widget-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a,
.widget-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.widget-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen,
.widget-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.widget-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover,
.widget-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen,
.widget-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating a,
.movies_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.videos_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.tv_shows_widget_rating_filter ul li.masvideos-layered-nav-rating .star-rating .star,
.episode .nav .nav-item a.active,
.episode__player--next-episode a:hover,
.episode__player--prev-episode a:hover,
.dark.single-episode-v3 .episode__player--prev-episode a,
.dark.single-episode-v4 .episode__player--next-episode a:hover,
.dark.single-episode-v3 .episode__player--next-episode a,
.dark.single-episode-v4 .episode__player--prev-episode a:hover,
.maxlist-more,
.maxlist-less,
.maxlist-more:hover,
.maxlist-less:hover,
.vodi-widget_tv_shows_letter_filter a span:first-child,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list__item.chosen a,
.vodi-control-bar .masvideos-widget-movies-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.vodi-control-bar .masvideos-widget-tv-shows-layered-nav-list a:hover,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list__item.chosen a,
.vodi-control-bar .masvideos-widget-videos-layered-nav-list a:hover,
.masvideos_tv_shows_widget .tv-show__title:hover,
.masvideos_movies_widget .tv-show__title:hover,
.section-featured-movie .featured-movie__action-icon i,
.home-page-sidebar .sidebar-area .widget_archive li:hover a,
.home-page-sidebar .sidebar-area .widget_meta li:hover a,
.home-page-sidebar .sidebar-area .widget_pages li:hover a,
.home-page-sidebar .sidebar-area .widget_nav_menu li a:hover,
.home-page-sidebar .sidebar-area .widget_categories li:hover a,
.home-page-sidebar .sidebar-area .masvideos-widget-videos-categories li:hover a,
.home-page-sidebar .sidebar-area .widget_archive li:focus a,
.home-page-sidebar .sidebar-area .widget_meta li:focus a,
.home-page-sidebar .sidebar-area .widget_pages li:focus a,
.home-page-sidebar .sidebar-area .widget_nav_menu li a:hover,
.home-page-sidebar .sidebar-area .widget_categories li:focus a,
.home-page-sidebar .sidebar-area .masvideos-widget-videos-categories li:focus a,
.home-page-sidebar.dark .sidebar-area .widget_nav_menu li:hover>a i,
.home-page-sidebar.dark .sidebar-area .widget_categories li:hover a i,
.home-page-sidebar.dark .sidebar-area .masvideos-widget-videos-categories li:hover a i,
.home-page-sidebar.dark .sidebar-area .widget_nav_menu li:focus>a i,
.home-page-sidebar.dark .sidebar-area .widget_categories li:focus a i,
.home-page-sidebar.dark .sidebar-area .masvideos-widget-videos-categories li:focus a i,
.tv_show__season-tabs-wrap .nav .nav-item a,
.single-tv_show .tv-show__rating .avg-rating__number,
.single-movie .summary .movie__meta--genre a,
.single-movie .movie-tabs .nav .nav-item a.active,
.tv-show-tabs .nav .nav-item a.active,
.single-movie .movie__description-tab .movie__meta--genre a,
.single-movie .movie__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-tv_show .tv-show__rating-with-playlist .rating-number-with-text .avg-rating-number,
.single-movie .movie__description-tab .movie__attributes td a:hover,
.tv-show__attributes td a:hover,
.masvideos-edit-manage-playlists .masvideos-manage-playlists table tbody td:first-child a:hover,
.yamm .yamm-content li a:hover,
.yamm .yamm-content .movie__actions a.movie-actions--link_watch,
.contact-page .vodi-faq-section .faq-section__faq-header--link:hover,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a,
.wpulike .wp_ulike_btn:hover::before,
.single-article .entry-content .wp-block-archives li a:hover,
.single-article .entry-content .wp-block-categories li a:hover,
.single-article .entry-content .wp-block-latest-posts li a:hover,
.wpulike .wp_ulike_btn:hover::before,
.episode__link:hover .episode__title,
.episode__link:focus .episode__title,
.home-section.dark .home-section__flex-header .nav-link:hover,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link.active,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link:hover,
.section-movies-carousel-aside-header ul.nav .nav-item .nav-link:focus,
.home-tv-show-section-aside-header ul.nav .nav-item .nav-link.active,
.home-tv-show-section-aside-header ul.nav .nav-item .nav-link:hover,
.home-tv-show-section-aside-header ul.nav .nav-item .nav-link:focus,
.section-tv-episodes-carousel ul.nav .nav-item .nav-link.active,
.section-tv-episodes-carousel ul.nav .nav-item .nav-link:hover,
.section-tv-episodes-carousel ul.nav .nav-item .nav-link:focus,
.section-movies-list ul.nav li a:hover,
.section-movies-list ul.nav li a:focus,
.home-section .home-section__footer-view-more-action--link:hover,
.section-movies-list .nav-tabs li a.nav-link.active,
.section-movies-list .top-movies-list__header .nav-tabs li a.nav-link.active,
.woocommerce-account .masvideos-MyAccount-content table tbody td:first-child a:hover,
.single-movie-v6 .movie-cast-crew-tabs ul.nav li a,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a,
.single-movie-v6 .single-movie-casts .movie-cast>a:hover,
.single-movie-v7 .single-movie-casts .movie-cast>a:hover,
.single-movie-v5 .movie-cast-crew-tabs ul.nav li a,
.single-movie #reviews .masvideos-review__author,
.video-download-btn:hover>i,
.episode-download-btn:hover>i,
.single-movie-v6 .single-movie-details--attributes table.movie__attributes td span a:hover,
.single-movie-v7 .single-movie-details--attributes table.movie__attributes td span a:hover,
.person-credits-tabs ul.nav li a.active,
.single-movie-v6 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author,
.single-movie-v7 .single-movie-highlighted-comment .comment_container--inner .masvideos-review__author,
.single-movie-v6.single-movie .masvideos-reviews__title:after,
.single-movie-v7.single-movie .masvideos-reviews__title:after,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.dark.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.dark.single-movie-v6 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast .person-name-link,
.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew .person-name-link,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-cast h3.person-name,
.dark.single-movie-v7 .movie-cast-crew-tabs .tab-content .movie-crew h3.person-name,
.single-movie-v6 h2.single-movie-details--description__title:after,
.single-movie-v7 h2.single-movie-details--description__title:after {
    color:  #283897 /*#24baef*/
}

.yamm>.menu-item:hover>a,
.yamm>.menu-item:focus>a {
    color: #24baef
}

.site-header.dark .search-form .search-field:focus,
.dark .section-movies-carousel-nav-header__carousel .slick-arrow:hover,
.dark .section-videos-carousel-nav-header__carousel .slick-arrow:hover,
.dark .section-movies-carousel__carousel .slick-arrow:hover,
.dark .section-videos-carousel__carousel .slick-arrow:hover,
.movies-sliders.style-v2 .slick-current.slick-active figure,
form.edit-video-form .video_images_container ul li.image:hover,
.woocommerce-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a:hover {
    border-color: #24baef
}

#scrollUp,
.video__badge,
.movie__badge,
.masvideos-widget_movies_year_filter ul li a:hover,
.masvideos-widget_movies_year_filter ul li.chosen a,
.tv-show__badge,
.dark .section-movies-carousel-nav-header__carousel .slick-arrow:hover,
.dark .section-videos-carousel-nav-header__carousel .slick-arrow:hover,
.vodi-control-bar .videos-view-switcher .nav-item a:hover,
.vodi-control-bar .archive-view-switcher .nav-item a:hover,
.vodi-control-bar .videos-view-switcher .nav-item a.active,
.vodi-control-bar .archive-view-switcher .nav-item a.active,
.dark .section-movies-carousel__carousel .slick-arrow:hover,
.dark .section-videos-carousel__carousel .slick-arrow:hover,
.movies-sliders.style-v2 .slick-current.slick-active figure:before,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter.chosen a,
.vodi-widget_tv_shows_letter_filter .vodi-layered-nav-tv-shows-letter a:hover,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item:hover,
.sidebar-area.widget-area .masvideos-movies-tags-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item:hover,
.sidebar-area.widget-area .widget_vodi_tv_shows_filter .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen,
.sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item:hover,
.sidebar-area.widget-area .widget_vodi_videos_filter .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen,
.comingsoon-launch-section .btn-subscribe,
.tv_show__season-tabs-wrap .nav .nav-item a.active,
.woocommerce-account .masvideos-MyAccount-content .masvideos-pagination--without-numbers a:hover,
.single-movie-v6 .movie-cast-crew-tabs ul.nav li a.active,
.single-movie-v7 .movie-cast-crew-tabs ul.nav li a.active {
    background-color: #24baef
}

.episode-tabs .nav .nav-item a.active:after,
.single-movie .movie-tabs .nav .nav-item a.active:after,
.tv-show-tabs .nav .nav-item a.active:after,
.my-account-page__header .masvideos-MyAccount-navigation ul li.is-active a:after,
.person-credits-tabs ul li a.active:after,
.masvideos-archive.search .page__header .search-result-tab-link.active {
    border-bottom-color: #24baef
}

.slider-movie .movie-actions--link_watch,
.movies-sliders .movie-actions--link_watch,
.tv-shows-sliders .tv-show-actions--link_watch,
.section-featured-video .featured-video__content-action--link_watch,
.about-movie .movie-detail .movie-tab__content-action--link_watch,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch,
.masvideos-register .masvideos-Button,
.masvideos-login .masvideos-Button,
.section-featured-movie .movie-actions--link_watch,
.masvideos-edit-playlist__form .masvideos-Button,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled),
form.edit-video-form .button,
.single-movie__actions .movie-actions--get-tickets,
.single-movie__actions .movie-actions--watch-now {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.slider-movie .movie-actions--link_watch:hover,
.movies-sliders .movie-actions--link_watch:hover,
.tv-shows-sliders .tv-show-actions--link_watch:hover,
.section-featured-video .featured-video__content-action--link_watch:hover,
.about-movie .movie-detail .movie-tab__content-action--link_watch:hover,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:hover,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:hover,
.masvideos-register .masvideos-Button:hover,
.masvideos-login .masvideos-Button:hover,
.section-featured-movie .movie-actions--link_watch:hover,
.masvideos-edit-playlist__form .masvideos-Button:hover,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):hover,
form.edit-video-form .button:hover,
.single-movie__actions .movie-actions--get-tickets:hover,
.single-movie__actions .movie-actions--watch-now:hover {
    color: #fff;
    background-color: #0f9ed1;
    border-color: #0f9ed1
}

.slider-movie .movie-actions--link_watch:focus,
.slider-movie .movie-actions--link_watch.focus,
.movies-sliders .movie-actions--link_watch:focus,
.movies-sliders .movie-actions--link_watch.focus,
.tv-shows-sliders .tv-show-actions--link_watch:focus,
.tv-shows-sliders .tv-show-actions--link_watch.focus,
.section-featured-video .featured-video__content-action--link_watch:focus,
.section-featured-video .featured-video__content-action--link_watch.focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch:focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch.focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.focus,
.masvideos-register .masvideos-Button:focus,
.masvideos-register .masvideos-Button.focus,
.masvideos-login .masvideos-Button:focus,
.masvideos-login .masvideos-Button.focus,
.section-featured-movie .movie-actions--link_watch:focus,
.section-featured-movie .movie-actions--link_watch.focus,
.masvideos-edit-playlist__form .masvideos-Button:focus,
.masvideos-edit-playlist__form .masvideos-Button.focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).focus,
form.edit-video-form .button:focus,
form.edit-video-form .button.focus,
.single-movie__actions .movie-actions--get-tickets:focus,
.single-movie__actions .movie-actions--get-tickets.focus,
.single-movie__actions .movie-actions--watch-now:focus,
.single-movie__actions .movie-actions--watch-now.focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

.slider-movie .movie-actions--link_watch.disabled,
.slider-movie .movie-actions--link_watch:disabled,
.movies-sliders .movie-actions--link_watch.disabled,
.movies-sliders .movie-actions--link_watch:disabled,
.tv-shows-sliders .tv-show-actions--link_watch.disabled,
.tv-shows-sliders .tv-show-actions--link_watch:disabled,
.section-featured-video .featured-video__content-action--link_watch.disabled,
.section-featured-video .featured-video__content-action--link_watch:disabled,
.about-movie .movie-detail .movie-tab__content-action--link_watch.disabled,
.about-movie .movie-detail .movie-tab__content-action--link_watch:disabled,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.disabled,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:disabled,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.disabled,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:disabled,
.masvideos-register .masvideos-Button.disabled,
.masvideos-register .masvideos-Button:disabled,
.masvideos-login .masvideos-Button.disabled,
.masvideos-login .masvideos-Button:disabled,
.section-featured-movie .movie-actions--link_watch.disabled,
.section-featured-movie .movie-actions--link_watch:disabled,
.masvideos-edit-playlist__form .masvideos-Button.disabled,
.masvideos-edit-playlist__form .masvideos-Button:disabled,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).disabled,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):disabled,
form.edit-video-form .button.disabled,
form.edit-video-form .button:disabled,
.single-movie__actions .movie-actions--get-tickets.disabled,
.single-movie__actions .movie-actions--get-tickets:disabled,
.single-movie__actions .movie-actions--watch-now.disabled,
.single-movie__actions .movie-actions--watch-now:disabled {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show>.slider-movie .movie-actions--link_watch.dropdown-toggle,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show>.movies-sliders .movie-actions--link_watch.dropdown-toggle,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled):active,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled).active,
.show>.tv-shows-sliders .tv-show-actions--link_watch.dropdown-toggle,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled):active,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled).active,
.show>.section-featured-video .featured-video__content-action--link_watch.dropdown-toggle,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active,
.show>.about-movie .movie-detail .movie-tab__content-action--link_watch.dropdown-toggle,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active,
.show>.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.dropdown-toggle,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show>.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.dropdown-toggle,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled).active,
.show>.masvideos-register .masvideos-Button.dropdown-toggle,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled).active,
.show>.masvideos-login .masvideos-Button.dropdown-toggle,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active,
.show>.section-featured-movie .movie-actions--link_watch.dropdown-toggle,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled):active,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled).active,
.show>.masvideos-edit-playlist__form .masvideos-Button.dropdown-toggle,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled):active,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled).active,
.show>.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).dropdown-toggle,
form.edit-video-form .button:not(:disabled):not(.disabled):active,
form.edit-video-form .button:not(:disabled):not(.disabled).active,
.show>form.edit-video-form .button.dropdown-toggle,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active,
.show>.single-movie__actions .movie-actions--get-tickets.dropdown-toggle,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active,
.show>.single-movie__actions .movie-actions--watch-now.dropdown-toggle {
    color: #fff;
    background-color: #0f9ed1;
    border-color: #0e95c5
}

.slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.slider-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.slider-movie .movie-actions--link_watch.dropdown-toggle:focus,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.movies-sliders .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.movies-sliders .movie-actions--link_watch.dropdown-toggle:focus,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.tv-shows-sliders .tv-show-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.tv-shows-sliders .tv-show-actions--link_watch.dropdown-toggle:focus,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled):active:focus,
.section-featured-video .featured-video__content-action--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.section-featured-video .featured-video__content-action--link_watch.dropdown-toggle:focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active:focus,
.about-movie .movie-detail .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.about-movie .movie-detail .movie-tab__content-action--link_watch.dropdown-toggle:focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled):active:focus,
.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.featured-tv-shows__inner .movie-info .movie-tab__content-action--link_watch.dropdown-toggle:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.section-movies-list .featured-with-list-view-movies-list__info .featured-movie .movie .movie-actions--link_watch.dropdown-toggle:focus,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled):active:focus,
.masvideos-register .masvideos-Button:not(:disabled):not(.disabled).active:focus,
.show>.masvideos-register .masvideos-Button.dropdown-toggle:focus,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled):active:focus,
.masvideos-login .masvideos-Button:not(:disabled):not(.disabled).active:focus,
.show>.masvideos-login .masvideos-Button.dropdown-toggle:focus,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled):active:focus,
.section-featured-movie .movie-actions--link_watch:not(:disabled):not(.disabled).active:focus,
.show>.section-featured-movie .movie-actions--link_watch.dropdown-toggle:focus,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled):active:focus,
.masvideos-edit-playlist__form .masvideos-Button:not(:disabled):not(.disabled).active:focus,
.show>.masvideos-edit-playlist__form .masvideos-Button.dropdown-toggle:focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled):active:focus,
.error-404.not-found .home-button .btn:not(:disabled):not(.disabled):not(:disabled):not(.disabled).active:focus,
.show>.error-404.not-found .home-button .btn:not(:disabled):not(.disabled).dropdown-toggle:focus,
form.edit-video-form .button:not(:disabled):not(.disabled):active:focus,
form.edit-video-form .button:not(:disabled):not(.disabled).active:focus,
.show>form.edit-video-form .button.dropdown-toggle:focus,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled):active:focus,
.single-movie__actions .movie-actions--get-tickets:not(:disabled):not(.disabled).active:focus,
.show>.single-movie__actions .movie-actions--get-tickets.dropdown-toggle:focus,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled):active:focus,
.single-movie__actions .movie-actions--watch-now:not(:disabled):not(.disabled).active:focus,
.show>.single-movie__actions .movie-actions--watch-now.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(69, 196, 241, .5)
}

.home-section .home-section__footer-view-more-action--link:hover {
    color: #24baef;
    border-color: #24baef
}

.home-section .home-section__footer-view-more-action--link:hover:hover {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.home-section .home-section__footer-view-more-action--link:hover:focus,
.home-section .home-section__footer-view-more-action--link:hover.focus {
    box-shadow: 0 0 0 .2rem rgba(36, 186, 239, .5)
}

.home-section .home-section__footer-view-more-action--link:hover.disabled,
.home-section .home-section__footer-view-more-action--link:hover:disabled {
    color: #24baef;
    background-color: transparent
}

.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled):active,
.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled).active,
.show>.home-section .home-section__footer-view-more-action--link:hover.dropdown-toggle {
    color: #fff;
    background-color: #24baef;
    border-color: #24baef
}

.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled):active:focus,
.home-section .home-section__footer-view-more-action--link:hover:not(:disabled):not(.disabled).active:focus,
.show>.home-section .home-section__footer-view-more-action--link:hover.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(36, 186, 239, .5)
}

.video-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist.added:before,
.movie-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist.added:before,
.tv-show-actions--link_add-to-playlist .dropdown-menu>a.toggle-playlist.added:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-movies-filter-widget .masvideos-widget-movies-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-videos-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area .masvideos-tv-shows-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-videos-tags-filter-widget .masvideos-widget-videos-layered-nav-list__item.chosen a:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item a:hover:before,
.sidebar-area.widget-area .masvideos-tv-shows-tags-filter-widget .masvideos-widget-tv-shows-layered-nav-list__item.chosen a:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18px"><path fill="rgb(36, 186, 239)" d="M-0.000,18.000 L-0.000,-0.000 L18.000,-0.000 L18.000,18.000 L-0.000,18.000 ZM13.387,5.216 C13.312,5.136 13.272,5.039 13.158,4.999 C11.202,7.087 9.246,9.176 7.291,11.263 C6.661,10.603 6.032,9.943 5.403,9.284 C5.249,9.121 5.098,8.958 4.944,8.796 C4.913,8.764 4.862,8.637 4.791,8.660 C4.722,8.742 4.654,8.823 4.586,8.904 C4.391,9.103 4.195,9.302 4.000,9.501 C4.073,9.726 4.708,10.281 4.893,10.477 C5.411,11.028 5.930,11.580 6.449,12.131 C6.709,12.408 6.949,12.758 7.265,12.972 C7.265,12.981 7.265,12.990 7.265,12.999 C7.273,12.999 7.282,12.999 7.291,12.999 C9.527,10.631 11.764,8.262 14.000,5.894 C13.932,5.679 13.542,5.380 13.387,5.216 Z"/></svg>')
}

.vodi-archive-wrapper[data-view="list-large"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list-small"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid-extended"] .movie:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list-large"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list-small"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="list"] .tv-show:hover .avg-rating .vodi-svg,
.vodi-archive-wrapper[data-view="grid-extended"] .tv-show:hover .avg-rating .vodi-svg,
.single-movie .avg-rating .vodi-svg,
.single-tv_show .avg-rating .vodi-svg {
    fill: #24baef
}


/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/

[data-carousel-extra] {
    cursor: pointer
}

.jp-carousel-wrap * {
    line-height: inherit
}

.jp-carousel-overlay {
    background: #000
}

div.jp-carousel-fadeaway {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    position: fixed;
    bottom: 0;
    z-index: 2147483647;
    width: 100%;
    height: 15px
}

.jp-carousel-next-button span,
.jp-carousel-previous-button span {

}

.jp-carousel-msg {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    display: inline-block;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: center;
    margin: 25px 20px 0 2px;
    background-color: #fff;
    border-left: 4px solid #ffba00;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    .jp-carousel-next-button span,
    .jp-carousel-previous-button span {
       
    }
}

.jp-carousel-wrap {
    font-family: "Helvetica Neue", sans-serif!important
}

.jp-carousel-info {
    position: absolute;
    bottom: 0;
    text-align: left!important;
    -webkit-font-smoothing: subpixel-antialiased!important
}

.jp-carousel-info::selection {
    background: #68c9e8;
    color: #fff
}

.jp-carousel-info::-moz-selection {
    background: #68c9e8;
    color: #fff
}

.jp-carousel-photo-info {
    position: relative;
    left: 25%;
    width: 50%
}

.jp-carousel-transitions .jp-carousel-photo-info {
    transition: .4s ease-out
}

.jp-carousel-info h2 {
    background: 0 0!important;
    border: none!important;
    color: #999;
    display: block!important;
    font: normal 13px/1.25em "Helvetica Neue", sans-serif!important;
    letter-spacing: 0!important;
    margin: 7px 0 0 0!important;
    padding: 10px 0 0!important;
    overflow: hidden;
    text-align: left;
    text-shadow: none!important;
    text-transform: none!important;
    -webkit-font-smoothing: subpixel-antialiased
}

.jp-carousel-next-button,
.jp-carousel-previous-button {
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer
}

.jp-carousel-next-button span,
.jp-carousel-previous-button span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 82px;
    zoom: 1;
    opacity: .2
}

.jp-carousel-transitions .jp-carousel-next-button span,
.jp-carousel-transitions .jp-carousel-previous-button span {
    transition: .5s opacity ease-out
}

.jp-carousel-next-button:hover span,
.jp-carousel-previous-button:hover span {
    opacity: .6
}

.jp-carousel-next-button span {
    background-position: -110px center;
    right: 0
}

.jp-carousel-previous-button span {
    background-position: -10px center;
    left: 0
}

.jp-carousel-buttons {
    margin: -18px -20px 15px;
    padding: 8px 10px;
    border-bottom: 1px solid #222;
    background: #222;
    text-align: center
}

div.jp-carousel-buttons a {
    border: none!important;
    color: #999;
    font: normal 11px/1.2em "Helvetica Neue", sans-serif!important;
    letter-spacing: 0!important;
    padding: 5px 2px 5px 0;
    text-decoration: none!important;
    text-shadow: none!important;
    vertical-align: middle;
    -webkit-font-smoothing: subpixel-antialiased
}

div.jp-carousel-buttons a:hover {
    color: #68c9e8;
    border: none!important
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
    transition: none!important
}

.jp-carousel-next-button,
.jp-carousel-previous-button,
.jp-carousel-slide,
.jp-carousel-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.jp-carousel-slide {
    position: fixed;
    width: 0;
    bottom: 0;
    background-color: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.jp-carousel-transitions .jp-carousel-slide {
    transition: .3s ease-out
}

.jp-carousel-slide.selected {
    position: absolute!important;
    opacity: 1
}

.jp-carousel-slide {
    opacity: .25
}

.jp-carousel-slide img {
    display: block;
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    background: 0 0!important;
    border: none!important;
    padding: 0!important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    zoom: 1
}

.jp-carousel-transitions .jp-carousel-slide {
    transition: opacity .4s linear
}

.jp-carousel-close-hint {
    color: #999;
    cursor: default;
    letter-spacing: 0!important;
    padding: .35em 0 0;
    position: absolute;
    text-align: right;
    width: 90%
}

.jp-carousel-transitions .jp-carousel-close-hint {
    transition: color .2s linear
}

.jp-carousel-close-hint span {
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    display: inline-block;
    height: 22px;
    font: 400 24px/1 "Helvetica Neue", sans-serif!important;
    line-height: 22px;
    margin: 0 0 0 .4em;
    text-align: center;
    vertical-align: middle;
    width: 22px;
    border-radius: 4px
}

.jp-carousel-transitions .jp-carousel-close-hint span {
    transition: border-color .2s linear
}

.jp-carousel-close-hint:hover {
    cursor: default;
    color: #fff
}

.jp-carousel-close-hint:hover span {
    border-color: #fff
}

a.jp-carousel-image-download,
div.jp-carousel-buttons a.jp-carousel-commentlink,
div.jp-carousel-buttons a.jp-carousel-reblog {
   
}

div.jp-carousel-buttons a.jp-carousel-commentlink,
div.jp-carousel-buttons a.jp-carousel-reblog {
    margin: 0 14px 0 0!important
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
    background-color: #303030;
    padding-right: 8px!important;
    border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
    margin: 0 2px 0 -12px!important
}

div.jp-carousel-buttons a.jp-carousel-reblog,
div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
    background-position: 6px -36px;
    padding-right: auto!important;
    padding-left: 26px!important;
    color: #999
}

div.jp-carousel-buttons a.jp-carousel-commentlink {
    background-position: 0 -156px;
    padding-left: 19px!important
}

div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover {
    cursor: default
}

div.jp-carousel-buttons a.jp-carousel-reblog:hover {
    background-position: 6px -56px;
    color: #68c9e8
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    a.jp-carousel-image-download,
    div.jp-carousel-buttons a.jp-carousel-commentlink,
    div.jp-carousel-buttons a.jp-carousel-reblog {
       
    }
}

div#carousel-reblog-box {
    background: #222;
    background: -moz-linear-gradient(bottom, #222, #333);
    background: -webkit-gradient(linear, left bottom, left top, from(#222), to(#333));
    padding: 3px 0 0;
    display: none;
    margin: 5px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .9);
    height: 74px;
    width: 565px
}

#carousel-reblog-box textarea {
    background: #999;
    font: 13px/1.4 "Helvetica Neue", sans-serif!important;
    color: #444;
    padding: 3px 6px;
    width: 370px;
    height: 48px;
    float: left;
    margin: 6px 9px 0 9px;
    border: 1px solid #666;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    border-radius: 2px
}

#carousel-reblog-box textarea:focus {
    background: #ccc;
    color: #222
}

#carousel-reblog-box label {
    color: #aaa;
    font-size: 11px;
    padding-right: 2px;
    padding-left: 2px;
    display: inline;
    font-weight: 400
}

#carousel-reblog-box select {
    width: 110px;
    padding: 0;
    font-size: 12px;
    font-family: "Helvetica Neue", sans-serif!important;
    background: #333;
    color: #eee;
    border: 1px solid #444;
    margin-top: 5px
}

#carousel-reblog-box .submit,
#wrapper #carousel-reblog-box p.response {
    float: left;
    width: 154px;
    padding-top: 0;
    padding-left: 1px;
    overflow: hidden;
    height: 34px;
    margin: 3px 0 0 2px!important
}

#wrapper #carousel-reblog-box p.response {
    font-size: 13px;
    clear: none;
    padding-left: 2px;
    height: 34px;
    color: #aaa
}

#carousel-reblog-box input#carousel-reblog-submit,
#jp-carousel-comment-form-button-submit {
    font: 13px/24px "Helvetica Neue", sans-serif!important;
    margin-top: 8px;
    padding: 0 10px!important;
    border-radius: 1em;
    height: 24px;
    color: #333;
    cursor: pointer;
    font-weight: 400;
    background: #aaa;
    background: -moz-linear-gradient(bottom, #aaa, #ccc);
    background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
    border: 1px solid #444
}

#carousel-reblog-box input#carousel-reblog-submit:hover,
#jp-carousel-comment-form-button-submit:hover {
    background: #ccc;
    background: -moz-linear-gradient(bottom, #ccc, #eee);
    background: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#eee))
}

#carousel-reblog-box .canceltext {
    color: #aaa;
    font-size: 11px;
    line-height: 24px
}

#carousel-reblog-box .canceltext a {
    color: #fff
}

.jp-carousel-titleanddesc {
    border-top: 1px solid #222;
    color: #999;
    font-size: 15px;
    padding-top: 24px;
    margin-bottom: 20px;
    font-weight: 400
}

.jp-carousel-titleanddesc-title {
    font: 300 1.5em/1.1 "Helvetica Neue", sans-serif!important;
    text-transform: none!important;
    color: #fff;
    margin: 0 0 15px;
    padding: 0
}

.jp-carousel-titleanddesc-desc p {
    color: #999;
    line-height: 1.4;
    margin-bottom: .75em
}

.jp-carousel-comments p a,
.jp-carousel-info h2 a,
.jp-carousel-titleanddesc p a {
    color: #fff!important;
    border: none!important;
    text-decoration: underline!important;
    font-weight: 400!important;
    font-style: normal!important
}

.jp-carousel-titleanddesc p b,
.jp-carousel-titleanddesc p strong {
    font-weight: 700;
    color: #999
}

.jp-carousel-titleanddesc p em,
.jp-carousel-titleanddesc p i {
    font-style: italic;
    color: #999
}

.jp-carousel-comments p a:hover,
.jp-carousel-info h2 a:hover,
.jp-carousel-titleanddesc p a:hover {
    color: #68c9e8!important
}

.jp-carousel-titleanddesc p:empty {
    display: none
}

.jp-carousel-left-column-wrapper h1:after,
.jp-carousel-left-column-wrapper h1:before,
.jp-carousel-photo-info h1:after,
.jp-carousel-photo-info h1:before {
    content: none!important
}

.jp-carousel-image-meta {
    background: #111;
    border: 1px solid #222;
    color: #fff;
    font-size: 13px;
    font: 12px/1.4 "Helvetica Neue", sans-serif!important;
    overflow: hidden;
    padding: 18px 20px;
    width: 209px!important
}

.jp-carousel-image-meta h5,
.jp-carousel-image-meta li {
    font-family: "Helvetica Neue", sans-serif!important;
    position: inherit!important;
    top: auto!important;
    right: auto!important;
    left: auto!important;
    bottom: auto!important;
    background: 0 0!important;
    border: none!important;
    font-weight: 400!important;
    line-height: 1.3em!important
}

.jp-carousel-image-meta ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important
}

.jp-carousel-image-meta li {
    width: 48%!important;
    display: inline-block!important;
    vertical-align: top!important;
    margin: 0 2% 15px 0!important;
    color: #fff!important;
    font-size: 13px!important
}

.jp-carousel-image-meta h5 {
    color: #999!important;
    text-transform: uppercase!important;
    font-size: 10px!important;
    margin: 0 0 2px!important;
    letter-spacing: .1em!important
}

a.jp-carousel-image-download {
    padding-left: 23px;
    display: inline-block;
    clear: both;
    color: #999;
    line-height: 1;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    background-position: 0 -82px
}

a.jp-carousel-image-download span.photo-size {
    font-size: 11px;
    border-radius: 1em;
    margin-left: 2px;
    display: inline-block
}

a.jp-carousel-image-download span.photo-size-times {
    padding: 0 1px 0 2px
}

a.jp-carousel-image-download:hover {
    background-position: 0 -122px;
    color: #68c9e8;
    border: none!important
}

.jp-carousel-image-map {
    position: relative;
    margin: -20px -20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    height: 154px
}

.jp-carousel-image-map img.gmap-main {
    border-top-left-radius: 6px;
    border-right: 1px solid rgba(255, 255, 255, .17)
}

.jp-carousel-image-map div.gmap-topright {
    width: 94px;
    height: 154px;
    position: absolute;
    top: 0;
    right: 0
}

.jp-carousel-image-map div.imgclip {
    overflow: hidden;
    border-top-right-radius: 6px
}

.jp-carousel-image-map div.gmap-topright img {
    margin-left: -40px
}

.jp-carousel-image-map img.gmap-bottomright {
    position: absolute;
    top: 96px;
    right: 0
}

.jp-carousel-comments {
    font: 15px/1.7 "Helvetica Neue", sans-serif!important;
    font-weight: 400;
    background: none transparent
}

.jp-carousel-comments p a:active,
.jp-carousel-comments p a:focus,
.jp-carousel-comments p a:hover {
    color: #68c9e8!important
}

.jp-carousel-comment {
    background: none transparent;
    color: #999;
    margin-bottom: 20px;
    clear: left;
    overflow: auto;
    width: 100%
}

.jp-carousel-comment p {
    color: #999!important
}

.jp-carousel-comment .comment-author {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    width: auto;
    display: inline;
    float: none;
    border: none;
    margin: 0
}

.jp-carousel-comment .comment-author a {
    color: #fff
}

.jp-carousel-comment .comment-gravatar {
    float: left
}

.jp-carousel-comment .comment-content {
    border: none;
    margin-left: 85px;
    padding: 0
}

.jp-carousel-comment .avatar {
    margin: 0 20px 0 0;
    border-radius: 4px;
    border: none!important;
    padding: 0!important;
    background-color: transparent!important
}

.jp-carousel-comment .comment-date {
    color: #999;
    margin-top: 4px;
    font-size: 11px;
    display: inline;
    float: right
}

#jp-carousel-comment-form {
    margin: 0 0 10px!important;
    float: left;
    width: 100%
}

textarea#jp-carousel-comment-form-comment-field {
    background: rgba(34, 34, 34, .9);
    border: 1px solid #3a3a3a;
    color: #aaa;
    font: 15px/1.4 "Helvetica Neue", sans-serif!important;
    width: 100%;
    padding: 10px 10px 5px;
    margin: 0;
    float: none;
    height: 147px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
    color: #555
}

textarea#jp-carousel-comment-form-comment-field:focus {
    background: #ccc;
    color: #222
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
    color: #aaa
}

#jp-carousel-comment-form-spinner {
    color: #fff;
    margin: 22px 0 0 10px;
    display: block;
    width: 20px;
    height: 20px;
    float: left
}

#jp-carousel-comment-form-submit-and-info-wrapper {
    display: none;
    overflow: hidden;
    width: 100%
}

#jp-carousel-comment-form-commenting-as input {
    background: rgba(34, 34, 34, .9);
    border: 1px solid #3a3a3a;
    color: #aaa;
    font: 13px/1.4 "Helvetica Neue", sans-serif!important;
    padding: 3px 6px;
    float: left;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
    width: 285px
}

#jp-carousel-comment-form-commenting-as input:focus {
    background: #ccc;
    color: #222
}

#jp-carousel-comment-form-commenting-as p {
    font: 400 13px/1.7 "Helvetica Neue", sans-serif!important;
    margin: 22px 0 0;
    float: left
}

#jp-carousel-comment-form-commenting-as fieldset {
    float: left;
    border: none;
    margin: 20px 0 0 0;
    padding: 0
}

#jp-carousel-comment-form-commenting-as fieldset {
    clear: both
}

#jp-carousel-comment-form-commenting-as label {
    font: 400 13px/1.7 "Helvetica Neue", sans-serif!important;
    margin: 0 20px 3px 0;
    float: left;
    width: 100px
}

#jp-carousel-comment-form-button-submit {
    margin-top: 20px;
    float: right
}

#js-carousel-comment-form-container {
    margin-bottom: 15px;
    overflow: auto;
    width: 100%
}

#jp-carousel-comment-form-container {
    margin-bottom: 15px;
    overflow: auto;
    width: 100%
}

#jp-carousel-comment-post-results {
    display: none;
    overflow: auto;
    width: 100%
}

#jp-carousel-comment-post-results span {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    overflow: auto;
    padding: 1em 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    border-radius: 2px;
    font: 13px/1.4 "Helvetica Neue", sans-serif!important;
    border: 1px solid rgba(255, 255, 255, .17);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 1)
}

.jp-carousel-comment-post-error {
    color: #df4926
}

#jp-carousel-comments-closed {
    display: none;
    color: #999
}

#jp-carousel-comments-loading {
    font: 400 15px/1.7 "Helvetica Neue", sans-serif!important;
    display: none;
    color: #999;
    text-align: left;
    margin-bottom: 20px
}

.jp-carousel-light .jp-carousel-overlay {
    background: #fff
}

.jp-carousel-light .jp-carousel-next-button:hover span,
.jp-carousel-light .jp-carousel-previous-button:hover span {
    opacity: .8
}

.jp-carousel-light .jp-carousel-close-hint:hover,
.jp-carousel-light .jp-carousel-titleanddesc div {
    color: #000!important
}

.jp-carousel-light .jp-carousel-comment .comment-author a,
.jp-carousel-light .jp-carousel-comments p a,
.jp-carousel-light .jp-carousel-info h2 a,
.jp-carousel-light .jp-carousel-titleanddesc p a {
    color: #1e8cbe!important
}

.jp-carousel-light .jp-carousel-comment .comment-author a:hover,
.jp-carousel-light .jp-carousel-comments p a:hover,
.jp-carousel-light .jp-carousel-info h2 a:hover,
.jp-carousel-light .jp-carousel-titleanddesc p a:hover {
    color: #f1831e!important
}

.jp-carousel-light .jp-carousel-comment,
.jp-carousel-light .jp-carousel-comment p,
.jp-carousel-light .jp-carousel-info h2,
.jp-carousel-light .jp-carousel-titleanddesc,
.jp-carousel-light .jp-carousel-titleanddesc p,
.jp-carousel-light .jp-carousel-titleanddesc p b,
.jp-carousel-light .jp-carousel-titleanddesc p em,
.jp-carousel-light .jp-carousel-titleanddesc p i,
.jp-carousel-light .jp-carousel-titleanddesc p strong,
.jp-carousel-light div.jp-carousel-buttons a {
    color: #666
}

.jp-carousel-light .jp-carousel-buttons {
    border-bottom-color: #f0f0f0;
    background: #f5f5f5
}

.jp-carousel-light div.jp-carousel-buttons a:hover {
    text-decoration: none;
    color: #f1831e
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,
.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover {
    background-position: 4px -56px;
    padding-left: 24px!important
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
    background-color: #2ea2cc;
    color: #fff
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink {
    background-position: 0 -176px
}

.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged {
    background-position: 5px -36px
}

.jp-carousel-light div#carousel-reblog-box {
    background: #eee;
    background: -moz-linear-gradient(bottom, #ececec, #f7f7f7);
    background: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f7f7f7));
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border: 1px solid #ddd
}

.jp-carousel-light #carousel-reblog-box textarea {
    border: 1px inset #ccc;
    color: #666;
    border: 1px solid #cfcfcf;
    background: #fff
}

.jp-carousel-light #carousel-reblog-box .canceltext {
    color: #888
}

.jp-carousel-light #carousel-reblog-box .canceltext a {
    color: #666
}

.jp-carousel-light #carousel-reblog-box select {
    background: #eee;
    color: #333;
    border: 1px solid #aaa
}

#jp-carousel-comment-form-button-submit,
.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit {
    color: #333;
    background: #fff;
    background: -moz-linear-gradient(bottom, #ddd, #fff);
    background: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    border: 1px solid #aaa
}

.jp-carousel-light .jp-carousel-image-meta {
    background: #fafafa;
    border: 1px solid #eee;
    border-top-color: #f5f5f5;
    border-left-color: #f5f5f5;
    color: #333
}

.jp-carousel-light .jp-carousel-image-meta li {
    color: #000!important
}

.jp-carousel-light .jp-carousel-close-hint {
    color: #ccc
}

.jp-carousel-light .jp-carousel-close-hint span {
    background-color: #fff;
    border-color: #ccc
}

.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
    color: #aaa
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus {
    color: #333
}

.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
    color: #ddd
}

.jp-carousel-light a.jp-carousel-image-download {
    background-position: 0 -122px
}

.jp-carousel-light a.jp-carousel-image-download:hover {
    background-position: 0 -122px;
    color: #f1831e
}

.jp-carousel-light textarea#jp-carousel-comment-form-comment-field {
    background: #fbfbfb;
    color: #333;
    border: 1px solid #dfdfdf;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1)
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input {
    background: #fbfbfb;
    border: 1px solid #dfdfdf;
    color: #333;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1)
}

.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus {
    background: #fbfbfb;
    color: #333
}

.jp-carousel-light #jp-carousel-comment-post-results span {
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .05)
}

.jp-carousel-light .jp-carousel-slide {
    background-color: #fff
}

.jp-carousel-light .jp-carousel-titleanddesc {
    border-top: 1px solid #eee
}

.jp-carousel-light .jp-carousel-fadeaway {
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, .75), rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .75)), to(rgba(255, 255, 255, 0)))
}

@media only screen and (max-width:760px) {
    .jp-carousel-info {
        margin: 0 10px!important
    }
    .jp-carousel-next-button,
    .jp-carousel-previous-button {
        display: none!important
    }
    .jp-carousel-buttons {
        display: none!important
    }
    .jp-carousel-image-meta {
        float: none!important;
        width: 100%!important;
        box-sizing: border-box
    }
    .jp-carousel-close-hint {
        font-weight: 800!important;
        font-size: 26px!important;
        position: fixed!important;
        top: -10px
    }
    .jp-carousel-slide img {
        opacity: 1
    }
    .jp-carousel-wrap {
        background-color: #000
    }
    .jp-carousel-fadeaway {
        display: none
    }
    #jp-carousel-comment-form-container {
        display: none!important
    }
    .jp-carousel-titleanddesc {
        padding-top: 0!important;
        border: none!important
    }
    .jp-carousel-titleanddesc-title {
        font-size: 1em!important
    }
    .jp-carousel-left-column-wrapper {
        padding: 0;
        width: 100%!important
    }
    .jp-carousel-photo-info {
        left: 0!important;
        width: 100%!important
    }
}

.contact-form .clear-form {
    clear: both
}

.contact-form input:-ms-input-placeholder {
    transition: opacity .3s ease-out
}

.contact-form input::-ms-input-placeholder {
    transition: opacity .3s ease-out
}

.contact-form input::placeholder {
    transition: opacity .3s ease-out
}

.contact-form input:hover:-ms-input-placeholder {
    opacity: .5
}

.contact-form input:hover::-ms-input-placeholder {
    opacity: .5
}

.contact-form input:hover::placeholder {
    opacity: .5
}

.contact-form input:focus:-ms-input-placeholder {
    opacity: .3
}

.contact-form input:focus::-ms-input-placeholder {
    opacity: .3
}

.contact-form input:focus::placeholder {
    opacity: .3
}

.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=text],
.contact-form input[type=url] {
    box-sizing: border-box;
    margin-bottom: .75em;
    width: 100%
}

.contact-form select {
    margin-bottom: .75em
}

.contact-form textarea {
    box-sizing: border-box;
    float: none;
    height: 200px;
    margin-bottom: .75em;
    width: 100%
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
    float: none;
    margin-bottom: .75em;
    vertical-align: bottom;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline
}

.contact-form label {
    margin-bottom: .25em;
    float: none;
    font-weight: 700;
    display: block
}

.contact-form label.checkbox,
.contact-form label.checkbox-multiple,
.contact-form label.radio {
    margin-bottom: .25em;
    float: none;
    font-weight: 400;
    display: inline-block
}

.contact-form .grunion-field-checkbox-multiple-wrap,
.contact-form .grunion-field-checkbox-wrap,
.contact-form .grunion-field-radio-wrap {
    margin-bottom: .5em
}

.contact-form label span {
    color: #aaa;
    margin-left: .25em;
    font-weight: 400
}

.contact-form-submission {
    margin-bottom: 4em;
    padding: 1.5em 1em
}

.contact-form-submission p {
    margin: 0 auto;
    word-wrap: break-word
}

.form-errors .form-error-message {
    color: red
}

.textwidget .contact-form input[type=email],
.textwidget .contact-form input[type=tel],
.textwidget .contact-form input[type=text],
.textwidget .contact-form input[type=url],
.textwidget .contact-form textarea,
.wp-block-column .contact-form input[type=email],
.wp-block-column .contact-form input[type=tel],
.wp-block-column .contact-form input[type=text],
.wp-block-column .contact-form input[type=url],
.wp-block-column .contact-form textarea {
    width: 100%
}

#jetpack-check-feedback-spam {
    margin: 1px 8px 0 0
}

.jetpack-check-feedback-spam-spinner {
    display: inline-block;
    margin-top: 7px
}

@media only screen and (min-width:600px) {
    .contact-form input[type=email],
    .contact-form input[type=tel],
    .contact-form input[type=text],
    .contact-form input[type=url] {
        width: 50%
    }
}

.infinite-loader {
    color: #000;
    display: block;
    height: 28px;
    text-indent: -9999px
}

#infinite-handle span {
    background: #333;
    border-radius: 1px;
    color: #eee;
    cursor: pointer;
    font-size: 13px;
    padding: 6px 16px
}

#infinite-handle span button,
#infinite-handle span button:focus,
#infinite-handle span button:hover {
    display: inline;
    position: static;
    padding: 0;
    margin: 0;
    border: none;
    line-height: inherit;
    background: 0 0;
    color: inherit;
    cursor: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit
}

#infinite-handle span button::-moz-focus-inner {
    margin: 0;
    padding: 0;
    border: none
}

@media (max-width:800px) {
    #infinite-handle span:before {
        display: none
    }
    #infinite-handle span {
        display: block
    }
}

#infinite-footer {
    position: fixed;
    bottom: -50px;
    left: 0;
    width: 100%
}

#infinite-footer a {
    text-decoration: none
}

#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a:hover {
    color: #444;
    text-decoration: underline
}

#infinite-footer .container {
    background: rgba(255, 255, 255, .8);
    border-color: #ccc;
    border-color: rgba(0, 0, 0, .1);
    border-style: solid;
    border-width: 1px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 1px 20px;
    width: 780px
}

#infinite-footer .blog-credits,
#infinite-footer .blog-info {
    box-sizing: border-box;
    line-height: 25px
}

#infinite-footer .blog-info {
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%
}

#infinite-footer .blog-credits {
    font-weight: 400;
    float: right;
    width: 60%
}

#infinite-footer .blog-info a {
    color: #111;
    font-size: 14px;
    font-weight: 700
}

#infinite-footer .blog-credits {
    color: #888;
    font-size: 12px;
    text-align: right
}

#infinite-footer .blog-credits a {
    color: #666
}

.infinity-end.neverending #infinite-footer {
    display: none
}

@media (max-width:640px) {
    #infinite-footer .container {
        box-sizing: border-box;
        width: 100%
    }
    #infinite-footer .blog-info {
        width: 30%
    }
    #infinite-footer .blog-credits {
        width: 70%
    }
    #infinite-footer .blog-credits,
    #infinite-footer .blog-info a {
        font-size: 10px
    }
}

@media (max-width:640px) {
    #infinite-footer {
        position: static
    }
}

@font-face {
    font-family: Noticons;
    src: url(https://wordpress.com/i/noticons/Noticons.woff)
}

#jp-post-flair {
    padding-top: .5em
}

#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    margin: 0 0 1em 0;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700
}

div.sharedaddy h3.sd-title:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 1em
}

#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
    width: 61px;
    overflow: hidden
}

#wpadminbar iframe.admin-bar-likes-widget {
    width: 61px;
    height: 28px;
    min-height: 28px;
    border-width: 0;
    position: absolute;
    top: 0
}

div.jetpack-likes-widget-wrapper {
    width: 100%;
    min-height: 50px;
    position: relative
}

div.jetpack-likes-widget-wrapper .sd-link-color {
    font-size: 12px
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
    width: 1px;
    min-height: 0
}

div.jetpack-comment-likes-widget-wrapper {
    width: 100%;
    position: relative;
    min-height: 31px
}

div.jetpack-comment-likes-widget-wrapper iframe {
    margin-bottom: 0
}

#likes-other-gravatars {
    display: none;
    position: absolute;
    padding: 10px 10px 12px 10px;
    background-color: #2e4453;
    border-width: 0;
    box-shadow: 0 0 10px #2e4453;
    box-shadow: 0 0 10px rgba(46, 68, 83, .6);
    min-width: 130px;
    z-index: 1000
}

#likes-other-gravatars * {
    line-height: normal
}

#likes-other-gravatars .likes-text {
    color: #fff;
    font-size: 12px;
    padding-bottom: 8px
}

#likes-other-gravatars li,
#likes-other-gravatars ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none
}

#likes-other-gravatars li::before {
    content: ""
}

#likes-other-gravatars ul.wpl-avatars {
    overflow: auto;
    display: block;
    max-height: 190px
}

#likes-other-gravatars ul.wpl-avatars li {
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 5px 5px 0
}

#likes-other-gravatars ul.wpl-avatars li a {
    margin: 0 2px 0 0;
    border-bottom: none!important;
    display: block
}

#likes-other-gravatars ul.wpl-avatars li a img {
    background: 0 0;
    border: none;
    margin: 0!important;
    padding: 0!important;
    position: static
}

div.sd-box {
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, .13)
}

.comment-likes-widget,
.entry-content .post-likes-widget,
.post-likes-widget {
    margin: 0;
    border-width: 0;
    display: block
}

.comment-likes-widget-placeholder,
.post-likes-widget-placeholder {
    margin: 0;
    border-width: 0;
    position: relative
}

.comment-likes-widget-placeholder {
    height: 18px;
    position: absolute;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: 4px
}

.comment-likes-widget-placeholder::before {
    -webkit-font-smoothing: antialiased;
    font-family: Noticons;
    font-size: 20px;
    line-height: .9;
    color: #5cb5d4;
    content: '\f408';
    width: 16px;
    display: inline-block;
    vertical-align: middle
}

.post-likes-widget-placeholder .button {
    display: none
}

.comment-likes-widget-placeholder .loading,
.post-likes-widget-placeholder .loading {
    color: #999;
    font-size: 12px
}

.comment-likes-widget-placeholder .loading {
    padding-left: 5px;
    margin-top: 2px;
    align-self: center;
    color: #4e4e4e
}

.slim-likes-widget .post-likes-widget {
    width: auto;
    float: none
}

div.sharedaddy.sd-like-enabled .sd-like h3 {
    display: none
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
    width: 100%;
    float: none;
    position: absolute;
    top: 0
}

.comment-likes-widget {
    width: 100%
}

.cs-rating,
.pd-rating {
    display: block!important
}

.sd-gplus .sd-title {
    display: none
}

.jp-related-posts-i2__row {
    display: flex;
    margin-top: 1.5rem
}

.jp-related-posts-i2__row:first-child {
    margin-top: 0
}

.jp-related-posts-i2__post {
    flex-grow: 1;
    flex-basis: 0%;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    padding-left: 0
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
    max-width: calc(33% - 20px)
}

.jp-related-posts-i2__row[data-post-count="Open Sans"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="Helvetica Neue"] .jp-related-posts-i2__post {
    max-width: calc(50% - 20px)
}

.jp-related-posts-i2__post-context,
.jp-related-posts-i2__post-date,
.jp-related-posts-i2__post-heading,
.jp-related-posts-i2__post-img-link {
    flex-direction: row;
    display: block
}

.jp-related-posts-i2__post-heading {
    margin: .5rem 0;
    font-size: 1rem;
    line-height: 1.2em
}

.jp-related-posts-i2__post-link {
    display: block;
    width: 100%;
    line-height: 1.2em
}

.jp-related-posts-i2__post-img-link {
    order: -1
}

.jp-related-posts-i2__post-img-link img {
    width: 100%
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row {
    margin-top: 0;
    display: block
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post {
    max-width: none;
    margin: 0
}

.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link {
    margin-top: 1rem
}

@media only screen and (max-width:640px) {
    .jp-related-posts-i2__row {
        margin-top: 0;
        display: block
    }
    .jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
        max-width: none;
        margin: 0;
        margin-top: 1rem
    }
    .jp-related-posts-i2__post-img-link {
        margin-top: 1rem
    }
    .jp-related-posts-i2__post-img-link img {
        width: 350px
    }
}

#jp-relatedposts {
    display: none;
    padding-top: 1em;
    margin: 1em 0;
    position: relative;
    clear: both
}

.jp-relatedposts:after {
    content: '';
    display: block;
    clear: both
}

#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0 0 1em 0;
    display: inline-block;
    float: left;
    font-size: 9pt;
    font-weight: 700;
    font-family: inherit
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 1em
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-style: normal;
    font-weight: 700
}

#jp-relatedposts .jp-relatedposts-items {
    clear: left
}

#jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: -20px
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: left;
    width: 33%;
    margin: 0 0 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    padding-right: 20px;
    -moz-opacity: .8;
    opacity: .8
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
    clear: both
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
    text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
    -moz-opacity: 1;
    opacity: 1
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
    position: relative
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items p {
    margin-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: block;
    max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    -moz-opacity: 1;
    opacity: 1
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    opacity: .6
}

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    display: none
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
    display: none
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
    overflow: hidden
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
    margin-bottom: 1em
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
    clear: both;
    width: 100%
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
    float: left;
    overflow: hidden;
    max-width: 33%;
    margin-right: 3%
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    display: inline-block;
    max-width: 63%
}

@media only screen and (max-width:640px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 50%
    }
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
        clear: left
    }
    #jp-relatedposts .jp-relatedposts-items-visual {
        margin-right: 20px
    }
}

@media only screen and (max-width:320px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 100%;
        clear: both;
        margin: 0 0 1em
    }
    #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
    #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
        float: none;
        max-width: 100%;
        margin-right: 0
    }
}

#jp-post-flair {
    padding-top: .5em
}

#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    margin: 0 0 1em 0;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700
}

div.sharedaddy h3.sd-title:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 1em
}

body.highlander-light h3.sd-title:before {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

body.highlander-dark h3.sd-title:before {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.sd-content ul {
    padding: 0!important;
    margin: 0 0 .7em 0!important;
    list-style: none!important
}

.sd-content ul li {
    display: inline-block
}

.sd-content ul li.share-deprecated {
    opacity: .5
}

.sd-content ul li.share-deprecated a span {
    text-decoration: line-through
}

.sd-block.sd-gplus {
    margin: 0 0 .5em 0
}

.sd-gplus .sd-content {
    font-size: 12px
}

#sharing_email .sharing_send,
.sd-content ul li .option a.share-ustom,
.sd-content ul li a.sd-button,
.sd-content ul li.advanced a.share-more,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-text .sd-content ul li a.sd-button {
    text-decoration: none!important;
    display: inline-block;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-radius: 3px;
    color: #545454!important;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 8px 0 5px
}

.sd-content ul li .option a.share-ustom span,
.sd-content ul li a.sd-button>span,
.sd-content ul li.advanced a.share-more span,
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li .digg_button>a span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-text .sd-content ul li a.sd-button span {
    line-height: 23px
}

.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content>ul>li>a.sd-button {
    line-height: 17px;
    box-shadow: none;
    vertical-align: top
}

.sd-social-official .sd-content ul li a.sd-button>span {
    line-height: 17px
}

.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content>ul>li>a.sd-button:before {
    margin-bottom: -1px
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover {
    color: #555;
    background: #fafafa;
    border: 1px solid #999
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16)
}

.sd-content ul li a.sd-button:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 social-logos;
    vertical-align: top;
    text-align: center
}

.sd-social-icon-text ul li a.sd-button:before {
    position: relative;
    top: 2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-content ul li a.sd-button:before {
        position: relative;
        top: 2px
    }
}

.sd-social-official ul li a.sd-button:before {
    position: relative;
    top: -2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-official ul li a.sd-button:before {
        top: 0
    }
}

.sd-content ul li {
    margin: 0 5px 5px 0;
    padding: 0
}

.jp-sharing-input-touch .sd-content ul li {
    padding-left: 10px
}

.sd-content ul li.preview-item a.sd-button span,
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span {
    margin-left: 3px
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
    margin-left: 0
}

.sd-content ul li.no-icon a:before,
.sd-social-text .sd-content ul li a:before {
    display: none
}

body .sd-content ul li.share-custom.no-icon a span,
body .sd-social-text .sd-content ul li.share-custom a span {
    background-image: none;
    background-position: -500px -500px!important;
    background-repeat: no-repeat!important;
    padding-left: 0;
    height: 0;
    line-height: inherit
}

.sd-social-icon .sd-content ul li a.share-more {
    position: relative;
    top: -4px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

@-moz-document url-prefix() {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

.sd-social-icon .sd-content ul li a.share-more span {
    margin-left: 3px
}

.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before {
    content: '\f469'
}

.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before {
    content: '\f410'
}

.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before {
    content: '\f207'
}

.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before {
    content: '\f202'
}

.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before {
    content: '\f222'
}

.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before {
    content: '\f607'
}

.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before {
    content: '\f224'
}

.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before {
    content: '\f210'
}

.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before {
    content: '\f203'
}

.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before {
    content: '\f205'
}

.sd-social-official .sd-content li.share-press-this a:before {
    color: #2ba1cb
}

.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before {
    content: '\f606'
}

.sd-social-official .sd-content li.share-telegram a:before {
    color: #08c
}

.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-icon-text .sd-content li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before {
    content: '\f220'
}

.sd-content ul li.advanced a.share-more:before,
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before {
    content: '\f415'
}

.sd-social-official .sd-content a.share-more:before {
    color: #2ba1cb
}

.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before {
    content: '\f608'
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
    color: #43d854
}

.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
    background: #43d854;
    color: #fff!important
}

.sd-content ul li.share-deprecated div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before {
    width: 1em;
    height: 1em;
    content: "\1F6AB"
}

.sd-social .sd-button .share-count {
    background: #2ea2cc;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    padding: 1px 3px;
    line-height: 1
}

.sd-social-official .sd-content ul,
.sd-social-official .sd-content ul li {
    line-height: 25px!important
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
    line-height: 1
}

.sd-social-official .sd-content ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.sd-social-official .sd-content li.share-press-this a {
    margin: 0 0 5px 0
}

.sd-social-official .sd-content ul>li {
    display: block;
    float: left;
    margin: 0 10px 5px 0!important;
    height: 25px
}

.sd-social-official .fb-share-button>span {
    vertical-align: top!important
}

.sd-social-official .sd-content .pocket_button iframe {
    width: 98px
}

.reddit_button iframe {
    margin-top: 1px
}

.linkedin_button>span,
.pinterest_button,
.pocket_button iframe,
.twitter_button {
    margin: 0!important
}

.linkedin_button>span,
.pinterest_button a {
    display: block!important
}

.sd-social-official .sd-content .share-skype {
    width: 55px
}

body .sd-social-official li a.share-more,
body .sd-social-official li.share-custom a,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-press-this a,
body .sd-social-official li.share-print {
    position: relative;
    top: 0
}

body .sd-social-icon .sd-content li.share-custom>a {
    padding: 2px 3px 0 3px;
    position: relative;
    top: 4px
}

body .sd-content ul li.share-custom a.share-icon span,
body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 0 0 0 19px;
    display: inline-block;
    height: 21px;
    line-height: 16px
}

body .sd-social-icon .sd-content li.share-custom a span {
    width: 0
}

body .sd-social-icon .sd-content li.share-custom a span {
    padding-left: 16px!important
}

.sharing-hidden .inner {
    position: absolute;
    z-index: 2;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    border-radius: 2px;
    margin-top: 5px;
    max-width: 400px
}

.sharing-hidden .inner ul {
    margin: 0!important
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
    clear: both;
    margin: 0!important;
    height: 0!important
}

.sharing-hidden .inner:after,
.sharing-hidden .inner:before {
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ccc;
    content: "";
    display: block
}

.sharing-hidden .inner:after {
    z-index: 2;
    top: -7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff
}

.sharing-hidden ul {
    margin: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a,
.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0;
    box-shadow: none;
    padding: 7px;
    position: relative;
    top: -2px;
    line-height: 1;
    width: auto;
    height: auto;
    margin-bottom: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*=share-] div.option a span {
    line-height: 1
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
    border: none;
    opacity: .6
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    top: 1px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
    padding: 8px 8px 6px 8px;
    top: 5px
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left: 10px
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
    margin-left: 0
}

.sd-social-icon .sd-button span.share-count {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #555;
    font-size: 9px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background: #e9e9e9;
    margin-top: 2px;
    text-indent: 0
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
    background: #2c4762;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
    background: #3b5998;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
    background: #00acee;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
    background: #ca1f27;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
    color: #555!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
    background: #1e8cbe;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
    background: #08c;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
    background: #0077b5;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
    background: #ee4056;
    color: #fff!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
    background: #cee3f8;
    color: #555!important
}

.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button {
    background: #00aff0;
    color: #fff!important
}

.sharing-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus,
.sharing-screen-reader-text:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#sharing_email {
    width: 342px;
    position: absolute;
    z-index: 1001;
    border: 1px solid #ccc;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    text-align: left
}

div.sharedaddy.sharedaddy-dark #sharing_email {
    border-color: #fff
}

#sharing_email .errors {
    color: #fff;
    background-color: #771a09;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
    margin: 10px 0 0 0
}

#sharing_email label {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    display: block;
    padding: 0 0 4px 0;
    text-align: left;
    text-shadow: none
}

#sharing_email form {
    margin: 0
}

#sharing_email input[type=email],
#sharing_email input[type=text] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    background: #fff;
    font-size: 12px;
    color: #333;
    max-width: none;
    padding: 1px 3px
}

#jetpack-source_f_name {
    display: none!important;
    position: absolute!important;
    left: -9000px
}

#sharing_email .sharing_cancel {
    padding: 0 0 0 1em;
    font-size: 12px;
    text-shadow: none
}

#sharing_email .recaptcha {
    width: 312px;
    height: 123px;
    margin: 0 0 1em 0
}

.slideshow-window {
    background-color: #222;
    border: 20px solid #222;
    border-radius: 10px;
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-top: 30px!important;
    padding-bottom: 56.25%!important;
    position: relative;
    z-index: 1
}

.slideshow-window.slideshow-white {
    background-color: #fff;
    border-color: #fff
}

.slideshow-window,
.slideshow-window * {
    box-sizing: content-box
}

.slideshow-loading {
    height: 100%;
    text-align: center;
    margin: auto
}

body div.slideshow-window * img {
    background-color: transparent!important;
    background-image: none!important;
    border-width: 0!important;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0!important;
    position: relative;
    transform: translateY(-50%);
    top: 50%
}

.slideshow-loading img {
    vertical-align: middle
}

.slideshow-slide {
    display: none;
    height: 100%!important;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%!important
}

.slideshow-slide img {
    vertical-align: middle
}

.slideshow-line-height-hack {
    overflow: hidden;
    width: 0;
    font-size: 0
}

.slideshow-slide-caption {
    font-size: 13px;
    font-family: "Helvetica Neue", sans-serif;
    color: #f7f7f7;
    text-shadow: #222 1px 1px 2px;
    line-height: 25px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center
}

.slideshow-controls {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    margin: auto;
    text-align: center;
    width: 100%;
    opacity: .5;
    direction: ltr;
    transition: .3s opacity ease-out
}

.slideshow-window:hover .slideshow-controls {
    opacity: 1
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
    border: 2px solid rgba(255, 255, 255, .1)!important;
    background-color: #000!important;
    background-color: rgba(0, 0, 0, .6)!important;
    background-image: url(../../../plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;
    background-repeat: no-repeat;
    background-size: 142px 16px!important;
    background-position: -34px 8px!important;
    color: #222!important;
    margin: 0 5px!important;
    padding: 0!important;
    display: inline-block!important;
    zoom: 1;
    height: 32px!important;
    width: 32px!important;
    line-height: 32px!important;
    text-align: center!important;
    border-radius: 10em!important;
    transition: .3s border-color ease-out
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    body div div.slideshow-controls a,
    body div div.slideshow-controls a:hover {
        background-image: url(../../../plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important
    }
}

body div div.slideshow-controls a:hover {
    border-color: rgba(255, 255, 255, 1)!important
}

body div div.slideshow-controls a:first-child {
    background-position: -76px 8px!important
}

body div div.slideshow-controls a:last-child {
    background-position: -117px 8px!important
}

body div div.slideshow-controls a:nth-child(2) {
    background-position: -34px 8px!important
}

body div div.slideshow-controls a.running {
    background-position: -34px 8px!important
}

body div div.slideshow-controls a.paused {
    background-position: 9px 8px!important
}

.slideshow-controls a img {
    border: 50px dotted #f0f
}

body.presentation-wrapper-fullscreen-parent,
html.presentation-wrapper-fullscreen-parent {
    overflow: hidden!important
}

.presentation-wrapper-fullscreen-parent #wpadminbar {
    display: none
}

.presentation-wrapper-fullscreen,
.presentation-wrapper-fullscreen-parent {
    min-width: 100%!important;
    min-height: 100%!important;
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    margin: 0!important;
    padding: 0!important;
    z-index: 10000!important
}

.presentation-wrapper-fullscreen {
    background-color: grey;
    border: none!important
}

.presentation-wrapper-fullscreen .nav-arrow-left,
.presentation-wrapper-fullscreen .nav-arrow-right {
    z-index: 20001
}

.presentation-wrapper-fullscreen .nav-fullscreen-button {
    z-index: 20002
}

.presentation-wrapper {
    margin: 20px auto;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    line-height: normal
}

.presentation {
    position: relative;
    margin: 0;
    overflow: hidden;
    outline: 0
}

.presentation,
.presentation .step {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.presentation .step.fade:not(.active) {
    opacity: 0
}

.presentation .slide-content {
    padding: 30px
}

.presentation .nav-arrow-left,
.presentation .nav-arrow-right,
.presentation .nav-fullscreen-button {
    position: absolute;
    width: 34px;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
    transition: opacity .25s
}

.presentation .nav-arrow-left,
.presentation .nav-arrow-right {
   
}

.presentation .nav-arrow-left {
    left: 0;
    background-position: 4px 50%
}

.presentation .nav-arrow-right {
    right: 0;
    background-position: -120px 50%
}

.presentation .nav-fullscreen-button {
    width: 32px;
    height: 32px;
    margin: 4px;
    bottom: 0;
    right: 0;
    z-index: 3;
   
    background-size: 100% 100%
}

.presentation:hover .nav-arrow-left,
.presentation:hover .nav-arrow-right {
    opacity: 1
}

.presentation:hover .nav-fullscreen-button {
    opacity: .8
}

.presentation-wrapper-fullscreen .nav-fullscreen-button {

}

.presentation .autoplay-overlay {
    height: 15%;
    width: 80%;
    margin: 30% 10%;
    position: relative;
    z-index: 100;
    display: table;
    border-radius: 50px;
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, .75);
    transition: opacity .5s
}

.presentation .autoplay-overlay .overlay-msg {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

.presentation .will-fade {
    opacity: 0
}

.presentation .do-fade {
    opacity: 1;
    transition: opacity .5s
}

div.jetpack-quiz {
    border: 1px solid #deede3;
    background-color: #f3f3f3;
    padding: 1em;
    line-height: 1.3em;
    margin-bottom: 2em;
    border-radius: .2em
}

div.jetpack-quiz div.jetpack-quiz-question {
    margin-bottom: .5em;
    font-weight: 700
}

div.jetpack-quiz div.jetpack-quiz-answer {
    cursor: pointer;
    margin-bottom: .5em;
    padding: 1em 0 1em 1em;
    border-bottom: 1px dotted #999
}

div.jetpack-quiz div.jetpack-quiz-answer.last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

div.jetpack-quiz div.jetpack-quiz-answer.correct {
    color: green
}

div.jetpack-quiz div.jetpack-quiz-answer.wrong {
    color: red
}

div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation {
    display: none
}

div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation {
    display: block;
    color: #000;
    font-size: 90%;
    margin-top: 1em
}

div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt {
    font-size: 85%
}

div.jetpack-quiz pre {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    background: 0 0;
    margin: 0;
    padding: 0
}

#subscribe-email input {
    width: 95%
}

.comment-subscription-form {
    margin-bottom: 1em
}

.comment-subscription-form .subscribe-label {
    display: inline!important
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.jetpack-video-wrapper {
    margin-bottom: 1.6em
}

.jetpack-video-wrapper>.wp-video,
.jetpack-video-wrapper>embed,
.jetpack-video-wrapper>iframe,
.jetpack-video-wrapper>object {
    margin-bottom: 0
}

.jetpack-social-navigation ul {
    display: block;
    margin: 0 0 1.5em;
    padding: 0
}

.jetpack-social-navigation li {
    display: inline-block;
    margin: 0;
    line-height: 1
}

.jetpack-social-navigation a {
    border: 0;
    height: 1em;
    text-decoration: none;
    width: 1em
}

.jetpack-social-navigation-svg .icon {
    color: inherit;
    fill: currentColor;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.jetpack-social-navigation-genericons a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Genericons;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    vertical-align: top;
    width: 1em
}

.jetpack-social-navigation-genericons a:before {
    content: "\f415"
}

.jetpack-social-navigation-genericons a[href*="codepen.io"]:before {
    content: "\f216"
}

.jetpack-social-navigation-genericons a[href*="digg.com"]:before {
    content: "\f221"
}

.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before {
    content: "\f201"
}

.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before {
    content: "\f225"
}

.jetpack-social-navigation-genericons a[href*="mailto:"]:before {
    content: "\f410"
}

.jetpack-social-navigation-genericons a[href*="facebook.com"]:before {
    content: "\f203"
}

.jetpack-social-navigation-genericons a[href*="flickr.com"]:before {
    content: "\f211"
}

.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before {
    content: "\f226"
}

.jetpack-social-navigation-genericons a[href*="github.com"]:before {
    content: "\f200"
}

.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before {
    content: "\f206"
}

.jetpack-social-navigation-genericons a[href*="instagram.com"]:before {
    content: "\f215"
}

.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before {
    content: "\f208"
}

.jetpack-social-navigation-genericons a[href*="path.com"]:before {
    content: "\f219"
}

.jetpack-social-navigation-genericons a[href*="pinterest."]:before {
    content: "\f210"
}

.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before {
    content: "\f224"
}

.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before {
    content: "\f217"
}

.jetpack-social-navigation-genericons a[href*="reddit.com"]:before {
    content: "\f222"
}

.jetpack-social-navigation-genericons a[href$="/feed/"]:before {
    content: "\f413"
}

.jetpack-social-navigation-genericons a[href*="skype:"]:before {
    content: "\f220"
}

.jetpack-social-navigation-genericons a[href*="spotify.com"]:before {
    content: "\f515"
}

.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before {
    content: "\f223"
}

.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before {
    content: "\f214"
}

.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before {
    content: "\f516"
}

.jetpack-social-navigation-genericons a[href*="twitter.com"]:before {
    content: "\f202"
}

.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before {
    content: "\f212"
}

.jetpack-social-navigation-genericons a[href*="vine.co"]:before {
    content: "\f517"
}

.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,
.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before {
    content: "\f205"
}

.jetpack-social-navigation-genericons a[href*="youtube.com"]:before {
    content: "\f213"
}

.tiled-gallery {
    clear: both;
    margin: 0 0 20px;
    overflow: hidden
}

.tiled-gallery img {
    margin: 2px!important
}

.tiled-gallery .gallery-group {
    float: left;
    position: relative
}

.tiled-gallery .tiled-gallery-item {
    float: left;
    margin: 0;
    position: relative;
    width: inherit
}

.tiled-gallery .gallery-row {
    overflow: hidden
}

.tiled-gallery .tiled-gallery-item a {
    background: 0 0;
    border: none;
    color: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto
}

.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle
}

.tiled-gallery-caption {
    background: #eee;
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
    font-size: 11px
}

.widget-gallery .tiled-gallery-unresized {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.tiled-gallery .tiled-gallery-item img.grayscale {
    position: absolute;
    left: 0;
    top: 0
}

.tiled-gallery .tiled-gallery-item img.grayscale:hover {
    opacity: 0
}

.tiled-gallery.type-circle .tiled-gallery-item img {
    border-radius: 50%!important;
    -o-object-fit: cover;
    object-fit: cover
}

.tiled-gallery.type-circle .tiled-gallery-caption {
    display: none;
    opacity: 0
}

.tiled-gallery.type-square .tiled-gallery-item img {
    -o-object-fit: cover;
    object-fit: cover
}

.jetpack-display-remote-posts {
    margin: 5px 0 20px 0
}

.jetpack-display-remote-posts h4 {
    margin: 5px 0;
    padding: 0
}

.jetpack-display-remote-posts p {
    margin: 0;
    padding: 0
}

.jetpack-display-remote-posts img {
    max-width: 100%
}

.widget-grofile h4 {
    margin: 1em 0 .5em
}

.widget-grofile ul.grofile-urls {
    margin-left: 0;
    overflow: hidden
}

.widget-grofile ul.grofile-accounts li {
    list-style: none;
    display: inline
}

.widget-grofile ul.grofile-accounts li::before {
    content: ""!important
}

.widget-grofile .grofile-accounts-logo {
    background-image: url(../images/grav-share-sprite.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px
}

.rtl .widget-grofile .grofile-accounts-logo {
    margin-left: 8px;
    margin-right: 0
}

.grofile-thumbnail {
    width: 500px;
    max-width: 100%
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    .widget-grofile .grofile-accounts-logo {
        background-image: url(../images/grav-share-sprite-2x.png);
        background-size: 16px 784px
    }
}

div[class^=gr_custom_container] {
    border: 1px solid gray;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
    background-color: #fff;
    color: #000
}

div[class^=gr_custom_container] a {
    color: #000
}

h2[class^=gr_custom_header] {
    display: none
}

div[class^=gr_custom_each_container] {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #aaa
}

div[class^=gr_custom_book_container] {
    float: right;
    overflow: hidden;
    height: 60px;
    margin-left: 4px;
    width: 39px
}

div[class^=gr_custom_author] {
    font-size: 10px
}

div[class^=gr_custom_tags] {
    font-size: 10px;
    color: gray
}

div[class^=gr_custom_rating] {
    display: none
}

.widget_wpcom_social_media_icons_widget ul {
    list-style-type: none;
    margin-left: 0
}

.widget_wpcom_social_media_icons_widget ul li {
    border: 0 none;
    display: inline;
    margin-right: .5em
}

.widget_wpcom_social_media_icons_widget li a {
    border: 0 none;
    text-decoration: none
}

.widget_wpcom_social_media_icons_widget .genericon {
    font-family: Genericons
}

.widget_wpcom_social_media_icons_widget .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.widget_wpcom_social_media_icons_widget .screen-reader-text:active,
.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,
.widget_wpcom_social_media_icons_widget .screen-reader-text:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.widgets-grid-layout {
    width: 100%
}

.widgets-grid-layout:after,
.widgets-grid-layout:before {
    content: " ";
    display: table
}

.widgets-grid-layout:after {
    clear: both
}

.widget-grid-view-image {
    float: left;
    max-width: 50%
}

.widget-grid-view-image a {
    display: block;
    margin: 0 2px 4px 0
}

.widget-grid-view-image:nth-child(even) {
    float: right
}

.widget-grid-view-image:nth-child(even) a {
    margin: 0 0 4px 2px
}

.widgets-grid-layout .widget-grid-view-image img {
    max-width: 100%;
    height: auto
}

.widgets-multi-column-grid ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widgets-multi-column-grid ul li {
    background: 0 0;
    clear: none;
    float: left;
    margin: 0 -5px -3px 0;
    padding: 0 8px 6px 0;
    border: none;
    list-style-type: none!important
}

.widgets-multi-column-grid ul li a {
    background: 0 0;
    margin: 0;
    padding: 0;
    border: 0
}

.widgets-multi-column-grid .avatar {
    vertical-align: middle
}

.widgets-list-layout {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widgets-list-layout li:after,
.widgets-list-layout li:before {
    content: "";
    display: table
}

.widgets-list-layout li:after {
    clear: both
}

.widgets-list-layout li {
    zoom: 1;
    margin-bottom: 1em;
    list-style-type: none!important
}

.widgets-list-layout .widgets-list-layout-blavatar {
    float: left;
    width: 21.276596%;
    max-width: 40px;
    height: auto
}

.widgets-list-layout-links {
    float: right;
    width: 73.404255%
}

.widgets-list-layout span {
    opacity: .5
}

.widgets-list-layout span:hover {
    opacity: .8
}

.jetpack-image-container:after {
    clear: both
}

.jetpack-image-container:after,
.jetpack-image-container:before {
    display: table;
    content: ""
}

.widgets-multi-column-grid ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widgets-multi-column-grid ul li {
    background: 0 0;
    clear: none;
    float: left;
    margin: 0 -5px -3px 0;
    padding: 0 8px 6px 0;
    border: none;
    list-style-type: none!important
}

.widgets-multi-column-grid ul li a {
    background: 0 0;
    margin: 0;
    padding: 0;
    border: 0
}

.widgets-multi-column-grid .avatar {
    vertical-align: middle
}

.widget_jetpack_my_community .avatar-240,
.widget_jetpack_my_community .avatar-48 {
    max-width: 48px;
    max-height: 48px
}

.widget.widget_authors li>ul,
.widget_authors>ul {
    margin-left: inherit;
    padding-left: 0
}

.widget_authors ul li li {
    padding-left: 0
}

.widget_authors>ul>li {
    margin-bottom: 1em;
    list-style: none
}

.widget_authors>ul>li+li {
    border-top: 0
}

.widget.widget_authors img {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    box-shadow: none
}

.wpcnt {
    text-align: center;
    line-height: 2
}

.wpa {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%
}

.wpa-about {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    display: block;
    margin-top: 0;
    color: #888;
    font: 10px/1 "Open Sans", Arial, sans-serif!important;
    text-align: left!important;
    text-decoration: none!important;
    opacity: .85;
    border-bottom: none!important;
    box-shadow: none!important
}

.wpa .u>div {
    display: block;
    margin-top: 5px;
    margin-bottom: 1em
}

div.wpa>div {
    margin-top: 20px
}

.wpa .u .adsbygoogle {
    display: block;
    margin-top: 17px;
    margin-bottom: 1em;
    background-color: transparent
}

.widget_eu_cookie_law_widget {
    border: none;
    bottom: 1em;
    display: none;
    left: 1em;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 1em;
    width: auto;
    z-index: 50001
}

.widget_eu_cookie_law_widget.widget.top {
    bottom: auto;
    top: 1em
}

.admin-bar .widget_eu_cookie_law_widget.widget.top {
    top: 3em
}

#eu-cookie-law {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #2e4467;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 6px 6px 6px 15px;
    position: relative
}

#eu-cookie-law a,
#eu-cookie-law a:active,
#eu-cookie-law a:visited {
    color: inherit;
    cursor: inherit;
    text-decoration: underline
}

#eu-cookie-law a:hover {
    cursor: pointer;
    text-decoration: none
}

#eu-cookie-law.negative {
    background-color: #000;
    border: none;
    color: #fff
}

#eu-cookie-law form {
    margin-bottom: 0;
    position: static
}

#eu-cookie-law input,
#eu-cookie-law input:focus,
#eu-cookie-law input:hover {
    background: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2e4453;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 5%;
    padding: 8px 12px;
    position: static;
    text-transform: none
}

#eu-cookie-law.negative input,
#eu-cookie-law.negative input:focus,
#eu-cookie-law.negative input:hover {
    background: #282828;
    border-color: #535353;
    color: #fff
}

@media (max-width:600px) {
    #eu-cookie-law {
        padding-bottom: 55px
    }
    #eu-cookie-law input.accept {
        bottom: 8px;
        position: absolute;
        right: 8px
    }
}

.flickr-images {
    text-align: center
}

.flickr-size-thumbnail .flickr-images {
    align-content: space-between;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.flickr-images img {
    max-width: 100%;
    margin: 5px
}

.jetpack-search-filters-widget__sub-heading {
    font-size: inherit;
    font-weight: 700;
    margin: 0 0 .5em;
    padding: 0
}

.jetpack-search-form+.jetpack-search-filters-widget__sub-heading {
    margin-top: 1.5em;
    margin-bottom: .5em!important
}

.jetpack-search-filters-widget__clear {
    margin-top: .5em;
    margin-bottom: .5em
}

.jetpack-search-sort-wrapper {
    margin-top: 1em;
    margin-bottom: 1.5em
}

.jetpack-search-sort-wrapper label {
    display: inherit
}

.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox] {
    width: auto;
    height: auto
}

ul.jetpack-search-filters-widget__filter-list li {
    border: none;
    padding: 0;
    list-style: none
}

ul.jetpack-search-filters-widget__filter-list li a {
    text-decoration: none
}

ul.jetpack-search-filters-widget__filter-list li a:hover {
    box-shadow: none
}

ul.jetpack-search-filters-widget__filter-list li label {
    font-weight: inherit;
    display: inherit
}

.jetpack-search-filters-widget__filter-list {
    list-style: none
}

ul.jetpack-search-filters-widget__filter-list {
    margin-bottom: 1.5em
}

body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder {
    color: transparent
}

body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder {
    color: transparent
}

body.search .jetpack-search-form input[name="s"]::placeholder {
    color: transparent
}

body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder {
    color: inherit
}

body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder {
    color: inherit
}

body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder {
    color: inherit
}

@media screen and (min-width:400px) {
    .widget.jetpack-simple-payments .jetpack-simple-payments-product {
        flex-direction: column
    }
    .widget.jetpack-simple-payments .jetpack-simple-payments-details {
        padding-left: 0
    }
}

.jetpack_widget_social_icons li,
.jetpack_widget_social_icons ul {
    list-style: none
}

.jetpack_widget_social_icons ul {
    display: block;
    margin: 0 0 1.5em;
    padding: 0
}

.jetpack_widget_social_icons ul li {
    border: 0;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0
}

.jetpack_widget_social_icons ul li:after,
.jetpack_widget_social_icons ul li:before {
    display: none
}

.jetpack_widget_social_icons a {
    border: 0;
    box-shadow: none;
    display: block;
    height: 24px;
    text-decoration: none;
    width: 24px
}

.jetpack_widget_social_icons svg {
    color: inherit;
    fill: currentColor;
    height: inherit;
    vertical-align: middle;
    width: inherit
}

.jetpack_widget_social_icons ul.size-small a {
    height: 24px;
    width: 24px
}

.jetpack_widget_social_icons ul.size-medium a {
    height: 32px;
    width: 32px
}

.jetpack_widget_social_icons ul.size-large a {
    height: 48px;
    width: 48px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

/* new stylw */

.site-header-logo img{
width: 65px;
}

.site_header_primary-nav li a {
	text-transform: uppercase;
}

.site_header_primary-nav ul{
	float: right;
}

/*my style*/
.masvideos .watch-now-btn-bg{
position: absolute;
  margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: 30%;
  width: 87px;
    height: 87px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 500px;
    margin-bottom: 18px;
    background-image: -webkit-linear-gradient(60deg,#2a4999 0,#2c9cd4 100%);
    background-image: linear-gradient(30deg,#2a4999 0,#2c9cd4 100%);
}

.masvideos .watch-now-btn-bg img{
   margin-left: 5px;
width: 50px;
height: 50px !important;
}

.masvideos .columns-3 .watch-now-btn-bg{
    top: 30%;
  width: 40px;
    height: 40px;
}

.masvideos  .columns-3  .watch-now-btn-bg img{
    margin-left: 5px;
width: 20px;
height: 20px !important;
}

.tv-show .watch-now-btn-bg{
   background: transparent !important;
   top: 10px !important;
   left: 10px !important;
   margin-left: 10px !important;
}
.footer-logo img{
    width: 100px;
}

.movie-slider .masvideos-movies .movies__inner .movie {
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.site_header_primary-nav .nav  li  a:hover{
    background: #f2f2f2; 
    color: #03077b !important;
    border-bottom: 4px solid #f2f2f2;
}

.site_header_primary-nav .nav li.active a {
    background: #f2f2f2;
    color: #03077b !important;
    border-bottom: 4px solid #03077b;
    text-decoration: underline;
}
/*my style*/

.togglesearch {
    background: #fff;
    position: absolute;
    top: 85px;
    right: 0;
    width: 100%;
    /* height: 60px; */
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 4px solid #283897;
    display: none;
    padding: 10px;
}

.togglesearch:before{
  content: "";
  position: absolute;
  top: -30px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #283897;
}

.togglesearch input[type="text"] {
    width: 100%;
    padding: 9px 10px;
    margin: 7px 0 0 0;
    border: 1px solid #283897;
    outline: none;
    border-radius: 0;
}
.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}

.searchbar .fa.fa-search {
    background: #283897;
    padding: 11px;
    color: #fff;
    cursor: pointer;
    margin: 22px 0px 0px 0px;
}

.site_header_primary-nav{
    position: relative;
}


.mariyons {
    background: url(../images/mariyons-logo.png) no-repeat top left;
    width: 59px;
    height: 41px;
    display: inline-block;
    float: right;
    background-size: 53px;
}

.mariyons:hover {
    background-position: 0 -41px;
}

.related-movies-btm .home-movie-section-aside-header__inner .masvideos-movies .home-section__header {
    padding-right: 0 !important;
}

.related-movies-btm h2{
    font-size: 25px !important;
}

.video-view-bg iframe {
    width: 100% !important;
    height: 400px !important;
}