html {
  background: #fff;
}

body {
  /*color: #fff;*/
  color: #000;
  background: #fff;
}

a {
  color: #8B0000;
}

a:hover {
  color: #fff;
}

.search input[type=text]::-webkit-input-placeholder,
.textfield::-webkit-input-placeholder {
  color: #000;
  text-indent: 0px;
  -webkit-transition: text-indent 0.1s ease;
  transition: text-indent 0.1s ease;
}

.search input[type=text]::-moz-placeholder,
.textfield::-moz-placeholder {
  color: #000;
  text-indent: 0px;
  -webkit-transition: text-indent 0.1s ease;
  transition: text-indent 0.1s ease;
}

.search input[type=text]:-moz-placeholder,
.textfield:-moz-placeholder {
  color: #000;
  text-indent: 0px;
  -webkit-transition: text-indent 0.1s ease;
  transition: text-indent 0.1s ease;
}

.search input[type=text]:-ms-input-placeholder,
.textfield:-ms-input-placeholder {
  color: #000;
  text-indent: 0px;
  -webkit-transition: text-indent 0.1s ease;
  transition: text-indent 0.1s ease;
}

.textfield::-webkit-input-placeholder {
  color: #000;
}

.textfield::-moz-placeholder {
  color: #000;
}

.textfield:-moz-placeholder {
  color: #000;
}

.textfield:-ms-input-placeholder {
  color: #000;
}

.header-top {
  background: #232323;
}

.logo a {
  background: url(../images/logo-light-orange.png) no-repeat;
}

.search .form-field {
  background: #fff;
  color: #000;
}

.search-submit button {
  background: #eaa813;
  color: #000;
}

.search-submit button:hover {
  color: #fff;
}

.header-menu {
  background: #000000;
  position: relative;
}

.header-menu * {
  position: relative;
  z-index: 2;
}

.header-menu:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 50%;
  background: #1a1a1a;
  pointer-events: none;
}

.header-menu a {
  color: #fff;
}

.header-menu a:hover, .header-menu a.active {
  background: #fbb620;
  color: #000;
}

.title {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.cats-title {
  font-weight: 700;
  color: #fff;
  background: #000;
}

.cats-slider {
  background: #fff;
  border-bottom: 1px solid #7f7f7f;
}

.cats-slider .swiper-button {
  background: #000;
  color: #fff;
}

.cats-slider .swiper-button:hover {
  background: #fbb620;
  color: #000;
}

.cats-slider a {
  background: #000;
}

.cats-slider a:hover img {
  opacity: .7;
}

.cats-slider a:hover .cats-title {
  background: #fbb620;
  color: #000;
  font-weight: 700;
}

.sort a, .sort span {
  color: #fff;
  background: #000;
  font-weight: 700;
}

.sort span,
.sort a:hover {
  background: #fbb620;
  color: #000;
}

.thumb {
  border: 1px solid #fff;
  background: #e5e5e5;
}

.thumb-play {
  color: #fbb620;
  text-shadow: 1px 1px 5px #a7a7a7;
}

.thumb:hover {
  box-shadow: 0 0 0 5px  #000;
  border: 1px solid #000;
  background: #000;
}

.thumb:hover .thumb-play {
  opacity: 1;
}

.thumb:hover .thumb-title,
.thumb:hover .thumb-label {
  color: #fff;
}

.thumb:hover .thumb-rating {
  color: #34ab10;
}

.thumb:hover .thumb-label:after {
  background: #fff;
}

.thumb-title {
  color: #000;
}

.thumb-label {
  color: #6b7078;
}

@media screen and (min-width: 1024px) {
  .thumb-label:after {
    background: #6b7078;
  }
}

.thumb-rating {
  color: #34ab10;
}

.pagination a, .pagination span {
  border: 1px solid #fff;
  background: #000;
  color: #fff;
}

.pagination span,
.pagination a:hover {
  background: #fbb620;
  border: 1px solid #fbb620;
  color: #000;
}

.footer {
  color: #fff;
  background: url(../images/bg-orange-footer.png);
}

.footer a {
  color: #fbb620;
}

.footer-logo_holder a {
  background: url(../images/logo-light-orange.png) no-repeat;
}

.media-info {
  color: #9ba2b1;
  background: #000;
}

.media-info:before {
  background: #fff;
}

.vote-button {
  color: #9ba2b1;
}

.vote:after {
  background: #3a4152;
}

.vote-like:hover {
  color: #34ab10;
}

.vote-dislike:hover {
  color: #e30000;
}

.vote-progress-num {
  color: #34ab10;
}

.vote-progress-line {
  background-color: #e20000;
}

.vote-progress-bar {
  background: #34ab10;
}

.media-values {
  color: #9aa1b0;
}

.media-values:after {
  background: #3a4152;
}

.media-info-buttons a {
  color: #20232c;
  background: #9ba2b1;
}

.media-info-buttons a:hover,
.media-info-buttons a.open {
  background: #fbb620;
  color: #fff;
}

.media-desc {
  border: 1px solid #d3d3d4;
  color: #000;
  background: #e5e5e5;
}

.media-lists {
  border: 1px solid #d3d3d4;
  border-width: 1px 0;
}

.media-list a,
.more {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.media-list a:hover,
.more:hover {
  background: #fbb620;
  border: 1px solid #fbb620;
  color: #000;
}

.comments-title {
  color: #000;
}

.btn {
  background: #000;
  color: #fff;
}

.btn:hover {
  background: #fbb620;
  color: #fff;
}

.comment {
  border-top: 1px solid #d3d3d4;
}

.comment-name {
  color: #fbb620;
}

.comment-date {
  color: #363941;
}

.thumbs-similar .thumbs .thumb-label:after {
  display: none;
}

.thumb-categories-img {
  background: #000;
}

.thumb-categories-title {
  border: 1px solid #e5e5e5;
  color: #000;
  background: #e5e5e5;
}

.thumb-categories:hover {
  background: #fbb620;
}

.thumb-categories:hover .thumb-categories-title {
  border: 1px solid #fbb620;
  background: #fbb620;
  color: #000;
}

.tags-title {
  color: #fbb620;
}

.tags-list a {
  color: #a4a7ae;
}

.tags-list a:hover {
  background: #fbb620;
  color: #fff;
}

.no-avatar {
    background: #ccc;
    color: #000;
}

.float-label{
  background:#fbb620;
  color:#fff;
}

.footer-menu a:hover{
  color:#fff;
}

.plain-text{
  color:#000;
}

.no-player .message, .no-player .btn-play{
  color:#000;
}