* {
  outline: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #10161a;
  background-image: url(../images/bg.jpg);
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #a0a0a0;
}

img {
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover, a.active {
  color: #fc218c;
  text-decoration: underline;
}
.accent {
  color: #fc218c;
}
h1, h2, h3 {
  margin: 20px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
.button {
  height: 30px;
  padding: 0 10px;
  display: inline-block;
  background: transparent;
  border: 1px solid #313b41;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.button-accent {
  border-color: #fc218c;
  background: #fc218c;
  color: #040b20;
}
.button-accent:hover {
  color: #040b20;
  text-decoration: underline;
}
.input-text, .input-textarea {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  background: #fbf9f7;
  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;
  font-size: 18px;
}
.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: #fc218c;
  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: #a0a0a0;
}
.header {
  height: 58px;
  background: #313b41;
  border-top: 1px solid #313b41;
}
.header .container {
  position: relative;
}
.logo {
  height: 40px;
  margin: 9px 0;
  float: left;
}
.navbar-toggle {
  height: 38px;
  margin: 10px 0;
  display: none;
  float: right;
  font-size: 24px;
  color: #fff;
  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 8px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.navbar li a {
  display: block;
  font-size: 15px;
}
.search {
  position: relative;
  float: right;
}
.search-input {
  width: 150px;
  height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  background: #fff;
  color: #333;
}
.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: #a0a0a0;
  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: #a0a0a0;
}
.th-source {
  float: right;
  text-align: right;
}
.th-source a {
  color: #a0a0a0;
}
.th-source a:hover {
  color: #fc218c;
}
.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;
	z-index:89
}
.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 #313b41;
    font-size: 14px
}
.categories .categories-letter {
  padding: 8px 0;
  color: #fc218c;
  font-size: 16px;
}
.categories a {
	padding: 8px 0;
  display: block;
}
.categories a span {
  float: right;
  color: #a0a0a0;
}
.categories a:hover, .categories a:hover span {
	color: #fc218c;
}
.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: #313b41;
  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: #fc218c;
}
.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: #fc218c;
  background: #fc218c;
  color: #040b20;
  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: #fff;
}
.video-rating {
  float: left;
}
.video-stats {
  float: right;
}
.video-rating a:hover {
  text-decoration: none;
  color: #f00;
}
.video-rating .button-accent:hover {
  color: #040b20;
  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: #fff;
}
.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 0;
  border-top: 1px solid #313b41;
}
.comment {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #313b41;
}
.comment-body {
  padding: 10px 0;
  color: #fff;
}
.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: #313b41;
  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 #313b41;
}

.list {
  padding: 30px 10px;
  width: 50%;
  font-size: 14px
}

.dropdown-container {
    position: absolute;
    z-index: 99;
    padding: 5px;
    background: #313b41;
    box-sizing: border-box;
    display: none
}
.dropdown-container-th {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 10px;
    background: #313b41;
    box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

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

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

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

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

.thumbs-dropdown .th-category {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  background: #10161a;
  font-size: 14px;
  text-align: center;
}