@import url('https://fonts.googleapis.com/css?family=Abel&display=swap');
* {
    box-sizing: border-box;
    outline: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

input, select {
    vertical-align:middle;
    outline: none;
}
body {
	background: #181818;
    font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ddd;
}
a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: rgb(201, 17, 17);;
}
h1, h2, h3 {
    display: block;
    margin: 15px 0 5px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    border-bottom: 1px solid rgb(201, 17, 17);;
}

.width-wrap {
    position: relative;
    width: 100%;
    max-width: 1522px;
    margin: 0 auto;
    padding: 0 10px;
}

.main-content {
    flex: 1;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.show-on-mobile {
    display: none !important;
}
.heading-container {
    position: relative;
}
    .heading-container:after {
        content: '';
        display: block;
        clear: both;
    }

.header {
    z-index: 2;
    position: relative;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #2b2b2b;
    background: #151515;
    text-align: center;
}
    .header .width-wrap:after {
        content: '';
        display: block;
        clear: both;
    }

    .header .logo {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 4px 0 0 0;
        float: left;
        color: #fff;
        font-size: 32px;
        line-height: 40px;
        text-transform: uppercase;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
        .header .logo a {
            display: block;
            transition: 0.15s ease color;
        }
            .header .logo a span {
                color: rgb(201, 17, 17);;
                transition: 0.15s ease color;
            }
            .header .logo a:hover span {
                color: #fff;
            }

    .navigation {
        float: left;
        margin-top: 6px;
    }
        .navigation > ul > li {
            display: inline-block;
            line-height: 34px;
            vertical-align: top;
        }
            .navigation > ul > li > a {
                height: 36px;
                display: block;
                margin-right: 2px;
                padding: 0 10px;
                border: 2px solid #fff;
                background: rgb(201, 17, 17);;
                font-size: 14px;
                color: #000;
                transition: 0.15s ease opacity;
            }
                .navigation > ul > li.active > a,
                .navigation > ul > li > a:hover {
                    opacity: 0.5;
                }

    .header .search {
        float: right;
        position: relative;
        height: 36px;
        margin: 6px 0 0 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 3;
    }
        .header .search .search-input {
            width: 300px;
            height: 36px;
            padding: 0 65px 0 10px;
            background: #fff;
            border: 2px solid #fff;
            font-family: 'Abel', sans-serif;
            color: #333;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
        .header .search .search-submit {
            display: block;
            position: absolute;
            top: 2px;
            right: 2px;
            height: 32px;
            padding: 0 10px;
            border: 0;
            background: rgb(201, 17, 17);;
            background-size: 20px 20px;
            font-family: 'Abel', sans-serif;
            font-size: 14px;
            line-height: 30px;
            color: #000;
            cursor: pointer;
            transition: 0.15s ease opacity;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
            .header .search .search-submit:hover {
                opacity: 0.5;
            }

.thumbs {
    text-align: center;
    letter-spacing: -5px;
    margin: 0 -5px;
}
    .thumbs .spots {
        margin-bottom: 10px;
    }
    .thumbs .thumb {
        display: inline-block;
        width: 16.666666%;
        padding: 5px;
        letter-spacing: 0;
        vertical-align: top;
    }
        .thumbs .thumb > a {
            border: 1px solid #2b2b2b;
            background: #e0e0e0;
            transition: 0.15s ease border-color;
        }
            .thumbs .thumb > a:hover {
                border-color: rgb(201, 17, 17);;
            }

        .thumbs .thumb .thumb-image {
            position: relative;
            display: block;
        }
        .thumbs .thumb .thumb-container {
            position: relative;
            display: block;
            overflow: hidden;
        }
            .thumbs .thumb .thumb-image img {
                display: block;
                width: 100%;
                height: auto;
            }
                .thumbs .thumb.category .thumb-image img {
                    position: static;
                    height: auto;
                }

            .thumbs .thumb .thumb-info {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
                .thumbs .thumb .thumb-info span {
                    display: block;
                    position: absolute;
                    padding: 0 5px;
                    background: rgba(0,0,0,0.75);
                    font-size: 12px;
                    line-height: 20px;
                    color: #fff;
                    text-align: center;
                }
                    .thumbs .thumb.category .thumb-info span {
                        font-size: 16px;
                        line-height: 24px;
                    }
                .thumbs .thumb .thumb-info .thumb-videos,
                .thumbs .thumb .thumb-info .thumb-duration {
                    top: 0;
                    right: 0;
                    transition: 0.15s ease opacity;
                }
                .thumbs .thumb .thumb-info .thumb-title {
                    overflow: hidden;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    transition: 0.15s ease background-color;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    text-align: center;
                }
                    .thumbs .thumb a:hover .thumb-info .thumb-videos,
                    .thumbs .thumb a:hover .thumb-info .thumb-duration {
                        opacity: 0;
                    }
                    .thumbs .thumb a:hover .thumb-info .thumb-title {
                        background: #000;
                    }

.paginator {
    margin: 10px 0;
    text-align: center;
}
    .paginator li {
        margin: 0 0 2px;
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
    }
        .paginator li a,
        .paginator li span {
            display: inline-block;
            min-width: 36px;
            height: 36px;
            margin: 0 2px;
            padding: 0 10px;
            border: 2px solid #fff;
            background: rgb(201, 17, 17);;
            font-size: 14px;
            line-height: 34px;
            color: #000;
            transition: 0.15s ease opacity;
        }
            .paginator li span,
            .paginator li a:hover,
            .paginator li.active a,
            .paginator li.active span {
                opacity: 0.5;
            }
            .paginator li a i {
                height: 38px;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
            }

.bottom-text {
    margin: 15px 0;
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.list-section {

}
    .list-section ul {
        -webkit-columns: 5;
        columns: 5;
    }
        .list-section ul li {
            display: inline-block;
            width: 100%;
            padding: 5px 0;
            line-height: 24px;
        }
            .list-section ul li a {
                display: block;
                overflow: hidden;
                position: relative;
                padding: 0 10px;
                border: 2px solid #fff;
                background: rgb(201, 17, 17);;
                font-size: 16px;
                line-height: 30px;
                white-space: nowrap;
                color: #000;
                text-overflow: ellipsis;
                transition: 0.15s ease opacity;
            }
                .list-section.tubes-section ul li a {
                    text-align: center;
                }
                    .list-section ul li a:hover {
                        opacity: 0.5;
                    }

.spots-section {
    padding: 10px 0;
}
    .spots-section.mobile-spots-section {
        display: none;
        padding: 5px 0;
    }
    .spots {
        text-align: center;
    }
        .spots .spot {
            display: inline-block;
            text-align: center;
        }

.video-section {
    padding: 10px 0;
}
    .video-section .width-wrap {

    }
    .video-section .top-tags {
        margin-bottom: 10px;
    }
        .video-section .top-tags .categories-row {
            text-align: center;
        }
            .video-section .top-tags .categories-row a {
                display: inline-block;
                height: 36px;
                margin-right: 2px;
                padding: 0 10px;
                border: 2px solid #fff;
                background: rgb(201, 17, 17);;
                font-size: 14px;
                line-height: 34px;
                color: #000;
                transition: 0.15s ease opacity;
            }
                .video-section .top-tags .categories-row a:hover {
                    opacity: 0.5;
                }

    .video-section .left-section {
        width: calc(100% - 310px);
    }
        .video-section .left-section h1 {
            margin: 0 0 5px;
            padding: 0;
        }
        .video-section .left-section .player-container {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%;
            margin-bottom: 10px;
        }
            .video-section .left-section .player-container iframe,
            .video-section .left-section .player-container video {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
            .video-section .left-section .player-container #kt_player {
                position: absolute;
            }

    .video-section .right-section {
        position: absolute;
        top: 35px;
        right: 10px;
    }
        .video-section .right-section .side-spots {

        }
            .video-section .right-section .side-spots .spot {
                margin-bottom: 10px;
            }
                .video-section .right-section .side-spots .spot a,
                .video-section .right-section .side-spots .spot img {
                    display: block;
                }

.footer {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #2b2b2b;
    background: #151515;
    font-size: 13px;
    text-align: center;
}
    .footer .width-wrap:after {
        content: '';
        display: block;
        clear: both;
    }
    .footer a {
        text-decoration: underline;
        color: rgb(201, 17, 17);;
        cursor: pointer;
    }
        .footer a:hover {
            text-decoration: none;
        }

    .footer .footer-text {
        line-height: 20px;
    }

@media (max-width: 1270px) {
    .thumbs .thumb {
        width: 20%;
    }
}
@media (max-width: 1230px) {
    .spots .spot:nth-child(4) {
        display: none;
    }
}
@media (max-width: 1024px) {
    h1, h2, h3 {
        font-size: 18px;
    }
    .video-section .left-section {
        width: 100%;
    }
    .video-section .right-section {
        display: none;
    }
    .footer {
        padding: 10px 0;
    }
    .footer .footer-text {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer .footer-copyright {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
}
@media (max-width: 1018px) {
    .thumbs .thumb {
        width: 25%;
    }
}
@media (max-width: 1000px) {
    .spots .spot:nth-child(3) {
        display: none;
    }
    .list-section ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .video-container {
        float: none;

        width: 100%;

        margin-bottom: 10px;
    }
    .video-aside {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .video-aside .video-aside-block {
        display: inline-block;
    }
}
@media (max-width: 940px) {
    .header {
        padding-bottom: 5px;
    }
    .header .logo {
        position: static;
        transform: translateX(0);
        float: none;
        margin: 0;
    }
    .header .logo:after {
        content: '';
        display: block;
        clear: both;
    }
}
@media (max-width: 766px) {
    .thumbs .thumb {
        width: 33.333333%;
    }
}
@media (max-width: 760px) {
    .list-section ul {
        -webkit-columns: 3;
        columns: 3;
    }
}
@media (max-width: 670px) {
    .navigation {
        text-align: center;
    }
    .spots .spot:nth-child(2) {
        display: none;
    }
    .video-aside .video-aside-block:nth-child(2) {
        display: none;
    }
}
@media (max-width: 630px) {
    .navigation {
        float: none;
        margin-top: 5px;
    }
    .header .search {
        float: none;
    }
    .header .search .search-input {
        width: 100%;
    }
    .list-section ul {
        -webkit-columns: 2;
        columns: 2;
    }
}
@media (max-width: 560px) {
    .width-wrap {
        padding: 0 5px;
    }
}
@media (max-width: 504px) {
    .thumbs .thumb {
        width: 50%;
    }
}
@media (max-width: 420px) {
    .list-section ul {
        -webkit-columns: 1;
        columns: 1;
    }
    .list-section ul li {
        padding: 1px 0;
    }
}
@media (max-width: 320px) {

}

.fluid_video_wrapper {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.fluid_video_wrapper video {
    width: 100% !important;
    height: 100% !important;
}
