* {
    outline: 0
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #272136;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #c0c0c0
}

img {
    max-width: 100%
}

a {
    color: #e6e6e6;
    text-decoration: none
}

a:hover,
a.active {
    color: #f8de32;
    text-decoration: underline
}

.accent {
    color: #f8de32
}

h1,
h2,
h3 {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #c0c0c0
}

.button {
    height: 30px;
    padding: 0 10px;
    display: inline-block;
    background: 0 0;
    border: 1px solid #574c78;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
    color: #e6e6e6;
    text-align: center;
    line-height: 28px;
    cursor: pointer
}

.button-accent {
    border-color: #f8de32;
    background: #f8de32;
    color: #574c78
}

.button-accent:hover {
    color: #574c78;
    text-decoration: underline
}

.input-text,
.input-textarea {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 0;
    border-radius: 3px;
    background: #c0c0c0;
    box-sizing: border-box
}

.input-textarea {
    height: auto;
    resize: vertical;
    padding: 10px
}

.title {
    margin: 20px 0
}

.title h1,
.title h2,
.title h3 {
    margin: 0;
    float: left
}

.sort {
    float: right
}

.sort ul {
    margin: 0;
    padding: 0;
    line-height: 30px
}

.sort li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.sort .active a {
    color: #f8de32;
    text-decoration: underline
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box
}

.clearfix::after,
.container::after,
.thumbs::after,
.title::after {
    content: "";
    display: table;
    clear: both
}

.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mgt {
    margin-top: 20px !important
}

.mgb {
    margin-bottom: 20px !important
}

.network {
    padding: 10px 0;
    font-size: 13px
}

.network ul {
    margin: 0;
    padding: 0
}

.network li {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.network a {
    color: #c0c0c0
}

.header {
    height: 58px;
    background: #272136;
    border-top: 1px solid #574c78
}

.header .container {
    position: relative
}

.logo {
    height: 26px;
    margin: 16px 0;
    float: left
}

.navbar-toggle {
    height: 38px;
    margin: 10px 0;
    display: none;
    float: right;
    font-size: 24px;
    color: #e6e6e6;
    line-height: 38px;
    cursor: pointer
}

.navbar-clearfix::after {
    content: "";
    clear: both;
    display: none
}

.navbar {
    height: 38px;
    margin: 10px 0;
    float: right;
    line-height: 38px
}

.navbar ul {
    margin: 0;
    padding: 0;
    float: left
}

.navbar li {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.navbar li a {
    display: block
}

.search {
    position: relative;
    float: right
}

.search-input {
    width: 150px;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    background: #e6e6e6;
    color: #574c78
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    border: 0;
    border-radius: 3px;
    background: 0 0;
    cursor: pointer;
    font-size: 20px
}

.thumbs {
    margin: 0 -5px
}

.th {
    position: relative;
    width: calc(100%/4 - 10px);
    margin: 0 5px 5px;
    float: left
}

.th-image {
    position: relative;
    padding: 75% 0 0
}

.th-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.th-category,
.th-title,
.th-tags {
    width: 100%;
    height: 24px;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px
}

.th-title {
    padding: 0
}

.th-amount {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 24px;
    font-size: 14px;
    color: #c0c0c0;
    line-height: 24px
}

.th-date,
.th-source {
    width: 50%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #c0c0c0
}

.th-source {
    float: right;
    text-align: right
}

.th-source a {
    color: #c0c0c0
}

.th-source a:hover {
    color: #f8de32
}

.th-tags {
    font-size: 14px
}

.th-duration,
.th-views {
    position: absolute;
    padding: 2px 6px;
    background: rgba(15, 18, 20, .9);
    border-radius: 3px;
    font-size: 12px
}

.th-duration {
    bottom: 2px;
    left: 2px
}

.th-views {
    right: 2px;
    bottom: 2px
}

.th-duration i,
.th-views i {
    margin-right: 2px
}

.categories {
    margin: 30px 0
}

.categories ul {
    margin: 20px 0 0;
    padding: 0;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -o-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    -o-column-gap: 2%;
    column-gap: 2%
}

.categories li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-bottom: 1px dashed #272136;
    font-size: 14px
}

.categories .categories-letter {
    padding: 8px 0;
    color: #f8de32;
    font-size: 16px
}

.categories a {
    padding: 8px 0;
    display: block
}

.categories a span {
    float: right;
    color: #c0c0c0
}

.categories a:hover,
.categories a:hover span {
    color: #f8de32
}

.tags {
    margin: 30px 0;
    text-align: left
}

.tags ul {
    margin: 20px 0;
    padding: 0
}

.tags li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top
}

.tags a {
    margin: 0 2px 6px;
    padding: 0 10px;
    display: block;
    background: #272136;
    border-radius: 2px;
    line-height: 30px
}

.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-tags {
    margin: 20px 0;
    font-size: 14px
}

.related-tags a {
    color: #f8de32
}

.paginator {
    margin: 30px 0 25px;
    padding: 0;
    text-align: center
}

.paginator li {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    display: inline-block
}

.paginator .button {
    height: 38px;
    padding: 0 20px;
    line-height: 38px
}

.paginator .active .button {
    border-color: #f8de32;
    background: #f8de32;
    color: #574c78;
    font-weight: 700;
    cursor: default
}

.paginator .active .button:hover {
    text-decoration: none
}

.video-section {
    margin: 0 0 30px;
    font-size: 14px
}

.video-container {
    width: calc(100% - 310px);
    float: left
}

.video-player {
    position: relative;
    padding: 56.25% 0 0
}

.video-player-code,
.video-player iframe,
.video-player>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.video-action {
    margin: 20px 0 0;
    color: #e6e6e6
}

.video-rating {
    float: left
}

.video-stats {
    float: right
}

.video-rating a:hover {
    text-decoration: none;
    color: #f8de32
}

.video-rating .button-accent:hover {
    color: #574c78;
    text-decoration: underline
}

.video-rating i {
    margin: -3px 0 0;
    font-size: 24px;
    vertical-align: middle
}

.video-rating-stats {
    margin: 0 0 0 10px;
    display: inline-block;
    line-height: 30px
}

.video-stats {
    margin: 0;
    padding: 0;
    line-height: 30px
}

.video-stats li {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    display: inline-block
}

.video-stats li a.accent:hover {
    text-decoration: none;
    color: #e6e6e6
}

.video-stats .la {
    font-size: 20px;
    vertical-align: middle
}

.video-description {
    line-height: 1.2rem
}

.video-container .tags {
    margin: 0
}

.video-container .tags ul {
    margin: 10px 0 0
}

.video-ads {
    width: 300px;
    float: right
}

.comment-form h3 {
    margin: 10px 0
}

.comment-field {
    position: relative
}

.comment-buttons {
    padding-top: 10px
}

.comments {
    margin: 10px 0 0;
    border-top: 1px solid #574c78
}

.comment {
    padding: 10px 0 0;
    border-bottom: 1px solid #574c78
}

.comment-body {
    padding: 10px 0;
    color: #e6e6e6
}

.show-more {
    margin: 30px 0;
    text-align: center
}

.show-more .button {
    height: 54px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 54px
}

.bottom-ads {
    height: 250px;
    margin: 30px 0;
    text-align: center;
    overflow: hidden
}

.bottom-ads .ad {
    display: inline-block
}

.bottom-text {
    margin: 20px 0;
    font-style: italic
}

.footer {
    background: #272136;
    font-size: 14px;
    text-align: center
}

.footer-nav {
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase
}

.footer-nav li {
    margin: 0 5px;
    padding: 5px 0;
    display: inline-block;
    list-style: none
}

.footer-disclaimer {
    padding: 15px 0;
    border-top: 1px solid #574c78
}

.dropdown-container {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    background: rgba(15, 18, 20, .9);
    box-sizing: border-box;
    display: none
}

.dropdown-toggle:hover .dropdown-container {
    display: block
}

.thumbs-dropdown .th {
    width: calc(100%/7 - 10px)
}

.thumbs-dropdown .th-category {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    background: rgba(15, 18, 20, .7);
    font-size: 14px;
    text-align: center
}