body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

img, object, embed {
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: '';
}

a * {
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

b, strong {
  font-weight: bold;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  overflow: visible;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button,
select {
  text-transform: none;
  outline: 0;
}

textarea {
  overflow: auto;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
  text-decoration: none;
  outline: 0;
  color: #333;
}

a:active,
a:hover,
a:focus,
button:hover,
select:hover,
button:focus,
select:focus {
  outline: 0;
}

input[type=text],
input[type=pasword],
textarea,
select {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  outline: none;
}

[hidden],
template {
  display: none;
}

mark {
  background: #ff0;
  color: #000;
}

img, figure {
  border: 0;
  margin: 0;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?k3lokk');
  src:  url('../fonts/icomoon.eot?k3lokk#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?k3lokk') format('truetype'),
    url('../fonts/icomoon.woff?k3lokk') format('woff'),
    url('../fonts/icomoon.svg?k3lokk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flag:before {
  content: "\e9cc";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-calendar:before {
  content: "\e902";
}
.icon-comments:before {
  content: "\e903";
}
.icon-dislike:before {
  content: "\e904";
}
.icon-like:before {
  content: "\e905";
}
.icon-play:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-star:before {
  content: "\e908";
}
.icon-time:before {
  content: "\e909";
}
.icon-view:before {
  content: "\e90a";
}

/*common styles*/
html {
  height: 100%;
}

.search input[type=text]:focus::-webkit-input-placeholder,
.textfield:focus::-webkit-input-placeholder {
  text-indent: -500px;
  -webkit-transition: text-indent 0.1s ease;
  transition: text-indent 0.1s ease;
}

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

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

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

body {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}

button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container .container {
  margin: 0;
}

@media screen and (min-width: 1380px) {
  .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -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;
  }
  .header,
  .footer {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    text-align: center;
    margin: 0 0 10px;
  }
}

.logo a {
  display: block;
  width: 220px;
  height: 50px;
  text-indent: -9999px;
}

@media screen and (max-width: 767px) {
  .logo a {
    display: inline-block;
  }
}

.header-top {
  padding: 15px 0;
}

.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header-top .container {
    display: block;
  }
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .search {
    width: 100%;
    padding: 0 10px;
  }
}

.search .form-field {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  font-size: 12px;
  border: none;
  border-radius: 5px 0 0 5px;
  line-height: 1.45;
}

.search-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.search-submit button {
  padding: 0 10px;
  width: 62px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .search-submit button {
    height: 39px;
  }
}

.textfield {
  width: 100%;
  padding: 15px;
  font-size: 12px;
  border: none;
  border-radius: 5px;
  line-height: 1.45;
  background: #fff;
  resize:none;
}

.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 540px) {
  .header-menu ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 540px) {
  .header-menu li {
    width: 33.33%;
  }
}

.header-menu a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  padding: 14px 30px;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .header-menu a {
    text-align: center;
    padding: 10px 5px;
  }
}

.title {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 10px;
}

.title-small {
  font-size: 16px;
}

.cats-title {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.cats-slider {
  padding: 10px 0;
  margin: 0 0 20px;
  display: block;
  opacity:0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.cats-slider.ready{
  opacity:1;
}

.cats-slider .container {
  position: relative;
}

.cats-slider .swiper-container {
  max-width: 1077px;
  width: 90%;
  margin: 0 auto;
}

.cats-slider .swiper-button {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
}

.cats-slider a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.cats-slider a img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  height:auto;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .headline {
    display: block;
  }
  .headline:after {
    display: block;
    clear: both;
    content: "";
  }
}

.sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sort ul {
    display: block;
    margin: -3px 0 0 -3px;
  }
}

.sort-item {
  margin: 0 0 0 3px;
}

@media screen and (max-width: 767px) {
  .sort-item {
    margin: 3px 0 0 3px;
    float: left;
  }
}

@media screen and (min-width: 768px) {
  .sort-item:first-child {
    margin: 0;
  }
}

.sort a, .sort span {
  padding: 5px 12px;
  display: block;
  border-radius: 5px;
  font-size: 11px;
  text-transform: uppercase;
}

.sort span {
  font-weight: 700;
}

.thumbs-list {
  margin: -16px 0 0 -16px;
  font-size:0;
}

@media screen and (max-width: 992px) {
  .thumbs-list {
    margin: -10px 0 0 -10px;
  }
}

.thumbs-list:after {
  display: block;
  clear: both;
  content: "";
}

.th {
  padding: 16px 0 0 16px;
  width: 25%;
  /*float: left;*/
  display:inline-block;
  vertical-align:top;
}

@media screen and (max-width: 992px) {
  .th {
    width: 33.33%;
    padding: 10px 0 0 10px;
  }
}

@media screen and (max-width: 540px) {
  .th {
    width: 50%;
  }
}

@media screen and (max-width: 374px) {
  .th {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .th.big {
    width: 50%;
    float:left;
  }

  .th.big.right {
    float:right;
  }

  .th.big .thumb-play {
    font-size: 80px;
    width: 80px;
    height: 80px;
  }
}

.thumb {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.thumb-play i {
  display: block;
}

@media screen and (min-width: 1279px) {
  .th:not(.big) .thumb-img {
    padding-bottom:67.8%;
    overflow:hidden;
  }
  .th:not(.big) .thumb-img img {
    position:absolute;
    top:0;
    left:0;
  }
}

@media screen and (min-width: 1024px) {
  .thumbs-similar{
    margin:10px 0 0 0;
  }

  .thumbs-similar .th {
    float: none;
    width: 100%;
  }
  .thumbs-similar .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .thumbs-similar .thumb-title {
    margin: 0 0 5px;
  }
  .thumbs-similar .th:not(.big) .thumb-img {
    padding-bottom:0;
    width: 135px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .thumbs-similar .th:not(.big) .thumb-img img{
    position:static;
  }

  .thumbs-similar .thumb-info {
    margin: 0 0 0 -10px;
  }
  .thumbs-similar .thumb-label {
    padding: 0 10px 0;
  }
}

.thumb-img{
  position: relative;
  display: block;
}


.thumb-img img{
  display: block;
  width: 100%;
  height:auto;
}

.thumb-title {
  line-height: 1.4;
  margin: 0 0 3px;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.thumb-info {
  width: 100%;
  overflow: hidden;
  display: block;
  margin: -5px 0 0 -12px;
}

@media screen and (max-width: 1279px) {
  .thumb-info {
    margin: 0 0 0 -3%;
  }
}

.thumb-label {
  float: left;
  position: relative;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22px;
  padding: 5px 12px 0;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media screen and (min-width: 1024px) {
  .thumb-label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 30%;
    width: 1px;
  }
  .thumb-label:first-child:after {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .thumb-label {
    padding: 0 3%;
  }
}

.thumb-desc {
  padding: 5px 10px;
  display: block;
}

.pagination {
  text-align: center;
  padding: 20px 0;
  margin: -3px 0 0 0;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 0 0;
}

.pagination a, .pagination span {
  display: block;
  padding: 0 18px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.35px;
}

.pagination span {
  font-weight: 700;
}

.pagination i {
  font-size: 8px;
}

.spot {
  font-size: 0;
  line-height: 0;
  margin:15px 0 0 0;
}

.spot .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .spot .container {
    text-align: center;
    margin: -10px 0 0 -10px;
    display: block;
  }
}

@media screen and (max-width: 1279px) {
  .spot-box {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    padding: 10px 0 0 10px;
  }
}

.footer {
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  margin: 30px 0 0 0;
}

.footer-text {
  margin: 10px 0 0 0;
}

.footer-logo_holder a {
  display: block;
  width: 220px;
  height: 50px;
  text-indent: -9999px;
  margin: 0 auto;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .media {
    display: block;
  }
}

.media-view {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 90%;
}

@media screen and (max-width: 1023px) {
  .media-view {
    width: 100%;
    margin: 0 0 20px;
  }
}

.media-spot {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 1023px) {
  .media-spot {
    width: 100%;
    margin: 0 0 20px;
  }
}

.media-spot-holder {
  margin: -10px 0 0 -10px;
}

@media screen and (max-width: 1023px) {
  .media-spot-holder {
    text-align: center;
    margin: 20px 0;
  }
}

.media-spot-box {
  padding: 10px 0 0 10px;
}

@media screen and (max-width: 1023px) {
  .media-spot-box {
    display: inline-block;
  }
}

@media screen and (max-width: 375px) {
  .media-spot-box {
      padding: 5px 0;
  }
}

.player img {
  display: block;
  width: 100%;
}

.block {
  margin: 0 0 20px;
}

.media-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .media-info {
    display: block;
    text-align: center;
    padding: 10px;
  }
}

.media-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .media-info-left {
    display: block;
  }
}

.media-info * {
  position: relative;
}

.vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 165px;
  padding: 0 15px 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .vote {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .vote:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.vote-button {
  font-size: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vote-like {
  margin: 0 5px 0 0;
}

.vote-dislike {
  margin: 0 0 0 5px;
}

.vote-progress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vote-progress-num {
  font-size: 18px;
  text-align: center;
}

.vote-progress-line {
  width: 100%;
  height: 5px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.vote-progress-bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media-values {
  margin: -10px 0 0 -25px;
  padding: 0 15px 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .media-values {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .media-values:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 50%;
    -webkit-transform: translateY(-35%);
            transform: translateY(-35%);
  }
}

.media-values li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  letter-spacing: 0.32px;
  padding: 10px 0 0 25px;
}

.media-values i {
  font-size: 23px;
  margin: 0 5px 0 0;
}

.media-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .media-info-buttons {
    display: block;
    margin: 10px 0 0 0;
  }
}

.media-info-buttons li {
  margin: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
  .media-info-buttons li {
    display: inline-block;
  }
}

.media-info-buttons li:first-child {
  margin: 0;
}

.media-info-buttons a {
  font-size: 25px;
  width: 49px;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.media-desc {
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.media-description {
  font-size: 14px;
  padding: 0 0 10px;
}

.media-lists {
  padding: 10px 0;
}

.media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 0;
}

.media-list:first-child {
  margin: 0;
}

.media-list-title {
  margin: 0 5px 0 0;
  line-height: 1.9;
}

.media-list ul {
  margin: -3px 0 0 -3px;
}

.media-list ul:after {
  display: block;
  clear: both;
  content: "";
}

.media-list li {
  padding: 3px 0 0 3px;
  float: left;
}

.media-list a,
.more {
  display: block;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 5px;
}

.more{
  text-align:center;
  margin: 17px 0 0 0px;
}

.comments {
  padding: 20px 0 0 0;
}

.comments-title {
  font-size: 14px;
  margin: 0 0 10px;
}

.comments-name {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .comments-name {
    width: 100%;
  }
}

.comments-form-row {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .comments-form-row.captcha{
    display:block;
  }
}

.comments-form-row:first-child {
  margin: 0;
}

.comments-form-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.comments-form-submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.comments-form-image{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin:0 10px 0 0;
}

@media screen and (max-width: 480px) {
  .comments-form-image{
    margin:0 0 10px;
  }
}

.comments-text {
  border-radius: 5px 0 0 5px;
}

.btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.35px;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.btn-submit {
  border-radius: 0 5px 5px 0;
  margin: 0 0 0 10px;
}

.comment {
  padding: 10px 0;
}

.comment:first-child {
  border: none;
}

.comment-name {
  font-size: 12px;
}

.comment-date {
  font-size: 12px;
}

.thumb-categories {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  padding: 5px;
}

.thumb-categories-img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  display: block;
}

.thumb-categories-img img {
  display: block;
  width: 100%;
}

.thumb-categories-title {
  border-radius: 0 0 5px 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 0;
  display: block;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.thumb-categories:hover img {
  opacity: .5;
}

.tags {
  margin: 0 0 0 -10px;
  -webkit-column-break-inside: auto;
}

@media screen and (min-width: 1380px) {
  .tags {
    -webkit-columns: 5;
       -moz-columns: 5;
            columns: 5;
  }
}

@media screen and (max-width: 1380px) {
  .tags {
    overflow: hidden;
  }
}

.tags-title {
  font-size: 18px;
  color: #3eafe5;
  text-transform: uppercase;
  font-weight: 700;
  text-indent: 10px;
  padding: 5px 10px;
}

.tags-list {
  margin: 0 0 10px;
}

@media screen and (max-width: 1380px) {
  .tags-list {
    display: inline-block;
    vertical-align: top;
    width: 18%;
  }
}

@media screen and (max-width: 767px) {
  .tags-list {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .tags-list {
    width: 48%;
  }
}

@media screen and (max-width: 320px) {
  .tags-list {
    width: 98%;
  }
}

.tags-list li {
  border-radius: 5px;
  overflow: hidden;
}

.tags-list a {
  width: 100%;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
}

.tags-list a span {
  float: right;
}

.player .player-wrap {
    width: 100%;
    height: auto;
    position: relative;
}
.player .embed-wrap{
  position:relative;
}

.no-player{
  position:relative;
}

.no-player img{
  opacity: .5;
}

.no-player .btn-play {
    width: 120px;
    height: 120px;
    background: url(../../player/skin/img/play_white.png) center no-repeat;
    opacity: .6;
}

.no-player .message, .no-player .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.player .embed-wrap iframe, 
.player .player-wrap #kt_player, 
.player .player-wrap #kt_player_internal,
.no-player img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.no-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size:13px;
}

.no-avatar span{
  display:block;
}
.block-flagging{
  padding:0 0 10px;
}
.flagging-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin:0 0 10px;
}

@media screen and (max-width: 767px) {
  .flagging-form{
    display:block;
  }
}

.flagging-form .block-radios{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin:0 20px 0 0;

}
@media screen and (max-width: 767px) {
  .flagging-form .block-radios{
    margin:0;
  }
}

.flagging-form .block-textarea{
  flex-direction:row;
  width:90%;
}

@media screen and (max-width: 767px) {
  .flagging-form .block-textarea{
    width:100%;
  }
}

.block-radios .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-radios input[type=radio]{
  margin:0 5px 0 0;
}

.hidden {
    display: none;
}

.float-label{
  position:absolute;
  top:-5px;
  right:-5px;
  height:20px;
  text-align:center;
  line-height:20px;
  font-size:11px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  padding: 0 7px;
}

.footer-menu{
  text-align:center;
  margin:15px 0 0 0;
}

.footer-menu li{
  display:inline-block;
  margin:0 20px;
}