* {
  outline: 0;
}

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

body {
  background: #221e16;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #adb9ba;
}

img {
  max-width: 100%;
}

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

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

.accent {
  color: #c7922c;
}

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

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

.button-accent {
  border-color: #c7922c;
  background: #c7922c;
  color: #000;
}

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

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

.input-textarea {
  height: auto;
  resize: vertical;
  padding: 10px 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: #c7922c;
  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: #adb9ba;
}

.header {
  height: 58px;
  background: #352f22;
  border-top: 1px solid #acc7ca;
}

.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: #adb9ba;
  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: #adb9ba;
  color: #000000;
}

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

.thumbs {
  margin: 0 -5px;
}

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

.th-image {
  position: relative;
  padding: 75% 0 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: #adb9ba;
  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: #adb9ba;
}

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

.th-source a {
  color: #adb9ba;
}

.th-source a:hover {
  color: #c7922c;
}

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

.th-duration, .th-views {
  position: absolute;
  padding: 2px 6px;
  background: rgba(34, 30, 22, 0.9);
  border-radius: 3px;
  font-size: 14px;
  /*  z-index: 99; */
}

.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 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 #352f22;
  font-size: 14px;
}

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

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

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

.categories a:hover, .categories a:hover span {
  color: #c7922c;
}

.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 2px;
  padding: 0 10px;
  display: block;
  background: #352f22;
  border-radius: 2px;
  line-height: 30px;
}

.size-1 {
  font-size: 14px;
}

.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: #c7922c;
}

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

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

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

.paginator .active .button {
  border-color: #c7922c;
  background: #c7922c;
  color: #000;
  font-weight: bold;
  cursor: default;
}

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

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

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

.video-player {
  position: relative;
  padding: 56.25% 0 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 0;
  color: #adb9ba;
}

.video-rating {
  float: left;
}

.video-stats {
  float: right;
}

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

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

.video-rating i {
  margin: -3px 0 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: #adb9ba;
}

.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 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 #acc7ca;
}

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

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

.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: #352f22;
  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 #acc7ca;
}

.dropdown-container {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  background: rgba(34, 30, 22, 0.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(34, 30, 22, 0.7);
  font-size: 14px;
  text-align: center;
}