@font-face {
    font-family: "FontAwesome";
    font-display: swap;
    src: url("https://w3.toonanime.co/engine/editor/jscripts/froala/fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("https://w3.toonanime.co/engine/editor/jscripts/froala/fonts/fontawesome-webfont.eot#iefix&v=4.5.0") format("embedded-opentype"), url("../../../ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.woff") format("woff2"),
        url("https://w3.toonanime.co/engine/editor/jscripts/froala/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("https://w3.toonanime.co/engine/editor/jscripts/froala/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
        url("https://w3.toonanime.co/engine/editor/jscripts/froala/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}

.container,
.container__fluid {
    margin-right: auto;
    margin-left: auto;
}
.container__fluid {
    padding-right: 2rem;
    padding-left: 2rem;
}
.container {
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: auto;
    margin-left: auto;
}
#dle-content,
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.col,
.col__1,
.col__10,
.col__11,
.col__12,
.col__2,
.col__3,
.col__4,
.col__5,
.col__6,
.col__7,
.col__8,
.col__9,
.col__auto,
.col__lg,
.col__lg-1,
.col__lg-10,
.col__lg-11,
.col__lg-12,
.col__lg-2,
.col__lg-3,
.col__lg-4,
.col__lg-5,
.col__lg-6,
.col__lg-7,
.col__lg-8,
.col__lg-9,
.col__lg-auto,
.col__md,
.col__md-1,
.col__md-10,
.col__md-11,
.col__md-12,
.col__md-2,
.col__md-3,
.col__md-4,
.col__md-5,
.col__md-6,
.col__md-7,
.col__md-8,
.col__md-9,
.col__md-auto,
.col__sm,
.col__sm-1,
.col__sm-10,
.col__sm-11,
.col__sm-12,
.col__sm-2,
.col__sm-3,
.col__sm-4,
.col__sm-5,
.col__sm-6,
.col__sm-7,
.col__sm-8,
.col__sm-9,
.col__sm-auto,
.col__xs,
.col__xs-1,
.col__xs-10,
.col__xs-11,
.col__xs-12,
.col__xs-2,
.col__xs-3,
.col__xs-4,
.col__xs-5,
.col__xs-6,
.col__xs-7,
.col__xs-8,
.col__xs-9,
.col__xs-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.col__xs,
.col__xs-1,
.col__xs-10,
.col__xs-11,
.col__xs-12,
.col__xs-2,
.col__xs-3,
.col__xs-4,
.col__xs-5,
.col__xs-6,
.col__xs-7,
.col__xs-8,
.col__xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.col__xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col__xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col__xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col__xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col__xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col__xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col__xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col__xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col__xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col__xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col__xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col__xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col__xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
@media only screen and (min-width: 48em) {
    .col__sm,
    .col__sm-1,
    .col__sm-10,
    .col__sm-11,
    .col__sm-12,
    .col__sm-2,
    .col__sm-3,
    .col__sm-4,
    .col__sm-5,
    .col__sm-6,
    .col__sm-7,
    .col__sm-8,
    .col__sm-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .col__sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col__sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col__sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 64em) {
    .col__md,
    .col__md-1,
    .col__md-10,
    .col__md-11,
    .col__md-12,
    .col__md-2,
    .col__md-3,
    .col__md-4,
    .col__md-5,
    .col__md-6,
    .col__md-7,
    .col__md-8,
    .col__md-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .col__md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col__md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col__md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 75em) {
    .col__lg,
    .col__lg-1,
    .col__lg-10,
    .col__lg-11,
    .col__lg-12,
    .col__lg-2,
    .col__lg-3,
    .col__lg-4,
    .col__lg-5,
    .col__lg-6,
    .col__lg-7,
    .col__lg-8,
    .col__lg-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .col__lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col__lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col__lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media only screen and (min-width: 86em) {
    .col__lgx,
    .col__lgx-1,
    .col__lgx-10,
    .col__lgx-11,
    .col__lgx-12,
    .col__lgx-2,
    .col__lgx-3,
    .col__lgx-4,
    .col__lgx-5,
    .col__lgx-6,
    .col__lgx-7,
    .col__lgx-8,
    .col__lgx-9 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .col__lgx {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col__lgx-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col__lgx-2 {
        -ms-flex-preferred-size: 19.66666667%;
        flex-basis: 19.66666667%;
        max-width: 19.66666667%;
    }
    .col__lgx-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col__lgx-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col__lgx-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col__lgx-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col__lgx-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col__lgx-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col__lgx-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col__lgx-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col__lgx-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col__lgx-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
.header__sign-panel {
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
}
.header__sign-panel img,
.sign__panel-user img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sign__panel {
    max-width: 270px;
}
.sign__panel-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #31394a;
    background-image: -moz-linear-gradient(to left, #2b324087, #31394a);
    background-image: -webkit-linear-gradient(to left, #2b324087, #31394a);
    background-image: -ms-linear-gradient(to left, #2b324087, #31394a);
    background-image: linear-gradient(to left, #2b324087, #31394a);
    padding: 11px;
}
.sign__panel-name {
    color: #fff;
    margin-left: 10px;
}
.sign__panel-link {
    line-height: 40px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-weight: 300;
}
.sign__panel-link:hover {
    color: #fb5b84;
    background-color: #1f202185;
    background-image: -moz-linear-gradient(to left, #1f202185, #28282d);
    background-image: -webkit-linear-gradient(to left, #1f202185, #28282d);
    background-image: -ms-linear-gradient(to left, #1f202185, #28282d);
    background-image: linear-gradient(to left, #1f202185, #323a4b);
}
.sign__panel-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 40px 20px;
    right: 23px;
}
.sign {
    display: block;
    position: relative;
}
.sign__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sign__group input.sign__input {
    background-color: #2b2b31;
    border: none;
    height: 50px;
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 250px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    letter-spacing: 0.2px;
}
.sign__group {
    position: relative;
    margin-bottom: 20px;
}
.sign__group--checkbox {
    width: 100%;
    text-align: left;
}
.sign__group--checkbox input:checked,
.sign__group--checkbox input:not(:checked) {
    position: absolute;
    left: -9999px;
}
.sign__group--checkbox input:checked + label,
.sign__group--checkbox input:not(:checked) + label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    line-height: 22px;
    margin: 0;
}
.sign__group--checkbox input:checked + label a,
.sign__group--checkbox input:not(:checked) + label a {
    background-image: -webkit-linear-gradient(0deg, #ff55a5 0, #ff5860 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff5860;
    opacity: 0.75;
}
.sign__group--checkbox input:checked + label a:hover,
.sign__group--checkbox input:not(:checked) + label a:hover {
    opacity: 1;
}
.sign__group--checkbox input:checked + label:before,
.sign__group--checkbox input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #2b2b31;
}
.sign__group--checkbox input:checked + label:after,
.sign__group--checkbox input:not(:checked) + label:after {
    font-family: Ionicons;
    content: "\f3ff";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #ff55a5;
}
.sign__group--checkbox input:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
    background: 0 0;
    color: rgba(255, 255, 255, 0.5);
}
.sign__group--checkbox label::selection {
    background: 0 0;
    color: rgba(255, 255, 255, 0.5);
}
.sign__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 65, 0.45);
    box-shadow: 0 0 20px 0 rgba(255, 0, 65, 0.45);
    opacity: 0.85;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px auto 0;
}
.sign__btn:hover {
    opacity: 1;
    color: #fff;
}
.sign__text {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.sign__text a {
    position: relative;
    background-image: -webkit-linear-gradient(0deg, #ff376a 0, #ff0041 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
    color: #fb5b84;
}
.sign__text a:hover {
    opacity: 1;
}
html {
    height: 100%;
    min-height: 100%;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
html a {
    -webkit-font-smoothing: antialiased;
}
body {
    color: #152035;
    background: #fdfcfd;
    background: -moz-linear-gradient(top, #fdfcfd 0, #f4f6f7100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfcfd), color-stop(100%, #f4f6f7));
    background: -webkit-linear-gradient(top, #fdfcfd 0, #f4f6f7 100%);
    background: -o-linear-gradient(top, #fdfcfd 0, #f4f6f7 100%);
    background: -ms-linear-gradient(top, #fdfcfd 0, #f4f6f7 100%);
    background: linear-gradient(to bottom, #fdfcfd 0, #f4f6f7 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    min-height: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
article,
aside,
details,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
select {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    font-size: 18px;
    position: relative;
}
b,
strong {
    font-weight: 500;
}
a {
    color: #152035;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #fb5b84;
    outline: 0;
    text-decoration: none;
}
input,
select,
textarea {
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background-color: #f3f2f2;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
button:focus {
    outline: 0;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    display: inline-block;
    width: 302px;
    height: 46px;
    line-height: 22px;
    padding: 10px;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    margin: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
    border-color: #3394e6;
}
input[type="checkbox"],
input[type="radio"] {
    line-height: normal;
    margin: -2px 6px 0 0;
    vertical-align: middle;
}
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
    width: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
select[multiple],
select[size],
textarea {
    height: auto;
}
input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 0.6;
}
input:focus {
    outline: 0;
}
input[type="file"],
input[type="image"] {
    padding: 0;
    border-width: 0;
    background-color: transparent;
}
#menu_1,
#menu_2,
#menu_3,
#menu_4,
#menu_5,
#menu_6,
.aplayer .aplayer-list,
.bbcodes,
.body__cprev,
.btn,
.btn-border,
.button,
.content__item-btn,
.content__sidebar-list li,
.custom__tab .slider__title,
.grid__short,
.header__dropdown-menu a,
.header__search,
.item__track-play,
.label,
.offside,
.offside__items,
.owl-carousel .owl-item,
.owl-item.center .carousel__item-bottom,
.short__story-btn,
.short__story:hover .short__story-header,
.sign__panel-menu a,
.soon__item,
.soon__item:hover .soon__item-title,
.uSocial__Share,
.uSocial__ShareUp,
a,
button {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.c__item-title,
.item__track-desc,
.item__track-subtitle,
.item__track-title,
.short__story-title,
.soon__item-title {
    overflow: hidden;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.body {
    margin-top: 130px;
    transition: margin-top 0.3s;
}
.body:after,
.body:before {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(43, 43, 49, 0.75);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.body--active:before,
.body--after:after {
    z-index: 99;
    opacity: 1;
    pointer-events: auto;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    background-size: 100%;
    background-image: -moz-linear-gradient(to right, #ff366a, #ff0042);
    background-image: -webkit-linear-gradient(to right, #ff366a, #ff0042);
    background-image: -ms-linear-gradient(to right, #ff366a, #ff0042);
    background-image: linear-gradient(to right, #ff366a, #ff0042);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 50px;
    padding: 7px 22px;
    color: #fff;
}
.button:hover {
    opacity: 0.8;
}
.button > a {
    color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin: 1em 0 0 0;
    letter-spacing: -0.01em;
    line-height: 1.35em;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}
.h1,
h1 {
    font-size: 1.9em;
}
.h2,
h2 {
    font-size: 1.8em;
}
.h3,
h3 {
    font-size: 1.4em;
}
.h4,
h4 {
    font-size: 1.2em;
}
.h5,
h5 {
    font-size: 1.1em;
}
.md__icon {
    color: #152035;
    font-size: 22px;
}
.label {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 42px;
    top: 7px;
    right: 5px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.label__rate {
    background-color: #ff0042;
    min-width: 26px;
    position: absolute;
    right: 2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
}
.label__pg {
    background-color: #fff;
    background-color: #ffaa05;
    color: inherit;
    right: auto;
    width: auto;
    position: absolute;
    left: 2px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
}
.owl-item .label {
    opacity: 0;
}
.owl-item.center .label {
    opacity: 1;
}
.badge {
    position: relative;
    top: -10px;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff0042;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 5px;
    top: -3px;
}
.badge__hot {
    position: absolute;
    top: 12px;
    font-size: 9px;
    background-color: #ff0042;
    text-transform: uppercase;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.fade {
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.discover__gradient {
    width: 100%;
    height: auto;
    max-height: 410px;
    position: absolute;
    background: #323a4b;
    background-image: -moz-linear-gradient(to bottom right, #323a4b, #ff0042);
    background-image: -webkit-linear-gradient(to bottom right, #323a4b, #ff0042);
    background-image: -ms-linear-gradient(to bottom right, #323a4b, #ff0042);
    background-image: linear-gradient(to bottom right, #323a4b, #ff0042);
    margin-top: -45px;
}
.nav__gradient {
    width: 75%;
    height: auto;
    max-height: 125px;
    position: absolute;
    background: #323a4b;
    left: 0;
    background-image: -moz-linear-gradient(to right, #323a4b, #ff0042);
    background-image: -webkit-linear-gradient(to right, #323a4b, #ff0042);
    background-image: -ms-linear-gradient(to right, #323a4b, #ff0042);
    background-image: linear-gradient(to right, #323a4b, #ff0042);
    margin-top: -45px;
}
.cat__gradient {
    width: 100%;
    height: auto;
    max-height: 410px;
    position: absolute;
    background-color: #323a4b;
    background-image: -moz-linear-gradient(to left, #ff00423b, #323a4b);
    background-image: -webkit-linear-gradient(to left, #ff00423b, #323a4b);
    background-image: -ms-linear-gradient(to left, #ff00423b, #323a4b);
    background-image: linear-gradient(to left, #ff00423b, #323a4b);
    margin-top: -45px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#loader__wrp {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    text-align: center;
}
#loader {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 50px);
}
@keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}
#loader__box {
width: 121px;
height: 110px;
background-image: url("https://wvvw.toonanime.co/templates/toonanime/images/logo.png") !important;
animation: animate 0.9s linear infinite;
position: absolute;
top: 0;
left: 0;
border-radius: 3px;
}
@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(360deg);
        border-bottom-right-radius: 40px;
    }

}
#loader__shadow {
       width: 121px;
    height: 5px;
    background: #655d86;
    opacity: 0.1;
    position: absolute;
    top: 150px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.7s linear infinite;
}
@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}
.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 0 15px;
    width: 140px;
}
.header__logo img {
    width: auto;
    max-width: 110px;
    display: block;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    background-color: #323a4b;
    z-index: 99;
    width: 260px;
    padding: 30px 30px 0;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.header__nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(to right, #fb396b, #ff0041);
    background-image: -webkit-linear-gradient(to right, #fb396b, #ff0041);
    background-image: -ms-linear-gradient(to right, #fb396b, #ff0041);
    background-image: linear-gradient(to right, #fb396b, #ff0041);
    -webkit-box-shadow: 0 0 20px 0 #ff00416e;
    box-shadow: 0 0 20px 0 #ff00416e;
}
.header__nav--active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header__nav-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.header__nav-link--more {
    font-weight: 400;
    font-size: 24px;
}
.header__nav-link--active {
    color: #ff55a5;
}
.header__nav-item {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.header__nav-item:last-child {
    margin-bottom: 0;
}
.header__dropdown {
    position: relative;
    display: block;
    width: 100%;
}
.header__dropdown-menu,
.more__options .dropdown-menu,
.sign__panel-menu {
    position: absolute;
    background-color: #323a4b;
    padding: 15px 20px;
    display: block;
    width: 100%;
    min-width: 200px;
    text-align: left;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    margin-top: 0;
    top: 100%;
}
.header__dropdown-menu:before,
.more__options .dropdown-menu:before,
.sign__panel-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #ff3c6e 0, #ff0042 100%);
    background-image: -webkit-linear-gradient(90deg, #ff3c6e 0, #ff0042 100%);
    background-image: -ms-linear-gradient(90deg, #ff3c6e 0, #ff0042 100%);
    background-image: linear-gradient(90deg, #ff3c6e 0, #ff0042 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 66, 0.51);
    box-shadow: 0 0 20px 0 rgba(255, 0, 66, 0.51);
}
.header__dropdown-menu li,
.sign__panel-menu li {
    padding: 0;
}
.header__dropdown-menu a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 40px;
    display: block;
    font-weight: 300;
}
.header__dropdown-menu a:hover {
    color: #ff7a9b;
    background-color: #1f202185;
    background-image: -moz-linear-gradient(to left, #1f202185, #28282d);
    background-image: -webkit-linear-gradient(to left, #1f202185, #28282d);
    background-image: -ms-linear-gradient(to left, #1f202185, #28282d);
    background-image: linear-gradient(to left, #1f202185, #323a4b);
}
.header__dropdown-menu.show,
.more__options .dropdown-menu.show,
.sign__panel-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
    margin-top: 10px;
}
.header__wrap {
    position: relative;
    background-color: #ffff;
    z-index: 2;
}
.header__search {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background-color: #323a4b;
    z-index: 1;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.header__search--active {
    bottom: 0;
}
.header__search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    position: relative;
}
.header__search-content input {
    position: relative;
    height: 60px;
    width: 100%;
    background-color: #323a4b;
    border: none;
    padding: 0 120px 0 15px;
    font-size: 15px;
    color: #fff;
}
.header__search-content input::-webkit-input-placeholder {
    color: #9ca2b5;
}
.header__search-content input::-moz-placeholder {
    color: #9ca2b5;
}
.header__search-content input:-ms-input-placeholder {
    color: #9ca2b5;
}
.header__search-content input:-moz-placeholder {
    color: #9ca2b5;
}
.header__search-content button {
    position: absolute;
    height: 40px;
    width: 90px;
    top: 10px;
    right: 15px;
    opacity: 0.85;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.6px;
}
.header__search-content button:hover {
    color: #fff;
    opacity: 1;
}
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    position: relative;
}
.header__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 44px;
}
.header__search-btn.active,
.header__search-btn:hover {
    color: #fff;
}
.header__sign-in {
    height: 40px;
    width: 40px;
    opacity: 0.85;
    margin-left: 20px;
    margin-right: 20px;
}
.header__sign-in span {
    display: none;
}
.header__sign-in .md__icon {
    display: block;
    color: #fff;
}
.header__sign-in:hover {
    opacity: 1;
}
.header__btn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    width: 24px;
    height: 40px;
    opacity: 0.8;
}
.header__btn span {
    display: block;
    position: absolute;
    height: 1px;
    width: 24px;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    top: 13px;
    background-color: #152035;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.header__btn span:nth-child(2) {
    top: 21px;
}
.header__btn span:nth-child(3) {
    top: 29px;
}
.header__btn:hover {
    opacity: 1;
}
.header__btn--active {
    opacity: 1;
}
.header__btn--active span:nth-child(1) {
    top: 21px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header__btn--active span:nth-child(2) {
    opacity: 0;
}
.header__btn--active span:nth-child(3) {
    top: 21px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.offside__button {
    display: none;
}
.body.page--active {
    margin-top: 70px;
}
.page--active #menu_1,
.page--active #menu_2,
.page--active #menu_3,
.page--active #menu_4,
.page--active #menu_5,
.page--active #menu_6,
.page--active .sidebar__nav {
    margin-top: 70px;
}
.page__container {
    margin-left: 0;
    transition: margin-left 0.3s;
}
.active--offside .page__container {
    margin-left: 90px;
}
.page__container {
    margin-top: 70px;
    padding-bottom: 50px;
}
.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #323a4b;
    background-image: -moz-linear-gradient(to left, #ff00423b, #323a4b);
    background-image: -webkit-linear-gradient(to left, #ff00423b, #323a4b);
    background-image: -ms-linear-gradient(to left, #ff00423b, #323a4b);
    background-image: linear-gradient(to left, #ff00423b, #323a4b);
    padding: 10px 0 18px;
    min-height: 260px;
}
.slider .container {
    position: relative;
    z-index: 2;
}
.slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.slider__cover {
    opacity: 0.07;
}
.slider__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding-right: 70px;
    padding-top: 20px;
}
.slider__title b {
    font-weight: 700;
    display: block;
    font-size: 28px;
}
.slider__carousel .item {
    margin-top: 25px;
}
.slider__carousel .card {
    margin-bottom: 0;
}
.slider__nav {
    display: none;
}
.slider--bg:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: url(https://w3.toonanime.co/templates/toonanimev2/img/home/home__bg.jpg) no-repeat center/cover;
    opacity: 0.06;
}
.slider__carousel {
    padding-top: 25px;
}
.owl-carousel.slider__carousel .owl-item {
    -moz-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -o-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
}
.owl-carousel.slider__carousel .owl-item.center {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 15px 60px 0 rgba(109, 92, 237, 0.44);
    box-shadow: 0 15px 60px 0 rgba(109, 92, 237, 0.44);
}
.custom__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.custom__tab .slider__title {
    cursor: pointer;
}
.custom__tab .slider__title b {
    font-weight: 700;
    display: block;
    font-size: 28px;
    letter-spacing: -0.01em;
    line-height: 0.8em;
    text-rendering: optimizeLegibility;
}
.custom__tab .current,
.custom__tab .slider__title:hover {
    color: #867cb1;
}
.carousel__item {
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.carousel__item > a {
    height: 230px;
    display: block;
}
.carousel__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.owl-item.center .carousel__item-bottom {
    padding: 15px;
    background-color: #635d84a3;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    opacity: 1;
}
.c__item-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
}
.c__item-title {
    width: 195px;
}
.card__short-rate {
    position: relative;
    width: 33px;
    height: 33px;
}
.card__short-rate--num,
.rate__this-video--num {
    display: none;
}
.card__short-rate--perc {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
.rate__this-video--num-perc {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 40px;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 19px;
}
.card__short-rate--perc.high,
.rate__this-video--num-perc.high {
    color: #3fd03f;
}
.card__short-rate--perc.low,
.rate__this-video--num-perc.low {
    color: #ff5050;
}
.sidebar__nav {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 103;
    background-color: #fff;
    width: 100%;
    display: block;
}
.sidebar__nav-menu--link span {
    color: #9ca2b5;
}
.sidebar__nav-menu--list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    webkit-font-smoothing: subpixel-antialiased;
    list-style: none;
    letter-spacing: 0;
}
.sidebar__nav-menu--item {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
    white-space: nowrap;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.sidebar__nav-menu--item.open {
    background-color: #323a4b;
    border-right: 2px solid #ff0042;
}
.sidebar__nav-menu--item.open .md__icon,
.sidebar__nav-menu--item.open .sidebar__nav-menu--link {
    color: #ff0042;
}
.sidebar__nav-menu--item img {
    display: block;
    max-width: 45px;
    margin: 0 auto;
}
.sidebar__nav-menu--item.open .sidebar__nav-menu--link:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 23px;
    right: 6px;
    border: 4px solid #323a4b;
    background-color: #f90622;
    border-radius: 50%;
}
.sidebar__nav-menu--link {
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
    display: block;
    position: relative;
}
.sidebar__nav-menu--link span {
    display: none;
}
.sidebar__nav-menu--link .md__icon {
    display: block;
    margin-bottom: 6px;
    font-size: 25px;
    color: #e03060;
}
#menu_1,
#menu_2,
#menu_3,
#menu_4,
#menu_5,
#menu_6 {
    transform: translateX(-220px);
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    z-index: 102;
    height: 100%;
    margin-left: 0;
    width: 290px;
}
#menu_1,
#menu_2,
#menu_3,
#menu_4,
#menu_5,
#menu_6,
.menu__wrapper {
    width: 290px;
}
.menubtn_1_open #menu_1,
.menubtn_2_open #menu_2,
.menubtn_3_open #menu_3,
.menubtn_4_open #menu_4,
.menubtn_5_open #menu_5,
.menubtn_6_open #menu_6 {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.menu__wrapper {
    background-color: #323a4b;
    padding: 30px 30px 0;
    height: 100%;
}
.menu > ul > li > a,
.menu > ul > li > ul > li > a {
    color: #fff;
}
.menu > ul > li > a:hover,
.menu > ul > li > ul > li > a:hover {
    text-decoration: none;
    color: #fb5b84;
    background-color: #1f202185;
    background-image: -moz-linear-gradient(to left, #1f202185, #28282d);
    background-image: -webkit-linear-gradient(to left, #1f202185, #28282d);
    background-image: -ms-linear-gradient(to left, #1f202185, #28282d);
    background-image: linear-gradient(to left, #1f202185, #323a4b);
}
.menu > ul > li > ul {
    margin-top: 20px;
}
.menu > ul > li > ul > li > a {
    text-indent: 20px;
    line-height: 40px;
    width: 100%;
    padding: 0 10px;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.menu > ul > li > ul > li > a:hover {
    text-indent: 30px;
}
.sidebar__nav {
    transition: transform 0.3s, margin-top 0.3s;
}
.content__tabs {
    display: none;
}
.content__mobile-tabs {
    position: relative;
}
.content__mobile-tabs-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    height: 50px;
    opacity: 0.75;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.content__mobile-tabs-btn input {
    display: block;
    position: relative;
    width: auto;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #ff0042;
    text-transform: uppercase;
    cursor: pointer;
    height: 50px;
    margin-right: 12px;
    letter-spacing: 0.2px;
}
.content__mobile-tabs-btn span {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
}
.content__mobile-tabs-btn span:after,
.content__mobile-tabs-btn span:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #655d86;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: 50%;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    margin-top: -5px;
}
.content__mobile-tabs-btn span:after {
    margin-top: 2px;
    width: 10px;
}
.content__mobile-tabs-btn[aria-expanded="true"] {
    opacity: 1;
}
.content__mobile-tabs-btn[aria-expanded="true"] span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
}
.content__mobile-tabs-btn[aria-expanded="true"] span:after {
    margin-top: -1px;
    width: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.content__mobile-tabs-btn:hover {
    opacity: 1;
}
.content__mobile-tabs-menu {
    top: 100%;
    left: 0;
    margin-top: -10px;
    min-width: 200px;
    padding: 15px 20px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    background-color: #2b2b31;
    display: block;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
    position: absolute;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
}
.content__mobile-tabs-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background-image: -moz-linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
    background-image: -webkit-linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
    background-image: -ms-linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
    background-image: linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
    box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
}
.content__mobile-tabs-menu a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}
.content__mobile-tabs-menu a:hover {
    color: #ff55a5;
}
.content__mobile-tabs-menu a.active {
    display: none;
}
.content__mobile-tabs-menu.show {
    pointer-events: auto;
    opacity: 1;
    margin-top: 0;
}
.section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.section__title-wrp {
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 7px 35px;
    color: #655d86;
    min-width: 400px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(27, 42, 53, 0.05);
    box-shadow: 0 5px 15px 0 rgba(27, 42, 53, 0.05);
}
.section__title h1 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
}
.section__title h2 b {
    font-weight: 800;
}
.content__quickview {
    display: none;
}
.other__main-block {
    background-color: #fff;
    margin: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 15px 38px 0 rgba(27, 42, 53, 0.19);
    box-shadow: 0 15px 38px 0 rgba(27, 42, 53, 0.19);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#dle-content > * {
    width: 100%;
}
.grid__img-box,
.grid__img-fit,
.grid__img-resp {
    overflow: hidden;
    position: relative;
    background-color: #222;
}
.grid__img-resp {
    padding-top: 50%;
}
.grid__img-box img,
.grid__img-resp img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.grid__img-resp img {
    position: absolute;
    left: 0;
    top: 0;
}
.grid__img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid__fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.grid__fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.grid__fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.grid__fx {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
}
.grid__table {
    display: block;
}
.grid__short {
    width: 100%;
    margin-bottom: 15px;
    min-height: 0;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(27, 42, 53, 0.05);
    box-shadow: 0 5px 15px 0 rgba(27, 42, 53, 0.05);
}
.grid__short-tile--inner {
    width: 100%;
    height: 200px;
    color: #fff !important;
    display: block;
}
.grid__short-tile--inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 100%);
}
.grid__short-tile--desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
}
.grid__short-tile--title {
    font-size: 17px;
}
.grid__short-thumb--left_img {
    width: 100%;
    height: 200px;
}
.grid__short-tile--text_only__inner {
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: center;
    min-height: 0;
}
.grid__short-other {
    height: auto;
    margin-bottom: 15px;
}
.grid__short-tile--cat {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 15px;
    color: #000;
}
.grid__short-tile--vertical .grid__short-tile--title {
    font-size: 17px;
}
.grid__short-tile--vertical .grid__short-tile--desc {
    padding: 15px;
}
.grid__short-tile--vertical .grid__short-tile--cat {
    color: #fff;
}
.grid__short-tile--text_only__desc {
    margin: auto;
}
.grid__short-tile--text_only__desc .grid__short-thumb--cat {
    display: inline-block;
    background-color: #90b12c;
    color: #fff;
    opacity: 1;
    padding: 5px 15px;
}
.grid__short-thumb {
    display: block;
}
.grid__short-thumb--desc {
    padding: 15px;
}
.grid__short-thumb--cat {
    opacity: 0.4;
}
.grid__short-thumb--title {
    font-size: 17px;
    margin-top: 7px;
}
.grid__short-thumb--left_desc {
    padding: 15px;
}
.grid__short-other .grid__short-thumb--left_img {
    height: 200px;
}
.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==)
        no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 179px;
}
.toonanimeplayer_selector {
    width: 179px;
    margin: 0;
    display: none;
}
.toonanimeplayer_selector_box {
    display: inline-block;
    margin: 2px;
}
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 179px;
}
.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}
.jq-selectbox__select {
    height: 29px;
    padding: 0 45px 0 10px;
    background: url(https://w3.toonanime.co/templates/toonanimev2/images/select_bg.png) repeat-x;
    color: #333;
    font: 14px/30px Arial, sans-serif;
}
.jq-selectbox__dropdown {
    top: 28px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
    font: 14px/18px Arial, sans-serif;
    z-index: 1;
}
.toonanimeplayer_next {
    height: 29px;
    margin: 15px 0 7px 8px;
    display: inline-block;
    cursor: pointer;
    background: #f0eeee none repeat scroll 0 0;
    padding: 0 6px 6px;
    text-decoration: none;
}
.toonanimeplayer_prev {
    height: 29px;
    margin: 15px 7px 7px 7px;
    display: inline-block;
    cursor: pointer;
    background: #f0eeee none repeat scroll 0 0;
    padding: 0 6px 6px;
    text-decoration: none;
}
.player_box {
    display: none;
}
.toonanimeplayer_allmyvideos,
.toonanimeplayer_cloudvideo,
.toonanimeplayer_cloudy,
.toonanimeplayer_dailymotion,
.toonanimeplayer_fembed,
.toonanimeplayer_streamtape,
.toonanimeplayer_hydrax,
.toonanimeplayer_gou,
.toonanimeplayer_cdnvip,
.toonanimeplayer_google,
.toonanimeplayer_cdnt,
.toonanimeplayer_vip,
.toonanimeplayer_mystream,
.toonanimeplayer_gtv,
.toonanimeplayer_kaztube,
.toonanimeplayer_kiwi,
.toonanimeplayer_mail,
.toonanimeplayer_mail2,
.toonanimeplayer_moevideo,

.toonanimeplayer_moo,
.toonanimeplayer_moviki,
.toonanimeplayer_mytv,
.toonanimeplayer_myvi,
.toonanimeplayer_myvi2,
.toonanimeplayer_netu,
.toonanimeplayer_ok,
.toonanimeplayer_openload,
.toonanimeplayer_player,
.toonanimeplayer_rapids,
.toonanimeplayer_rapidvideo,
.toonanimeplayer_rutube,
.toonanimeplayer_sibnet,
.toonanimeplayer_smotri,
.toonanimeplayer_thevideo,
.toonanimeplayer_tune,
.toonanimeplayer_uptostream,
.toonanimeplayer_uqload,
.toonanimeplayer_verystream,
.toonanimeplayer_vid,
.toonanimeplayer_vidbull,
.toonanimeplayer_vidfast,
.toonanimeplayer_vidspot,
.toonanimeplayer_vidto,
.toonanimeplayer_vk,
.toonanimeplayer_vk2,
.toonanimeplayer_youtube {
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    background: #fff url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_01.png) no-repeat 3px 5px;
    float: left;
    line-height: 28px;
    margin: 0 0 5px 6px;
    padding: 0 4px 0 24px;
    position: relative;
}
.toonanimeplayer_allmyvideos:hover,
.toonanimeplayer_cloudvideo:hover,
.toonanimeplayer_cloudy:hover,
.toonanimeplayer_cdnt:hover,
.toonanimeplayer_vip:hover,
.toonanimeplayer_mystream:hover,
.toonanimeplayer_dailymotion:hover,
.toonanimeplayer_fembed:hover,
.toonanimeplayer_streamtape:hover,
.toonanimeplayer_hydrax:hover,
.toonanimeplayer_gou:hover,
.toonanimeplayer_cdnvip:hover,
.toonanimeplayer_google:hover,
.toonanimeplayer_gtv:hover,
.toonanimeplayer_kaztube:hover,
.toonanimeplayer_kiwi:hover,
.toonanimeplayer_mail2:hover,
.toonanimeplayer_mail:hover,
.toonanimeplayer_moevideo:hover,
.toonanimeplayer_moo:hover,
.toonanimeplayer_moviki:hover,
.toonanimeplayer_mytv:hover,
.toonanimeplayer_myvi2:hover,
.toonanimeplayer_myvi:hover,
.toonanimeplayer_netu:hover,
.toonanimeplayer_ok:hover,
.toonanimeplayer_openload:hover,
.toonanimeplayer_player:hover,
.toonanimeplayer_rapids:hover,
.toonanimeplayer_rapidvideo:hover,
.toonanimeplayer_rutube:hover,
.toonanimeplayer_sibnet:hover,
.toonanimeplayer_smotri:hover,
.toonanimeplayer_thevideo:hover,
.toonanimeplayer_tune:hover,
.toonanimeplayer_uptostream:hover,
.toonanimeplayer_uqload:hover,
.toonanimeplayer_verystream:hover,
.toonanimeplayer_vid:hover,
.toonanimeplayer_vidbull:hover,
.toonanimeplayer_vidfast:hover,
.toonanimeplayer_vidspot:hover,
.toonanimeplayer_vidto:hover,
.toonanimeplayer_vk:hover,
.toonanimeplayer_youtube:hover {
    background-color: #e5e5e5;
    border-color: #d7d7d7;
}
.toonanimeplayer_allmyvideos.nower,
.toonanimeplayer_cloudvideo.nower,
.toonanimeplayer_cloudy.nower,
.toonanimeplayer_dailymotion.nower,
.toonanimeplayer_cdnt.nower,
.toonanimeplayer_vip.nower,
.toonanimeplayer_mystream.nower,
.toonanimeplayer_fembed.nower,
.toonanimeplayer_streamtape.nower,
.toonanimeplayer_hydrax.nower,
.toonanimeplayer_gou.nower,
.toonanimeplayer_google.nower,
.toonanimeplayer_cdnvip.nower,
.toonanimeplayer_gtv.nower,
.toonanimeplayer_kaztube.nower,
.toonanimeplayer_kiwi.nower,
.toonanimeplayer_mail.nower,
.toonanimeplayer_mail2.nower,
.toonanimeplayer_moevideo.nower,
.toonanimeplayer_moo.nower,
.toonanimeplayer_moviki.nower,
.toonanimeplayer_mytv.nower,
.toonanimeplayer_myvi.nower,
.toonanimeplayer_myvi2.nower,
.toonanimeplayer_netu.nower,
.toonanimeplayer_ok.nower,
.toonanimeplayer_openload.nower,
.toonanimeplayer_player.nower,
.toonanimeplayer_rapids.nower,
.toonanimeplayer_rapidvideo.nower,
.toonanimeplayer_rutube.nower,
.toonanimeplayer_sibnet.nower,
.toonanimeplayer_smotri.nower,
.toonanimeplayer_thevideo.nower,
.toonanimeplayer_tune.nower,
.toonanimeplayer_uptostream.nower,
.toonanimeplayer_uqload.nower,
.toonanimeplayer_verystream.nower,
.toonanimeplayer_vid.nower,
.toonanimeplayer_vidbull.nower,
.toonanimeplayer_vidfast.nower,
.toonanimeplayer_vidspot.nower,
.toonanimeplayer_vidto.nower,
.toonanimeplayer_vk.nower,
.toonanimeplayer_youtube.nower {
    background-color: #d976ff;
    border-color: #ff8055;
    color: #fff;
    font-weight: 400;
}
.toonanimeplayer_verystream {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_verystream.png);
}
.toonanimeplayer_vidfast {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_vidfast.png);
}
.toonanimeplayer_rapids {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_rapids.png);
}
.toonanimeplayer_cloudvideo {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_vidlo.png);
}
.toonanimeplayer_uqload {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_uqload.png);
}
.toonanimeplayer_smotri {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_tune.png);
}
.toonanimeplayer_tune {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_tune.png);
}
.toonanimeplayer_moviki {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_moviki.png);
}
.toonanimeplayer_kaztube {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_kaztube.png);
}
.toonanimeplayer_sibnet {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_02.png);
}
.toonanimeplayer_myvi {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_03.png);
}
.toonanimeplayer_myvi2 {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_03.png);
}
.toonanimeplayer_rutube {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_04.png);
}
.toonanimeplayer_mail {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_05.png);
}
.toonanimeplayer_mail2 {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_05.png);
}
.toonanimeplayer_kiwi {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_kiwi.png);
}
.toonanimeplayer_yandex {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_yandex.png);
}
.toonanimeplayer_dailymotion {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/toonanimeplayer_icons_06.png);
}
.toonanimeplayer_vk2 {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/favicon2.png);
}
.toonanimeplayer_moo {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/moo.png);
}
.toonanimeplayer_ok {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_ok.png);
}
.toonanimeplayer_vidspot {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_vidspot.png);
}
.toonanimeplayer_cloudy {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_cloudy.png);
}
.toonanimeplayer_vid {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_vid.png);
}
.toonanimeplayer_google {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_google.png);
}
.toonanimeplayer_youtube {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_youtube.png);
}
.toonanimeplayer_moevideo {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_moevideo.png);
}
.toonanimeplayer_smotri {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_smotri.png);
}
.toonanimeplayer_vidto {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_vidto.png);
}
.toonanimeplayer_vidbull {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_vidbull.png);
}
.toonanimeplayer_thevideo {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_thevideo.png);
}
.toonanimeplayer_allmyvideos {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_allmyvideos.png);
}
.toonanimeplayer_openload {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_openload.png);
}
.toonanimeplayer_netu {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_netu.jpg);
}
.toonanimeplayer_uptostream {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_uptobox.png);
}
.toonanimeplayer_rapidvideo {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_rapidvideo.png);
}
.toonanimeplayer_hydrax{
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_streamtape {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_fembed {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_gou {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_cdnvip {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_cdnt {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_vip {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_mystream {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_player {
    background-image: url(../images/favicon.ico);
    background-size: 18px 18px;
}
.toonanimeplayer_gtv {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_gtv.png);
}
.toonanimeplayer_mytv {
    background-image: url(https://w3.toonanime.co/templates/toonanimev2/images/icon_mytv.png);
}
#film_iframe {
    width: 100%;
    height: 100%;
    background: url(https://w3.toonanime.co/templates/toonanime/images/Rolling-1s-200px.svg) 50% 50% no-repeat #000;
}
.movie_player {
    background-size: cover;
    float: left;
    height: 500px;
    position: relative;
    width: 100%;
    border-radius: 6px;
}
.movie_player .play_bg {
    background: linear-gradient(to left bottom, rgba(217, 118, 255, 0.38), rgba(224, 13, 71, 0.33)) rgba(217, 118, 255, 0.43);
    bottom: 0;
    float: left;
    height: 100%;
    left: 0;
    position: absolute;
    border-radius: 6px;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.movie_player .content_pe {
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.movie_player .content_pe .movie_play {
    float: left;
    padding: 2px 0 0;
    width: 100%;
}
.movie_player .content_pe .movie_play .fa-play-circle {
    animation: pulser 1s ease infinite alternate;
    color: #d976ff;
    cursor: pointer;
    display: block;
    font-size: 120px;
    text-align: center;
}
.icon-play-circled:before {
    content: "\f144";
}
[class^="fa-"]::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
}
@keyframes pulser {
    0% {
        text-shadow: 0 0 0 hsla(0, 0%, 93.3%, 0.8);
        transform: scale(0.9);
    }
    to {
        text-shadow: 0 0 20px hsla(0, 0%, 93.3%, 0.8);
        transform: scale(1);
    }
}
.fx_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.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(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    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(https://w3.toonanime.co/templates/toonanimev2/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: #3fb8af;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    z-index: 9000 !important;
}
.jq-toast-wrap * {
    margin: 0;
    padding: 0;
}
.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px;
}
.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px;
}
.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px;
}
.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px;
}
.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff;
}
.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
}
.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px;
}
.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0;
}
.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}
.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer;
}
.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0%;
    left: 0;
    border-radius: 5px;
    background: red;
}
.jq-toast-loaded {
    width: 100%;
}
.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1;
}
.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc;
}
.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1;
}
.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}
.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996;
}
.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
    .fancybox-caption {
        padding: 12px;
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.fancybox-fx-material.fancybox-slide--next,
.fancybox-fx-material.fancybox-slide--previous {
    opacity: 0;
    transform: translateY(-60px) scale(1.1);
}
.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}
#loading-layer {
    background: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
.quote,
.scriptcode,
.text_spoiler,
.title_quote,
.title_spoiler {
    padding: 2% 4%;
    background: #fff;
    border: 1px solid #dde4ea;
}
.title_quote {
    border-left: 2px solid #e85319;
    border-bottom: 0;
    margin-top: 2px;
    font-weight: 700;
}
.quote,
blockquote {
    padding: 1% 4%;
    border-left: 2px solid #e85319;
    font-style: italic;
}
.title_spoiler {
    margin-top: 2px;
}
.text_spoiler {
    margin-bottom: 2px;
}
.title_spoiler img {
    vertical-align: middle;
    margin: -1px 0 0 !important;
}
.scriptcode {
    color: #4c6d0f;
    text-align: left;
    font-family: courier new;
}
.title_spoiler {
    font-weight: 400;
}
.text_spoiler {
    border-top: 0;
    text-align: justify;
}
.hide {
    background-color: #f0f0f0;
    padding: 5px;
    color: #4c6d0f;
    margin: 0 0 1em;
}
.hide a {
    text-decoration: underline;
}
.hide a:hover {
    text-decoration: none;
}
.sort {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sort,
.sort > li {
    display: inline;
}
.sort > li {
    margin: 0 0 0 3%;
}
.sort > li a {
    color: #353535;
}
.sort > li.asc a,
.sort > li.desc a {
    color: #3394e6;
}
.sort > li.asc a:after,
.sort > li.desc a:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAsBAMAAACj90TiAAAAG1BMVEUAAAAzlOYzlOYzlOYzlOYzlOYzlOYzlOYzlOar6gzlAAAACHRSTlMAjesv90eHRuQt1XUAAABSSURBVBjTzdCxDQAhDENRSyzAEFdQ0zDB9axEgzw2DokEI1A9/S4OyAxADEcpPGlpFKWoSpEKp0Dlb6SvG2jY4Fka4tw4PqbEsDNTcb8gn/d4LPQHQDdjhblbAAAAAElFTkSuQmCC);
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 0.4em;
    width: 6px;
    height: 11px;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
}
.sort > li.asc a:after {
    background-position: 0 -11px;
}
.calendar {
    width: 100%;
    text-align: center;
}
.calendar tr td,
.calendar tr th {
    padding: 3px;
}
.calendar tr td a {
    color: inherit;
    font-weight: 700;
}
.calendar tr td {
    padding: 5px 3px;
}
.calendar tr td.weekday {
    color: #ea5f24;
}
.calendar tr th {
    background-color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.calendar tr th.weekday {
    background-color: #ea5f24;
    color: #fff;
}
.calendar tr th.monthselect {
    background-color: transparent;
    color: #b8b8b8;
    padding-bottom: 15px;
}
.calendar tr th.monthselect a {
    color: #b8b8b8;
}
.pollprogress,
.voteprogress {
    overflow: hidden;
    height: 6px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 6px;
}
.pollprogress span,
.voteprogress span {
    text-indent: -9999px;
    height: 6px;
    display: block;
    overflow: hidden;
    background: #3394e6;
}
.pollprogress .poll2,
.voteprogress .vote2 {
    background-color: #dd514c;
}
.pollprogress .poll3,
.voteprogress .vote3 {
    background-color: #5eb95e;
}
.pollprogress .poll4,
.voteprogress .vote4 {
    background-color: #4bb1cf;
}
.pollprogress .poll5,
.voteprogress .vote5 {
    background-color: #faa732;
}
.rating,
.unit-rating {
    width: 115px;
    height: 23px;
}
.rating {
    font-size: 11px;
}
.unit-rating,
.unit-rating li a:hover,
.unit-rating li.current-rating {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKCAMAAADi6oj9AAAA1VBMVEX////q6ur/3if/yif8/Pz//vv29vbu7u709PT//Oz+/v7x8fH/++n/zTD/3yz/yyv4+Pj//fL/+uP/7o7/5I7/40T/0D//3y/6+vrv7+//+d7/6W3/4kD/867/667//fT/+ND/9ND/9MX/88D/9bz/77z/8qr/6qr/8ab/6ab/63j/3nj/3G7/6Gf/2mf/5E7/0UX/0UP/4Tv/zzr/4Tf/+tr/9tr/8J7/557/75X/5ZX/7IP/4YP/22v/5l3/1E7/87H/7LH/2F7/113/1FD/003/0EFYN+dtAAAClElEQVRYw+2W13LqMBCG3XFMbGNTDCEQSKEGSGjpyenv/0gHhLEw7EqbGV/6u2PmkxA/+8+skvMtbufzW7odLDVtGZD1srahTLXPoq0enRH1N43xRrNDb6d7IUkfaTEjin3h7XVvRdCbWkJTKp//0A5onQvyu3mZzLUj5pOXm9NEr56alxrKZfPpKqVPNAmTlB7JdA+IAwAOKZiJ7VlwFEtVZFdPwgmXuL0EpqeD/tyoAzbOQ0JBejiA9QFeOoAyPruQfoHq15B+jeo9SO8pGb19BOl4Yz8h/RPVq+C8YLbj8f7wbnkOVutEHpjmIDmA1bsTf3vP3H4ye/HbOoi+YnKLyexAix1YoblHs53MD8yispKTkzl3i8Ud3Q5cXXcDsl7RN1TIG4e71V3qxvGuM95pdujvdD8k6WM9ZkzaOPy97q8J+r2ecC/fOH7qB7SFG8frtKYfUZu+QhvH8wczYWofz+mNY6pLmKZ0V6b7QBwAcEjBl9j+e7xxPIjsh5NAwwVuL4Dp6aI/1+2CjfORUJAeDmF9iJcOoILPLqQLNg5IxzeOPqT3lYzePoZ0vLG/IP03qj9C+iNmOz7vD++Wj24ciTw0zeE/PQardzf+9v5u4+jHb+si+pqNdptvHG1WgjWau/u1k/mBP25FycnJnJKqlui2o25wyLq91W2qbagMg345v552Of364l4v0i5PMGiX0683LPUAyxCYJbuhntCwS6dnHKuoCiha6f+4oUpopHRVChAHABySUxDbBecoloLQNoA/EweIv47bdbhxIGgPLdi28F4A2JTZpUxxCX05/fGWktHbi9JpkY9xA9UL4LygugoiiJ2nYRVkwdfjb2fR8QN1XOcyP1BHc+cyP2ArOQT+A3O9MIoUjlVfAAAAAElFTkSuQmCC);
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}
.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background-position: 0 -46px;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}
.unit-rating li a {
    display: block;
    width: 23px;
    height: 23px;
    text-decoration: none;
    border: 0 !important;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}
.unit-rating li a:hover {
    background-position: 0 -23px;
    z-index: 2;
    left: 0;
    transition: unset;
}
.unit-rating a.r1-unit {
    left: 0;
}
.unit-rating a.r1-unit:hover {
    width: 23px;
}
.unit-rating a.r2-unit {
    left: 23px;
}
.unit-rating a.r2-unit:hover {
    width: 46px;
}
.unit-rating a.r3-unit {
    left: 46px;
}
.unit-rating a.r3-unit:hover {
    width: 69px;
}
.unit-rating a.r4-unit {
    left: 69px;
}
.unit-rating a.r4-unit:hover {
    width: 92px;
}
.unit-rating a.r5-unit {
    left: 92px;
}
.unit-rating a.r5-unit:hover {
    width: 115px;
}
.unit-rating li.current-rating {
    background-position: 0 0;
    position: absolute;
    height: 23px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.ratingplus {
    color: #70bb39;
}
.ratingminus {
    color: red;
}
.ratingzero {
    color: #6c838e;
}
.pm td.pm_head,
.pm td.pm_list,
.userstop td {
    border-bottom: 1px solid #efefef;
    padding: 12px 2px;
}
table.pm,
table.userstop {
    width: 100%;
    margin-bottom: 0;
}
table.pm select {
    width: 100px;
}
.pm td.pm_head,
.userstop thead td {
    border-bottom: 1px solid #efefef;
    font-weight: 700;
}
table.pm .navigation {
    border-top-width: 0;
    margin: 0;
}
#dropmenudiv {
    padding: 10px 0;
    min-width: 140px;
    width: auto !important;
    opacity: 1 !important;
    display: none;
    font-size: 0.9em;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
#dropmenudiv {
    background-color: #fff;
}
#dropmenudiv a {
    text-decoration: none !important;
    color: inherit;
    display: block;
    padding: 3px 20px;
    border: 0;
    white-space: nowrap;
    color: inherit;
}
#dropmenudiv a:hover {
    background-color: #eeeeef;
}
.highslide-outline,
.highslide-wrapper {
    background: #fff;
}
.highslide-image {
    border: 2px solid #fff;
}
.highslide-active-anchor {
    visibility: hidden;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-dimming {
    background-color: #000;
}
.highslide-html {
    background-color: #fff;
}
.highslide-loading {
    display: block;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    padding: 3px;
    border: 1px solid #fff;
    background-color: #000;
}
a.highslide-full-expand {
    background: url(https://w3.toonanime.co/templates/toonanimev2/dleimages/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-caption {
    display: none;
    padding: 5px;
    background: #fff;
}
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(https://w3.toonanime.co/engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(https://w3.toonanime.co/engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(https://w3.toonanime.co/engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: 0;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    display: none;
}
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
#searchsuggestions {
    z-index: 2200;
    width: 300px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    font-size: 0.9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#searchsuggestions a,
#searchsuggestions span.notfound {
    padding: 15px 25px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
}
#searchsuggestions a {
    color: inherit;
}
#searchsuggestions a:hover {
    background-color: #f7f7f7;
}
#searchsuggestions a span {
    display: block;
    cursor: pointer;
}
#searchsuggestions span.searchheading {
    display: block;
    font-weight: 700;
    margin-bottom: 0.2em;
}
#searchsuggestions span.seperator {
    display: block;
}
#searchsuggestions span.seperator a {
    padding: 10px 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    color: #919191;
}
#searchsuggestions span.notfound {
    padding: 15px 25px;
    display: block;
}
#searchsuggestions .break {
    display: none;
}
.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}
.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.ui-helper-clearfix {
    display: inline-block;
}
* html .ui-helper-clearfix {
    height: 1%;
}
.ui-helper-clearfix {
    display: block;
}
.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 2px;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #f7f7f7;
    background-clip: padding-box;
}
.ui-dialog-titlebar {
    padding: 20px;
    position: relative;
}
.ui-dialog-title {
    float: left;
    font-weight: 700;
    font-size: 1.15em;
}
.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    border: 0 !important;
}
.ui-dialog-titlebar-close .ui-icon {
    display: block;
    margin: 10px auto 0;
    width: 12px;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    opacity: 0.5;
}
.ui-button {
    float: right;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 36px;
    border-radius: 18px;
    line-height: 22px;
    outline: 0;
    background-color: #3394e6;
    color: #fff;
    border: 0;
    padding: 7px 22px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}
.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1;
}
.ui-icon {
    overflow: hidden;
    text-indent: -9999px;
}
.ui-dialog label {
    color: #575757;
}
.ui-dialog-content {
    padding: 20px;
    border: 1px solid #fff;
    overflow: auto;
    position: relative;
    zoom: 1;
}
.loginbox .ui-dialog-content,
.loginbox.ui-dialog {
    overflow: visible !important;
}
.ui-dialog-content h2 {
    display: inline;
    font-size: 1em;
    font-weight: 700;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 20px;
    text-align: center;
}
.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-state-error {
    background: #fef1ec 50% 50% repeat-x !important;
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
}
.ui-button {
    margin: 0 3px;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
}
* html .ui-autocomplete {
    width: 1px;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    float: left;
    background: #fff 50% bottom repeat-x;
    border: 1px solid #dedede;
    color: #353535;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 0.2em 0.4em;
    line-height: 1.5;
    zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-hover {
    font-weight: 400;
    margin: -1px;
    border: 1px solid #a7a7a7;
    color: #4e4e4e;
    font-weight: 700;
}
pre code {
    display: block;
    padding: 0.5em;
    background: #f9fafa;
    border: 1px solid #dce7e7;
    overflow: auto;
    white-space: pre;
}
pre .comment,
pre .diff .header,
pre .doctype,
pre .javadoc,
pre .lisp .string,
pre .template_comment {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: inherit;
    color: #93a1a1;
    font-style: italic;
}
pre .addition,
pre .css .rule .keyword,
pre .css .tag,
pre .javascript .title,
pre .keyword,
pre .lisp .title,
pre .method,
pre .winutils {
    color: #859900;
}
pre .command,
pre .hexcolor,
pre .number,
pre .phpdoc,
pre .regexp,
pre .string,
pre .tag .value,
pre .tex .formula {
    color: #2aa198;
}
pre .built_in,
pre .builtin,
pre .chunk,
pre .decorator,
pre .function .title,
pre .id,
pre .identifier,
pre .lisp .title,
pre .localvars,
pre .title,
pre .title .keymethods {
    color: #268bd2;
}
pre .django .tag .keyword,
pre .rules .property,
pre .tag .title {
    font-weight: 700;
    font-size: 1.08em !important;
}
pre .attribute,
pre .class .title,
pre .constant,
pre .haskell .label,
pre .instancevar,
pre .lisp .body,
pre .parent,
pre .smalltalk .number,
pre .variable {
    color: #b58900;
}
pre .attr_selector,
pre .cdata,
pre .diff .change,
pre .important,
pre .keymethods,
pre .pi,
pre .preprocessor,
pre .shebang,
pre .special,
pre .subst,
pre .symbol {
    color: #cb4b16;
}
pre .deletion {
    color: #dc322f;
}
pre .tex .formula {
    background: #eee8d5;
}
pre .comment:hover {
    background-color: inherit;
    box-shadow: none;
}
.bb-pane {
    height: 1%;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 5px;
    margin: 0;
    height: auto !important;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#fbfbfb), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fbfbfb, 0, #eaeaea, 100%);
    background-image: -moz-linear-gradient(top, #fbfbfb 0, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #fbfbfb 0, #eaeaea 100%);
    background-repeat: repeat-x;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    box-shadow: none !important;
}
.bb-pane > b {
    margin-top: 5px;
    margin-left: 0;
    vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn,
.bb-pane .bb-btn + .bb-pane,
.bb-pane .bb-pane + .bb-btn,
.bb-pane .bb-pane + .bb-pane {
    margin-left: -1px;
}
.bb-btn {
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px #fff;
    -moz-box-shadow: inset 0 1px 2px #fff;
    box-shadow: inset 0 1px 2px #fff;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left 0, left 100%, color-stop(0, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0, #e9e9e9 100%);
}
.bb-btn:hover {
    background: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fdfdfd), color-stop(100%, #e6e6e6));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0, #e6e6e6, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0, #e6e6e6, 100%);
    background-image: -o-linear-gradient(top, #fdfdfd, 0, #e6e6e6, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0, #e6e6e6 100%);
    -webkit-transition: box-shadow 0.05s ease-in-out;
    -moz-transition: box-shadow 0.05s ease-in-out;
    -o-transition: box-shadow 0.05s ease-in-out;
    transition: box-shadow 0.05s ease-in-out;
}
.bb-btn:active {
    background: #f3f3f3;
    border-color: #cfcfcf;
    -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
    -moz-box-shadow: 0 0 5px #f3f3f3 inset;
    box-shadow: 0 0 5px #f3f3f3 inset;
}
.bb-editor textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    border: 1px solid #d7d7d7;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-top: -1px;
    outline: 0;
}
.bb-editor textarea:focus {
    border-color: #d7d7d7 !important;
}
@font-face {
    font-family: bb-editor-font;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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)
            format("truetype"),
        url(data:application/font-woff;charset=utf-8;base64,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)
            format("woff");
    font-weight: 400;
    font-style: normal;
}
[class*=" bb-btn"],
[class^="bb-btn"] {
    font-family: bb-editor-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bb-sel {
    float: left;
    padding: 2px 2px 0;
}
.bb-sel select {
    font-size: 11px;
}
.bb-sep {
    display: inline-block;
    float: left;
    width: 1px;
    padding: 2px;
}
.bb-btn {
    cursor: pointer;
    outline: 0;
}
#b_font select,
#b_size select {
    padding: 0;
}
#b_b:before {
    content: "\f032";
}
#b_i:before {
    content: "\f033";
}
#b_u:before {
    content: "\f0cd";
}
#b_s:before {
    content: "\f0cc";
}
#b_img:before {
    content: "\f03e";
}
#b_up:before {
    content: "\e930";
}
#b_emo:before {
    content: "\f118";
}
#b_url:before {
    content: "\f0c1";
}
#b_leech:before {
    content: "\e98d";
}
#b_mail:before {
    content: "\f003";
}
#b_video:before {
    content: "\e913";
}
#b_audio:before {
    content: "\e911";
}
#b_hide:before {
    content: "\e9d1";
}
#b_quote:before {
    content: "\e977";
}
#b_code:before {
    content: "\f121";
}
#b_left:before {
    content: "\f036";
}
#b_center:before {
    content: "\f037";
}
#b_right:before {
    content: "\f038";
}
#b_color:before {
    content: "\e601";
}
#b_spoiler:before {
    content: "\e600";
}
#b_fla:before {
    content: "\ea8d";
}
#b_yt:before {
    content: "\f166";
}
#b_tf:before {
    content: "\ea61";
}
#b_list:before {
    content: "\f0ca";
}
#b_ol:before {
    content: "\f0cb";
}
#b_tnl:before {
    content: "\ea61";
}
#b_br:before {
    content: "\ea68";
}
#b_pl:before {
    content: "\ea72";
}
#b_size:before {
    content: "\f034";
}
#b_font:before {
    content: "\f031";
}
#b_header:before {
    content: "\f1dc";
}
#b_sub:before {
    content: "\f12c";
}
#b_sup:before {
    content: "\f12b";
}
#b_justify:before {
    content: "\f039";
}
.bb-pane h1,
.bb-pane h2,
.bb-pane h3,
.bb-pane h4,
.bb-pane h5,
.bb-pane h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h1 {
    font-size: 36px;
}
.bb-pane h2 {
    font-size: 30px;
}
.bb-pane h3 {
    font-size: 24px;
}
.bb-pane h4 {
    font-size: 18px;
}
.bb-pane h5 {
    font-size: 14px;
}
.bb-pane h6 {
    font-size: 12px;
}
.bb-pane-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 11px;
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px #dadada;
    box-shadow: 0 1px 2px #dadada;
    max-height: 300px;
    overflow: auto;
}
.bb-pane-dropdown > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #353535;
    white-space: nowrap;
}
.bb-pane-dropdown > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.bb-pane-dropdown .color-palette div .color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    cursor: pointer;
}
.bb-pane-dropdown .color-palette {
    padding: 0 5px;
}
.bb-pane-dropdown table {
    margin: 0;
}
.quick-edit-text {
    padding: 0.4em;
    width: 350px;
}
.quick-edit-textarea {
    height: 250px;
    padding: 2px;
    border: 1px solid #d7d7d7;
    width: 100%;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#dlefastreplycomments {
    padding: 10px;
}
#marker-bar,
#txtselect_marker {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}
#txtselect_marker {
    cursor: pointer;
    background: url(https://w3.toonanime.co/templates/toonanimev2/dleimages/marker.png) no-repeat 0 0;
}
#txtselect_marker:hover {
    background-position: 0 -32px;
}
#marker-bar {
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
}
#marker-bar.show {
    -webkit-transition: opacity 0.4s, visibility 0s;
    transition: opacity 0.4s, visibility 0s;
    opacity: 1;
    visibility: visible;
}
#txtselect_marker.show {
    visibility: visible;
    width: 32px;
    height: 32px;
    -webkit-transition: opacity 0.4s, visibility 0s;
    transition: opacity 0.4s, visibility 0s;
    opacity: 1;
}
#marker-bar .masha-marker,
#marker-bar .masha-social {
    cursor: pointer;
    display: block;
    margin: 0 5px;
    float: left;
}
#marker-bar .masha-marker {
    line-height: 1em;
    color: #aaa;
    border-bottom: 1px dotted #aaa;
    margin-right: 10px;
}
#marker-bar .masha-marker:hover {
    color: #ea3e26;
    border-color: #ea3e26;
}
.user_selection,
.user_selection_true {
    background: #fff5d5;
    padding: 2px 0;
}
.user_selection a.txtsel_close,
.user_selection_true a.txtsel_close {
    display: none;
}
.user_selection .closewrap,
.user_selection_true .closewrap {
    position: relative;
}
.user_selection.hover a.txtsel_close,
.user_selection_true.hover a.txtsel_close {
    display: inline-block;
    position: absolute;
    top: -7px;
    left: -5px;
    width: 33px;
    height: 33px;
    background: url(https://w3.toonanime.co/templates/toonanimev2/dleimages/closemarker.png) 0 0 no-repeat;
}
.user_selection.hover a.txtsel_close:hover,
.user_selection_true.hover a.txtsel_close:hover {
    background-position: 0 -33px;
}
#share-popup {
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: #fff;
    position: absolute;
    z-index: 100;
    width: 414px;
    display: none;
    padding: 20px 0;
    opacity: 0;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    -webkit-transition: opacity 0.4s, visibility 0.1s linear 0.4s;
    transition: opacity 0.4s, visibility 0.1s linear 0.4s;
}
#share-popup.show {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.4s, visibility 0s;
    transition: opacity 0.4s, visibility 0s;
}
#share-popup .social {
    padding: 0 0 10px 17px;
}
#share-popup .social p {
    padding-bottom: 10px;
    margin: 0;
    font-weight: 700;
}
#share-popup .social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#share-popup .social ul li {
    display: inline;
    margin-right: 20px;
    padding-top: 2px;
}
#share-popup .social ul a {
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    color: #919191;
}
#share-popup .social ul a:hover {
    text-decoration: underline;
}
#share-popup .social a span {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(https://w3.toonanime.co/templates/toonanimev2/dleimages/social-icons.png) 20px 20px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
#share-popup .social .tw span {
    background-position: 0 -20px;
}
#share-popup .social .tw:hover span {
    background-position: 0 0;
}
#share-popup .social .fb span {
    background-position: -20px -20px;
}
#share-popup .social .fb:hover span {
    background-position: -20px 0;
}
#share-popup .social .vk span {
    background-position: -40px -20px;
}
#share-popup .social .vk:hover span {
    background-position: -40px 0;
}
#share-popup .social .gp span {
    background-position: -60px -20px;
}
#share-popup .social .gp:hover span {
    background-position: -60px 0;
}
#share-popup .link {
    clear: both;
    border-top: 1px solid #d9d9d9;
    padding: 10px 5px 0 10px;
    line-height: 1.2;
    overflow: hidden;
    margin: 0 7px;
}
#share-popup .link p {
    font-weight: 700;
    padding: 0 0 3px;
    margin: 0;
}
#share-popup .link span {
    color: #999;
    font-size: 10px;
    display: block;
    padding-top: 3px;
}
#share-popup .link a {
    display: block;
}
.dle-alert,
.dle-confirm,
.dle-promt {
    padding: 20px 1em !important;
}
.bb-editor textarea,
.quick-edit-text,
.timezoneselect,
.ui-dialog textarea,
.wide,
select#category {
    width: 100% !important;
}
#searchinput,
#searchuser {
    width: 100% !important;
    margin-bottom: 10px;
}
.form_submit .c-captcha {
    float: right;
}
.c-captcha {
    position: relative;
}
.c-captcha:after {
    clear: both;
    display: block;
    content: "";
}
.c-captcha > a {
    float: left;
    margin-right: 5px;
}
.c-captcha img {
    position: relative;
    display: block;
    width: 130px;
    height: 46px;
    z-index: 1;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.c-captcha > input {
    float: left;
    width: 130px;
}
.dle-captcha {
    position: relative;
}
.dle-captcha:after {
    clear: both;
    display: block;
    content: "";
}
.dle-captcha > a {
    float: left;
    margin-right: 5px;
}
.dle-captcha img {
    position: relative;
    display: block;
    width: 130px;
    height: 46px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.dle-captcha > input {
    float: left;
    width: 130px;
}
.bbcodes,
.btn,
.btn-border {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 36px;
    padding: 7px 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 22px;
    outline: 0;
    background-size: 100%;
    background-image: -moz-linear-gradient(to right, #ff366a, #ff0042);
    background-image: -webkit-linear-gradient(to right, #ff366a, #ff0042);
    background-image: -ms-linear-gradient(to right, #ff366a, #ff0042);
    background-image: linear-gradient(to right, #ff366a, #ff0042);
    color: #fff;
    border: 0;
    padding: 7px 22px;
    text-decoration: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}
.btn > .icon {
    fill: #fff;
}
.btn-white > .icon {
    fill: #3394e6;
}
.btn-white {
    background-color: #fff;
    color: #3394e6;
}
.btn-white:hover > .icon {
    fill: #fff;
}
.btn-white:hover {
    background-color: #3394e6;
    color: #fff;
}
.bbcodes:hover,
.btn:hover,
.ui-button:hover {
    opacity: 0.8;
}
.btn-big {
    height: 46px;
    padding: 12px 27px;
    border-radius: 23px;
}
.btn-border {
    color: #3394e6;
    border: 2px solid #3394e6;
    line-height: 22px;
    padding: 5px 20px;
    background-color: transparent !important;
    overflow: hidden;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
}
.btn-border:hover {
    box-shadow: inset 0 0 0 2px rgba(51, 148, 230, 0.2);
    -webkit-box-shadow: inset 0 0 0 2px rgba(51, 148, 230, 0.2);
}
table.xfields {
    width: 100%;
}
.xfields textarea,
.xprofile textarea {
    width: 100%;
    height: 186px;
    margin-top: 5px;
}
.xfields input[type="text"] {
    width: 100%;
}
.xfieldsdescr {
    width: 200px;
}
.xfields .bb-pane + textarea {
    margin-top: 0;
}
.xfieldsnote {
    color: #838383;
    font-size: 0.9em;
}
.xfields_table td {
    vertical-align: top;
}
.xfieldsrow {
    padding-top: 5px;
    clear: both;
}
.xfieldscolleft {
    float: left;
    width: 30%;
    padding-top: 14px;
}
.xfieldscolright {
    float: left;
    width: 70%;
}
.file-box {
    width: 95%;
    max-width: 437px;
    border: 1px solid #b3b3b3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f5f5;
    padding: 10px;
    margin-top: 10px;
}
.xfieldimagegallery {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.xfieldimagegallery li img:hover {
    opacity: 0.8;
}
.qq-uploader {
    position: relative;
    width: 100%;
}
.qq-upload-button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 437px;
    background: #ff9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-drop-area-active {
    background: #ff7171;
}
.uploadedfile {
    display: inline-block;
    width: 115px;
    height: 160px;
    margin: 10px 5px 5px;
    border: 1px solid #b3b3b3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: #fff;
}
.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    cursor: -webkit-grabbing;
}
.sortable-ghost {
    opacity: 0.4;
}
.uploadedfile .info {
    text-align: left;
    white-space: nowrap;
    margin: 0 5px;
    overflow: hidden;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    height: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: #eee;
    -webkit-box-shadow: 0 1px 0 #fff, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 #fff, 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.progress .progress-bar {
    float: left;
    width: 0%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 8px;
}
.progress-bar span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
.progress-blue {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#9bcff5), to(#6db9f0));
    background-image: -webkit-linear-gradient(top, #9bcff5, 0, #6db9f0, 100%);
    background-image: -moz-linear-gradient(top, #9bcff5 0, #6db9f0 100%);
    background-image: linear-gradient(to bottom, #9bcff5 0, #6db9f0 100%);
    background-repeat: repeat-x;
    border: 1px solid #55aeee;
}
.emoji {
    border: none;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}
* {
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.header__message-btn {
    margin-right: 20px;
}
.offside {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #323a4b;
    z-index: 99;
    width: 260px;
    padding: 30px 30px 0;
    margin-top: 130px;
    -webkit-transform: translate3d(260px, 0, 0);
    -moz-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
}
.offside--active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.live__header {
    line-height: 49px;
    height: 49px;
    padding-left: 20px;
    position: relative;
}
.live__header:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 22px;
    left: 0;
    background-color: #f90622;
    border-radius: 50%;
}
.live__title {
    color: #9ca2b5;
}
.live__comments {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.live__comments-item {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    border-top: 1px solid #222227;
    padding-top: 5px;
}
.live__comments--title,
.live__comments-header {
    font-size: 13px;
}
.live__comments--author > a {
    color: #fff;
}
.live__comments--title > a {
    color: #fb5b84;
}
.live__comments--title {
    text-decoration: underline;
}
.live__comments-header,
.live__comments-main {
    position: relative;
    margin-bottom: 12px;
}
.live__comments--text {
    color: #9ca2b5;
    font-size: 13px;
}
.live__comments--image {
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.live__comments--online {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    background-color: #3fcc2c;
    -webkit-box-shadow: 0 0 0 #3fcc2c7a;
    box-shadow: 0 0 0 #3fcc2c7a;
    animation: pulse 2s infinite;
}
.live__comments--online:hover {
    animation: none;
}
.live__comments--offline {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    border-radius: 50%;
    background-color: #f90622;
    -webkit-box-shadow: 0 0 0 #f9062282;
    box-shadow: 0 0 0 #f9062282;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #3fcc2c7a;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #3fcc2c7a;
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #3fcc2c7a;
        box-shadow: 0 0 0 0 #3fcc2c7a;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
.live__comments--author,
.live__comments--date {
    display: block;
    color: #9ca2b5;
    padding-left: 33px;
    margin-top: 4px;
    text-transform: lowercase;
    height: 12px;
}
.offside__items {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #323a4b;
    z-index: 100;
    width: 300px;
    padding: 30px 0 0;
    margin-top: 130px;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
.offside__i--active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.offside__items-inner {
    height: 100%;
    overflow-y: auto;
}
.soon__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.soon__item {
    margin-bottom: 13px;
}
.soon__item-poster {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.soon__item-title {
    color: #fff;
}
.soon__item:hover .soon__item-title {
    color: #f72f62;
}
.soon__item:hover .soon__item-header {
    opacity: 0.8;
}
.tab {
    margin-bottom: 30px;
}
.tab__nav {
    margin: 0 0 0.8em 1em;
    letter-spacing: -0.01em;
    text-rendering: optimizeLegibility;
    color: #fff;
    text-transform: uppercase;
}
.tab__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab__nav ul li {
    transition: all 0.2s ease-in-out;
    margin-bottom: 5px;
}
.tab__nav ul li a {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 0;
    margin: 0 0 15px 0;
    color: #9ca2b5;
    font-size: 14px;
}
.tab__nav ul li a:active,
.tab__nav ul li a:focus,
.tab__nav ul li a:hover {
    outline: 0;
}
.tab__nav ul li a:active,
.tab__nav ul li a:hover {
    color: #f72f62;
}
.tab__nav ul li.active a {
    color: #f72f62;
}
.tab__pane {
    padding: 15px 0;
    display: none;
}
.tab__pane h2 {
    font-weight: 500;
    color: #666;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
}
.tab__pane p {
    margin-top: 0;
}
.tab__pane.active {
    display: block;
}
.short__story {
    margin-bottom: 20px;
}
.short__story-inner {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    position: relative;
    width: 100%;
    cursor: pointer;
    background: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.short__story:hover .short__story-header {
    opacity: 0.7;
}
.short__story-header {
    padding: 0;
}
.grid__item-wrap {
    position: relative;
    height: 215px;
}
.short__story-image {
    position: relative;
}
.short__story-image img {
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
.shadow {
    position: relative;
    z-index: 1;
    top: -70px;
    margin: 0 auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 98%;
    height: 50px;
    opacity: 0.9;
    -webkit-filter: blur(16px) contrast(1.5);
    filter: blur(16px) contrast(1.5);
    -webkit-transform: scale(0.95, -0.7);
    transform: scale(0.95, -0.7);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.short__story-footer {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 25px 25px;
}
.short__story-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}
.short__story-text {
    color: #635d84;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
}
.short__story .short__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.short__story-rate {
    margin-right: 15px;
}
.progress__box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    margin-left: -67px;
    margin-top: -16px;
    z-index: 2;
}
.progress__sm {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    background-color: #2b2b315e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.short__story-btn {
    background-color: #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    position: absolute;
    right: 7px;
    top: 30%;
    z-index: 3;
}
.short__story-btn .md__icon {
    color: #ff0042;
    font-size: 23px;
}
.short__story-btn:hover {
    background-color: #ff0042;
}
.short__story-btn:hover .md__icon {
    color: #fff;
}
.menu__wrapper .item__track,
.shortstory__item-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.menu__wrapper .item__track-play {
    background-color: #655d86;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-right: 31px;
    position: relative;
}
.menu__wrapper .item__track-play:hover {
    background-color: #ff0041;
}
.menu__wrapper .item__track-play:hover .md__icon {
    color: #fff;
}
.menu__wrapper .item__track-play .md__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #ff0041;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding-left: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.menu__wrapper .item__track-desc {
    color: #fff;
}
.menu__wrapper .item__track-desc:hover {
    color: #fb5b84;
}
.menu__wrapper .item__track-title {
    font-size: 15px;
}
.menu__wrapper .item__track-subtitle {
    font-size: 14px;
    color: #857cad;
}
.shortstory__item-track {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.shortstory__item-track--play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}
.shortstory__item-track--play .md__icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #ff0041;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    padding-left: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.shortstory__item-track--play:hover .md__icon {
    background-color: #323a4b;
    color: #ff0041;
}
.shortstory__item-track--cover {
    width: 60px;
    height: 50px;
    margin-right: 10px;
}
.shortstory__item-track--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.shortstory__item-track--title {
    font-weight: 600;
}
.shortstory__item-track--subtitle {
    color: #9ca2b5;
}
.aplayer__wrap .aplayer,
.aplayer__wrap-pl .aplayer {
    box-shadow: none;
}
.aplayer {
    background: 0 0;
}
.aplayer.aplayer-fixed .aplayer-body {
    position: fixed;
    bottom: 48px;
    left: 5px;
    margin: 0;
    z-index: 99;
    background: #fff;
    padding-right: 18px;
    transition: all 0.3s ease;
    width: 95% !important;
    max-width: 100% !important;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px;
}
.aplayer .aplayer-miniswitcher {
    background: #f4f7fd;
    right: -18px;
}
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
    width: 67px !important;
}
.aplayer.aplayer-narrow .aplayer-body,
.aplayer.aplayer-narrow .aplayer-pic {
    height: 66px;
    width: 67px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    background: #dee3ef;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path {
    fill: #655d86;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path {
    fill: #ff0042;
}
.aplayer .aplayer-info .aplayer-music .aplayer-author {
    font-size: 13px;
    color: #655d86;
    font-weight: 600;
}
.aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 15px;
    color: #655d86;
    font-weight: 600;
}
.aplayer .aplayer-pic .aplayer-button {
    position: absolute;
    border-radius: 50%;
    opacity: 1;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.1s ease;
}
.aplayer .aplayer-pic .aplayer-play {
    width: 36px;
    height: 35px;
    border: 2px solid #fff;
    background-color: #fff;
    bottom: 50%;
    right: 50%;
    margin: 0 -20px -20px 0;
}
.aplayer .aplayer-pic .aplayer-play svg {
    position: absolute;
    top: 2px;
    left: 5px;
    height: 30px;
    width: 30px;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 6px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -11px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.aplayer .aplayer-info .aplayer-controller .aplayer-time {
    color: #adb2bd;
}
.aplayer .aplayer-pic .aplayer-pause {
    background-color: #fff;
}
.aplayer.aplayer-fixed .aplayer-info {
    border: 0;
}
.aplayer .aplayer-pic {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.aplayer.aplayer-fixed .aplayer-list {
    margin-bottom: 76px;
    position: relative;
    left: 40px;
    background-color: #fff;
}
.aplayer .aplayer-list ol li.aplayer-list-light {
    background: #f4f7fd;
}
.aplayer .aplayer-list ol li.aplayer-list-light .aplayer-list-cur {
    background-color: #ff0041 !important;
}
.aplayer .aplayer-icon {
    opacity: 1;
}
.aplayer .aplayer-pic .aplayer-button path,
.aplayer.aplayer-fixed .aplayer-icon-play path {
    fill: #ff0042 !important;
}
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    background: #f0f1f500;
}
.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 10;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background-color: #fff;
    padding: 10px;
    color: #fff;
    background: #28282d;
    background-image: -moz-linear-gradient(to bottom right, #28282d8c, #655d86b3);
    background-image: -webkit-linear-gradient(to bottom right, #28282d8c, #655d86b3);
    background-image: -ms-linear-gradient(to bottom right, #28282d8c, #655d86b3);
    background-image: linear-gradient(to bottom right, #28282d8c, #655d86b3);
}
.navigation:after {
    clear: both;
    display: block;
    content: "";
}
.pages {
    text-align: left;
}
.pages a {
    color: #fff;
}
.pages a:hover,
.pages span {
    background-color: #fff;
    border-radius: 18px;
}
.pages a,
.pages span {
    color: inherit;
    display: inline-block;
    position: relative;
    min-width: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none !important;
    font-weight: 700;
}
.pages span {
    color: #fff;
    background-color: #ff0042;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 66, 0.47);
    box-shadow: 0 0 20px 0 rgba(255, 0, 66, 0.47);
}
.pages a:hover {
    color: #fff;
    background-color: #ff0041;
}
.page_next-prev .md__icon {
    width: 32px;
    height: 20px;
    color: #fff;
}
.page_next-prev > span > a:hover .md__icon {
    color: #ff0042;
}
.page_next-prev > span > * {
    padding: 2px 12px;
}
.page_next > span,
.page_prev > span {
    opacity: 0.5;
}
.splitnewsnavigation {
    margin-top: 4%;
    padding-top: 4%;
    font-weight: 700;
    border-top: 1px solid #efefef;
}
.splitnewsnavigation > a,
.splitnewsnavigation > span {
    padding: 6px 10px;
}
.header__sign-panel {
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
}
.header__sign-panel img,
.sign__panel-user img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.sign__panel {
    max-width: 270px;
}
.sign__panel-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    background-color: #31394a;
    background-image: -moz-linear-gradient(to left, #2b324087, #31394a);
    background-image: -webkit-linear-gradient(to left, #2b324087, #31394a);
    background-image: -ms-linear-gradient(to left, #2b324087, #31394a);
    background-image: linear-gradient(to left, #2b324087, #31394a);
    padding: 11px;
}
.sign__panel-name {
    color: #fff;
    margin-left: 10px;
}
.sign__panel-link {
    line-height: 40px;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    font-weight: 300;
}
.sign__panel-link:hover {
    color: #fb5b84;
    background-color: #1f202185;
    background-image: -moz-linear-gradient(to left, #1f202185, #28282d);
    background-image: -webkit-linear-gradient(to left, #1f202185, #28282d);
    background-image: -ms-linear-gradient(to left, #1f202185, #28282d);
    background-image: linear-gradient(to left, #1f202185, #323a4b);
}
.sign__panel-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 40px 20px;
    right: 23px;
}
.sign {
    display: block;
    position: relative;
}
.sign__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sign__group input.sign__input {
    background-color: #2b2b31;
    border: none;
    height: 50px;
    position: relative;
    color: #fff;
    font-size: 15px;
    width: 250px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    letter-spacing: 0.2px;
}
.sign__group {
    position: relative;
    margin-bottom: 20px;
}
.sign__group--checkbox {
    width: 100%;
    text-align: left;
}
.sign__group--checkbox input:checked,
.sign__group--checkbox input:not(:checked) {
    position: absolute;
    left: -9999px;
}
.sign__group--checkbox input:checked + label,
.sign__group--checkbox input:not(:checked) + label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    line-height: 22px;
    margin: 0;
}
.sign__group--checkbox input:checked + label a,
.sign__group--checkbox input:not(:checked) + label a {
    background-image: -webkit-linear-gradient(0deg, #ff55a5 0, #ff5860 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff5860;
    opacity: 0.75;
}
.sign__group--checkbox input:checked + label a:hover,
.sign__group--checkbox input:not(:checked) + label a:hover {
    opacity: 1;
}
.sign__group--checkbox input:checked + label:before,
.sign__group--checkbox input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #2b2b31;
}
.sign__group--checkbox input:checked + label:after,
.sign__group--checkbox input:not(:checked) + label:after {
    font-family: Ionicons;
    content: "\f3ff";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    color: #ff55a5;
}
.sign__group--checkbox input:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
    background: 0 0;
    color: rgba(255, 255, 255, 0.5);
}
.sign__group--checkbox label::selection {
    background: 0 0;
    color: rgba(255, 255, 255, 0.5);
}
.sign__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 250px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 65, 0.45);
    box-shadow: 0 0 20px 0 rgba(255, 0, 65, 0.45);
    opacity: 0.85;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px auto 0;
}
.sign__btn:hover {
    opacity: 1;
    color: #fff;
}
.sign__text {
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.sign__text a {
    position: relative;
    background-image: -webkit-linear-gradient(0deg, #ff376a 0, #ff0041 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
    color: #fb5b84;
}
.sign__text a:hover {
    opacity: 1;
}
.item__full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
#content__sidebar-pro {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
#col__main-with--sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
#embedded__video-audio--headerpro {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #555;
}
#single__video-embed {
    margin: 0 auto;
}
.fluid__width-video--wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.playlists-iframe {
    height: 330px !important;
}
.playlists-view {
    display: none;
}
.another__videoplayer embed,
.another__videoplayer iframe,
.another__videoplayer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.content__sidebar-section {
    padding: 0 20px;
    margin-bottom: 10px;
}
.content__sidebar-sub--header {
    color: #655d86;
    background-color: #fff;
    font-weight: 600;
    margin: 0;
}
.content__sidebar-subtitle {
    color: #9ca2b5;
    font-weight: 400;
    padding: 0 13px 5px;
}
#movie__detail-rating {
    margin-bottom: 0;
    position: relative;
}
.dashboard__container {
    padding: 0 30px 20px 30px;
    margin: 0;
}
.dashboard__container img {
    width: 100%;
}
.dashboard__container .content__sidebar-section {
    background-color: #fff;
}
.dashboard__container .content__sidebar-sub--header {
    padding: 0;
}
.dashboard__container .h3 {
    padding: 12px;
    text-transform: uppercase;
}
.full__rate-this--video {
    position: relative;
}
#movie__detail-rating .dashboard__container-wrp,
.content__sidebar-chron li,
.content__sidebar-shedule li,
.full__rate-this--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.content__sidebar-chron,
.content__sidebar-shedule {
    padding: 5px;
}
.rate__this-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
#movie__detail-rating .dashboard__container-wrp {
    -ms-flex-direction: column;
    flex-direction: column;
}
.content__sidebar-chron li {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.content__sidebar-short--description a {
    color: #fb5b84;
}
.content__sidebar-chron li span:first-child,
.content__sidebar-shedule li span:first-child,
.content__sidebar-short--description a {
    font-size: 15px;
}
.content__sidebar-chron li span:last-child,
.content__sidebar-shedule li span:last-child {
    color: #9ca2b5;
    font-size: 12px;
}
.hide__on-mobile--pro {
    display: none;
}
.display__on-mobile--pro {
    display: block;
}
.item__full .content__tabs li:nth-child(2) a,
.item__full .content__tabs li:nth-child(3) a {
    color: #9ca2b5;
}
.content__sidebar-sub--header,
.dashboard__container .tab-pane,
.dashboard__container-wrp {
    padding: 8px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.dashboard__container .tab-pane {
    margin-top: 10px;
}
.dashboard__container .content__tabs a,
.profile__container .content__tabs a {
    display: block;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #9ca2b5 !important;
    font-weight: 600;
    padding: 0 10px;
}
.rate__this-video--text {
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
    color: #655d86;
}
.movie__details-content--section p {
    color: #7b8192;
}
.dashboard__container .content__tabs a.active,
.profile__container .content__tabs a.active {
    color: #fff !important;
    background-color: #ff0042;
}
.dashboard__container .content__tabs li {
    margin-right: 0;
}
.dashboard__container .content__tabs a:before,
.profile__container .content__tabs a:before {
    bottom: -10px;
    background-image: -moz-linear-gradient(90deg, #ff0041 0, #ff0041 100%);
    background-image: -webkit-linear-gradient(90deg, #ff0041 0, #ff0041 100%);
    background-image: -ms-linear-gradient(90deg, #ff0041 0, #ff0041 100%);
    background-image: linear-gradient(90deg, #ff0041 0, #ff0041 100%);
}
#content__sidebar-image,
#embedded__video-audio--headerpro {
    position: relative;
    top: 0;
}
#content__sidebar-pro .content__sidebar-section {
    margin-bottom: 25px;
}
#content__sidebar-pro .content__sidebar-section:nth-child(3) .content__sidebar-sub--header {
    background-color: #ff0041;
    color: #fff;
}
#content__sidebar-pro .content__sidebar-section:nth-child(4) .content__sidebar-sub--header {
    background-color: #323a4b;
    color: #fff;
}
.content__sidebar-image {
    padding-top: 141.6%;
    margin-bottom: 20px;
}
.content__sidebar-image img {
    pointer-events: none;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
#embedded__video-audio--headerpro {
    margin-bottom: 20px;
}
.content__sidebar-list li {
    line-height: 35px;
    width: 100%;
    padding: 0 25px;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.content__sidebar-list li.select:before,
.content__sidebar-list li:hover:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 13px;
    right: 12px;
    background-color: #ff0041;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.content__sidebar-list li.select {
    background-color: #323a4b;
    color: #fff;
}
.content__sidebar-list li:hover {
    background-color: #323a4b;
    color: #fff;
}
.dashboard__container .content__tabs {
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    margin-top: -10px;
}
.dashboard__container .content__tabs,
.item__full .content__tabs,
.profile__container .content__tabs {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.more__options {
    position: absolute;
    top: 15px;
    z-index: 3;
    left: 15px;
    padding: 7px;
    background-color: #ff0041;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}
.more__options .md__icon {
    color: #fff;
}
.more__options ul li {
    margin-bottom: 10px;
}
.favorite__add,
.favorite__add .md__icon {
    color: #3db13d;
    font-size: 15px;
}
.favorite__remove,
.favorite__remove .md__icon {
    color: #fb5b84;
    font-size: 15px;
}
.share__link,
.share__link .md__icon {
    color: #9ca2b5;
    font-size: 14px;
}
.share__link:hover,
.share__link:hover .md__icon {
    color: #fb5b84;
}
.uSocial__Share {
    position: absolute;
    bottom: 0;
    z-index: 3;
    -moz-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    overflow: hidden;
    left: 15px;
}
.uSocial__ShareUp {
    -moz-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 1;
    overflow: visible;
}
.grid__masonry {
    -webkit-column-width: 13em;
    column-width: 13em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    -webkit-column-count: 5;
    column-count: 5;
}
.grid__masonry-item {
    margin-bottom: 0.5rem;
}
.grid__masonry-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video__item {
    margin-bottom: 10px;
    text-align: center;
}
.video__item:hover {
    opacity: 0.8;
}
.comments {
    margin-bottom: 50px;
}
.comments__autor {
    display: block;
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
}
.comments__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.comments__name {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}
.comments__time {
    display: block;
    font-size: 13px;
    color: #9ca2b5;
    line-height: 20px;
    font-weight: 300;
}
.comments__text {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    background-color: #fff;
    padding: 20px;
    position: relative;
    letter-spacing: 0.2px;
}
.comments__item {
    margin-bottom: 30px;
    display: block;
}
.comments__item--answer,
.comments__item--quote {
    margin-left: 25px;
}
.comments__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    padding: 15px 20px;
    border-top: 1px solid #f4f6f7;
    position: relative;
}
.comments__actions button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 20px;
    height: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
.comments__actions button > a {
    color: #9ca2b5;
}
.comments__actions button .md__icon {
    margin-right: 5px;
}
.comments__actions button:hover {
    color: #ff55a5;
}
.comments__actions button:last-child {
    margin-right: 0;
}
.comments__actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comments__actions ul li {
    margin-right: 5px;
    font-size: 12px;
}
.comments__actions ul li a {
    color: #9ca2b5;
}
.comments__actions ul li a:hover {
    color: #fb5b84;
}
.comments__rate {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
}
.comments__rate button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    margin-right: 25px;
    position: relative;
    height: 30px;
}
.comments__rate button .md__icon {
    font-size: 18px;
    opacity: 1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.comments__rate button:last-child {
    margin-right: 0;
}
.comments__rate button:last-child .md__icon {
    margin-left: 6px;
    color: #c22b3c;
}
.comments__rate button:first-child .md__icon {
    margin-right: 6px;
    color: #0cb457;
}
.comments__rate button:first-child:before {
    content: "";
    position: absolute;
    display: block;
    left: 100%;
    margin-left: 12px;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comments__rate button:hover {
    color: rgba(255, 255, 255, 0.5);
}
.comments__rate button:hover .md__icon {
    opacity: 0.5;
}
.comments-tree-list > li {
    margin-left: 25px;
}
.comments-tree-list > li:first-child {
    margin-left: 0;
}
.comments__item-link {
    margin-bottom: 15px;
    background-color: #fff;
    padding: 10px;
    font-weight: 600;
}
.quote,
.scriptcode,
.text_spoiler,
.title_quote,
.title_spoiler {
    padding: 0 40px;
    border: 0;
}
.title_quote {
    border-left: 2px solid #ff0041;
}
.quote,
blockquote {
    padding: 0;
    margin-bottom: 20px;
}
.content__sidebar-sub--header {
    margin-bottom: 15px;
}
.mass_comments_action {
    margin-bottom: 20px;
}
ul.ui__form {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.ui__form > li {
    margin-bottom: 20px;
}
ul.ui__form > li:last-child {
    margin-bottom: 0;
}
.form__group {
    margin-bottom: 20px;
}
.form__group > label {
    display: block;
    margin-bottom: 0.4em;
}
.imp:after {
    content: "*";
    margin: 0 0 0 10px;
    color: #e85319;
}
.form__submit {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-sep {
    border-top: 1px solid #efefef;
}
#comment-editor .bb-editor textarea {
    padding: 7px;
    padding-bottom: 45px;
    height: 200px;
}
.addpm #comment-editor .bb-editor textarea {
    height: 340px;
}
.bb-editor table,
.wseditor table {
    margin: 0;
}
ul.ui__form .button {
    margin-top: 10px;
    margin-bottom: 10px;
}
#dlemasscomments {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin: 20px;
}
#userinfo {
    width: 100%;
    position: relative;
}
.profile__main-with--sidebar,
.profile__sidebar-pro {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
}
.profile__sidebar-info {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}
.avatar__sidebar-large--profile {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #ccc;
    height: 400px;
}
.profile__sidebar-name {
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.profile__sidebar-name span {
    font-size: 14px;
    font-weight: 400;
    color: #9ca2b5 !important;
    display: block;
}
.profile__sidebar-gradient {
    height: 180px;
    position: absolute;
    bottom: -2px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 75%);
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 75%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, 1) 75%);
}
.profile__sidebar-info .live__comments--offline,
.profile__sidebar-info .live__comments--online {
    top: 20px;
    right: 20px;
    left: auto;
    width: 14px;
    height: 14px;
}
.profile__sidebar-section {
    padding: 0 35px;
    margin-bottom: 42px;
}
.profile__sidebar-sub--header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}
.profile__stats {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.profile__stats li {
    margin: 0;
    padding: 16px 0;
    line-height: 1;
    color: #9ca2b5;
    font-size: 12px;
    width: 100%;
}
.profile__stats li span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding-bottom: 4px;
}
.profile__container {
    padding: 40px 50px 0 50px;
}
.profile__container .content__tabs {
    display: flex;
}
.dle-popup-userprofile {
    position: relative;
    background-color: #fff;
}
.dle-popup-userprofile .ui-dialog-titlebar {
    position: absolute;
    z-index: 3;
    width: 100%;
    text-align: center;
}
.dle-popup-userprofile .ui-dialog-title {
    float: none;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.dle-popup-userprofile .ui-dialog-content {
    padding: 0;
    height: 300px !important;
}
.dle-popup-userprofile .user__info-bg {
    position: relative;
}
.pc-resize {
    display: none;
}
.user__info-bg--image {
    padding-top: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    z-index: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
.user__info-bg--image:after {
    content: "";
    width: 100%;
    height: auto;
    top: 0;
    height: 100%;
    position: absolute;
    background-image: -moz-linear-gradient(to bottom right, #323a4b, #ff0042);
    background-image: -webkit-linear-gradient(to bottom right, #323a4b, #ff0042);
    background-image: -ms-linear-gradient(to bottom right, #323a4b, #ff0042);
    background-image: linear-gradient(to bottom right, #ff0041bd, #3394e6ab);
}
.user__info {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    top: 85px;
}
.user__info-avatar img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #fff;
}
.dle-popup-userprofile button span {
    display: none;
}
.dle-popup-userprofile .ui-button {
    float: none;
    background-color: #fe0041;
    box-shadow: none;
    padding: 0;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.dle-popup-userprofile .ui-dialog-buttonset button:nth-child(2):before {
    content: "\e817";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dle-popup-userprofile .ui-dialog-buttonset button:nth-child(1) span {
    display: block;
}
.dle-popup-userprofile .ui-dialog-buttonset button:nth-child(2),
.dle-popup-userprofile .ui-dialog-buttonset button:nth-child(3) {
    position: absolute;
    top: 37%;
    right: 25%;
    z-index: 3;
}
.dle-popup-userprofile .ui-dialog-buttonset button:nth-child(3) {
    right: auto;
    left: 25%;
}
.dle-popup-userprofile .ui-dialog-buttonset button:nth-child(1) {
    width: auto;
    padding: 10px;
    height: auto;
    font-size: 14px;
}
.dle-popup-userprofile .ui-dialog-titlebar-close {
    background-color: #fd0040;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.user__info .live__comments--offline,
.user__info .live__comments--online {
    left: 37%;
    top: 12%;
    height: 20px;
    width: 20px;
}
.item__full-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.item__full-news #col__main-with--sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.item__full-news .content__sidebar-image {
    padding-top: 30.6%;
    margin-bottom: 20px;
}
.item__full-news .movie__details-content--section {
    background-color: #fff;
    padding: 20px;
}
.item__full-news .comments {
    margin-top: 50px;
}
.top__wrapper-head {
    background-color: #fff;
    padding: 20px;
    margin: 20px;
}
.error__info {
    padding: 12px;
    margin: 20px;
    color: #fff;
    background-color: #43af43;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .grid {
        display: block;
    }
    .grid__short {
        width: 23%;
        height: 250px;
        float: left;
        margin: 0 10px 30px;
    }
}
@media (min-width: 360px) {
    .sign__group input.sign__input {
        width: 280px;
    }
}
@media (min-width: 576px) {
    .header__logo {
        width: 170px;
        padding: 0 20px;
    }
    .header__logo img {
        max-width: 130px;
    }
    .tab__nav ul li {
        display: inline-block;
        margin-right: 20px;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent;
    }
    .tab__nav ul li.active {
        border-bottom: 1px solid #f72f62;
    }
    .grid__table {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px 10px;
    }
    .grid__short-tile-horizontal {
        grid-column: span 1;
        grid-row: span 1;
    }
    .grid__short-tile--vertical {
        grid-column: span 2;
        grid-row: span 2;
    }
    .grid__short-thumb-left,
    .grid__short-thumb-right {
        height: 135px;
        grid-column: span 2;
        grid-row: span 1;
    }
    .grid__short-other {
        width: 100%;
    }
    .grid__short-tile--inner {
        height: 100%;
    }
    .grid__short-tile--desc {
        padding: 30px;
    }
    .grid__short-tile--title {
        font-size: 24px;
    }
    .grid__short-thumb--left_img {
        width: calc(50% - 15px);
        height: 140px;
    }
    .grid__short-tile--text_only__inner {
        height: 100%;
        min-height: 200px;
    }
    .content__tabs {
        position: relative;
        z-index: 1;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        overflow: hidden;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 5px;
        margin-top: -10px;
        -webkit-box-shadow: 0 15px 38px 0 rgba(27, 42, 53, 0.19);
        box-shadow: 0 15px 38px 0 rgba(27, 42, 53, 0.19);
    }
    .content__tabs li {
        margin-right: 30px;
    }
    .content__tabs li:last-child {
        margin-right: 0;
    }
    .content__tabs a {
        display: block;
        line-height: 50px;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.2px;
        color: #6c6c6c;
    }
    .content__tabs li:nth-child(2) a,
    .content__tabs li:nth-child(3) a {
        color: #fff;
    }
    .content__tabs a:hover {
        color: #ff7a9b;
    }
    .content__tabs a:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        height: 2px;
        display: block;
        background-image: -moz-linear-gradient(90deg, #ff7a9b 0, #ff0042 100%);
        background-image: -webkit-linear-gradient(90deg, #ff7a9b 0, #ff0042 100%);
        background-image: -ms-linear-gradient(90deg, #ff7a9b 0, #ff0042 100%);
        background-image: linear-gradient(90deg, #ff7a9b 0, #ff0042 100%);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transform: translateY(2px);
        -moz-transform: translateY(2px);
        transform: translateY(2px);
    }
    .content__tabs a.active {
        color: #ff7a9b !important;
    }
    .content__tabs a.active:before {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    .content__mobile-tabs {
        display: none;
    }
    .content__head .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .short__story-btn {
        top: 50%;
    }
}
@media (min-width: 768px) {
    .header__content {
        height: 90px;
    }
    .header__logo {
        height: 90px;
        width: 240px;
        padding: 0;
    }
    .header__logo img {
        max-width: 172px;
    }
    .header__auth {
        margin-right: 54px;
        margin-left: auto;
    }
    .header__sign-in {
        height: 50px;
        width: 100px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .header__sign-in .md__icon {
        display: none;
    }
    .header__sign-in span {
        display: block;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .header__sign-in i {
        display: none;
    }
    .header__nav {
        top: 90px;
    }
    .header__search-content input {
        padding: 0 130px 0 20px;
    }
    .header__search-content button {
        right: 20px;
    }
    .page__container {
        margin-top: 90px;
        padding-bottom: 0;
    }
    .badge__hot {
        top: 24px;
    }
    .slider__carousel {
        padding-top: 0;
    }
    .slider__nav {
        font-size: 38px;
        color: #fff;
        position: absolute;
        top: 9px;
        height: 92%;
        width: 40px;
        right: 8px;
        display: block;
        z-index: 2;
        background-image: -moz-linear-gradient(to right, #f1f5f854, #f1f2f4);
        background-image: -webkit-linear-gradient(to right, #f1f5f854, #f1f2f4);
        background-image: -ms-linear-gradient(to right, #f1f5f854, #f1f2f4);
        background-image: linear-gradient(to right, #f1f5f854, #f1f2f4);
    }
    .slider__nav .md__icon {
        line-height: 24px;
        height: 24px;
        font-size: 25px;
        color: #fff;
        display: block;
    }
    .slider__nav .md__icon:before {
        line-height: 24px;
    }
    .slider__nav--next .md__icon {
        color: #152035;
    }
    .slider__nav--prev {
        right: auto;
        left: 8px;
        background-image: -moz-linear-gradient(to right, #792b46, #323a4b66);
        background-image: -webkit-linear-gradient(to right, #792b46, #323a4b66);
        background-image: -ms-linear-gradient(to right, #792b46, #323a4b66);
        background-image: linear-gradient(to right, #792b46, #323a4b66);
    }
    .slider__nav:hover {
        opacity: 1;
    }
    .grid__table {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-auto-flow: row dense;
    }
    .grid__short-other {
        width: 48.5%;
        height: 200px;
        margin-bottom: 30px;
    }
    .grid__img-resp {
        padding-top: 100%;
    }
    .progress__sm {
        font-size: 25px;
    }
    .grid__item-wrap {
        height: 245px;
    }
    .short__story-header {
        padding: 5px;
    }
    .progress__box {
        margin-top: -60px;
    }
    .display__on-mobile--pro {
        display: none;
    }
    .hide__on-mobile--pro {
        display: block;
    }
    #content__sidebar-pro {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    #col__main-with--sidebar {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .main__bottom-comments--head {
        margin-bottom: 50px;
    }
    .comments-tree-list > li {
        margin-left: 55px;
    }
    .comments-tree-list > li:first-child {
        margin-left: 0;
    }
    .form__group.combo:after {
        clear: both;
        display: table;
        content: "";
    }
    .form__group.combo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form__group.combo > .combo__field {
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form__group.combo > .combo__field:last-child {
        padding-left: 10px;
    }
    .form__group.combo > .combo__field:first-child {
        padding-right: 10px;
    }
    .profile__sidebar-pro {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .profile__main-with--sidebar {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .aplayer.aplayer-fixed .aplayer-body {
        width: 50% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .body {
        margin-top: 150px;
    }
    .body.page--active {
        margin-top: 90px;
    }
    .page--active #menu_1,
    .page--active #menu_2,
    .page--active #menu_3,
    .page--active #menu_4,
    .page--active #menu_5,
    .page--active #menu_6,
    .page--active .sidebar__nav {
        margin-top: 90px;
    }
    .body.page--active .offside,
    .body.page--active .offside__items {
        margin-top: 70px;
    }
    .page__container {
        margin-left: 90px;
        transition: margin-left 0.3s;
    }
    .active--offside .page__container {
        margin-left: 0;
    }
    .sidebar__nav {
        background-color: #323a4b;
    }
    .discover__gradient {
        max-height: 362px;
    }
    .sidebar__nav {
        transform: translateX(0);
    }
    .offside__button {
        display: block;
        margin-right: auto;
        margin-left: 20px;
        background-color: #ff0041;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 3px;
    }
    .offside__button .md__icon {
        color: #fff;
    }
    .offside__items {
        width: 400px;
        -webkit-transform: translate3d(400px, 0, 0);
        -moz-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
    }
    .offside__i--active {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .active--offside .sidebar__nav {
        transform: translateX(-90px);
    }
    .sidebar__nav {
        margin-top: 150px;
    }
    #menu_1,
    #menu_2,
    #menu_3,
    #menu_4,
    #menu_5,
    #menu_6 {
        margin-top: 150px;
    }
    .offside,
    .offside__items {
        margin-top: 150px;
    }
    .grid__short:hover {
        opacity: 0.7;
    }
    .sidebar__nav {
        height: 100%;
        width: 90px;
        bottom: auto;
        top: 0;
        z-index: 99;
    }
    .sidebar__nav:after {
        content: "";
        display: block;
        position: fixed;
        left: 90px;
        width: 1px;
        top: 0;
        background: rgba(0, 0, 0, 0.04);
        height: 100%;
    }
    .sidebar__nav-menu--list {
        flex-direction: column;
    }
    .sidebar__nav-menu--link {
        padding-top: 26px;
        padding-bottom: 26px;
        padding: 18px 0;
    }
    .sidebar__nav-menu--link span {
        display: block;
    }
    #menu_1,
    #menu_2,
    #menu_3,
    #menu_4,
    #menu_5,
    #menu_6 {
        transform: translateX(-220px);
        visibility: hidden;
        opacity: 0;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        height: 100%;
        margin-left: 90px;
        width: 290px;
    }
}
@media (min-width: 1200px) {
    .header__sign-in {
        margin-left: 45px;
        margin-right: 45px;
    }
    .header__auth {
        margin-right: 20px;
    }
    .header__btn {
        display: none;
    }
    .header__nav {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        padding: 0;
        background-color: transparent;
        width: auto;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        margin-left: 45px;
    }
    .header__nav:before {
        display: none;
    }
    .header__nav-item {
        margin: 0 45px 0 0;
        width: auto;
    }
    .header__nav-item:last-child {
        margin: 0;
    }
    .header__nav-link {
        line-height: 90px;
        display: block;
        color: #152035;
    }
    .header__nav-link--active {
        color: #fff;
        cursor: default;
        position: relative;
    }
    .header__nav-link--active:hover {
        color: #fff;
    }
    .header__nav-link--active:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        display: block;
        background-image: -moz-linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
        background-image: -webkit-linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
        background-image: -ms-linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
        background-image: linear-gradient(90deg, #ff55a5 0, #ff5860 100%);
        -webkit-box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
        box-shadow: 0 0 20px 0 rgba(255, 88, 96, 0.5);
    }
    .header__content {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header__dropdown-menu {
        margin-top: -10px;
    }
    .header__dropdown-menu.show {
        margin-top: 0;
    }
}
@media screen and (min-width: 1366px) {
    .grid__item-wrap {
        height: 320px;
    }
}
.come__in {
    -ie-transform: translateY(150px);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: come-in 0.8s ease forwards;
    animation: come-in 0.8s ease forwards;
}
.come__in:nth-child(odd) {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
.already__visible {
    -ie-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes come-in {
    to {
        -ie-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes come-in {
    to {
        -ie-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@font-face {
    font-family: fontello;
    src: url(https://w3.toonanime.co/templates/toonanimev2/fonts/fontello.eot?51641736);
    src: url(https://w3.toonanime.co/templates/toonanimev2/fonts/fontello.eot?51641736#iefix) format("embedded-opentype"), url(https://w3.toonanime.co/templates/toonanimev2/fonts/fontello.woff2?51641736) format("woff2"), url(https://w3.toonanime.co/templates/toonanimev2/fonts/fontello.woff?51641736) format("woff"),
        url(https://w3.toonanime.co/templates/toonanimev2/fonts/fontello.ttf?51641736) format("truetype"), url(https://w3.toonanime.co/templates/toonanimev2/fonts/fontello.svg?51641736#fontello) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
[class*=" md-"]:before,
[class^="md-"]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.md-filter:before {
    content: "\e800";
}
.md-star:before {
    content: "\e801";
}
.md-ton:before {
    content: "\e804";
}
.md-bar:before {
    content: "\e805";
}
.md-list:before {
    content: "\e806";
}
.md-grid:before {
    content: "\e807";
}
.md-hot:before {
    content: "\e809";
}
.md-calendar:before {
    content: "\e80b";
}
.md-drop:before {
    content: "\e80c";
}
.md-download:before {
    content: "\e80d";
}
.md-search:before {
    content: "\e80e";
}
.md-music:before {
    content: "\e80f";
}
.md-play:before {
    content: "\e810";
}
.md-movie:before {
    content: "\e811";
}
.md-bell:before {
    content: "\e812";
}
.md-image:before {
    content: "\e813";
}
.md-login:before {
    content: "\e814";
}
.md-serials:before {
    content: "\e815";
}
.md-like:before {
    content: "\e816";
}
.md-mess:before {
    content: "\e817";
}
.md-top:before {
    content: "\e818";
}
.md-user:before {
    content: "\e819";
}
.md-rfav:before {
    content: "\e81a";
}
.md-dislike:before {
    content: "\e81b";
}
.md-med:before {
    content: "\e81c";
}
.md-light:before {
    content: "\e81d";
}
.md-home:before {
    content: "\e81e";
}
.md-afav:before {
    content: "\e81f";
}
.md-arrowl:before {
    content: "\e820";
}
.md-arrowr:before {
    content: "\e821";
}
.md-close:before {
    content: "\e822";
}
.md-plays:before {
    content: "\e802";
}
.md-ova:before {
    content: "\e803";
}
.md-ona:before {
    content: "\e808";
}
.full_subcontent {
    background-color: #1e1d21;
    padding: 13px 20px;
}
.full_subcontent .complaint_btn a .fa {
    font-size: 24px;
    color: #eb3344;
}
.full_subcontent {
    background-color: #1e1d21;
    padding: 13px 20px;
}
.full_subcontent .complaint_btn {
    font-size: 15px;
}
.complaint_btn a {
    color: #d976ff;
}
.footer {
    min-height: 70px;
    overflow: hidden;
    font-size: 13px;
    color: rgba(80, 102, 123, 0.5);
    border-top: 1px dashed rgba(164, 175, 221, 0.2);
}
.footer__bottom,
.footer__content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    line-height: normal;
}
.footer__bottom {
    padding: 10px 0;
    font-size: 30px;
}
.footer__bottom:hover {
    background-color: #f9f9f9;
}
.footer__bottom .scrolltop {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.footer__icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}
.footer__content > div:not(:last-child) {
    margin-bottom: 16px;
}
.site-footer__icon {
    display: flex;
    flex-direction: row;
    transition: opacity 0.2s;
    opacity: 0.3;
}
.footer a {
    color: inherit;
}
.footer__links {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.footer__icon {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 25px;
    flex-direction: row;
    transition: opacity 0.2s;
    opacity: 0.3;
    justify-content: center;
    align-items: center;
}
.footer__icon .icon {
    color: #50667b;
    text-align: left;
    vertical-align: middle;
}
.footer a:hover {
    color: #2c2d30;
}
.footer__icon:hover {
    opacity: 1;
}
.footer__icon:not(:first-child) {
    margin-left: 13px;
}
.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .footer__links {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
    }
    .footer__links:not(:first-child) {
        margin-left: 32px;
    }
}
@media (min-width: 1200px) {
    .footer__links:not(:first-child) {
        margin-left: 16px;
    }
}
.showdes {
    display: block;
}
.showm {
    display: none;
}
@media all and (max-width: 760px) {
    .showdes {
        display: none;
    }
    .showm {
        display: block;
    }
}
.anime-pro::before {
    content: "Prochainement";
}
.anime-pro {
    background-color: #33ac31;
    text-align: center;
    color: #fff;
    min-width: 70px;
    position: absolute;
    height: 23px;
    font-size: 13px;
    top: 150px;
    z-index: 2;
    float: left;
    line-height: 20px;
}
.anime-ter::before {
    content: "Terminé";
}
.anime-ter {
    background-color: #e60000;
    text-align: center;
    color: #fff;
    min-width: 70px;
    position: absolute;
    height: 23px;
    font-size: 13px;
    top: 150px;
    z-index: 2;
    float: left;
    line-height: 20px;
}
.ss-list .ssl-item:nth-of-type(2n+1) {
    background: rgba(255,255,255,.05);
}
.ss-list .ssl-item.highlight {
    animation: pulse-white 1s infinite;
    background: #61626a !important;
}
.ss-list .ssl-item {
    display: block;
    padding: 0;
    position: relative;
}
@keyframes pulse-white {
 0% {
  box-shadow:0 0 0 0 #fff inset;
  border:1px solid #fff
 }
 100% {
  box-shadow:0 0 40px 0 transparent inset;
  border:1px solid transparent
 }
}
.anis-watch-wrap.active .anis-watch-tv {
 padding-left:150px;
 padding-right:150px;
 margin:0 auto
}
.anis-watch-tv {
    position: relative;
    padding-left: 300px;
}
.anis-watch {
    width: 75%;
}
.player-servers {
    padding: 0 15px 15px;
        padding-left: 15px;
    background: #08090b;
    overflow: hidden;
  
    position: relative;
}
.player-servers #servers-content {
    overflow: hidden;
    border-radius: 0 6px 6px 0;
    min-height: 100px;
    background: #202125;
}
.player-servers .ps_-status {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 15px;
    right: auto;
    width: 230px;
    border-radius: 6px 0 0 6px;
    background: #45a734;
}
.player-servers .ps_-status .server-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    display: block;
    padding: 6px 15px;
    transform: translate(-50%,-50%);
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 500;
    width: 100%;
    color: #111;
}
.player-servers .ps_-block:last-of-type {
    border: none;
}
.player-servers .ps_-block {
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
        padding-left: 15px;
    padding-left: 110px;
    border-bottom: 1px dashed #35373d;
}
.anis-watch-tv .player-frame {
    padding-bottom: 570px;
}
.player-frame {
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    position: relative;
    margin-bottom: 0;
}
relative.loading-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.loading-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
}
.loading-relative {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 50px;
}
.player-controls {
    background: #08090b;
    position: relative;
    padding: 5px;
}
.player-controls .pc-item {
    float: left;
    margin: 5px;
    position: relative;
}
player-controls .pc-item.pc-toggle {
    margin-right: 10px;
}
player-controls .pc-item {
    float: left;
    margin: 5px;
        margin-right: 5px;
    position: relative;
}
.player-controls .pc-right {
    float: right;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
#episodes-content {
    background: #202125;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    bottom: 0;
}
.seasons-block {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ss-choice {
    margin-bottom: 0;
    padding: 0;
    position: relative;
    background: #14151a;
    min-height: 50px;
    z-index: 9;
}
.ssc-list {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}.ssc-quick {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.ssc-quick .sscq-icon {
    position: absolute;
    width: 30px;
    font-size: 10px;
    text-align: center;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
}
.ssc-quick .form-control {
    width: 140px;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
        padding-left: 10px;
    border: 1px solid #35373d !important;
    box-shadow: none !important;
    border-radius: 5px;
    padding-left: 30px;
    height: auto;
    background: 0 0;
    color: #fff;
}
.ss-list {
    margin: 0;
    max-height: 100%;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
}
.ss-list .ssl-item.active {
    background: #4a4b51 !important;
}
.ss-list .ssl-item:nth-of-type(2n+1) {
    background: rgba(255,255,255,.05);
}
.ss-list .ssl-item {
    display: block;
    padding: 0;
    position: relative;
}
.ss-list .ssl-item {
    display: block;
    padding: 0;
    position: relative;
}
.ss-list a {
    color: #fff;
    text-decoration: none !important;
    outline: 0;
    -moz-outline: none;
}
.ss-list .ssl-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: #ff0040;
}
.ss-list .ssl-item:hover {
 background:#4a4b51!important
}
.ss-list .ssl-item:hover .ssli-order {
 color:#fff!important
}
.ss-list .ssl-item.active .ssli-detail .ep-name,
.ss-list .ssl-item:hover .ssli-detail .ep-name {
 color:#fff!important
}
.ss-list .ssl-item:visited .ssli-detail .ep-name {
 color:#777
}
.ss-list .ssl-item:visited .ssli-order {
 color:#777
}
.ss-list .ssl-item.active .ssli-order {
    color: #ff0040 !important;
}
.ss-list .ssl-item .ssli-order {
    width: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 14px;
    color: #bbb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.ss-list .ssl-item.active .ssli-detail .ep-name, .ss-list .ssl-item:hover .ssli-detail .ep-name {
    color: #fff !important;
}
.ss-list .ssl-item .ssli-detail .ep-name {
    font-size: 12px;
    color: #ccc;
    line-height: 15px;
    padding: 12px 45px;
    margin-bottom: 0;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   
}
.ss-list .ssl-item.active .ssli-btn {
    opacity: 1;
}
.ss-list .ssl-item .ssli-btn, .ss-list .ssl-item.ssl-item-filler .ssli-filler {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.ss-list .ssl-item .ssli-btn .btn.btn-circle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: #ff0040;
}
.ss-list .ssl-item .ssli-btn .btn.btn-circle i {
    position: relative;
    right: -1px;
    top: -3px;
    font-size: 8px;
    line-height: 20px;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa-play::before {
    content: "\f04b";
}
*, ::after, ::before {
    box-sizing: border-box;
}
.player-servers .ps_-block:last-of-type {
    border: none;
}
.player-servers .ps_-block {
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
        padding-left: 15px;
    padding-left: 110px;
    border-bottom: 1px dashed #35373d;
}

.player-servers .ps_-block:last-of-type {
    border: none;
}
.player-servers .ps_-block {
    overflow: hidden;
    position: relative;
    padding: 12px 15px;
        padding-left: 15px;
    padding-left: 110px;
    border-bottom: 1px dashed #35373d;
}
.player-servers .ps_-block .ps__-title {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 13px;
    line-height: 34px;
    font-weight: 600;
    color:#fff
}
.ps__-list .item {
    float: left;
    margin-right: 7px;
}
.ps__-list .item .btn.active {
 background: #ff0040;
color: #fff;
}
.ps__-list .item .btn {
    font-size: 13px;
    box-shadow: none !important;
    font-weight: 500;
    padding: 0 10px;
    line-height: 30px;
    min-width: 80px;
    background: #35373d;
    color: #ccc;
    border: none !important;
}
.anis-watch-tv {
    position: relative;
    padding-left: 300px;
}
.anis-watch {
    width: 100%;
}
.player-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width:1199px) {
 #main-wrapper {
  min-height:calc(100vh - 470px)
 }
 #main-content,
 #main-sidebar {
  float:none;
  width:100%;
  padding:0
 }
 .desi-buttons .btn {
  font-size:14px
 }
 .deslide-item .deslide-item-content {
  width:50%
 }
 .anif-block {
  margin-bottom:20px
 }
 #anime-featured {
  margin-bottom:20px;
  margin-top:20px
 }
 #footer {
  padding:0 0 20px
 }
 #footer-about {
  padding-bottom:20px
 }
 .anis-content .anisc-detail .film-name {
  font-size:30px
 }
 .anis-content .anisc-detail .film-description,
 .anis-content .anisc-detail .film-stats {
  font-size:13px
 }
 #ani_detail .anis-content {
  padding:40px 15px
 }
 .anis-content .anisc-info,
 .anis-content .anisc-info-wrap {
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  top:auto;
  width:auto;
  background:0 0;
  transform:none
 }
 .anis-content .anisc-poster {
  top:45px;
  transform:none;
  left:15px;
  width:180px
 }
 .anis-content .anisc-detail {
  padding-left:220px;
  padding-right:0;
  min-height:280px;
  margin-bottom:40px
 }
 .anis-content .anisc-info-wrap {
  margin:0 -30px -40px;
  padding:30px;
  background:rgba(42,44,49,.5)
 }
 .anis-content .anisc-info .item-list {
  border:none;
  padding:0
 }
 #episodes-content,
 .seasons-block {
  position:relative;
  top:auto;
  right:auto;
  width:100%
 }
 .anis-watch-tv {
  padding-left:0;
  padding-right:0;
  max-width:none
 }
 .anis-watch-tv .player-frame {
  padding-bottom:56.25%
 }
 .anis-watch-tv .ss-list {
  position:relative;
  top:auto;
  left:auto;
  right:auto;
  bottom:auto;
  max-height:467px;
  margin-bottom:0
 }
 .anis-watch-tv .ss-list-min {
  max-height:none
 }
 .player-controls .pc-item {
  margin:5px
 }
 .profile-header {
  margin-top:-25px
 }
 .layout-news .container #main-content,
 .layout-news .container #main-sidebar {
  width:100%
 }
 .main-az ul.az-list li a {
  font-size:14px
 }
 #anime-event .event-block {
  margin:0
 }
 #anime-event .event-block .event_-focus {
  position:relative;
  top:auto;
  left:auto;
  bottom:auto;
  right:auto;
  width:100%;
  padding-top:50px;
  padding-bottom:50px
 }
 #anime-event .event-block .event_-focus .event__-content {
  top:auto;
  left:auto;
  right:auto;
  transform:none;
  position:relative;
  text-align:center
 }
 #anime-event .event-block .event_-list {
  width:100%
 }
 #anime-event .event-block .event_-list .item {
  height:auto;
  padding:20px
 }
 #anime-event .event-block .event_-list .item .film-poster {
  margin-top:0
 }
 .ss-list.ss-list-min .ssl-item {
  width:calc(8.33% - 4px)
 }
 .tvminimize .ss-list.ss-list-min .ssl-item {
  width:calc(10% - 4px)
 }
 .live__-wrap .item {
  width:calc(33.33% - 14px)
 }
 .player-controls .pc-item.pc-live .m-hide {
  display:none
 }
 .player-controls .pc-item.pc-live .w-hide {
  display:inline-block
 }
 .layout-page-watchtv .anis-watch-wrap {
  margin:0 auto;
  width:calc(100% - 160px)
 }
 #ani_detail .prebreadcrumb {
  display:none
 }
 .anis-watch-wrap {
  padding-top:0
 }
 .share-buttons.share-buttons-min.share-buttons-watch {
  margin-top:0
 }
 .choose-name .form-control {
  height:40px
 }
 .flw-item .remove-item {
  display:inline-block;
  width:36px;
  line-height:36px
 }
 .ls__-share {
  padding-top:0!important
 }
 .ls__-share .share-buttons.share-buttons-detail {
  background:0 0!important;
  margin-bottom:0
 }
 .ls__-wrap {
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  padding-right:0
 }
 #player-wrapper {
  height:calc(100vh - 300px)!important;
  margin-bottom:0!important
 }
 .ls___-player .player-16x9 {
  bottom:0!important
 }
 .ls___-chatbox {
  position:relative!important;
  height:400px;
  margin-bottom:30px;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:100%!important;
  display:none
 }
 .ls___-chatbox.turn-off-chat {
  height:150px
 }
 .ls___-detail {
  margin-bottom:0
 }
 #open-comment {
  display:block
 }
 .chatbox_-room {
  padding-bottom:0
 }
 body.livestream_body #header,
 body.livestream_body #search {
  background:#0a1026!important
 }
 #header.header-home {
  background:#2a2c31!important
 }
 .anis-watch-wrap.active .anis-watch-tv {
  padding-left:0;
  padding-right:0
 }
}
@media screen and (max-width:1023px) {
 .minimize .anis-watch,
 .minimize .prebreadcrumb {
  padding-left:0;
  padding-right:0
 }
 .pc-zoom {
  display:none!important
 }
 .tvminimize .anis-watch-tv {
 
  width:auto!important;
  max-width:none!important
 }
 .pc-zoomtv {
  display:none
 }
 .film_list.film_list-grid .film_list-wrap .flw-item {
  width:calc(25% - 14px)!important
 }
 .bac-list-wrap .bac-item {
  width:49%
 }
 .actor-page-wrap {
  margin:30px 0;
  padding-left:0
 }
 .actor-page-wrap .avatar {
  position:relative;
  left:50%;
  transform:translateX(-50%);
  top:auto;
  margin-bottom:30px
 }
 .actor-page-wrap .prebreadcrumb {
  display:none
 }
 .actor-page-wrap .apw-detail .name,
 .actor-page-wrap .apw-detail .sub-name {
  text-align:center
 }
 .sub-box {
  width:100%
 }
 .anis-watch-detail {
  padding:25px 10px
 }
 .main-az ul.az-list li {
  width:calc(6.66% - 6px)
 }
 .hs-toggles .hst-item .name {
  font-size:0
 }
 .hs-toggles .hst-item .name span {
  font-size:12px
 }
 .header-setting {
  margin-left:30px
 }
 .container-404 {
  padding:100px 0
 }
 .ultra-group .zrg-title {
  display:none
 }
 .screen-items .item {
  width:calc(33.33% - 14px)
 }
 .layout-page-watchtv .anis-watch-wrap {
  width:100%
 }
 .anis-watch {
  width:auto;
 
 }
 .event-other .eo_-list .item {
  width:calc(100% - 30px)
 }
 .film_list.film_list-continue .film_list-wrap .flw-item {
  width:calc(25% - 14px)
 }
 .fav-tabs .nav {
  float:none;
  margin-bottom:5px
 }
 .fav-tabs .nav .nav-item {
  margin-bottom:10px
 }
 .fav-tabs>.item-order {
  float:none;
  margin-bottom:10px
 }
 .fav-tabs>.item-order .bhs-item {
  display:inline-block
 }
 #player-wrapper {
  height:auto!important;
  padding-bottom:56.25%!important
 }
 .tooltip {
  display:none!important
 }
 .qtip {
  display:none!important
 }
}
@media screen and (max-width:860px) {
 .anis-watch-detail .dt-rate {
  right:auto;
  left:50%;
  transform:translateX(-50%);
  max-width:400px;
  width:100%
 }
 .anis-watch-detail .anis-content {
  padding-right:0!important;
  padding-top:180px!important
 }
 .anis-watch-detail .anis-content .anisc-poster {
  top:180px
 }
 .header-group {
  display:none
 }
 #sidebar_menu {
  width:300px
 }
 #anime-event .event-block {
  margin:0 -15px;
  overflow:hidden;
  width:calc(100% + 30px)
 }
 .event-block-full {
  margin-top:-25px;
  margin-left:-15px;
  margin-right:-15px
 }
 .event-block .event_-list .item {
  width:200px
 }
 .event-block .event_-list {
  float:none;
  width:100%;
  overflow:auto;
  -ms-overflow-style:none;
  scrollbar-width:none
 }
 .event-block .event_-list::-webkit-scrollbar {
  display:none
 }
 .event-block .event_-list .event__-ul {
  width:1000px;
  scroll-snap-type:x mandatory
 }
 .ss-list.ss-list-min .ssl-item {
  width:calc(10% - 4px)
 }
 .live__-wrap .item {
  width:calc(50% - 14px)
 }
 .block_area-live .h2-heading {
  font-size:30px!important;
  margin-bottom:15px!important
 }
 .block_area-live .bah-sort {
  position:relative!important;
  top:auto!important;
  bottom:auto!important;
  left:auto!important
 }
 .ph-tabs .pre-tabs .nav-item {
  margin:0 10px
 }
 .dwl-ul {
  margin-left:-20px;
  margin-right:-20px
 }
 .dwl-ul .swiper-container {
  padding:0 20px
 }
 #discussion .pre-tabs .nav-item .nav-link {
  border:none!important;
  line-height:normal
 }
 #discussion .pre-tabs .nav-item .nav-link.active {
  background-color:#cae962!important;
  color:#111!important
 }
 .dwl-ul .dwl-item {
  width:190px
 }
}
@media screen and (max-width:759px) {
 #main-wrapper {
  min-height:calc(100vh - 355px);
  display:inline-block;
  width:100%
 }
 #slider {
  padding-bottom:300px
 }
 .deslide-item .deslide-item-content {
  padding-left:15px;
  width:100%;
  padding-right:100px;
  top:auto;
  transform:none;
  bottom:30px
 }
 .deslide-item .desi-sub-text {
  margin-bottom:10px
 }
 .deslide-item .deslide-poster {
  transform:none
 }
 .deslide-item .deslide-poster .deslide-poster-wrap {
  width:250px;
  left:auto;
  right:-35px;
  top:-15px;
  transform:none;
  border-width:10px
 }
 .deslide-item .deslide-cover .deslide-cover-img:before,
 .deslide-item .deslide-poster {
  display:none
 }
 .deslide-item .deslide-cover .deslide-cover-img img {
  opacity:.6
 }
 .deslide-item .deslide-cover .deslide-cover-img:after {
  background:#202125;
  background:-moz-linear-gradient(0deg,#202125 0,rgba(32,33,37,0) 82%);
  background:-webkit-linear-gradient(0deg,#202125 0,rgba(32,33,37,0) 82%);
  background:linear-gradient(0deg,#202125 0,rgba(32,33,37,0) 82%)
 }
 .deslide-item .desi-head-title {
  font-size:20px;
  line-height:1.2em;
  margin-bottom:5px
 }
 .deslide-item .desi-description {
  margin-bottom:15px
 }
 .swiper-navigation {
  bottom:30px
 }
 #slider {
  margin-bottom:0;
  padding-bottom:350px
 }
 #slider .sc-detail {
  display:none
 }
 .film_list.film_list-grid .film_list-wrap .flw-item {
  width:calc(33.33% - 14px)!important
 }
 .film_list-default .film_list-wrap .flw-item {
  width:calc(100% - 14px)!important
 }
 .film_list.film_list-modallive .film_list-wrap .flw-item {
  width:calc(25% - 14px)!important
 }
 .pc-light {
  display:none
 }
 .topslider {
  height:350px
 }
 .block_area {
  margin-bottom:30px
 }
 .flw-item .film-poster .film-poster-ahref i,
 .flw-item .film-poster .film-poster-ahref:after,
 .flw-item .film-poster .film-poster-ahref:before {
  display:none
 }
 .dp-i-c-right .prebreadcrumb {
  display:none
 }
 .di-trailer {
  display:none
 }
 .detail-infor {
  padding-right:0
 }
 .watching_player {
  margin-left:-15px;
  margin-right:-15px;
  margin-top:-10px
 }
 #pc-trailer {
  display:inline-block
 }
 .block_area .block_area-header-tabs {
  padding-bottom:30px;
  position:relative;
  margin-bottom:15px!important
 }
 .block_area .block_area-header-tabs .bah-setting {
  position:absolute;
  left:0;
  top:40px;
  float:none!important
 }
 .block_area .block_area-header-tabs .bah-setting .btn-tab {
  border-radius:3px;
  padding:4px 8px;
  float:none!important;
  font-size:12px;
  width:auto!important;
  display:inline-block!important;
  margin:0 5px 0 0!important
 }
 .block_area.block_area-comment .block_area-header-tabs {
  padding-bottom:0!important
 }
 .block_area.block_area-comment .block_area-header-tabs .bah-setting {
  position:relative;
  left:auto;
  top:auto;
  float:left!important;
  margin-top:3px
 }
 .schedule-full .bah-time {
  position:absolute;
  float:none;
  border-radius:0;
  bottom:-20px;
  left:0;
  right:0;
  padding:6px 10px;
  text-align:center
 }
 #suggest {
  padding-top:10px
 }
 #footer .footer-links .smoothlink {
  display:none
 }
 #footer .footer-links {
  text-align:center;
  float:none!important;
  display:block!important;
  overflow:hidden;
  width:100%
 }
 #footer .footer-links ul {
  text-align:center;
  float:none!important;
  display:block!important;
  overflow:hidden;
  width:100%
 }
 #footer .footer-links ul li {
  display:inline-block;
  margin:0 12px;
  float:none!important
 }
 #footer {
  font-size:12px;
  padding:0
 }
 #footer-about {
  padding:15px 0;
  font-size:10px;
  text-align:center
 }
 #footer .btn-up {
  display:none
 }
 .footer-az ul.az-list li {
  margin:5px
 }
 .footer-toggle-block {
  margin-bottom:20px
 }
 .stx-center {
  padding:30px
 }
 .zr-news.zr-news-list .item {
  padding-left:calc(40% + 15px);
  min-height:180px;
  padding-bottom:20px;
  margin-bottom:20px
 }
 .zr-news.zr-news-list .item .news-title {
  font-size:18px
 }
 .zr-news.zr-news-list .item .description {
  font-size:14px
 }
 .zr-news.zr-news-list .item .zr-news-thumb {
  width:40%;
  padding-bottom:160px
 }
 .footer-joingroup .ultra-group {
  display:inline-block;
  margin:0 auto
 }
 .footer-joingroup .ultra-group .zrg-title {
  text-align:left
 }
 .modal-characters .bac-list-wrap .bac-item {
  width:calc(50% - 10px)
 }
 .premodal.premodal-characters .modal-dialog {
  max-width:96%!important
 }
 .modal-characters .bac-list-wrap .bac-item {
  width:calc(100% - 16px);
  margin:0 8px 2px;
  border-radius:0
 }
 .bac-list-wrap .bac-item {
  width:99%;
  margin-bottom:5px
 }
 .block_area .block_area-header .bah-sort {
  position:absolute;
  margin-left:0;
  bottom:0;
  left:0;
  height:auto
 }
 .block_area .block_area-header .bah-sort .bhs-item {
  margin:0;
  margin-right:30px!important
 }
 .block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
  line-height:30px;
  background:0 0;
  padding:0
 }
 .block_area.block_area-live .block_area-header .bah-sort {
  right:0
 }
 .block_area.block_area-live .block_area-header .bah-sort .float-right {
  margin-right:0!important
 }
 .livestream_body .block_area .block_area-header .bah-sort .bhs-item .bhsi-name {
  background:0 0
 }
 .livestream_body .block_area .block_area-header .bah-sort .bhs-item.bhs-item-mychannel .bhsi-name {
  padding:0 10px
 }
 .player-controls .pc-item .btn {
  font-size:0;
  padding:.25rem
 }
 .player-controls .pc-item .btn i {
  font-size:20px;
  margin:0!important
 }
 .player-controls .pc-item.pc-comment .btn i {
  font-size:14px;
  margin-right:5px!important;
  color:#fff
 }
 .player-controls .pc-item.pc-comment .btn span {
  font-size:12px!important
 }
 .pc-download {
  display:none
 }
 .header-setting {
  display:none
 }
 .sb-setting {
  display:block!important
 }
 .sb-setting .header-setting {
  display:block!important;
  margin:20px 0 0;
  width:100%;
  height:auto;
  background:rgba(0,0,0,.2);
  padding:15px
 }
 .sb-setting .hs-toggles {
  padding:0
 }
 .sb-setting .hs-toggles .hst-item {
  margin-right:20px
 }
 .sb-setting .hs-toggles .hst-item .name {
  font-size:12px
 }
 .trending-navi {
  display:none
 }
 .trending-list {
  padding:0
 }
 .event-block .event_-focus .title {
  font-size:30px
 }
 .event-tag {
  left:-40px;
  top:-40px
 }
 .event-tag span {
  font-size:12px
 }
 .share-buttons.share-buttons-min .share-buttons-block {
  padding-top:0!important
 }
 .share-buttons.share-buttons-min .share-buttons-block .sbb-title {
  padding-left:0!important;
  border-left:none!important;
  margin-bottom:10px
 }
 .share-buttons.share-buttons-min.share-buttons-watch {
  margin-top:0
 }
 .share-buttons.share-buttons-min.share-buttons-watch .share-buttons-block {
  padding:15px!important
 }
 .share-buttons.share-buttons-min.share-buttons-watch .share-buttons-block .sbb-title {
  margin-bottom:0
 }
 .ls___-detail {
  min-height:70px;
  padding:12px 0;
  margin-bottom:0
 }
 .ls___-detail .live-owner .user-created .uc-name {
  font-size:14px;
  margin-bottom:5px;
  max-width:150px
 }
 .ls___-detail .live-owner .user-created .time {
  font-size:12px;
  font-weight:500
 }
 .ls___-detail .live-stats .item {
  float:none;
  margin:3px 0!important;
  font-size:14px;
  text-align:right
 }
 .ls___-detail .live-stats .item.item-online span:after {
  display:none
 }
 .zcontainer {
  padding:0 15px
 }
 .ls___-detail .live-stats {
  right:15px
 }
 #open-comment {
  width:calc(100% - 30px)
 }
 .player-servers {
  padding-left:15px;
  background:#14151a
 }
 .player-servers .ps_-status {
  position:relative;
  top:auto;
  left:auto;
  right:auto;
  bottom:auto;
  width:100%;
  background:0 0;
  padding:15px 0 20px
 }
 .player-servers .ps_-status .anis-cover-wrap {
  display:none
 }
 .player-servers .ps_-status .server-notice {
  transform:none;
  top:auto;
  left:auto;
  position:relative;
  color:#ccc;
  padding:0
 }
 .player-servers .ps_-status .server-notice strong {
  margin-bottom:5px
 }
 .player-servers .ps_-status .server-notice strong b {
  color:#cae962;
  margin-top:5px
 }
 .player-servers #servers-content {
  min-height:auto;
  background:0 0;
  border-radius:0
 }
 .player-servers .ps_-block {
  background:#202125
 }
 .server-alert .alert {
  margin:0 0 10px;
  font-size:12px
 }
 .schedule-alert {
  background:#14151a
 }
 .schedule-alert .alert {
  border-radius:0
 }
 .ps__-list .item {
  margin:2px 7px 2px 0
 }
 .ps__-list .item .btn {
  min-width:auto
 }
 .player-servers .ps_-block {
  padding:10px;
  padding-left:110px
 }
 .player-servers .ps_-block .ps__-title {
  line-height:34px
 }
 .player-servers .ps_-block .small {
  margin-left:-95px;
  font-size:12px
 }
 .ep_-list .ep__-ul {
  margin:0 -7px
 }
 .ep_-list .ep__-ul .item {
  width:calc(33.33% - 14px);
  margin:7px;
  float:left
 }
 .event-other .eo_-list .item .item-detail {
  height:auto;
  padding:15px
 }
 .ls___-player .center-block {
  width:90%;
  max-width:300px;
  padding:0;
  background:0 0;
  border-radius:12px
 }
 .center-block.pending-block .user-avatar {
  display:none
 }
 .center-block.pending-block .btn-wait {
  background:rgba(255,255,255,.1)!important;
  border:none!important
 }
 .ph-title {
  display:none
 }
 .ph-tabs .pre-tabs .nav-item {
  margin:0 12px
 }
 .ph-tabs .pre-tabs .nav-item .nav-link {
  font-size:0!important
 }
 .ph-tabs .pre-tabs .nav-item .nav-link i {
  font-size:20px!important;
  margin:0!important
 }
 .profile-header {
  margin-top:-25px;
  padding-top:20px
 }
 .inbox-tabs .fav-tabs {
  margin-bottom:0!important
 }
 .dwl-ul .dwl-item>.comment-avatar {
  width:30px;
  height:30px;
  top:calc(1rem + 5px)
 }
 .dwl-ul .dwl-item .about {
  padding-left:40px
 }
}
@media screen and (max-width:575px) {
 #header {
  height:50px;
  margin-bottom:15px
 }
 .event-block-full {
  margin-top:-15px;
  margin-bottom:30px
 }
 .event-block-full .event_-focus .event__-content {
  padding:50px 15px
 }
 #ani_detail {
  margin-top:-15px
 }
 #mobile_menu {
  top:5px
 }
 #mobile_search {
  margin:10px 5px
 }
 #mobile_menu i,
 #mobile_search i {
  font-size:20px
 }
 #header #logo {
  margin:8px 0 8px 35px;
  height:34px
 }
 #header_right {
  padding:5px 0
 }
 #header .btn-user {
  margin:5px 0 5px 5px;
  height:30px;
  line-height:30px;
  padding:0 8px;
  font-size:12px
 }
 #search {
  top:50px
 }
 .deslide-wrap {
  margin-top:-15px
 }
 .premodal-filter .modal-header {
  padding:20px!important
 }
 .swiper-navigation {
  display:none
 }
 .swiper-container-horizontal>.swiper-pagination {
  display:block;
  width:8px;
  bottom:auto;
  top:50%;
  transform:translateY(-50%)
 }
 .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
  margin:5px 0
 }
 .anif-block .anif-block-ul li {
  width:50%;
  float:left;
  background:#414248!important
 }
 #anime-featured .anif-block .anif-block-ul li:nth-of-type(n+5) {
  display:none!important
 }
 #anime-featured .anif-block {
  min-height:auto
 }
 .anif-block-ul li .film-detail .film-name {
  font-size:12px
 }
 .header_right-user.logged>.dropdown>.btn-primary {
  font-size:0;
  width:30px;
  margin:5px 0;
  padding:0;
  line-height:normal;
  border:none;
  background:#222!important
 }
 .header_right-user.logged>.dropdown>.btn-primary i {
  font-size:20px;
  margin-left:0!important;
  line-height:30px
 }
 .heading-name {
  font-size:24px;
  line-height:1.4em
 }
 .pre-pagination {
  margin:20px 0!important
 }
 .premodal .pre-pagination {
  margin:20px 0 0!important
 }
 .prebreadcrumb {
  display:none
 }
 #big-search {
  display:none
 }
 #filter-block {
  margin:0 0 30px
 }
 #filter-block.filter-hide #toggle-filter {
  margin:10px auto
 }
 .category_filter {
  padding:15px;
  border-radius:0;
  margin:-15px -15px 30px
 }
 .category_filter .ni-list {
  max-height:200px;
  overflow:auto
 }
 .premodal .modal-content .close {
  right:0;
  width:40px;
  height:40px;
  line-height:40px;
  top:-20px;
  background:#fff;
  color:#111
 }
 #header .btn-on-header.btn-login {
  font-size:0
 }
 #header .btn-on-header.btn-login i {
  margin-right:0!important
 }
 .premodal-filter .modal-content .modal-body {
  padding:0 20px 40px!important
 }
 .premodal-filter .modal-title {
  font-size:20px
 }
 .premodal-login .modal-content {
  padding-top:0
 }
 .block_area-list {
  margin:0 -15px;
  overflow:hidden
 }
 .block_area-list.news_list {
  margin:0
 }
 .fav-tools {
  margin:0 -15px;
  background:0 0;
  border-radius:0;
  border-left:none;
  border-right:none
 }
 .fav-tools .ft__-search .form-control {
  width:130px;
  padding-right:0
 }
 .fav-tools .item-order .bhsi-name>span {
  display:none
 }
 .zr-news.zr-news-list .item .description {
  margin-bottom:15px
 }
 .zr-news.zr-news-list .item .news-title {
  margin-bottom:15px;
  font-size:16px;
  margin-bottom:10px
 }
 .anis-content .anisc-poster {
  position:relative;
  left:auto;
  top:auto;
  width:140px;
  margin:0 auto 30px
 }
 .anis-content .anisc-detail .film-name {
  font-size:24px;
  text-align:center;
  line-height:1.2em;
  margin-bottom:15px
 }
 .anis-content #malp {
  margin-top:5px!important;
  background:rgba(255,255,255,.1);
  border-radius:6px;
  padding:5px
 }
 .anis-content #MalData>span {
  margin:5px;
  background:0 0;
  padding:0
 }
 .anis-content .anisc-detail .film-buttons,
 .anis-content .anisc-detail .film-stats {
  text-align:center;
  margin-bottom:20px
 }
 .anis-content .anisc-detail .film-buttons .btn {
  margin:5px!important
 }
 .anis-content .anisc-detail {
  padding-left:0;
  min-height:auto;
  margin-bottom:20px
 }
 .anis-content .anisc-detail .film-description {
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  opacity:.5
 }
 .anis-content .anisc-info-wrap {
  padding:20px;
  margin:0 -20px -30px
 }
 .anis-content .block-live .btn {
  font-size:12px;
  line-height:16px;
  padding:4px!important
 }
 .anis-content .block-live .btn i {
  width:16px;
  height:16px;
  margin-right:5px!important
 }
 #ani_detail .anis-content {
  padding:30px 5px
 }
 .anis-content .anisc-detail .film-description.m-hide {
  display:none
 }
 .anis-content .anisc-detail .film-text.m-hide {
  display:none
 }
 .anis-watch-detail .anis-content .anisc-detail .film-description.m-hide {
  -webkit-line-clamp:3;
  display:-webkit-box;
  font-size:12px;
  opacity:1
 }
 .anis-watch-detail .anis-content .anisc-detail .film-text.m-hide {
  display:block;
  font-size:12px;
  margin-top:10px
 }
 .anis-content .w-hide {
  display:block
 }
 .anis-content .anisc-info .item-title .text {
  font-size:13px;
  color:#aaa;
  line-height:1.4em;
  margin:10px 0;
  max-height:90px;
  overflow:auto
 }
 .anis-watch-detail .anis-content .anisc-detail .film-name {
  font-size:20px
 }
 .anis-watch-detail {
  padding:20px 0
 }
 .anis-watch-detail .dt-rate {
  top:5px
 }
 .anis-watch-detail .anis-content .anisc-detail .film-name {
  text-align:left
 }
 .anis-watch-detail .anis-content .anisc-detail {
  margin-bottom:0
 }
 .anis-watch-detail .anis-content {
  padding-left:75px!important
 }
 .anis-watch-detail .anis-content .anisc-poster {
  width:60px!important
 }
 .anis-watch-detail .anis-content .anisc-detail .film-stats {
  text-align:left;
  margin-bottom:10px
 }
 .anis-watch-detail .anis-content .anisc-detail .anisc-keyword {
  margin-top:10px
 }
 .profile-header {
  margin-top:-15px
 }
 .ssc-servers .dropdown-menu {
  left:auto!important;
  right:0!important
 }
 .news-article .news-title {
  font-size:2em;
  margin-bottom:20px
 }
 .news-article {
  font-size:14px;
  line-height:1.5em
 }
 .layout-news .prebreadcrumb {
  display:block;
  font-size:14px;
  margin:20px 0
 }
 .layout-news .prebreadcrumb .breadcrumb-item.active {
  display:none
 }
 .anis-cover {
  left:-15px;
  right:-15px
 }
 .anis-watch-tv .ss-list-min {
  max-height:411px
 }
 .ss-list-min .ssl-item:last-of-type {
  margin-bottom:15px
 }
 .premodal .modal-content .close {
  top:0;
  right:0;
  width:30px;
  height:30px;
  line-height:30px;
  border-radius:0 20px 0 8px
 }
 .per-info .pi-avatar img {
  filter:none!important;
  opacity:1!important
 }
 .ss-choice {
  background:rgba(20,21,26,.5);
  border-top:1px dashed #333
 }
 .player-controls {
  background:#070709
 }
 .main-az ul.az-list li {
  width:calc(12.5% - 6px)
 }
 .cfc-min-block .cmb-item-4 {
  width:calc(50% - 10px);
  margin-bottom:10px;
  margin-top:10px
 }
 .inbox-item .ii-title {
  font-size:16px;
  margin-bottom:10px
 }
 #anime-trending {
  padding:0;
  background:0 0;
  margin-bottom:0
 }
 .share-buttons .share-buttons-block {
  padding-left:0
 }
 .share-buttons.share-buttons-home .share-buttons-block {
  margin-top:0
 }
 .share-buttons .share-buttons-block .at-icon-wrapper {
  width:34px!important;
  height:34px!important;
  line-height:24px!important;
  margin-bottom:0!important;
  text-align:left
 }
 .share-buttons .share-buttons-block .at-icon-wrapper svg {
  width:24px!important;
  height:24px!important;
  line-height:24px!important
 }
 .share-buttons.share-buttons-home .share-buttons-block .sbb-title {
  padding:0!important
 }
 .share-buttons.share-buttons-home .share-buttons-block .share-icon {
  display:none
 }
 .share-buttons.share-buttons-home .share-buttons-block {
  padding-left:0
 }
 .share-buttons .share-buttons-block .sbb-title {
  padding:0;
  border-left:none
 }
 .share-buttons.share-buttons-detail.share-buttons-page {
  margin-top:-15px!important;
  margin-bottom:10px
 }
 .share-buttons.share-buttons-min .share-buttons-block .sbb-title {
  margin-bottom:0;
  padding-top:0
 }
 .trending-list .item {
  padding-bottom:150%
 }
 .trending-list .item .number {
  bottom:auto;
  top:0;
  right:auto;
  width:40px;
  left:0;
  height:30px;
  background:#fff;
  z-index:9
 }
 .trending-list .item .number span {
  font-size:18px;
  line-height:30px;
  transform:none;
  text-align:center;
  color:#111
 }
 .trending-list .item .film-poster {
  left:0;
  top:0;
  bottom:0
 }
 #anime-event {
  margin-top:0
 }
 .event-block .event_-focus {
  padding:30px 0
 }
 .zr-alert {
  margin:0 auto;
  max-width:90%;
  width:320px;
  padding:20px
 }
 .zr-alert .zr-alert-icon {
  width:100px;
  left:0
 }
 .zr-alert.zr-alert-01 {
  padding-left:110px
 }
 .zr-alert .zr-alert-content {
  font-size:14px;
  text-align:left
 }
 .block_area.block_area-promotions {
  margin-bottom:30px
 }
 .screen-items .item {
  width:calc(50% - 14px);
  margin-bottom:10px
 }
 .screen-items .item .sii-title {
  font-size:12px
 }
 .ss-list.ss-list-min .ssl-item {
  width:calc(12.5% - 4px)!important
 }
 .live__-wrap .item {
  width:calc(100% - 14px);
  margin-bottom:30px
 }
 .live__-wrap .item .live-info .owner {
  min-height:auto
 }
 .live-btn {
  margin-top:30px
 }
 .live-btn .btn {
  float:none!important;
  width:100%!important;
  margin-top:15px!important
 }
 .ls___-animeinfo .film-poster {
  width:100px;
  padding-bottom:140px;
  top:0;
  left:0;
  bottom:auto
 }
 .ls___-animeinfo .ls____-content {
  padding:0;
  padding-left:120px;
  background:0 0;
  min-height:140px
 }
 .ls___-animeinfo .film-info .film-name {
  font-size:18px
 }
 .ls__-share .share-buttons.share-buttons-detail {
  margin-top:-15px
 }
 .ls__-share .share-buttons .share-buttons-block {
  padding:15px 0
 }
 .livestream_body.livestream_body-watch #header #logo {
  margin-left:35px
 }
 .time-zone .btn-trans {
  display:none
 }
 .jw-controlbar .rewind-10s-button {
  display:none!important
 }
 .ep_-list {
  padding-bottom:30px;
  margin-top:-170px
 }
 .ep_-list .ep__-ul .item {
  width:calc(50% - 14px)
 }
 .event-other .eo_-list .item {
  padding:150px 0 0
 }
 .event-other .eo_-list .item .item-cover {
  width:100%;
  height:150px
 }
 .event-other .eo_-list .item .item-detail .event-name {
  font-size:16px;
  display:block
 }
 #sidebar_menu {
  overflow:auto;
  -ms-overflow-style:none;
  scrollbar-width:none
 }
 #sidebar_menu::-webkit-scrollbar {
  display:none
 }
 #trending-home {
  margin-right:-15px;
  margin-left:-15px
 }
 #trending-home:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:auto;
  width:30px;
  z-index:10;
  background:#202125;
  background:linear-gradient(90deg,rgba(32,33,37,0) 0,rgba(32,33,37,0.9) 100%)
 }
 .landing-page {
  margin-top:-15px;
  padding-top:0
 }
 .ll_-header .site_logo img {
  height:auto;
  width:50%
 }
 .landing_layout p {
  font-size:14px;
  line-height:1.5em
 }
 .ll_-header .site_title {
  font-size:20px
 }
 .live__-wrap .item .live-thumbnail .live-thumbnail-img {
  object-fit:contain;
  border-radius:0;
  width:60%;
  height:60%;
  left:20%;
  top:20%;
  transform:none!important
 }
 .player-controls .pc-item.pc-control {
  display:none
 }
 #discussion .display-toggle {
  right:-10px
 }
 #discussion .display-toggle .to-text {
  display:none
 }
 #discussion.ds-hide .display-toggle .to-text {
  display:block
 }
}
@media screen and (max-width:480px) {
 .zr-news.zr-news-list .item .description {
  font-size:12px
 }
 .server-notice {
  font-size:12px;
  line-height:1.4em;
  margin-bottom:0
 }
 .ss-list .ssl-item.active:before {
  width:2px
 }
 .anif-block .anif-block-ul li {
  width:100%
 }
 .deslide-item .deslide-poster .deslide-poster-wrap {
  width:200px
 }
 .deslide-item .desi-description {
  font-size:11px;
  line-height:1.3em;
  margin-bottom:15px
 }
 .desi-buttons .btn {
  font-size:12px
 }
 .deslide-item .desi-sub-text {
  font-size:10px;
  margin-bottom:10px
 }
 #slider {
  padding-bottom:320px
 }
 .block_area_manager .block_area-header-tabs {
  display:none
 }
 .premodal .modal-content .modal-header {
  padding:20px 20px 0
 }
 .premodal .modal-content .modal-body {
  padding:20px
 }
 .premodal-login .modal-content .modal-body {
  padding:20px 20px 40px
 }
 .premodal .modal-logo {
  display:none
 }
 .block_area_manager .notification-list .justify-content-between {
  display:block!important
 }
 .block_area_manager .notification-list .justify-content-between small {
  margin-bottom:5px;
  display:inline-block;
  width:100%
 }
 .block_area_manager .notification-list .list-group-item {
  box-decoration-break:unset
 }
 #main-wrapper {
  margin-bottom:30px!important
 }
 .block_area .block_area-header .cat-heading {
  font-size:18px!important;
  margin:0;
  line-height:36px
 }
 .bah-setting .btn {
  width:48%;
  margin:1%!important;
  float:left
 }
 .bah-setting-mobile {
  overflow:hidden
 }
 .container-404 {
  padding:70px 0
 }
 .container-404 .c4-big {
  font-size:80px;
  line-height:1em
 }
 .container-404 .c4-medium {
  font-size:14px;
  line-height:1.2em
 }
 #footer .footer-menu .ulclear li {
  margin-right:0
 }
 .watching .prebreadcrumb {
  display:none
 }
 .heading-name {
  font-size:20px
 }
 .block_area .block_area-header {
  margin-bottom:5px
 }
 .block_area_sidebar .cbox.cbox-genres {
  background:0 0;
  padding:0
 }
 .block_area_sidebar .cbox.cbox-genres ul li {
  width:auto!important;
  margin-bottom:7px
 }
 .block_area_sidebar .cbox.cbox-genres ul li a {
  background:#2a2c31!important;
  padding:6px 10px
 }
 .actor-page-wrap .avatar {
  width:150px;
  height:150px;
  margin-bottom:20px
 }
 .sub-box .sub-box-list .per-info {
  width:99%
 }
 .stx-center {
  margin-bottom:30px;
  padding:20px
 }
 .stx-center .stx-title {
  font-size:20px;
  margin:0
 }
 .stx-center .description {
  font-size:13px;
  margin-top:15px
 }
 .modal-characters .bac-list-wrap .bac-item {
  border-bottom:1px dashed #454851;
  background:0 0!important;
  margin-bottom:0
 }
 .modal-characters .bac-list-wrap .bac-item .per-info {
  height:70px
 }
 .modal-characters .bac-list-wrap .bac-item .per-info .pi-name {
  font-size:11px
 }
 .modal-characters .bac-list-wrap .bac-item .per-info .pi-avatar {
  width:40px;
  height:40px;
  left:0
 }
 .modal-characters .bac-list-wrap .bac-item .per-info-xx .pi-avatar {
  width:30px;
  height:30px;
  left:auto
 }
 .modal-characters .bac-list-wrap .bac-item .per-info .pi-detail {
  left:50px
 }
 .modal-characters .bac-list-wrap .bac-item .per-info.rtl .pi-avatar {
  left:auto;
  right:0
 }
 .modal-characters .bac-list-wrap .bac-item .per-info.rtl .pi-detail {
  left:auto;
  right:50px
 }
 .bac-item .per-info-xx .pi-avatar {
  border:none;
  margin-left:10px;
  width:34px;
  height:34px
 }
 .bac-item .per-info-xx .pix-list .pi-avatar:nth-of-type(n+4) {
  display:none
 }
 .per-info .pi-name {
  font-size:12px
 }
 .premodal-characters .modal-content .modal-body {
  padding:15px
 }
 .premodal-characters .modal-content .modal-header {
  padding:20px 20px 0
 }
 .event-block .event_-list .event__-ul {
  width:750px
 }
 .event-block .event_-list .item {
  width:150px;
  padding:20px 10px
 }
 .event-block .event_-list .item .film-detail .fd-infor {
  font-size:11px
 }
 .event-block .event_-list .item .film-name {
  font-size:13px;
  -webkit-line-clamp:2
 }
 .event-block .event_-list .item .film-name {
  height:auto
 }
 .time-zone>.preform {
  display:block
 }
 .time-zone .select-timezone {
  width:calc(100% - 80px);
  margin-right:10px!important
 }
 .time-zone .btn-primary {
  float:right;
  width:70px;
  padding:0 5px
 }
 .avatar-list .item {
  width:calc(33.33% - 20px)
 }
}
.player-controls .pc-item {
    float: left;
    margin: 5px;
    position: relative;
}
.player-controls .pc-right .pc-item .btn i {
    font-size: 20px;
    margin: 0 !important;
}
.player-controls .pc-item .btn i {
    transform: scale(.9);
}
.player-controls .pc-right .pc-item .btn {
    font-size: 0;
}
.player-controls .pc-item .btn {
    background: 0 0;
    color: #fff;
    padding: .25rem;
    font-size: 13px;
}
.player-controls .pc-item a {
    box-shadow: none !important;
}
.btn-sm {
    font-size: 14px;
}
.fa-backward::before {
    content: "\f04a";
}

@media screen and (min-width:1401px) {
 article.item__full.extend .hide__on-mobile--pro {
  display:none
 }
  article.item__full.extend #col__main-with--sidebar {
  max-width:100%;
  flex-basis: 100%;
 }
  article.item__full.extend #col__main-with--sidebar .player-frame {
  padding-bottom:56.25%
 }
 .pc-resize {
  display:block
 }

}

.toggle-basic {
    position: relative;
    font-size: 12px;
    cursor: pointer;
    line-height: 30px;
}
.player-controls .pc-item.pc-toggle {
    margin-right: 10px;
}
.player-controls .pc-item {
    float: left;
    margin: 5px;
        margin-right: 5px;
    position: relative;
}
#mask-overlay.active {
    display: block;
}
#mask-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 102;
    background: rgba(11,11,11,.98);
    display: none;
}
.anis-watch-tv.active {
    z-index: auto;
        padding-left: 150px;
    padding-right: 150px;
    margin: 0 auto;
}
.anis-watch-tv.active .watch-player {
    position: relative;
    z-index: 999;
}