/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?rnam4n");
    src: url("../fonts/icomoon.eot?rnam4n#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rnam4n") format("truetype"), url("../fonts/icomoon.woff?rnam4n") format("woff"), url("../fonts/icomoon.svg?rnam4n#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-keyboard_arrow_up:before {
    content: "\e900";
}

.icon-keyboard_arrow_down:before {
    content: "\e901";
}

.icon-likes:before {
    content: "\e902";
}

.icon-logIn:before {
    content: "\e903";
}

.icon-search:before {
    content: "\e904";
}

.icon-signUp:before {
    content: "\e905";
}

.icon-views:before {
    content: "\e906";
}

.icon-blogger1:before {
    content: "\e907";
}

.icon-clock:before {
    content: "\e908";
}

.icon-play:before {
    content: "\e909";
}

.icon-dislike:before {
    content: "\e90a";
}

.icon-facebook1:before {
    content: "\e90b";
}

.icon-messenger1:before {
    content: "\e90c";
}

.icon-pinterest1:before {
    content: "\e90d";
}

.icon-reddit1:before {
    content: "\e90e";
}

.icon-tumblr1:before {
    content: "\e90f";
}

.icon-twitter1:before {
    content: "\e910";
}

.icon-whatsapp1:before {
    content: "\e911";
}

.icon-calendar:before {
    content: "\e912";
}

.icon-user:before {
    content: "\e913";
}

.icon-send:before {
    content: "\e914";
}

.icon-copy-link:before {
    content: "\e915";
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2
}

html,
body {
    height: 100%
}

.wrapper {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hidden {
    display: none;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.container {
    max-width: 1860px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 15px;
    margin: 0 auto
}

.logo {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    text-decoration: none;
    display: none;
    white-space: nowrap
}

.logo-mobile {
    text-transform: uppercase
}

@media screen and (max-width: 959px) {
    .logo-mobile {
        display: inline-block
    }
}

@media screen and (min-width: 960px) {
    .logo-desktop {
        display: inline-block
    }
}

.logo-color {
    color: #433E47;
}

.logo-weight {
    font-weight: 300
}

img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    outline: none
}

p,
ul,
ol,
figure {
    margin: 0
}

header {
    background-color: #0d0d0e;
    padding: 20px 0;
    position: relative;
    margin-bottom: 35px
}

@media screen and (max-width: 639px) {
    header {
        padding: 10px 0;
        margin-bottom: 20px
    }
}

header .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

@media screen and (max-width: 479px) {
    header .header-content {
        margin: 0 -7px
    }
}

header .column {
    padding: 0 15px
}

@media screen and (max-width: 479px) {
    header .column {
        padding: 0 7px
    }

    header .column:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

header .column-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 1px
}

header .column-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width: 479px) {
    header .column-form {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.55s opacity, 0.55s visibility;
        transition: 0.55s opacity, 0.55s visibility
    }

    header .column-form.active {
        visibility: visible;
        opacity: 1
    }
}

input[type=text]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input[type=text]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent
}

input[type=text]:focus::-ms-input-placeholder,
input[type=search]:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent
}

input[type=text]:focus::placeholder,
input[type=search]:focus::placeholder,
textarea:focus::placeholder {
    color: transparent
}

.header-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-form input[type='text'] {
    outline: none;
    width: 100%;
    border: none;
    background-color: #18191a;
    height: 40px;
    color: #bebebe;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    padding: 12px 20px
}

.header-form button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60px;
    height: 40px;
    background-color: #433E47;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff
}

.header-form button .icon {
    -webkit-transition: color .3s;
    transition: color .3s
}

.header-form button:hover .icon {
    color: #000
}

@media screen and (max-width: 479px) {
    .header-form {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0
    }
}

.comments-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 45px
}

.comments-form form input,
.comments-form form textarea,
.comments-form form button {
    padding: 15px 20px;
    color: #b3b3b3;
    background: #202122;
    border: none;
    outline: none
}

.comments-form form input[type=text] {
    max-width: 350px;
    width: 100%;
    margin-bottom: 10px
}

@media screen and (max-width: 640px) {
    .comments-form form input[type=text] {
        max-width: 100%
    }
}

.comments-form form textarea {
    width: 100%;
    max-width: 800px;
    height: 120px;
    margin: 0 10px 0 0;
    resize: none
}

@media screen and (max-width: 639px) {
    .comments-form form textarea {
        margin: 0 0 10px
    }
}

.comments-form form button {
    padding: 15px 20px;
    cursor: pointer;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    .comments-form form button {
        width: 100%
    }
}

.comments-form form .wrap-textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.comments-form form .wrap-textarea .field-error {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
}

@media screen and (max-width: 640px) {
    .comments-form form .wrap-textarea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav {
    max-width: 400px;
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: #18191a;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.55s opacity, 0.55s visibility;
    transition: 0.55s opacity, 0.55s visibility
}

.nav.active {
    opacity: 1;
    visibility: visible
}

.nav .member-list {
    text-align: center;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #282828;
    margin: -5px
}

@media screen and (max-width: 479px) {
    .nav .member-list {
        padding: 20px
    }
}

.nav .member-list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    padding: 5px
}

.nav .member-list a {
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    display: block;
    padding: 10px;
    color: #b3b3b3;
    background-color: #0d0d0e;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px
}

@media screen and (min-width: 959px) {
    .nav .member-list a:hover {
        color: #fff;
        background-color: #433E47
    }
}

.nav .member-list .icon {
    margin-right: 10px
}

.nav .menu {
    padding: 35px 0
}

.nav .menu .item {
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 16px;
    padding: 13px 40px
}

@media screen and (min-width: 959px) {
    .nav .menu .item:hover {
        background-color: #433E47;
        color: #fff
    }
}

.nav .menu .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav .menu .accordion .icon {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.nav .menu .accordion.active {
    background-color: #433E47
}

.nav .menu .accordion.active .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav .menu .accordion-list {
    display: none;
    -webkit-transition: display 0.55s ease-in;
    transition: display 0.55s ease-in
}

.nav .menu .accordion-list .accordion-item {
    color: #505256;
    padding: 10px 57px;
    display: block
}

@media screen and (min-width: 959px) {
    .nav .menu .accordion-list .accordion-item:hover {
        background-color: #0d0d0e;
        color: #fff
    }
}

.nav .menu .accordion-list.active {
    display: block
}

.menu-btn {
    cursor: pointer;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-btn .menu-brick {
    position: relative
}

.menu-btn .menu-brick,
.menu-btn .menu-brick::before,
.menu-btn .menu-brick::after {
    width: 35px;
    height: 5px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.menu-btn .menu-brick::before,
.menu-btn .menu-brick::after {
    content: '';
    position: absolute
}

.menu-btn .menu-brick::before {
    top: 12px
}

.menu-btn .menu-brick::after {
    top: -12px
}

.menu-btn.active .menu-brick,
.menu-btn.active .menu-brick::before,
.menu-btn.active .menu-brick::after {
    background-color: #433E47
}

@media screen and (min-width: 959px) {

    .menu-btn:hover .menu-brick,
    .menu-btn:hover .menu-brick::before,
    .menu-btn:hover .menu-brick::after {
        background-color: #433E47
    }
}

.search-btn {
    display: none;
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    position: relative
}

.search-btn::before,
.search-btn::after {
    position: absolute;
    content: '';
    height: 4px;
    background-color: #433E47;
    width: 30px;
    margin-top: -4px;
    top: 0;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.55s, visibility 0.55s;
    transition: opacity 0.55s, visibility 0.55s
}

.search-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.search-btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-btn i {
    -webkit-transition: opacity 0.55s, visibility 0.55s;
    transition: opacity 0.55s, visibility 0.55s
}

.search-btn.active::after,
.search-btn.active::before {
    opacity: 1;
    visibility: visible
}

.search-btn.active i {
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 479px) {
    .search-btn {
        display: block
    }
}

.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #18191a;
    color: #b3b3b3;
    font-weight: 300;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
    outline: none;
    border: none
}

.button:active {
    color: #fff;
    background-color: #433E47
}

@media screen and (min-width: 960px) {
    .button:hover {
        color: #fff;
        background-color: #433E47
    }
}

.tabs-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px
}

.tabs-buttons .item {
    padding: 3px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tabs-buttons .tab-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 11px 20px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer
}

.tabs-buttons .tab-trigger.active {
    background-color: #433E47;
    color: #fff
}

@media screen and (max-width: 479px) {
    .tabs-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

section {
    margin-bottom: 50px
}

@media screen and (max-width: 639px) {
    section {
        margin-bottom: 25px
    }
}

.section-title {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

.load-more {
    text-align: center;
}

.section-videos .showmore {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    margin: 50px auto 0;
    padding: 11px 50px;
    min-width: 190px
}

@media screen and (max-width: 639px) {
    .section-videos .showmore {
        margin-top: 25px
    }
}

@media screen and (max-width: 479px) {
    .section-videos .showmore {
        width: 100%
    }
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 959px) {
    .headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .headline .section-title {
        margin-bottom: 20px
    }
}

.headline .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.headline .sort span {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.headline .sort-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -3px
}

.headline .sort-list li {
    padding: 3px
}

.headline .sort-list a {
    display: inline-block;
    padding: 7px 15px;
    font-weight: 300;
    cursor: pointer;
}

.headline .sort-list a.active {
    color: #fff;
    background-color: #433E47;
}

.section-preview {
    border-top: 5px solid #121213;
    padding-top: 45px
}

@media screen and (max-width: 639px) {
    .section-preview {
        padding-top: 25px
    }
}

.section-player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.section-player .col {
    padding: 0 15px
}

.section-player .col:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 1px
}

@media screen and (max-width: 1023px) {
    .section-player .col-second {
        display: none
    }
}

.section-player .player-box {
    width: 100%
}

.section-player .video-box {
    margin-bottom: 20px;
    position: relative;
    min-width: 1px;
}

@media screen and (max-width: 639px) {
    .section-player .video-box {
        margin-left: -15px;
        margin-right: -15px
    }
}

.section-player .advert {
    display: block;
    max-width: 770px;
    width: 70%;
    margin: 0 auto 20px
}

@media screen and (max-width: 959px) {
    .section-player .advert {
        display: none
    }
}

.section-player .info-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #18191a
}

@media screen and (max-width: 959px) {
    .section-player .info-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-player .rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #505256
}

@media screen and (max-width: 959px) {
    .section-player .rating-container {
        margin-bottom: 17px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-player .rating-container .rating {
        display: none
    }
}

.section-player .rating-container a {
    display: block;
    margin-right: 9px;
    font-size: 36px;
    color: #505256;
    background: none
}

.section-player .rating-container a.active {
    color: #433E47
}

.section-player .rating-container a span {
    display: none
}

@media screen and (min-width: 960px) {
    .section-player .rating-container a:hover {
        color: #433E47
    }
}

@media screen and (max-width: 959px) {
    .section-player .rating-container a {
        margin: 0;
        font-size: 16px;
        background-color: #18191a;
        color: #505256;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 0;
        width: 50%
    }

    .section-player .rating-container a:first-child {
        margin-right: 10px
    }

    .section-player .rating-container a i {
        font-size: 24px;
        margin-right: 10px
    }

    .section-player .rating-container a span {
        display: inline-block;
        text-transform: uppercase
    }

    .section-player .rating-container a.active {
        background-color: #433E47;
        color: #fff
    }
}

.section-player .rating-container .views,
.section-player .rating-container .scale-holder {
    margin-bottom: 6px
}

.section-player .rating-container .views {
    color: #433E47;
    font-weight: 500
}

.section-player .rating-container .votes {
    font-size: 12px;
    font-weight: 300;
    text-transform: lowercase;
    color: #b3b3b3
}

.section-player .rating-container .scale-holder {
    border-bottom: 4px solid #1c1c1d;
    width: 108px;
    position: relative
}

.section-player .rating-container .scale-holder .scale {
    position: absolute;
    width: 80%;
    height: 4px;
    background-color: #433E47
}

.preview-vertical {
    width: 300px
}

.preview-vertical .box:not(:last-child) {
    margin-bottom: 30px
}
.box-img video {
    pointer-events: none;
}
.thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}
@media screen and (max-width: 959px) {
    .thumbs {
        margin: -5px
    }
}

.thumb {
    width: calc(20% - 20px);
    margin: 10px
}

.thumb a {
    display: block;
    color: #fff
}

.thumb .box-img {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.17%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.thumb .box-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.thumb .box-img .hd {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(241, 10, 10, 0.8);
    padding: 7px 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: none
}

.thumb .box-img .hd.active {
    display: block
}

.thumb .box-img .time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px
}

.thumb .description {
    padding-top: 10px
}

.thumb .text {
    display: block;
    height: 38px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.4;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.thumb .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 13px;
    overflow: hidden;
    color: #505256
}

.thumb .info-list .red {
    color: #433E47
}

.thumb .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.thumb .info-list li:not(:last-child) {
    margin-right: 15px
}

.thumb .info-list i {
    display: inline-block;
    margin-right: 5px
}

.thumb:active .text {
    color: #433E47
}

@media screen and (max-width: 1199px) {
    .thumb {
        width: calc(25% - 20px)
    }
}

@media screen and (max-width: 959px) {
    .thumb {
        margin: 10px 5px;
        width: calc(33.33% - 10px)
    }
}

@media screen and (max-width: 639px) {
    .thumb {
        width: calc(50% - 10px)
    }
}

@media screen and (max-width: 479px) {
    .thumb {
        margin: 10px 0;
        width: 100%
    }
}

@media screen and (min-width: 960px) {
    .thumb:hover .text {
        color: #FFF;
    }
}

.section-preview .spot-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 250px;
    overflow: hidden
}

@media screen and (max-width: 960px) {
    .section-preview .spot-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.section-preview .spot-inner a {
    display: inline-block
}

.section-preview .box {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.tab-box .video-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px
}

.tab-box .video-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #525257;
    font-weight: 300;
    margin-bottom: 25px
}

.tab-box .video-info .item {
    margin-right: 20px
}

.tab-box .video-info i {
    margin-right: 5px
}

@media screen and (max-width: 479px) {
    .tab-box .video-info .item {
        margin-right: 10px
    }

    .tab-box .video-info i {
        margin-right: 2px
    }
}

.tab-box .tags-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

.tab-box .tags-outer:last-child {
    margin: 0;
}

.tab-box .tags-outer .box {
    padding-top: 5px;
    margin-right: 10px
}

.tab-box .tags-outer .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px
}

.tab-box .tags-outer .tags .item {
    padding: 3px
}

.tab-box .tags-outer .tags a {
    padding: 7px 20px
}

@media screen and (max-width: 959px) {
    .tab-box .tags-outer .tags {
        height: 72px;
        overflow: hidden
    }
}

.comments-block .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.comments-block .comment.active .name {
    color: #433E47
}

.comments-block .box-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #202121;
    overflow: hidden
}

.comments-block .box-image img {
    height: 100%
}

.comments-block .wrap-comment {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width: 479px) {
    .comments-block .wrap-comment .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comments-block .wrap-comment .name {
        margin-bottom: 5px
    }
}

.comments-block .name {
    color: #505256;
    margin-right: 10px;
    font-weight: 500;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media screen and (max-width: 479px) {
    .comments-block .name {
        margin-right: 0
    }
}

.comments-block .date {
    color: #525257
}

.comments-block .date i {
    margin-right: 5px
}

.comments-block .box {
    padding-top: 8px
}

.tab-box {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity 0.55s, visibility 0.55s;
    transition: opacity 0.55s, visibility 0.55s
}

.tab-box.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.tab-box .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.tab-box .social-links li:not(:last-child) {
    margin-right: 5px
}

.tab-box .social-links li {
    margin-bottom: 5px
}

.tab-box .social-links a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #636569;
    background-color: #202121;
    font-size: 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s
}

@media screen and (min-width: 960px) {
    .tab-box .social-links a:hover {
        color: #fff;
        background-color: #433E47
    }
}

.tab-box .share-box {
    max-width: 800px;
    width: 100%;
    margin: 0 0 10px;
}

.tab-box .share-box:last-child {
    margin: 0;
}

.tab-box .share-box input {
    padding: 12px 20px;
    width: 100%;
    color: #b6b6b6;
    background-color: #202121;
    border: none;
    outline: none
}

.tags-list {
    -webkit-column-count: 5;
    column-count: 5;
    margin: 0 -60px
}

.tags-list li {
    padding: 0 60px;
    display: inline-block;
    width: 100%
}

.tags-list a {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.tags-list a:active {
    background-color: #433E47
}

@media screen and (min-width: 1024px) {
    .tags-list a:hover {
        background-color: #433E47
    }
}

.tags-list .name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tags-list .value {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1599px) {
    .tags-list {
        margin: 0 -20px
    }

    .tags-list li {
        padding: 0 20px
    }
}

@media screen and (max-width: 1249px) {
    .tags-list {
        margin: 0 -10px
    }

    .tags-list li {
        padding: 0 10px 2px
    }
}

@media screen and (max-width: 1023px) {
    .tags-list {
        -webkit-column-count: 4;
        column-count: 4;
        margin: 0 -10px
    }

    .tags-list li {
        padding: 0 10px
    }

    .tags-list a {
        padding: 10px 0
    }
}

@media screen and (max-width: 639px) {
    .tags-list {
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media screen and (max-width: 479px) {
    .tags-list {
        -webkit-column-count: 2;
        column-count: 2
    }
}

footer {
    padding: 45px 0;
    background-color: #0d0d0e
}

@media screen and (max-width: 640px) {
    footer {
        padding: 25px 0
    }
}

footer .content {
    text-align: center
}

footer .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 28px
}

@media screen and (min-width: 480px) {
    footer .logo {
        font-size: 36px
    }
}

footer .description {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #505256;
    margin: 0
}

.player-wrap {
    position: relative;
}

#kt_player {
    position: absolute !important;
}

.section-tags .letter {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #433E47;
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px;
}

.section-tags .list_tags {
    margin-bottom: 20px;
}

.no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #433E47;
    color: #433E47;
}

.list_columns {
    display: block;
    column-count: 5;
}

@media screen and (max-width: 1100px) {
    .list_columns {
        column-count: 4;
    }
}

@media screen and (max-width: 992px) {
    .list_columns {
        column-count: 3;
    }
}

@media screen and (max-width: 640px) {
    .list_columns {
        column-count: 2;
    }
}

.list_columns .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.list_columns .item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 300px;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 20px;
    transition: background .3s;
}

.list_columns .item .link .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.list_columns .item .link .count {
    color: #505256;
    font-size: 12px;
    font-weight: 300;
    transition: color .3s;
    padding: 0 0 0 5px;
}

.list_columns .item .link:hover {
    background-color: #433E47;
}

.list_columns .item .link:hover .count {
    color: #fff;
}

.list_columns .item.letter {
    padding: 50px 0 30px 20px;
    color: #433E47;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.list_columns .item.letter:first-child {
    padding-top: 0;
}



.section-player .advert {
    display: block;
    max-width: 100%;
    width: 100%;
}

.section-player .advert a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #433E47;
    color: #fff;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
    outline: none;
    border: none;
    width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

@media screen and (min-width: 767px) {
    .section-player .advert a {
        padding: 15px 15px;
        font-size: 14px;
    }
}

@media screen and (min-width: 960px) {
    .section-player .advert a:hover {
        color: #fff;
        background-color: #757575
    }
}

.nav .menu .item {
    cursor: pointer;
}

.button.model {
    background-color: #3d3f41;
    color: #fff;
}

.button.cs {
    background-color: #757575;
    color: #fff;
}

.button.model:hover,
.button.cs:hover {
    background: #433E47;
}
.autocomplete-suggestions {
background: #000;
border-bottom: 1px solid #18191a;
max-height: 100%!important;
}

.autocomplete-suggestions .autocomplete-suggestion {
padding: 5px 10px;
cursor: pointer;
border-bottom: 1px solid #18191a;
transition: color.3s;
}

@media screen and (min-width: 960px) {
.autocomplete-suggestions .autocomplete-suggestion:hover {
color: #433E47;
}
}

.autocomplete-suggestions .autocomplete-suggestion:last-child {
border-bottom: none;
}

.autocomplete-suggestions .autocomplete-suggestion strong {
color: #433E47;
}
