html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #1a1a1a url('../bg.png');
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a0a0a0;
}
img {
  max-width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ff792c;
  text-decoration: underline;
}
.accent {
  color: #24cec2;
}
h1, h2, h3 {
  margin: 10px 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.title h1, .title h2, .title h3 {
  float: left;
}
.sort {
  margin: 10px 0;
  float: right;
  font-size: 15px;
  line-height: 30px;
}
.sort ul {
  margin: 0;
  padding: 0;
}
.sort li {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.sort a {
  color: #ff792c;
}
.sort li.active a {
  text-decoration: underline;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}
.clearfix::after, .container::after, .title::after, .thumbs::after {
  content: '';
  display: table;
  clear: both;
}
.input-text, .input-textarea {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  color: #272727;
}
.input-textarea {
  height: auto;
  resize: vertical;
  padding: 10px 10px;
}
.button {
  height: 36px;
  padding: 0 20px;
  display: inline-block;
  border: 0;
  border-radius: 3px;
  background-color: #ff792c;
  color: #fff;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
}
.button-accent {
  background-color: #24cec2;
}
.button-dark {
  background-color: #272727;
}
.button:hover {
  color: #fff;
  opacity: 0.9;
}
.text-muted {
  color: #a0a0a0;
}
.text-white {
  color: #fff;
}
.top {
  padding: 12px 0;
  font-size: 12px;
}
.top ul {
  margin: 0;
  padding: 0;
}
.top li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.top a {
  color: #a0a0a0;
  text-transform: uppercase;
}
.header {
  position: relative;
  padding: 8px 0;
  background-color: #262626;
}
.search-toggle, .nav-toggle {
  position: absolute;
  top: 8px;
  padding: 0;
  display: none;
}
.search-toggle i, .nav-toggle i {
  padding: 0 10px;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
.search-toggle {
  left: 0;
}
.nav-toggle {
  right: 0;
}
.logo {
  height: 36px;
  float: left;
}
.logo img {
  margin: 0;
  display: block;
}
.search {
  position: relative;
  width: 200px;
  float: right;
}
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  display: block;
  border: 0;
  border-radius: 3px;
  background: #24cec2;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.nav {
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 16px;
  line-height: 36px;
  text-align: right;
  overflow: hidden;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav li {
  margin: 0 8px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.thumbs {
  margin: 0 -5px;
}
.th {
  position: relative;
  width: calc(100% / 5 - 20px);
  margin: 0 15px 15px 0px;
  float: left;
}
.th-preview {
  position: relative;
  padding: 75% 0 0 0;
}
.th-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.th-category, .th-description {
  width: 100%;
  height: 20px;
  margin: 4px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
}
.th-description {
  font-size: 14px;
}
.th:hover .th-category a, .th:hover .th-description a {
  color: #ff792c;
  text-decoration: underline;
}
.th:hover .th-category, .th:hover .th-description {
  color: #ff792c;
}
.th-data span {
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.th-rating {
  color: #199e29;
}
.th-data i.la {
  font-size: 20px;
  vertical-align: top;
}
.th-duration, .th-hd {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 20px;
  margin: 0 !important;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 12px !important;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
}
.th-hd {
  width: 30px;
  right: 3px;
  left: auto;
  background: rgba(255, 0, 0, 0.75)
}
.paginator {
  margin: 30px 0;
  padding: 0;
  font-size: 15px;
  text-align: center;
}
.paginator li {
  min-width: 36px;
  height: 36px;
  margin: 0 2px 6px 2px;
  list-style: none;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
}
.paginator a {
  display: block;
  line-height: 36px;
}
.paginator .active {
  background: #ff792c;
  color: #fff;
}
.paginator .active a {
  color: #fff !important;
}
.categories {
  margin: 30px 0;
}
.categories ul {
  margin: 20px 0 0 0;
  padding: 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
	-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 solid #313131;
}
.categories .categories-letter {
  padding: 8px 0;
  color: #fff;
}
.categories a {
	padding: 8px 0;
  display: block;
  color: #a0a0a0;
}
.categories a span {
  float: right;
}
.categories a:hover, .categories a:hover span {
	color: #ff792c;
}
.tags {
  margin: 30px 0;
  text-align: center;
}
.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;
  border: 1px solid #313131;
  color: #a0a0a0;
  line-height: 30px;
}
.tags a:hover {
  color: #ff792c;
}
.size-1 {
  font-size: 12px;
}
.size-2 {
  font-size: 15px;
}
.size-3 {
  font-size: 18px;
}
.size-4 {
  font-size: 20px;
}
.size-5 {
  font-size: 22px;
}
.video-section {
  margin: 0 0 30px 0;
}
.video-container {
  width: calc(100% - 310px);
  float: left;
}
.video-player {
  position: relative;
  padding: 56.25% 0 0 0;
}
.video-player-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-action {
  margin: 20px 0;
}
.video-rating {
  float: left;
}
.video-stats {
  float: right;
}
.video-rating a:hover {
  text-decoration: none;
}
.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: 40px;
}
.video-stats {
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.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-tags a {
  color: #ff792c;
}
.video-ads {
  width: 300px;
  float: right;
}
.comment-form h3 {
  font-size: 18px;
  text-align: left;
}
.comment-field {
  position: relative;
}
.comment-buttons {
  padding-top: 10px;
}
.comments {
  margin: 10px 0 0 0;
  border-top: 1px solid #313131;
}
.comment {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #313131;
}
.comment-body {
  padding: 10px 0;
  color: #fff;
}
.show-more {
  margin: 20px 0 30px 0;
  text-align: center;
}
.show-more .button {
  height: 54px;
  padding: 0 40px;
  font-size: 15px;
  line-height: 54px;
}
.footer {
  margin: 0;
  padding: 25px 0 10px 0;
  background-color: #262626;
  text-align: center;
}
.footer-nav {
  margin: 5px 0;
  padding: 0;
}
.footer-nav li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer-left {
  float: left;
  text-align: left;
}
.footer-right {
  float: right;
  text-align: right;
}
  .search2 {
  width: 95%;
  position: relative;
}

.search2 input {
  border: none;
}

.search2 .input {
  width: 100%;
  padding: 8px 37px 9px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 20px;
  background: #EEE;
  font: 13px Tahoma, Arial, sans-serif;
  color: #555;
  outline: none;
}

.search2 .input:focus {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
  background: #E8E8E8;
  color: #333;
}

.search2 .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 100%;
  cursor: pointer;
  background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;
  opacity: 0.5;
}

.search2 .submit:hover {
  opacity: 0.8;
}

input[type="search2"] {
  -webkit-appearance: none;
}
