@charset "UTF-8";
/**
 * 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;
  -webkit-box-sizing: content-box;
  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;
  -webkit-box-shadow: none;
          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 {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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 {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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 {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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 {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  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); } }

.row:after {
  display: block;
  clear: both;
  content: ''; }

.grid [class^="col-"] {
  padding: 10px;
  background: #e4e5e7;
  text-align: center;
  color: #767779; }

[class^="col-"] {
  float: left;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[class^="col-"]:last-child {
  margin-right: 0%; }

.flex-height [class^="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.row.fixed-height-row2 {
  height: calc((1.125 * (0.32 * (100vw)))); }
  .row.fixed-height-row2.sixteenByNine {
    max-height: 420px; }
    .row.fixed-height-row2.sixteenByNine .col-36-17 .cards .card .label {
      padding: 3px 6px 2px; }
    .row.fixed-height-row2.sixteenByNine .col-36-17 .cards .card .provider {
      left: 0;
      top: 0; }
  .row.fixed-height-row2 .cards {
    height: 100%; }
  @media (max-width: 820px) {
    .row.fixed-height-row2 {
      height: auto; } }

.search {
  width: 100%;
  background: #f03746;
  display: none; }
  .search form {
    white-space: nowrap;
    position: relative; }
    .search form label {
      position: absolute;
      top: 20px;
      left: 24px;
      color: #fff;
      font-size: 150%; }
    .search form input {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      border: 0;
      padding: 24px;
      padding-left: 50px;
      width: 100%;
      color: #000;
      font-size: 120%;
      background: #f03746;
      text-transform: uppercase; }
      .search form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff; }
      .search form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      .search form input::-ms-input-placeholder {
        color: #fff; }
      .search form input::placeholder {
        color: #fff; }

.show-search .search {
  display: block; }

.show-search .content-overlay {
  display: block; }

.search-results-heading {
  text-transform: uppercase; }
  .search-results-heading h1 {
    color: #f03746;
    font-size: 1.5em;
    margin-top: 0; }
  .search-results-heading.results-count-shown h1 {
    display: inline-block; }
  .search-results-heading .badge {
    font-size: 1.05em; }

.search-results-container .cards .card .provider {
  right: 4px;
  top: 4px; }

@media (max-width: 641px) {
  .search-results-heading {
    overflow: hidden;
    margin-bottom: 10px; } }

header {
  background: #fff; }
  header.active .hide-active {
    display: none !important; }
  header a {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #fff; }
  header div.header-container {
    height: 110px;
    margin: 0 auto 10px;
    position: relative; }
    header div.header-container div.logo {
      position: absolute;
      top: 0;
      padding-left: 3%; }
      header div.header-container div.logo img {
        height: 110px; }
  header div.line {
    height: 0; }
  header .nav-container .nav-icon {
    display: none; }
  header .nav-container nav {
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 10px;
    text-transform: uppercase;
    padding-right: 12px;
    font-size: 120%;
    font-weight: 700; }
    header .nav-container nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      header .nav-container nav ul li {
        border-bottom: 4px solid transparent;
        display: inline-block;
        margin-bottom: -10px; }
        header .nav-container nav ul li a {
          display: inline-block;
          padding: 12px;
          color: #fff;
          padding-bottom: 22px; }
          header .nav-container nav ul li a:hover {
            color: #f03746; }
        header .nav-container nav ul li.active, header .nav-container nav ul li a:active {
          border-bottom: 4px solid #f03746; }
      header .nav-container nav ul.mobile-nav-list {
        display: none; }

@media (max-width: 1169px) {
  body.header-fixed {
    padding-top: 70px; }
    body.header-fixed header {
      left: 0;
      top: 0;
      position: fixed;
      width: 100%;
      z-index: 9999;
      height: 70px; }
  header div.header-container {
    height: 60px;
    margin-bottom: 0; }
    header div.header-container div.logo img {
      height: 60px; }
  header .nav-container .nav-icon {
    float: right;
    padding: 0 17px;
    font-size: 29px;
    color: #777;
    line-height: 60px;
    display: block; }
  header .nav-container nav {
    padding: 60px 0 0;
    position: fixed;
    right: -280px;
    top: 0;
    width: 260px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    z-index: 10000;
    overflow-y: scroll;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    header .nav-container nav .nav-icon {
      display: none;
      position: fixed;
      right: 0;
      top: 0; }
    header .nav-container nav .desktop-search-icon {
      display: none; }
    header .nav-container nav ul {
      border-top: 1px solid #e4e4e4;
      clear: both;
      width: 100%; }
      header .nav-container nav ul li {
        border-bottom: 1px solid #e4e4e4;
        display: block;
        margin: 0;
        position: relative; }
        header .nav-container nav ul li.active {
          border-bottom: 1px solid #c6c6c6 !important; }
          header .nav-container nav ul li.active a {
            color: #f03746 !important; }
        header .nav-container nav ul li a {
          color: #f03746;
          display: block;
          padding: 0 15px;
          line-height: 45px; }
          header .nav-container nav ul li a:active {
            border-bottom: 0 !important; }
      header .nav-container nav ul.nav-main-largescreen {
        display: none !important; }
      header .nav-container nav ul.mobile-nav-list {
        display: block;
        margin-top: 10px; }
        header .nav-container nav ul.mobile-nav-list.nav-main-smallscreen {
          margin-top: 0; }
        header .nav-container nav ul.mobile-nav-list .side-navigation__item ul {
          position: fixed;
          right: -280px;
          border-top: 60px solid #fff;
          top: 0;
          width: 260px;
          height: 100%;
          overflow: hidden;
          z-index: 9;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          header .nav-container nav ul.mobile-nav-list .side-navigation__item ul.submenu-active {
            -webkit-transition: 0.2s;
            transition: 0.2s;
            right: 0; }
        header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul {
          background-color: #e6e6e6;
          border-top-color: #e6e6e6; }
          header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul a {
            color: #212427; }
          header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul .fa-caret-left {
            margin-right: 10px; }
          header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul li {
            border-bottom: 1px solid #c6c6c6; }
            header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul li.back {
              border-top: 1px solid #c6c6c6;
              background-color: #d7d7d7; }
          header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul ul {
            background-color: #ccc;
            border-top-color: #ccc; }
            header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul ul li {
              border-bottom: 1px solid #bbb; }
              header .nav-container nav ul.mobile-nav-list .side-navigation__item > ul ul li.back {
                border-top: 1px solid #bbb; }
      header .nav-container nav ul.side-navigation__regions-list {
        margin-bottom: 10px; }
        header .nav-container nav ul.side-navigation__regions-list a {
          color: #333; }
      header .nav-container nav ul .fa-caret-right {
        background-color: #f03746;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 45px;
        font-size: 20px;
        padding: 0px 15px 0 18px; }
  header div.line {
    background-color: #f03746;
    display: block;
    height: 3px;
    width: 94%;
    margin: 0 3%; }
    header div.line .search {
      margin: 0 -3.5%;
      width: 107%; }
  header.active .nav-container nav {
    right: 0; }
    header.active .nav-container nav .nav-icon {
      display: block;
      z-index: 999999; } }

@media (min-width: 767px) and (max-width: 1169px) {
  body.header-fixed {
    padding-top: 100px; }
    body.header-fixed header {
      height: 85px; }
      body.header-fixed header div.header-container {
        height: 85px; }
        body.header-fixed header div.header-container div.logo {
          padding-left: 2%; }
          body.header-fixed header div.header-container div.logo img {
            height: 85px; }
        body.header-fixed header div.header-container .nav-container nav {
          padding-top: 85px; }
          body.header-fixed header div.header-container .nav-container nav ul.mobile-nav-list .side-navigation__item ul {
            border-top-width: 85px; }
        body.header-fixed header div.header-container .nav-container .nav-icon {
          line-height: 85px;
          font-size: 34px;
          padding: 0 23px;
          margin: 0 4px 0 0; }
          body.header-fixed header div.header-container .nav-container .nav-icon .fa-search {
            font-size: 30px;
            position: relative;
            top: -2px; }
      body.header-fixed header div.line {
        margin: 0 2%;
        width: 96%; } }

.badge {
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  border-radius: 4px;
  background: #333;
  color: #FFF;
  font-size: 70%;
  font-weight: 300;
  margin: 2px; }

.cards {
  position: relative; }
  .cards .card {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%; }
    .cards .card .img {
      overflow: hidden;
      margin: 4px;
      padding: 0;
      position: relative; }
      .cards .card .img img {
        height: 110%;
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
        transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto; }
      .cards .card .img.no-rotate {
        overflow: visible; }
        .cards .card .img.no-rotate img {
          height: 100%; }
    .cards .card .hov:hover img {
      -webkit-transform: rotate(2deg) scale(1.1, 1.1);
      transform: rotate(2deg) scale(1.1, 1.1); }
    .cards .card.no-rotate .hov:hover img {
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .cards .card .label {
      position: absolute;
      top: 3%;
      right: 3%;
      padding: 4px;
      background: #f03746;
      color: #fff; }
      .cards .card .label.label-right {
        left: auto;
        right: 0; }
      .cards .card .label.label-left {
        left: 0;
        right: auto; }
      .cards .card .label.label-left-bottom {
        left: 0;
        right: auto;
        bottom: 0; }
      .cards .card .label.label-right-bottom {
        left: auto;
        right: 0;
        bottom: 0; }
    .cards .card .provider {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 48px;
      height: 48px;
      pointer-events: none; }
      .cards .card .provider a {
        pointer-events: auto; }
      .cards .card .provider img {
        width: 100%;
        height: 100%; }
    .cards .card .provider-left {
      left: 4px;
      right: auto; }
    .cards .card .info {
      pointer-events: none;
      display: block;
      background-blend-mode: multiply;
      width: 100%;
      height: auto; }
      .cards .card .info .titles {
        padding: 10px; }
        .cards .card .info .titles .series-title {
          padding: 0;
          margin: 0;
          font-size: 85%;
          font-weight: 900;
          color: #f03746;
          overflow: hidden;
          text-overflow: ellipsis; }
        .cards .card .info .titles .title {
          padding: 0;
          margin: 0;
          font-size: 160%;
          font-weight: 700;
          line-height: 1.2;
          white-space: normal;
          text-transform: capitalize;
          color: #000; }
          .cards .card .info .titles .title a {
            color: #000; }
        .cards .card .info .titles .description {
          margin-top: 10px;
          white-space: normal;
          line-height: 1.5; }
          .cards .card .info .titles .description.lines-3 {
            display: block;
            /* Fallback for non-webkit */
            height: 54px;
            /* Fallback for non-webkit */
            margin: 0 auto;
            font-size: 12px;
            line-height: 1.5;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 7px; }
            .cards .card .info .titles .description.lines-3 .ellipsis-text {
              display: block;
              line-height: 18px;
              height: 54px;
              overflow: hidden;
              font-size: 13.5px; }
        .cards .card .info .titles.padding-lr-0 {
          padding-left: 0;
          padding-right: 0; }
      .cards .card .info .meta div {
        pointer-events: auto;
        font-size: 10px;
        display: inline-block;
        padding-right: 10px;
        border-right: 1px solid #666; }
        .cards .card .info .meta div:last-child {
          padding-left: 10px;
          padding-right: 0;
          border-right: none; }
    .cards .card.margin-0 {
      margin-right: 0%;
      margin-bottom: 0%; }
    .cards .card.margin-2 {
      margin-right: 2%;
      margin-bottom: 2%; }
    .cards .card.margin-3 {
      margin-right: 3%;
      margin-bottom: 3%; }
    .cards .card.margin-6 {
      margin-right: 6%;
      margin-bottom: 6%; }
    .cards .card.height-30p {
      height: 100% / 3; }
    .cards .card.height-25p {
      height: 100% / 4; }
    .cards .card.height-20p {
      height: 100% / 5; }
    .cards .card:last-child {
      margin-right: 0%; }
    .cards .card.padding-0 .img {
      margin: 0px; }
    .cards .card.player-card .player-overlay, .cards .card.player-card .player-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .cards .card.player-card .player-overlay {
      display: none; }
      .cards .card.player-card .player-overlay .poster {
        width: 100%;
        height: 100%;
        display: block; }
        .cards .card.player-card .player-overlay .poster:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
          background: linear-gradient(to bottom, transparent 0%, black 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FF000000',GradientType=0 );
          /* IE6-9 */
          opacity: .6; }
      .cards .card.player-card .player-overlay .icon {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 56px;
        font-size: 56px;
        line-height: 56px;
        margin-top: -60px;
        color: #fff;
        text-align: center;
        pointer-events: none;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
        transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out; }
      .cards .card.player-card .player-overlay .btns {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
        margin-top: 20px;
        color: #fff;
        text-align: center; }
        .cards .card.player-card .player-overlay .btns button {
          border: none;
          padding: 8px 32px;
          font-weight: 500;
          color: #fff;
          text-transform: uppercase;
          border-radius: 8px;
          font-size: 22%;
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, left bottom, from(#f46672), to(#e31122));
          background: linear-gradient(to bottom, #f46672 0%, #e31122 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF46672', endColorstr='#FFE31122',GradientType=0 );
          /* IE6-9 */
          -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
                  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
    .cards .card.player-card .player-container {
      visibility: visible; }
      .cards .card.player-card .player-container .video-js {
        height: 100%;
        width: 100%; }
      .cards .card.player-card .player-container iframe {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
        padding: 0; }
      .cards .card.player-card .player-container .vjs-dock-text {
        display: none !important; }
      .cards .card.player-card .player-container .vjs-progress-control {
        height: 1em !important;
        top: -1em !important; }
      .cards .card.player-card .player-container .vjs-mouse .vjs-progress-control {
        height: 0.5em !important;
        top: -.5em !important; }
        .cards .card.player-card .player-container .vjs-mouse .vjs-progress-control:hover {
          height: 1.5em !important;
          top: -1.5em !important; }
      .cards .card.player-card .player-container .vjs-control-bar {
        font-size: 0.85em; }
        .cards .card.player-card .player-container .vjs-control-bar .vjs-progress-control:hover {
          height: 1em !important;
          top: -1em !important; }
      .cards .card.player-card .player-container.show-player {
        visibility: visible; }
      .cards .card.player-card .player-container #adjacent-ads-temp-overlay {
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2000000000000;
        display: none; }
    .cards .card.player-card:hover .player-overlay .icon {
      display: block;
      color: rgba(255, 255, 255, 0.7);
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    .cards .card.player-card:hover .player-overlay.fade-overlay {
      opacity: 0;
      -webkit-transition: opacity 0.6s ease-in;
      transition: opacity 0.6s ease-in; }
    .cards .card.player-card:active .player-overlay .icon {
      color: rgba(240, 55, 70, 0.7);
      text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }
  .cards.margin-0 .card {
    margin-right: 0%;
    margin-bottom: 0%; }
  .cards.img-margin-0 .img {
    margin: 0%; }
  @media (min-width: 1201px) {
    .cards.breaks-6-4-3-2 .card {
      width: 14.1666666667% !important;
      margin-right: 3%;
      font-size: 6;
      margin-bottom: 3%; }
      .cards.breaks-6-4-3-2 .card:nth-child(6n+6) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-6-4-3-2 .card {
      width: 17.6% !important;
      margin-right: 3%;
      font-size: 5;
      margin-bottom: 3%; }
      .cards.breaks-6-4-3-2 .card:nth-child(5n+5) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-6-4-3-2 .card {
      width: 22.75% !important;
      margin-right: 3%;
      font-size: 4;
      margin-bottom: 3%; }
      .cards.breaks-6-4-3-2 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-6-4-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-6-4-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-6-4-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-6-4-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-6-4-3-2.margin-0 .card {
      width: 16.6666666667% !important;
      margin-right: 0%;
      font-size: 6;
      margin-bottom: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card:nth-child(6n+6) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-6-4-3-2.margin-0 .card {
      width: 20% !important;
      margin-right: 0%;
      font-size: 5;
      margin-bottom: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card:nth-child(5n+5) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-6-4-3-2.margin-0 .card {
      width: 25% !important;
      margin-right: 0%;
      font-size: 4;
      margin-bottom: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-6-4-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-6-4-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-6-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-5-4-3-2-1 .card {
      width: 17.6% !important;
      margin-right: 3%;
      font-size: 5;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2-1 .card:nth-child(5n+5) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-5-4-3-2-1 .card {
      width: 22.75% !important;
      margin-right: 3%;
      font-size: 4;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2-1 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-5-4-3-2-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-5-4-3-2-1 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2-1 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-5-4-3-2-1 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-5-4-3-2-1.margin-0 .card {
      width: 20% !important;
      margin-right: 0%;
      font-size: 5;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card:nth-child(5n+5) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-5-4-3-2-1.margin-0 .card {
      width: 25% !important;
      margin-right: 0%;
      font-size: 4;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-5-4-3-2-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-5-4-3-2-1.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-5-4-3-2-1.margin-0 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-5-4-3-2 .card {
      width: 17.6% !important;
      margin-right: 3%;
      font-size: 5;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2 .card:nth-child(5n+5) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-5-4-3-2 .card {
      width: 22.75% !important;
      margin-right: 3%;
      font-size: 4;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-5-4-3-2 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-5-4-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-5-4-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-5-4-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-5-4-3-2.margin-0 .card {
      width: 20% !important;
      margin-right: 0%;
      font-size: 5;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card:nth-child(5n+5) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-5-4-3-2.margin-0 .card {
      width: 25% !important;
      margin-right: 0%;
      font-size: 4;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-5-4-3-2.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-5-4-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-5-4-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-5-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-4-3-2 .card {
      width: 22.75% !important;
      margin-right: 3%;
      font-size: 4;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-4-3-2 .card {
      width: 22.75% !important;
      margin-right: 3%;
      font-size: 4;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-4-3-2 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-4-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-4-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-4-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-4-3-2.margin-0 .card {
      width: 25% !important;
      margin-right: 0%;
      font-size: 4;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2.margin-0 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-4-3-2.margin-0 .card {
      width: 25% !important;
      margin-right: 0%;
      font-size: 4;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2.margin-0 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-4-3-2.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-4-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-4-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-4-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-4-3-2-1 .card {
      width: 22.75% !important;
      margin-right: 3%;
      font-size: 4;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2-1 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-4-3-2-1 .card {
      width: 22.75% !important;
      margin-right: 3%;
      font-size: 4;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2-1 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-4-3-2-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-4-3-2-1 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-4-3-2-1 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-4-3-2-1 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-4-3-2-1.margin-0 .card {
      width: 25% !important;
      margin-right: 0%;
      font-size: 4;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-4-3-2-1.margin-0 .card {
      width: 25% !important;
      margin-right: 0%;
      font-size: 4;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card:nth-child(4n+4) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-4-3-2-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-4-3-2-1.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-4-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-4-3-2-1.margin-0 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-3-2 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-2 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-3-2 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-2 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-3-2 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-2 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-3-2 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-3-2 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-3-2 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-3-2.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-2.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-3-2.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-2.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-3-2.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-2.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-3-2.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-3-2.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-3-2.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 1201px) {
    .cards.breaks-3-2-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-2-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-3-2-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-2-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-3-2-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-2-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-3-2-1 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-3-2-1 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-3-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-3-2-1 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-3-2-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-2-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-3-2-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-2-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-3-2-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-2-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-3-2-1.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-3-2-1.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-3-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-3-2-1.margin-0 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-3-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-3-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-3-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-3-1 .card {
      width: 31.3333333333% !important;
      margin-right: 3%;
      font-size: 3;
      margin-bottom: 3%; }
      .cards.breaks-3-1 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-3-1 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-3-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-3-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-3-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-3-1.margin-0 .card {
      width: 33.3333333333% !important;
      margin-right: 0%;
      font-size: 3;
      margin-bottom: 0%; }
      .cards.breaks-3-1.margin-0 .card:nth-child(3n+3) {
        margin-right: 0%; }
      .cards.breaks-3-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-3-1.margin-0 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-2-1 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-2-1 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-2-1 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-2-1 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-2-1 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-2-1 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-2-1 .card {
      width: 48.5% !important;
      margin-right: 3%;
      font-size: 2;
      margin-bottom: 3%; }
      .cards.breaks-2-1 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1 .card.swiper-slide {
        margin-right: 3% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-2-1 .card {
      width: 100%;
      margin-right: 0%; } }
  @media (min-width: 1201px) {
    .cards.breaks-2-1.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-2-1.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 961px) and (max-width: 1200px) {
    .cards.breaks-2-1.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-2-1.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cards.breaks-2-1.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-2-1.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (min-width: 481px) and (max-width: 640px) {
    .cards.breaks-2-1.margin-0 .card {
      width: 50% !important;
      margin-right: 0%;
      font-size: 2;
      margin-bottom: 0%; }
      .cards.breaks-2-1.margin-0 .card:nth-child(2n+2) {
        margin-right: 0%; }
      .cards.breaks-2-1.margin-0 .card.swiper-slide {
        margin-right: 0% !important; } }
  @media (max-width: 480px) {
    .cards.breaks-2-1.margin-0 .card {
      width: 100%;
      margin-right: 0%; } }
  .cards .card-slider {
    overflow: hidden;
    white-space: nowrap; }
    .cards .card-slider .card {
      margin-bottom: 0; }
  .cards.no-description .description {
    display: none; }
  .cards.no-genres .card .info .meta div {
    border: none; }
  .cards.no-genres .card .info .meta .genres {
    display: none; }
  .cards.padding-lr-0 .card .info .titles {
    padding-left: 0;
    padding-right: 0; }
  .cards.vertical-cards .card {
    margin-bottom: 3%; }
    @media (min-width: 821px) {
      .cards.vertical-cards .card {
        width: 100% !important; } }
    .cards.vertical-cards .card.margin-0 {
      margin-bottom: 0%; }
    .cards.vertical-cards .card.margin-2 {
      margin: 0%;
      margin-bottom: 2%; }
    .cards.vertical-cards .card.margin-3 {
      margin: 0%;
      margin-bottom: 3%; }
    .cards.vertical-cards .card.margin-6 {
      margin: 0%;
      margin-bottom: 6%; }
    .cards.vertical-cards .card.margin-7 {
      margin: 0%;
      margin-bottom: 7%; }
    .cards.vertical-cards .card.margin-8 {
      margin-bottom: 8%; }
    .cards.vertical-cards .card.margin-9 {
      margin: 0%;
      margin-bottom: 9%; }
    .cards.vertical-cards .card.margin-10 {
      margin: 0%;
      margin-bottom: 10%; }
    .cards.vertical-cards .card.height-30p {
      height: 33.3333333333%; }
      .cards.vertical-cards .card.height-30p .img {
        height: 100%; }
    .cards.vertical-cards .card:last-child {
      margin-bottom: 0%; }
  .cards.border-top {
    margin-top: -6px; }
    .cards.border-top .card-slider {
      padding-top: 6px; }
      .cards.border-top .card-slider .card {
        border-top: 6px solid rgba(240, 55, 70, 0.4);
        margin-top: -6px; }
        .cards.border-top .card-slider .card.swiper-slide-active {
          border-top: 6px solid #f03746; }
    .cards.border-top.border-top-margin-0 {
      margin-top: 0; }
    .cards.border-top.border-top-margin-1 {
      margin-top: -1px; }
    .cards.border-top.click-play .card-slider {
      background: #454545; }
      .cards.border-top.click-play .card-slider .card .label {
        display: none; }
      .cards.border-top.click-play .card-slider .card.swiper-slide-active {
        border-top: 6px solid rgba(240, 55, 70, 0.4); }
      .cards.border-top.click-play .card-slider .card.playing {
        border-top: 6px solid #f03746; }
        .cards.border-top.click-play .card-slider .card.playing .label {
          display: block; }
  .cards.info-overlay .card .info {
    position: relative;
    left: 0;
    bottom: 0;
    pointer-events: none; }
    .cards.info-overlay .card .info .titles {
      padding-bottom: 4px;
      padding-top: 24px; }
      .cards.info-overlay .card .info .titles .title {
        color: #fff; }
        .cards.info-overlay .card .info .titles .title a {
          color: #fff; }
      .cards.info-overlay .card .info .titles .description {
        display: none; }
    .cards.info-overlay .card .info .meta div {
      border: none;
      padding: 10px;
      padding-top: 0;
      color: #fff; }
    .cards.info-overlay .card .info .meta .genres {
      display: none; }
    .cards.info-overlay .card .info .show-card .info-container .titles {
      padding-top: 10px; }
      .cards.info-overlay .card .info .show-card .info-container .titles .description {
        display: inline-block !important;
        color: #000; }
      .cards.info-overlay .card .info .show-card .info-container .titles .category {
        color: #043de2;
        font-size: 13px;
        font-weight: 600; }
      .cards.info-overlay .card .info .show-card .info-container .titles .title a {
        font-size: 1.375rem;
        font-family: "Guardian Sans Cond Web", Impact, Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: #000; }
  .cards.info-overlay .card.vertical-align-info .info {
    background: none; }
    .cards.info-overlay .card.vertical-align-info .info .info-container {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 33%; }
      .cards.info-overlay .card.vertical-align-info .info .info-container .titles {
        padding: 4px; }
  .cards.info-overlay .card.vertical-align-info .label {
    font-size: 15px;
    padding: 2px 5px 1px; }
  @media (max-width: 1200px) {
    .cards .card .info .titles .series-title {
      font-size: 86%; }
    .cards .card .info .titles .title {
      font-size: 160%; } }
  @media (max-width: 900px) {
    .cards .card .info .titles .series-title {
      font-size: 86%; }
    .cards .card .info .titles .title {
      font-size: 130%; } }
  @media (max-width: 640px) {
    .cards .card .info .titles .series-title {
      font-size: 80%; }
    .cards .card .info .titles .title {
      font-size: 110%; } }

.card-container {
  /*
@media (max-width: 480px) {

	}

	@media (max-width: 320px) {

	}

*/ }
  .card-container .card-container-more-link {
    float: right;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    margin-right: 2px; }
    .card-container .card-container-more-link span.fa {
      position: relative;
      top: 1px;
      left: 2px; }
  .card-container .cards.sixteenByNine.fixed-height-col5-2-row1 {
    height: calc((0.5625 * (0.176 * (100vw - 0.06 * 100vw))) + 4px); }
    @media (min-width: 961px) and (max-width: 1200px) {
      .card-container .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw))) + 4px); } }
    @media (min-width: 641px) and (max-width: 960px) {
      .card-container .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw))) + 4px); } }
    @media (min-width: 481px) and (max-width: 640px) {
      .card-container .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw))) + 4px); } }
    @media (max-width: 480px) {
      .card-container .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw))) + 4px); } }
    .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
      height: calc((0.5625 * (0.176 * (100vw - 0.06 * 100vw)))); }
      @media (min-width: 961px) and (max-width: 1200px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw)))); } }
      @media (min-width: 641px) and (max-width: 960px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw)))); } }
      @media (min-width: 481px) and (max-width: 640px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw)))); } }
      @media (max-width: 480px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (1 * (100vw - 0.06 * 100vw)))); } }
      .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 .card .img {
        margin: 0; }
    .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
      height: calc((0.5625 * (0.2 * (100vw - 0.06 * 100vw))) + 4px); }
      @media (min-width: 961px) and (max-width: 1200px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw))) + 4px); } }
      @media (min-width: 641px) and (max-width: 960px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw))) + 4px); } }
      @media (min-width: 481px) and (max-width: 640px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw))) + 4px); } }
      @media (max-width: 480px) {
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw))) + 4px); } }
      .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
        height: calc((0.5625 * (0.2 * (100vw - 0.06 * 100vw)))); }
        @media (min-width: 961px) and (max-width: 1200px) {
          .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw)))); } }
        @media (min-width: 641px) and (max-width: 960px) {
          .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw)))); } }
        @media (min-width: 481px) and (max-width: 640px) {
          .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw)))); } }
        @media (max-width: 480px) {
          .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (1 * (100vw - 0.06 * 100vw)))); } }
        .card-container .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 .card .img {
          margin: 0; }
  .card-container .cards.sixteenByNine.fixed-height-col4-2-row1 {
    height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw))) + 4px); }
    @media (min-width: 961px) and (max-width: 1200px) {
      .card-container .cards.sixteenByNine.fixed-height-col4-2-row1 {
        height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw))) + 4px); } }
    @media (min-width: 641px) and (max-width: 960px) {
      .card-container .cards.sixteenByNine.fixed-height-col4-2-row1 {
        height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw))) + 4px); } }
    @media (min-width: 481px) and (max-width: 640px) {
      .card-container .cards.sixteenByNine.fixed-height-col4-2-row1 {
        height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw))) + 4px); } }
    @media (max-width: 480px) {
      .card-container .cards.sixteenByNine.fixed-height-col4-2-row1 {
        height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw))) + 4px); } }
    .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
      height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw)))); }
      @media (min-width: 961px) and (max-width: 1200px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
          height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw)))); } }
      @media (min-width: 641px) and (max-width: 960px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
          height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw)))); } }
      @media (min-width: 481px) and (max-width: 640px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
          height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw)))); } }
      @media (max-width: 480px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
          height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw)))); } }
      .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 .card .img {
        margin: 0; }
    .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
      height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw))) + 4px); }
      @media (min-width: 961px) and (max-width: 1200px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
          height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw))) + 4px); } }
      @media (min-width: 641px) and (max-width: 960px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
          height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw))) + 4px); } }
      @media (min-width: 481px) and (max-width: 640px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
          height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw))) + 4px); } }
      @media (max-width: 480px) {
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
          height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw))) + 4px); } }
      .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
        height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw)))); }
        @media (min-width: 961px) and (max-width: 1200px) {
          .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw)))); } }
        @media (min-width: 641px) and (max-width: 960px) {
          .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw)))); } }
        @media (min-width: 481px) and (max-width: 640px) {
          .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw)))); } }
        @media (max-width: 480px) {
          .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw)))); } }
        .card-container .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 .card .img {
          margin: 0; }
  .card-container .cards.sixteenByNine.info-overlay .card.vertical-align-info .info {
    position: relative;
    position: absolute; }
    .card-container .cards.sixteenByNine.info-overlay .card.vertical-align-info .info:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .card-container .cards.sixteenByNine.info-overlay .card.vertical-align-info .info > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .card-container .cards.sixteenByNine.info-overlay.margin-0 .card.vertical-align-info .label {
    display: none; }
  .card-container .cards.sixteenByNine.info-overlay.margin-0 .card.vertical-align-info:hover .label {
    display: block; }
  .card-container.with-btns .cards {
    background: #666;
    position: relative;
    padding-left: 30px;
    padding-right: 30px; }
    .card-container.with-btns .cards .btn-arrow span.fa {
      color: #fff;
      left: 6px; }
      .card-container.with-btns .cards .btn-arrow span.fa.fa-angle-right {
        left: auto;
        right: 6px; }
    .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
      height: calc((0.5625 * (0.176 * (100vw - 0.06 * 100vw - 60px))) + 4px); }
      @media (min-width: 961px) and (max-width: 1200px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
          height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      @media (min-width: 641px) and (max-width: 960px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
          height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      @media (min-width: 481px) and (max-width: 640px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
          height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      @media (max-width: 480px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
          height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
        height: calc((0.5625 * (0.176 * (100vw - 0.06 * 100vw - 60px)))); }
        @media (min-width: 961px) and (max-width: 1200px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw - 60px)))); } }
        @media (min-width: 641px) and (max-width: 960px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw - 60px)))); } }
        @media (min-width: 481px) and (max-width: 640px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px)))); } }
        @media (max-width: 480px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px)))); } }
      .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
        height: calc((0.5625 * (0.2 * (100vw - 0.06 * 100vw - 60px))) + 4px); }
        @media (min-width: 961px) and (max-width: 1200px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
            height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        @media (min-width: 641px) and (max-width: 960px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
            height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        @media (min-width: 481px) and (max-width: 640px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
            height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        @media (max-width: 480px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
            height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
          height: calc((0.5625 * (0.2 * (100vw - 0.06 * 100vw - 60px)))); }
          @media (min-width: 961px) and (max-width: 1200px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw - 60px)))); } }
          @media (min-width: 641px) and (max-width: 960px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw - 60px)))); } }
          @media (min-width: 481px) and (max-width: 640px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px)))); } }
          @media (max-width: 480px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px)))); } }
    .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1 {
      height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw - 60px))) + 4px); }
      @media (min-width: 961px) and (max-width: 1200px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1 {
          height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      @media (min-width: 641px) and (max-width: 960px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1 {
          height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      @media (min-width: 481px) and (max-width: 640px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1 {
          height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      @media (max-width: 480px) {
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1 {
          height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
      .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
        height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw - 60px)))); }
        @media (min-width: 961px) and (max-width: 1200px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.2275 * (100vw - 0.06 * 100vw - 60px)))); } }
        @media (min-width: 641px) and (max-width: 960px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.3133333333 * (100vw - 0.06 * 100vw - 60px)))); } }
        @media (min-width: 481px) and (max-width: 640px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px)))); } }
        @media (max-width: 480px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.inner-padding-0 {
            height: calc((0.5625 * (0.485 * (100vw - 0.06 * 100vw - 60px)))); } }
      .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
        height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw - 60px))) + 4px); }
        @media (min-width: 961px) and (max-width: 1200px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
            height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        @media (min-width: 641px) and (max-width: 960px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
            height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        @media (min-width: 481px) and (max-width: 640px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
            height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        @media (max-width: 480px) {
          .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0 {
            height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px))) + 4px); } }
        .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
          height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw - 60px)))); }
          @media (min-width: 961px) and (max-width: 1200px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.25 * (100vw - 0.06 * 100vw - 60px)))); } }
          @media (min-width: 641px) and (max-width: 960px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.3333333333 * (100vw - 0.06 * 100vw - 60px)))); } }
          @media (min-width: 481px) and (max-width: 640px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px)))); } }
          @media (max-width: 480px) {
            .card-container.with-btns .cards.sixteenByNine.fixed-height-col4-2-row1.margin-0.inner-padding-0 {
              height: calc((0.5625 * (0.5 * (100vw - 0.06 * 100vw - 60px)))); } }
  .card-container .cards-prev, .card-container .cards-next {
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s; }
    .card-container .cards-prev .btn-arrow, .card-container .cards-next .btn-arrow {
      width: 30px;
      height: 100%;
      position: relative;
      cursor: pointer; }
      .card-container .cards-prev .btn-arrow span.fa, .card-container .cards-next .btn-arrow span.fa {
        color: #043de2;
        position: absolute;
        font-size: 45px;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-53%);
                transform: translateY(-53%);
        left: 4px;
        opacity: 0.7; }
        .card-container .cards-prev .btn-arrow span.fa.fa-angle-right, .card-container .cards-next .btn-arrow span.fa.fa-angle-right {
          left: auto;
          right: 4px; }
    .card-container .cards-prev.no-bg, .card-container .cards-next.no-bg {
      background: none; }
    .card-container .cards-prev:hover span.fa, .card-container .cards-next:hover span.fa {
      font-weight: bold;
      opacity: 1;
      color: #f03746; }
  .card-container .cards-prev {
    position: absolute;
    top: 0;
    left: 0; }
    .card-container .cards-prev.offset-30 {
      left: -30px; }
    .card-container .cards-prev.offset-25 {
      left: -25px; }
  .card-container .cards-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px; }
    .card-container .cards-next.offset-30 {
      right: -30px; }
    .card-container .cards-next.offset-25 {
      right: -25px; }
  .card-container .cards-pagination {
    position: absolute;
    right: 0;
    top: -20px; }
    .card-container .cards-pagination span {
      display: inline-block;
      margin: 2px;
      padding: 0px 3px;
      border-radius: 0px; }
      .card-container .cards-pagination span.swiper-pagination-bullet-active {
        background: #f03746; }
  @media (max-width: 900px) {
    .card-container .cards-prev.offset-30 {
      left: -24px;
      width: 24px; }
      .card-container .cards-prev.offset-30 .btn-arrow {
        width: 24px; }
    .card-container .cards-next.offset-30 {
      right: -24px;
      width: 24px; }
      .card-container .cards-next.offset-30 .btn-arrow {
        width: 24px; } }
  @media (max-width: 640px) {
    .card-container .card-container-more-link {
      display: none; }
    .card-container .cards-prev.offset-30 {
      left: 0;
      display: none; }
    .card-container .cards-next.offset-30 {
      right: 0;
      display: none; }
    .card-container:hover .cards-prev, .card-container:hover .cards-next {
      z-index: 2; }
      .card-container:hover .cards-prev.offset-30, .card-container:hover .cards-next.offset-30 {
        display: block !important;
        width: 24px; }
        .card-container:hover .cards-prev.offset-30 .btn-arrow, .card-container:hover .cards-next.offset-30 .btn-arrow {
          width: 24px; } }
  .card-container .no-wrap {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis; }

.flex-height .cards {
  width: 100%;
  height: 100%; }

@media (min-width: 640px) {
  .cards .card .img img {
    display: block; }
  .cards .providerSlider .card .img {
    padding: 5px; }
  .cards.threeByTwo .card {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 5px solid #fff; }
    .cards.threeByTwo .card:last-child {
      border-bottom: 0; }
    .cards.threeByTwo .card .img img {
      height: auto;
      width: 150%;
      margin-left: -25%;
      margin-top: -4%; }
    .cards.threeByTwo .card .titles .title {
      font-size: 12.5px;
      line-height: 16px; }
    .cards.threeByTwo .card .meta .duration {
      display: block; }
  #player .player-card {
    max-height: 460.7px; }
    #player .player-card .img.video, #player .player-card .info {
      max-height: 460.7px; }
  .cards.rail-mixed-scrolling .card-slider {
    overflow-x: scroll; }
  .cards.rail-mixed-scrolling .swiper-wrapper {
    display: table;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .cards.rail-mixed-scrolling .swiper-wrapper > div {
      display: table-cell;
      vertical-align: top; }
  .cards.rail-1-1-2-2 .swiper-wrapper > div:first-child .card {
    margin-right: 10px; }
  .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(-n+2) .card {
    width: 357px !important; }
    .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(-n+2) .card .info {
      height: 99px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
  .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card {
    float: left;
    height: 145px;
    margin-left: 10px;
    width: 200px !important; }
    .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card:first-child {
      margin-bottom: 10px; }
    .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card .titles .title a {
      font-size: 13px; }
  .cards.rail-1-1-2-2 .btn-arrow span.fa {
    color: #ddd; }
  .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(odd) .card {
    width: 357px !important;
    margin-right: 10px; }
    .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(odd) .card .info {
      height: 99px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
  .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card {
    float: left;
    height: 145px;
    margin-right: 10px;
    width: 200px !important; }
    .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card:first-child {
      margin-bottom: 10px; }
    .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card .titles .title a {
      font-size: 13px; }
  .cards.rail-1-2-1-2 .swiper-wrapper > div:last-child .card {
    margin-right: 0; }
  .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card {
    width: 357px !important; }
    .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .info {
      height: 99px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
  .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card {
    float: left;
    height: 145px;
    margin-left: 10px;
    width: 200px !important; }
    .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card:first-child {
      margin-bottom: 10px; }
    .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .titles .title a {
      font-size: 13px; }
  .cards.rail-1-2-2-2 .btn-arrow span.fa {
    color: #fff; } }

.cards.rail-mixed-scrolling .swiper-wrapper .info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px; }
  .cards.rail-mixed-scrolling .swiper-wrapper .info .series-title {
    display: none; }

.cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(-n+2) .card .info {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000; }
  .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(-n+2) .card .info .titles .title a {
    color: #000; }

.cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card .info {
  background-color: rgba(255, 255, 255, 0.85); }
  .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card .info .titles {
    padding: 0; }
  .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card .info .title a {
    color: #000;
    line-height: 32px; }
  .cards.rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card .info .description {
    display: none; }

.cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(odd) .card .info {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000; }
  .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(odd) .card .info .titles .title a {
    color: #000; }

.cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card .info {
  background-color: rgba(255, 255, 255, 0.6); }
  .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card .info .titles {
    padding: 0; }
  .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card .info .title a {
    color: #000;
    line-height: 32px; }
  .cards.rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card .info .description {
    display: none; }

.cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .info {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff; }
  .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .info .titles .title a {
    color: #fff; }

.cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .info {
  background-color: rgba(0, 0, 0, 0.75); }
  .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .info .titles {
    padding: 0; }
  .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .info .title {
    color: #fff;
    font-weight: normal; }
    .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .info .title a {
      color: #fff;
      line-height: 32px; }
  .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .info .description {
    display: none; }

@media (min-width: 640px) and (max-width: 820px) {
  .row.fixed-height-row2.sixteenByNine {
    max-height: none; }
    .row.fixed-height-row2.sixteenByNine > div {
      margin-bottom: 15px; }
      .row.fixed-height-row2.sixteenByNine > div.col-36-12 .breaks-2-1 > div:first-child {
        margin-right: 3%; }
  .feature .card-container {
    background: #161616;
    margin-bottom: 7px; }
    .feature .card-container .cards .card .info {
      position: relative;
      background: #161616; }
      .feature .card-container .cards .card .info .info-container .titles .description {
        height: 28px; }
  #player .player-card {
    max-height: none; }
    #player .player-card .img.video, #player .player-card .info {
      max-height: none; } }

@media (max-width: 639px) {
  .feature-slider h2 {
    padding-top: 7px;
    margin-bottom: 10px; }
  .rail-mixed-scrolling .swiper-wrapper {
    display: block; }
    .rail-mixed-scrolling .swiper-wrapper > div {
      margin-bottom: 10px;
      overflow: hidden; }
      .rail-mixed-scrolling .swiper-wrapper > div:last-child {
        margin-bottom: 0; }
        .rail-mixed-scrolling .swiper-wrapper > div:last-child .card {
          margin-bottom: 0 !important; }
      .rail-mixed-scrolling .swiper-wrapper > div .card {
        display: block; }
  .rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card {
    float: left;
    width: calc(50% - 5px); }
    .rail-1-1-2-2 .swiper-wrapper > div:nth-child(n+3) .card:first-child {
      margin-right: 10px; }
  .rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card {
    float: left;
    width: calc(50% - 5px); }
    .rail-1-2-1-2 .swiper-wrapper > div:nth-child(even) .card:first-child {
      margin-right: 10px; }
  .rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card {
    float: left;
    width: calc(50% - 5px); }
    .rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card:first-child {
      margin-right: 10px; }
  .row .cards.threeByTwo {
    margin: 0 -2px;
    width: calc(100% + 4px); }
    .row .cards.threeByTwo .card {
      margin: 0;
      width: 33.3333% !important;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-right: 2px solid #fff;
      border-left: 2px solid #fff; }
      .row .cards.threeByTwo .card .info {
        position: relative;
        background: transparent; }
        .row .cards.threeByTwo .card .info .titles {
          padding: 6px 2px 2px; }
          .row .cards.threeByTwo .card .info .titles .title {
            text-shadow: none;
            color: #000;
            font-size: 12px;
            line-height: 15px;
            height: 45px;
            overflow: hidden; }
        .row .cards.threeByTwo .card .info .meta .duration {
          color: #000;
          padding: 2px; }
  .row.fixed-height-row2.sixteenByNine {
    max-height: none; }
    .row.fixed-height-row2.sixteenByNine > div {
      margin-bottom: 15px; }
  .feature .card-container {
    background: #161616;
    margin-bottom: 7px; }
    .feature .card-container .cards .card .info {
      position: relative;
      background: #161616; }
      .feature .card-container .cards .card .info .info-container {
        padding: 0 15px; }
        .feature .card-container .cards .card .info .info-container .titles {
          padding-top: 12px; }
          .feature .card-container .cards .card .info .info-container .titles h1.title {
            font-size: 17px;
            text-shadow: none;
            padding: 0 0 12px 0; }
          .feature .card-container .cards .card .info .info-container .titles .description {
            height: 24px; }
    .feature .card-container .card-info-right.sixteenByNine {
      height: auto; }
  .cards.breaks-3-2 .card .info .titles .title a {
    color: #000; }
  .cards-provider-shows .cards.breaks-4-3-2 .card .info .titles .title a,
  .cards-provider-shows .cards.breaks-3-2 .card .info .titles .title a {
    color: #fff; }
  body #content .container.bg-transparent {
    padding: 0 3%; } }

.genres.with-btns .genreSlider .card {
  width: auto; }
  .genres.with-btns .genreSlider .card .info-hover {
    border-bottom: 4px solid #555;
    border-top: 4px solid #999;
    display: block; }
    .genres.with-btns .genreSlider .card .info-hover.active {
      border-bottom: 4px solid #f03746; }
      .genres.with-btns .genreSlider .card .info-hover.active .info {
        background-color: rgba(255, 255, 255, 0.3);
        margin: 4px 0;
        top: 0; }

.cards-provider-shows .cards.breaks-3-2.margin-0 .card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 4px 64px;
  margin-bottom: 8px; }
  .cards-provider-shows .cards.breaks-3-2.margin-0 .card .info {
    margin: 0 0px;
    width: calc(100% - 0px);
    background-color: rgba(0, 0, 0, 0.8); }
    .cards-provider-shows .cards.breaks-3-2.margin-0 .card .info .titles {
      padding: 8px 0 0; }
      .cards-provider-shows .cards.breaks-3-2.margin-0 .card .info .titles .title {
        line-height: 1.3;
        padding: 0 10px; }
      .cards-provider-shows .cards.breaks-3-2.margin-0 .card .info .titles .description {
        display: block;
        display: -webkit-box;
        color: #e4e4e4;
        background-color: #222;
        height: 54px;
        padding: 0 5px;
        margin-top: 3px;
        border: 5px solid #222;
        border-bottom-width: 8px; }
  .cards-provider-shows .cards.breaks-3-2.margin-0 .card .label {
    right: 4px; }

.channels-tiles .cards.square .card {
  -webkit-box-shadow: 2px 2px 15px #bbb;
          box-shadow: 2px 2px 15px #bbb; }

.cards .card.asset-image-missing .img img {
  max-width: 150px;
  width: 56.1%; }

.cards .card.asset-image-missing:hover .img img {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none; }

.cards .card.asset-image-missing .provider {
  display: none; }

/*
	CSS for Custom controls for video player
*/
.expandCompressButtons a {
  display: none; }

.cards .card.player-card .player-container.videoPlayer-fullscreen .vjs-control-bar,
.cards .card.player-card .player-container .vjs-fullscreen .vjs-control-bar {
  font-size: 1em; }

#content > .container:not(.bg-grey):not(.featureMenu):not(.feature-slider):not(.bg-transparent) {
  padding: 30px 3% 0; }

#content .container.bg-grey, #content .container.feature-slider, #content .container.bg-transparent {
  margin-top: 30px; }

#content .container.bg-transparent {
  padding: 0 30px; }

#content .watch-now-container {
  margin-bottom: 110px; }

@media (min-width: 1170px) {
  .cards .card.player-card .player-container.videoPlayer-fullscreen .video-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999; }
  .expandCompressButtons {
    margin-left: 6px; }
    .expandCompressButtons a {
      color: #fff;
      cursor: pointer;
      height: 100%;
      font-size: 1.3em;
      line-height: 2.15em;
      width: 2em;
      text-align: center; }
      .expandCompressButtons a:hover {
        color: #fff; }
  .container.channels-tiles {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .expandCompressButtons a.fa-expand, .videoPlayer-fullscreen .expandCompressButtons a.fa-compress {
    display: inline-block; }
  .videoPlayer-fullscreen .expandCompressButtons a.fa-expand, .vjs-fullscreen .expandCompressButtons a {
    display: none; }
  .card-container:not(.cards-provider-shows):not(.shows-list-cards) .cards .card .info {
    position: relative; }
  .card-container .breaks-4-3-2.cards .card .info .titles, .card-container .breaks-3-2.cards .card .info .titles {
    padding: 9px 0 2px; }
    .card-container .breaks-4-3-2.cards .card .info .titles .series-title, .card-container .breaks-3-2.cards .card .info .titles .series-title {
      height: 15px;
      white-space: nowrap;
      width: 100%; }
  .card-container .breaks-4-3-2.cards .card .info .duration, .card-container .breaks-3-2.cards .card .info .duration {
    border: 0;
    padding: 0 6px;
    top: -19px;
    position: absolute;
    line-height: 19px;
    right: 0;
    color: #fff;
    background-color: #000; }
  .card-container .breaks-4-3-2.cards .card .info .meta .genres, .card-container .breaks-3-2.cards .card .info .meta .genres {
    padding-left: 0; }
  .search-results-container .card-container .cards .card .info .duration {
    right: 4px;
    top: -23px; }
  .breaks-4-3-2.cards .card .info .titles {
    padding-top: 4px; }
  .watch-now-container .col-36-7 .card {
    position: relative; }
    .watch-now-container .col-36-7 .card .info {
      background: none;
      position: unset; }
      .watch-now-container .col-36-7 .card .info .info-container .titles {
        background-color: rgba(0, 0, 0, 0.8);
        left: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        padding: 6px 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .watch-now-container .col-36-7 .card .info .info-container .meta .duration {
        top: 0;
        right: 0;
        position: absolute;
        padding: 3px 6px 2px;
        background-color: #111; }
  .watch-now-container .col-36-12 .cards .card .info {
    background-color: rgba(0, 0, 0, 0.8); }
    .watch-now-container .col-36-12 .cards .card .info .titles {
      padding: 8px 65px 8px 10px; }
    .watch-now-container .col-36-12 .cards .card .info .duration {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 8px 10px; }
  #content .watch-now-container {
    margin-bottom: 45px; }
    #content .watch-now-container .row.sixteenByNine {
      max-height: 421px; }
  .white-bg--content-aligned #content > .container:not(.bg-grey):not(.featureMenu):not(.feature-slider):not(.bg-transparent) {
    padding-left: 0;
    padding-right: 0; }
  .white-bg--content-aligned #content .watch-now-container .col-36-17 {
    width: 44.6388888889%;
    margin-right: 1%;
    background-color: #111;
    color: #fff; }
    .white-bg--content-aligned #content .watch-now-container .col-36-17 .info .titles .title a {
      color: #fff; }
  .white-bg--content-aligned #content .watch-now-container .col-36-7 {
    width: 22.0277777778%;
    margin-right: 1%; }
    .white-bg--content-aligned #content .watch-now-container .col-36-7 .cards .card {
      border: 0;
      height: 31.55%;
      margin: 0 0 4.3%; }
      .white-bg--content-aligned #content .watch-now-container .col-36-7 .cards .card:last-child {
        margin: 0; }
      .white-bg--content-aligned #content .watch-now-container .col-36-7 .cards .card .img img {
        width: 110%;
        margin-left: -5%;
        margin-top: -4%; }
  .white-bg--content-aligned #content .watch-now-container .col-36-12 {
    padding: 0;
    width: 31.06%; }
    .white-bg--content-aligned #content .watch-now-container .col-36-12 .cards .card:first-child {
      margin-bottom: 3.3%; }
  .bg-transparent .card-container.genres h2,
  .bg-transparent .card-container.providers h2 {
    position: relative;
    left: -30px; } }

@media (max-width: 1169px) {
  .watch-now-container .col-36-12 .card .info-container .titles {
    padding: 7px 65px 7px 10px; }
  .watch-now-container .col-36-12 .card .info-container .meta {
    position: absolute;
    bottom: 7px;
    right: 11px; }
    .watch-now-container .col-36-12 .card .info-container .meta .duration {
      padding: 0; }
  .watch-now-container .col-36-17 {
    background-color: #111;
    color: #fff; }
    .watch-now-container .col-36-17 .info .titles .title a {
      color: #fff; }
  .search-results-container .card .info .titles {
    padding: 10px 0; } }

.spinner {
  text-align: center;
  line-height: 50px;
  padding: 20px 0 30px;
  height: 50px; }
  .spinner span {
    display: inline-block; }
    .spinner span.fa {
      line-height: 50px;
      font-size: 35px; }
    .spinner span.spinner-text {
      font-size: 18px;
      vertical-align: top;
      line-height: 52px;
      margin-left: 5px; }

@media (max-width: 1169px) and (min-width: 640px) {
  .watch-now-container .col-36-7 .card .info {
    position: unset; }
    .watch-now-container .col-36-7 .card .info .titles {
      background-color: rgba(0, 0, 0, 0.7);
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 7px; }
    .watch-now-container .col-36-7 .card .info .meta {
      position: absolute;
      top: 0;
      right: 0; }
      .watch-now-container .col-36-7 .card .info .meta .duration {
        background-color: #222;
        padding: 2px 6px; } }

.feature .container {
  padding: 0; }

.feature .card-info-right .video-grid .img {
  width: auto; }

.feature .card-info-right .video-grid .info {
  background-color: #fff; }
  .feature .card-info-right .video-grid .info .info-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px; }
  .feature .card-info-right .video-grid .info .titles {
    color: #000; }
    .feature .card-info-right .video-grid .info .titles .series-title a {
      color: #043de2 !important;
      text-transform: uppercase;
      padding: 0; }
    .feature .card-info-right .video-grid .info .titles .title {
      color: #000 !important;
      padding-right: 0px !important; }
  .feature .card-info-right .video-grid .info .meta {
    position: absolute !important;
    bottom: 0 !important;
    padding-bottom: 26px !important; }
    .feature .card-info-right .video-grid .info .meta div {
      border-right: 0 !important; }
    .feature .card-info-right .video-grid .info .meta .duration {
      float: none !important; }
    .feature .card-info-right .video-grid .info .meta .genres {
      padding: 0 !important; }

.feature .card-info-right {
  line-height: 0; }
  .feature .card-info-right.sixteenByNine {
    height: calc((0.5625 * (0.7 * (100vw)))); }
  .feature .card-info-right .img {
    width: 70%;
    height: calc((0.5625 * (0.7 * (100vw))));
    display: inline-block; }
  .feature .card-info-right .info {
    margin: 0;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    background: #000;
    color: #fff;
    white-space: normal;
    height: calc((0.5625 * (0.7 * (100vw)))); }
    .feature .card-info-right .info .info-container {
      position: relative;
      line-height: 1.4;
      height: 100%;
      padding: 0;
      padding-left: 20px;
      padding-right: 20px; }
      .feature .card-info-right .info .info-container .titles {
        padding: 0;
        padding-top: 20px; }
        .feature .card-info-right .info .info-container .titles .series-title {
          padding: 0;
          margin: 0;
          font-size: 100%;
          font-weight: 400; }
        .feature .card-info-right .info .info-container .titles .title {
          padding: 0;
          padding-top: 10px;
          padding-bottom: 10px;
          text-transform: capitalize;
          font-size: 200%;
          font-weight: 700;
          color: #fff;
          margin: 0; }
          .feature .card-info-right .info .info-container .titles .title a {
            color: #fff; }
        .feature .card-info-right .info .info-container .titles > .title {
          padding-right: 48px; }
        .feature .card-info-right .info .info-container .titles .description {
          line-height: 1.4;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 216px;
          /* Fallback for non-webkit */
          margin: 0 auto;
          font-size: 13.5px;
          line-height: 1.5;
          -webkit-line-clamp: 12;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .feature .card-info-right .info .info-container .meta {
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
        width: calc((1 * (0.3 * (100vw))) + -40px); }
        .feature .card-info-right .info .info-container .meta div {
          display: inline-block;
          padding-right: 10px;
          border-right: 1px solid #666;
          font-size: 12px; }
          .feature .card-info-right .info .info-container .meta div:last-child {
            padding-left: 10px;
            padding-right: 0;
            border-right: none; }
  .feature .card-info-right .provider {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px; }
    .feature .card-info-right .provider img {
      width: 100%;
      height: 100%; }

@media (max-width: 820px) {
  .feature .cards .card {
    width: calc((1 * (1 * (100vw)))); }
    .feature .cards .card .img {
      width: calc((1 * (1 * (100vw)))); }
    .feature .cards .card .info {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: transparent;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.8)));
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 40%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#CC000000',GradientType=0 );
      /* IE6-9 */
      background-blend-mode: multiply;
      width: 100%;
      height: auto; }
      .feature .cards .card .info .info-container {
        height: auto;
        padding-left: 30px;
        padding-right: 30px; }
        .feature .cards .card .info .info-container .titles .series-title {
          text-shadow: 0px 0px 4px #000; }
        .feature .cards .card .info .info-container .titles .title {
          padding-top: 0;
          padding-bottom: 10px;
          text-shadow: 0px 0px 4px #000;
          font-size: 200%; }
        .feature .cards .card .info .info-container .titles .description {
          padding-bottom: 10px;
          line-height: 1.5;
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 36px;
          /* Fallback for non-webkit */
          margin: 0 auto;
          font-size: 12px;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .feature .cards .card .info .info-container .meta {
          display: block;
          position: relative;
          width: auto;
          padding-top: 6px; }
  .feature .cards.sixteenByNine {
    height: calc((0.5625 * (1 * (100vw)))); }
    .feature .cards.sixteenByNine .card .img {
      height: calc((0.5625 * (1 * (100vw)))); } }

@media (max-width: 640px) {
  .feature {
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0; }
    .feature .info .info-container .titles .description {
      display: none; } }

.featureMenu .featureMenuSlider .card .info, .episodes .episodeSlider .card .info {
  background-color: rgba(0, 0, 0, 0.8); }
  .featureMenu .featureMenuSlider .card .info .titles, .episodes .episodeSlider .card .info .titles {
    padding: 5px 8px 7px; }
    .featureMenu .featureMenuSlider .card .info .titles .series-title, .episodes .episodeSlider .card .info .titles .series-title {
      display: block;
      height: 13px;
      margin-bottom: 2px; }
    .featureMenu .featureMenuSlider .card .info .titles .title, .episodes .episodeSlider .card .info .titles .title {
      display: block; }
      .featureMenu .featureMenuSlider .card .info .titles .title .ellipsis-text, .episodes .episodeSlider .card .info .titles .title .ellipsis-text {
        display: block;
        line-height: 16px;
        height: 34px;
        overflow: hidden;
        font-size: 13px; }
  .featureMenu .featureMenuSlider .card .info .meta, .episodes .episodeSlider .card .info .meta {
    display: none; }

@media (min-width: 1170px) {
  .feature .card-info-right .info .info-container .meta .duration {
    float: left; }
  .feature .card-info-right .info .info-container .meta .genres {
    display: table-cell;
    vertical-align: top; } }

.error {
  position: relative;
  margin: 0 auto;
  text-align: center;
  min-height: 300px; }
  .error .error-code, .error .error-content {
    -webkit-transform: translateZ(0);
    position: absolute;
    left: 0;
    right: 0; }
  .error .error-code {
    bottom: 60%;
    color: #2d353c;
    font-size: 96px;
    line-height: 100px; }
  .error .error-content {
    top: 40%;
    bottom: 0;
    padding-top: 15px; }
    .error .error-content .error-message {
      font-size: 24px; }
  .error .margin-bottom-10 {
    margin-bottom: 10px !important; }

.footer {
  background-color: #212427;
  padding-top: 70px;
  padding-bottom: 100px;
  color: #fff; }
  .footer a {
    color: white; }
  .footer .footer__container {
    margin-right: 48px;
    margin-left: 48px;
    padding-left: 0;
    padding-right: 0; }
    .footer .footer__container:before, .footer .footer__container:after {
      content: " ";
      display: table;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .footer .footer__container:after {
      clear: both; }
    .footer .footer__container .footer__info {
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0; }
      .footer .footer__container .footer__info a, .footer .footer__container .footer__info a:link, .footer .footer__container .footer__info a:visited, .footer .footer__container .footer__info a:active {
        color: #f03746;
        -webkit-transition: color .5s;
        transition: color .5s;
        text-decoration: none; }
      .footer .footer__container .footer__info a:link, .footer .footer__container .footer__info a:visited, .footer .footer__container .footer__info a:active {
        text-decoration: none !important; }
      .footer .footer__container .footer__info .footer__logo {
        background-size: contain;
        height: 80px; }
      .footer .footer__container .footer__info .footer__logo {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 160px auto;
        display: block;
        height: 50px;
        margin-bottom: 20px;
        width: 160px; }
      .footer .footer__container .footer__info:after {
        clear: both; }
    .footer .footer__container .footer__navigation {
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      position: relative;
      min-height: 1px;
      padding-left: 0;
      padding-right: 0;
      text-transform: uppercase; }
      .footer .footer__container .footer__navigation .footer__navigation--col-half {
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0; }
        .footer .footer__container .footer__navigation .footer__navigation--col-half ul {
          font-size: 14px;
          line-height: 22px;
          padding-left: 20px;
          margin: 0 0 30px; }
          .footer .footer__container .footer__navigation .footer__navigation--col-half ul li {
            margin: 0;
            padding: 0;
            border: 0;
            font-size: 100%;
            font: inherit;
            vertical-align: baseline; }
        .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-1 {
          position: relative;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          position: relative;
          min-height: 1px;
          border-right: 2px #fff solid;
          padding-left: 0;
          padding-right: 0;
          list-style: none;
          margin: 0;
          padding: 0 30px; }
        .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-2, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-3 {
          position: relative;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          position: relative;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          list-style: none;
          border-right: 2px #fff solid;
          padding: 0 30px; }
        .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-4 {
          position: relative;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          position: relative;
          min-height: 1px;
          padding-left: 0;
          padding-right: 0;
          list-style: none;
          padding: 0 30px; }
        .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation-link, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation-link:link, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation-link:visited, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation-link:active {
          display: block;
          color: #fff;
          font-size: 13px;
          line-height: 30px; }
        @media (min-width: 768px) {
          .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-1 {
            float: left;
            width: 100%; }
          .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-2 {
            float: left;
            width: 100%; }
          .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-3 {
            float: left;
            width: 100%; }
          .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-4 {
            float: left;
            width: 100%; } }
        @media (min-width: 1265px) {
          .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-1, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-2, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-3, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-4 {
            float: left;
            width: 34%; }
          .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-2 {
            float: right; } }
  @media (min-width: 768px) {
    .footer .footer__navigation--col-half {
      float: left;
      width: 50%; } }
  @media (min-width: 1265px) {
    .footer .footer__container .footer__info {
      float: left;
      width: 33.33333%; }
    .footer .footer__container .footer__navigation {
      float: left;
      width: 66.66667%; } }
  @media (max-width: 1265px) {
    .footer .footer__container .footer__info {
      float: left;
      width: 50%; }
    .footer .footer__container .footer__navigation {
      float: left;
      width: 50%; }
      .footer .footer__container .footer__navigation .footer__navigation--col-half {
        float: left;
        width: 50%; }
        .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-1, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-2, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-3, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-4 {
          border-right: none;
          padding-left: 0;
          padding-right: 0; }
        .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-3 {
          border-bottom: 1px solid #fff;
          padding-bottom: 30px;
          margin: 0 0 30px; } }
  @media (max-width: 768px) {
    .footer {
      padding-top: 40px; }
      .footer .footer__container {
        margin-right: 24px;
        margin-left: 24px; }
        .footer .footer__container .footer__logo {
          background-size: 100px auto !important;
          width: 100px !important; }
        .footer .footer__container .footer__info {
          width: 100%;
          padding-bottom: 20px; }
        .footer .footer__container .footer__navigation {
          width: 100%; }
          .footer .footer__container .footer__navigation .footer__navigation--col-half {
            float: left;
            width: 50%; }
            .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-1, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-2, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-3, .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-4 {
              border-right: none;
              padding-left: 0;
              padding-right: 0; }
            .footer .footer__container .footer__navigation .footer__navigation--col-half .footer__navigation--col-3 {
              border-bottom: 1px solid #fff;
              padding-bottom: 30px;
              margin: 0 0 30px; } }
  @media (min-width: 1200px) {
    .footer .visible-lg {
      display: block !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.5; }

a {
  pointer-events: auto;
  text-decoration: none;
  color: #f03746; }
  a:hover {
    text-decoration: none;
    color: #e31122; }

h2 {
  text-transform: uppercase;
  color: #f03746;
  margin-top: 0; }

.caps, .cards .card .info .titles .series-title, .feature .card-info-right .info .info-container .titles .series-title {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.truncate, .cards .card .info .meta, .feature .card-info-right .info .info-container .meta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sans-serif {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.serif {
  font-family: 'PT+Serif', serif; }

.color-primary {
  color: #f03746; }

.grayscale, .cards.border-top .card-slider .card .img img, .cards.border-top.click-play .card-slider .card.swiper-slide-active .img img {
  -webkit-filter: grayscale(95%);
  filter: grayscale(95%); }

.no-filter, .cards.border-top .card-slider .card.swiper-slide-active .img img, .cards.border-top.click-play .card-slider .card.playing .img img {
  -webkit-filter: none;
  filter: none; }

.container {
  padding: 3%;
  padding-top: 1.5%; }

.container-0 {
  padding: 0; }

main {
  position: relative;
  min-height: 200px;
  overflow: hidden; }

.white-border-4 {
  border: 4px solid #fff; }

.bg-grey {
  background: #ccc; }

.bg-dark-grey {
  background: #333; }

.bg-white {
  background: #fff; }

.bg-black {
  background: #000; }

.color-black {
  color: #000; }

.pull-right {
  float: right; }

.pull-left {
  float: right; }

.btn {
  border: none;
  padding: 8px 32px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 102%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f46672), to(#e31122));
  background: linear-gradient(to bottom, #f46672 0%, #e31122 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF46672', endColorstr='#FFE31122',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
  .btn:hover {
    color: #fff;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f24f5c), to(#b40d1b));
    background: linear-gradient(to bottom, #f24f5c 0%, #b40d1b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF24F5C', endColorstr='#FFB40D1B',GradientType=0 );
    /* IE6-9 */ }

.img-hor {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH"; }

/* HEADER */
.header-fixed {
  padding: 0; }

.header__navigation {
  background-color: #212427;
  border-bottom: 1px #000 solid;
  list-style: none; }
  .header__navigation * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .header__navigation .container {
    margin: 0 auto;
    padding: 0;
    width: 1170px; }
  .header__navigation a {
    -webkit-transition: color .5s;
    transition: color .5s; }
    .header__navigation a:hover {
      -webkit-transition: color 0s;
      transition: color 0s; }
  .header__navigation ul {
    font-size: 12px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .header__navigation ul.header__navigation-list {
      float: left;
      letter-spacing: 0.5px;
      margin: 0 0 -1px;
      padding: 0; }
      .header__navigation ul.header__navigation-list a.has-child:after {
        top: -2px;
        width: 0;
        height: 0;
        content: " ";
        margin-left: 5px;
        margin-right: -2px;
        position: relative;
        border-style: solid;
        display: inline-block;
        border-width: 4px 4px 0 4px;
        -webkit-transition: all .2s linear .1s;
        -webkit-transition: all .5s;
        transition: all .5s;
        border-color: #fff transparent transparent transparent; }
      .header__navigation ul.header__navigation-list a.has-child:hover:after {
        border-color: #212427 transparent transparent transparent; }
      .header__navigation ul.header__navigation-list .header__navigation-item {
        position: relative;
        display: block;
        float: left; }
        .header__navigation ul.header__navigation-list .header__navigation-item .sub-menu {
          top: 63px;
          left: -1px;
          margin: 0;
          z-index: 9;
          min-width: 165px;
          width: calc(100%+20px);
          padding: 0;
          text-align: left;
          visibility: hidden;
          position: absolute;
          opacity: 0;
          filter: alpha(opacity=0);
          border-radius: 0 3px 5px 5px;
          border: 0 solid transparent;
          border: 0 none;
          background: #212427 none repeat scroll 0 0;
          -webkit-transition: all .2s linear .1s;
          transition: all .2s linear .1s;
          -webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, 0.33) !important;
          box-shadow: 0 6px 12px rgba(20, 20, 20, 0.33) !important;
          overflow: visible; }
          .header__navigation ul.header__navigation-list .header__navigation-item .sub-menu li {
            display: block;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            .header__navigation ul.header__navigation-list .header__navigation-item .sub-menu li a {
              border-radius: 0;
              display: block;
              line-height: 1.2;
              padding: 10px 12px; }
            .header__navigation ul.header__navigation-list .header__navigation-item .sub-menu li:last-child > a {
              border: 0;
              border-bottom: 0 none;
              border-radius: 0 0 5px 5px; }
          .header__navigation ul.header__navigation-list .header__navigation-item .sub-menu a:hover {
            background-color: #ed3a4b;
            color: #212427; }
          .header__navigation ul.header__navigation-list .header__navigation-item .sub-menu .sub-menu {
            top: 0;
            left: 100%; }
          .header__navigation ul.header__navigation-list .header__navigation-item .sub-menu .menu-item-has-children:hover .submenu {
            opacity: 1;
            visibility: visible; }
      .header__navigation ul.header__navigation-list .header__navigation-link {
        display: block;
        line-height: 43px;
        padding: 0 10px; }
        .header__navigation ul.header__navigation-list .header__navigation-link:hover {
          background-color: #ed3a4b;
          color: #212427; }
      .header__navigation ul.header__navigation-list .header__navigation-selected {
        border-bottom: 3px #ed3a4b solid; }
      .header__navigation ul.header__navigation-list li:hover > .sub-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        top: 42px;
        visibility: visible; }
      .header__navigation ul.header__navigation-list li:hover > .sub-menu li:hover > .sub-menu {
        top: 0; }
  .header__navigation .header__regions {
    border-left: 1px #000 solid;
    border-right: 1px #414141 solid;
    float: right;
    width: 240px; }
    .header__navigation .header__regions .header__regions-list {
      border-left: 1px #414141 solid;
      border-right: 1px #000 solid;
      list-style: none;
      margin: 0 0 -1px;
      padding: 0; }
      .header__navigation .header__regions .header__regions-list li {
        list-style-type: none; }
    .header__navigation .header__regions .header__regions-link {
      display: block;
      font-size: 13px;
      line-height: 43px;
      padding: 0 60px 0 20px;
      position: relative;
      -webkit-transition: background-color .5s;
      transition: background-color .5s; }
      .header__navigation .header__regions .header__regions-link:before {
        color: #ed3a4b;
        content: "■";
        font-size: 20px;
        line-height: 20px;
        margin-right: 10px; }
      .header__navigation .header__regions .header__regions-link .fa-chevron-down {
        color: #ddd;
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .header__navigation .header__regions .dropit .dropit-trigger {
      position: relative; }
      .header__navigation .header__regions .dropit .dropit-trigger > ul {
        background-color: #212427;
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9; }
      .header__navigation .header__regions .dropit .dropit-trigger a:hover {
        background-color: #ed3a4b;
        color: #fff;
        -webkit-transition: background-color 0s;
        transition: background-color 0s; }
      .header__navigation .header__regions .dropit .dropit-trigger:hover > ul {
        display: block; }
    .header__navigation .header__regions .header__regions-link--regional:before {
      color: #f0885f; }
    .header__navigation .header__regions .header__regions-link--rural:before {
      color: #8dc640; }
    .header__navigation .header__regions .header__regions-link--national:before {
      color: #5b369e; }

.player .card-container.bg-black #player .img.video.video-full-browser-mode {
  position: fixed;
  top: 0;
  left: 0;
  max-height: none;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.video-full-browser-mode .expandCompressButtons a.fa-expand {
  display: none; }

.video-full-browser-mode .expandCompressButtons a.fa-compress {
  display: inline-block; }

@media screen and (max-width: 1169px) {
  .header__navigation {
    display: none; } }

@media screen and (min-width: 641px) {
  .feature .cards .card-slider .card {
    background-color: #000; }
  .feature .card-info-right .info .info-container {
    position: unset; }
  .cards .card .img img {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto; }
  .cards .card .img:before {
    padding-top: 0; }
  .feature .card-info-right.sixteenByNine, .card-slider.featureSlider .img, .card-slider.featureSlider .info {
    height: auto; }
  .feature .card-info-right .info .info-container .meta {
    padding-right: 12px;
    width: auto; }
    .feature .card-info-right .info .info-container .meta .genres {
      white-space: normal;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .feature .card-info-right .info .info-container .meta .genres a {
        color: #f03746; }
  .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card {
    width: 476px !important; }
    .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .info {
      background-color: #333;
      height: 32px; }
      .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .info .titles {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 11px; }
        .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .info .titles .title {
          font-weight: normal; }
        .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .info .titles .description {
          display: none; }
  .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .info {
    background-color: #333; }
  .card-container .cards-prev,
  .card-container .cards-next,
  .card-container .cards-prev .btn-arrow,
  .card-container .cards-next .btn-arrow {
    width: 35px; }
  .container,
  .card-container.with-btns .cards {
    padding-left: 35px;
    padding-right: 35px; }
  .card-container .cards-prev.offset-30 {
    left: -35px; }
  .card-container .cards-prev .btn-arrow span.fa.fa-angle-left,
  .card-container .cards-next .btn-arrow span.fa.fa-angle-right,
  .card-container.with-btns .cards .btn-arrow span.fa.fa-angle-right {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    right: auto; }
  .card-container .cards-next.offset-30 {
    right: -35px; }
  .feature .card-info-right .info .info-container .titles > .title {
    padding-right: 48px;
    max-height: 3.6em;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-top: 0; }
  .feature .card-info-right .info .info-container .titles .description {
    height: 220px; }
  .feature .cards .card-slider .card {
    height: 387px; }
    .feature .cards .card-slider .card > .info {
      height: 387px; } }

.container-0 {
  padding: 0; }

@media screen and (min-width: 1170px) {
  header div.header-container-wrapper {
    background-color: #fff; }
    header div.header-container-wrapper .header-container {
      width: 1170px; }
    header div.header-container-wrapper div.logo {
      padding: 3px 0 0 3px; }
      header div.header-container-wrapper div.logo img {
        height: auto;
        -webkit-transition: 0s;
        transition: 0s;
        width: 180px; }
    header div.header-container-wrapper .header-container {
      background-color: #fff; }
      header div.header-container-wrapper .header-container nav li:hover {
        border-bottom: 4px solid #ed3a6b; }
      header div.header-container-wrapper .header-container nav li a {
        border-bottom: 0;
        color: #000; }
  .show-search .search {
    display: block;
    z-index: 999;
    position: relative;
    width: 1170px;
    margin: 0 auto; }
  #content {
    margin: 0 auto;
    width: 1170px; }
  .footer .footer__container {
    margin: 0 auto;
    width: 1170px; }
    .footer .footer__container .footer__info {
      padding-left: 3%;
      width: 30.3333%; }
  .header__navigation-item .sub-menu {
    position: absolute;
    left: 0;
    top: 55px;
    text-align: left;
    background: #5e5e5e;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    visibility: hidden;
    min-width: 270px;
    border-radius: 0 0 4px 4px;
    overflow: hidden; }
    .header__navigation-item .sub-menu > li > a.has-child:after {
      position: absolute;
      right: 13px;
      top: 50%;
      margin-top: -2px;
      border-width: 4px 0 4px 4px;
      border-color: transparent transparent transparent #fff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .header__navigation-item .sub-menu > li > a.has-child:hover:after {
      border-color: transparent transparent transparent #212427; }
  .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child {
    padding-left: 0; }
    .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card {
      width: 450px !important; }
      .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .img {
        height: 268px; }
        .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:first-child .card .img img {
          height: 100%;
          width: auto; }
  .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card {
    width: 215px !important; }
    .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:nth-child(n+2) .card .img img {
      width: 215px; }
  .large-feature-images .cards.rail-1-2-2-2 .swiper-wrapper > div:last-child {
    padding-right: 0; }
  .large-feature-images .cards.rail-1-2-2-2 .cards-prev, .large-feature-images .cards.rail-1-2-2-2 .cards-next {
    background: transparent !important;
    width: 35px; }
    .large-feature-images .cards.rail-1-2-2-2 .cards-prev .btn-arrow, .large-feature-images .cards.rail-1-2-2-2 .cards-next .btn-arrow {
      width: 35px; }
      .large-feature-images .cards.rail-1-2-2-2 .cards-prev .btn-arrow span.fa.fa-angle-left, .large-feature-images .cards.rail-1-2-2-2 .cards-next .btn-arrow span.fa.fa-angle-left {
        left: 46%; }
  .large-feature-images .cards.rail-1-2-2-2 .cards-next .btn-arrow span.fa.fa-angle-right {
    left: auto;
    right: 2%; } }

.search form input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slick-slider {
  padding: 0 30px; }
  .slick-slider > button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    border: 0;
    font-size: 25px;
    width: 22px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #f03746;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    outline: none;
    background-color: #fff; }
    .slick-slider > button.slick-next {
      left: auto;
      right: 0; }
  .slick-slider .slick-list {
    padding-bottom: 22px !important;
    padding-top: 22px !important; }
  .slick-slider.center .card .info-hover {
    display: block;
    outline: none;
    opacity: 0.9;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .slick-slider.center .card .info-hover .info {
      margin: 0 5px;
      text-align: center;
      color: #fff;
      background-color: #333;
      font-size: 13px;
      line-height: 17px;
      padding: 6px 8px; }
    .slick-slider.center .card .info-hover .label {
      position: absolute;
      top: 0px;
      right: 5px;
      font-size: 11px;
      background-color: #f03746;
      line-height: 20px;
      padding: 0 8px;
      color: #fff;
      font-family: "PT Serif", serif; }
  .slick-slider.center .card.slick-center .info-hover {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    opacity: 1;
    transform: scale(1.25);
    z-index: 10;
    position: relative; }
    .slick-slider.center .card.slick-center .info-hover .info {
      background-color: #f03746; }
  .slick-slider img {
    margin: 0 auto;
    width: calc(100% - 10px); }

@media (max-width: 1169px) {
  .slick-slider.center .card .info-hover .info {
    font-size: 12px;
    line-height: 16px; } }

@media (max-width: 640px) {
  .slick-slider {
    margin: 0px -24px; }
    .slick-slider.center .card.slick-center .info-hover {
      -webkit-transform: scale(1.06);
      transform: scale(1.06); }
  .large-feature-images .cards.rail-1-2-2-2 .cards-prev, .large-feature-images .cards.rail-1-2-2-2 .cards-next {
    background: transparent !important; } }

.col-12-1 {
  width: 5.5833333333%; }
  .col-12-1.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.6666666667% * (100vw)))); }
  .col-12-1.fourByThree-rows2 {
    height: calc((1.5 * (-2.6666666667% * (100vw)))); }
  .col-12-1.margin-0 {
    width: 8.3333333333%;
    margin: 0; }
  .col-12-1.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-1 {
      width: 100%; } }

.col-12-2 {
  width: 14.1666666667%; }
  .col-12-2.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.3333333333% * (100vw)))); }
  .col-12-2.fourByThree-rows2 {
    height: calc((1.5 * (-2.3333333333% * (100vw)))); }
  .col-12-2.margin-0 {
    width: 16.6666666667%;
    margin: 0; }
  .col-12-2.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-2 {
      width: 100%; } }

.col-12-3 {
  width: 22.75%; }
  .col-12-3.sixteenByNine-rows2 {
    height: calc((1.125 * (-2% * (100vw)))); }
  .col-12-3.fourByThree-rows2 {
    height: calc((1.5 * (-2% * (100vw)))); }
  .col-12-3.margin-0 {
    width: 25%;
    margin: 0; }
  .col-12-3.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-3 {
      width: 100%; } }

.col-12-4 {
  width: 31.3333333333%; }
  .col-12-4.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.6666666667% * (100vw)))); }
  .col-12-4.fourByThree-rows2 {
    height: calc((1.5 * (-1.6666666667% * (100vw)))); }
  .col-12-4.margin-0 {
    width: 33.3333333333%;
    margin: 0; }
  .col-12-4.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-4 {
      width: 100%; } }

.col-12-5 {
  width: 39.9166666667%; }
  .col-12-5.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.3333333333% * (100vw)))); }
  .col-12-5.fourByThree-rows2 {
    height: calc((1.5 * (-1.3333333333% * (100vw)))); }
  .col-12-5.margin-0 {
    width: 41.6666666667%;
    margin: 0; }
  .col-12-5.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-5 {
      width: 100%; } }

.col-12-6 {
  width: 48.5%; }
  .col-12-6.sixteenByNine-rows2 {
    height: calc((1.125 * (-1% * (100vw)))); }
  .col-12-6.fourByThree-rows2 {
    height: calc((1.5 * (-1% * (100vw)))); }
  .col-12-6.margin-0 {
    width: 50%;
    margin: 0; }
  .col-12-6.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-6 {
      width: 100%; } }

.col-12-7 {
  width: 57.0833333333%; }
  .col-12-7.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.6666666667% * (100vw)))); }
  .col-12-7.fourByThree-rows2 {
    height: calc((1.5 * (-0.6666666667% * (100vw)))); }
  .col-12-7.margin-0 {
    width: 58.3333333333%;
    margin: 0; }
  .col-12-7.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-7 {
      width: 100%; } }

.col-12-8 {
  width: 65.6666666667%; }
  .col-12-8.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.3333333333% * (100vw)))); }
  .col-12-8.fourByThree-rows2 {
    height: calc((1.5 * (-0.3333333333% * (100vw)))); }
  .col-12-8.margin-0 {
    width: 66.6666666667%;
    margin: 0; }
  .col-12-8.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-8 {
      width: 100%; } }

.col-12-9 {
  width: 74.25%; }
  .col-12-9.sixteenByNine-rows2 {
    height: calc((1.125 * (0% * (100vw)))); }
  .col-12-9.fourByThree-rows2 {
    height: calc((1.5 * (0% * (100vw)))); }
  .col-12-9.margin-0 {
    width: 75%;
    margin: 0; }
  .col-12-9.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-9 {
      width: 100%; } }

.col-12-10 {
  width: 82.8333333333%; }
  .col-12-10.sixteenByNine-rows2 {
    height: calc((1.125 * (0.3333333333% * (100vw)))); }
  .col-12-10.fourByThree-rows2 {
    height: calc((1.5 * (0.3333333333% * (100vw)))); }
  .col-12-10.margin-0 {
    width: 83.3333333333%;
    margin: 0; }
  .col-12-10.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-10 {
      width: 100%; } }

.col-12-11 {
  width: 91.4166666667%; }
  .col-12-11.sixteenByNine-rows2 {
    height: calc((1.125 * (0.6666666667% * (100vw)))); }
  .col-12-11.fourByThree-rows2 {
    height: calc((1.5 * (0.6666666667% * (100vw)))); }
  .col-12-11.margin-0 {
    width: 91.6666666667%;
    margin: 0; }
  .col-12-11.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-11 {
      width: 100%; } }

.col-12-12 {
  width: 100%; }
  .col-12-12.sixteenByNine-rows2 {
    height: calc((1.125 * (1% * (100vw)))); }
  .col-12-12.fourByThree-rows2 {
    height: calc((1.5 * (1% * (100vw)))); }
  .col-12-12.margin-0 {
    width: 100%;
    margin: 0; }
  .col-12-12.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-12-12 {
      width: 100%; } }

.col-36-1 {
  width: -0.1388888889%; }
  .col-36-1.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.8888888889% * (100vw)))); }
  .col-36-1.fourByThree-rows2 {
    height: calc((1.5 * (-2.8888888889% * (100vw)))); }
  .col-36-1.margin-0 {
    width: 2.7777777778%;
    margin: 0; }
  .col-36-1.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-1 {
      width: 100%; } }

.col-36-2 {
  width: 2.7222222222%; }
  .col-36-2.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.7777777778% * (100vw)))); }
  .col-36-2.fourByThree-rows2 {
    height: calc((1.5 * (-2.7777777778% * (100vw)))); }
  .col-36-2.margin-0 {
    width: 5.5555555556%;
    margin: 0; }
  .col-36-2.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-2 {
      width: 100%; } }

.col-36-3 {
  width: 5.5833333333%; }
  .col-36-3.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.6666666667% * (100vw)))); }
  .col-36-3.fourByThree-rows2 {
    height: calc((1.5 * (-2.6666666667% * (100vw)))); }
  .col-36-3.margin-0 {
    width: 8.3333333333%;
    margin: 0; }
  .col-36-3.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-3 {
      width: 100%; } }

.col-36-4 {
  width: 8.4444444444%; }
  .col-36-4.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.5555555556% * (100vw)))); }
  .col-36-4.fourByThree-rows2 {
    height: calc((1.5 * (-2.5555555556% * (100vw)))); }
  .col-36-4.margin-0 {
    width: 11.1111111111%;
    margin: 0; }
  .col-36-4.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-4 {
      width: 100%; } }

.col-36-5 {
  width: 11.3055555556%; }
  .col-36-5.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.4444444444% * (100vw)))); }
  .col-36-5.fourByThree-rows2 {
    height: calc((1.5 * (-2.4444444444% * (100vw)))); }
  .col-36-5.margin-0 {
    width: 13.8888888889%;
    margin: 0; }
  .col-36-5.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-5 {
      width: 100%; } }

.col-36-6 {
  width: 14.1666666667%; }
  .col-36-6.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.3333333333% * (100vw)))); }
  .col-36-6.fourByThree-rows2 {
    height: calc((1.5 * (-2.3333333333% * (100vw)))); }
  .col-36-6.margin-0 {
    width: 16.6666666667%;
    margin: 0; }
  .col-36-6.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-6 {
      width: 100%; } }

.col-36-7 {
  width: 17.0277777778%; }
  .col-36-7.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.2222222222% * (100vw)))); }
  .col-36-7.fourByThree-rows2 {
    height: calc((1.5 * (-2.2222222222% * (100vw)))); }
  .col-36-7.margin-0 {
    width: 19.4444444444%;
    margin: 0; }
  .col-36-7.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-7 {
      width: 100%; } }

.col-36-8 {
  width: 19.8888888889%; }
  .col-36-8.sixteenByNine-rows2 {
    height: calc((1.125 * (-2.1111111111% * (100vw)))); }
  .col-36-8.fourByThree-rows2 {
    height: calc((1.5 * (-2.1111111111% * (100vw)))); }
  .col-36-8.margin-0 {
    width: 22.2222222222%;
    margin: 0; }
  .col-36-8.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-8 {
      width: 100%; } }

.col-36-9 {
  width: 22.75%; }
  .col-36-9.sixteenByNine-rows2 {
    height: calc((1.125 * (-2% * (100vw)))); }
  .col-36-9.fourByThree-rows2 {
    height: calc((1.5 * (-2% * (100vw)))); }
  .col-36-9.margin-0 {
    width: 25%;
    margin: 0; }
  .col-36-9.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-9 {
      width: 100%; } }

.col-36-10 {
  width: 25.6111111111%; }
  .col-36-10.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.8888888889% * (100vw)))); }
  .col-36-10.fourByThree-rows2 {
    height: calc((1.5 * (-1.8888888889% * (100vw)))); }
  .col-36-10.margin-0 {
    width: 27.7777777778%;
    margin: 0; }
  .col-36-10.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-10 {
      width: 100%; } }

.col-36-11 {
  width: 28.4722222222%; }
  .col-36-11.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.7777777778% * (100vw)))); }
  .col-36-11.fourByThree-rows2 {
    height: calc((1.5 * (-1.7777777778% * (100vw)))); }
  .col-36-11.margin-0 {
    width: 30.5555555556%;
    margin: 0; }
  .col-36-11.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-11 {
      width: 100%; } }

.col-36-12 {
  width: 31.3333333333%; }
  .col-36-12.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.6666666667% * (100vw)))); }
  .col-36-12.fourByThree-rows2 {
    height: calc((1.5 * (-1.6666666667% * (100vw)))); }
  .col-36-12.margin-0 {
    width: 33.3333333333%;
    margin: 0; }
  .col-36-12.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-12 {
      width: 100%; } }

.col-36-13 {
  width: 34.1944444444%; }
  .col-36-13.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.5555555556% * (100vw)))); }
  .col-36-13.fourByThree-rows2 {
    height: calc((1.5 * (-1.5555555556% * (100vw)))); }
  .col-36-13.margin-0 {
    width: 36.1111111111%;
    margin: 0; }
  .col-36-13.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-13 {
      width: 100%; } }

.col-36-14 {
  width: 37.0555555556%; }
  .col-36-14.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.4444444444% * (100vw)))); }
  .col-36-14.fourByThree-rows2 {
    height: calc((1.5 * (-1.4444444444% * (100vw)))); }
  .col-36-14.margin-0 {
    width: 38.8888888889%;
    margin: 0; }
  .col-36-14.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-14 {
      width: 100%; } }

.col-36-15 {
  width: 39.9166666667%; }
  .col-36-15.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.3333333333% * (100vw)))); }
  .col-36-15.fourByThree-rows2 {
    height: calc((1.5 * (-1.3333333333% * (100vw)))); }
  .col-36-15.margin-0 {
    width: 41.6666666667%;
    margin: 0; }
  .col-36-15.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-15 {
      width: 100%; } }

.col-36-16 {
  width: 42.7777777778%; }
  .col-36-16.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.2222222222% * (100vw)))); }
  .col-36-16.fourByThree-rows2 {
    height: calc((1.5 * (-1.2222222222% * (100vw)))); }
  .col-36-16.margin-0 {
    width: 44.4444444444%;
    margin: 0; }
  .col-36-16.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-16 {
      width: 100%; } }

.col-36-17 {
  width: 45.6388888889%; }
  .col-36-17.sixteenByNine-rows2 {
    height: calc((1.125 * (-1.1111111111% * (100vw)))); }
  .col-36-17.fourByThree-rows2 {
    height: calc((1.5 * (-1.1111111111% * (100vw)))); }
  .col-36-17.margin-0 {
    width: 47.2222222222%;
    margin: 0; }
  .col-36-17.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-17 {
      width: 100%; } }

.col-36-18 {
  width: 48.5%; }
  .col-36-18.sixteenByNine-rows2 {
    height: calc((1.125 * (-1% * (100vw)))); }
  .col-36-18.fourByThree-rows2 {
    height: calc((1.5 * (-1% * (100vw)))); }
  .col-36-18.margin-0 {
    width: 50%;
    margin: 0; }
  .col-36-18.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-18 {
      width: 100%; } }

.col-36-19 {
  width: 51.3611111111%; }
  .col-36-19.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.8888888889% * (100vw)))); }
  .col-36-19.fourByThree-rows2 {
    height: calc((1.5 * (-0.8888888889% * (100vw)))); }
  .col-36-19.margin-0 {
    width: 52.7777777778%;
    margin: 0; }
  .col-36-19.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-19 {
      width: 100%; } }

.col-36-20 {
  width: 54.2222222222%; }
  .col-36-20.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.7777777778% * (100vw)))); }
  .col-36-20.fourByThree-rows2 {
    height: calc((1.5 * (-0.7777777778% * (100vw)))); }
  .col-36-20.margin-0 {
    width: 55.5555555556%;
    margin: 0; }
  .col-36-20.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-20 {
      width: 100%; } }

.col-36-21 {
  width: 57.0833333333%; }
  .col-36-21.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.6666666667% * (100vw)))); }
  .col-36-21.fourByThree-rows2 {
    height: calc((1.5 * (-0.6666666667% * (100vw)))); }
  .col-36-21.margin-0 {
    width: 58.3333333333%;
    margin: 0; }
  .col-36-21.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-21 {
      width: 100%; } }

.col-36-22 {
  width: 59.9444444444%; }
  .col-36-22.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.5555555556% * (100vw)))); }
  .col-36-22.fourByThree-rows2 {
    height: calc((1.5 * (-0.5555555556% * (100vw)))); }
  .col-36-22.margin-0 {
    width: 61.1111111111%;
    margin: 0; }
  .col-36-22.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-22 {
      width: 100%; } }

.col-36-23 {
  width: 62.8055555556%; }
  .col-36-23.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.4444444444% * (100vw)))); }
  .col-36-23.fourByThree-rows2 {
    height: calc((1.5 * (-0.4444444444% * (100vw)))); }
  .col-36-23.margin-0 {
    width: 63.8888888889%;
    margin: 0; }
  .col-36-23.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-23 {
      width: 100%; } }

.col-36-24 {
  width: 65.6666666667%; }
  .col-36-24.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.3333333333% * (100vw)))); }
  .col-36-24.fourByThree-rows2 {
    height: calc((1.5 * (-0.3333333333% * (100vw)))); }
  .col-36-24.margin-0 {
    width: 66.6666666667%;
    margin: 0; }
  .col-36-24.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-24 {
      width: 100%; } }

.col-36-25 {
  width: 68.5277777778%; }
  .col-36-25.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.2222222222% * (100vw)))); }
  .col-36-25.fourByThree-rows2 {
    height: calc((1.5 * (-0.2222222222% * (100vw)))); }
  .col-36-25.margin-0 {
    width: 69.4444444444%;
    margin: 0; }
  .col-36-25.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-25 {
      width: 100%; } }

.col-36-26 {
  width: 71.3888888889%; }
  .col-36-26.sixteenByNine-rows2 {
    height: calc((1.125 * (-0.1111111111% * (100vw)))); }
  .col-36-26.fourByThree-rows2 {
    height: calc((1.5 * (-0.1111111111% * (100vw)))); }
  .col-36-26.margin-0 {
    width: 72.2222222222%;
    margin: 0; }
  .col-36-26.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-26 {
      width: 100%; } }

.col-36-27 {
  width: 74.25%; }
  .col-36-27.sixteenByNine-rows2 {
    height: calc((1.125 * (0% * (100vw)))); }
  .col-36-27.fourByThree-rows2 {
    height: calc((1.5 * (0% * (100vw)))); }
  .col-36-27.margin-0 {
    width: 75%;
    margin: 0; }
  .col-36-27.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-27 {
      width: 100%; } }

.col-36-28 {
  width: 77.1111111111%; }
  .col-36-28.sixteenByNine-rows2 {
    height: calc((1.125 * (0.1111111111% * (100vw)))); }
  .col-36-28.fourByThree-rows2 {
    height: calc((1.5 * (0.1111111111% * (100vw)))); }
  .col-36-28.margin-0 {
    width: 77.7777777778%;
    margin: 0; }
  .col-36-28.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-28 {
      width: 100%; } }

.col-36-29 {
  width: 79.9722222222%; }
  .col-36-29.sixteenByNine-rows2 {
    height: calc((1.125 * (0.2222222222% * (100vw)))); }
  .col-36-29.fourByThree-rows2 {
    height: calc((1.5 * (0.2222222222% * (100vw)))); }
  .col-36-29.margin-0 {
    width: 80.5555555556%;
    margin: 0; }
  .col-36-29.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-29 {
      width: 100%; } }

.col-36-30 {
  width: 82.8333333333%; }
  .col-36-30.sixteenByNine-rows2 {
    height: calc((1.125 * (0.3333333333% * (100vw)))); }
  .col-36-30.fourByThree-rows2 {
    height: calc((1.5 * (0.3333333333% * (100vw)))); }
  .col-36-30.margin-0 {
    width: 83.3333333333%;
    margin: 0; }
  .col-36-30.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-30 {
      width: 100%; } }

.col-36-31 {
  width: 85.6944444444%; }
  .col-36-31.sixteenByNine-rows2 {
    height: calc((1.125 * (0.4444444444% * (100vw)))); }
  .col-36-31.fourByThree-rows2 {
    height: calc((1.5 * (0.4444444444% * (100vw)))); }
  .col-36-31.margin-0 {
    width: 86.1111111111%;
    margin: 0; }
  .col-36-31.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-31 {
      width: 100%; } }

.col-36-32 {
  width: 88.5555555556%; }
  .col-36-32.sixteenByNine-rows2 {
    height: calc((1.125 * (0.5555555556% * (100vw)))); }
  .col-36-32.fourByThree-rows2 {
    height: calc((1.5 * (0.5555555556% * (100vw)))); }
  .col-36-32.margin-0 {
    width: 88.8888888889%;
    margin: 0; }
  .col-36-32.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-32 {
      width: 100%; } }

.col-36-33 {
  width: 91.4166666667%; }
  .col-36-33.sixteenByNine-rows2 {
    height: calc((1.125 * (0.6666666667% * (100vw)))); }
  .col-36-33.fourByThree-rows2 {
    height: calc((1.5 * (0.6666666667% * (100vw)))); }
  .col-36-33.margin-0 {
    width: 91.6666666667%;
    margin: 0; }
  .col-36-33.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-33 {
      width: 100%; } }

.col-36-34 {
  width: 94.2777777778%; }
  .col-36-34.sixteenByNine-rows2 {
    height: calc((1.125 * (0.7777777778% * (100vw)))); }
  .col-36-34.fourByThree-rows2 {
    height: calc((1.5 * (0.7777777778% * (100vw)))); }
  .col-36-34.margin-0 {
    width: 94.4444444444%;
    margin: 0; }
  .col-36-34.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-34 {
      width: 100%; } }

.col-36-35 {
  width: 97.1388888889%; }
  .col-36-35.sixteenByNine-rows2 {
    height: calc((1.125 * (0.8888888889% * (100vw)))); }
  .col-36-35.fourByThree-rows2 {
    height: calc((1.5 * (0.8888888889% * (100vw)))); }
  .col-36-35.margin-0 {
    width: 97.2222222222%;
    margin: 0; }
  .col-36-35.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-35 {
      width: 100%; } }

.col-36-36 {
  width: 100%; }
  .col-36-36.sixteenByNine-rows2 {
    height: calc((1.125 * (1% * (100vw)))); }
  .col-36-36.fourByThree-rows2 {
    height: calc((1.5 * (1% * (100vw)))); }
  .col-36-36.margin-0 {
    width: 100%;
    margin: 0; }
  .col-36-36.padding-0 {
    padding: 0; }
  @media (max-width: 820px) {
    .col-36-36 {
      width: 100%; } }

.content-overlay {
  display: none;
  position: absolute;
  z-index: 300;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6); }

.content-loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  left: 0; }
  .content-loader .loader {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center; }
    .content-loader .loader .spinner {
      display: table-cell;
      vertical-align: middle; }
  .content-loader.bg-black {
    color: #fff;
    background: #000; }

.hidden {
  display: none !important; }

.visible {
  display: block; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.padding {
  padding: 3%; }

.margin {
  padding: 3%; }

.sixteenByNine .img, .sixteenByNine .video {
  position: relative; }
  .sixteenByNine .img:before, .sixteenByNine .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteenByNine .img > .content, .sixteenByNine .video > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.nineBySixteen .img, .nineBySixteen .video {
  position: relative; }
  .nineBySixteen .img:before, .nineBySixteen .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 177.777777778%; }
  .nineBySixteen .img > .content, .nineBySixteen .video > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.threeByFour .img, .threeByFour .video {
  position: relative; }
  .threeByFour .img:before, .threeByFour .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.333333333%; }
  .threeByFour .img > .content, .threeByFour .video > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.threeByTwo .img, .threeByTwo .video {
  position: relative; }
  .threeByTwo .img:before, .threeByTwo .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%; }
  .threeByTwo .img > .content, .threeByTwo .video > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.square .img, .square .video {
  position: relative; }
  .square .img:before, .square .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .square .img > .content, .square .video > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.fourByThree .img, .fourByThree .video {
  position: relative; }
  .fourByThree .img:before, .fourByThree .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .fourByThree .img > .content, .fourByThree .video > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

ul.inline {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.inline li {
    display: inline; }

.animate {
  -webkit-transition: 1s;
  transition: 1s; }

@media (max-width: 480px) {
  .touch .with-btns .cards {
    padding-left: 0;
    padding-right: 0; }
    .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
      height: calc((0.5625 * (-2.2% * (100vw))) + 4px); } }
    @media (max-width: 480px) and (min-width: 961px) and (max-width: 1200px) {
      .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (-2% * (100vw))) + 4px); } }
    @media (max-width: 480px) and (min-width: 641px) and (max-width: 960px) {
      .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (-1.6666666667% * (100vw))) + 4px); } }
    @media (max-width: 480px) and (min-width: 481px) and (max-width: 640px) {
      .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (-1% * (100vw))) + 4px); } }
    @media (max-width: 480px) and (max-width: 480px) {
      .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1 {
        height: calc((0.5625 * (-1% * (100vw))) + 4px); } }

@media (max-width: 480px) {
      .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
        height: calc((0.5625 * (-2.2% * (100vw)))); } }
      @media (max-width: 480px) and (min-width: 961px) and (max-width: 1200px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (-2% * (100vw)))); } }
      @media (max-width: 480px) and (min-width: 641px) and (max-width: 960px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (-1.6666666667% * (100vw)))); } }
      @media (max-width: 480px) and (min-width: 481px) and (max-width: 640px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (-1% * (100vw)))); } }
      @media (max-width: 480px) and (max-width: 480px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 {
          height: calc((0.5625 * (-1% * (100vw)))); } }

@media (max-width: 480px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.inner-padding-0 .card .img {
          margin: 0; }
      .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
        height: calc((0.5625 * (0.2 * (100vw))) + 4px); } }
      @media (max-width: 480px) and (min-width: 961px) and (max-width: 1200px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.25 * (100vw))) + 4px); } }
      @media (max-width: 480px) and (min-width: 641px) and (max-width: 960px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.3333333333 * (100vw))) + 4px); } }
      @media (max-width: 480px) and (min-width: 481px) and (max-width: 640px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.5 * (100vw))) + 4px); } }
      @media (max-width: 480px) and (max-width: 480px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0 {
          height: calc((0.5625 * (0.5 * (100vw))) + 4px); } }

@media (max-width: 480px) {
        .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
          height: calc((0.5625 * (0.2 * (100vw)))); } }
        @media (max-width: 480px) and (min-width: 961px) and (max-width: 1200px) {
          .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.25 * (100vw)))); } }
        @media (max-width: 480px) and (min-width: 641px) and (max-width: 960px) {
          .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.3333333333 * (100vw)))); } }
        @media (max-width: 480px) and (min-width: 481px) and (max-width: 640px) {
          .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.5 * (100vw)))); } }
        @media (max-width: 480px) and (max-width: 480px) {
          .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 {
            height: calc((0.5625 * (0.5 * (100vw)))); } }

@media (max-width: 480px) {
          .touch .with-btns .cards.sixteenByNine.fixed-height-col5-2-row1.margin-0.inner-padding-0 .card .img {
            margin: 0; }
    .touch .with-btns .cards .cards-prev, .touch .with-btns .cards .cards-next {
      display: none; } }

@media (max-width: 1500px) {
  .hidden-1500px {
    display: none !important; }
  .visible-1500px {
    display: block; }
  .block-1500px {
    display: block; }
  .inline-block-1500px {
    display: inline-block; }
  .padding-1500px-0 {
    padding: 0; }
  .margin-1500px-0 {
    padding: 0; } }

@media (max-width: 1200px) {
  .hidden-1200px {
    display: none !important; }
  .visible-1200px {
    display: block; }
  .block-1200px {
    display: block; }
  .inline-block-1200px {
    display: inline-block; }
  .padding-1200px-0 {
    padding: 0; }
  .margin-1200px-0 {
    padding: 0; } }

@media (max-width: 960px) {
  .hidden-960px {
    display: none !important; }
  .visible-960px {
    display: block; }
  .block-960px {
    display: block; }
  .inline-block-960px {
    display: inline-block; }
  .padding-960px-0 {
    padding: 0; }
  .margin-960px-0 {
    padding: 0; } }

@media (max-width: 640px) {
  .hidden-640px {
    display: none !important; }
  .visible-640px {
    display: block; }
  .block-640px {
    display: block; }
  .inline-block-640px {
    display: inline-block; }
  .padding-640px-0 {
    padding: 0; }
  .margin-640px-0 {
    padding: 0; } }

@media (max-width: 480px) {
  .hidden-480px {
    display: none !important; }
  .visible-480px {
    display: block; }
  .block-480px {
    display: block; }
  .inline-block-480px {
    display: inline-block; }
  .padding-480px-0 {
    padding: 0; }
  .margin-480px-0 {
    padding: 0; } }
