@import url(https://fonts.googleapis.com/css?family=Lato&display=swap);
* {
    box-sizing: border-box;
    outline: 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
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: 0;
}
body {
    background: #181818;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fafafa;
}
a {
    position: relative;
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #14a2d5;
}
h1,
h2,
h3 {
    display: block;
    margin: 10px 0 5px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}
.width-wrap {
    position: relative;
    width: 100%;
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 10px;
}
.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 {
    position: relative;
    width: 100%;
    background: #181818;
}
.header .width-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.header .logo {
    float: left;
    font-size: 32px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 13px;
}
.header .logo a {
    display: block;
    height: 50px;
    line-height: 46px;
    margin: 0 0 17px;
    color: #fff;
    border: 2px solid #14a2d5;
    padding: 0 10px;
}
.header .logo a span {
    color: #14a2d5;
}
.header .logo a img {
    display: inline-block;
    height: 50px;
}
.header .search {
    float: right;
    position: relative;
    height: 50px;
    margin: 15px 0 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}
.header .search .search-input {
    font-size: 18px;
    width: 300px;
    height: 50px;
    padding: 0 65px 0 10px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    font-family: Lato, sans-serif;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header .search .search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0 10px;
    border: 0;
    background: #14a2d5;
    background-size: 20px 20px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.15s ease opacity;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.header .search .search-submit:hover {
    opacity: 0.5;
}
.nav_sec {
    position: relative;
    background: #242424;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.navigation > ul > li {
    display: inline-block;
    line-height: 34px;
    vertical-align: top;
}
.navigation > ul > li > a {
    display: block;
    margin-right: 2px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    transition: 0.15s ease background-color, 0.15s ease color;
}
.navigation > ul > li.active > a,
.navigation > ul > li > a:hover {
    background: #000;
    color: #14a2d5;
}
.navigation > ul > li.gayhub a span {
    display: inline-block;
    background: #f90;
    background: linear-gradient(90deg, red 0, orange 20%, #ff0 40%, green 60%, #00f 80%, purple 100%);
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 3px;
    height: 20px;
    top: 0;
    line-height: 20px;
}
.navigation > ul > li.cams a {
    position: relative;
    color: gold;
}
.navigation > ul > li.cams a:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 3px;
    width: 4px;
    height: 4px;
    background: #9fe20c;
    border-radius: 2px;
}
.thumbs {
    text-align: center;
    letter-spacing: -5px;
    margin: 0 -5px;
}
.thumbs .spots {
    margin-bottom: 10px;
}
.thumbs .thumb {
    display: inline-block;
    width: 20%;
    padding: 8px;
    letter-spacing: 0;
    vertical-align: top;
}
.thumbs .thumb > a {
    background: #e0e0e0;
    transition: 0.15s ease border-color;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    border-radius: 3px;
    overflow: hidden;
}
.thumbs .thumb > a:hover {
    border-color: #14a2d5;
}
.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 .thumb-image span {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 10;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    padding: 0 5px;
    border-radius: 3px;
}
.thumbs .thumb.category .thumb-image img {
    position: static;
    height: auto;
}
.thumbs .thumb .thumb-info {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #242424;
    text-align: left;
}
.thumbs .thumb.category .thumb-info {
    font-size: 18px;
    font-weight: 700;
}
.ebatvsehorowo {
    margin: 10px 0;
    text-align: center;
}
.ebatvsehorowo li {
    margin: 0 0 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.ebatvsehorowo li a,
.ebatvsehorowo li span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    margin: 0 2px;
    padding: 0 10px;
    background: #333;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    transition: 0.15s ease color;
}
.ebatvsehorowo li a.active,
.ebatvsehorowo li a:hover,
.ebatvsehorowo li span {
    color: #14a2d5;
}
.ebatvsehorowo 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: center;
    background: #333;
    color: #ccc;
}
.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;
    background: #242424;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    transition: 0.15s ease color;
    border-radius: 3px;
}
.list-section.tubes-section ul li a {
    text-align: center;
}
.list-section ul li a:hover {
    color: #14a2d5;
}
.spots-section {
    padding: 10px 0;
}
.spots-section.mobile-spots-section {
    padding: 5px 0;
}
.spots {
    text-align: center;
}
.spots .spot {
    display: inline-block;
    text-align: center;
}
.video-section {
    padding: 10px 0;
}
.video-section .top-tags {
    margin-bottom: 10px;
}
.video-section .top-tags .categories-row {
    text-align: left;
}
.video-section .top-tags .categories-row a {
    display: inline-block;
    height: 36px;
    margin-right: 2px;
    padding: 0 10px;
    background: #242424;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    transition: 0.15s ease color;
    border-radius: 3px;
}
.video-section .top-tags .categories-row a:hover {
    color: #14a2d5;
}
.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 .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;
    font-size: 13px;
    text-align: center;
    background: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.footer .width-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.footer a {
    text-decoration: underline;
    color: #14a2d5;
    cursor: pointer;
}
.footer a:hover {
    text-decoration: none;
}
.footer .footer-text {
    line-height: 20px;
    color: #ccc;
}
@media (max-width: 1024px) {
    h1,
    h2,
    h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .video-section .left-section {
        width: 100%;
    }
    .video-section .right-section {
        position: static;
        top: 0;
        right: 0;
        text-align: center;
    }
    .video-section .right-section .side-spots .spot {
        display: inline-block;
    }
    .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: 1000px) {
    .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;
        text-align: center;
    }
    .header .logo {
        position: static;
        transform: translateX(0);
        float: none;
        margin: 0;
        line-height: 50px;
    }
    .header .logo:after {
        content: "";
        display: block;
        clear: both;
    }
    .header .search {
        float: none;
        margin: 5px 0 10px;
    }
    .header .search .search-input {
        width: 100%;
    }
    .navigation {
        text-align: center;
    }
}
@media (max-width: 760px) {
    .list-section ul {
        -webkit-columns: 3;
        columns: 3;
    }
}
@media (max-width: 630px) {
    .list-section ul {
        -webkit-columns: 2;
        columns: 2;
    }
}
@media (max-width: 560px) {
    .width-wrap {
        padding: 0 5px;
    }
}
@media (max-width: 420px) {
    .header .search {
        height: 40px;
    }
    .header .search .search-input {
        height: 40px;
    }
    .header .search .search-submit {
        height: 40px;
    }
    .navigation > ul > li > a {
        padding: 0 5px;
        font-size: 12px;
    }
}
@media (max-width: 420px) {
    .list-section ul {
        -webkit-columns: 1;
        columns: 1;
    }
    .list-section ul li {
        padding: 1px 0;
    }
}
@media (max-width: 1194px) {
    .thumbs .thumb {
        width: 25%;
    }
}
@media (max-width: 898px) {
    .thumbs .thumb {
        width: 33.333333%;
    }
}
@media (max-width: 602px) {
    .thumbs .thumb {
        width: 50%;
    }
}
.fluid_video_wrapper {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}
.fluid_video_wrapper video {
    width: 100% !important;
    height: 100% !important;
}
