/*------------------------------/
    01 - .Normalize
    02 - .Print
    03 - .Fonts
       L - (Icons)
    04 - .Typography
    05 - .Layout
       L - (Spaces)
       L - (Grid)
       L - (NoFlex)
    06 - .Forms
       L - (Input/textarea/select)
       L - (Icon)
       L - (Select)
       L - (Checkbox/Radio)
       L - (Buttons)
       L - (Form inline)
    07 - .Misc
       L - (Clear Fix)
       L - (Transitions)
       L - (Hide/Show)
    08 - .Header
    09 - .Body
    10 - .Footer
    11 - .Wordpress
       L - (Widgets)
       L - (Plugins)
    12 - .Responsive Web Design
       L - (max-width:62em)
       L - (max-width:62em) and (orientation:landscape)
       L - (max-width:48em)
       L - (max-width:34em)
       L - (max-width:24em)
       L - (min-width:48em)
       L - (min-width:62em)
       L - (min-width:62em) and (max-width:70em)
       L - (min-width:70em) and (max-width:85em)
       L - (min-width:85em) and (max-width:100em)
       L - (min-width:100em)
/------------------------------*/
/*01 - .Normalize*/
html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body, figure {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary, picture {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active, a:hover, :focus {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong, em {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2rem;
    margin: 0.67rem 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25rem
}

sup {
    top: -0.5rem
}

video, iframe {
    border: 0;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1rem
}

pre {
    padding: 1rem;
    max-width: 100%;
    position: relative;
    white-space: pre-wrap
}

pre:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    opacity: .2;
    content: ''
}

figure img {
    vertical-align: top
}

.jm15 {
    color: #000
}

hr {
    background-color: currentColor;
    border: 0;
    height: 1px;
    overflow: visible;
    opacity: .2
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

caption {
    margin-bottom: -1px
}

caption, td, th {
    border: 0;
    padding: .9370rem;
    text-align: left
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
    outline: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical
}

[type='checkbox'], [type='radio'] {
    padding: 0
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield;
    outline: 0
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .8
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

x|

1
/*02 - .Print*/
@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: '(' attr(href) ')'
    }

    abbr[title]:after {
        content: '(' attr(title) ')'
    }

    a[href^='#']:after, a[href^='javascript:']:after {
        content: ''
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

/*03 - .Fonts*/
/*(Icons)*/
a[class*='fa-'], span[class*='fa-'], strong[class*='fa-'], i[class*='fa-'], a[class*='AAIco-'], span[class*='AAIco-'], strong[class*='AAIco-'], i[class*='AAIco-'] {
    display: inline-block
}

[class*='AAIco-']:before, [class*='fa-']:before, .widget_categories > ul li > a:before, .comment-reply-link:before, .comment-notes:before, .TPost .Description .CastList li:before, .widget_ratings-widget li:before, .widget_recent_comments li:before, .widget_recent_entries li:before, .widget_views li:before, .widget_rss li:before, .widget_meta li:before, .widget_pages li:before, .widget_archive li:before {
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal
}

[class*='fa-']:before {
    font-family: FontAwesome
}

[class*='AAIco-']:before, .wp-pagenavi a.first:before, .wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.nextpostslink:before, .wp-pagenavi a.last:before, .widget_categories > ul li > a:before, .sol-quick-delete, .comment-reply-link:before, .comment-notes:before, .TPost .Description .CastList li:before, .trsrclst .tr-delete, .next.page-numbers:before, .prev.page-numbers:before, .widget_ratings-widget li:before, .widget_recent_comments li:before, .widget_recent_entries li:before, .widget_views li:before, .widget_rss li:before, .widget_meta li:before, .widget_pages li:before, .widget_archive li:before {
    font-family: 'Material Icons';
    font-feature-settings: 'liga'
}

/*04 - .Typography*/
body {
    font-size: .875rem;
    line-height: 1.5625rem;
    font-family: 'Source Sans Pro', sans-serif;
    word-wrap: break-word
}

dl dt {
    font-weight: 700
}

p, h1, h2, h3, h4, h5, h6 {
    font-size: inherit
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .Title a {
    color: inherit
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.1870rem
}

h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.0625rem
}

h6 {
    font-size: 1rem
}

/*05 - .Layout*/
*, :before, :after {
    box-sizing: inherit
}

html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

.Tf-Wp {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.Tf-Wp > .Body {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.Container {
    margin: 0 auto;
    padding: 0 1rem 0 1rem;
}

/*(Spaces)*/
.jm15 {
    color: #000
}

hr {
    margin: 1.870rem 0
}

ul, ol, dl {
    list-style-position: outside
}

ul ul {
    list-style-type: inherit
}

ul ul, ul ol, ol ol, ol ul {
    margin-left: .9370rem;
    margin-bottom: 0
}

ul, ol {
    margin-left: .9370rem
}

nav ul, [class*='Menu'], [class*='List'], [class*='Row'] {
    margin: 0;
    padding: 0;
    list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul, ol, dl, dl dt, dl dd, h1, h2, h3, h4, h5, h6, p, blockquote, table, input, textarea, button, select, [class*='Form-'] {
    margin-bottom: .9370rem
}

[class*='Row'] {
    margin-left: -.625rem;
    margin-right: -.625rem
}

[class*='Row'] > * {
    padding-left: .625rem;
    padding-right: .625rem;
    min-width: 0
}

.RowCn > .Row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

[class*='Form-'] input, [class*='Form-'] button, [class*='Form-'] textarea, [class*='Form-'] select, [class*='Form-'] .Form-Select {
    margin-bottom: 0
}

[class*='Form-'] [class*='Form-'] {
    margin-bottom: 0
}

/*(Grid)*/
.AF.Rows:after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both
}

.AF.Rows > * {
    display: block;
    float: left;
    width: 100%
}

.AX.Rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.AX.Rows > * {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.AX.Rows > .Auto, .AX.Rows.AtRw > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.Column.A01, .Rows.A01 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.Column.A02, .Rows.A02 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.Column.A20, .Rows.A20 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.Column.A03, .Rows.A03 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.Column.A04, .Rows.A04 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.Column.A05, .Rows.A05 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.Column.A06, .Rows.A06 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.Column.A07, .Rows.A07 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.Column.A08, .Rows.A08 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.666667%;
    max-width: 66.66666667%
}

.Column.A09, .Rows.A09 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.Column.A10, .Rows.A10 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.Column.A11, .Rows.A11 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.Column.A12, .Rows.A12 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

/*(min-width:34em)*/
@media screen and (min-width: 34em) {
    .BF.Rows:after {
        content: '';
        display: block;
        overflow: hidden;
        clear: both
    }

    .BF.Rows > * {
        display: block;
        float: left;
        width: 100%
    }

    .BX.Rows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .BX.Rows > * {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .BX.Rows > .Auto, .BX.Rows.AtRw > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .Column.B01, .Rows.B01 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .Column.B02, .Rows.B02 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .Column.B20, .Rows.B20 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .Column.B03, .Rows.B03 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Column.B04, .Rows.B04 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .Column.B05, .Rows.B05 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .Column.B06, .Rows.B06 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Column.B07, .Rows.B07 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .Column.B08, .Rows.B08 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.666667%;
        max-width: 66.66666667%
    }

    .Column.B09, .Rows.B09 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Column.B10, .Rows.B10 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .Column.B11, .Rows.B11 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .Column.B12, .Rows.B12 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*(min-width:48em)*/
@media screen and (min-width: 48em) {
    .CF.Rows:after {
        content: '';
        display: block;
        overflow: hidden;
        clear: both
    }

    .CF.Rows > * {
        display: block;
        float: left;
        width: 100%
    }

    .CX.Rows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .CX.Rows > * {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .CX.Rows > .Auto, .CX.Rows.AtRw > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .Column.C01, .Rows.C01 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .Column.C02, .Rows.C02 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .Column.C20, .Rows.C20 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .Column.C03, .Rows.C03 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Column.C04, .Rows.C04 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .Column.C05, .Rows.C05 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .Column.C06, .Rows.C06 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Column.C07, .Rows.C07 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .Column.C08, .Rows.C08 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.666667%;
        max-width: 66.66666667%
    }

    .Column.C09, .Rows.C09 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Column.C10, .Rows.C10 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .Column.C11, .Rows.C11 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .Column.C12, .Rows.C12 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*(min-width:62em)*/
@media screen and (min-width: 62em) {
    .Container {
        max-width: 990px
    }

    .DF.Rows:after {
        content: '';
        display: block;
        overflow: hidden;
        clear: both
    }

    .DF.Rows > * {
        display: block;
        float: left;
        width: 100%
    }

    .DX.Rows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .DX.Rows > * {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .DX.Rows > .Auto, .DX.Rows.AtRw > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .Column.D01, .Rows.D01 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .Column.D02, .Rows.D02 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .Column.D20, .Rows.D20 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .Column.D03, .Rows.D03 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Column.D04, .Rows.D04 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .Column.D05, .Rows.D05 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .Column.D06, .Rows.D06 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Column.D07, .Rows.D07 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .Column.D08, .Rows.D08 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.666667%;
        max-width: 66.66666667%
    }

    .Column.D09, .Rows.D09 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Column.D10, .Rows.D10 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .Column.D11, .Rows.D11 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .Column.D12, .Rows.D12 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*(min-width:70em)*/
@media screen and (min-width: 70em) {
    .Container {
        max-width: 1170px
    }

    .EF.Rows:after {
        content: '';
        display: block;
        overflow: hidden;
        clear: both
    }

    .EF.Rows > * {
        display: block;
        float: left;
        width: 100%
    }

    .EX.Rows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .EX.Rows > * {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .EX.Rows > .Auto, .EX.Rows.AtRw > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .Column.E01, .Rows.E01 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .Column.E02, .Rows.E02 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .Column.E20, .Rows.E20 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .Column.E03, .Rows.E03 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .Column.E04, .Rows.E04 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .Column.E05, .Rows.E05 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .Column.E06, .Rows.E06 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .Column.E07, .Rows.E07 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .Column.E08, .Rows.E08 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.666667%;
        max-width: 66.66666667%
    }

    .Column.E09, .Rows.E09 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .Column.E10, .Rows.E10 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .Column.E11, .Rows.E11 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .Column.E12, .Rows.E12 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

/*06 - .Forms*/
button, input, .Form-Select select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

button, input, select, textarea {
    font: inherit;
    width: 100%;
    vertical-align: middle;
    line-height: normal
}

fieldset {
    border: 1px solid currentColor;
    padding: .9370rem
}

legend {
    border: 0;
    padding: 0 1rem
}

label {
    display: inline-block;
    padding-top: .625rem;
    padding-bottom: .625rem;
    line-height: normal;
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

[class*='Form-'] label {
    display: block
}

/*(Input/textarea/select)*/
input, textarea, select, .Form-Select label {
    border: 0;
    color: inherit;
    border-radius: 6px
}

input, textarea, select, .Form-Select label {
    display: block;
    padding: .5rem 1rem;
    width: 100%
}

input, select {
    height: 2.5rem;
    line-height: normal
}

textarea {
    overflow: auto;
    max-width: 100%;
    height: auto;
    resize: vertical;
    padding: 1rem 1rem;
    max-height: 300px
}

input, textarea, select, .Form-Select label {
    opacity: .7
}

input:focus, textarea:focus, select:focus, .Form-Select select:focus + label {
    opacity: 1
}

/*(Icon)*/
.Form-Icon {
    position: relative;
    display: block;
    padding: 0
}

.Form-Icon.Right input, .Form-Icon.Right textarea {
    padding-left: .9370rem;
    padding-right: 2.5rem
}

.Form-Icon.Right input + i, .Form-Icon.Right textarea + i {
    left: auto;
    right: 0
}

.Form-Icon input, .Form-Icon textarea {
    padding-left: 2.5rem;
    font-weight: normal
}

.Form-Icon input + i, .Form-Icon textarea + i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: inherit
}

.Form-Icon input + i, .Form-Icon textarea + i, .Form-Icon input + i:before, .Form-Icon textarea + i:before {
    width: 2.5rem;
    height: 2.5rem
}

.Form-Icon input + i, .Form-Icon textarea + i {
    display: table
}

.Form-Icon input + i:before, .Form-Icon textarea + i:before {
    display: table-cell;
    vertical-align: middle
}

/*(Select)*/
.Form-Select {
    position: relative;
    overflow: hidden
}

.Form-Select label {
    display: block;
    padding: 2.375rem 0 0;
    position: relative;
    font-weight: normal
}

.Form-Select label:before {
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    margin-right: 0
}

.Form-Select select:disabled {
    z-index: 1
}

.Form-Select select {
    padding: .3125rem .9370rem;
    position: absolute;
    margin-bottom: 0;
    z-index: 3;
    border: 0;
    left: 0;
    top: 0;
    width: 100%
}

.ie .Form-Select select {
    width: 120%
}

.Form-Select select::-ms-expand {
    display: none
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    transition: none
}

optgroup {
    font-weight: bold
}

/*(Checkbox/Radio)*/
.Form-Checkbox input, .Form-Radio input {
    position: absolute;
    visibility: hidden
}

.Form-Checkbox label, .Form-Radio label {
    line-height: inherit;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.Form-Checkbox i:before, .Form-Radio i:before {
    content: '';
    font-size: 1.5rem;
    width: 25px;
    text-align: center;
    margin-right: 10px;
    color: currentColor
}

.Form-Checkbox input:checked + i:before, .Form-Radio input:checked + i:before {
    opacity: 1
}

.Form-Checkbox i:before, .Form-Radio i:before, .Form-Checkbox input:disabled + i:before, .Form-Radio input:disabled + i:before {
    opacity: .2
}

.Form-Checkbox i.AAIco-:before, .Form-Radio i.AAIco-:before {
    font-size: 1.7rem
}

.Form-Checkbox input + i.fa-:before {
    content: '\f0c8'
}

.Form-Checkbox input:checked + i.fa-:before {
    content: '\f14a'
}

.Form-Checkbox input + i.AAIco-:before {
    content: '\e835'
}

.Form-Checkbox input:checked + i.AAIco-:before {
    content: '\e834'
}

.Form-Radio input + i.fa-:before {
    content: '\f111'
}

.Form-Radio input:checked + i.fa-:before {
    content: '\f058'
}

.Form-Radio input + i.AAIco-:before {
    content: '\e836'
}

.Form-Radio input:checked + i.AAIco-:before {
    content: '\e837'
}

[type='checkbox'], [type='radio'] {
    width: auto;
    height: auto;
    display: inline;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

[type='checkbox'] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox
}

[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio
}

[type='checkbox'] + label, [type='radio'] + label {
    margin-left: 5px;
    margin-right: .625rem;
    vertical-align: baseline;
    display: inline-block
}

[type='checkbox'][hidden] + label, [type='radio'][hidden] + label {
    margin-left: 0;
    margin-right: 0
}

/*(Form - Disabled)*/
input:disabled, textarea:disabled, select:disabled, .Form-Select select:disabled + label, button:disabled {
    opacity: .5
}

/*(Buttons)*/
.Button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    border: 0;
    cursor: pointer;
    padding: 5px 1rem;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 1.875rem;
    border-radius: 5px
}

.Button > span, button > span {
    white-space: nowrap
}

button[disabled], input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner, select::-moz-focus-inner {
    border: 0;
    padding: 0
}

/*(Form inline)*/
.Form-Inline .Button, .Form-Inline button, .Form-Inline input, .Form-Inline select, .Form-Inline textarea, .Form-Inline .Form-Select, .Form-Inline [class*='Form-'] {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    width: auto
}

[class*='Btn'] {
    cursor: pointer
}

/*07 - .Misc*/
/*(Transitions)*/
button, input, textarea, select, label, label i:before, a, [class*='Btn'] {
    transition: .2s
}

/*(Animation)*/
.anmt {
    animation: scale 0.7s ease-in-out
}

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

/*(Hide/Show)*/
@media screen and (max-width: 34em) {
    .AXHdMx {
        display: none !important
    }
}

@media screen and (min-width: 48em) {
    .BXHd {
        display: none !important
    }
}

@media screen and (max-width: 48em) {
    .BXHdMx {
        display: none !important
    }
}

@media screen and (min-width: 62em) {
    .CXHd {
        display: none !important
    }
}

@media screen and (max-width: 62em) {
    .CXHdMx {
        display: none !important
    }
}

@media screen and (min-width: 70em) {
    .DXHd {
        display: none !important
    }
}

@media screen and (max-width: 70em) {
    .DXHdMx {
        display: none !important
    }
}

/*08 - .Header*/
.Header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.hdrnfx .Header {
    position: absolute
}

.Header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    content: '';
    z-index: -1;
    opacity: .8
}

.BdGradient .Header:after {
    bottom: auto;
    height: 150px;
    opacity: 1
}

.Header .Top {
    position: relative
}

.Header .Logo {
    padding: 20px 60px;
    text-align: center
}

.MenuBtn {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: .60rem .5rem .5rem;
    width: 40px;
    height: 40px;
    float: left;
    margin: 20px 20px 20px 0
}

.MenuBtn i {
    width: 20px;
    height: 2px;
    transition: .4s;
    display: block;
    margin: 3px 0
}

.MenuBtn i + i {
    width: 16px
}

.MenuBtn i + i + i {
    width: 18px
}

#Tf-Wp.open .MenuBtn i {
    width: 20px
}

#Tf-Wp.open .MenuBtn i:first-child {
    transform: rotate(-45deg) translate(-4px, 4px)
}

#Tf-Wp.open .MenuBtn i:nth-child(2) {
    opacity: 0
}

#Tf-Wp.open .MenuBtn i:last-child {
    transform: rotate(45deg) translate(-3px, -3px)
}

.Menu a, .widget_nav_menu a {
    display: block;
    padding: .5rem 1rem;
    font-weight: 600
}

.Menu [class*="current"] > a {
    font-weight: 700
}

.Menu > ul > li, .widget_nav_menu > div > ul > li {
    padding: 0 .5rem;
    line-height: 2.5rem;
    font-size: 1rem
}

.Menu > ul > li li {
    line-height: 2rem
}

.Menu > ul > li > a, .widget_nav_menu > div > ul > li > a {
    padding: 0 .5rem
}

.Menu li[class*="AAIco-"], .Menu li[class*="fa-"], .menu li[class*="AAIco-"], .menu li[class*="fa-"] {
    position: relative
}

.Menu li[class*="AAIco-"]:before, .Menu li[class*="fa-"]:before, .menu li[class*="AAIco-"]:before, .menu li[class*="fa-"]:before {
    position: absolute;
    left: 1.1rem;
    top: 1px;
    line-height: inherit;
    font-size: 1.2rem;
    pointer-events: none;
    z-index: 1
}

.Menu li[class*="AAIco-"] > a, .Menu li[class*="fa-"] > a, .menu li[class*="AAIco-"] > a, .menu li[class*="fa-"] > a {
    padding-left: 2rem
}

.Menu li li[class*="AAIco-"] > a, .Menu li li[class*="fa-"] > a {
    padding-left: 1.3rem
}

.menu li li[class*="AAIco-"] > a, .menu li li[class*="fa-"] > a {
    padding-left: 1.5rem
}

.Menu li li:before, .Wdgt .menu li li:before {
    line-height: inherit;
    left: .4rem !important;
    margin-left: 0 !important
}

.menu-item-has-children > a {
    padding-right: 1.5rem !important;
    position: relative
}

.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    right: .5rem;
    top: 0;
    bottom: 0
}

.sub-menu {
    max-height: 0;
    transition: .2s;
    overflow: hidden;
    opacity: 1
}

.sub-menu a {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .875rem
}

.sub-menu > li {
    float: left;
    width: 25%;
    padding: 0 .5rem;
    margin-top: .5rem
}

.sub-menu > li > a {
    border-radius: 4px;
    opacity: .7;
    transform: rotate(0);
    backface-visibility: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.sub-menu > li:hover > a {
    opacity: 1
}

.menu-azlist > ul > li {
    float: none;
    width: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0
}

.menu-azlist > ul > li > a {
    width: 29px
}

.menu-azlist > ul > li[class*="current"] > a {
    opacity: 1
}

.BuyNow:before, .BuyNow > a {
    color: #fff !important
}

.BuyNow > a {
    display: inline-block;
    border-radius: 5px;
    line-height: 40px !important;
    padding-right: 1rem !important
}

.BuyNow:before {
    top: 0 !important;
    line-height: 40px !important
}

.Logo, .MenuBtn, .Menu {
    transition: .2s
}

.Top.open .Logo, .Top.open .MenuBtn {
    opacity: 0;
    visibility: hidden
}

.Search {
    float: right;
    margin-top: 20px
}

.Search input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    top: 20px;
    left: 0;
    margin-bottom: 0;
    transition: .2s;
    width: calc(100% - 50px);
    border-radius: 3px
}

.Top.open .Search input {
    opacity: 1;
    pointer-events: auto
}

.Top.open .Search .SearchBtn:before {
    margin-left: -40px;
    opacity: 0
}

.Top.open .Search .SearchBtn > i {
    opacity: 1
}

.Result {
    display: none
}

.Result.On {
    display: block
}

.SearchBtn {
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    width: 40px;
    overflow: hidden;
    padding: 0
}

.SearchBtn:before, .SearchBtn > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem;
    transition: .2s
}

.SearchBtn > i {
    opacity: 0;
    font-size: 2rem
}

/*09 - .Body*/
.Body {
    margin-bottom: 1.875rem
}

.Body .Main:first-child {
    padding-top: 7.5rem
}

.Objf img {
    object-fit: cover;
    object-position: top
}

.Objf.bgcvr {
    background-size: cover;
    background-position: 50% 0
}

.Objf.bgcvr img {
    opacity: 0 !important
}

.TPost .Title, .TPost .Info > * {
    display: inline-block;
    vertical-align: top;
    margin-right: .4rem;
    margin-bottom: 5px;
}

.TPost .Info > *:last-child {
    margin-right: 0
}

.TPost .Title, .TPost .Info {
    margin-bottom: 5px
}

.TPost .Info {
    font-size: .75rem;
    line-height: 1.25rem;
    padding: 5px 0;
    font-weight: 700
}

.TPost .Info:after {
    clear: both;
    content: '';
    display: block;
    overflow: hidden;
}

.TPost .Info > * {
    float: left;
}

.Wdgt .TPost .Info > .Qlty {
    clear: left;
}

.TPost .Description {
    margin-bottom: 1rem
}

.TPost .Description p[class] {
    margin-bottom: .2rem
}

.TPost .Description tt {
    font-family: inherit
}

.TPost .Description a {
    font-weight: 700
}

.TPost .Description a:hover {
    text-decoration: underline
}

.Qlty {
    color: currentColor;
    border: 1px solid currentColor;
    height: 1.25rem;
    line-height: 1.1rem;
    padding: 0 .5rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: .625rem;
    display: inline-block
}

.Views:before {
    margin-right: .2rem
}

.MovieListSld .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2.5rem
}

.TPost .Image {
    position: relative
}

.TPost .Image figure, .TPost .Image figure img {
    border-radius: 3px;
    overflow: hidden
}

.TPost .Image figure {
    position: relative;
    padding-top: 150%
}

.TPost .Image figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.TPost .Image figure img[src*=".svg"] {
    object-position: 50% 45%
}

.TPost.A {
    position: relative;
    padding: 10rem 0 4rem;
    margin-bottom: 1.875rem
}

.TPost.A .Image {
    z-index: -1;
    overflow: hidden
}

.TPost.A .Image:before {
    content: '';
    background-color: rgba(0, 0, 0, .2);
    z-index: 2
}

.TPost.A .Image:after {
    z-index: 3;
    content: ''
}

.TPost.A .Image figure {
    z-index: 1;
    padding-top: 0
}

.TPost.A .Image, .TPost.A .Image figure, .TPost.A .Image img, .TPost.A .Image:before, .TPost.A .Image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0
}

.TPost.A .TPMvCn {
    margin-left: 0;
    min-height: 335px
}

.MovieListSldCn {
    min-height: 100px
}

.MovieListSldCn .TPost.A .Title, .MovieListSldCn .TPost.A .Info, .MovieListSldCn .TPost.A .Description, .MovieListSldCn .TPost.A .SubTitle {
    text-shadow: 1px 1px 1px #000
}

.TPost.A .Title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700
}

.TPost.A .SubTitle {
    margin-bottom: 5px;
    line-height: 1.25rem;
    margin-top: -5px;
    opacity: .8
}

.TPost.A .SubTitle span {
    font-weight: 700
}

.TPost.A .Description {
    font-size: 1.125rem;
    line-height: 1.5625rem
}

.TPost.A .Description p:not([class]) {
    max-height: 6.25rem;
    overflow: auto;
}

.TPost.B {
    position: relative;
    border-radius: 3px;
    margin-bottom: 0
}

.TPost.B .Image figure img {
    transition: .2s
}

.TPost.B:hover .Image figure img {
    opacity: .5
}

.TPost.B .Image figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    right: 0;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%)
}

.TPost.B .Image .Qlty {
    border: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    line-height: 1rem;
    height: 1rem
}

.TPost.B .Image + .Title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .5rem;
    padding: 0 .5rem;
    border-radius: 0 0 10px 10px;
    font-size: .75rem;
    line-height: 1rem;
    color: #fff;
    font-weight: 700;
    margin: 0
}

.TPost.B .TPMvCn {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -1rem;
    top: -1rem;
    right: -1rem;
    transition: .2s;
    opacity: 0;
    transform: scale(0);
    border-radius: 6px;
    padding: .9rem;
    min-height: calc(100% + 1rem);
    z-index: 2;
}

.TPost.B .TPMvCn::-webkit-scrollbar {
    width: 5px
}

.TPost.B .TPMvCn .Title {
    margin-bottom: 0;
    line-height: 1.25rem;
    font-weight: 700
}

.TPost.B .TPMvCn .Info {
    padding: 0;
    margin-top: -3px
}

.TPost.B .TPMvCn .Qlty {
    margin-bottom: 5px
}

.TPost.B .TPMvCn .Vote {
    margin-bottom: 5px;
    margin-left: -3px
}

.TPost.B .TPMvCn .Description {
    font-size: .75rem;
    line-height: .9375rem;
    margin-bottom: 0
}

.TPost.B .TPMvCn .Description p {
    margin-bottom: 5px
}

.TPost.B .TPMvCn .Description p[class] {
    margin-bottom: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.TPost.B .TPMvCn .TPlay {
    border-radius: 0 0 6px 6px;
    padding: .5rem 0;
    text-transform: uppercase;
    margin: .5rem 0 -.5rem;
    display: block;
}

.TPost.B .TPMvCn .TPlay:before {
    margin-right: .3rem;
    font-size: 1rem
}

.TPost:hover .TpMvPlay:before {
    opacity: 1;
    transform: scale(1)
}

.TpMvPlay:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    z-index: 2;
    transform: scale(0);
    transition: .2s;
    background-color: rgba(0, 0, 0, .7);
    box-shadow: inset 0 0 0 2px #fff
}

.MovieListTop, .RelatedList {
    margin-bottom: 2rem
}

.MovieListTop .owl-dots, .RelatedList .owl-dots {
    position: absolute;
    right: 0;
    top: -1rem;
    margin-top: -5px
}

article {
    margin-bottom: 2rem
}

section > .Top,
article > .Top {
    margin-bottom: 1rem;
    line-height: 1.875rem
}

section > .Top[class*="fa-"], section > .Top[class*="AAIco-"],
article > .Top[class*="fa-"], article > .Top[class*="AAIco-"] {
    position: relative
}

section > .Top[class*="fa-"] > .Title, section > .Top[class*="AAIco-"] > .Title,
article > .Top[class*="fa-"] > .Title, article > .Top[class*="AAIco-"] > .Title {
    padding-left: 2rem
}

section > .Top > .Title,
article > .Top > .Title {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem
}

section > .Top[class*="fa-"]:before, section > .Top[class*="AAIco-"]:before,
article > .Top[class*="fa-"]:before, article > .Top[class*="AAIco-"]:before {
    position: absolute;
    font-size: 1.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    left: 0;
    top: 5px
}

article > .Top > .Title {
    font-size: 2rem
}

.Button.TPlay {
    text-transform: uppercase;
    font-size: 1rem;
    margin-right: .5rem;
    margin-bottom: 1rem
}

.Button.TPlay:before {
    font-size: 1.25rem;
    margin-right: .3rem
}

.AZList {
    font-size: 0;
    margin: 0 -5px 1.5rem;
    text-align: center
}

.AZList > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 5px 10px
}

.AZList > li > a {
    display: block;
    line-height: 30px;
    border-radius: 3px;
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 28px
}

.MovieList {
    margin-left: -.4rem;
    margin-right: -.4rem
}

main .MovieList {
    margin-bottom: 1.6rem
}

.MovieList > li {
    padding: 0 .3rem .6rem
}

.TpTv {
    color: #fff;
    border-radius: 10px;
    line-height: 1rem;
    height: 1rem;
    font-size: .625rem !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0 .6rem;
    font-weight: 700;
    margin-top: -2px;
    text-transform: uppercase
}

.TPost.B .Image .TpTv {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 4
}

.TPost.C {
    position: relative;
    padding-left: 68px;
    min-height: 90px;
    margin-bottom: 1rem
}

.MovieList > li:last-child .TPost.C, .TPost.C .Info {
    margin-bottom: 0
}

.TPost.C .Title {
    line-height: 1.2rem;
    font-size: 1rem;
    font-weight: 700
}

.TPost.C .Title > span {
    position: relative;
    right: -3px;
    margin-top: 3px;
    vertical-align: top;
}

.TPost.C .Image {
    position: absolute;
    width: 60px;
    left: 0;
    top: 0;
    padding: 2px;
    border-radius: 4px
}

.TPost.C .Image figure, .TPost.C .Image figure img, .TPost.C .TpMvPlay:after {
    border-radius: 4px
}

.TPost.C .Image figure {
    padding-top: 86px
}

.TPost.C .Top {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px 0 4px 0;
    z-index: 1;
    line-height: 1.2rem;
    min-width: 20px;
    text-align: center;
    font-size: .65rem;
    font-weight: 700;
    color: #fff
}

.TPost.C .Info {
    padding: 0;
    margin-top: -3px
}

.TPost.C .Info .Vote {
    margin-bottom: 5px
}

.TPost.C:hover .TpMvPlay:before {
    transform: scale(.8)
}

.SrtdBy {
    height: 1.875rem;
    line-height: 1.875rem;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    white-space: nowrap;
}

.SrtdBy:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    margin-top: .9rem;
    margin-left: -1.3rem
}

.SrtdBy > span {
    padding-right: .3rem
}

.SrtdBy > i {
    position: absolute;
    left: 0;
    top: 0;
    height: 1.875rem;
    right: 0;
    z-index: 2;
    cursor: pointer
}

.SrtdBy a {
    padding: 0 1.5rem;
    position: relative
}

.SrtdBy > span, .SrtdBy > ul {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1
}

.SrtdBy, .SrtdBy li {
    transition: .2s
}

.SrtdBy li a:before {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    text-align: center;
    font-size: .75rem
}

.SrtdBy li {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: none
}

.SrtdBy .List {
    margin-left: -1.5rem;
    margin-top: -.5rem;
    padding: .5rem 0;
    border-radius: 6px
}

.SrtdBy.open li, .SrtdBy li.on {
    opacity: 1;
    max-height: 9em;
    display: block
}

.SrtdBy.open .List {
    z-index: 3
}

.SrtdBy li.on {
    font-weight: 700
}

.SrtdBy.open li.on a:before {
    display: block
}

.Top > .Button.Sm {
    margin-top: 10px
}

.Button.Sm {
    padding: 0 .5rem;
    border-radius: 50px;
    line-height: 1.25rem;
    font-size: .75rem
}

.Serie .TPost.B .Image + .Title:after, .Seasons .TPost.B .Image + .Title:after, .Episodes .TPost.B .Image + .Title:after {
    content: attr(data-subtitle);
    display: block;
    font-weight: 300;
    opacity: .7
}

.Serie .TPost.B .Image .Qlty, .Seasons .TPost.B .Image .Qlty, .Episodes .TPost.B .Image .Qlty {
    text-transform: none
}

.Episodes .TPost.B .Image figure {
    padding-top: 56%
}

.MovieList.Seasons .TPost.B .TpMvPlay:before, .MovieList.Episodes .TPost.B .TpMvPlay:before {
    display: block
}

.MovieList.Episodes .TPost.B {
    overflow: hidden
}

.MovieList.Episodes .TPost.B .Title, .MovieList.Episodes .TPost.B .Image .Qlty {
    transition: .2s
}

.MovieList.Episodes .TPost.B:hover .Title {
    bottom: -60%
}

.MovieList.Episodes .TPost.B:hover .Image .Qlty {
    top: -60%
}

.ShareList, .ShareList > li {
    display: inline-block;
    vertical-align: top
}

.ShareList {
    font-size: 0
}

.ShareList > li {
    font-size: 1.25rem;
    margin-right: .5rem
}

.ShareList > li > a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 4rem;
    border: 2px solid transparent;
    display: inline-block
}

.ShareList > li > a[class*="google"] {
    font-size: 1.2rem
}

i.PlayMovie {
    display: block;
    width: 120px;
    margin: auto
}

.PlayMovie:before {
    width: 120px;
    height: 120px;
    line-height: 112px;
    border-radius: 120px;
    border: 4px solid #fff;
    font-size: 5rem;
    text-align: center;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    margin: -3rem auto 1rem;
    transition: .2s
}

.PlayMovie:hover:before {
    transform: scale(1.2)
}

.TpRwCont {
    margin-bottom: 1.875rem
}

.TpRwCont:last-child {
    margin-bottom: 0
}

main > .TPost.A {
    padding: 0
}

.VideoPlayer {
    position: relative
}

.VideoPlayer > span[class*="Btn"] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .3);
    z-index: 4;
    font-size: 1.5rem
}

.VideoPlayer > span.BtnOptions {
    top: -70px;
    white-space: nowrap;
    overflow: hidden
}

.VideoPlayer > span.BtnOptions:before, .VideoPlayer > span.BtnOptions > i {
    width: 100%;
    transition: .2s
}

.VideoPlayer > span.BtnOptions > i {
    right: -100%
}

.VideoPlayer > span.BtnOptions + .BtnLight {
    bottom: -70px
}

.VideoPlayer > span.BtnLight {
    bottom: 0;
}

.VideoPlayer .Video {
    position: relative;
    min-height: 250px;
    max-height: 500px;
    overflow: hidden;
    display: none;
    animation: scale 0.7s ease-in-out
}

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.VideoPlayer .Video.on {
    display: block
}

.VideoPlayer .Video:before {
    content: '';
    display: block;
    padding-top: 56.25%
}

.VideoPlayer .Video iframe, .VideoPlayer .Video embed, .VideoPlayer .Video video, .VideoPlayer .Video object {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.VideoOptions {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: 250px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 4rem 1rem;
    z-index: 999;
    background-color: rgba(0, 0, 0, .8);
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: .2s
}

.VideoOptions > .Top {
    padding: 0 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.VideoOptions > .Top:before {
    font-size: 1.5625rem;
    margin-top: 5px;
    margin-left: 1rem
}

.VideoOptions > .Top .Title {
    font-size: 1.125rem;
    text-transform: uppercase
}

.VideoOptions.open {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.VideoOptions.open + .BtnOptions, .lgtbx-on .VideoPlayer > span.BtnLight {
    color: #fff
}

.VideoOptions.open + .BtnOptions:before {
    margin-left: -100%
}

section.VideoOptions > .Top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

section.VideoOptions > .Top .Title {
    color: #fff
}

.ListOptions {
    white-space: nowrap;
    overflow: auto;
    padding: 1rem 0;
    margin: 0 auto
}

.ListOptions > li {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.ListOptions > li:last-child {
    margin-right: 0
}

.OptionBx {
    padding: .3rem .8rem .8rem;
    border-radius: 6px;
    cursor: pointer;
    transition: .2s;
    opacity: .5
}

.OptionBx .Optntl {
    position: relative;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 1.25rem;
    line-height: 3.125rem;
    margin-bottom: .5rem
}

.OptionBx .Optntl span {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .2;
    font-size: 3.125rem
}

.OptionBx p {
    margin-bottom: .625rem;
    font-size: .625rem;
    line-height: 1.25rem;
    padding: 0 .4rem;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.OptionBx p:before {
    font-size: 1rem;
    margin-right: .3rem
}

.OptionBx.on, .MovieList .OptionBx:hover {
    opacity: 1
}

.OptionBx .Button {
    text-transform: uppercase;
    display: block
}

.MovieList .OptionBx {
    opacity: .5
}

[class*="Dvr-"], .bnr {
    margin: 0 auto 1.875rem;
    overflow: hidden;
    text-align: center
}

.Dvr-250 {
    max-width: 250px
}

.Dvr-300 {
    max-width: 300px
}

.Dvr-728 {
    max-width: 728px
}

.TPost.D {
    padding-top: 6rem;
    padding-bottom: 0
}

.comment-list {
    margin: 0 0 1rem;
    list-style-type: none;
    padding-left: 0
}

.comment-list ul {
    list-style-type: none;
    padding-left: 1rem;
    border-left: 2px solid transparent;
    margin-left: 0
}

.bypostauthor .comment-body {
    position: relative;
    margin-bottom: 2rem
}

.comment-metadata {
    opacity: .3;
    font-weight: 300
}

.comment-metadata:hover {
    opacity: 1
}

.comment-meta .avatar {
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 0;
    top: 0
}

.comment-meta div {
    display: inline-block;
    vertical-align: top
}

.comment-content {
    font-size: 1rem
}

.comment-content p:last-child {
    margin-bottom: 0
}

.comment-reply-link {
    font-weight: 700;
    line-height: 1.5rem
}

.comment-reply-link:before {
    content: 'reply';
    font-size: 1rem;
    margin-right: .3rem
}

.comment-form {
    margin-bottom: 1.5rem
}

.comment-form-comment textarea {
    height: 5rem;
    min-height: 5rem;
    border-radius: 6px
}

.comment-author, .comment-meta {
    display: inline-block;
    vertical-align: baseline;
}

.comment-author .fn {
    font-style: normal;
    font-weight: 700;
}

.comment-meta {
    opacity: .5;
    font-size: 10px;
}

p.logged-in-as {
    font-size: 12px;
    margin-top: -1rem;
    margin-bottom: .5rem;
    clear: both;
}

p.logged-in-as a {
    opacity: .7;
}

p.logged-in-as a:hover {
    opacity: 1;
}

.not-found {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto
}

.error-404 {
    margin-bottom: 2rem;
}

.error-404 .search-form {
    padding-right: 6.5rem;
    position: relative;
    margin-bottom: 2rem
}

.error-404 .search-form label {
    padding: 0;
    display: block
}

.error-404 .search-form input {
    margin-bottom: 0
}

.error-404 .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    padding: 0 5px
}

.error-404 .Top, .error-404 .page-content p {
    text-align: center
}

.error-404:before {
    font-size: 4rem;
    line-height: 1;
    display: block;
    text-align: center
}

.Result .ResultList {
    margin-bottom: 1rem;
}

.ResultList .TpTv {
    vertical-align: middle;
    margin-top: 3px;
    margin-left: 3px;
}

.CommentsList > li:last-child > .comment-body:last-child {
    margin-bottom: 0;
}

.CommentsList li li .comment-body {
    border-left: 3px solid currentColor;
    padding-left: 1rem;
}

.CommentsList ul {
    margin: 0;
    padding: 0;
}

.comment-reply-link {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-reply-link:before {
    font-size: 1rem;
    content: '\e0b7';
    margin-right: .4rem;
    margin-top: 2px;
}

.comment-body p:first-child, .comment-body p:last-of-type {
    margin-bottom: 0;
}

.comment-reply-title {
    float: left;
    margin-top: 5px;
}

.TPost.B .Image .MvIC {
    position: absolute;
    left: 5px;
    top: 5px;
}

.TPost.B .MvIC {
    display: inline-block;
    vertical-align: top;
}

.TPost.B .MvIC .Qlty {
    margin-right: 5px;
}

.TPost.B .Image .MvIC .Qlty {
    position: static;
    margin-bottom: 3px;
    font-weight: 700;
    float: left;
    clear: both;
    margin-right: 0;
    height: auto;
}

.TPost.B .Image .MvIC .Qlty img {
    margin: 4px 4px 4px 0;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 16px;
}

.TPost.B .Image .MvIC .Qlty img:last-child {
    margin-right: 0;
}

.TPost.B .Image .MvIC .Qlty.Lg {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}

.TPost.B .Image .MvIC .Qlty.Yr {
    background-color: rgba(255, 255, 255, .7);
    color: #000;
    font-size: 11px;
}

.Cast .view-sh {
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 23px;
    border-radius: 15px;
    height: 25px;
    margin-left: 5px;
}

.rating-content {
    display: inline-block;
    vertical-align: top;
}

.rating-content button {
    background-color: transparent !important;
    box-shadow: none
}

.rating-content button i {
    transition: .2s;
    margin-right: 5px;
}

.rating-content button:hover i {
    transform: scale(1.2);
}

.TPost.A .Title + .ShareList {
    margin-top: 7px;
}

/* .TPost.A .Description{font-size: 14px;} */
.TPost.A .Description a {
    font-weight: 400;
}

/*10 - .Footer*/
.Footer > .Top {
    padding: 1.5rem 0
}

.Footer > .Top .Logo {
    margin-bottom: 1.5rem
}

.Footer > .Top .Rows {
    margin: 0 -1rem
}

.Footer > .Top .Rows > div {
    padding: 0 1rem
}

.Footer .Wdgt {
    margin-bottom: 2rem
}

.Footer .Wdgt:last-child {
    margin-bottom: 0
}

.Footer .Wdgt > .Title {
    margin-bottom: 1rem;
    line-height: 2.5rem;
    font-size: 1.125rem
}

.Footer .widget_categories > ul {
    overflow: hidden;
    max-width: 410px
}

.Footer .widget_categories > ul li {
    float: left;
    width: 50%;
    padding: 0 1rem
}

.SocialList {
    font-size: 1.25rem
}

.SocialList > li {
    display: inline-block;
    vertical-align: top
}

.SocialList > li a {
    width: 2.5rem;
    line-height: 2.5rem;
    opacity: .5;
    display: inline-block
}

.SocialList > li a:hover {
    opacity: 1
}

.Footer > .Bot {
    text-align: center;
    padding: 1rem 0
}

.Footer > .Bot p:last-child {
    margin-bottom: 0
}

.TPTblCn {
    max-width: 100%;
    overflow: auto;
    margin-bottom: 1.875rem
}

.TPTblCn:last-child {
    margin-bottom: 0
}

.TPTblCn table {
    margin-bottom: 0
}

.TPTblCn td {
    border-bottom: 1px solid transparent
}

.TPTblCn th, .TPTblCn td {
    border: 0;
    padding: 10px 20px;
    transition: .2s
}

.TPTblCn th {
    font-weight: 400
}

.TPTblCn th:first-child, .TPTblCn td:first-child {
    width: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 1rem
}

.TPTblCn span {
    white-space: nowrap
}

.TPTblCn span img {
    margin-right: 5px
}

.TPTblCn p {
    margin-bottom: 0
}

.TPTblCn a {
    font-weight: 700
}

.TPTblCn .Button {
    min-width: 70px
}

.TPTblCn .Vote {
    font-size: 1rem
}

.TPTblCn th {
    text-transform: uppercase;
    font-weight: 700
}

.TPTblCn td.MvTbImg {
    width: 60px;
    padding-right: 0;
    min-width: 60px
}

.TPTblCn td.MvTbImg.B {
    width: 115px;
    min-width: 115px
}

.TPTblCn td.MvTbImg.B img {
    width: 95px;
    height: 50px;
    object-fit: cover
}

.TPTblCn td.MvTbImg > a {
    display: block;
    position: relative
}

.TPTblCn td.MvTbImg .TpTv {
    position: absolute;
    left: -3px;
    top: 0
}

.TPTblCn td.MvTbImg img {
    width: 40px;
    height: 60px;
    border-radius: 3px
}

.TPTblCn td.MvTbTtl {
    padding-left: 10px;
    line-height: 1.2rem
}

.TPTblCn td.MvTbTtl a {
    display: inline-block;
    font-weight: 700
}

.TPTblCn td.MvTbTtl span {
    font-size: .75rem;
    display: block
}

.TPTblCn td.MvTbBtn {
    width: 100px;
    padding: 0 10px
}

.TPTblCn td.MvTbPly {
    width: 50px;
    font-size: 2.1875rem;
    padding-left: 10px
}

.TPTblCnMvs th, .TPTblCnMvs td {
    text-align: center
}

.TPTblCnMvs th:first-child,
.TPTblCnMvs th:nth-child(2),
.TPTblCnMvs td:first-child,
.TPTblCnMvs td:nth-child(2),
.TPTblCnMvs td:nth-child(3) {
    text-align: left
}

.SeasonBx {
    margin-bottom: 1rem;
    border-bottom: 1px solid transparent;
    padding-bottom: 1rem
}

.SeasonBx .Top .Title > i:before, .SeasonBx .Top .Title:before, .SeasonBx .Top .Title:after, .SeasonBx .TPTblCn {
    transition: .2s
}

.SeasonBx .Top {
    position: relative;
    margin-bottom: 0
}

.SeasonBx .Top .Title > i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    font-size: 1.25rem;
    cursor: pointer
}

.SeasonBx .Top .Title > i:before {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px
}

.SeasonBx.AACrdn .Top {
    margin-bottom: 0
}

.SeasonBx.AACrdn .Top.on, .SeasonBx .Top {
    margin-bottom: 1rem
}

.SeasonBx .Top.on .Title > i:before {
    transform: scale(1, -1)
}

.SeasonBx .Top.on + .AAcont {
    max-height: 999em;
    opacity: 1
}

.SeasonBx .AAcont {
    max-height: 0;
    opacity: 0
}

section > .Top.AAIco-playlist_play:before,
article > .Top.AAIco-playlist_play:before {
    top: 8px
}

.TPost .Description .CastList.Rows {
    margin-bottom: 1.5rem
}

.TPost .Description .CastList {
    max-height: 6rem;
    overflow: hidden;
    position: relative;
    transition: .2s
}

.TPost .Description .CastList:before {
    position: absolute;
    left: 0;
    height: 80%;
    right: 0;
    bottom: 0;
    content: '';
    pointer-events: none;
    z-index: 1;
    transition: .2s
}

.TPost .Description .CastList.open {
    max-height: 999em
}

.TPost .Description .CastList.open:before {
    opacity: 0;
    visibility: hidden
}

.TPost .Description .CastList li {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    height: 1.5rem
}

.TPost .Description .CastList a {
    font-weight: 400;
    font-size: .875rem;
    display: inline-block;
    vertical-align: top;
    padding-left: 1.25rem;
    position: relative;
    line-height: 1.5rem
}

.TPost .Description .CastList li:before {
    content: 'person';
    position: absolute;
    left: .625rem;
    top: 0;
    opacity: .5
}

.TPost .Description .CastList li:hover:before {
    opacity: 1
}

.ShareList.Count li, .ShareList.Count a, .ShareList.Count .numbr {
    margin-right: .5rem
}

.ShareList.Count li {
    margin-bottom: .5rem
}

.ShareList.Count .numbr {
    font-size: .75rem;
    display: inline-block;
    vertical-align: top;
    line-height: 2.5rem
}

.TPost.Single header {
    margin-bottom: 0
}

.TPost.Single .Image {
    max-width: 9.6rem;
    position: relative;
    margin: 0 auto 1rem;
    padding-top: 14.3rem
}

.TPost.Single .Image img {
    border-radius: 3px
}

.TPost.Single .Image:before, .TPost.Single .Image:after {
    display: none
}

.TPost.Single .Title {
    display: block;
    right: 0
}

.Title.Top {
    margin-bottom: 1rem
}

.Title.Top[class*="AAIco-"]:before {
    margin-right: .5rem;
    padding-top: .1rem
}

p.Genre, p.Director, .CastCn {
    clear: both
}

.CastCn .Top {
    margin-bottom: 0
}

.CastCn .Top .Title {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.875rem
}

.CastLink span + span, .CastLink.open span {
    display: none
}

.CastLink.open span + span {
    display: inline
}

.CastList {
    margin-right: 0
}

.Result.OptionBx {
    left: 0;
    top: 70px;
    max-width: 100%;
    position: absolute;
    padding: 1rem 1rem 0;
    opacity: 1;
    cursor: inherit
}

.Result.OptionBx .TPost.C {
    min-height: 60px
}

.Result.OptionBx .TPost.C .Image {
    padding: 0
}

.Result.OptionBx .TPost.C .Image figure {
    padding-top: 60px
}

.Result.OptionBx > p {
    text-align: center;
    padding: .5rem;
    margin-bottom: 0
}

.Result.OptionBx .MovieListTop {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: .5rem
}

.Result.OptionBx .MovieListTop .TPost {
    display: inline-block;
    vertical-align: top;
    margin-bottom: .5rem;
    margin-right: .5rem;
    width: 6rem;
    white-space: normal
}

.Result.OptionBx .MovieListTop .TPost:last-child {
    margin-right: 0
}

.Result.OptionBx > .Button {
    display: block;
    margin-bottom: 1rem
}

.Result.OptionBx .error-404 {
    text-align: center;
    max-width: 100%;
    overflow: hidden
}

.Result.OptionBx .error-404:after, .Result.OptionBx p.trloading:after {
    clear: both;
    display: block;
    content: '';
    width: 100vw
}

.Result.OptionBx .error-404 .Top {
    display: inline-block;
    vertical-align: top
}

.Result.OptionBx p.trloading {
    margin-bottom: 1rem;
    text-align: center;
    background-color: transparent;
    line-height: 1.2rem;
    padding-right: 1.5rem;
    max-width: 100%;
    overflow: hidden
}

.Result.OptionBx p.trloading i {
    opacity: .5;
    margin: 0 .5rem;
    font-size: 1rem;
    vertical-align: top
}

.Description blockquote, .Description pre {
    margin-bottom: 2rem
}

.Description p a {
    font-weight: 700;
}

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

blockquote {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    border-left: 3px solid transparent;
    padding-left: 1rem
}

.alignleft, .alignright, .aligncenter {
    margin-bottom: 1rem
}

.alignleft {
    float: left;
    margin-right: 1rem
}

.alignright {
    float: right;
    margin-left: 1rem
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both
}

#email-notes {
    display: block;
    font-size: 1.25rem
}

.comment-notes {
    padding-left: 3rem;
    position: relative
}

.comment-notes:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 2.5rem;
    content: 'info_outline';
    line-height: 3.5rem
}

.wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    font-size: .75rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em
}

.widget_calendar caption, .widget_calendar th, .widget_calendar td {
    text-align: center
}

.widget_calendar caption {
    font-weight: 700;
    margin-bottom: 1rem
}

.widget_calendar a {
    font-weight: 700
}

.sticky .posted-on, .byline {
    display: none
}

.gallery {
    margin: 0 .2rem 1.5rem
}

.gallery-item {
    display: inline-block;
    padding: .2rem;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto;
    width: 100%
}

.gallery-caption {
    display: block;
    font-size: .75rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: .5rem
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.entry-content .attachment {
    text-align: center
}

.widget span.required {
    display: inline-block;
    vertical-align: top;
    font-weight: 700
}

.admin-bar .Header {
    top: 32px
}

@media screen and (max-width: 600px) {
    html[lang] .admin-bar .Header {
        top: 0 !important;
        position: relative !important
    }

    .admin-bar .Header {
        z-index: 999999;
        top: 0
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .Header {
        top: 46px
    }
}

.Modal-Box, .AAOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.Modal-Box .AAOverlay {
    z-index: 1;
    background-color: #000;
    cursor: pointer
}

.Modal-Box.on .AAOverlay {
    opacity: .8;
    visibility: visible
}

.Modal-Box {
    transition: .2s;
    z-index: 50;
    text-align: center;
    padding: 1.25rem;
    white-space: nowrap;
    font-size: 0;
    overflow: auto
}

.Modal-Box:before {
    width: 1px;
    height: 100%;
    margin-right: -1px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    pointer-events: none
}

.Modal-Box.on {
    visibility: visible;
    opacity: 1
}

.Modal-Box.on .Modal-Content {
    transform: inherit
}

.Modal-Content {
    position: relative;
    max-width: 53rem;
    text-align: left;
    transform: scale3d(.3, .3, .3);
    transition: .2s;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    white-space: normal;
    font-size: .875rem;
    padding: 2rem;
    text-align: center
}

.Modal-Content:before {
    padding-top: 56.25%;
    content: '';
    width: 1px;
    display: block
}

.Modal-Content iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.Modal-Close {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    height: 2rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 2rem;
    cursor: pointer;
    transition: .2s;
    padding: 0
}

.Modal-Close:hover {
    transform: scale(1.1)
}

/*(Widgets)*/
aside .Wdgt {
    margin-bottom: 1.875rem;
    border-radius: 6px;
    padding: 1rem
}

aside .Wdgt:last-child {
    margin-bottom: 0
}

aside .Wdgt > .Title {
    text-align: center;
    line-height: 1.8rem;
    padding: 1rem;
    font-size: 1.125rem;
    margin: -1rem -1rem 1rem;
    border-bottom: 1px solid transparent;
    border-radius: 6px 6px 0 0
}

.Wdgt > ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

/*Menu*/
.widget_nav_menu > div {
    margin: 0 -1rem
}

.widget_nav_menu > div > ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0
}

.widget_nav_menu > div > ul li {
    position: relative
}

.widget_nav_menu > div > ul li[class]:before {
    font-size: 1.25rem;
    opacity: .5;
    margin-left: -.3rem
}

.widget_nav_menu > div > ul > li[class*="current"] {
    border-left: 3px solid transparent
}

.widget_nav_menu > div > ul li[class*="current"]:before, .widget_nav_menu > div > ul li:hover:before {
    opacity: 1
}

.widget_nav_menu > div > ul li > i {
    height: 40px
}

.widget_nav_menu > div > ul li > i:before {
    right: 1.25rem
}

.widget_nav_menu > div > ul li > a {
    padding: 0;
    text-transform: uppercase;
    display: block
}

.widget_nav_menu li[class*="children"] > a {
    pointer-events: none
}

.widget_nav_menu li[class*="children"] > a:after {
    position: static;
    display: inline-block;
    margin-left: .5rem;
    vertical-align: middle
}

.widget_nav_menu > div > ul li > a:before {
    display: none
}

.widget_nav_menu > div > ul .sub-menu {
    left: 0;
    right: 0;
    width: auto;
    margin-left: 0;
    padding: 0 10px 1rem
}

.widget_nav_menu > div > ul .sub-menu > li {
    width: 50%;
    float: left;
    line-height: 30px
}

.widget_nav_menu > div > ul .sub-menu .sub-menu {
    border-top: 0;
    margin-top: -10px
}

.widget_nav_menu > div > ul .sub-menu .sub-menu > li {
    width: auto;
    float: none
}

/*SearchMovies*/
.SearchMovies .Button {
    width: 100%;
    margin-bottom: 0;
    font-weight: 700
}

.Frm-Slct {
    padding-top: 50px;
    position: relative
}

.Frm-Slct .Form-Group {
    margin-bottom: 0
}

.Frm-Slct > label {
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: .5rem;
    border-radius: 6px
}

.Frm-Slct > label:before {
    font-size: 1rem
}

.Frm-Slct .sol-inner-container,
.Frm-Slct .Form-Group > label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.Frm-Slct .Form-Group > label,
.Frm-Slct .sol-input-container {
    margin-left: 120px;
    padding: 0
}

.SearchMovies .Form-Group .trsrcbx {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 10px
}

.SearchMovies .Form-Group .trsrcbx > div {
    overflow: auto;
    max-height: 150px;
    padding: .5rem 0
}

.SearchMovies .Form-Group .trsrcbx p {
    margin-bottom: 0;
    text-align: center
}

.SearchMovies label:before {
    font-size: 1.25rem;
    margin-right: .5rem
}

.SearchMovies .sol-input-container input[type="text"] {
    padding: 0 .8rem;
    border-radius: 6px
}

.SearchMovies input[type="text"] {
    border-radius: 6px
}

.SearchMovies .sol-inner-container {
    border: 0;
    height: 40px;
    border-radius: 20px
}

.SearchMovies .sol-selection {
    padding: .5rem 0;
    max-height: 150px;
    overflow: auto;
    width: 100%
}

.SearchMovies .sol-checkbox {
    position: absolute;
    opacity: 0
}

.SearchMovies .sol-label {
    padding: .5rem 1rem;
    cursor: pointer;
    position: relative
}

.SearchMovies .sol-active .sol-caret:before {
    opacity: 1
}

.SearchMovies .sol-selection-container, .trsrcbx {
    border-radius: 10px !important
}

.trsrcbx {
    position: absolute
}

.SearchMovies .trsrclst {
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
}

.SearchMovies .trsrclst:empty {
    margin-bottom: 0
}

.SearchMovies .sol-no-results {
    padding: .5rem
}

.SearchMovies .sol-current-selection:empty {
    margin-bottom: 0
}

.SearchMovies .sol-current-selection, .trsrclst {
    margin-bottom: .5rem
}

.SearchMovies .sol-selected-display-item, .trsrclst > li {
    cursor: pointer;
    border-radius: 10px;
    line-height: 20px;
    position: relative;
    padding: 0 1.5rem 0 .7rem;
    font-size: .75rem;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top
}

.SearchMovies span.sol-quick-delete, .trsrclst .tr-delete {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding-right: .5rem;
    left: 0
}

/*wp*/
.widget_calendar caption, .widget_calendar td, .widget_calendar th {
    padding: 5px;
    text-align: center;
    border: 0
}

.widget_calendar table {
    margin-bottom: 0
}

.widget_recent_comments li:before, .widget_recent_entries li:before, .widget_views li:before, .widget_rss li:before, .widget_meta li:before, .widget_pages li:before, .widget_archive li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem
}

.widget_recent_comments li {
    line-height: 1rem
}

.widget_recent_comments li:before {
    content: 'comment'
}

.widget_recent_entries li:before {
    content: 'description'
}

.widget_views li:before {
    content: 'remove_red_eye'
}

.widget_rss li:before {
    content: 'rss_feed'
}

.widget_meta li:before {
    content: 'arrow_forward'
}

.widget_pages li:before {
    content: 'insert_drive_file'
}

.widget_archive li:before {
    content: 'archive'
}

.widget_recent_comments li, .widget_recent_entries li, .widget_views li, .widget_rss li, .widget_meta li, .widget_pages li, .widget_archive li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 1.5rem
}

.widget_ratings-widget li:last-child, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child, .widget_views li:last-child, .widget_rss li:last-child, .widget_meta li:last-child, .widget_pages li:last-child, .widget_archive li:last-child {
    margin-bottom: 0
}

.widget_ratings-widget li {
    margin-bottom: 15px;
    line-height: 1.2rem;
    font-size: .75rem
}

.widget_ratings-widget li a {
    display: block;
    font-size: .875rem
}

.widget_recent_comments li span, .widget_rss li span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1
}

.widget_search form {
    position: relative;
}

.widget_search label {
    display: block;
    padding: 0
}

.widget_search input {
    padding-right: 3rem;
}

.widget_search .search-form {
    position: relative;
    padding-right: 6.5rem
}

.widget_search .search-field {
    margin-bottom: 0
}

.widget_search .SearchBtn, .widget_search .search-submit {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    padding: 0 5px;
    opacity: 1
}

.trsrcbx label {
    padding: 0;
    position: relative
}

.trsrcbx label button {
    background-color: transparent;
    color: currentColor;
    font-weight: 300;
    box-shadow: none;
    width: 100%;
    padding: .5rem 1rem;
    position: relative;
    z-index: 2;
    text-align: left;
    text-transform: capitalize;
    line-height: normal
}

.trsrcbx label:before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: .2s;
    opacity: 0
}

.trsrcbx label:hover:before {
    opacity: .1
}

/*a-z*/
.Wdgt .AZList {
    display: block;
    margin: 0 -.4rem
}

.Wdgt .AZList > li {
    display: inline-block;
    vertical-align: top;
    min-width: 44px
}

/*Wdgtpst*/
.Wdgt .TPost.A .Title {
    max-height: none
}

.Wdgt .MovieList > li {
    padding-bottom: 0
}

.Wdgt .MovieList .TPost.B .Title {
    max-height: 32px;
    overflow: hidden
}

.Wdgt .MovieList .TPost.B .TpMvPlay:before {
    display: block
}

.TpSbList > .MovieList, .Footer .TpSbList > ul.MovieList {
    margin: 0 -.3rem -.6rem
}

.TpSbList > .MovieList > li, .Footer .TpSbList > ul.MovieList > li {
    padding-left: .3rem;
    padding-right: .3rem;
    margin-bottom: .6rem
}

/*widget_categories*/
.widget_categories > ul li {
    text-align: right;
    line-height: 2.5rem;
    position: relative;
    min-height: 2.5rem
}

.widget_categories > ul {
    margin: 0 -1rem
}

.widget_categories > ul ul {
    margin: 0;
    padding: 0
}

.widget_categories > ul li {
    font-size: .75rem;
    padding-right: 1rem
}

.widget_categories > ul a {
    font-size: .875rem;
    position: relative;
    padding-right: 2rem;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.widget_categories > ul li:hover {
    border-left: 3px solid transparent
}

.widget_categories > ul li > a {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    padding-left: 1.2rem;
    text-align: left
}

.widget_categories > ul li > a:before {
    content: '\e039';
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5
}

.widget_categories > ul li:hover > a:before {
    opacity: 1
}

aside .widget_categories ul {
    max-height: 240px;
    overflow: auto
}

aside .widget_categories ul ul {
    max-height: none;
    overflow: inherit
}

.Wdgt .tagcloud a {
    font-size: .75em !important;
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem
}

.Wdgt .tagcloud a span {
    font-weight: 400;
    opacity: .5
}

/*(Plugins)*/
/*(Owl Carousel)*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    font-size: 0;
    text-align: center;
    height: 5px
}

.owl-dots > div {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 5px;
    opacity: .7;
    transition: .2s;
    margin: 0 .09rem;
    line-height: 0
}

.owl-dots > div > span {
    display: block;
    background-color: currentColor;
    height: 2px;
    margin-top: 3px
}

.owl-dots > div:first-child {
    margin-left: 0
}

.owl-dots > div:last-child {
    margin-right: 0
}

.owl-dots > div.active {
    opacity: 1
}

.owl-dots > div.active > span {
    height: 5px;
    margin-top: 0
}

/*post-ratings*/
.post-ratings {
    font-size: 0;
    height: 20px;
    line-height: 18px;
    padding: 1px 0;
    white-space: nowrap
}

img[src*="rating_"] {
    display: inline-block !important;
    width: 18px !important;
    height: 18px;
    padding-left: 18px !important;
    margin-left: 0 !important;
    vertical-align: top;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 0;
    background-size: cover
}

img[src*="on.gif"] {
    background-image: url(../img/star-on.svg)
}

img[src*="half.gif"] {
    background-image: url(../img/star-hf.svg), url(../img/star.svg)
}

img[src*="over.gif"] {
    background-image: url(../img/star-oh.svg)
}

.post-ratings-loading {
    display: none !important
}

/*wp-pagenavi*/
.wp-pagenavi, .nav-links {
    font-size: 0;
    margin: 0 -6px 1.5rem
}

.wp-pagenavi a, .wp-pagenavi span, .nav-links a, .nav-links span, .tagcloud a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 7px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    border-radius: 3px
}

.wp-pagenavi a.first, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.last, .prev.page-numbers, .next.page-numbers {
    font-size: 0
}

.wp-pagenavi a.first:before, .wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.nextpostslink:before, .wp-pagenavi a.last:before {
    font-size: 1.25rem;
    font-weight: 300
}

.wp-pagenavi a.previouspostslink:before, .wp-pagenavi a.nextpostslink:before, .prev.page-numbers:before, .next.page-numbers:before {
    font-size: 1.5rem
}

.wp-pagenavi a.first:before {
    content: '\e5c4'
}

.wp-pagenavi a.previouspostslink:before, .prev.page-numbers:before {
    content: '\e314'
}

.wp-pagenavi a.nextpostslink:before, .next.page-numbers:before {
    content: '\e315'
}

.wp-pagenavi a.last:before {
    content: '\e5c8'
}

.wp-pagenavi .pages, .wp-pagenavi a.prev.page-numbers, .wp-pagenavi .next.page-numbers, .nav-links a {
    padding-left: 1rem;
    padding-right: 1rem
}

/*Select*/
.sol-inner-container {
    position: relative;
    height: 30px;
    line-height: 30px;
    border-radius: 4px
}

.sol-container.sol-active .sol-inner-container {
    z-index: 9999
}

.sol-input-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.sol-input-container input[type="text"] {
    box-shadow: none;
    padding: 0 7px;
    outline: none;
    width: 100%;
    height: 100%
}

.sol-input-container input[type="text"]::-ms-clear {
    display: none
}

.sol-selection-container {
    display: none
}

.sol-container.sol-active .sol-selection-container, .trsrcbx {
    display: block;
    position: fixed;
    left: inherit;
    top: inherit;
    z-index: 10000
}

.sol-active.sol-selection-top .sol-selection-container, .trsrcbx {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0 12px rgba(0, 0, 0, .175)
}

.sol-action-buttons {
    padding: 7px 10px
}

.sol-action-buttons a {
    line-height: 1em;
    text-decoration: none
}

.sol-action-buttons .sol-select-all {
    float: left
}

.sol-action-buttons .sol-deselect-all {
    float: right
}

.sol-action-buttons .sol-clearfix {
    clear: both
}

.sol-selection {
    overflow: auto;
    position: relative;
    min-height: 0px
}

.sol-selection:empty {
    display: none
}

.sol-option {
    display: block
}

.sol-label {
    padding: 5px 10px;
    display: block;
    position: relative
}

.sol-label-text {
    line-height: 1.2em
}

.sol-optiongroup {
    padding-bottom: 1px
}

.sol-optiongroup-label {
    font-weight: bold;
    margin-bottom: 5px;
    padding: 3px 5px
}

.sol-selection div:first-child.sol-optiongroup > .sol-optiongroup-label {
    border-top: none
}

.sol-checkbox, .sol-radio {
    position: absolute;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    top: 4px
}

.sol-filtered-search {
    display: none
}

.sol-no-results, .sol-loading-data {
    padding: 5px 0 5px 0;
    font-style: italic;
    text-align: center
}

.sol-loading-data {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

/*lightbox*/
.lgtbx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    cursor: pointer
}

.lgtbx-on {
    overflow: hidden
}

.lgtbx-on .VideoPlayer {
    z-index: 999
}

.lgtbx-on .VideoPlayer .lgtbx {
    visibility: visible;
    opacity: .9;
    z-index: 2
}

.lgtbx-on .VideoPlayer .Video {
    z-index: 3
}

/*fx*/
.wp-pagenavi .current {
    background-color: #de1212;
}

.imglazy {
    opacity: 0;
    transition: opacity .333s ease-in;
}

.imglazy.lazy-loaded {
    opacity: 1;
}

#star, #stars {
    font-size: 18px;
}

.oh {
    height: 27px;
    overflow: hidden;
}

.CommentsList + .wp-pagenavi {
    margin-top: 2rem;
}

.single-post header .Info span {
    margin-right: 1rem;
}

.single-post header .Info span:before {
    margin-right: .25rem;
    opacity: .5;
}

.single-post .Description {
    margin-bottom: 2rem;
}

.post-blog-list .single-post {
    padding: 0;
    margin-bottom: 4rem;
}

.post-blog-list .single-post header {
    margin-bottom: 0;
}

.home .MovieListSldCn {
    overflow: hidden;
}

/*12 - .Responsive Web Design*/
/*IE*/
@media screen and (-ms-high-contrast: none) {
    * {
        min-height: 0%
    }
}

/*(max-width:62em)*/
@media screen and (max-width: 62em) {
    .Menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        transition: .2s;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        border-top: 2px solid transparent;
        box-shadow: 0 5px 25px rgba(0, 0, 0, .5)
    }

    .sub-menu.open {
        opacity: 1;
        max-height: 99em;
        padding: 5px 0
    }

    .sub-menu .sub-menu, .menu-item-has-children .menu-item-has-children > a:after {
        display: none !important
    }

    .sub-menu > li {
        width: 25%
    }

    .sub-menu > li > a {
        padding: 0 .5rem;
        font-weight: 300
    }

    .sub-menu .sub-menu > li {
        float: none;
        width: auto
    }

    .Menu > ul > li > a {
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block
    }

    .Menu > ul > li {
        border-bottom: 1px solid transparent
    }

    .Menu > ul > li:last-child {
        border-bottom: 0
    }

    .Menu > ul > li li.menu-item-has-children > a {
        padding-left: 2rem
    }

    .Menu > ul > li li.menu-item-has-children:before {
        left: 1rem !important
    }

    .menu-item-has-children > a:after {
        transform: rotate(270deg)
    }

    .BuyNow {
        padding-top: 1rem;
        border-bottom: 0;
        margin-top: .5rem
    }

    .BuyNow:before {
        top: 1rem
    }

    .menu-azlist > ul {
        margin-left: .5rem
    }

    .sub-menu {
        max-height: none;
        padding-bottom: 1rem
    }

    .BuyNow:before {
        margin-left: .5rem
    }

    .BuyNow > a {
        margin-left: .5rem;
        margin-right: 1rem
    }

    #Tf-Wp.open {
        overflow: hidden
    }

    #Tf-Wp.open .Menu {
        max-height: calc(100vh - 80px);
        opacity: 1;
        padding-bottom: 1rem;
        overflow: auto
    }

    #Tf-Wp.open.admin-bar .Menu {
        max-height: calc(100vh - 112px)
    }

    .Footer .widget_categories > ul {
        max-width: none
    }

    .VideoOptions.open + .BtnOptions {
        position: fixed;
        right: 1rem;
        top: 1rem;
        margin: 0;
        z-index: 9999;
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .widget_nav_menu li[class*="children"] > a {
        pointer-events: auto
    }

    .TpSbList > .MovieList > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571428571429%;
        -ms-flex: 0 0 14.28571428571429%;
        flex: 0 0 14.28571428571429%;
        max-width: 14.28571428571429%
    }
}

/*(landscape)*/
@media screen and (max-width: 62em) and (orientation: landscape) {
    .lgtbx-on .VideoPlayer {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .VideoPlayer > span[class*="Btn"] {
        right: 1rem
    }
}

/*(max-width:48em)*/
@media screen and (max-width: 48em) {
    #Tf-Wp.open.admin-bar .Menu {
        max-height: calc(100vh - 126px)
    }

    .sub-menu > li {
        width: 33.33333333333333%
    }

    .TpSbList > .MovieList > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .menu-azlist > .sub-menu, .AZList {
        overflow: auto;
        white-space: nowrap;
    }
}

/*(max-width:34em)*/
@media screen and (max-width: 34em) {
    .sub-menu > li {
        width: 50%
    }

    .TpSbList > .MovieList > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .SrtdBy {
        display: block;
    }
}

/*(max-width:24em)*/
@media screen and (max-width: 24em) {
    .Footer .widget_categories > ul li {
        width: 100%
    }
}

/*(min-width:48em)*/
@media screen and (min-width: 48em) {
    .MovieListSldCn .TPost.A .TPMvCn {
        max-width: 570px
    }

    .PlayMovie, .PlayMovie:before {
        position: absolute;
        left: 570px;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .PlayMovie {
        height: 0
    }

    .PlayMovie:before {
        left: 0
    }

    .TPost.Single .Image {
        float: left;
        margin-right: 1.5rem
    }

    .Description p.Cast {
        clear: both
    }
}

/*(min-width:62em)*/
@media screen and (min-width: 62em) {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }

    .Menu, .Menu > ul > li {
        float: left
    }

    .Menu {
        margin-top: 20px;
        margin-left: 20px
    }

    .menu-item-has-children {
        position: relative
    }

    .menu-item-has-children:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
        top: 60px;
        left: 1.5rem;
        pointer-events: none;
        opacity: 0;
        transition: .2s
    }

    aside .menu-item-has-children:after {
        left: 1rem
    }

    .menu-item-has-children:hover:after {
        opacity: 1;
        top: 35px
    }

    .menu-item-has-children:hover > .sub-menu {
        max-height: 40em;
        opacity: 1;
        border-top: 3px solid transparent;
        padding: 5px 10px 1rem
    }

    .menu-item-has-children .menu-item-has-children:after {
        display: none
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        z-index: 10;
        transition: .2s;
        padding: 0 10px
    }

    .sub-menu .sub-menu {
        left: 100%;
        top: 0
    }

    .Header .Menu .sub-menu .sub-menu {
        border-top: 0;
        top: -15px
    }

    .Header .Menu .menu-item-has-children .menu-item-has-children > a:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .Header .Menu .menu-category .sub-menu {
        width: 570px
    }

    .Header .Menu .menu-category .sub-menu > li {
        width: 25%;
        margin-top: 10px;
        float: left
    }

    .Header .Menu .sub-menu, .Header .Menu .menu-category .sub-menu .sub-menu {
        width: 235px
    }

    .Header .Menu .sub-menu > li, .Header .Menu .menu-category .sub-menu .sub-menu > li {
        width: auto;
        float: none
    }

    li:not(.menu-azlist) > .sub-menu > li > a {
        background-color: transparent;
        font-weight: 400
    }

    .menu-item-has-children.menu-azlist:hover > .sub-menu {
        padding: 5px 5px 10px 10px
    }

    .menu-azlist > ul {
        padding-left: 10px;
        padding-right: 5px
    }

    .menu-azlist > ul > li > a {
        padding: 0
    }

    .Menu > ul > li li > a {
        padding: 0
    }

    .BuyNow:before {
        margin-left: -.2rem
    }

    .BuyNow > a {
        padding-left: 2rem !important
    }

    .Header .Logo {
        float: left;
        padding-left: 0;
        padding-right: 0
    }

    .Top.open .Menu {
        opacity: 0;
        visibility: hidden
    }

    .AZList > li {
        width: 3.7%
    }

    .TpRwCont {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .TpRwCont > main, .TpRwCont > aside {
        display: table-cell;
        vertical-align: top
    }

    .TpRwCont > main {
        padding-right: 1.875rem
    }

    .TpRwCont > aside {
        width: 300px
    }

    .TpRwCont.TpLCol {
        direction: rtl
    }

    .TpRwCont.TpLCol > main, .TpRwCont.TpLCol > aside {
        direction: ltr
    }

    .TpRwCont.TpLCol > main {
        padding-right: 0;
        padding-left: 1.875rem
    }

    .TpRwCont.NoSdbr > main {
        padding-left: 0;
        padding-right: 0
    }

    .TpRwCont.NoSdbr > aside {
        display: none
    }

    .TPost.B:hover {
        z-index: 2
    }

    .TPost.B:hover .TPMvCn {
        opacity: 1;
        visibility: visible;
        transform: scale(1)
    }

    .SrtdBy {
        position: absolute;
        right: 5px;
        top: 0
    }

    .Footer > .Top {
        padding: 3.75rem 0
    }

    .Footer .Wdgt {
        margin-bottom: 0
    }

    .Footer .widget_categories > ul li {
        width: 100%
    }

    .widget_nav_menu > div > ul .sub-menu {
        padding-bottom: 0
    }

    .widget_textfot p {
        max-width: 370px
    }

    .widget_categories > ul::-webkit-scrollbar {
        width: 5px;
        height: 5px
    }

    .VideoOptions {
        position: absolute;
        z-index: 4;
        padding-left: 60px;
        padding-right: 70px
    }

    .comment-form-author, .comment-form-email, .comment-form-url {
        float: left;
        width: 33.33%
    }

    .comment-form-email {
        width: 28.33%;
        margin-left: 2.5%;
        margin-right: 2.5%
    }

    .form-submit {
        clear: both
    }
}

/*(min-width:75em)*/
@media screen and (min-width: 75em) {
    .TpRwCont.NoSdbr .MovieList.Rows > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571428571429%;
        -ms-flex: 0 0 14.28571428571429%;
        flex: 0 0 14.28571428571429%;
        max-width: 14.28571428571429%
    }

    .TpRwCont.NoSdbr .MovieList.Episodes > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666666666667%;
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%
    }

    .Footer .widget_categories > ul li {
        width: 50%
    }

    .VideoPlayer > span[class*="Btn"] {
        right: -25px;
    }
}

/*(min-width:85em)*/
@media screen and (min-width: 85em) {
    .Container {
        max-width: 1300px
    }

    main .MovieList.Rows > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666666666667%;
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%
    }

    main .MovieList.Episodes > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .TpRwCont.NoSdbr .MovieList.Rows > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.28571428571429%;
        -ms-flex: 0 0 14.28571428571429%;
        flex: 0 0 14.28571428571429%;
        max-width: 14.28571428571429%
    }
}

/*(min-width:100em)*/
@media screen and (min-width: 100em) {
    .Container {
        max-width: 1700px
    }

    main .MovieList.Rows > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    main .MovieList.Episodes > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666666666667%;
        -ms-flex: 0 0 16.66666666666667%;
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%
    }

    .TpRwCont.NoSdbr .MovieList.Rows > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

.wp-pagenavi .current {
    background-color: #de1212;
}

.imglazy {
    opacity: 0;
    transition: opacity .333s ease-in;
}

.imglazy.lazy-loaded {
    opacity: 1;
}

#star, #stars {
    font-size: 18px;
}

.oh {
    height: 27px;
    overflow: hidden;
}

.Button.btn-report {
    background-color: #9a8f09;
}

.Button.btn-report:hover {
    background-color: #887E04;
}

.report-succ {
    background-color: #0f7f0f;
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    clear: both;
}

.Treport .Modal-Content:before {
    padding-top: 0;
}

.Treport .Modal-Content {
    background-color: #171717c9;
}