.ad-zone {
    display: flex;
    flex-wrap: wrap;
}

.ad-zone .item {
    flex-grow: 1;
    max-width: 100%;
    padding: 3px;
}

img.lazyload {
    border-radius: 5px;
}

.mepo {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px;
    background: #000000cc;
    padding: 5px 10px;
    font-size: 14px;
    font-family: Kanit,sans-serif;
    line-height: 1;
    color: #f00;
}

.rating {
    border-radius: 10px;
}

.poster {
    /*border-radius: 10px;*/
}

.lang-supported {
    border-radius: 10px;
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button {
    color: #fff
}

.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
}

.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c))
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0 !important
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin: 4px
}

.wp-block-buttons.aligncenter,
.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: 400;
    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;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 30px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

    .wp-block-column[style] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.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
    }
}

@media (prefers-reduced-motion:reduce) {

    .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: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    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:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    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;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left],
.block-editor-block-list__block[data-type="core/embed"][data-align=right],
.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
}

.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-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
}

.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
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.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
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.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)) {

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.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)) {

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.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)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.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)) {

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .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;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.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) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .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) {

        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .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) {

        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .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) {

        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .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) {

        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .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) {

        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .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) {

        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .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
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    margin-bottom: 1em
}

.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
}

.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.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.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.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-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0
}

@media (min-width:600px) {
    .wp-block-navigation>ul {
        display: flex;
        flex-wrap: wrap
    }
}

.wp-block-navigation>ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
}

.wp-block-navigation>ul ul li {
    margin: 0
}

.wp-block-navigation>ul li {
    z-index: 1
}

.wp-block-navigation>ul li:focus-within,
.wp-block-navigation>ul li:hover {
    cursor: pointer;
    z-index: 99999
}

.wp-block-navigation>ul li:focus-within>ul,
.wp-block-navigation>ul li:hover>ul,
.wp-block-navigation>ul li ul:focus,
.wp-block-navigation>ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation>ul>li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap
}

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
    width: 200px
}

.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block {
    margin: 0;
    width: auto
}

.wp-block-navigation,
.wp-block-navigation>.wp-block-navigation__container {
    align-items: center;
    width: 100%
}

.wp-block-navigation>.wp-block-navigation-link,
.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-navigation .wp-block-navigation-link {
    position: relative;
    margin: 0;
    min-height: 56px;
    display: flex;
    line-height: 1.4
}

.wp-block-navigation .wp-block-navigation-link .wp-block,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin: 0
}

.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks {
    display: none
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container {
    left: 100%;
    top: -1px
}

.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color: inherit
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 6px 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top: 8px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom: 8px
}

.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right: 16px
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform: rotate(0)
}

.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
    color: #111
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container {
    color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container {
    background-color: #333
}

.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    padding: 0
}

.wp-block-navigation>ul>li>a {
    display: flex;
    align-items: center
}

.wp-block-navigation>ul>li:first-of-type>a {
    padding-left: 0
}

.wp-block-navigation>ul>li:last-of-type>a {
    padding-right: 0
}

.wp-block-navigation.items-justified-left>ul {
    justify-content: flex-start
}

.wp-block-navigation.items-justified-center>ul {
    justify-content: center
}

.wp-block-navigation.items-justified-right>ul {
    justify-content: flex-end
}

.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
}

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: 290px
}

.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 {
    display: block;
    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;
    max-width: 360px
}

.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 !important;
    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: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.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 tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    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%
}

.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] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.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
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(../../../themes/dooplay/assets/css/img/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    width: 0
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(../../../themes/dooplay/assets/css/img/AjaxLoader.gif) no-repeat center center
}

@font-face {
    font-family: 'icomoon';
    src: url(../../../themes/dooplay/assets/css/fonts/icomoon.eot?k4wkth);
    src: url(../../../themes/dooplay/assets/css/fonts/icomoon.eot?k4wkth#iefix) format("embedded-opentype"), url(../../../fonts/icomoon.ttf?k4wkth) format("truetype"), url(../../../themes/dooplay/assets/css/fonts/icomoon.woff?k4wkth) format("woff"), url(../../../themes/dooplay/assets/css/fonts/icomoon.svg?k4wkth#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'dooplay';
    src: url(../../../themes/dooplay/assets/css/fonts/dooplay.eot?1uj93a);
    src: url(../../../themes/dooplay/assets/css/fonts/dooplay.eot?1uj93a#iefix) format("embedded-opentype"), url(../../../themes/dooplay/assets/css/fonts/dooplay.ttf?1uj93a) format("truetype"), url(../../../themes/dooplay/assets/css/fonts/dooplay.woff?1uj93a) format("woff"), url(../../../themes/dooplay/assets/css/fonts/dooplay.svg?1uj93a#dooplay) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icons-"],
[class*=" icons-"] {
    font-family: 'dooplay' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search3:before {
    content: "\e927"
}

.icon-search4:before {
    content: "\e928"
}

.icon-video-camera:before {
    content: "\e924"
}

.icon-pencil:before {
    content: "\e912"
}

.icon-history:before {
    content: "\e91c"
}

.icon-tv:before {
    content: "\e91a"
}

.icon-search:before {
    content: "\e900"
}

.icon-rocket:before {
    content: "\e901"
}

.icon-fire:before {
    content: "\e902"
}

.icon-power:before {
    content: "\e903"
}

.icon-download2:before {
    content: "\e904"
}

.icon-link:before {
    content: "\e905"
}

.icon-eye:before {
    content: "\e906"
}

.icon-star-full:before {
    content: "\e907"
}

.icon-heart:before {
    content: "\e908"
}

.icon-warning:before {
    content: "\e909"
}

.icon-notification:before {
    content: "\e90a"
}

.icon-question:before {
    content: "\e90b"
}

.icon-plus:before {
    content: "\e91e"
}

.icon-minus:before {
    content: "\e91f"
}

.icon-info:before {
    content: "\e90c"
}

.icon-cancel-circle:before {
    content: "\e90d"
}

.icon-play3:before {
    content: "\e90e"
}

.icon-loop:before {
    content: "\e91b"
}

.icon-embed2:before {
    content: "\e90f"
}

.icon-share2:before {
    content: "\e910"
}

.icon-google:before {
    content: "\e911"
}

.icon-google-plus:before {
    content: "\e913"
}

.icon-google-plus3:before {
    content: "\e914"
}

.icon-facebook:before {
    content: "\e915"
}

.icon-instagram2:before {
    content: "\e920"
}

.icon-whatsapp:before {
    content: "\e916"
}

.icon-twitter:before {
    content: "\e917"
}

.icon-vine:before {
    content: "\e921"
}

.icon-youtube2:before {
    content: "\e918"
}

.icon-vimeo:before {
    content: "\e919"
}

.icon-dribbble2:before {
    content: "\e922"
}

.icon-bars:before {
    content: "\e929"
}

.icon-vk:before {
    content: "\e926"
}

.icon-search2:before {
    content: "\f002"
}

.icon-heart2:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-film:before {
    content: "\f008"
}

.icon-check:before {
    content: "\f00c"
}

.icon-close:before {
    content: "\f00d"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-times:before {
    content: "\f00d"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-camera:before {
    content: "\f030"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-circle:before {
    content: "\f055"
}

.icon-minus-circle:before {
    content: "\f056"
}

.icon-times-circle:before {
    content: "\f057"
}

.icon-check-circle:before {
    content: "\f058"
}

.icon-plus2:before {
    content: "\f067"
}

.icon-minus2:before {
    content: "\f068"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-feed:before {
    content: "\f09e"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-google-plus2:before {
    content: "\f0d5"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-youtube:before {
    content: "\f167"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-flickr:before {
    content: "\f16e"
}

.icon-tumblr:before {
    content: "\f173"
}

.icon-dribbble:before {
    content: "\f17d"
}

.icon-vine2:before {
    content: "\f1ca"
}

.icon-pinterest-p:before {
    content: "\f231"
}

.icon-vimeo2:before {
    content: "\f27d"
}

.icon-account_circle:before {
    content: "\e853"
}

.icon-add:before {
    content: "\e145"
}

.icon-add_a_photo:before {
    content: "\e439"
}

.icon-add_circle:before {
    content: "\e147"
}

.icon-chat:before {
    content: "\e0b7"
}

.icon-chat_bubble:before {
    content: "\e0ca"
}

.icon-check_circle:before {
    content: "\e86c"
}

.icon-data_usage:before {
    content: "\e1af"
}

.icon-donut_large:before {
    content: "\e91d"
}

.icon-markunread:before {
    content: "\e159"
}

.icon-star2:before {
    content: "\e838"
}

.icon-restore:before {
    content: "\e8b3"
}

.icon-home:before {
    content: "\e88a"
}

.icon-live_tv:before {
    content: "\e639"
}

.icon-local_play:before {
    content: "\e553"
}

.icon-menu:before {
    content: "\e5d2"
}

.icon-message:before {
    content: "\e0c9"
}

.icon-mode_comment:before {
    content: "\e253"
}

.icon-monetization_on:before {
    content: "\e263"
}

.icon-new_releases:before {
    content: "\e031"
}

.icon-next_week:before {
    content: "\e16a"
}

.icon-nfc:before {
    content: "\e1bb"
}

.icon-pan_tool:before {
    content: "\e925"
}

.icon-person:before {
    content: "\e7fd"
}

.icon-person_add:before {
    content: "\e7fe"
}

.icon-play_arrow:before {
    content: "\e037"
}

.icon-textsms:before {
    content: "\e0d8"
}

.icon-stars:before {
    content: "\e8d0"
}

.icon-thumb_down:before {
    content: "\e8db"
}

.icon-thumb_up:before {
    content: "\e8dc"
}

.icon-update:before {
    content: "\e923"
}

.icon-verified_user:before {
    content: "\e8e8"
}

.icon-view_list:before {
    content: "\e8ef"
}

.icon-view_module:before {
    content: "\e8f0"
}

.icon-view_quilt:before {
    content: "\e8f1"
}

.icon-voice_chat:before {
    content: "\e62e"
}

.icon-wb_sunny:before {
    content: "\e430"
}

.icon-whatshot:before {
    content: "\e80e"
}

.icon-zoom_out_map:before {
    content: "\e56b"
}

.icon-close2:before {
    content: "\e5cd"
}

.icons-primitive-dot:before {
    content: "\f052"
}

.icons-spinner9:before {
    content: "\e982"
}

.icons-enlarge2:before {
    content: "\e98b"
}

.icons-shrink2:before {
    content: "\e98c"
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75)
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0)
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100)
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40)
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: alpha(opacity=85);
    -ms-filter: alpha(opacity=85)
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90)
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../../../themes/dooplay/assets/css/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40)
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: alpha(opacity=75)
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: alpha(opacity=90)
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 10px 0;
    margin-right: -6px
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20)
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50)
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20)
}

.clear,
body {
    margin: 0;
    padding: 0
}

.clear,
.module .content .items .item:hover>.dtinfo,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.post-comments,
ol,
ul {
    list-style: none
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400
}

.dtinfo .title i,
.sidemenu ul.genres li a:before {
    font-family: icomoon !important
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input:focus,
textarea:focus {
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    cursor: pointer
}

input:disabled {
    cursor: wait !important;
    opacity: .4
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    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
}

.dooplay_player {
    float: left;
    width: 100%;
    position: relative
}

.dooplay_player h2 {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    float: left;
    padding: 20px 30px
}

.dooplay_player h2 span {
    float: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

.dooplay_player.played {
    border-bottom: 0
}

.dooplay_player .options {
    padding: 0 25px;
    float: left;
    width: 100%;
    position: relative
}

.dooplay_player .options.scrolling {
    max-height: 180px;
    overflow: hidden
}

.dooplay_player .options.onload:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.dooplay_player .options ul {
    margin: 25px 0;
    float: left;
    width: 100%
}

.dooplay_player .options ul li {
    float: left;
    width: 100%;
    padding: 15px 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 20px
}

.dooplay_player .options ul li i {
    font-size: 20px;
    margin-right: 15px;
    float: left
}

.dooplay_player .options ul li i.yt {
    margin-right: 0
}

.dooplay_player .options ul li span.title {
    float: left;
    font-weight: 600
}

.dooplay_player .options ul li span.server {
    font-size: 12px;
    margin-left: 15px
}

.dooplay_player .options ul li span.loader {
    float: right;
    position: sticky;
    left: auto;
    top: auto;
    margin-right: 20px;
    margin-top: 5px;
    display: none
}

.dooplay_player .options ul li span.flag {
    float: right
}

.dooplay_player .options ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.dooplay_player .play {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.dooplay_player .play .preplayer {
    position: relative;
    padding-bottom: 56.29%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 0;
    overflow: hidden
}

.dooplay_player .play .asgdc {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -150px;
    z-index: 1;
    width: 300px;
    height: 250px
}

.dooplay_player .play.isnd {
    padding: 20px
}

.dooplay_player .play.isnd.bigger {
    padding: 0 !important
}

.dooplay_player .play.isnd>.asgdc {
    display: block
}

.dooplay_player .play .pframe {
    position: relative;
    padding-bottom: 56.29%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 0;
    overflow: hidden
}

.dooplay_player .play .pframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.clear {
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.animation-1 {
    -webkit-animation: fadeIn .5s;
    -moz-animation: fadeIn .5s;
    -ms-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.animation-2 {
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
    animation: fadeIn 2s
}

.animation-3 {
    -webkit-animation: fadeInDown .5s;
    -moz-animation: fadeInDown .5s;
    -ms-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.animation-35 {
    -webkit-animation: fadeIn 1.5s;
    -moz-animation: fadeIn 1.5s;
    -ms-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s
}

.jump {
    -webkit-animation: jump 1s ease-out 0 1 normal;
    -moz-animation: jump 1s ease-out 0 1 normal;
    -ms-animation: jump 1s ease-out 0 1 normal;
    animation: jump 1s ease-out 0 1 normal
}

.loading {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

.flashit {
    -webkit-animation: flash linear .5s infinite;
    animation: flash linear .5s infinite
}

.pulseit {
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse linear .5s infinite
}

.shake {
    animation: Shake linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: Shake linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: Shake linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: Shake linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: Shake linear 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {
    0% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(0)
    }

    60% {
        transform: translateY(-15px)
    }

    80% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        width: 200px
    }

    50% {
        width: 340px
    }

    100% {
        width: 200px
    }
}

@keyframes pulse {
    0% {
        width: 200px
    }

    50% {
        width: 340px
    }

    100% {
        width: 200px
    }
}

@keyframes Shake {
    0% {
        transform: translate(0, 0)
    }

    10% {
        transform: translate(-10px, 0)
    }

    20% {
        transform: translate(10px, 0)
    }

    30% {
        transform: translate(-10px, 0)
    }

    40% {
        transform: translate(10px, 0)
    }

    50% {
        transform: translate(-10px, 0)
    }

    60% {
        transform: translate(10px, 0)
    }

    70% {
        transform: translate(-10px, 0)
    }

    80% {
        transform: translate(10px, 0)
    }

    90% {
        transform: translate(-10px, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}

@-moz-keyframes Shake {
    0% {
        -moz-transform: translate(0, 0)
    }

    10% {
        -moz-transform: translate(-10px, 0)
    }

    20% {
        -moz-transform: translate(10px, 0)
    }

    30% {
        -moz-transform: translate(-10px, 0)
    }

    40% {
        -moz-transform: translate(10px, 0)
    }

    50% {
        -moz-transform: translate(-10px, 0)
    }

    60% {
        -moz-transform: translate(10px, 0)
    }

    70% {
        -moz-transform: translate(-10px, 0)
    }

    80% {
        -moz-transform: translate(10px, 0)
    }

    90% {
        -moz-transform: translate(-10px, 0)
    }

    100% {
        -moz-transform: translate(0, 0)
    }
}

@-webkit-keyframes Shake {
    0% {
        -webkit-transform: translate(0, 0)
    }

    10% {
        -webkit-transform: translate(-10px, 0)
    }

    20% {
        -webkit-transform: translate(10px, 0)
    }

    30% {
        -webkit-transform: translate(-10px, 0)
    }

    40% {
        -webkit-transform: translate(10px, 0)
    }

    50% {
        -webkit-transform: translate(-10px, 0)
    }

    60% {
        -webkit-transform: translate(10px, 0)
    }

    70% {
        -webkit-transform: translate(-10px, 0)
    }

    80% {
        -webkit-transform: translate(10px, 0)
    }

    90% {
        -webkit-transform: translate(-10px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}

@-o-keyframes Shake {
    0% {
        -o-transform: translate(0, 0)
    }

    10% {
        -o-transform: translate(-10px, 0)
    }

    20% {
        -o-transform: translate(10px, 0)
    }

    30% {
        -o-transform: translate(-10px, 0)
    }

    40% {
        -o-transform: translate(10px, 0)
    }

    50% {
        -o-transform: translate(-10px, 0)
    }

    60% {
        -o-transform: translate(10px, 0)
    }

    70% {
        -o-transform: translate(-10px, 0)
    }

    80% {
        -o-transform: translate(10px, 0)
    }

    90% {
        -o-transform: translate(-10px, 0)
    }

    100% {
        -o-transform: translate(0, 0)
    }
}

@-ms-keyframes Shake {
    0% {
        -ms-transform: translate(0, 0)
    }

    10% {
        -ms-transform: translate(-10px, 0)
    }

    20% {
        -ms-transform: translate(10px, 0)
    }

    30% {
        -ms-transform: translate(-10px, 0)
    }

    40% {
        -ms-transform: translate(10px, 0)
    }

    50% {
        -ms-transform: translate(-10px, 0)
    }

    60% {
        -ms-transform: translate(10px, 0)
    }

    70% {
        -ms-transform: translate(-10px, 0)
    }

    80% {
        -ms-transform: translate(10px, 0)
    }

    90% {
        -ms-transform: translate(-10px, 0)
    }

    100% {
        -ms-transform: translate(0, 0)
    }
}

#dt_contenedor {
    width: 100%;
    float: left
}

header.main {
    width: 100%;
    height: 70px;
    float: left;
    position: fixed;
    z-index: 104;
    box-shadow: 0 10px 5px -7px rgba(0, 0, 0, .09)
}

header.main .hbox {
    max-width: 1200px;
    height: 70px;
    margin: 0 auto;
    position: relative
}

header.main .hbox .logo {
    float: left;
    padding: 18px 17px 17px;
    text-align: center
}

header.main .hbox .logo img {
    width: auto;
    height: 32px
}

header.main .hbox .search {
    float: left;
    padding: 14px 0;
    padding-bottom: 0;
    width: 100%
}

header.main .hbox .search form {
    padding: 0;
    width: 100%;
    position: relative;
    border-radius: 5px
}

header.main .hbox .search form input[type=text] {
    border: 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300
}

header.main .hbox .search form button[type=submit] {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 12px 15px;
    font-size: 14px
}

#contenedor {
    max-width: 1200px;
    margin: 70px auto 0
}

.module {
    float: left;
    width: 100%;
    min-height: 812px;
    margin-top: 0;
    padding: 0;
    position: relative
}

.module .sidebar {
    width: 340px;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 20px
}

.module .content {
    width: calc(100% - 340px);
    margin-right: 340px;
    padding: 20px;
    float: left;
    border-right: solid 1px
}

.module .content .items {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border-bottom: solid 1px
}

.module .content .items:last-child,
.module .content .list_genres:last-child {
    border-bottom: 0
}

.module .content header {
    float: left;
    width: 100%;
    padding: 15px 10px;
    line-height: 20px
}

.module .content header h1,
.module .content header h2 {
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px
}

.module .content header span {
    float: right;
    font-weight: 500
}

.module .content header span a.see-all {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 6px
}

.module .content .items .item {
    width: calc(100%/ 5);
    float: left;
    margin: 0;
    padding: 10px;
    position: relative
}

.module .content.full_width_layout .items .item {
    width: calc(100%/ 6)
}

.module .content .featured .item {
    width: calc(100%/ 5)
}

.module .content .items .se {
    width: 20%;
    margin: 0;
    padding: 10px
}

.module .content .items .item .poster {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 140%
}

.module .content .items .item .poster a .see {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: none;
    z-index: 1
}

.module .content .items .item .poster a:hover>.see {
    background: url(../../../themes/dooplay/assets/css/img/play.png) 50% 50% no-repeat
}

.module .content .items .item .poster .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 5px;
    line-height: 18px;
    font-size: 13px
}

.module .content .items .item .poster img {
    width: 100%;
    height: auto;
    margin-top: -140%;
    position: absolute
}

.module .content .items .item .poster:hover>img {
    -webkit-filter: blur(1px) brightness(.5)
}

.module .content .items .item .data {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px
}

.module .content .items .item .data h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1px;
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.module .content .items .item .data span {
    float: left;
    width: 100%;
    line-height: 1.5;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.module .content .items .item .data span.serie {
    font-weight: 500
}

.module .content .items .item .dtinfo {
    display: none;
    position: absolute;
    top: 10px;
    width: 308px;
    height: 207px;
    border: 1px solid;
    z-index: 3
}

.module .content .items .item .left {
    right: -318px
}

.module .content .items .item .right {
    left: -318px
}

.sidemenu:first-child {
    margin-top: 15px
}

.sidemenu {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 25px
}

.sidemenu h2 {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase
}

.sidemenu ul.genres {
    margin: 0;
    overflow: hidden;
    max-height: 280px
}

.sidemenu ul.genres li {
    width: 100%;
    float: left;
    border-bottom: solid 1px;
    position: relative
}

.sidemenu ul.genres li i {
    float: right;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 13px;
    font-style: normal
}

.sidemenu ul.genres li a:before {
    content: "\e1af";
    margin-right: 10px
}

.sidemenu ul.genres li:last-child {
    border-bottom: 0
}

.sidemenu ul.genres li a {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

footer.main {
    width: 100%;
    float: left;
    margin-bottom: 90px
}

footer.main .fbox {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px
}

footer.main .fbox .fmenu {
    float: right;
    padding: 40px 0
}

footer.main .fbox .fmenu ul {
    margin: 0;
    float: left;
    width: 100%
}

footer.main .fbox .fmenu ul li {
    float: left;
    padding: 0 20px;
    border-left: solid 1px
}

footer.main .fbox .fmenu ul li:first-child {
    border-left: 0
}

footer.main .fbox .fmenu ul li:last-child {
    border-right: 0
}

footer.main .fbox .fmenu ul li a {
    font-size: 13px;
    font-weight: 500
}

footer.main .fbox .copy {
    float: left;
    padding: 40px 0
}

.pagination {
    float: left;
    width: 100%;
    font-size: 14px
}

.pagination a,
.pagination span {
    padding: 10.5px 20px;
    border: 1px solid;
    margin: 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    float: left;
    font-size: 13px
}

.sidemenu ul.year {
    overflow: hidden;
    max-height: 150px;
    padding: 5px 0
}

.sidemenu ul.year li {
    width: calc(100%/3);
    float: left;
    padding: 3px
}

.sidemenu ul.year li a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 12px;
    padding: 5px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400
}

.estadisticas {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    width: 100%
}

body.page-template-top_imdb .module .content .items .item .poster .rating {
    width: 100%;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding: 8px 0;
    bottom: 0;
    left: 0
}

#serie_contenido {
    width: 100%;
    float: left;
    padding: 15px 0 0
}

#seasons,
#seasons .se-c {
    width: 100%;
    float: left
}

#seasons .se-c:last-child {
    margin-bottom: 0
}

#seasons .se-c .se-q {
    cursor: pointer;
    line-height: 25px;
    float: left;
    width: 100%;
    padding-left: 105px;
    position: relative;
    margin-bottom: 2px
}

#seasons .se-c .se-q span.title {
    float: left;
    padding: 13px 0;
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    font-weight: 500
}

#seasons .se-c .se-q span.title i {
    font-style: normal;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 300
}

#seasons .se-c .se-q span.se-t {
    line-height: 21px;
    font-family: sans-serif;
    float: left;
    font-size: 21px;
    padding: 15.5px 0;
    position: absolute;
    left: 0;
    width: 90px;
    text-align: center
}

#seasons .se-c .se-a,
#seasons .se-c .se-a ul.episodios {
    width: 100%;
    float: left
}

#seasons .se-c .se-a ul.episodios li {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px
}

#seasons .se-c .se-a ul.episodios li.none {
    padding: 30px 0;
    font-size: .75rem;
    text-align: center
}

#seasons .se-c .se-a ul.episodios li:last-child {
    border-bottom: 0
}

#seasons .se-c .se-a ul.episodios li .numerando {
    float: left;
    padding: 9px;
    margin: 10px 0;
    border-right: solid 1px;
    width: 80px;
    text-align: center;
    font-weight: 600
}

#seasons .se-c .se-a ul.episodios li .imagen {
    width: 90px;
    float: left;
    margin-top: 3px
}

#seasons .se-c .se-a ul.episodios li .imagen img {
    width: 100%
}

#seasons .se-c .se-a ul.episodios li .episodiotitle {
    float: left;
    padding: 10px;
    width: calc(100% - 50px);
    padding-left: 190px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#seasons .se-c .se-a ul.episodios li .episodiotitle a {
    width: 100%;
    line-height: 20px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#seasons .se-c .se-a ul.episodios li .episodiotitle span.date {
    float: left;
    width: 100%;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 300
}

i.delete {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    opacity: .4;
    z-index: 2
}

i.delete:hover {
    opacity: 1
}

#linking {
    line-height: 30px;
    width: 100%;
    float: left;
    padding: 6px 10px
}

#single,
.box_links,
.links_table,
.links_table table {
    width: 100%;
    float: left
}

.links_table table thead tr th {
    padding: 10px 10px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 700
}

.links_table table tbody tr td img {
    float: left;
    margin-right: 10px
}

.links_table table tbody tr td {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.links_table table tbody tr td strong.quality,
table.account_links tbody td strong.quality {
    padding: 5px 10px;
    font-size: 12px;
    border: solid 1px;
    border-radius: 3px
}

.links_table table tbody tr:last-child {
    border-bottom: 0
}

a.link_a {
    font-weight: 400;
    font-size: 12px
}

a.link_a i {
    margin-right: 5px;
    font-size: 12px
}

label.checked {
    font-weight: 400
}

.links_table a.addlink {
    float: left;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    width: 100%
}

.a_send_link {
    display: block !important
}

#single {
    margin: 0;
    padding: 0;
    position: relative
}

.dtsingle .content {
    width: calc(100% - 340px);
    float: left;
    padding: 0;
    position: relative
}

#single .content .sbox {
    width: 100%;
    float: left;
    padding: 25px 40px;
    background: 0;
    border-bottom: solid 3px
}

.dtsingle .sidebar {
    width: 340px;
    height: 100%;
    float: left;
    padding: 20px;
    position: absolute;
    right: 0;
    overflow: hidden;
    overflow-y: auto
}

.sbox h2,
.sbox h1 {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 500
}

.se .poster .season_m span.a,
a.a_f_sbox {
    font-size: 14px
}

.sbox h2 a.addlink {
    float: right;
    width: initial;
    font-size: 14px;
    padding: 5px 15px
}

a.a_f_sbox {
    float: left;
    padding-top: 15px;
    font-weight: 700
}

a.a_f_sbox i {
    float: right;
    margin-left: 10px;
    line-height: 14px
}

.se .poster:hover>.season_m {
    display: block
}

.se .poster .season_m {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 33% 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1)
}

.se .poster .season_m span {
    width: 100%;
    float: left;
    text-align: center
}

.se .poster .season_m span.b {
    font-size: 69px
}

.se .poster .season_m span.c {
    font-size: 16px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px
}

.module .content .items .episodes {
    width: 33.33%
}

#dt-episodes .item,
#dt-movies .item,
#dt-seasons .item,
#dt-tvshows .item,
#featured-titles .item,
#movie-1 .item,
.owl-carousel .owl-item,
.slider {
    width: 100%
}

.list_genres {
    display: none
}

.list_genres .item {
    width: 100% !important
}

.module .content .items .episodes .poster {
    padding-top: 55%;
    width: 100%;
    height: auto
}

.module .content .items .episodes .poster img {
    margin-top: -55%;
    position: absolute
}

.module .content .items .episodes .poster .season_m {
    padding: 16% 0
}

.module .content .items .episodes .poster .season_m span.b {
    font-size: 30px
}

#dt-episodes,
#dt-movies,
#dt-seasons,
#dt-tvshows,
#slider-movies,
#slider-movies-tvshows,
#slider-master,
#slider-tvshows,
#movie-1,
#featured-titles {
    display: none
}

.nav_items_module {
    float: right
}

.nav_items_module a.btn {
    padding-left: 10px;
    float: left;
    font-size: 21px;
    cursor: pointer;
    line-height: 20px
}

.slider {
    float: left;
    margin-bottom: 25px
}

.slider article.item {
    width: 50%;
    float: left;
    padding: 10px
}

#slider-master article.item,
#slider-movies article.item,
#slider-movies-tvshows article.item,
#slider-tvshows article.item {
    width: 100%
}

.slider article.item .image {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 53%
}

.slider article.item .image img {
    width: 100%;
    position: absolute;
    margin-top: -53%
}

.slider article.item .image .data {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px;
    background-color: transparent;
    background-repeat: repeat-x
}

.slider article.item .image .data h3.title {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.slider article.item .image .data span {
    font-size: 13px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1)
}

.player {
    width: 100%;
    float: left;
    margin-bottom: 25px
}

.wp-audio-shortcode,
.wp-video-shortcode {
    max-width: 100%
}



.module .content .items .item .data h3 span.flag {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 5px;
    margin-top: 3px
}

.sbox .sdata h1,
.sheader .data h1 {
    font-size: 30px;
    font-weight: 400
}

.sbox .sposter {
    float: left;
    width: 185px;
    margin-right: 20px;
    position: relative
}

.sbox .sposter img {
    width: 100%;
    height: auto
}

.sbox .sdata {
    float: left
}

.sbox p {
    line-height: 23px
}

.likebox {
    position: absolute;
    top: 0;
    left: 0
}

.sheader {
    width: 100%;
    float: left;
    padding: 25px;
    overflow: hidden
}

.sheader .poster {
    float: left;
    padding-bottom: 0;
    width: 140px;
    position: relative
}

.sheader .poster img {
    width: 100%;
    float: left
}

.sheader .data {
    padding: 0;
    width: calc(100% - 160px);
    margin-left: 160px
}

.sheader .data h1 {
    line-height: 32px;
    text-overflow: ellipsis
}

.sidebar aside.widget {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0
}

.sidebar aside.widget h2.widget-title {
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.sidebar aside.widget ul {
    float: left;
    width: 100%
}

.sidebar aside.widget ul li {
    float: left;
    width: 100%;
    line-height: 16px;
    padding: 15px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.sidebar aside.widget ul li a {
    font-size: 14px;
    text-align: left
}

.sidebar aside.widget ul li:before {
    font-family: icomoon !important;
    content: "\f105";
    margin-right: 10px;
    margin-left: 10px;
    float: left
}

.calendar_wrap {
    width: 100%;
    float: left
}

.calendar_wrap table {
    width: 100%
}

.calendar_wrap table caption {
    width: 100%;
    padding: 10px
}

.calendar_wrap table tbody tr:last-child {
    border-bottom: 0
}

.calendar_wrap table tbody tr td {
    padding: 5px;
    text-align: center
}

form.search-form {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
    border: 1px solid
}

form.search-form input[type=text] {
    width: 100%;
    background: 0 0;
    border: 0
}

form.search-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    padding: 12px
}

.tagcloud {
    width: 100%;
    float: left
}

.tagcloud a {
    border-radius: 2px;
    font-size: 12px;
    padding: 5px 8px;
    display: block;
    float: left;
    margin: 1px
}

.widget_rss a.rsswidget {
    width: 100%;
    font-weight: 600
}

.widget_rss span.rss-date {
    font-size: 13px;
    margin-bottom: 5px;
    width: 100%;
    float: left
}

.widget_rss .rssSummary {
    font-size: 13px
}

.widget_rss cite {
    font-style: normal;
    font-size: 13px;
    margin: 10px 0;
    float: left;
    width: 100%
}

.textwidget {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

span.post-date {
    width: 100%;
    float: left;
    font-size: 13px
}

span.comment-author-link {
    font-size: 15px
}

.dtw_content article.w_item_a:last-child {
    margin-bottom: 0
}

.w_item_a {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.w_item_a .image {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0;
    padding-top: 40%
}

.w_item_a .image img {
    width: 100%;
    position: absolute;
    margin-top: -40%
}

.w_item_a .image:hover>img {
    -webkit-filter: blur(.8px);
    -moz-filter: blur(.8px);
    -o-filter: blur(.8px);
    -ms-filter: blur(.8px);
    filter: blur(.8px)
}

.w_item_a .image .data {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    padding: 10px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    background-color: transparent;
    background-repeat: repeat-x
}

.w_item_a .image .data h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    line-height: 20px
}

.w_item_a .image .data span.wdate {
    font-size: 13px
}

.w_item_b {
    width: 100%;
    height: 90px;
    float: left;
    margin-bottom: 20px;
    position: relative
}

.w_item_b:last-child {
    margin-bottom: 0
}

.w_item_b .image {
    width: 80px;
    height: 90px;
    position: absolute;
    overflow: hidden;
    margin: 0;
    top: 0;
    left: 0
}

.w_item_b .image img {
    width: 100%;
    height: auto;
    margin-top: -25px;
    position: absolute;
    display: -moz-inline-stack;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.w_item_b a:hover>.image img {
    -moz-transform: scale(1.2) rotate(2deg);
    -webkit-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg)
}

.w_item_b .data {
    width: calc(100% - 80px);
    margin-left: 80px;
    float: left;
    padding: 10px
}

.w_item_b .data h3 {
    font-weight: 500;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 18px
}

.w_item_b .data span.wdate {
    width: 100%;
    font-size: 13px;
    float: left;
    padding: 3px 0
}

.w_item_b .data span.wextra {
    width: 100%;
    float: left;
    padding: 5px 0
}

.w_item_b .data span.wextra b {
    padding: 4px 0;
    float: left;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 400
}

.w_item_c {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px;
    position: relative
}

form.form-resp-ab,
header.responsive {
    border-bottom: solid 1px;
    display: none
}

.w_item_c .rating {
    float: left;
    width: 60px;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 3px
}

.w_item_c .data {
    float: left;
    width: calc(100% - 70px)
}

.w_item_c .data h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.w_item_c .data span {
    font-size: 13px
}

.widget-social ul.social-links li.dtl {
    width: 50%;
    border-bottom: 0;
    padding: 0
}

.widget-social ul.social-links li.dtl:before {
    content: ""
}

.widget-social ul.social-links li.dtl a:before {
    display: none
}

.widget-social ul.social-links li.dtl a {
    width: 100%;
    margin: 0;
    float: left;
    padding: 10px
}

.widget-social ul.social-links li.dtl a.icls {
    font-size: 15px;
    line-height: 20px
}

.widget-social ul.social-links li.dtl i.dt-icon,
header.responsive a.aresp {
    line-height: 1;
    font-weight: 400;
    font-family: icomoon !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    speak: none;
    text-transform: none;
    font-style: normal
}

.widget-social:hover>ul.social-links li.dtl a.icls {
    opacity: .7
}

.widget-social ul.social-links li.dtl a.icls:hover {
    opacity: 1 !important
}

.widget-social ul.social-links li.dtl i.dt-icon {
    margin-right: 5px;
    float: left;
    font-size: 20px
}

li.dtl i.facebook:before {
    content: "\e915"
}

li.dtl i.twitter:before {
    content: "\e917"
}

li.dtl i.google-plus:before {
    content: "\f0d5"
}

li.dtl i.linkedin:before {
    content: "\f0e1"
}

li.dtl i.youtube:before {
    content: "\f167"
}

li.dtl i.rss:before {
    content: "\f09e"
}

li.dtl i.flickr:before {
    content: "\f16e"
}

li.dtl i.vimeo:before {
    content: "\f27d"
}

li.dtl i.pinterest:before {
    content: "\f231"
}

li.dtl i.dribbble:before {
    content: "\f17d"
}

li.dtl i.tumblr:before {
    content: "\f173"
}

li.dtl i.instagram:before {
    content: "\f16d"
}

li.dtl i.vine:before {
    content: "\f1ca"
}

li.dtl i.vk:before {
    content: "\e926"
}

.resppages {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.resppages a {
    width: 40%;
    margin: 0 5%;
    padding: 10px 0;
    float: left;
    text-align: center;
    font-size: 16px
}

header.responsive {
    width: 100%;
    float: left
}

header.responsive .nav {
    float: left;
    padding: 14px;
    border-right: solid 1px
}

header.responsive .logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 9px 0
}

header.responsive .logo img {
    width: auto;
    height: 32px
}

header.responsive .search {
    float: right;
    font-size: 24px;
    padding: 13px;
    border-left: solid 1px
}

header.responsive a.aresp {
    font-size: 24px;
    cursor: pointer
}

header.responsive .search a.search-resp:before {
    content: "\e927"
}

header.responsive .nav a.nav-resp:before {
    content: "\e5d2"
}

form.form-resp-ab {
    width: 100%;
    float: left;
    position: relative;
    -moz-transition: top .4s ease-in-out;
    -o-transition: top .4s ease-in-out;
    -webkit-transition: top .4s ease-in-out;
    -ms-transition: top .4s ease-in-out;
    transition: top .4s ease-in-out
}

form.form-resp-ab input[type=text] {
    background: 0 0;
    border: 0;
    width: 100%;
    padding: 15px;
    font-size: 20px
}

form.form-resp-ab button[type=submit] {
    border: 0;
    background: 0 0;
    top: 0;
    right: 0;
    position: absolute;
    padding: 14px 13px;
    cursor: pointer
}

.load_modules {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 150px
}

.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.alert_dt_ee,
.galeria {
    width: 100%;
    float: left
}

.alert_dt_ee {
    padding: 20px;
    text-align: center;
    margin: 25px 0;
    border-radius: 5px
}

.video-target {
    cursor: pointer
}

.video-wrapper {
    display: none;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21000
}

.video-frame {
    position: absolute;
    top: 50%;
    left: 50%
}

.sheader .poster .complex {
    width: 100%;
    height: 100%;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 10px;
    margin-top: 5px;
    text-align: center
}

.sheader .poster .complex:before {
    content: "\e037";
    font-family: icomoon !important;
    margin-right: 5px;
    line-height: 20px
}

.galeria .g-item {
    float: left;
    width: 25%;
    padding: 5px;
    position: relative;
    overflow: hidden;
    padding-top: 54%
}

.galeria .g-item img {
    height: auto;
    width: 100%;
    height: auto;
    margin-top: -54%;
    position: absolute
}

#dt_galery,
#dt_galery_ep {
    display: none
}

#dt_galery .g-item,
#dt_galery_ep .g-item {
    width: 100%
}

.single_tabs {
    width: 100%;
    float: left;
    padding: 0 25px
}

ul.smenu {
    float: left;
    padding: 12px 0;
    overflow: hidden
}

ul.smenu li {
    float: left
}

ul.smenu li.icon {
    padding: 8px 15px
}

ul.smenu li a {
    width: 100%;
    text-align: center;
    float: left;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px
}

ul.smenu li a span {
    background: #FFEB3B;
    color: #000;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 10px;
    margin-left: 5px
}

ul.smenu li a.selected span {
    display: none
}

a.iconn {
    font-family: icomoon !important;
    font-size: 24px !important;
    font-weight: 400 !important
}

a.nav-advc:before {
    content: "\e927"
}

.dt_mega_menu {
    display: none;
    width: 100%;
    float: left;
    padding: 15px 0;
    margin-top: 59px;
    position: fixed;
    z-index: 104;
    border-bottom: solid 1px
}

.dt_mega_menu .box {
    width: 1100px;
    margin: 0 auto
}

.dt_mega_menu .box ul,
.extra,
.fondo_dt,
.link_sharing h3,
.srating {
    width: 100%
}

.dt_mega_menu .box ul li:first-child {
    padding-left: 0;
    border-left: 0
}

.dt_mega_menu .box ul li:last-child {
    border-right: 0;
    padding-right: 0
}

.dt_mega_menu .box ul li {
    float: left;
    padding: 0 20px
}

.dt_mega_menu .box ul li ul.sub-menu {
    display: none
}

.dt_mega_menu .box ul li:hover>ul.sub-menu {
    display: block
}

.dt_mega_menu .box ul li a {
    font-size: 13px;
    font-weight: 600
}

.advcblock {
    display: block !important
}

.link_sharing p a.addlink {
    cursor: pointer;
    float: right;
    padding: 10px 0
}

.link_sharing h3 {
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.fondo_dt {
    position: fixed;
    height: 100%;
    z-index: 8;
    display: none
}

.extra {
    float: left;
    padding: 5px 0
}

.extra span {
    font-size: 13px;
    line-height: 20px;
    float: left;
    padding-right: 15px
}

.extra span a {
    margin-right: 15px
}

.extra span.tagline {
    width: 100%;
    padding-bottom: 5px;
    font-size: 16px
}

.extra span.rated {
    font-weight: 600
}

.srating {
    float: left;
    padding: 10px 0;
    margin: 10px 0
}

.srating .promedio {
    float: left;
    padding: 10px 0;
    font-size: 30px;
    width: 60px;
    font-weight: 600;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.srating .rdata {
    float: left;
    margin-left: 10px;
    padding: 5px 0
}

.srating .rdata .stars {
    position: relative;
    display: inline-block;
    height: 22px;
    font-size: 22px;
    overflow: hidden;
    float: left;
    margin: 0
}

.srating .rdata .stars span.rating-stars-b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap
}

.sgeneros,
.videobox .embed {
    position: relative;
    overflow: hidden
}

.srating .rdata .votes {
    font-size: 13px;
    padding-top: 5px;
    float: left;
    width: 100%
}

.sgeneros {
    float: left;
    width: 100%;
    height: 19px;
    padding: 5px 0;
    display: inline-block
}

.sgeneros a:first-child {
    padding-left: 0;
    border-left: 0
}

.sgeneros a {
    font-size: 13px;
    float: left;
    padding: 0 10px;
    font-weight: 500
}

.videobox {
    width: 100%;
    float: left
}

.videobox .embed {
    padding-bottom: 56.25%;
    height: 0
}

.videobox .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto !important;
    min-height: 100%
}

.stars10 {
    width: 260px
}

.stars5 {
    width: 128px
}

.sbox .custom_fields {
    width: 100%;
    padding: 0 10px 15px;
    float: left;
    margin-bottom: 15px
}

.sbox .custom_fields:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.sbox .custom_fields b.variante {
    min-width: 170px;
    float: left;
    font-size: 13px;
    font-weight: 500
}

.sbox .custom_fields span.valor {
    font-size: 13px;
    float: left;
    width: calc(100% - 170px);
    line-height: 20px
}

.sbox .custom_fields span.valor strong {
    padding: 3px 10px 2px 25px;
    border-radius: 3px;
    position: relative;
    margin-right: 10px
}

.sbox .custom_fields span.valor strong:before {
    font-family: icomoon !important;
    content: "\f005";
    float: left;
    font-size: 12px;
    top: 0;
    left: 8px;
    font-weight: 400;
    position: absolute
}

.wp-content {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.wp-content pre {
    margin-bottom: 15px
}

.wp-content p {
    margin-bottom: 15px;
    line-height: 23px
}

.wp-content p:last-child {
    margin-bottom: 0
}

.wp-content blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    margin-bottom: 10px;
    font-size: 20px
}

.wp-content blockquote p {
    margin-bottom: 0;
    line-height: 33px
}

.wp-content ul,
.wp-content ol {
    padding-left: 30px;
    margin-bottom: 15px
}

.wp-content ul li {
    list-style-type: square
}

.wp-content ol li {
    list-style-type: decimal
}

.wp-content ol li,
.wp-content ul li {
    line-height: 25px
}

.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
    line-height: 20px;
    margin-bottom: 15px;
    display: block
}

.wp-content h1 {
    font-size: 25px
}

.wp-content h2 {
    font-size: 23px
}

.wp-content h3 {
    font-size: 21px
}

.wp-content h4 {
    font-size: 19px
}

.wp-content h5 {
    font-size: 17px
}

.wp-content h6 {
    font-size: 15px
}

.wp-content img {
    max-width: 100%;
    height: auto
}

.comments-area {
    padding: 30px 60px;
    width: 100%;
    float: left
}

.comments-area h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px
}

.comments-area h2 i {
    float: left;
    margin-right: 5px;
    font-size: 24px
}

.post-comments {
    padding: 0;
    margin: 10px 0;
    float: left;
    width: 100%
}

.post-comments li.comment {
    position: relative;
    padding-left: 80px;
    min-height: 80px;
    margin-bottom: 20px;
    padding-top: 20px
}

.post-comments li.comment .comment-avatar {
    position: absolute;
    top: 20px;
    left: 0
}

.post-comments li.comment .comment-avatar img.avatar {
    margin: 0;
    max-width: 60px;
    max-height: 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-boder-radius: 5px
}

.post-comments li.comment .scontent {
    padding: 5px 5px 5px 15px;
    position: relative
}

.post-comments li.comment .scontent .comment-header {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-weight: 600
}

.post-comments li.comment .scontent p {
    padding: 5px 0;
    line-height: 23px;
    font-size: 14px
}

.post-comments li.comment .scontent p code {
    font-size: 13px;
    padding: 5px
}

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

.post-comments ul li.comment {
    margin: 0;
    padding: 0;
    min-height: 40px
}

.post-comments ul li.comment .comment-avatar {
    top: 20px;
    left: 15px
}

em.text-red {
    font-style: normal;
    font-size: 13px
}

.post-comments ul li.comment .comment-avatar img.avatar {
    max-width: 40px;
    max-height: 40px
}

.post-comments ul li.comment .scontent {
    padding: 15px 10px 15px 70px
}

.post-comments .comment-reply-link,
.post-comments .comment-time {
    display: inline-block;
    font-size: 12px;
    padding: 3px 6px;
    font-weight: 400
}

.post-comments .comment-time {
    margin-left: 10px
}

.post-comments .comment-reply-link {
    margin-left: 5px
}

.comment-respond {
    display: block
}

.comment-respond h3 {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 18px
}

.comment-respond h3:before {
    content: "\e0b7";
    font-family: icomoon !important;
    float: left;
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px
}

.comment-respond h3 small {
    font-size: 14px;
    margin-left: 10px
}

.comment-respond h3 small a {
    font-weight: 400
}

.comment-form-comment .form-label {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-weight: 600
}

.comment-form-comment textarea {
    width: 100%;
    height: 70px;
    font-family: sans-serif;
    padding: 10px;
    resize: vertical
}

.grid-container {
    display: block;
    position: relative;
    width: 50%;
    padding-right: 15px;
    float: left;
    margin: 0 auto
}

.grid-container .form-label {
    font-weight: 600;
    padding: 5px 0
}

.grid-container .form-description {
    font-size: 12px;
    padding: 3px 0
}

.grid-container input[type=text] {
    width: 100%;
    margin: 5px 0;
    padding: 10px
}

a.commautor {
    font-weight: 600;
    font-size: 15px
}

p.form-submit input[type=submit] {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px
}

.scontent .comment-respond {
    padding: 10px 0;
    -webkit-animation: fadeIn .9s;
    -moz-animation: fadeIn .9s;
    -ms-animation: fadeIn .9s;
    animation: fadeIn .9s
}

.comment-navigation {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-bottom: 15px
}

.comment-navigation a {
    font-size: 14px
}

.comment-navigation .nav-previous {
    float: left
}

.comment-navigation .nav-next {
    float: right
}

.comment-respond input[type=text],
.comment-respond input[type=submit],
.comment-respond textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px
}

.scontent p.form-submit input[type=submit] {
    width: 100%
}

div.no-comments {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 15px
}

.fix-grid {
    padding-right: 0;
    padding-left: 15px
}

.post-comments li.comment .scontent p img {
    max-width: 300px;
    height: auto
}

div.post-like {
    float: left;
    padding: 2px 10px
}

div.post-like a,
div.post-like span.alreadyvoted {
    margin-right: 10px
}

div.post-like span.count {
    font-weight: 600
}

.starstruck-wrap {
    font-size: 12px;
    display: table
}

.starstruck {
    display: inline-block;
    line-height: 1em;
    min-width: 242px
}

.starstruck .cancel-off-png,
.starstruck .cancel-on-png,
.starstruck .star-half-png,
.starstruck .star-off-png,
.starstruck .star-on-png {
    font-size: 22px;
    font-family: icomoon !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

.starstruck .cancel-off-png:before,
.starstruck .cancel-on-png:before,
.starstruck .star-half-png:before {
    content: "\e838"
}

.starstruck-rating-wrap {
    margin-top: 2px;
    margin-left: 10px;
    padding: 5px 15px;
    font-style: normal;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 300
}

.dtloadpage,
.scontent .fixedform {
    display: none
}

.loader,
.sl-icon {
    vertical-align: middle
}

.starstruck-rating {
    margin-top: 3px;
    font-size: 12px
}

.starstruck-rating i {
    float: left;
    margin-right: 5px
}

.starstruck-rating span {
    font-style: normal;
    font-weight: 500
}

.starstruck-wrap {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 10px 0
}

.starstruck-wrap .dt_rating_vgs {
    float: left;
    padding: 10px 0;
    font-size: 27px;
    width: 60px;
    font-weight: 500;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0
}

.starstruck-wrap .dt_rating_data {
    float: left;
    padding: 5px 0 5px 70px;
    position: relative
}

.ads_l_single {
    width: 100%;
    padding: 0 15px;
    float: left;
    text-align: center
}

.dt_nodata {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
    padding: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#single .content .srelacionados {
    padding: 20px 30px;
    float: left;
    width: 100%
}

.srelacionados article {
    float: left;
    padding: 5px
}

.srelacionados article img {
    width: 100%
}

a.button {
    padding: 6px 10px;
    float: left;
    font-size: 15px
}

.dtloadpage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%
}

.dtloadpage .dtloadbox {
    width: 500px;
    margin: 5% auto;
    text-align: center
}

.dtloadpage .dtloadbox img {
    width: auto;
    height: auto;
    margin: 0 auto
}

.dtloadpage .dtloadbox span {
    font-size: 30px;
    width: 100%;
    float: left;
    margin: 20px 0
}

.dtloadpage .dtloadbox p {
    width: 100%;
    float: left;
    font-size: 12px
}

.se_rating {
    float: right;
    position: relative;
    line-height: 20px;
    padding: 3px 15px
}

.se_rating .se_rating_valor {
    position: absolute;
    height: 5px;
    top: 0;
    left: 0
}

.captcha,
.sl-wrapper {
    position: relative
}

.se_rating:before {
    font-family: icomoon !important;
    content: "\f005";
    float: left;
    margin-left: -20px;
    margin-top: 0;
    font-size: 13px
}

.fixedform {
    width: 100%;
    padding-right: 0
}

#single_relacionados {
    display: none;
    width: 100%;
    float: left
}

.dt_social_single {
    float: left;
    width: 100%;
    padding: 0
}

.dt_social_single span {
    float: left;
    font-size: 15px;
    padding: 5px;
    padding-right: 12px;
    margin-right: 15px;
    font-weight: 500
}

.dt_social_single b#social_count {
    font-weight: 500;
    float: right;
    margin-left: 10px
}

.dt_social_single a {
    float: left;
    margin: 0;
    padding: 5px 15px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 3px
}

.dt_social_single a i {
    float: left;
    font-size: 16px
}

.dt_social_single a b {
    font-weight: 400;
    line-height: 16px;
    margin-left: 7px
}

.link_sharing p strong {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600
}

.reloading_page {
    opacity: .1
}

.loader,
.loader:after,
.loader:before {
    background: rgba(0, 0, 0, .2);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: .2em;
    height: .6em
}

.loader:after,
.loader:before {
    position: absolute;
    top: 0;
    content: ''
}

.loader:before {
    left: -.375em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader {
    left: -16px;
    top: 23px;
    text-indent: -9999em;
    display: inline-block;
    position: absolute;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:after {
    left: .375em
}

@-webkit-keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0 rgba(0, 0, 0, .2);
        height: .6em
    }

    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, .2);
        height: 1em
    }
}

@keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0 rgba(0, 0, 0, .2);
        height: .6em
    }

    40% {
        box-shadow: 0 -.3em rgba(0, 0, 0, .2);
        height: 1em
    }
}

.doload .notice {
    display: block
}

.doload fieldset,
.form_fondo {
    display: none
}

article.simple {
    width: calc(100% / 6);
    float: left;
    padding: 10px
}

.list,
.list .row,
.no_fav,
article.simple .poster,
article.simple .poster img {
    width: 100%
}

.no_fav {
    padding: 30px 0;
    float: left;
    text-align: center;
    font-size: 14px
}

.list {
    float: left;
    padding: 15px
}

.list .row {
    padding: 5px 0;
    float: left
}

.list .row span.field {
    width: calc(100% / 3);
    float: left
}

.extcom {
    float: left;
    width: 100%;
    padding: 25px
}

.module .content .items .episodes .poster span.serie {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 13px
}

.module .content .items .episodes .poster:hover>span.serie {
    display: none
}

ul.main_links li {
    float: left;
    width: 100%
}

ul.main_links li a {
    padding: 8px;
    float: left;
    font-size: 14px;
    width: 100%
}

ul.main_links li a i {
    margin-right: 10px;
    font-size: 16px
}

span.item_type {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0
}

span.s_trending a.m_trending {
    float: left;
    margin: 0 10px;
    font-size: 13px;
    font-weight: 500
}

.contact {
    width: 100%;
    float: left;
    margin: 0
}

.contact .wrapper {
    padding: 36px 90px;
    width: 100%;
    float: left
}

.contact .wrapper form.contactame {
    max-width: 750px;
    margin: 0 auto
}

.contact .wrapper h1 {
    font-size: 32px;
    font-weight: 400
}

.contact .wrapper p.descrip {
    line-height: 30px
}

.contact .wrapper fieldset {
    width: 100%;
    float: left;
    padding: 10px 0
}

.contact .wrapper fieldset.nine {
    width: 48%
}

.contact .wrapper fieldset.fix {
    margin-left: 4%
}

.contact .wrapper fieldset label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-weight: 600
}

.contact .wrapper fieldset p {
    float: left;
    width: 100%;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 14px
}

.contact .wrapper fieldset input[type="text"] {
    width: 100%;
    padding: 12px;
    font-weight: 600
}

.contact .wrapper fieldset input[type="submit"] {
    border: 0;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    width: 300px
}

.contact .wrapper fieldset textarea {
    width: 100%;
    padding: 12px
}

.g-recaptcha {
    float: left;
    width: 100%
}

.loguser {
    width: 100%;
    float: left;
    padding: 0
}

.loguser a {
    float: left;
    text-align: center;
    padding: 23px 15px;
    font-size: 13px;
    font-weight: 600
}

form.update_profile {
    float: left;
    width: 100%;
    padding: 30px
}

form.update_profile h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 13px 50px;
    margin-bottom: 20px
}

form.update_profile fieldset {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding: 0
}

form.update_profile fieldset.min {
    width: 49%
}

form.update_profile fieldset.fix {
    margin-right: 2%
}

form.update_profile fieldset label {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400
}

form.update_profile fieldset input[type="text"],
form.update_profile fieldset input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 17px
}

form.update_profile fieldset select {
    width: 100%;
    height: 42px;
    padding: 10px
}

form.update_profile fieldset textarea {
    width: 100%;
    padding: 10px
}

form.update_profile fieldset input[type="submit"] {
    border: 0;
    padding: 10px 25px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px
}

form.update_profile .updated {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 15px
}

form.update_profile .updated p {
    font-weight: 300;
    font-size: 17px
}

form.update_profile .error {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 15px
}

form.update_profile .warning {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding: 15px
}

.account {
    width: 100%;
    float: left;
    margin: 0 0 50px;
    position: relative
}

.account .sidebar {
    width: 220px;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 20px
}

.account .sidebar ul {
    display: block
}

.account .sidebar ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px
}

.account .sidebar ul li a {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px
}

.account .content {
    width: calc(100% - 220px);
    margin-left: 219px;
    min-height: 450px;
    padding: 30px;
    float: left
}

.account .content h3 {
    font-size: 20px;
    display: block;
    margin-bottom: 25px
}

.sseasons .se-c .se-q {
    background: transparent !important
}

#page .comments-area {
    padding: 0
}

.single-page {
    padding: 40px 70px;
    margin: 0;
    float: left;
    width: 100%
}

.single-page h1.head {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    float: left
}

.sbackdrop {
    width: 100%;
    height: 200px;
    background-position: 10% 15%;
    background-size: cover;
    position: relative;
    padding: 15px
}

.sbackdrop h1 {
    font-size: 24px;
    font-weight: 300;
    padding: 15px 2%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 96%;
    z-index: 1
}

.pag_episodes {
    width: 100%;
    float: left;
    margin-bottom: 0
}

.pag_episodes .item {
    width: calc(100%/ 3);
    float: left;
    text-align: center
}

.pag_episodes .item:last-child {
    border-right: 0
}

.pag_episodes .item a {
    padding: 15px;
    float: left;
    width: 100%
}

.pag_episodes .item a.nonex {
    opacity: .3;
    cursor: not-allowed
}

.pag_episodes .item a i {
    font-size: 14px;
    padding: 0 5px
}

.pag_episodes .item a span {
    font-size: 14px
}

.wp-content h1 span {
    font-size: 15px;
    font-weight: 400
}

.fix-table {
    overflow-x: auto;
    float: left;
    width: 100%
}

.ggep {
    padding: 10px
}

.single_menu {
    width: 100%;
    float: left;
    display: none
}

.single_menu ul.main_dt_menu {
    width: 100%;
    float: left
}

.single_menu ul.main_dt_menu li {
    float: left;
    width: calc(100%/ 3)
}

.single_menu ul.main_dt_menu li a {
    float: left;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.module_home_ads {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 25px
}

.module_single_ads {
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 0;
    border-bottom: solid 1px
}

.ads_demo {
    width: 100%;
    font-size: 20px;
    font-style: italic
}

.video_player_enable {
    width: 100%;
    float: left;
    padding: 15px;
    padding-bottom: 0
}

.video_player_enable .box {
    width: 100%;
    float: left;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 40%;
    position: relative
}

.video_player_enable .box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px
}

.video_player_enable .box .play i {
    color: rgba(255, 255, 255, .6);
    font-size: 46px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 1)
}

.video_player_enable .box span.quality {
    font-size: 15px;
    top: 10px;
    left: 10px
}

.epiheader {
    float: left;
    width: 100%;
    padding: 15px
}

.epiheader .epiposter {
    width: 90px;
    float: left
}

.epiheader .epiposter img {
    width: 100%;
    height: auto
}

.epiheader .epidata {
    width: calc(100% - 110px);
    margin-left: 110px
}

.epiheader .epidata h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px
}

.epiheader .epidata span.data {
    float: left;
    width: 100%;
    padding: 5px 0
}

.epiheader .epidata span.data b {
    float: left;
    font-size: 15px
}

.epiheader .epidata span.data p {
    width: calc(100% - 90px);
    margin-left: 90px;
    font-size: 15px
}

.epiheader .epidata h1 {
    font-size: 20px;
    font-weight: 400
}

.epiheader .epidata h1 span {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px
}

.posts {
    padding: 20px 50px;
    float: left;
    width: 100%
}

.posts .meta {
    float: left;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px
}

.posts .meta span {
    margin-right: 10px
}

.posts .meta .autor {
    font-weight: 600
}

.posts .meta .date {
    font-size: 14px
}

.posts .meta .views {
    float: right;
    font-size: 14px
}

.posts header.pos {
    float: left;
    width: 100%;
    padding-bottom: 15px
}

.posts header.pos h1.titl {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px
}

.posts header.pos h2.desc {
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    padding-top: 10px
}

.post-entry {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    width: 100%
}

.list-items-blogs .post-entry:last-child {
    margin-bottom: 25px
}

.home-blog-post {
    position: relative;
    padding: 15px 0;
    padding-left: 86px;
    min-height: 50px
}

.list-items-blogs .post-entry:last-child>.home-blog-post {
    border-bottom: 0
}

.home-blog-post .entry-date {
    position: absolute;
    left: 0;
    top: 15px;
    text-align: center;
    width: 86px
}

.home-blog-post .entry-date .date {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 400
}

.home-blog-post .entry-date .month {
    font-size: 10px;
    text-transform: uppercase;
    display: block
}

.home-blog-post .entry-title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 25px
}

.home-blog-post .entry-content {
    font-size: 14px;
    line-height: 20px
}

.top-imdb-list {
    position: relative;
    float: left;
    width: 50%;
    padding: 0;
    padding-bottom: 20px;
    padding-left: 10px
}

.top-imdb-list h3 {
    width: 100%;
    float: left;
    padding: 5px;
    padding-left: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    border-left: solid 3px;
    margin-bottom: 15px
}

.top-imdb-item {
    position: relative;
    padding: 10px 0;
    padding-left: 130px;
    min-height: 70px;
    float: left;
    width: calc(100%/ 1)
}

.top-imdb-list>.top-imdb-item:last-child {
    border-bottom: 0
}

.top-imdb-item .puesto {
    position: absolute;
    left: 54px;
    top: 10px;
    width: 30px;
    font-size: 12px;
    text-align: center;
    padding: 19px 0
}

.top-imdb-item .image {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px
}

.top-imdb-item .image .poster {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 0
}

.top-imdb-item .image .poster img {
    width: 100%;
    height: auto;
    margin-top: -10px;
    position: absolute
}

.top-imdb-item .rating {
    position: absolute;
    left: 85px;
    top: 27px;
    width: 40px;
    text-align: center;
    font-size: 17px;
    font-weight: 500
}

.top-imdb-item .title {
    padding-top: 15px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    float: left;
    font-size: 14px
}

.fix-layout-top {
    width: 100%
}

.fixed-sidebar {
    position: fixed;
    width: 220px
}

.blog-list-items {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.blog-list-items .entry {
    width: calc(100%/ 2);
    float: left;
    margin: 0;
    padding: 20px;
    position: relative
}

.blog-list-items .entry article.post {
    width: 100%;
    float: left
}

article.post .images {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 30px
}

article.post a .images img {
    width: 100%;
    height: auto;
    margin-top: -45px;
    display: -moz-inline-stack;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

article.post a:hover>.images img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

article.post .images .background_over_image {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .35s ease 0;
    transition: opacity .35s ease 0
}

article.post a:hover>.images .background_over_image {
    opacity: 1
}

article.post .information {
    float: left;
    width: 100%;
    padding: 10px 0;
    height: 115px;
    overflow: hidden
}

article.post .information p.descr {
    line-height: 20px;
    font-size: 14px
}

article.post .information .meta {
    padding: 5px 0;
    font-size: 13px
}

article.post .information .meta span.autor {
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px
}

article.post .information h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px
}

h1.top-imdb-h1 {
    width: 100%;
    padding: 15px 0;
    text-align: left;
    font-size: 25px !important
}

.search-page {
    width: 100%
}

.search-page .result-item {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    width: 100%
}

.search .result-item:last-child {
    margin-bottom: 30px
}

.result-item article {
    position: relative;
    padding: 15px 0;
    padding-left: 130px;
    min-height: 140px
}

.result-item article .image {
    position: absolute;
    left: 0;
    top: 15px;
    text-align: center;
    width: 110px;
    height: 110px;
    overflow: hidden
}

.result-item article .image .thumbnail {
    position: relative
}

.result-item article .image .thumbnail span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500
}

.result-item article .image .thumbnail img {
    width: 100%;
    height: auto
}

.result-item article:hover>.image .thumbnail img {
    -webkit-filter: blur(1px) brightness(.9)
}

.result-item article .details {
    width: 100%
}

.result-item article .details .title {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px
}

.result-item article .details .meta {
    margin-bottom: 10px;
    margin-top: -2px;
    font-size: 14px;
    float: left;
    width: 100%
}

.result-item article .details .meta span.rating {
    padding: 3px 0;
    margin-right: 10px;
    font-weight: 600;
    font-family: arial;
    font-size: 11px;
    width: 70px;
    float: left;
    text-align: center
}

.result-item article .details .meta span.year {
    float: left;
    margin-right: 7px
}

.result-item article .details .meta span.flag {
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 7px;
    margin-top: 2px
}

.result-item article .details .contenido {
    width: 100%
}

.result-item article .details .contenido p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300
}

.no-result {
    float: left;
    width: 100%;
    padding: 20px
}

.no-result h2 {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px
}

.no-result h2 span {
    font-weight: 600
}

.no-result strong {
    font-size: 20px
}

.no-result ul {
    list-style-type: square;
    margin: 20px 0 20px 30px
}

.no-result li {
    padding: 5px 0;
    line-height: 20px
}

.tax_post {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    width: 100%;
    margin-top: -10px
}

.tax_post .tax_box {
    position: relative;
    padding: 15px;
    padding-left: 110px;
    width: 100%;
    float: left
}

.tax_post .tax_box .title {
    position: absolute;
    left: 0;
    top: 10px;
    text-align: right;
    width: 100px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px
}

.tax_post .tax_box .links a {
    font-size: 13px;
    padding: 0 5px;
    font-weight: 400
}

.wp-content .video {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px
}

.wp-content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.player_sist {
    float: left;
    width: 100%;
    margin: 0
}

.player_sist .playex {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 100%;
    position: relative
}

.player_sist .playex .play-box-iframe {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 0;
    overflow: hidden
}

.player_sist .playex .play-box-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.player_sist .control {
    float: left;
    width: 100%
}

.player_sist .control nav {
    margin-bottom: 0
}

.player_sist .control nav.player {
    float: left;
    width: 130px
}

.player_sist .control nav.player ul.options {
    float: left;
    width: 100%;
    background: #141516
}

.player_sist .control nav.player ul.options li {
    float: left;
    width: 100%
}

.player_sist .control nav.player ul.options li a {
    padding: 17px 20px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 11px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase
}

.player_sist .control nav.player ul.options li a b {
    font-weight: 400
}

.player_sist .control nav.player ul.options li a i {
    font-size: 19px;
    position: absolute;
    top: 12px;
    left: 14px
}

.player_sist .control nav.player ul.options li ul {
    display: none;
    position: absolute;
    z-index: 3;
    background: #141516;
    box-shadow: 0 15px 20px -7px rgba(0, 0, 0, .6);
    width: 100%;
    padding: 15px;
    padding-right: 17px;
    margin-top: 45px;
    border-top: solid 1px #000
}

.player_sist .control nav.player ul.options li:hover ul {
    display: block
}

.player_sist .control nav.player ul.options li ul li {
    text-align: left;
    float: left;
    margin-bottom: 1px
}

.player_sist .control nav.player ul.options li ul li a {
    padding: 9px 20px;
    text-transform: none;
    line-height: 20px
}

.player_sist .control nav.controles {
    float: right
}

.player_sist .control nav.controles ul.list {
    padding: 0
}

.player_sist .control nav.controles ul.list li {
    float: left
}

.player_sist .control nav.controles ul.list li.contadorads {
    color: rgba(255, 255, 255, .5);
    padding: 16px 10px;
    font-size: 13px
}

.player_sist .control nav.controles ul.list li.contadorads i {
    font-style: normal;
    font-weight: 400;
    padding: 4px 5px;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 12px
}

.player_sist .control nav.controles ul.list li a {
    font-size: 20px;
    font-weight: 400;
    padding: 11.5px 15px;
    float: left
}

.player_sist .control span.views {
    font-size: 12px;
    padding: 16.5px 19px;
    float: left
}

.player_sist .control span.qualityx {
    font-size: 15px;
    padding: 15px 18px;
    float: left;
    font-weight: 600;
    font-style: italic
}

.fixidtab {
    display: none
}

a.report-video {
    cursor: pointer
}

.report-video-form .fixform {
    margin: 0 auto;
    float: left;
    width: 100%
}

.report-video-form .title {
    font-size: 25px;
    padding: 20px 0;
    padding-top: 0;
    font-weight: 500
}

.report-video-form p.desc {
    width: 100%;
    float: left;
    line-height: 20px;
    margin-bottom: 10px
}

.report-video-form fieldset {
    width: 100%;
    float: left;
    padding-bottom: 17px
}

.report-video-form fieldset.fix-report-form {
    width: 48%
}

.report-video-form fieldset.fixing {
    margin-left: 4%
}

.report-video-form fieldset label {
    width: 100%;
    float: left;
    padding: 5px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px
}

.report-video-form fieldset select {
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-family: sans-serif
}

.report-video-form fieldset textarea {
    width: 100%;
    float: left;
    font-family: sans-serif;
    padding: 10px;
    resize: vertical
}

.report-video-form fieldset input[type="email"] {
    width: 100%;
    padding: 10px;
    font-size: 13px
}

.report-video-form fieldset input[type="submit"] {
    float: left;
    width: 100%;
    border: 0;
    padding: 10px;
    cursor: pointer;
    font-weight: 600
}

.report-video-active {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -215px;
    width: 380px;
    -moz-box-shadow: 0 1px 40px -4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 40px 8px -4px rgba(0, 0, 0, .7);
    box-shadow: 0 1px 40px -4px rgba(0, 0, 0, .7);
    z-index: 103
}

.confirm_report {
    float: left;
    width: 100%;
    padding: 10px 25px;
    color: rgba(255, 255, 255, .72);
    font-weight: 400;
    font-size: 16px
}

.error_report {
    float: left;
    width: 100%;
    padding: 10px 25px;
    color: rgba(255, 255, 255, .72);
    font-weight: 400;
    font-size: 16px
}

.mejs-controls {
    width: 100%
}

h1.epih1 {
    font-size: 30px
}

h3.epih3 {
    font-size: 18px
}

#playex {
    position: relative;
    z-index: 102
}

#oscuridad {
    background: rgba(0, 0, 0, .97);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

#single .episodes_cont {
    width: 100%;
    border-right: 0 !important;
    float: left
}

#single .episodes_cont .sbox {
    padding: 25px 110px
}

.maindrop_ep {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 30%;
    margin-bottom: 15px
}

.maindrop_ep img {
    background-position: center;
    background-size: cover;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: -5%;
    z-index: 1
}

.dt-no-post {
    padding: 20px 10px;
    float: left;
    width: 100%
}

.fix_playerx {
    width: 100%;
    float: left;
    margin-top: 70px;
    position: relative
}

.fix_playerx .box {
    max-width: 1100px;
    margin: 0 auto
}

.ads_player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.ads_player .ads_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.ads_player .ads_box .ads {
    width: 300px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -125px;
    margin-left: -150px
}

.ads_player .ads_box .ads span.notice {
    font-size: 13px;
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer
}

#single .content .player_sist .playex {
    max-height: 483.19px
}

.headitems {
    position: relative;
    float: right;
    margin-left: 20px;
    width: 340px
}

.headitems.register_active {
    width: auto
}

.headitems a#dooplay_signout {
    padding: 10px 15px;
    float: left
}

.headitems .elements {
    float: right
}

.head-main-nav {
    float: left
}

.head-main-nav ul.main-header {
    float: left
}

.head-main-nav ul.main-header li {
    float: left
}

.head-main-nav ul.main-header li a {
    font-size: 14px;
    font-weight: 500;
    padding: 28px 20px;
    float: left
}

.head-main-nav ul.main-header li.menu-item-has-children>a:after {
    content: "\f0d7";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    margin-left: 5px;
    font-size: 10px
}

.head-main-nav ul.main-header li a i {
    font-style: normal;
    padding: 3px 4px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 5px;
    float: right
}

.head-main-nav ul.main-header li:hover>ul.sub-menu {
    display: block
}

.head-main-nav ul.main-header li ul.sub-menu {
    display: none;
    position: absolute;
    top: 70px;
    max-width: 200px;
    padding-left: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    opacity: .97
}

.head-main-nav ul.main-header li ul.sub-menu li {
    width: 100%
}

.head-main-nav ul.main-header li ul.sub-menu li a {
    padding: 10px 20px;
    width: 100%;
    font-weight: 400;
    font-size: 13px
}

.search_page_form {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.search_page_form form {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 5px
}

.search_page_form form input[type="text"] {
    width: 100%;
    float: left;
    background: transparent;
    border: 0;
    padding: 14px 20px;
    font-size: 18px
}

.search_page_form form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 14px;
    cursor: pointer;
    background: transparent
}

.reports_notice_admin {
    position: fixed;
    bottom: 70px;
    right: 40px;
    box-shadow: 0 10px 5px -7px rgba(0, 0, 0, .09);
    padding: 15px;
    width: 130px
}

.reports_notice_admin span {
    float: left;
    width: 100%;
    padding: 5px;
    text-align: center
}

.reports_notice_admin span a.delete_notice {
    float: left;
    width: 100%;
    font-size: 13px;
    padding: 5px
}

.reports_notice_admin span.report {
    font-size: 12px
}

.persons {
    float: left;
    width: 100%
}

.person {
    position: relative;
    padding: 10px 0;
    padding-left: 73px;
    min-height: 70px;
    float: left;
    width: calc(100%/ 3);
    margin-bottom: 10px
}

.person .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    overflow: hidden
}

.person .img img {
    width: 100%;
    height: auto;
    margin-top: -15px
}

.person .data {
    padding-right: 20px
}

.person .data .name {
    font-size: 14px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400
}

.person .data .caracter {
    font-size: 12px;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 300
}

span.dt_flag {
    float: right
}

span.dt_flag img {
    width: 12px;
    height: 12px
}

.layout3 .sidebar {
    right: 0
}

.layout3 .content {
    margin-left: 0;
    margin-right: 219px
}

.ds1 .content {
    margin-left: 340px
}

.ds1 .sidebar {
    left: 0
}

.send_link {
    margin: 10px 0;
    padding: 13px 20px;
    font-size: 13px;
    float: left;
    width: 100%;
    text-align: center
}

.mensaje_report {
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center
}

article.simple .poster {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 140%
}

article.simple .poster img {
    width: 100%;
    height: auto;
    margin-top: -140%;
    position: absolute
}

article.simple .data {
    float: left;
    width: 100%;
    padding: 10px 0
}

article.simple .data h3 {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 2px;
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

article.simple .data span {
    font-weight: 300;
    font-size: 12px
}

ul.abc {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 25px
}

ul.abc li {
    float: left
}

ul.abc li a {
    padding: 10px 8.6px;
    margin: 2.5px;
    float: left;
    font-size: 14px;
    border-radius: 3px
}

ul.abc li:first-child>a {
    margin-left: 0
}

ul.abc li:last-child>a {
    margin-right: 0
}

.desc_category {
    float: left;
    width: 100%
}

.desc_category p {
    line-height: 20px;
    padding: 10px;
    padding-top: 0
}

.form_post_lik {
    float: left;
    width: 100%;
    padding: 0
}

.form_post_lik .table {
    overflow-x: auto;
    float: left;
    width: 100%
}

.form_post_lik .table table.post_table {
    float: left;
    width: 100%
}

.form_post_lik .table table th {
    text-align: left;
    font-size: 14px;
    padding: 15px 5px
}

.form_post_lik .table table tbody tr:first-child>td a.remove_row {
    display: none
}

.form_post_lik .table table tbody tr td a.remove_row {
    font-weight: 600;
    padding: 4px 10px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px
}

.form_post_lik .table table td {
    padding: 15px 5px
}

.form_post_lik .table table td input[type="text"],
.form_post_lik .table table td input[type="url"] {
    font-size: 13px;
    padding: 0 7px;
    height: 30px
}

.form_post_lik .table table td input[type="text"].size {
    width: 90px
}

.form_post_lik .table table td input[type="url"].url {
    width: 200px
}

.form_post_lik .table table td select {
    height: 30px;
    padding: 0 7px;
    font-size: 13px
}

.form_post_lik .control {
    float: left;
    width: 100%;
    padding: 15px 0;
    padding-bottom: 0
}

.form_post_lik .control .left {
    float: left
}

.form_post_lik .control .left a.add_row {
    padding: 10px 30px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 3px
}

.form_post_lik .control .right {
    float: right
}

.form_post_lik .control .right input[type="submit"] {
    border: 0;
    cursor: pointer;
    padding: 9px 30px;
    font-weight: 700;
    border-radius: 3px
}

.tright {
    padding-left: 25px;
    padding-right: 10px
}

.top-imdb-list h3 a {
    float: right
}

a.see_all {
    text-transform: uppercase;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 300;
    border-radius: 3px;
    margin-top: -3px
}

a.arrow_pag {
    font-size: 20px;
    padding: 6px 25px;
    font-weight: 300
}

.live-search {
    float: left;
    top: 70px;
    width: 340px;
    opacity: .98;
    position: absolute
}

.live-search.rtl {
    left: 0
}

.live-search.ltr {
    right: 0
}

.live-search ul {
    float: left;
    width: 100%;
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, .52);
    margin-top: 0
}

.live-search ul:hover li {
    opacity: .7
}

.live-search ul li {
    float: left;
    width: 100%;
    display: block;
    padding: 12px
}

.live-search ul li .poster {
    float: left;
    display: inline-block;
    margin-right: 20px;
    width: 55px;
    height: 70px;
    overflow: hidden
}

.live-search ul li .poster img {
    margin-top: -7px;
    width: 100%
}

.live-search ul li .title {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.live-search ul li .other-name {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 300
}

.live-search ul li .release {
    margin-left: 5px;
    font-size: 11px;
    font-weight: 400
}

.live-search ul li .imdb {
    margin-top: 5px;
    font-size: 12px
}

.live-search ul li .imdb span.icon-star {
    font-size: 13px;
    margin-right: 3px
}

.live-search ul li a.more {
    font-weight: 500;
    width: 100%;
    float: left;
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-size: 12px
}

.adv_slider {
    float: left;
    width: 100%;
    min-height: 250px;
    position: relative
}

.adv_slider .slider {
    margin-bottom: 0
}

.adv_slider .slider_box {
    width: 100%;
    padding: 15px 10px;
    float: left
}

.adv_slider .slider_box .owl-theme .owl-controls {
    margin-top: 5px
}

.sidebar aside.widget_text {
    padding: 0
}

.head-main-nav ul.main-header li.genres ul.sub-menu {
    max-width: 500px;
    padding: 10px
}

.head-main-nav ul.main-header li.genres ul.sub-menu li {
    width: calc(100%/3)
}

.mensaje_ot {
    padding: 15px 20px;
    margin-bottom: 30px;
    border-left: solid 3px
}

a.report-video span {
    font-size: 12px;
    margin-bottom: -5px;
    float: right;
    padding: 5px 10px
}

a.mtoc {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px
}

.fullplayer {
    width: 1200px
}

a.wide {
    cursor: pointer;
    font-size: 17px !important;
    padding: 13px 15px !important
}

.fullsidebar {
    padding-top: 740px !important
}

.fullplayer .playex {
    max-height: 675px !important
}

.player_sist .control nav.player ul.options li ul li a b {
    float: left;
    font-size: 18px;
    margin-right: 10px
}

.sourcesfix {
    display: block !important
}

.logo h1.text {
    font-size: 24px;
    font-weight: 700;
    padding: 4px 0;
    text-transform: uppercase
}

.adss {
    text-align: center
}

#sticky.stick {
    margin-top: 10px !important;
    position: fixed;
    top: 0;
    z-index: 100;
    border-radius: 0 0 .5em .5em
}

.linktabs {
    float: left;
    width: 100%;
    padding: 15px 25px
}

.linktabs h2 {
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
    line-height: 25px
}

.linktabs ul {
    float: left
}

.linktabs ul li {
    float: left
}

.linktabs ul li a {
    float: left;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 3px;
    margin: 2px 5px
}

.mensaje_report i {
    font-size: 30px;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.dt_social_single a.google i,
.dt_social_single a.pinterest i {
    margin-right: 0
}

.search_responsive {
    display: none;
    position: relative;
    float: left;
    width: 100%
}

.search_responsive .live-search {
    margin-top: 0;
    float: left;
    position: absolute;
    top: 54px;
    z-index: 104;
    width: 100%
}

.search_responsive .search-button span.loading {
    font-size: 18px;
    padding: 4px 2px
}

.search_responsive li.ctsx {
    display: none
}

.headitems li.ctsv {
    display: none
}

.menuresp {
    display: none;
    float: left;
    width: 100%;
    position: relative
}

.menuresp .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 103;
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, .52);
    padding: 0
}

.menuresp .menu .user {
    float: left;
    width: 100%;
    padding: 15px
}

.menuresp .menu .user .gravatar {
    float: left
}

.menuresp .menu .user .gravatar img {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 5px
}

.menuresp .menu .user .gravatar span {
    float: left;
    padding: 13px;
    font-weight: 500
}

.menuresp .menu .user .logout {
    float: right;
    padding: 13px
}

.menuresp .menu .user .logout a {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.menuresp .menu .user a.ctgs {
    float: left;
    width: 46%;
    margin: 0 2%;
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px
}

.menuresp .menu ul.resp {
    float: left
}

.menuresp .menu ul.resp li {
    padding: 0;
    float: left;
    width: 100%;
    font-weight: 500
}

.menuresp .menu ul.resp li a {
    font-size: 15px;
    float: left;
    width: 100%;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.menuresp .menu ul.resp li a i {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: 5px
}

.menuresp .menu ul.resp li:last-child {
    border-bottom: 0
}

.menuresp .menu ul.resp li ul {
    padding-bottom: 15px
}

.menuresp .menu ul.resp li ul li {
    font-weight: 400;
    border-bottom: 0
}

.menuresp .menu ul.resp li ul.sub-menu {
    float: left;
    width: 100%
}

.menuresp .menu ul.resp li ul.sub-menu li {
    width: 50%
}

.menuresp .menu ul.resp li ul.sub-menu li a {
    font-size: 14px;
    padding: 5px 20px
}

.menuresp .menu ul.resp li ul.sub-menu li a:before {
    content: "-";
    margin-right: 10px;
    display: inline;
    font-weight: 300
}

.page_user {
    padding: 20px;
    margin: 0;
    float: left;
    width: 100%
}

.page_user header.user {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 3px
}

.page_user header.user .box {
    padding: 10px;
    float: left;
    width: 100%;
    height: 90px;
    position: relative
}

.page_user header.user .box .gravatar {
    float: left;
    position: absolute;
    width: 70px
}

.page_user header.user .box .gravatar img {
    width: 100%;
    height: auto;
    float: left
}

.page_user header.user .box .contenido {
    float: left;
    width: 100%;
    padding-left: 90px
}

.page_user header.user .box .contenido .name {
    float: left;
    width: calc(100% - 350px);
    padding: 10px 0
}

.page_user header.user .box .contenido .name h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400
}

.page_user header.user .box .contenido .name p {
    font-size: 14px;
    line-height: 23px
}

.page_user header.user .box .contenido .info {
    float: right;
    width: 350px
}

.page_user header.user .box .contenido .info span {
    width: calc(100% / 4);
    float: left;
    text-align: center;
    margin: 16px 0
}

.page_user header.user .box .contenido .info span:last-child {
    border-right: 0
}

.page_user header.user .box .contenido .info span b.num {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 20px
}

.page_user header.user .box .contenido .info span i.text {
    font-style: normal;
    font-size: 13px;
    line-height: 20px
}

.page_user nav.user {
    float: left;
    width: 100%;
    padding: 10px
}

.page_user nav.user ul li {
    float: left
}

.page_user nav.user ul li.rrt {
    float: right
}

.page_user nav.user ul li a {
    padding: 10px 20px;
    float: left;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500
}

.page_user .content {
    float: left;
    width: 100%;
    padding: 3px 0
}

.page_user .content .upge {
    display: none
}

.page_user .content .upge h2 {
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px
}

.page_user .content .upge h2 strong {
    font-weight: 500
}

.page_user .content .upge h2 span.pending {
    float: right;
    font-weight: 400;
    font-size: 13px;
    padding: 3px 0;
    cursor: pointer
}

.page_user .content .upge h2 span.pending i {
    font-style: normal;
    float: right;
    margin-left: 10px;
    margin-top: -2px;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500
}

.user_edit_control {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px
}

.user_edit_control ul li {
    float: left;
    width: calc(100% / 3);
    display: table-cell;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.user_edit_control ul li a {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    padding: 17px 0;
    font-size: 15px;
    font-weight: 300
}

.user_edit_control ul li a.selected:before {
    border: 0 solid transparent;
    content: '';
    display: block;
    height: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    border-width: 15px;
    margin-left: -15px
}

#message .sms {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

#message .sms .updating {
    padding: 13px 15px;
    line-height: 20px
}

#message .sms .updating i {
    float: left;
    font-size: 20px;
    margin-right: 8px
}

#message .sms .error {
    padding: 13px 15px;
    line-height: 20px
}

#message .sms .error i {
    float: left;
    font-size: 20px;
    margin-right: 8px
}

#message .sms .sent {
    padding: 13px 15px;
    line-height: 20px
}

#message .sms .sent i {
    float: left;
    font-size: 20px;
    margin-right: 8px
}

.page_user .content .paged {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0
}

.page_user .content .paged a.load_more {
    float: left;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    font-weight: 500
}

#items_movies,
#items_tvshows {
    float: left;
    width: 100%
}

.page_user .content .loadingpage {
    opacity: .1
}

table.account_links {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

table.account_links thead th {
    text-align: left;
    padding: 15px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

table.account_links thead th.status,
table.account_links thead th.views {
    text-align: center
}

table.account_links tbody td {
    padding: 20px 15px;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 15px
}

table.account_links tbody td.status,
table.account_links tbody td.views {
    text-align: center
}

table.account_links tbody td i.icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px
}

table.account_links tbody td a {
    font-weight: 500;
    cursor: pointer
}

table.account_links tbody td img {
    float: left;
    margin-right: 10px
}

#edit_link {
    float: left;
    width: 100%;
    position: relative
}

#edit_link .box {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -214px;
    z-index: 103
}

#edit_link .box .form_edit {
    width: 400px;
    float: left;
    padding: 20px;
    position: relative
}

#edit_link .box .form_edit .cerrar {
    position: absolute;
    top: 0;
    right: 0;
    float: right
}

#edit_link .box .form_edit .cerrar a {
    padding: 5px 15px;
    float: left;
    cursor: pointer
}

#edit_link .box .form_edit .ready {
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 15px 10px;
    padding-bottom: 10px
}

#edit_link .box .form_edit .ready i {
    float: left;
    margin-right: 10px;
    margin-top: -4px;
    font-size: 29px
}

#edit_link .box .form_edit fieldset {
    float: left;
    width: 100%;
    padding: 10px 0
}

#edit_link .box .form_edit fieldset h3 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    float: left;
    width: 100%
}

#edit_link .box .form_edit fieldset h3 i {
    float: left;
    margin-right: 10px;
    margin-top: -3px;
    font-size: 21px
}

#edit_link .box .form_edit fieldset select {
    width: 100%;
    height: 35px;
    padding: 8px
}

#edit_link .box .form_edit fieldset input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 8px
}

#edit_link .box .form_edit fieldset input[type="submit"] {
    border: 0;
    width: 100%;
    padding: 9px 0;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    cursor: pointer
}

.dtuser {
    float: left;
    padding: 17.5px 0;
    margin-left: 20px
}

.dtuser a.clicklogin i {
    font-size: 24px
}

.dtuser .gravatar {
    float: left;
    padding-left: 19px;
    position: relative
}

.dtuser .gravatar .image {
    float: left;
    width: auto;
    height: auto;
    position: relative
}

.dtuser .gravatar .image span {
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 5px;
    top: -5px;
    right: -5px;
    border-radius: 3px
}

.dtuser .gravatar img {
    float: left;
    margin: 0;
    border-radius: 5px
}

.login_box {
    position: fixed;
    z-index: 105;
    width: 400px;
    top: 120px;
    left: 50%;
    margin-left: -200px;
    display: none
}

.login_box .box {
    padding: 20px 40px;
    float: left;
    width: 100%;
    position: relative
}

.login_box .box a#c_loginbox {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    padding: 10px
}

.login_box .box h3 {
    float: left;
    width: 100%;
    padding: 25px 0;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500
}

.login_box .box fieldset {
    float: left;
    width: 100%
}

.login_box .box fieldset.user {
    margin-bottom: -1px
}

.login_box .box fieldset.submit {
    margin: 20px 0
}

.login_box .box input {
    width: 100%;
    padding: 5px 10px;
    height: 40px
}

.login_box .box input[type="text"] {
    height: 45px
}

.login_box .box input[type="password"] {
    height: 45px
}

.login_box .box label {
    line-height: 20px;
    width: 100%;
    padding-top: 15px;
    float: left;
    cursor: pointer
}

.login_box .box input[type="checkbox"] {
    float: left;
    height: auto;
    width: auto;
    padding: 0
}

.login_box .box input[type="submit"] {
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    height: auto;
    border: 0
}

.login_box .box a.register {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    text-align: center
}

#resultado_link_form {
    float: left;
    width: 100%;
    position: relative
}

#resultado_link_form .msg {
    padding: 15px 20px;
    line-height: 25px;
    font-size: 17px;
    border-radius: 5px
}

#resultado_link_form .msg i {
    font-size: 25px;
    float: left;
    margin-right: 10px
}

a.pteks {
    width: 100%;
    text-align: center;
    float: left
}

a#update_imdb_rating {
    float: right
}

b#repimdb {
    font-weight: 400
}

header.main .hbox .register_active>.search {
    width: 180px
}

video.dt_player {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.dt_mainmeta {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.dt_mainmeta nav {
    padding: 10px 0;
    padding-bottom: 20px;
    float: left;
    width: 100%
}

.dt_mainmeta nav h2 {
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.dt_mainmeta nav h2:before {
    content: "\f0d7";
    font-family: 'icomoon';
    float: right
}

.dt_mainmeta nav.genres {
    padding: 10px 0
}

.dt_mainmeta nav.genres ul {
    overflow: hidden;
    max-height: 282px;
    float: left;
    width: 100%
}

.dt_mainmeta nav.genres ul li {
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px
}

.dt_mainmeta nav.genres ul li a {
    font-weight: 500;
    font-size: 13px
}

.dt_mainmeta nav.genres ul li a:before {
    font-family: icomoon !important;
    content: "\f0da";
    margin-right: 10px
}

.dt_mainmeta nav.genres ul li i {
    float: right;
    font-style: normal;
    font-size: 11px
}

.dt_mainmeta nav.releases ul {
    overflow: hidden;
    max-height: 175px;
    float: left;
    width: 100%
}

.dt_mainmeta nav.releases ul li {
    float: left;
    width: calc(100%/3);
    padding: 3px
}

.dt_mainmeta nav.releases ul li a {
    float: left;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 500
}

.falsescroll {
    overflow: auto !important;
    max-height: 100% !important
}

.textwidget .ads {
    text-align: center
}

.head-main-nav ul.main-header li ul.sub-menu li a:before {
    font-family: icomoon !important;
    content: "\f0da";
    margin-right: 10px
}

.person .data .name a {
    font-weight: 500;
    font-size: 15px
}

header.top_imdb {
    padding: 10px 0 !important;
    margin-bottom: 25px !important
}

header.top_imdb h1.top-imdb-h1 {
    border: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important
}

.dtinfo .title {
    position: relative;
    float: left;
    width: 100%
}

.dtinfo .title h4 {
    float: left;
    width: 100%;
    padding: 13px;
    padding-bottom: 10px;
    padding-right: 50px;
    font-weight: 500;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.dtinfo .title span.flags {
    padding: 12.5px 0;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0
}

.dtinfo .title span.flags .flag {
    width: 12px;
    height: 12px;
    margin-left: 7px;
    margin-top: 0;
    float: left
}

.dtinfo .metadata {
    width: 100%;
    float: left;
    padding: 10px 13px;
    font-size: 12px
}

.dtinfo .metadata span {
    padding: 5px 10px;
    float: left
}

.dtinfo .metadata span.imdb {
    padding: 5px 10px;
    font-weight: 500
}

.dtinfo .texto {
    padding: 13px;
    float: left;
    width: 100%;
    height: 85px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden
}

.dtinfo .genres {
    float: left;
    width: 100%;
    height: 40px;
    padding: 14px 10px
}

.dtinfo .genres .mta {
    width: 100%;
    height: 12px;
    float: left;
    overflow: hidden
}

.dtinfo .genres .mta a {
    float: left;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 500
}

.dtinfo .genres .mta a:last-child {
    border-right: 0
}

td.cal a {
    width: 100%;
    float: left;
    text-align: center;
    padding: 2px 0;
    border-radius: 3px;
    font-weight: 500
}

#seasons .se-c .se-a {
    display: none
}

.featu {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 5px 10px;
    text-transform: uppercase
}

.module .content .items .item .dfeatur {
    position: relative;
    padding-left: 34px
}

.module .content .items .item .dfeatur .mark {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 3px;
    margin-top: -1px
}

.module .content .items .item .dfeatur .mark i {
    font-size: 24px;
    font-weight: 300
}

.user_control {
    float: right;
    margin-left: 0;
    margin-right: -25px
}

.user_control a {
    float: left;
    padding: 18px 15px
}

.user_control a i {
    font-size: 20px
}

.user_control a span {
    float: right;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400
}

.user_control a.in-list span {
    font-weight: 500
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    display: none;
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s;
    font-size: 11px;
    width: 120px;
    text-align: center
}

.tooltip:hover .tooltiptext {
    display: block;
    opacity: 1
}

.tooltip-right {
    top: 13px;
    left: 110%
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid
}

article.simple .poster .profile_control {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40%;
    display: none
}

article.simple:hover>.poster .profile_control {
    display: block;
    transition: opacity 1s
}

article.simple .poster .profile_control span {
    float: left;
    width: 70%;
    margin: 0 15%;
    text-align: center
}

article.simple .poster .profile_control span a {
    font-weight: 500;
    font-size: 11px;
    padding: 10px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin: 5px 0;
    border-radius: 3px
}

.csearch {
    padding: 40px 100px !important
}

.requests {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 100px;
    position: relative
}

.requests nav {
    float: left;
    width: 100%;
    padding: 0 10px
}

.requests nav ul {
    float: right;
    padding: 0
}

.requests nav h1 {
    float: left;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px
}

.requests nav h1 span {
    font-size: 15px;
    margin-left: 10px
}

.requests nav a.add_request {
    float: right;
    padding: 10px 25px;
    margin-left: 20px;
    border-radius: 3px
}

.requests nav ul li {
    float: left;
    padding: 0 5px
}

.requests nav ul li a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px
}

.requests nav ul li a i {
    font-style: normal;
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: 500
}

.requests nav ul li a.active {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.requests .content {
    float: left;
    width: 100%;
    padding: 20px 0
}

.requests .content .tabox {
    display: none;
    float: left;
    width: 100%;
    padding: 30px 0
}

.requests .content .current {
    display: block !important
}

.requests .content .items {
    float: left;
    width: 100%
}

.requests .content .items .item {
    float: left;
    width: calc(100%/5);
    padding: 10px
}

.requests .content .items .item .box {
    width: 100%;
    float: left
}

.requests .content .items .item .box .poster {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 145%;
    cursor: pointer
}

.requests .content .items .item .box .poster span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    visibility: hidden;
    text-align: center
}

.requests .content .items .item .box:hover>.poster span {
    visibility: initial
}

.requests .content .items .item .box .poster img {
    width: 100%;
    height: auto;
    margin-top: -145%;
    position: absolute
}

.requests .content .items .item .box h3 {
    float: left;
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.requests .content .items .item .box .data {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 12px;
    padding: 0
}

.requests .content .items .item .box .data span {
    font-size: 17px;
    float: left;
    width: 100%
}

.requests .content .items .item .box .data span a.get_content_dbmovies {
    font-size: 12px;
    float: left;
    padding: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: 500
}

.requests .content .items .item .box .data span .itm-exists {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    padding: 10px
}

.requests .content .items .item .box .data span i.icon-plus2 {
    float: left;
    margin-left: 5px
}

.requests .content .items .item .box .data span i.icon-check {
    float: left;
    margin-left: 5px
}

.requests .discover {
    float: left;
    width: 100%;
    padding: 30px 0
}

.requests .discover .fixbox {
    float: left;
    width: 100%;
    padding: 0 10px
}

.requests .discover .fixbox .box {
    padding: 0;
    float: left;
    width: 100%;
    border-radius: 5px
}

.requests .discover .fixbox .box form {
    position: relative;
    float: left;
    width: 100%
}

.requests .discover .fixbox .box form input[type="text"] {
    width: 100%;
    height: 60px;
    float: left;
    padding: 0 20px;
    border: 0;
    background: transparent;
    font-size: 18px
}

.requests .discover .fixbox .box form button.filter {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: transparent;
    padding: 17px;
    cursor: pointer
}

.requests .discover .fixbox .box form button.filter span {
    font-size: 25px
}

.requests .hidde {
    display: none !important
}

.requests .show {
    display: block !important
}

.discover .resultinfo {
    float: left;
    width: 100%;
    padding: 10px
}

.discover_results .metainfo {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding: 150px 0;
    float: left;
    width: 100%
}

footer.main .fcmpbox {
    width: 100%;
    float: left;
    padding: 0 30px
}

footer.main .fcmpbox .primary {
    float: left;
    width: 100%;
    padding: 40px 0
}

footer.main .fcmpbox .primary .columenu {
    float: right
}

footer.main .fcmpbox .primary .columenu .item {
    float: left;
    width: 220px
}

footer.main .fcmpbox .primary .columenu .item h3 {
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0
}

footer.main .fcmpbox .primary .columenu .item ul {
    float: left;
    width: 100%
}

footer.main .fcmpbox .primary .columenu .item ul li a {
    padding: 7px 0;
    float: left;
    width: 100%
}

footer.main .fcmpbox .primary .fotlogo {
    float: left;
    max-width: 320px
}

footer.main .fcmpbox .primary .fotlogo .logo {
    float: left;
    padding: 10px 0
}

footer.main .fcmpbox .primary .fotlogo .logo img {
    max-width: 100%;
    height: auto
}

footer.main .fcmpbox .primary .fotlogo .text {
    padding: 10px 0;
    width: 100%;
    float: left
}

footer.main .fcmpbox .primary .fotlogo .text p {
    line-height: 20px
}

span.top-page {
    float: right;
    padding: 30px 0
}

span.top-page a {
    padding: 6px 15px;
    float: left;
    font-size: 18px;
    border-radius: 6px
}

.dt-breadcrumb {
    float: left;
    width: 100%;
    padding: 10px 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.breadcrumb_bottom {
    border-bottom: 0 !important
}

.dt-breadcrumb ol li {
    float: left;
    padding: 5px
}

.dt-breadcrumb ol li a {
    float: left;
    font-size: 13px
}

.dt-breadcrumb ol li span.icon-angle-right {
    padding-left: 10px;
    padding-top: 2px;
    float: left
}

.letter_home {
    float: left;
    width: 100%;
    position: relative
}

.letter_home ul.glossary {
    float: left;
    width: 100%
}

.letter_home ul.glossary li {
    float: left;
    width: calc(100% / 27)
}

.letter_home ul.glossary li a {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    padding: 20px 0
}

.letter_home ul.glossary li a:hover,
.letter_home ul.glossary li a.active {
    font-weight: 600;
    border-bottom: solid 1px;
    padding-bottom: 19px
}

.letter_home>.items_glossary {
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    z-index: 3;
    display: none
}

.letter_home>.show_glossary {
    display: block
}

.items_glossary .load {
    font-size: 35px;
    width: 100%;
    padding: 90px 0;
    text-align: center
}

.items_glossary .items {
    float: left;
    width: 100%;
    padding: 10px
}

.items_glossary .items .item {
    width: calc(100% / 9);
    float: left;
    padding: 10px
}

.items_glossary .items .item .poster {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 140%
}

.items_glossary .items .item .poster img {
    width: 100%;
    height: auto;
    margin-top: -140%;
    position: absolute
}

.items_glossary .items .item .poster .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 5px;
    line-height: 18px;
    font-size: 11px;
    font-weight: 500
}

.items_glossary .items .item .data {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px
}

.items_glossary .items .item .data h3 {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.items_glossary .items .item .data h3:first-letter {
    font-weight: 700;
    font-size: 17px
}

.items_glossary .items .item .data span {
    float: left;
    font-size: 12px;
    font-weight: 400
}

.full_width_layout {
    border: 0 !important;
    width: 100% !important;
    padding: 30px 45px !important;
    margin-right: 0 !important
}

.post_request {
    width: 700px;
    height: auto;
    position: fixed;
    z-index: 9;
    top: 20%;
    left: 50%;
    margin-left: -350px;
    display: none
}

.post_request .box_post {
    float: left;
    width: 100%
}

.post_request .box_post .backdrop {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 35%
}

.post_request .box_post .backdrop img {
    width: 100%;
    height: auto;
    margin-top: -35%;
    position: absolute
}

.post_request .box_post .backdrop span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 500
}

.post_request .box_post .data {
    float: left;
    width: 100%;
    padding: 20px 40px
}

.post_request .box_post .data h3 {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    width: 100%
}

.post_request .box_post .data p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    float: left;
    width: 100%;
    padding-top: 15px
}

.post_request .box_post .data p:first-letter {
    font-size: 18px;
    font-weight: 500
}

.post_request .box_post .load_event {
    float: left;
    width: 100%;
    padding: 137px 0;
    text-align: center;
    font-size: 25px
}

.module .content.full_width_layout article.episodes {
    width: calc(100%/4) !important
}

.module .content.full_width_layout .owl-item article.episodes {
    width: 100% !important
}

article.episodes span.quality {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500
}

.fakeplayer {
    float: left;
    width: 100%;
    padding: 20px;
    position: relative
}

.fakeplayer .playbox {
    display: block !important;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #000;
    padding-bottom: 30%;
    padding-top: 25%;
    cursor: pointer
}

.fakeplayer .playbox span.quality {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px
}

.fakeplayer .playbox span.playbtm {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 1
}

.fakeplayer .playbox span.playbtm img {
    width: 100%;
    height: auto;
    opacity: .5;
    transition: .3s
}

.fakeplayer .playbox:hover>span.playbtm img {
    opacity: 1
}

.fakeplayer .playbox img.cover {
    position: absolute;
    -webkit-filter: blur(0) brightness(1);
    width: 100%;
    bottom: 0;
    left: 0
}

.fakeplayer .playbox img.cover:hover {
    -webkit-filter: blur(1px) brightness(.87)
}

.fakeplayer .playbox section {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.fakeplayer .playbox section .progressbar {
    float: left;
    width: 96%;
    margin: 0 2%;
    height: 5px;
    background-color: rgba(255, 255, 255, .28);
    position: relative
}

.fakeplayer .playbox section .progressbar::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 5px;
    top: 0;
    left: 0
}

.fakeplayer .playbox section .controls {
    float: left;
    width: 100%;
    margin: 0;
    background-color: transparent;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    background-repeat: repeat-x;
    color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 9px 10px -5px #000;
    box-shadow: 0 9px 10px -5px #000;
    text-shadow: -1px 0 3px rgba(0, 0, 0, 1);
    overflow: hidden;
    margin-bottom: -40px;
    transition: .3s
}

.fakeplayer .playbox:hover>section .controls {
    margin-bottom: 0
}

.fakeplayer .playbox section .controls .box {
    float: left;
    width: 98%;
    margin: 0 1%;
    line-height: 40px
}

.fakeplayer .playbox section .controls .box small {
    font-size: 12px;
    letter-spacing: .7px;
    font-weight: 500;
    opacity: .5
}

.fakeplayer .playbox section .controls .box i {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    padding: 10px;
    float: left
}

.fakeplayer .playbox section .controls .box i.right {
    float: right
}

.fakeplayer .playbox section .controls .box i:hover {
    color: #fff
}

.fakeplayer.bigger {
    padding: 0
}

#seasons .se-c .se-q span.se-t i {
    font-size: 19px
}

ul.wp-tags {
    float: left;
    width: 100%;
    padding: 0
}

ul.wp-tags li {
    list-style-type: none;
    line-height: 20px;
    float: left;
    margin-right: 7px;
    border-radius: 3px
}

ul.wp-tags li a {
    padding: 5px 10px;
    float: left;
    font-size: 13px;
    font-weight: 500
}

a {
    color: #408bea
}

body {
    background: #000;
    color: rgba(255, 255, 255, .6)
}

#dt_contenedor {
    background: #464e5a
}

header.main {
    background-color: rgba(15, 15, 15, .99);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    border-bottom: 1px solid #000
}

header.subhead {
    background: #4C5765;
    color: #fff
}

header.main .hbox .search form {
    background: rgba(255, 255, 255, .1)
}

header.main .hbox .search form input[type=text] {
    color: #fff;
    background: 0 0
}

header.main .hbox .search form::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

header.main .hbox .search form::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

header.main .hbox .search form:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

header.main .hbox .search form:-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

header.main .hbox .search form input[type=text]:focus,
header.main .hbox .search form input[type=text]:hover {
    border: 0
}

header.main .hbox .search form button[type=submit] {
    color: #fff;
    background: transparent
}

.module .content header h1,
.module .content header h2 {
    color: #fff
}

header.main .hbox .search form button[type=submit]:hover {
    color: #408bea
}

header.main .hbox .search form button[type=submit]:focus {
    outline: none !important
}

.module {
    background: rgba(15, 15, 15, .93);
    border-bottom: solid 1px rgba(255, 255, 255, .07);
    border-top: solid 1px rgba(255, 255, 255, .07)
}

.module .content {
    border-color: rgba(255, 255, 255, .08)
}

.module .content .items {
    border-color: rgba(255, 255, 255, .08)
}

.module .content .items .item .data span {
    color: rgba(255, 255, 255, .5)
}

.module .content .items .item .data h3,
.module .content .items .item .data h3 a {
    color: #fff
}

.module .content .items .item .data h3 a:hover {
    color: #408bea
}

.module .content .items .item .dtinfo {
    background: rgba(0, 0, 0, .98);
    border: 0;
    box-shadow: 0 15px 20px -7px rgba(0, 0, 0, .6)
}

.sidemenu h2,
.sidemenu ul.genres li {
    border-color: rgba(0, 0, 0, .05)
}

footer.main,
footer.main .fbox .fmenu ul li,
footer.main .fbox .fmenu ul li:last-child {
    border-color: rgba(255, 255, 255, .08)
}

.sidemenu h2 {
    color: #222D34
}

.sidemenu ul.genres li a {
    color: #757A7D
}

.sidemenu ul.genres li.current-cat a {
    font-weight: 500;
    color: #222D34
}

.sidemenu ul.genres li.current-cat a:before,
.sidemenu ul.genres li.current-cat a:hover {
    color: #408bea
}

.sidemenu ul.genres li a:hover {
    color: #222D34
}

.sidemenu ul.genres li a:before {
    color: #eceff5;
    font-weight: 300
}

.sidemenu ul.genres li i {
    color: #222d34
}

.sidemenu ul.genres li:hover>a:before {
    color: #408bea
}

footer.main {
    color: rgba(255, 255, 255, .6)
}

footer.main .fbox .fmenu ul li a {
    color: #fff
}

footer.main .fbox .fmenu ul li a:hover {
    color: #408bea
}

.module .content .items .item .poster .rating span {
    color: #FFD600
}

.module .content .items .item .poster .rating {
    background: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, .9)
}

.pagination span {
    border-color: transparent;
    color: rgba(255, 255, 255, .5)
}

.pagination span.current {
    border-color: #000;
    background: #000;
    color: #408bea;
    font-weight: 500
}

.dtinfo .title,
.dtinfo .title i,
.pagination a {
    color: #fff
}

.pagination a {
    border-color: rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, .1)
}

.dtinfo .texto,
.dtinfo .title {
    border-color: #000
}

.pagination a:hover {
    background: #000
}

.dtinfo .texto .degradado {
    background-color: transparent;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #fff);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
    background-repeat: repeat-x
}

.dtinfo .rating .datareviews .datarating span.rating-stars-a {
    color: #ECEFF5
}

.dtinfo .rating .datareviews .datarating span.rating-stars-b {
    color: #FFD600
}

.dtinfo .rating .datareviews span.rating-value {
    color: #fff
}

.dtinfo .rating .rating_right {
    background: #191919;
    color: rgba(255, 255, 255, .5)
}

.sidemenu ul.year li a {
    background: #fff;
    color: #757A7D
}

.sidemenu ul.year li a:hover {
    background: #000;
    color: #FFF
}

#serie_contenido {
    background: transparent
}

#seasons .se-c .se-q {
    background: rgba(0, 0, 0, .5)
}

#seasons .se-c .se-q span.title {
    color: #fff
}

#seasons .se-c .se-q span.se-t {
    background: #000;
    color: #fff
}

#seasons .se-c .se-q span.se-o {
    background: #408bea;
    color: #fff
}

#seasons .se-c .se-a ul.episodios li,
#seasons .se-c .se-a ul.episodios li .numerando {
    border-color: rgba(255, 255, 255, .08)
}

#seasons .se-c .se-a ul.episodios li .episodiotitle a {
    color: #fff
}

#seasons .se-c .se-a ul.episodios li .episodiotitle a:hover {
    color: #408bea
}

#seasons .se-c .se-a ul.episodios li .episodiotitle span.date {
    color: rgba(255, 255, 255, .5)
}

#seasons .se-c .se-a ul.episodios li .episodiotitle a i {
    color: #FF7A7A;
    margin-right: 5px
}

.form_post_data #msg,
.form_post_data #result {
    color: #47607B
}

.form_post_data form.generador_form input[type=submit]:hover {
    background: #222D34;
    color: #fff
}

.form_post_data form.generador_form input[type=submit] {
    background: #F5F7FA;
    color: #7488A7
}

.form_post_data form.generador_form input[type=text] {
    background: 0 0;
    color: #47607B
}

.form_post_data form.generador_form {
    border-color: #ddd
}

.form_post_data form.generador_form::-webkit-input-placeholder {
    color: #DADDE4
}

.form_post_data #msg i,
.form_post_data #result i {
    color: #408bea
}

.links_table table thead tr {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.links_table table tbody tr {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.links_table table tbody tr:hover>td {
    background: rgba(0, 0, 0, .3)
}

label.metrox {
    background: #F5F7FA;
    color: rgba(0, 0, 0, .69)
}

label.metrox:hover {
    background: #d3dae4
}

label.checked {
    background: #222d34 !important;
    color: #FFF !important
}

.links_table a.addlink {
    background: #8BCE51;
    color: #fff
}

#single {
    background: rgba(15, 15, 15, .93);
    border-bottom: solid 1px rgba(255, 255, 255, .07)
}

#single .content {
    border-right: solid 1px rgba(255, 255, 255, .08)
}

.sbox h1,
.sbox h2 {
    color: #fff
}

a.a_f_sbox {
    color: #24282D
}

.se .poster .season_m span,
.slider article.item .image .data span {
    color: #fff
}

.se .poster .season_m {
    background: rgba(0, 0, 0, .7)
}

.slider article.item .image .data {
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #000);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000)
}

span.quality {
    color: #ff0000;
}

.sidebar aside.widget h2.widget-title {
    color: #fff
}

.sidebar aside.widget ul li a {
    color: rgba(255, 255, 255, .5)
}

.sidebar aside.widget ul li:before {
    color: #fff
}

.sidebar aside.widget ul li a:hover {
    color: #009FFF
}

.calendar_wrap table caption {
    background: rgba(255, 255, 255, .1)
}

.calendar_wrap table thead {
    background: transparent
}

.calendar_wrap table thead tr th {
    color: #fdfdfd;
    padding: 10px;
    background: #000
}

.calendar_wrap table tbody tr {
    border-color: rgba(0, 0, 0, .05)
}

.calendar_wrap table tbody tr td {
    color: rgba(255, 255, 255, .4);
    font-weight: 300
}

form.search-form {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .1)
}

form.search-form button[type=submit] span {
    color: #fff
}

form.search-form button[type=submit] span:hover {
    color: #009FFF
}

.tagcloud a {
    background-color: rgba(255, 255, 255, .1);
    color: #fff
}

.widget_rss .rssSummary {
    color: rgba(0, 0, 0, .44)
}

.widget_rss cite {
    color: #8ABEDE
}

span.comment-author-link {
    color: #fff;
    font-weight: 500
}

.w_item_a .image .data {
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    color: #fff
}

.w_item_a .image .data h3 a {
    color: #fff
}

.w_item_a .image .data span.wdate {
    color: rgba(255, 255, 255, .7)
}

.w_item_b {
    background: rgba(0, 0, 0, .3)
}

.w_item_b:hover {
    background: #000
}

.w_item_b .data h3 {
    color: rgba(255, 255, 255, .8)
}

.w_item_b a:hover>.data h3 {
    color: #fff
}

.w_item_b .data span.wdate {
    color: rgba(255, 255, 255, .5)
}

.w_item_b .data span.wextra b {
    color: rgba(255, 255, 255, .4)
}

.w_item_b .data span.wextra b i {
    color: #fff
}

.w_item_b a:hover>.data span.wextra b i {
    color: #408bea
}

.w_item_c {
    border-color: rgba(0, 0, 0, .1)
}

.w_item_c .rating {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7)
}

.w_item_c .data h3 {
    color: rgba(255, 255, 255, .8)
}

.w_item_c a:hover>.data h3 {
    color: #fff
}

.w_item_c .data span {
    color: rgba(255, 255, 255, .5)
}

.w_item_c .rating i {
    color: #fff
}

.w_item_c a:hover>.rating i {
    color: #408bea
}

article.w_item_c:after {
    color: rgba(0, 0, 0, .07)
}

i.delete {
    background: #DC2626
}

i.delete span {
    color: #fff
}

.nav_items_module a.btn {
    color: rgba(255, 255, 255, .5)
}

.nav_items_module a.btn:hover {
    color: #408bea
}

.slider article.item .image .data h3.title,
a.main {
    color: #fff
}

a.facebook-background {
    background: #4861A3
}

a.twitter-background {
    background: #408bea
}

a.google-plus-background {
    background: #CE4231
}

a.linkedin-background {
    background: #1A91C9
}

a.youtube-background {
    background: #BC1E2C
}

a.rss-background {
    background: #F7A92C
}

a.flickr-background {
    background: #F957A8
}

a.vimeo-background {
    background: #1BB6EC
}

a.pinterest-background {
    background: #CD2026
}

a.dribbble-background {
    background: #E14A85
}

a.tumblr-background {
    background: #36465D
}

a.instagram-background {
    background: #125688
}

a.vine-background {
    background: #00BF8E
}

a.vk-background {
    background: #6383a8
}

.resppages a {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

@media only screen and (max-width:768px) {
    .module .sidebar {
        background: transparent
    }

    ul.main_links li a.active {
        background: rgba(72, 82, 99, .02)
    }
}

a.main {
    background: #408BEA
}

footer.main .fbox .fmenu ul li.current-menu-item a {
    color: #408bea
}

#seasons .se-c .se-q span.title i {
    color: #A7ACB9
}

.link_sharing {
    background: #FFF;
    -moz-box-shadow: 0 1px 40px -4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 40px 8px -4px rgba(0, 0, 0, .7);
    box-shadow: 0 1px 40px -4px rgba(0, 0, 0, .7)
}

.links_table,
.sheader,
.sheader .poster {
    background: transparent
}

header.responsive {
    background-color: rgba(15, 15, 15, .99);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    border-bottom: 1px solid #000
}

header.responsive .search,
header.responsive .nav {
    border-color: #212121
}

form.form-resp-ab {
    background: rgba(0, 0, 0, .95);
    border: 0
}

.link_sharing p.select b {
    color: #222d34
}

.link_sharing p label {
    color: #3A4A5F
}

#single .content .sbox {
    border-color: rgba(255, 255, 255, .08)
}

#single .sidebar,
form.form-resp-ab {
    border-color: rgba(255, 255, 255, .08)
}

.sheader .data h1 {
    color: #fff
}

.tagcloud a {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1)
}

.widget-social ul.social-links li.dtl a.icls {
    color: #fff
}

header.responsive a {
    color: #fff
}

header.responsive .nav a.active:before,
header.responsive .search a.active:before {
    content: "\e5cd";
    color: #408bea
}

form.form-resp-ab input[type=text] {
    color: #fff
}

form.form-resp-ab button[type=submit] span {
    font-size: 24px;
    color: #fff
}

form.form-resp-ab button[type=submit]:hover>span {
    color: #009FFF
}

.load_modules {
    color: rgba(255, 255, 255, .5)
}

.owl-theme .owl-controls .owl-page span {
    background: #fff
}

.alert_dt_ee {
    background: #F8F9FB
}

.video-wrapper {
    background: #000
}

.sheader .poster .complex {
    background: #8A8E96;
    color: #FFF
}

.sheader .poster .complex:hover {
    background: #F73535
}

ul.smenu li.icon i {
    font-size: 19px;
    color: #222d34
}

ul.smenu li a {
    color: rgba(255, 255, 255, .5)
}

ul.smenu li a:hover {
    color: #408bea
}

ul.smenu li a.selected,
ul.smenu li a.selected:hover {
    color: #fff
}

a.dactive:before {
    content: "\e5cd";
    color: #222D34
}

.dt_mega_menu {
    background: #eceff5;
    border-color: #c7d0dc
}

.dt_mega_menu .box ul li {
    border-left: solid 1px #fff;
    border-right: solid 1px #c7d0dc
}

.dt_mega_menu .box ul li.current-menu-item a {
    color: #222D34;
    font-weight: 600
}

.dt_mega_menu .box ul li a {
    color: #686f7b
}

.dt_mega_menu .box ul li a:hover {
    color: #408bea
}

.link_sharing p a.addlink {
    color: #222d34
}

.link_sharing h3 {
    border-bottom: solid 1px #E2E6EC;
    color: #222d34
}

.custom_fields,
.srating {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.fondo_dt {
    background: rgba(0, 0, 0, .9)
}

.extra span.tagline {
    color: rgba(255, 255, 255, .8)
}

.extra span.date {
    font-weight: 500;
    color: rgba(255, 255, 255, .28)
}

.srating {
    border-top: solid 1px #ECEFF5
}

.srating .promedio {
    background: #F5F7FA;
    color: #222d34
}

.srating .rdata .stars span.rating-stars-a {
    color: #ECEFF5
}

.srating .rdata .stars span.rating-stars-b {
    color: #FFE203
}

.srating .rdata .votes {
    color: #9297A2
}

.sgeneros a {
    color: #fff;
    border-left: solid 1px rgba(255, 255, 255, .08)
}

.sgeneros a:hover {
    color: #408bea
}

.custom_fields b.variante {
    color: #fff
}

.custom_fields span.valor strong {
    color: #fff;
    font-weight: 500;
    background: rgba(255, 255, 255, .2)
}

.custom_fields span.valor strong:before {
    color: #D9DBDE
}

.wp-content {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.comments-area h2 {
    color: rgba(255, 255, 255, .7)
}

.comments-area h2 i {
    color: #fff
}

.post-comments li.comment {
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.post-comments li.comment .scontent {
    border-left: 1px solid rgba(255, 255, 255, .08)
}

.post-comments li.comment .scontent .comment-header {
    color: #fff
}

.post-comments li.comment .scontent p {
    color: rgba(255, 255, 255, .45)
}

.post-comments li.comment .scontent p code {
    color: #97ADD0
}

.post-comments ul li.comment {
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.comment-form-comment textarea,
.grid-container input[type=text] {
    border: 1px solid #000
}

em.text-red {
    color: #FF8181
}

.post-comments .comment-time {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.post-comments .comment-reply-link {
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.post-comments .comment-reply-link:hover {
    color: #fff;
    background: #408bea
}

.comment-respond h3 {
    color: #fff
}

.comment-respond h3:before {
    color: #408bea
}

.comment-form-comment .form-label,
.grid-container .form-label {
    color: #fff
}

.grid-container .form-description {
    color: rgba(255, 255, 255, .5)
}

a.commautor {
    color: #222D34
}

a.commautor:hover {
    color: #408BEA
}

p.form-submit input[type=submit] {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: 0
}

p.form-submit input[type=submit]:hover {
    background: #408bea;
    border-color: #408bea;
    color: #fff
}

.comment-respond input[type=text],
.comment-respond input[type=submit],
.comment-respond textarea {
    background: rgba(0, 0, 0, .5);
    color: #fff
}

.comment-respond input[type=text]:focus,
.comment-respond textarea:focus {
    -moz-box-shadow: 0 1px 8px -4px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 8px -4px rgba(0, 0, 0, .7);
    box-shadow: 0 1px 8px -4px rgba(0, 0, 0, .7)
}

div.no-comments {
    background: #fdfdfd;
    color: #8E8559
}

.starstruck .star-on-png:before {
    content: "\e838";
    color: #408bea
}

.starstruck .star-off-png:before {
    content: "\e838";
    color: rgba(255, 255, 255, .15)
}

.starstruck-rating-wrap {
    color: #fff;
    background-color: rgba(255, 255, 255, .2)
}

.starstruck-rating {
    color: #9297A2
}

.starstruck-rating i {
    color: #CED3DC
}

.starstruck-wrap {
    border-bottom: solid 1px rgba(255, 255, 255, .08);
    border-top: solid 1px rgba(255, 255, 255, .08)
}

.dt_nodata,
.starstruck-wrap .dt_rating_vgs {
    background: rgba(255, 255, 255, .08);
    color: #fff
}

#single .content .srelacionados {
    background: transparent
}

.dtloadpage {
    background: rgba(0, 0, 0, .95)
}

.dtloadpage .dtloadbox span {
    color: #FFF
}

.dtloadpage .dtloadbox p {
    color: #A7A7A7
}

.se_rating .se_rating_valor {
    background: #408bea
}

.se_rating:before {
    color: #FFD600
}

.dt_social_single a {
    color: #fff
}

.dt_social_single a.facebook {
    background: #4861A3
}

.dt_social_single a.twitter {
    background: #03A9F4
}

.dt_social_single a.google {
    background: #eb4026
}

.dt_social_single a.pinterest {
    background: #ca212a
}

.dt_social_single a.whatsapp {
    background: #51ce60;
    display: none
}

.captcha {
    border: 1px solid #d3dae4
}

.captcha a {
    color: #878FA0;
    background: #F5F7FA
}

.captcha a:hover {
    color: #FFF;
    background: #A2ABBB
}

.captcha a:active {
    background: #222d34
}

.captcha input[type=text] {
    color: #A7B2C7;
    border-left: solid 3px #d3dae4
}

.link_sharing p small {
    font-size: 13px;
    color: #C4CAD6
}

.captcha input:required:valid,
.link_sharing p strong {
    color: #222d34
}

ul.dt_sm {
    float: left;
    background: #000
}

.account_page .sidebar {
    background: #fff
}

.account_page .sidebar h2 {
    background: #CACFD8;
    color: #222d34
}

.account_page .content h1,
.account_page .content ul.nav li a,
.no_fav {
    color: rgba(255, 255, 255, .5)
}

.account_page .content .box,
.account_page .sidebar .about {
    background: #fff
}

.account_page .content ul.nav {
    border-bottom: solid 1px #eceff5
}

.account_page .content ul.nav li a.active {
    background: #fff;
    border-top: solid 1px #408bea;
    border-left: solid 1px #eceff5;
    border-right: solid 1px #eceff5
}

.account_page .content .container h2 {
    border-bottom: solid 1px #eceff5;
    color: #222D34
}

.no_fav {
    background: rgba(0, 0, 0, .5)
}

.mejs-container .mejs-controls {
    background: #000 !important
}

a.reset {
    background: #F16464;
    color: #fff !important;
    padding: 0 10px
}

a.reset:hover {
    background: red
}

.wp-content blockquote {
    border-left: 2px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .05)
}

.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
    color: rgba(255, 255, 255, .5)
}

.module .content .items .episodes .poster span.serie {
    background: #000;
    color: #fff
}

ul.main_links li a {
    color: #757A7D
}

ul.main_links li a.active {
    font-weight: 500;
    color: #222D34;
    background: #fff
}

ul.main_links li a.active:hover,
ul.main_links li a:hover {
    color: #222D34
}

ul.main_links li a i {
    color: #eceff5
}

ul.main_links li a.active i,
ul.main_links li a:hover>i {
    color: #222D34
}

span.item_type {
    background: #408bea;
    color: #fff
}

span.s_trending a.m_trending {
    color: rgba(255, 255, 255, .5)
}

span.s_trending a.active,
span.s_trending a.m_trending:hover {
    color: #fff
}

.contact .wrapper fieldset label,
.contact .wrapper h1 {
    color: #111
}

.contact {
    background: #fff
}

.contact .wrapper {
    border-bottom: solid 1px #F5F7FA
}

.contact .wrapper fieldset input[type=text] {
    border: 1px solid #B0BDC5;
    color: #67696B
}

.contact .wrapper fieldset input[type=text]:focus,
.contact .wrapper fieldset textarea:focus {
    border: 1px solid #408bea
}

.contact .wrapper fieldset input[type=submit] {
    background: #408bea;
    color: #fff
}

.contact .wrapper fieldset textarea {
    border: 1px solid #B0BDC5
}

.loguser a {
    background: #F5F7FA;
    color: #222d34
}

.loguser a:hover {
    background: #222D34;
    color: #fff
}

form.update_profile {
    background: rgba(255, 255, 255, .05)
}

form.update_profile fieldset input[type=text],
form.update_profile fieldset input[type=password] {
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    background: rgba(0, 0, 0, .7)
}

form.update_profile fieldset input[type=text]:disabled {
    background: rgba(0, 0, 0, .7);
    cursor: no-drop;
    color: #fff
}

form.update_profile fieldset input[type=text]:focus,
form.update_profile fieldset input[type=password]:focus {
    border: 1px solid #408bea
}

form.update_profile fieldset select,
form.update_profile fieldset textarea {
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    background: rgba(0, 0, 0, .7)
}

form.update_profile fieldset input[type=submit] {
    background: #408bea;
    color: rgba(255, 255, 255, .7)
}

form.update_profile fieldset input[type=submit]:hover {
    color: #fff
}

form.update_profile .updated {
    background: #4CAF50;
    color: #fff
}

form.update_profile .error {
    background: #F7D5D5;
    color: #222d34
}

form.update_profile .warning {
    background: #FFECBE;
    color: #222d34
}

.account {
    background: #fff
}

.account .sidebar {
    background: #222D34
}

.account .sidebar ul li a {
    color: #7E8C94
}

.account .sidebar ul li a.active {
    background: #45555F;
    color: #fff;
    border-radius: 3px
}

.sseasons .se-c .se-q span.se-t {
    background: #F5F7FA !important;
    color: #222D34 !important
}

.single-page {
    background: rgba(15, 15, 15, .93);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .7), 0 0 0 1px rgba(0, 0, 0, .4) inset
}

.single-page h1.head {
    border-bottom: solid 1px rgba(255, 255, 255, .08);
    color: #fff
}

.mce-panel {
    border: 0 solid #cacaca;
    border: 0 solid rgba(0, 0, 0, .2);
    background-color: #f5f7fa
}

.sbackdrop h1 {
    color: #fff;
    text-shadow: 0 1px 5px #000
}

.pag_episodes {
    border-bottom: solid 1px #000
}

.pag_episodes .item {
    border-right: solid 1px #000
}

.pag_episodes .item a {
    color: rgba(255, 255, 255, .6);
    background: rgba(0, 0, 0, .5)
}

.pag_episodes .item a:hover {
    color: #408bea
}

.pag_episodes .item a i {
    color: #fff
}

.wp-content h1 span {
    color: #9aa3b1
}

.single_menu ul.main_dt_menu {
    background: #f5f7fa;
    border-bottom: solid 1px #eceff5
}

.single_menu ul.main_dt_menu li a {
    color: #222d34
}

.single_menu ul.main_dt_menu li a:hover {
    color: #408bea
}

@media only screen and (max-width:600px) {
    .fondo_dt {
        background: #fff
    }
}

@media only screen and (max-width:540px) {
    ul.smenu {
        background: rgba(0, 0, 0, .3)
    }

    ul.smenu li a {
        background: rgba(255, 255, 255, .1);
        color: #fff
    }

    ul.smenu li a.active {
        background: rgba(0, 0, 0, .04)
    }

    .single_tabs {
        padding: 0
    }
}

.ads_demo,
.top-imdb-item .puesto {
    background: #000
}

.ads_demo {
    border: 1px solid #e9ebef
}

#today a {
    color: #fff;
    font-weight: 500
}

.tagcloud a:hover {
    color: #fff
}

.epiheader .epidata h3 a,
.posts header.pos h1 {
    color: #fff
}

.posts header.pos {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.epiheader {
    border-bottom: solid 1px #e9ebef
}

.epiheader .epidata h3 a:hover {
    color: #575d6f
}

.epiheader .epidata span.data b {
    color: #2b3142
}

.epiheader .epidata h1 span {
    color: #9aa3b1
}

.posts .meta {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.posts .meta .autor {
    color: #fff
}

.posts .meta .autor i {
    color: #408bea
}

.home-blog-post {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.home-blog-post .entry-date .month {
    color: rgba(255, 255, 255, .5)
}

.home-blog-post .entry-title a,
.top-imdb-item .rating,
.top-imdb-item .title a {
    color: rgba(255, 255, 255, .8)
}

.top-imdb-list h3 {
    color: #fff;
    border-color: #408bea
}

.top-imdb-item {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.top-imdb-item:hover>.title a {
    color: #408bea
}

article.post .information p.descr {
    color: rgba(255, 255, 255, .5)
}

article.post .information .meta span.autor {
    color: #408bea
}

article.post .information .meta span.date {
    color: rgba(255, 255, 255, .3);
    font-style: italic
}

article.post .information h2 {
    color: #fff
}

h1.top-imdb-h1 {
    border-bottom: solid 1px #f5f7fa
}

.search .result-item:first-child {
    border-top: solid 5px #f5f7fa;
    padding-top: 5px
}

.result-item article {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.result-item article .image .thumbnail span {
    color: #fff
}

.result-item article .details .meta span.rating {
    background: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, .5)
}

.result-item article .details .title a {
    color: rgba(255, 255, 255, .7)
}

.result-item article .details .title a:hover {
    color: #fff
}

.result-item article .details .contenido p {
    color: #a6aab1
}

.no-result {
    color: rgba(255, 255, 255, .4)
}

.tax_post .tax_box .title {
    border-right: solid 6px rgba(255, 255, 255, .08)
}

.player_sist .playex {
    background: #000
}

.player_sist .control {
    background: #292b2c;
    box-shadow: 0 15px 20px -7px rgba(0, 0, 0, .6)
}

.player_sist .control nav.player ul.options li ul li a.selected,
.player_sist .control nav.player ul.options li ul li:hover>a {
    color: #fff;
    background: #000
}

.player_sist .control nav.controles ul.list li a:hover {
    color: #fff
}

.player_sist .control span.qualityx {
    color: #fff;
    background: #141516;
    border-left: solid 1px #000
}

a.report-video-dactive {
    color: #fff !important
}

.report-video-form fieldset select {
    border: 1px solid #c4c4c4
}

.report-video-form fieldset textarea,
.report-video-form fieldset input[type="email"] {
    border: 1px solid #000;
    background: rgba(0, 0, 0, .3);
    color: #fff
}

.report-video-form fieldset input[type=submit] {
    background: #408bea;
    color: #fff
}

.report-video-active {
    background: #fff;
    color: #222d34
}

.confirm_report {
    background: #4CAF50
}

.error_report {
    background: #ff4848
}

.turnedOff {
    color: #fff !important
}

.home-blog-post .entry-date .date {
    color: #408bea
}

.head-main-nav ul.main-header li a {
    color: rgba(255, 255, 255, .8)
}

.head-main-nav ul.main-header li:hover>a {
    color: #408bea
}

.head-main-nav ul.main-header li a i {
    background: #408bea;
    color: #fff
}

.head-main-nav ul.main-header li ul.sub-menu {
    background: rgba(0, 0, 0, .98)
}

.hea sd-main-nav ul.main-header li ul.sub-menu li:hover>a {
    background: rgba(0, 0, 0, .1)
}

.search_page_form form {
    background: rgba(0, 0, 0, .9);
    border: 1px solid #000
}

.search_page_form form button span {
    font-size: 20px;
    color: #bcc2cb
}

.search_page_form form button:hover>span {
    color: #222d34
}

.reports_notice_admin {
    background: #fff
}

.reports_notice_admin span a.delete_notice {
    background: #8BC34A;
    color: rgba(255, 255, 255, .5)
}

.reports_notice_admin span a.delete_notice:hover {
    color: #fff
}

.reports_notice_admin span.num {
    font-size: 40px;
    background: red;
    color: #fff
}

.person {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.layout3 .sidebar {
    border-right: 0;
    border-left: solid 1px #ECEFF5
}

.ds1 .content {
    border-right: 0 !important;
    border-left: solid 1px #ECEFF5
}

ul.abc li a {
    background: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, .5)
}

ul.abc li a.select,
ul.abc li a:hover {
    color: #fff;
    background: #000
}

#downloads,
#views {
    display: none
}

.loading {
    color: #408bea
}

.module .content header h1,
.module .content header h2 {
    border-left: solid 3px #408BEA
}

.module .content header span a.see-all {
    background: #408BEA;
    color: #fff
}

a.link_a {
    color: #fff
}

a.link_a:hover {
    color: #408bea
}

.sheader {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.sidebar aside.widget ul li {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

.single_tabs {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.dt_social_single span {
    border-right: solid 2px rgba(255, 255, 255, .08)
}

.dt_social_single b#social_count {
    color: #fff
}

form.update_profile h3 {
    border-bottom: solid 1px #e1e5ea
}

.video_player_enable .box {
    background: #000
}

.video_player_enable .box:hover>.play i {
    color: #fff;
    text-shadow: 0 0 25px rgba(0, 0, 0, 1)
}

.posts {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.result-item article .image .thumbnail span.movies {
    background: #06ad0c
}

.result-item article .image .thumbnail span.post {
    background: #0d82ff
}

.result-item article .image .thumbnail span.tvshows {
    background: red
}

.result-item article .image .thumbnail span.episodes {
    background: #E91E63
}

.result-item article .image .thumbnail span.seasons {
    background: #bb71c6
}

.player_sist .control nav.player ul.options li:hover>a {
    color: #fff
}

.player_sist .control nav.controles ul.list li.contadorads i {
    color: #fff;
    background: rgba(0, 0, 0, .47)
}

.player_sist .control nav.controles ul.list li a {
    color: rgba(255, 255, 255, .2);
    border-left: solid 1px rgba(0, 0, 0, .15)
}

.player_sist .control span.views {
    color: #fff
}

.report-video-form p.desc {
    color: #a5aab2
}

.fix_playerx {
    background: #000
}

.ads_player .ads_box .ads span.notice {
    color: #fff
}

.head-main-nav ul.main-header li ul.sub-menu li a {
    color: rgba(255, 255, 255, .5)
}

.error_widget {
    background: #ff4f4f;
    color: #fff padding:#15px
}

.send_link {
    background: #8bce51;
    color: #fff
}

article.simple .data h3 a {
    color: #fff
}

.form_post_lik .table table th {
    color: #fff
}

.form_post_lik .table table thead tr {
    border-bottom: solid 2px rgba(255, 255, 255, .08)
}

.form_post_lik .table table tbody tr {
    border-bottom: solid 1px rgba(255, 255, 255, .03)
}

.form_post_lik .table table tbody tr:last-child {
    border-bottom: 0
}

.form_post_lik .table table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .3)
}

.form_post_lik .table table tbody tr td a.remove_row {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.form_post_lik .table table td input[type="text"],
.form_post_lik .table table td input[type="url"] {
    border: solid 1px #000;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.form_post_lik .table table td select {
    border: solid 1px #000;
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.form_post_lik .control {
    border-top: solid 3px rgba(255, 255, 255, .08)
}

.form_post_lik .control .left a.add_row {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.form_post_lik .control .left a.add_row:hover,
.form_post_lik .table table tbody tr td a.remove_row:hover {
    background: #408bea;
    color: #fff
}

.form_post_lik .control .right input[type="submit"] {
    ackground: #408bea;
    color: #fff
}

.tleft {
    padding-right: 25px;
    border-right: solid 1px rgba(255, 255, 255, .08)
}

a.see_all {
    background: #408bea;
    color: #fff
}

.live-search ul {
    background: rgba(0, 0, 0, .95)
}

.live-search ul li:hover {
    background: rgba(10, 10, 10, .5);
    opacity: 1
}

.live-search ul li {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.live-search ul li .title {
    color: #fff
}

.live-search ul li .other-name {
    color: #7a858c
}

.live-search ul li .imdb {
    color: rgba(255, 255, 255, .5)
}

.live-search ul li .imdb span.icon-star {
    color: #c18545
}

.adv_slider {
    background: #000;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .7), 0 0 0 1px rgba(0, 0, 0, .4) inset
}

#dt_galery {
    border-top: solid 1px rgba(255, 255, 255, .08);
    padding-top: 20px
}

#dt_galery span {
    background: #fff !important
}

.mensaje_ot {
    background: #f5f7fa
}

.csend {
    border-color: #7ac720
}

.cerror {
    border-color: red
}

a.mtoc {
    background: #408bea
}

#single .sidebar {
    background: transparent
}

.fullplayer .icons-shrink2 {
    color: #fff !important
}

td.cal {
    border: solid 1px rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .7);
    font-weight: 600
}

.linktabs {
    border-bottom: solid 5px rgba(255, 255, 255, .08)
}

.linktabs ul li a.selected {
    background: #408bea;
    color: #fff
}

.mensaje_report .send {
    color: #4CAF50
}

.search_responsive .search-button span.loading {
    color: #408bea
}

.menuresp .menu {
    background: rgba(10, 10, 10, .98)
}

.menuresp .menu .user {
    border-bottom: solid 1px #000;
    background: #191919
}

.menuresp .menu .user .logout a {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.menuresp .menu .user .logout a:hover {
    background: #408bea
}

.menuresp .menu .user a.ctgs {
    background: #408bea;
    color: rgba(255, 255, 255, .8)
}

.menuresp .menu .user a.ctgs:hover {
    color: #fff
}

.menuresp .menu ul.resp li {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.menuresp .menu ul.resp li a {
    color: rgba(255, 255, 255, .8)
}

.menuresp .menu ul.resp li a:hover {
    color: #408bea;
    background: #000
}

.menuresp .menu ul.resp li a i {
    background: #408bea;
    color: #fff
}

.menuresp .menu ul.resp li ul.sub-menu li a {
    color: rgba(253, 253, 253, .5)
}

.menuresp .menu ul.resp li ul.sub-menu li a:hover {
    background: transparent;
    color: #408bea
}

.menuresp .menu ul.resp li ul.sub-menu li a:before {
    color: #9fa9b3
}

.page_user header.user {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.page_user header.user .box .contenido .info span {
    border-right: solid 1px rgba(255, 255, 255, .08)
}

.page_user nav.user {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.page_user nav.user ul li a {
    color: rgba(255, 255, 255, .5)
}

.page_user nav.user ul li a:hover {
    color: #408bea
}

.page_user nav.user ul li a.selected {
    background: #408bea;
    color: #fff
}

.page_user nav.user ul li a.selected:hover {
    color: #fff
}

.page_user .content .upge h2 {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.page_user .content .upge h2 span.pending i {
    background: red;
    color: #fff
}

.user_edit_control ul li a {
    background: #000
}

.user_edit_control ul li a.selected {
    background: #408bea;
    color: #fff;
    font-weight: 500
}

.user_edit_control ul li a.selected:before {
    border-top-color: #408bea
}

#message .sms {
    background: rgba(255, 255, 255, .2)
}

#message .sms .updating {
    border-left: solid 5px #FFC107
}

#message .sms .updating i {
    color: #d0d5dc
}

#message .sms .error {
    border-left: solid 5px #ff5858
}

#message .sms .error i {
    color: #ff5858
}

#message .sms .sent {
    border-left: solid 5px #fff
}

#message .sms .sent i {
    color: #fff
}

.page_user .content .paged a.load_more {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.page_user .content .paged a.load_more:hover {
    background: #408bea;
    color: #fff
}

table.account_links thead {
    background: #000
}

table.account_links tbody {
    border-top: 0
}

table.account_links tbody>tr:nth-child(even) {
    background: rgba(0, 0, 0, .5)
}

table.account_links tbody tr {
    background: rgba(0, 0, 0, .3);
    border-bottom: solid 1px transparent
}

table.account_links tbody td.publish i.icon:before {
    content: "\f058";
    color: #4CAF50
}

table.account_links tbody td.pending i.icon:before {
    content: "\f056";
    color: #FFC107
}

table.account_links tbody td.trash i.icon:before {
    content: "\f057";
    color: #ff3131
}

table.account_links tbody td a {
    color: rgba(255, 255, 255, .5)
}

#edit_link .box .form_edit {
    background: #fff;
    box-shadow: 0 1px 20px 3px rgba(0, 0, 0, .17)
}

#edit_link .box .form_edit .cerrar a {
    color: #fff;
    background: #4a4d52
}

#edit_link .box .form_edit .cerrar a:hover {
    background: #408bea
}

#edit_link .box .form_edit .ready i {
    color: #4CAF50
}

#edit_link .box .form_edit fieldset h3 {
    border-bottom: solid 5px #d8dce2
}

#edit_link .box .form_edit fieldset select {
    color: #222D34;
    border: solid 1px #d8dce2;
    background: #f5f7fa
}

#edit_link .box .form_edit fieldset select:hover,
#edit_link .box .form_edit fieldset select:focus {
    background: #fff
}

#edit_link .box .form_edit fieldset h3 i {
    color: #4CAF50
}

#edit_link .box .form_edit fieldset input[type="text"] {
    border: solid 1px #d8dce2;
    background: #f5f7fa
}

#edit_link .box .form_edit fieldset input[type="text"]:hover,
#edit_link .box .form_edit fieldset input[type="text"]:focus {
    background: #fff
}

#edit_link .box .form_edit fieldset input[type="submit"] {
    background: #408bea;
    color: #fff
}

.dtuser a.clicklogin {
    color: #fff;
    border-left: solid 2px rgba(255, 255, 255, .2);
    float: left;
    padding: 5px 15px
}

.dtuser a.clicklogin:hover {
    color: #408BEA
}

.dtuser .gravatar {
    border-left: solid 2px rgba(255, 255, 255, .08)
}

.dtuser .gravatar span {
    color: #fff;
    background: #ff1212
}

.login_box .box {
    background: rgba(25, 25, 25, .98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 150px rgba(0, 0, 0, .52);
    box-shadow: 0 1px 15px #000
}

.login_box .box a#c_loginbox {
    color: #eceff5
}

.login_box .box a#c_loginbox:hover {
    color: #408bea
}

.login_box .box input {
    border: solid 1px rgba(255, 255, 255, .15);
    background: #000;
    color: rgba(255, 255, 255, .7)
}

.login_box .box input[type="submit"] {
    background: #408bea;
    color: #fff
}

.login_box .box a.register {
    color: #fff !important;
    background: rgba(0, 0, 0, .86);
    border: 0
}

#resultado_link_form .msg i {
    color: #fff
}

#resultado_link_form .msg {
    background: rgba(251, 251, 251, .15)
}

.plyr input[type=range]::-ms-fill-lower {
    background: #408bea
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #408bea;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #408bea;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #408bea;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
    background: #408bea;
    color: #fff
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #408bea;
    color: #fff
}

.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #408bea;
    background: 0 0;
    transition: none
}

.dt_mainmeta nav.genres ul li {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.dt_mainmeta nav.genres ul li a {
    color: rgba(255, 255, 255, .5)
}

.dt_mainmeta nav.genres ul li a:before {
    color: #d4dae6
}

.dt_mainmeta nav.genres ul li.current-cat a:before {
    color: #408bea
}

.dt_mainmeta nav.genres ul li a:hover {
    color: #408bea
}

.dt_mainmeta nav.releases ul li a {
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .5)
}

.dt_mainmeta nav.releases ul li a:hover {
    color: #fff;
    background: #408bea
}

.dt_mainmeta nav h2:before {
    color: rgba(255, 255, 255, .8)
}

.page_user {
    background: rgba(15, 15, 15, .93);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .7), 0 0 0 1px rgba(0, 0, 0, .4) inset
}

.logo h1.text {
    color: #fff
}

.head-main-nav ul.main-header li ul.sub-menu li a:hover {
    color: #408BEA
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20)
}

.page_user header.user .box .contenido .info span b.num {
    color: #fff
}

.page_user header.user .box .contenido .info span i.text {
    color: rgba(255, 255, 255, .5)
}

.page_user header.user .box .contenido .name h2 {
    color: #fff
}

.live-search {
    margin-left: 0
}

.search_page_form form input[type="text"] {
    color: #fff
}

.contact .wrapper fieldset p,
.contact .wrapper p.descrip {
    color: #111
}

.person .data .name a {
    color: #fff
}

.person .data .caracter {
    color: rgba(255, 255, 255, .4)
}

.links_table table thead tr th {
    color: #fff
}

form.search-form input[type=text] {
    color: #fff
}

header.top_imdb {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

header.top_imdb h1.top-imdb-h1 span {
    color: #408bea
}

.dtinfo .title h4 {
    color: #fff
}

.dtinfo .metadata {
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .4)
}

.dtinfo .metadata span.imdb {
    background: #000;
    color: #fff;
    border-radius: 3px
}

.dtinfo .texto {
    border-bottom: solid 1px rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .4)
}

.dtinfo .genres .mta a {
    border-right: solid 1px rgba(255, 255, 255, .15);
    color: #fff
}

td.cal a {
    background: #408bea;
    color: #fff
}

.featu {
    background: #ff2a2a;
    color: #fff
}

.module .content .items .item .dfeatur .mark i {
    color: rgba(255, 255, 255, .5)
}

.user_control a {
    color: rgba(255, 255, 255, .4);
    border-right: solid 1px rgba(255, 255, 255, .09)
}

.user_control a:hover {
    color: #fff
}

.user_control a.in-list {
    color: #408bea
}

.user_control a.in-views {
    color: #fff
}

.tooltip .tooltiptext {
    background-color: #444;
    color: #fff
}

.tooltip-right::after {
    border-color: transparent #444 transparent transparent
}

article.simple .poster .profile_control {
    background: rgba(0, 0, 0, .8)
}

article.simple .poster .profile_control span a {
    background: #fff;
    color: #00BCD4
}

article.simple .poster .profile_control span a:hover {
    background: #00BCD4;
    color: #fff
}

.requests {
    background: rgba(15, 15, 15, .93);
    border-bottom: solid 1px rgba(255, 255, 255, .12)
}

.requests nav h1 span {
    color: rgba(255, 255, 255, .5)
}

.requests nav a.add_request {
    color: #fff;
    background: #00BCD4
}

.requests nav ul li a {
    color: #828282
}

.requests nav ul li a i {
    color: #fff;
    background: #f10
}

.requests nav ul li a.active {
    background: rgba(255, 255, 255, .3);
    color: #fff
}

.requests .content .tabox {
    border-top: solid 1px rgba(255, 255, 255, .1)
}

.requests .content .items .item .box {
    background: rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07)
}

.requests .content .items .item .box .poster span {
    background: rgba(0, 0, 0, .8);
    color: #fff
}

.requests .content .items .item .box h3 {
    border-bottom: solid 1px #1f1f1f;
    color: #fff
}

.requests .content .items .item .box .data span a.get_content_dbmovies {
    background: rgba(255, 255, 255, .15);
    color: #fff
}

.requests .content .items .item .box .data span .itm-exists {
    background: #000;
    color: #fff
}

.requests .content .items .item:hover>.box .data span a.get_content_dbmovies {
    background: #4caf50;
    color: #fff
}

.requests .content .items .item .box .data span i.icon-plus2 {
    color: #9fabbd
}

.requests .content .items .item .box .data span i.icon-check {
    color: #8BC34A
}

.requests .discover .fixbox .box {
    background: #000;
    border: 2px solid rgba(255, 255, 255, .13)
}

.requests .discover .fixbox .box form button.filter span {
    color: #e1e4e8
}

.requests .discover .fixbox .box form:hover button.filter span {
    color: #00BCD4
}

footer.main .fcmpbox {
    background: rgba(15, 15, 15, .98);
    box-shadow: 0 10px 25px -7px rgba(0, 0, 0, .7)
}

footer.main .fcmpbox .primary {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

footer.main .fcmpbox .primary .columenu .item h3 {
    color: rgba(255, 255, 255, .8)
}

span.top-page a {
    background: rgba(255, 255, 255, .2);
    color: #fff
}

.dt-breadcrumb {
    border-bottom: solid 1px rgba(255, 255, 255, .05);
    background: rgba(15, 15, 15, .98)
}

.breadcrumb_bottom {
    border-top: solid 1px rgba(255, 255, 255, .08) !important
}

.dt-breadcrumb ol li span.icon-angle-right {
    color: rgba(255, 255, 255, .5)
}

.letter_home {
    background: rgba(15, 15, 15, .98)
}

.letter_home ul.glossary li a {
    color: rgba(255, 255, 255, .5)
}

.letter_home ul.glossary li a:hover,
.letter_home ul.glossary li a.active {
    color: #408bea
}

.letter_home>.items_glossary {
    background: rgba(15, 15, 15, 1);
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .3)
}

.items_glossary .items .item .poster .rating {
    background: rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, .9)
}

.items_glossary .items .item .poster .rating i {
    color: #FFD600
}

.post_request {
    background: #000;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .7)
}

.post_request .box_post .backdrop span {
    color: #fff;
    background: #000
}

.post_request .box_post .data p {
    border-top: solid 1px rgba(255, 255, 255, .15)
}

.requests nav h1 {
    color: #fff
}

.requests .discover .fixbox .box form input[type="text"] {
    color: #fff
}

.post_request .box_post .data h3 {
    color: #fff
}

.items_glossary .items .item .data h3 {
    color: #fff
}

.dt-breadcrumb ol li a {
    color: rgba(255, 255, 255, .8)
}

.blog-list-items {
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.dooplay_player {
    border-bottom: solid 3px rgba(255, 255, 255, .08)
}

.dooplay_player .options ul li {
    background: transparent;
    border-bottom: solid 1px rgba(255, 255, 255, .08)
}

.dooplay_player .options ul li:hover span.title {
    color: #408bea
}

.dooplay_player .options ul li i {
    color: rgba(255, 255, 255, .3)
}

.dooplay_player .options ul li span.flag img {
    border: solid 2px rgba(0, 0, 0, .5)
}

.dooplay_player .options ul li.on,
.dooplay_player .options ul li.on:hover {
    background: rgba(255, 255, 255, .1)
}

.dooplay_player .options ul li.on i {
    color: #fff
}

.dooplay_player .play {
    background: #000
}

.dooplay_player h2 {
    border-bottom: solid 1px rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.dooplay_player h2 span {
    color: rgba(255, 255, 255, .4)
}

.dooplay_player h2 span.flashit {
    color: #fff
}

.dooplay_player .options ul li span.server {
    color: rgba(255, 255, 255, .5)
}

.dooplay_player .play .preplayer,
.dooplay_player .play .pframe {
    background: #000
}

.dooplay_player .options {
    background: rgba(0, 0, 0, .5)
}

.dooplay_player .options ul li span.title {
    color: #fff
}

.links_table table tbody tr td strong.quality,
table.account_links tbody td strong.quality {
    border-color: rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .2);
    color: #fff
}

.module_single_ads {
    border-color: rgba(255, 255, 255, .08)
}

.loader,
.loader:after,
.loader:before {
    background: rgba(255, 255, 255, .5)
}

.live-search {
    border-top: 0
}

header.main .hbox .search form input[type=text]::placeholder {
    color: rgba(255, 255, 255, .3)
}

header.main .hbox .logo {
    background: rgba(255, 255, 255, .05)
}

ul.wp-tags li {
    background: rgba(0, 0, 0, .6)
}

header.main {
    background: #232323;
    border-bottom: solid 1px #dd1f1f
}

.module .content {
    width: calc(100% - 280px)
}

.module .sidebar {
    width: 280px
}

.module .content .items .item {
    padding: 3px
}

.module .content .items .item .poster .rating {
    bottom: auto;
    top: 5px;
    left: 5;
    right: auto
}

.lang-supported {
    padding: 8px 5px;
    text-align: center;
    float: left;
    width: 100%;
    background: #222;
    font-size: 11px
}

.module .content .items .item .data {
    float: none;
   /* width: auto;*/
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 3px;
    background: rgba(0, 0, 0, .6);
    padding: 5px;
    right: 3px;
  /*  left: 3px*/
}

.module .content .items .item .data h3,
.module .content .items .item .data h4 {
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 0;
    width: 100%;
    float: left;
    text-overflow: unset;
    white-space: unset;
    overflow: hidden;
    color: #ffffff;
}

.module .content .items .item .data h3,
.module .content .items .item .data h4,
.module .content .items .item .data h3 a,
.module .content .items .item .data h4 a {
    color: #ffffff;
}

.module .content header {
    float: left;
    width: 100%;
    padding: 10px 10px;
    line-height: 20px;
    background: #232323;
    border-left: solid 3px #dd1f1f;
}

.module .content header h2 {
    border-left: 0;
    padding-left: 5px;
    font-size: 16px
}

.module .sidebar {
    background: #151515;
    padding: 0;
    margin-top: 10px
}

.dt_mainmeta nav.genres ul li a {
    color: #fff
}

.dt_mainmeta nav.releases ul li a {
    color: #fff
}

.module .content .items .item {
    width: calc(100%/ 6)
}

.dt_mainmeta nav h2 {
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background: #232323;
    padding: 12px 15px;
    color: #fff;
    border-left: solid 3px #dd1f1f;
}

.dt_mainmeta nav.releases ul li a {
    background: rgb(97, 88, 88)
}

.dt_mainmeta nav.genres ul li i {
    float: right;
    font-style: normal;
    font-size: 11px;
    background: #dd1f1f;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 100px;
    color: #fff
}

header.responsive {
    border-bottom: 3px solid #dd1f1f
}

.module .content header h1,
.module .content header h2 {
    border-left: 0
}

.content-seo {
    clear: left;
    line-height: 20px;
    padding: 20px
}

.content-seo h1,
.content-seo h2 {
    font-size: 20px;
    margin-bottom: 10px
}

.content-seo p {
    margin-bottom: 15px
}

#contenedor,
header.main .hbox,
footer.main .fbox {
    max-width: 1600px
}

.pagination {
    display: block !important
}

.resppages {
    display: none !important
}

.dt_social_single a.line {
    background: #00c300
}

.starstruck-wrap {
    display: none
}

.widget-title {
    font-weight: 400;
    font-size: 17px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    background: #232323;
    padding: 12px 15px;
    color: #fff;
    border-left: solid 3px #ff0100
}

.sidebar aside.widget ul li a {
    color: #fff
}

.box_links,
#report {
    display: none
}

.dooplay_player .options ul {
    margin: 10px 0
}

.dooplay_player .options {
    padding: 0 10px
}

.bannder-section {
    padding: 10px 5px;
    float: left;
    width: 100%;
    border-bottom: solid 3px #222;
    overflow: hidden
}

.line-btn {
    display: block;
    color: #fff;
    background: #1fca17;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    max-width: 49%;
    font-size: 15px;
    float: left;
    margin: 0 .5%;
    margin-bottom: 5px;
    text-align: center
}

.report-btn {
    display: block;
    color: #fff;
    background: #ae2020;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    max-width: 49%;
    font-size: 15px;
    float: left;
    margin: 0 .5%;
    margin-bottom: 5px;
    text-align: center
}

.line-btn img {
    padding-right: 7px;
    margin-top: -3px
}

.dooplay_player h2 {
    padding: 10px 30px;
    border-top: solid 1px #222
}

.dooplay_player h2 span {
    color: #ddd;
    font-size: 14px;
    text-transform: uppercase
}

#movie-collection .item.movies {
    width: 100%
}

#movie-collection .lang-supported {
    color: #ffcb00;
    font-size: 14px
}

header.responsive .logo {
    padding: 5px 0 0
}

header.responsive .logo img {
    width: auto;
    height: 44px
}

.sbox .sdata h1,
.sheader .data h1 {
    font-size: 25px
}

.nav_items_module a.btn {
    padding-left: 10px;
    float: left;
    font-size: 21px;
    cursor: pointer;
    line-height: 20px;
    border: solid 1px;
    padding: 0 30px;
    background: none
}

.module .content header span a.see-all {
    font-size: 14px;
    margin-right: 5px
}

#section-movie-collection,
#section-featured-post,
#section-series {
    position: relative;
    float: left;
    width: 100%
}

#section-movie-collection .nav_items_module,
#section-featured-post .nav_items_module,
#section-series .nav_items_module {
    float: none
}

#section-movie-collection .btn.nextf::before,
#section-featured-post .btn.nextf::before,
#section-series .btn.nextf::before {
    font-family: icomoon !important;
    content: "\f105";
    font-size: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 9px;
    color: rgba(255, 255, 255, .7);
    text-shadow: 1px 1px 13px #000
}

#section-movie-collection .btn.nextf,
#section-featured-post .btn.nextf,
#section-series .btn.nextf {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 39px;
    z-index: 1;
    border: 0
}

#section-movie-collection .btn.prevf::before,
#section-featured-post .btn.prevf::before,
#section-series .btn.prevf::before {
    font-family: icomoon !important;
    content: "\f105";
    font-size: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 9px;
    color: rgba(255, 255, 255, .7);
    text-shadow: 1px 1px 13px #000;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

#section-movie-collection .btn.prevf,
#section-featured-post .btn.prevf,
#section-series .btn.prevf {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 39px;
    z-index: 1;
    border: 0
}

.report-link {
    clear: left;
    padding: 20px 5px;
    max-width: 600px;
    margin: 20px auto;
    display: none
}

.report-link h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff
}

.report-link select {
    width: 100%;
    padding: 5px 10px;
    background: #393838;
    border: solid 1px #605c5c;
    line-height: 20px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px
}

.report-link button {
    width: 100%;
    display: block;
    color: #fff;
    background: #ae2020;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    font-size: 15px;
    float: left;
    margin: 0 .5%;
    margin-bottom: 5px;
    text-align: center;
    border: 0
}

.alert.alert-success {
    padding: 10px;
    border: solid 1px #5aa956;
    color: #fff;
    background: #10710b;
    margin-bottom: 10px;
    margin: 10px;
    border-radius: 5px;
    line-height: 20px
}

.text-white {
    color: #fff !important
}

#seasons .se-c .se-a ul.episodios li .imagen {
    display: none
}

#seasons .se-c .se-a ul.episodios li .episodiotitle {
    padding-left: 104px
}

#seasons .se-c .se-a ul.episodios li .episodiotitle span.date {
    display: none
}

#seasons .se-c .se-a ul.episodios li .numerando {
    margin: 0
}

#seasons .se-c .se-q span.title i {
    display: none
}

#seasons .se-c .se-q span.se-t {
    width: 80px
}

#seasons .se-c .se-q {
    background: #222
}

.item.tvshows .lang-supported {
    min-height: 27px
}

.item.tvshows .data {
    bottom: 0 !important;
    min-height: 30px
}

.pag_episodes .item a.nonex {
    opacity: .7
}

.fixed-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -2px;
    text-align: center;
    z-index: 100000000000
}

.fixed-banner img {
    width: 100%;
    max-width: 480px
}

@media only screen and (max-width:1024px) {
    .head-main-nav ul.main-header {
        display: none
    }

    .module .content .items .item {
        width: calc(100%/ 4)
    }

    #section-movie-collection .btn.nextf::before,
    #section-featured-post .btn.nextf::before,
    #section-series .btn.nextf::before {
        font-size: 70px;
        margin-top: -50px;
        right: 5px
    }

    #section-movie-collection .btn.prevf::before,
    #section-featured-post .btn.prevf::before,
    #section-series .btn.prevf::before {
        font-size: 70px;
        margin-top: -50px;
        left: 5px
    }

    #section-movie-collection .btn.nextf,
    #section-featured-post .btn.nextf,
    #section-series .btn.nextf {
        padding: 0 20px !important
    }

    #section-movie-collection .btn.prevf,
    #section-featured-post .btn.nextf,
    #section-series .btn.nextf,
    {
    padding: 0 20px !important
}
}

@media only screen and (max-width:767px) {
    h1.epih1 {
        font-size: 20px !important
    }

    #single .content .sbox {
        padding: 15px
    }

    .report-btn,
    .line-btn {
        max-width: 100%;
        margin: 0 0 5px;
    }

    .module .content .items .item.movies {
        padding: 3px
    }

    .module .content header h2 {
        margin-left: 5px
    }

    .module .content .items .item.movies .data {
        float: none;
        width: auto;
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        bottom: 3px;
        background: rgba(0, 0, 0, .6);
        padding: 5px;
        right: 1px;
        left: 1px
    }

    .module .content,
    .module .sidebar {
        padding: 10px 5px !important
    }

    .module .content .items .item .data h3,
    .module .content .items .item .data h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media only screen and (max-width:480px) {
    .pag_episodes .item a span {
        display: inline !important;
        font-size: 11px;
        color: #fff !important
    }
}

@media only screen and (max-width:375px) {

    .module .content,
    .module .sidebar {
        padding: 10px 1px !important
    }
}

@media only screen and (max-width:1130px) {
    a.wide {
        display: none
    }

    .fullplayer {
        width: 100%
    }

    .fullsidebar {
        padding-top: 10px !important
    }

    .player_sist .playex {
        min-height: auto
    }
}

@media only screen and (max-width:1024px) {
    footer.main .fbox .copy {
        padding: 20px 0
    }

    .fixed-sidebar {
        position: relative;
        width: 100%
    }

    header.main .hbox .right {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .fakeplayer .playbox span.playbtm {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px
    }

    .module .content.full_width_layout article.episodes {
        width: calc(100%/3)
    }

    .module .content.full_width_layout .items .item {
        width: calc(100%/ 4)
    }

    .dooplay_player .play.isnd {
        padding: 0
    }

    .requests .content .tabox {
        width: 100%
    }

    .comments-area {
        padding: 30px
    }

    .requests {
        padding: 11px
    }

    .post_request {
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0;
        position: fixed
    }

    .module .content header {
        padding: 10px 0
    }

    .full_width_layout {
        padding: 10px !important
    }

    .csearch {
        padding: 20px !important
    }

    .module .csearch header {
        padding: 10px 0
    }

    .letter_home .fixresp {
        width: 100%;
        height: 56px;
        float: left;
        overflow-x: scroll
    }

    .letter_home .fixresp ul.glossary {
        width: 1260px
    }

    .items_glossary .items .item {
        width: calc(100% / 5)
    }

    .dt_mainmeta nav.genres ul,
    .dt_mainmeta nav.releases ul {
        overflow-y: unset;
        max-height: 100%
    }

    .module .content .items .item .data {
        display: block
    }

    .single-page {
        padding: 25px
    }

    #edit_link .box {
        top: 60px;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%
    }

    #edit_link .box .form_edit {
        width: 100%
    }

    .page_user nav.user ul li.rrt {
        display: none
    }

    .page_user nav.user ul li {
        width: calc(100% / 4)
    }

    #items_movies,
    #items_tvshows {
        padding-bottom: 10px
    }

    .page_user .content .paged {
        padding: 0 20px
    }

    #message .sms {
        margin-bottom: 10px
    }

    .user_edit_control ul li a.selected:before {
        border-width: 10px;
        margin-left: -10px
    }

    .user_edit_control {
        margin-bottom: 20px
    }

    .user_edit_control ul li a {
        padding: 13px 0;
        font-size: 13px
    }

    form.update_profile {
        padding: 20px 30px
    }

    .page_user nav.user ul li a {
        padding: 10px 15px;
        font-weight: 300;
        width: 100%;
        text-align: center;
        font-size: 17px
    }

    form.update_profile fieldset {
        padding: 0;
        margin-bottom: 10px
    }

    .page_user {
        width: 100%;
        padding: 3px 0;
        margin: 0
    }

    .page_user header.user .box {
        height: 70px;
        padding: 10px
    }

    .page_user header.user .box .contenido .name h2 {
        font-size: 18px;
        line-height: 25px
    }

    .page_user header.user .box .gravatar {
        width: 50px
    }

    .page_user header.user .box .contenido {
        padding-left: 60px
    }

    .page_user header.user .box .contenido .name {
        display: none
    }

    .page_user header.user .box .contenido .name p {
        display: none
    }

    .page_user header.user .box .contenido .info {
        width: 100%
    }

    .page_user header.user .box .contenido .info span {
        margin: 4px 0
    }

    .ds1 .content {
        margin-left: 0
    }

    .fix_playerx {
        margin-top: 0
    }

    #single .episodes_cont .sbox {
        padding: 20px
    }

    header.main,
    footer.main,
    .module .content .items .item:hover>.dtinfo,
    .pagination {
        display: none
    }

    .resppages {
        display: block
    }

    .module .content,
    .module .sidebar {
        width: 100%;
        margin-left: 0;
        padding: 10px;
        border-right: 0
    }

    #contenedor {
        width: 100%;
        margin: 53px auto 0
    }

    .module {
        margin-bottom: 0;
        margin-top: -2px
    }

    .contact,
    .account {
        margin: 0
    }

    .contact .wrapper {
        padding: 20px
    }

    .module .sidebar {
        position: relative
    }

    #single {
        margin-bottom: 0
    }

    ul.main_links li a.active {
        border-left: 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px
    }

    header.responsive,
    .search_responsive {
        display: block
    }

    .sidblock,
    .formblock {
        display: block !important;
        -moz-transition: top .4s ease-in-out;
        -o-transition: top .4s ease-in-out;
        -webkit-transition: top .4s ease-in-out;
        -ms-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out
    }

    #single .content {
        width: 100%;
        border-right: 0
    }

    #single .sidebar {
        width: 100%;
        border-left: 0;
        margin-left: 0;
        position: relative
    }

    .single-page {
        margin-top: 0
    }

    .nav_items_module {
        margin-left: 15px
    }

    .nav_items_module a.btn {
        font-size: 25px;
        border: solid 1px rgba(136, 136, 136, .3);
        padding: 0 12px;
        margin: 0 2px
    }

    .module .content header span,
    .module .content header {
        line-height: 30px
    }
}

@media only screen and (max-width:667px) {
    .module .content.full_width_layout .items .item {
        width: calc(100%/ 3)
    }

    .module .content.full_width_layout article.episodes {
        width: calc(100%/2)
    }

    .requests .content .items .item {
        width: calc(100%/4)
    }

    .dt_social_single a.whatsapp {
        display: block
    }

    .sheader .poster {
        width: 110px
    }

    .sheader .data {
        width: calc(100% - 130px);
        margin-left: 130px
    }

    .items_glossary .items .item {
        width: calc(100% / 4)
    }
}

@media only screen and (max-width:600px) {
    .requests nav {
        padding: 0
    }

    .requests .content .items {
        padding: 0
    }

    .requests .content .items .item {
        width: calc(100%/3)
    }

    .requests nav h1 {
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .requests nav ul {
        float: left
    }

    .link_sharing {
        width: 100%;
        top: 0;
        margin-left: 0;
        left: 0;
        position: absolute;
        margin-top: -53px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .account .sidebar {
        width: 170px
    }

    .account .content {
        width: calc(100% - 170px);
        margin-left: 170px
    }

    article.simple {
        width: calc(100% / 3)
    }

    .blog-list-items .entry {
        width: 100%
    }

    .report-video-active {
        width: 100%;
        left: 0;
        top: 0;
        margin-top: 0;
        margin-left: 0;
        position: absolute
    }
}

@media only screen and (max-width:540px) {
    .user_control {
        float: left;
        width: 100%;
        margin-left: 0
    }

    .user_control a {
        width: 50%;
        text-align: center
    }

    .user_control a:first-child {
        border-left: 0
    }

    .user_control a span {
        margin-left: 0;
        padding: 0 20px
    }

    a.report-video span,
    .dt_social_single a b {
        display: none
    }

    .owl-theme .owl-controls .owl-page span {
        width: 10px
    }

    .starstruck-wrap {
        display: none
    }

    .slider article.item {
        width: 100%
    }

    .module .content .items .item {
        width: calc(100%/ 3);
        padding: 5px
    }

    .se_rating,
    span.sl-wrapper,
    .grid-container .form-description,
    .player_sist .control span.views {
        display: none
    }

    .custom_fields {
        width: 100%
    }

    .custom_fields b.variante {
        width: 100%
    }

    .custom_fields span.valor {
        width: 100%;
        margin-top: 15px
    }

    ul.smenu {
        padding: 10px;
        width: 100%
    }

    ul.smenu li {
        width: 50%;
        padding: 2px
    }

    ul.smenu li a {
        text-shadow: none;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        padding: 10px 15px
    }

    ul.smenu li a.selected {
        margin-bottom: 0
    }

    .link_sharing p input[type=submit] {
        width: 100%
    }

    .no-result h2 {
        font-size: 20px
    }

    .no-result {
        padding: 10px
    }

    .posts {
        padding: 20px
    }

    .player_sist {
        margin: 0
    }

    .person {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .items_glossary .items .item {
        width: calc(100% / 3)
    }

    .login_box {
        width: 100%;
        top: 50px;
        left: 0;
        margin-left: 0
    }

    form.update_profile fieldset input[type=submit] {
        width: 100%
    }

    .pag_episodes .item a span {
        display: none
    }

    .module .content .items .episodes {
        width: 50%;
        padding: 5px
    }

    .account .sidebar {
        position: relative;
        width: 100%
    }

    .account .content {
        width: 100%;
        margin-left: 0;
        padding: 15px
    }

    .epiheader .epidata h3 {
        font-size: 25px
    }

    .top-imdb-list {
        width: 100%
    }

    .tleft {
        padding-right: 10px;
        border-right: 0
    }

    .tright {
        padding-left: 10px
    }

    .result-item article {
        padding-left: 110px
    }

    .result-item article .image {
        width: 90px;
        height: 90px
    }

    .player_sist .control span.qualityx {
        display: none
    }
}

@media only screen and (max-width:424px) {
    .module .content.full_width_layout .items .item {
        width: calc(100%/ 3)
    }

    .dt_social_single span {
        display: none
    }

    .requests .content .items .item {
        width: calc(100%/2);
        padding: 5px
    }

    .module .content .items .episodes {
        width: 50%;
        padding: 5px
    }

    .posts .meta .views {
        display: none
    }

    .dt_social_single a {
        margin-right: 0;
        border-radius: 0;
        width: calc(100%/5);
        text-align: center;
        padding: 13px 0
    }

    .dt_social_single a i {
        float: initial;
        font-size: 20px
    }

    .dt_social_single {
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1
    }
}

@media only screen and (max-width:320px) {
    .module .content .items .episodes {
        width: 100%;
        padding: 5px
    }

    .module .content .items .item {
        width: calc(100%/ 3)
    }

    .module .content.full_width_layout article.episodes {
        width: calc(100%/1)
    }
}

@media (min-width: 1200px){
.ad-zone .item {
    flex-grow: 1;
    max-width: 50%;
}
}