html {
  background: #020505;
}

body {
  color: #fff;
  background: #020505;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

.search input[type=text]::-webkit-input-placeholder,
.textfield::-webkit-input-placeholder {
  color: #121315;
  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: #121315;
  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: #121315;
  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: #121315;
  text-indent: 0px;
  -webkit-transition: text-indent 0.1s ease;
  transition: text-indent 0.1s ease;
}

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

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

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

.search-submit button:hover {
  background: #3cb0e6;
}

.header-menu {
  background: #22272f;
}

.header-menu a {
  color: #8a94a9;
}

.header-menu a:hover, .header-menu a.active {
  background: #44b1e5;
  color: #fff;
}

.title {
  color: #fff;
}

.cats-title {
  background: rgba(0, 0, 0, 0.8);
}

.cats-slider {
  background: #090a0b;
  border-bottom: 1px solid #1c2025;
}

.cats-slider .swiper-button {
  background: #292c35;
}

.cats-slider .swiper-button:hover {
  background: #3eafe5;
}

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

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

.cats-slider a:hover .cats-title {
  background: #3eafe5;
}

.sort a, .sort span {
  border: 1px solid #292c35;
  color: #61666d;
}

.sort a:hover {
  background: #292c35;
  color: #61666d;
}

.sort span {
  background: #3cb0e6;
  color: #fff;
}

.thumb {
  border: 1px solid #252832;
}

.thumb-play {
  color: #000;
}

.thumb:hover {
  background: #252832;
}

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

.thumb:hover .thumb-rating {
  color: #678e12;
}

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

.thumb-title {
  color: #ffffff;
}

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

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

.thumb-rating {
  color: #678e12;
}

.pagination a, .pagination span {
  border: 1px solid #292c35;
  color: #61666d;
}

.pagination a:hover {
  background: #292c35;
  color: #61666d;
}

.pagination span {
  background: #3cb0e6;
  color: #fff;
}

.footer {
  color: #565d67;
}

.footer a {
  color: #4288aa;
}

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

.media-info {
  color: #9ba2b1;
  background: url(../images/pattern.jpg);
}

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

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

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

.vote-like:hover {
  color: #85c100;
}

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

.vote-progress-num {
  color: #84c004;
}

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

.vote-progress-bar {
  background: #84c004;
}

.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: #3cb0e6;
  color: #fff;
}

.media-desc {
  border: 1px solid #292c35;
  color: #9aa1b0;
}

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

.media-list a,
.more {
  border: 1px solid #292c35;
  color: #61666d;
}

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

.comments-title {
  color: #8c92a0;
}

.btn {
  background: #292c35;
  color: #61666d;
}

.btn:hover {
  background: #3cb0e6;
  color: #fff;
}

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

.comment-name {
  color: #3eafe5;
}

.comment-date {
  color: #363941;
}

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

.thumb-categories-title {
  border: 1px solid #292c35;
  color: #fff;
}

.thumb-categories:hover {
  background: #3cb0e6;
}

.thumb-categories:hover .thumb-categories-title {
  border: 1px solid #3cb0e6;
}

.tags-title {
  color: #3eafe5;
}

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

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

.no-avatar {
    background: #161921;
    color: #fff;
}

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

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