html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: #1d1c24;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.5rem;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #ffce00;
    text-decoration: underline;
}
.text-accent {
    color: #ffce00;
}
.text-basic {
    color: #fff;
}
h1,
h2,
h3 {
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #4a4950;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #fff;
}
.title {
    margin: 10px 0;
    border-bottom: 1px solid #4a4950;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.title h1,
.title h2,
.title h3 {
    margin: 0 auto 0 0;
    border: 0;
    line-height: 30px;
}
.sort {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
}
.sort .input-select {
    min-width: 100px;
    height: 32px;
    margin: 0 0 0 1px;
}
.container-fluid {
    max-width: 1310px;
    margin: 0 auto;
    padding-right: 5px;
    padding-left: 5px;
}
.input-text {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    color: #1d1c24;
}
.input-textarea {
    height: auto;
    resize: vertical;
    padding: 10px 10px;
}
.input-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 3px;
    background: #26242f url(../images/select-darr.png) no-repeat right;
    box-sizing: border-box;
    color: #ffce00;
}
.btn {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
    background: #ffce00;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.btn-secondary {
    border: 1px solid #3d4246;
    background: transparent;
    line-height: 30px;
}
.btn-secondary:hover {
    border-color: #ffce00;
}
.btn-light {
    background: #26242f;
}
.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.main {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.header,
.footer {
    background: #26242f;
}
.header .container-fluid,
.footer .container-fluid {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header .container-fluid {
    padding-top: 18px;
    padding-bottom: 18px;
}
.logo {
    position: relative;
    min-width: 179px;
    height: 40px;
}
.logo img {
    position: absolute;
    top: -7px;
    left: 0;
}
.togglers {
    display: -webkit-box;
    display: flex;
    -webkit-box-ordinal-group: 3;
    order: 2;
    font-size: 24px;
}
.togglers span {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}
.togglers span:last-child {
    margin: 0 0 0 10px;
}
.togglers .toggle-nav {
    display: none;
}
.nav {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    -webkit-box-align: center;
    align-items: center;
}
.nav a {
    font-size: 16px;
}
.nav li.active a,
.nav a:hover {
    color: #ffce00;
    text-decoration: none;
}
.language {
    margin: 0 0 0 20px;
    white-space: nowrap;
    text-align: center;
}
.language .dropdown > a .flag-icon {
    min-height: 24px;
    margin: 0 auto;
    display: block;
}
.menu {
    margin: 0;
    padding: 0;
}
.menu li {
    margin: 0 0 0 20px;
    display: inline-block;
    text-align: center;
}
.menu .la {
    display: block;
    font-size: 24px;
}
.dropdown {
    position: relative;
}
.dropdown .la-angle-down {
    margin-left: 10px;
}
.dropdown-container {
    position: absolute;
    right: 0;
    margin-top: 5px;
    background: #26242f;
    z-index: 2;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    display: none;
    color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-container li {
    margin: 10px;
    display: block;
}
.dropdown-container a {
    color: #fff;
}
.dropdown-container a:hover {
    color: inherit;
    text-decoration: underline;
}
.search {
    margin: 0 0 0 20px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.search-form {
    position: relative;
}
.search-input {
    height: 40px;
    padding: 0 51px 0 15px;
}
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 24px;
    color: #1d1c24;
}
.search-button:hover {
    color: #1d1c24;
    opacity: 0.9;
}
.thumbs {
    margin: 0 -5px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.th {
    width: calc(25% - 10px);
    margin: 0 5px 10px 5px;
    display: block;
    background: #26242f;
}
.th:hover {
    text-decoration: none;
}
.th-image {
    position: relative;
    padding: 62.5% 0 0 0;
}
.th-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.th-duration,
.th-rating {
    position: absolute;
    left: 1px;
    bottom: 1px;
    height: 24px;
    padding: 0 5px;
    display: block;
    background: rgba(26, 30, 33, 0.9);
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    white-space: nowrap;
}
.th-rating {
    left: auto;
    right: 1px;
}
.th-views {
    font-size: 14px;
    font-weight: normal;
    color: #a0a0a0;
}
.th-duration .la,
.th-rating .la {
    margin: -2px 2px 0 0;
    vertical-align: middle;
    font-size: 18px;
}
.th-title,
.th-description {
    position: relative;
    width: 100%;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 24px;
}
.th-title {
    height: 28px;
    margin-top: 4px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    color: #ffce00;
    line-height: 24px;
}
.th-description {
    margin-bottom: 2px;
    text-align: left;
}
.th-info {
    padding: 0 5px 2px 5px;
    display: -webkit-box;
    display: flex;
    color: #a0a0a0;
}
.th-info .la {
    font-size: 24px;
    color: #ffce00;
    vertical-align: top;
}
.th-date {
    margin-right: auto;
}
.categories {
    margin: 30px 0;
}
.categories ul {
    margin: 20px 0 0 0;
    padding: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
}
.categories li {
    width: 100%;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
}
.categories li:nth-child(even) {
    background: #26242f;
}
.categories .categories-letter {
    margin: 0;
    padding: 5px 10px;
}
.categories a {
    padding: 5px 0;
    display: -webkit-box;
    display: flex;
}
.categories a span {
    margin-left: auto;
    color: #a0a0a0;
}
.categories a:hover,
.categories a:hover span {
    color: #ffce00;
}
.tags {
    margin: 30px 0;
    text-align: left;
}
.tags ul {
    margin: 20px 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tags li {
    margin: 0 4px 4px 0;
    padding: 0;
}
.tags a {
    padding: 0 15px;
    display: block;
    background-color: #26242f;
    border-radius: 3px;
    line-height: 40px;
}
.tags a:hover {
    background-color: #ffce00;
    color: #1d1c24;
    text-decoration: none;
}
.size-1 {
    font-size: 12px;
}
.size-2 {
    font-size: 16px;
}
.size-3 {
    font-size: 20px;
}
.size-4 {
    font-size: 24px;
}
.size-5 {
    font-size: 28px;
}
.related {
    margin: 0 0 10px 0;
}
.related a {
    display: inline-block;
    padding: 2px 7px;
    background: #26242f;
    border-radius: 3px;
    color: #ffce00;
}
.paginator {
    margin: 30px 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.paginator li {
    min-width: 50px;
    height: 50px;
    margin: 2px;
    text-align: center;
    line-height: 50px;
}
.paginator a {
    display: block;
    background: #26242f;
    border-radius: 3px;
}
.paginator .active a {
    background: #ffce00;
    color: #1d1c24;
}
.paginator .la {
    font-size: 18px;
}
.video-wrapper {
    width: 100%;
    margin-top: 18px;
    display: -webkit-box;
    display: flex;
}
.video-wrapper h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #3d4246;
}
.video-container {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.video-player {
    position: relative;
    padding: 56.25% 0 0 0;
}
.video-player iframe,
.video-player .player-code {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.video-block {
    width: 100%;
    margin: 10px 0;
}
.video-actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.video-rating {
    margin: 0 auto 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.video-rating .btn {
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.video-rating a:hover {
    text-decoration: none;
}
.video-rating i {
    margin: -3px 0 0 0;
    font-size: 24px;
    vertical-align: middle;
}
.video-rating .la-thumbs-up {
    color: #78b808;
}
.video-rating .la-thumbs-down {
    color: #f23733;
}
.video-rating-stats {
    margin: 0 10px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.video-rating-line {
    width: 100%;
    height: 3px;
    background: #f23733;
}
.video-rating-line span {
    height: 3px;
    display: block;
    background: #78b808;
}
.video-stats {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-wrap: wrap;
}
.video-stats li {
    margin: 0 0 0 20px;
    padding: 0;
}
.video-stats .dl-link {
    margin-left: auto;
}
.video-stats .la {
    font-size: 20px;
    vertical-align: middle;
    color: #ffce00;
}
.video-links p,
.video-description p {
    margin: 10px 0;
}
.video-links a,
.video-stats a {
    color: #ffce00;
}
.video-links p {
    color: #a0a0a0;
}
.video-aside {
    min-width: 300px;
    margin: 0 0 0 10px;
    text-align: center;
}
.bottom-info {
    margin: 30px auto;
}
.bottom-blocks {
    width: 100%;
    height: 250px;
    margin: 30px 0;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bottom-blocks .block {
    margin: 0 5px;
}
.footer {
    padding: 20px 0 0 0;
}
.disclaimer {
    margin-left: 20px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.footer-bottom {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    border-top: 1px solid #475457;
}
.copyright {
    margin-right: auto;
}
.footer-menu {
    margin-left: auto;
}
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 3;
}
.video-overlay .box {
    width: 300px;
    height: 250px;
    overflow: hidden;
}
.video-overlay-close {
    margin: 5px 0 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.video-overlay iframe {
    position: static !important;
}

.th-livewatch {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 18px;
    padding: 0 5px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-size: 11px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    white-space: nowrap;
}

.th-livehd {
    position: absolute;
    right: 100px;
    bottom: 0;
    height: 18px;
    padding: 0 5px;
    display: block;
    background: rgba(255, 77, 73, 0.9);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.th-liveusername {
    position: absolute;
    left: 3px;
    top: 3px;
    height: 16px;
    padding: 0 5px;
    display: block;
    background: rgba(0, 110, 0, 0.9);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

.th-livesign {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 16px;
    padding: 0 5px;
    display: block;
    background: rgb(222, 38, 0);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

.cams {
    margin: 10px 0 10px 0;
    padding: 0 0 0 50px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 4px;
}

.cams h3 {
    text-align: center;
    color: #363636;
}

.tpustop {
    margin: 5px 0;
    text-transform: capitalize;
}

.tpustop ul {
    margin: 1px 0 0 0;
    padding: 0;
    -moz-column-count: 6;
    column-count: 6;
    -moz-column-gap: 2%;
    column-gap: 2%;
}

.tpustop li {
    width: 100%;
    margin: 0;
    padding: 0 3px;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
}

.tpustop .tpustop-letter {
    margin: 0;
    padding: 0;
}

.tpustop-letter strong {
    width: 34px;
    height: 34px;
    display: inline-block;
    background-color: #fbba34;
    border-radius: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.tpustop a {
    padding: 3px 10px;
    display: block;
}

.tpustop a span {
    color: #333;
}

.tpustop a:hover {
    color: #ffce00;
}

.tpustop a:hover span {
    color: #ffce00;
}

.tpustop-sites a {
    padding: 3px 0;
}

.tpustop-sites .la {
    margin-right: 3px;
    color: #ffce00;
}

.tpustop-sites a:hover .la {
    color: #ffce00;
}

.ave-pl {
    padding-top: 8px;
    padding-bottom: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    width: 100%;
}
.ave {
    margin: 3px 1px 1px 1px;
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 250px;
    padding: 1px;
    overflow: hidden;
}
.ave-2,
.ave-3,
.ave-4 {
    display: none;
}

@media all and (min-width: 648px) {
    .ave-2 {
        display: inline-block;
    }
}

@media all and (min-width: 992px) {
    .ave-3 {
        display: inline-block;
    }
}

@media all and (min-width: 1316px) {
    .ave-4 {
        display: inline-block;
    }
}
