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

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e800'; }

/* '' */
.icon-instagram:before {
  content: '\e801'; }

/* '' */
.icon-facebook:before {
  content: '\e802'; }

/* '' */
.icon-youtube-play:before {
  content: '\e803'; }

/* '' */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 29, 2016 */
@font-face {
  font-family: 'helvetica_lightregular';
  src: url("../fonts/helvetica-light-webfont.eot");
  src: url("../fonts/helvetica-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica-light-webfont.woff2") format("woff2"), url("../fonts/helvetica-light-webfont.woff") format("woff"), url("../fonts/helvetica-light-webfont.ttf") format("truetype"), url("../fonts/helvetica-light-webfont.svg#helvetica_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

/*****************************/
/*** Core html setup stuff ***/
/*****************************/
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, pre,
a, abbr, acronym, address, big, cite, code, dl, dt, dd, form, label, legend {
  padding: 0;
  margin: 0;
  border: 0; }

address {
  font-style: normal; }

:focus {
  outline: 0; }

input {
  font-family: Arial, Helvetica, sans-serif; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin: 0; }

button {
  font-family: Arial, Helvetica, sans-serif;
  overflow: visible;
  /* removes extra side padding in IE */ }

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #333; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table, td, tr {
  vertical-align: top; }

img {
  border: 0 none; }

.clr,
.clear {
  display: block;
  clear: both;
  font-size: 0; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
.fix-wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
  box-sizing: border-box; }
  @media (min-width: 1200px) {
    .fix-wrapper {
      margin-left: 0;
      padding-left: 0; } }

.nobr {
  white-space: nowrap; }

.menu {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-left: 110px;
  padding-right: 30px;
  padding-top: 65px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .menu ul {
    margin: 0 0 3.5625em;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .menu ul li {
      margin-bottom: 2.692em;
      letter-spacing: 0.2ex;
      font-size: 0.8125em;
      text-transform: uppercase;
      letter-spacing: 0.2ex;
      color: #0097d6;
      list-style: none; }
      .menu ul li a {
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
      .menu ul li:first-child {
        margin-bottom: 0; }
      .menu ul li.active a {
        color: #fff; }
      .menu ul li a {
        color: inherit; }
  .menu .line {
    display: none; }
  .menu a:active {
    border-color: #fff;
    color: #fff; }
  @media (max-width: 1199px) and (max-height: 450px) {
    .menu ul {
      margin: 0 0 10vh; }
      .menu ul li {
        margin-bottom: 5vh; }
        .menu ul li:first-child {
          margin-bottom: 0; } }
  @media (max-width: 1199px) {
    .menu .menu-wrapper {
      -webkit-transform: none !important;
              transform: none !important;
      margin: 0 !important; } }
  @media (min-width: 1200px) {
    .menu {
      display: block;
      opacity: 1;
      z-index: 100;
      width: auto;
      padding-left: 0;
      padding-top: 0;
      box-sizing: border-box;
      background-color: transparent;
      -webkit-transition: opacity 0.5s 0s;
      transition: opacity 0.5s 0s; }
      .menu .menu-wrapper {
        display: inline-block;
        position: fixed;
        left: 0;
        top: 20px !important; }
        .menu .menu-wrapper nav,
        .menu .menu-wrapper .line {
          -webkit-transform: translateY(46px);
                  transform: translateY(46px); }
      .menu .line {
        display: block;
        position: relative;
        margin-top: 22px;
        height: 3px;
        width: 50px;
        background-color: #0097d6;
        -webkit-transition: width 0.25s, left 0.25s;
        transition: width 0.25s, left 0.25s; }
      .menu ul {
        display: inline-block;
        margin: 0;
        white-space: nowrap; }
        .menu ul li {
          display: inline-block;
          margin-bottom: 0;
          font-size: 12px; }
          .menu ul li:not(:last-child) {
            margin-right: 50px; }
      .menu a:hover {
        border-color: #fff;
        color: #fff; } }

.main-wrapper {
  -webkit-transition: opacity 0.5s 0.25s;
  transition: opacity 0.5s 0.25s;
  opacity: 1; }

.menu-opened {
  overflow: hidden; }
  .menu-opened .main-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.5s 0;
    transition: opacity 0.5s 0; }
  .menu-opened .menu {
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.5s;
    transition: opacity 0.5s 0.5s; }
  @media (min-width: 1200px) {
    .menu-opened {
      overflow: auto; }
      .menu-opened .main-wrapper {
        opacity: 1; } }

.section-separator {
  height: 1px;
  position: relative; }
  .section-separator:after {
    content: "";
    position: absolute;
    right: 0;
    left: 10px;
    height: 1px;
    background-color: #0097d6; }
  @media (min-width: 1200px) {
    .section-separator {
      margin-right: 30px;
      max-width: 1200px; }
      .section-separator:after {
        left: 0; } }

#sect-video {
  /* Auto Height */
  /* a11y */
  /* IE10 Windows Phone 8 Fixes */
  /* Arrows */
  /* Pagination Styles */
  /* 3D Container */
  /* Coverflow */
  /* Fade */
  /* Cube */
  /* Scrollbar */
  /* Preloader */ }
  #sect-video *,
  #sect-video *:after,
  #sect-video *:before {
    box-sizing: border-box !important; }
  #sect-video .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1; }
  #sect-video .swiper-container-no-flexbox .swiper-slide {
    float: left; }
  #sect-video .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #sect-video .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box; }
  #sect-video .swiper-container-android .swiper-slide,
  #sect-video .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0); }
  #sect-video .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #sect-video .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin: 0 auto; }
  #sect-video .swiper-slide {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative; }
  #sect-video .swiper-container-autoheight,
  #sect-video .swiper-container-autoheight .swiper-slide {
    height: auto; }
  #sect-video .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }
  #sect-video .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000; }
  #sect-video .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }
  #sect-video .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }
  #sect-video .swiper-button-prev,
  #sect-video .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; }
  #sect-video .swiper-button-prev.swiper-button-disabled,
  #sect-video .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  #sect-video .swiper-button-prev,
  #sect-video .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; }
  #sect-video .swiper-button-prev.swiper-button-black,
  #sect-video .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"); }
  #sect-video .swiper-button-prev.swiper-button-white,
  #sect-video .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"); }
  #sect-video .swiper-button-next,
  #sect-video .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; }
  #sect-video .swiper-button-next.swiper-button-black,
  #sect-video .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"); }
  #sect-video .swiper-button-next.swiper-button-white,
  #sect-video .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"); }
  #sect-video .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; }
  #sect-video .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  #sect-video .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2; }
  #sect-video button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  #sect-video .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  #sect-video .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff; }
  #sect-video .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff; }
  #sect-video .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff; }
  #sect-video .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000; }
  #sect-video .swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0); }
  #sect-video .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block; }
  #sect-video .swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%; }
  #sect-video .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px; }
  #sect-video .swiper-container-3d {
    -webkit-perspective: 1200px;
            perspective: 1200px; }
  #sect-video .swiper-container-3d .swiper-wrapper,
  #sect-video .swiper-container-3d .swiper-slide,
  #sect-video .swiper-container-3d .swiper-slide-shadow-left,
  #sect-video .swiper-container-3d .swiper-slide-shadow-right,
  #sect-video .swiper-container-3d .swiper-slide-shadow-top,
  #sect-video .swiper-container-3d .swiper-slide-shadow-bottom,
  #sect-video .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  #sect-video .swiper-container-3d .swiper-slide-shadow-left,
  #sect-video .swiper-container-3d .swiper-slide-shadow-right,
  #sect-video .swiper-container-3d .swiper-slide-shadow-top,
  #sect-video .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  #sect-video .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  #sect-video .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  #sect-video .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  #sect-video .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */ }
  #sect-video .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px; }
  #sect-video .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  #sect-video .swiper-container-fade .swiper-slide {
    pointer-events: none; }
  #sect-video .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }
  #sect-video .swiper-container-fade .swiper-slide-active,
  #sect-video .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  #sect-video .swiper-container-cube {
    overflow: visible; }
  #sect-video .swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #sect-video .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0; }
  #sect-video .swiper-container-cube .swiper-slide-active,
  #sect-video .swiper-container-cube .swiper-slide-next,
  #sect-video .swiper-container-cube .swiper-slide-prev,
  #sect-video .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  #sect-video .swiper-container-cube .swiper-slide-shadow-top,
  #sect-video .swiper-container-cube .swiper-slide-shadow-bottom,
  #sect-video .swiper-container-cube .swiper-slide-shadow-left,
  #sect-video .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  #sect-video .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; }
  #sect-video .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1); }
  #sect-video .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  #sect-video .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }
  #sect-video .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0; }
  #sect-video .swiper-scrollbar-cursor-drag {
    cursor: move; }
  #sect-video .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; }
  #sect-video .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; }
  #sect-video .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); } }
  #sect-video ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #sect-video .table-view {
    display: table; }
  #sect-video .table-view > * {
    display: table-cell;
    vertical-align: middle; }
  #sect-video .vertical-middle {
    vertical-align: middle; }
  #sect-video .full-size {
    height: 100%;
    width: 100%; }
  #sect-video .mobile-full-with {
    display: block; }
  #sect-video .mobile-full-with > * {
    width: auto; }
  @media (min-width: 992px) {
    #sect-video .path-full-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #sect-video .path-full-height > * {
      display: block;
      float: none; } }
  #sect-video [data-video-youtube-url],
  #sect-video [data-video-youtube-id] {
    position: relative;
    overflow: hidden; }
  #sect-video [data-video-youtube-url] .video-thumb,
  #sect-video [data-video-youtube-id] .video-thumb {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    cursor: pointer; }
  #sect-video [data-video-youtube-url] .video-thumb:after,
  #sect-video [data-video-youtube-id] .video-thumb:after {
    content: url("../images/btn-play.png");
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -65px;
    cursor: pointer;
    z-index: 1;
    background-size: contain;
    border: 3px solid #0097d6;
    border-radius: 50%;
    padding: 31px 31px 31px 34px;
    width: 130px;
    height: 130px;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s; }
  #sect-video [data-video-youtube-url] .video-thumb:hover:after,
  #sect-video [data-video-youtube-id] .video-thumb:hover:after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  #sect-video [data-video-youtube-url] .video-thumb.open,
  #sect-video [data-video-youtube-id] .video-thumb.open {
    z-index: -1; }
  #sect-video [data-video-youtube-url] .video-thumb.open + iframe,
  #sect-video [data-video-youtube-id] .video-thumb.open + iframe {
    z-index: 1; }
  #sect-video [data-video-youtube-url] .video-thumb + iframe,
  #sect-video [data-video-youtube-id] .video-thumb + iframe {
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1; }
  #sect-video [data-video-youtube-url] .video-thumb img,
  #sect-video [data-video-youtube-id] .video-thumb img {
    width: 100%;
    height: auto; }
  #sect-video #block-views-videos-block,
  #sect-video #block-views-related-videos-block,
  #sect-video #block-livestream-videos-block,
  #sect-video .livestream-videos-block {
    padding: 0 !important;
    position: relative; }
  #sect-video #block-views-videos-block.wrapper-container-box,
  #sect-video #block-views-related-videos-block.wrapper-container-box,
  #sect-video #block-livestream-videos-block.wrapper-container-box,
  #sect-video .livestream-videos-block.wrapper-container-box {
    background: transparent; }
  #sect-video #block-views-videos-block.wrapper-container-box .block-title,
  #sect-video #block-views-related-videos-block.wrapper-container-box .block-title,
  #sect-video #block-livestream-videos-block.wrapper-container-box .block-title,
  #sect-video .livestream-videos-block.wrapper-container-box .block-title {
    padding-top: 1em; }
  #sect-video #block-views-videos-block .views-field .field-content,
  #sect-video #block-views-related-videos-block .views-field .field-content,
  #sect-video #block-livestream-videos-block .views-field .field-content,
  #sect-video .livestream-videos-block .views-field .field-content {
    position: relative;
    overflow: hidden; }
  #sect-video #block-views-videos-block .swiper-slide,
  #sect-video #block-views-related-videos-block .swiper-slide,
  #sect-video #block-livestream-videos-block .swiper-slide,
  #sect-video .livestream-videos-block .swiper-slide {
    width: auto;
    float: left; }
  #sect-video #block-views-videos-block .swiper-slide + .swiper-slide,
  #sect-video #block-views-related-videos-block .swiper-slide + .swiper-slide,
  #sect-video #block-livestream-videos-block .swiper-slide + .swiper-slide,
  #sect-video .livestream-videos-block .swiper-slide + .swiper-slide {
    margin: 0 0 0 -2px; }
  #sect-video #block-views-videos-block .swiper-slide img,
  #sect-video #block-views-related-videos-block .swiper-slide img,
  #sect-video #block-livestream-videos-block .swiper-slide img,
  #sect-video .livestream-videos-block .swiper-slide img {
    display: block;
    height: 8.142em;
    width: 214px;
    border: 2px solid transparent; }
  #sect-video #block-views-videos-block .swiper-slide.clicked img,
  #sect-video #block-views-related-videos-block .swiper-slide.clicked img,
  #sect-video #block-livestream-videos-block .swiper-slide.clicked img,
  #sect-video .livestream-videos-block .swiper-slide.clicked img {
    border: 2px solid #0097d6; }
  #sect-video #block-views-videos-block .swiper-slide.clicked :after,
  #sect-video #block-views-related-videos-block .swiper-slide.clicked :after,
  #sect-video #block-livestream-videos-block .swiper-slide.clicked :after,
  #sect-video .livestream-videos-block .swiper-slide.clicked :after {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  #sect-video #block-views-videos-block .swiper-slide.clicked :before,
  #sect-video #block-views-related-videos-block .swiper-slide.clicked :before,
  #sect-video #block-livestream-videos-block .swiper-slide.clicked :before,
  #sect-video .livestream-videos-block .swiper-slide.clicked :before {
    opacity: 1; }
  #sect-video #block-views-videos-block .swiper-slide.clicked .video-title,
  #sect-video #block-views-related-videos-block .swiper-slide.clicked .video-title,
  #sect-video #block-livestream-videos-block .swiper-slide.clicked .video-title,
  #sect-video .livestream-videos-block .swiper-slide.clicked .video-title {
    opacity: 1; }
  #sect-video #block-views-videos-block .swiper-slide.clicked [data-video-youtube-id],
  #sect-video #block-views-related-videos-block .swiper-slide.clicked [data-video-youtube-id],
  #sect-video #block-livestream-videos-block .swiper-slide.clicked [data-video-youtube-id],
  #sect-video .livestream-videos-block .swiper-slide.clicked [data-video-youtube-id] {
    cursor: pointer;
    float: left; }
  #sect-video #block-views-videos-block .swiper-slide .video-title,
  #sect-video #block-views-related-videos-block .swiper-slide .video-title,
  #sect-video #block-livestream-videos-block .swiper-slide .video-title,
  #sect-video .livestream-videos-block .swiper-slide .video-title {
    color: #fff;
    font-size: 0.786em;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    width: 100%;
    padding: 0 1em;
    text-align: center;
    font-family: 'Orbitron', Arial, 'sans serif';
    line-height: 1.182;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.185ex;
    font-weight: 400; }
  #sect-video #block-views-videos-block .swiper-slide:hover a:before,
  #sect-video #block-views-related-videos-block .swiper-slide:hover a:before,
  #sect-video #block-livestream-videos-block .swiper-slide:hover a:before,
  #sect-video .livestream-videos-block .swiper-slide:hover a:before {
    background: rgba(0, 0, 0, 0.4); }
  #sect-video #block-views-videos-block .swiper-slide:hover :before,
  #sect-video #block-views-related-videos-block .swiper-slide:hover :before,
  #sect-video #block-livestream-videos-block .swiper-slide:hover :before,
  #sect-video .livestream-videos-block .swiper-slide:hover :before {
    opacity: 1; }
  #sect-video #block-views-videos-block .swiper-slide:hover .video-title,
  #sect-video #block-views-related-videos-block .swiper-slide:hover .video-title,
  #sect-video #block-livestream-videos-block .swiper-slide:hover .video-title,
  #sect-video .livestream-videos-block .swiper-slide:hover .video-title {
    opacity: 1; }
  #sect-video #block-views-videos-block .swiper-slide a,
  #sect-video #block-views-related-videos-block .swiper-slide a,
  #sect-video #block-livestream-videos-block .swiper-slide a,
  #sect-video .livestream-videos-block .swiper-slide a {
    display: block;
    overflow: hidden; }
  #sect-video #block-views-videos-block .swiper-slide a:before,
  #sect-video #block-views-related-videos-block .swiper-slide a:before,
  #sect-video #block-livestream-videos-block .swiper-slide a:before,
  #sect-video .livestream-videos-block .swiper-slide a:before {
    content: '';
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    z-index: 1; }
  #sect-video #block-views-videos-block .btn-play:after,
  #sect-video #block-views-related-videos-block .btn-play:after,
  #sect-video #block-livestream-videos-block .btn-play:after,
  #sect-video .livestream-videos-block .btn-play:after,
  #sect-video #block-views-videos-block [data-video-youtube-id]:after,
  #sect-video #block-views-related-videos-block [data-video-youtube-id]:after,
  #sect-video #block-livestream-videos-block [data-video-youtube-id]:after,
  #sect-video .livestream-videos-block [data-video-youtube-id]:after {
    box-sizing: border-box;
    content: url("../images/btn-play.png");
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -70px;
    cursor: pointer;
    z-index: 1;
    background-size: contain;
    border: 2px solid #0097d6;
    border-radius: 50%;
    padding: 33px 27px 29px 36px;
    width: 140px;
    height: 140px;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    background-color: rgba(0, 9, 18, 0.4);
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  #sect-video #block-views-videos-block .btn-play:hover:after,
  #sect-video #block-views-related-videos-block .btn-play:hover:after,
  #sect-video #block-livestream-videos-block .btn-play:hover:after,
  #sect-video .livestream-videos-block .btn-play:hover:after,
  #sect-video #block-views-videos-block [data-video-youtube-id]:hover:after,
  #sect-video #block-views-related-videos-block [data-video-youtube-id]:hover:after,
  #sect-video #block-livestream-videos-block [data-video-youtube-id]:hover:after,
  #sect-video .livestream-videos-block [data-video-youtube-id]:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  #sect-video #block-views-videos-block .btn-play:hover img,
  #sect-video #block-views-related-videos-block .btn-play:hover img,
  #sect-video #block-livestream-videos-block .btn-play:hover img,
  #sect-video .livestream-videos-block .btn-play:hover img,
  #sect-video #block-views-videos-block [data-video-youtube-id]:hover img,
  #sect-video #block-views-related-videos-block [data-video-youtube-id]:hover img,
  #sect-video #block-livestream-videos-block [data-video-youtube-id]:hover img,
  #sect-video .livestream-videos-block [data-video-youtube-id]:hover img {
    border: 2px solid #0097d6;}
  #sect-video #block-views-videos-block .btn-play + .yt-player-wrapper,
  #sect-video #block-views-related-videos-block .btn-play + .yt-player-wrapper,
  #sect-video #block-livestream-videos-block .btn-play + .yt-player-wrapper,
  #sect-video .livestream-videos-block .btn-play + .yt-player-wrapper,
  #sect-video #block-views-videos-block [data-video-youtube-id] + .yt-player-wrapper,
  #sect-video #block-views-related-videos-block [data-video-youtube-id] + .yt-player-wrapper,
  #sect-video #block-livestream-videos-block [data-video-youtube-id] + .yt-player-wrapper,
  #sect-video .livestream-videos-block [data-video-youtube-id] + .yt-player-wrapper,
  #sect-video #block-views-videos-block .btn-play + iframe,
  #sect-video #block-views-related-videos-block .btn-play + iframe,
  #sect-video #block-livestream-videos-block .btn-play + iframe,
  #sect-video .livestream-videos-block .btn-play + iframe,
  #sect-video #block-views-videos-block [data-video-youtube-id] + iframe,
  #sect-video #block-views-related-videos-block [data-video-youtube-id] + iframe,
  #sect-video #block-livestream-videos-block [data-video-youtube-id] + iframe,
  #sect-video .livestream-videos-block [data-video-youtube-id] + iframe {
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    height: 100%; }
  #sect-video #block-views-videos-block [data-video-youtube-id],
  #sect-video #block-views-related-videos-block [data-video-youtube-id],
  #sect-video #block-livestream-videos-block [data-video-youtube-id],
  #sect-video .livestream-videos-block [data-video-youtube-id] {
    cursor: pointer; }
  #sect-video #block-views-videos-block [data-video-youtube-id]:after,
  #sect-video #block-views-related-videos-block [data-video-youtube-id]:after,
  #sect-video #block-livestream-videos-block [data-video-youtube-id]:after,
  #sect-video .livestream-videos-block [data-video-youtube-id]:after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  #sect-video #block-views-videos-block [data-video-youtube-id]:before,
  #sect-video #block-views-related-videos-block [data-video-youtube-id]:before,
  #sect-video #block-livestream-videos-block [data-video-youtube-id]:before,
  #sect-video .livestream-videos-block [data-video-youtube-id]:before {
    content: '';
    opacity: 0;
    background-color: rgba(0, 9, 18, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  #sect-video #block-views-videos-block [data-video-youtube-id]:hover:after,
  #sect-video #block-views-related-videos-block [data-video-youtube-id]:hover:after,
  #sect-video #block-livestream-videos-block [data-video-youtube-id]:hover:after,
  #sect-video .livestream-videos-block [data-video-youtube-id]:hover:after {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  #sect-video #block-views-videos-block .view-videos,
  #sect-video #block-views-related-videos-block .view-videos,
  #sect-video #block-livestream-videos-block .view-videos,
  #sect-video .livestream-videos-block .view-videos,
  #sect-video #block-views-videos-block .view-related-videos,
  #sect-video #block-views-related-videos-block .view-related-videos,
  #sect-video #block-livestream-videos-block .view-related-videos,
  #sect-video .livestream-videos-block .view-related-videos {
    display: none;
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    height: 700px;
    min-height: 350px;
    overflow: hidden; }
    @media (max-height: 800px) {
      #sect-video #block-views-videos-block .view-videos,
      #sect-video #block-views-related-videos-block .view-videos,
      #sect-video #block-livestream-videos-block .view-videos,
      #sect-video .livestream-videos-block .view-videos,
      #sect-video #block-views-videos-block .view-related-videos,
      #sect-video #block-views-related-videos-block .view-related-videos,
      #sect-video #block-livestream-videos-block .view-related-videos,
      #sect-video .livestream-videos-block .view-related-videos {
        height: 80vh; } }
  @media (max-width: 320px) {
    #sect-video #block-views-videos-block .view-videos,
    #sect-video #block-views-related-videos-block .view-videos,
    #sect-video #block-livestream-videos-block .view-videos,
    #sect-video .livestream-videos-block .view-videos,
    #sect-video #block-views-videos-block .view-related-videos,
    #sect-video #block-views-related-videos-block .view-related-videos,
    #sect-video #block-livestream-videos-block .view-related-videos,
    #sect-video .livestream-videos-block .view-related-videos {
      min-height: 150vw; } }
  #sect-video #block-views-videos-block .view-videos .views-view--videos--block-wrapper,
  #sect-video #block-views-related-videos-block .view-videos .views-view--videos--block-wrapper,
  #sect-video #block-livestream-videos-block .view-videos .views-view--videos--block-wrapper,
  #sect-video .livestream-videos-block .view-videos .views-view--videos--block-wrapper,
  #sect-video #block-views-videos-block .view-related-videos .views-view--videos--block-wrapper,
  #sect-video #block-views-related-videos-block .view-related-videos .views-view--videos--block-wrapper,
  #sect-video #block-livestream-videos-block .view-related-videos .views-view--videos--block-wrapper,
  #sect-video .livestream-videos-block .view-related-videos .views-view--videos--block-wrapper {
    height: 100%;
    position: relative; }
  #sect-video #block-views-videos-block .view-videos .views-row,
  #sect-video #block-views-related-videos-block .view-videos .views-row,
  #sect-video #block-livestream-videos-block .view-videos .views-row,
  #sect-video .livestream-videos-block .view-videos .views-row,
  #sect-video #block-views-videos-block .view-related-videos .views-row,
  #sect-video #block-views-related-videos-block .view-related-videos .views-row,
  #sect-video #block-livestream-videos-block .view-related-videos .views-row,
  #sect-video .livestream-videos-block .view-related-videos .views-row {
    width: auto !important;
    padding: 0; }
  #sect-video #block-views-videos-block .view-videos .swiper-container,
  #sect-video #block-views-related-videos-block .view-videos .swiper-container,
  #sect-video #block-livestream-videos-block .view-videos .swiper-container,
  #sect-video .livestream-videos-block .view-videos .swiper-container,
  #sect-video #block-views-videos-block .view-related-videos .swiper-container,
  #sect-video #block-views-related-videos-block .view-related-videos .swiper-container,
  #sect-video #block-livestream-videos-block .view-related-videos .swiper-container,
  #sect-video .livestream-videos-block .view-related-videos .swiper-container {
    background: rgba(0, 9, 18, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    height: auto; }
  #sect-video #block-views-videos-block .view-videos .view-content.swiper-wrapper,
  #sect-video #block-views-related-videos-block .view-videos .view-content.swiper-wrapper,
  #sect-video #block-livestream-videos-block .view-videos .view-content.swiper-wrapper,
  #sect-video .livestream-videos-block .view-videos .view-content.swiper-wrapper,
  #sect-video #block-views-videos-block .view-related-videos .view-content.swiper-wrapper,
  #sect-video #block-views-related-videos-block .view-related-videos .view-content.swiper-wrapper,
  #sect-video #block-livestream-videos-block .view-related-videos .view-content.swiper-wrapper,
  #sect-video .livestream-videos-block .view-related-videos .view-content.swiper-wrapper {
    background: #000912;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: auto; }
  #sect-video #block-views-videos-block .view-videos .view-content,
  #sect-video #block-views-related-videos-block .view-videos .view-content,
  #sect-video #block-livestream-videos-block .view-videos .view-content,
  #sect-video .livestream-videos-block .view-videos .view-content,
  #sect-video #block-views-videos-block .view-related-videos .view-content,
  #sect-video #block-views-related-videos-block .view-related-videos .view-content,
  #sect-video #block-livestream-videos-block .view-related-videos .view-content,
  #sect-video .livestream-videos-block .view-related-videos .view-content {
    -webkit-transition: all 1s;
    transition: all 1s; }
  #sect-video #block-views-videos-block .view-videos.isPlay .view-content,
  #sect-video #block-views-related-videos-block .view-videos.isPlay .view-content,
  #sect-video #block-livestream-videos-block .view-videos.isPlay .view-content,
  #sect-video .livestream-videos-block .view-videos.isPlay .view-content,
  #sect-video #block-views-videos-block .view-related-videos.isPlay .view-content,
  #sect-video #block-views-related-videos-block .view-related-videos.isPlay .view-content,
  #sect-video #block-livestream-videos-block .view-related-videos.isPlay .view-content,
  #sect-video .livestream-videos-block .view-related-videos.isPlay .view-content {
    bottom: -100%;
    opacity: 0; }
  #sect-video #block-views-videos-block .view-videos.isStop .view-content,
  #sect-video #block-views-related-videos-block .view-videos.isStop .view-content,
  #sect-video #block-livestream-videos-block .view-videos.isStop .view-content,
  #sect-video .livestream-videos-block .view-videos.isStop .view-content,
  #sect-video #block-views-videos-block .view-related-videos.isStop .view-content,
  #sect-video #block-views-related-videos-block .view-related-videos.isStop .view-content,
  #sect-video #block-livestream-videos-block .view-related-videos.isStop .view-content,
  #sect-video .livestream-videos-block .view-related-videos.isStop .view-content {
    bottom: 0;
    opacity: 1; }
  #sect-video #block-views-related-videos-block .views-field-nothing {
    display: none; }
  #sect-video #block-views-videos-block-1 {
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    #sect-video #block-views-videos-block-1 .view-videos .view-content .views-row,
    #sect-video #block-views-videos-block-1 .view-related-videos .view-content .views-row {
      display: block;
      position: relative;
      margin-bottom: 0.1em; }
      #sect-video #block-views-videos-block-1 .view-videos .view-content .views-row .share-buttons,
      #sect-video #block-views-videos-block-1 .view-related-videos .view-content .views-row .share-buttons {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0; }
      #sect-video #block-views-videos-block-1 .view-videos .view-content .views-row .video-thumb:before,
      #sect-video #block-views-videos-block-1 .view-related-videos .view-content .views-row .video-thumb:before {
        content: '';
        background: -webkit-linear-gradient(bottom, rgba(0, 9, 18, 0.8) 0%, rgba(0, 9, 18, 0.1) 50%, transparent 100%);
        background: linear-gradient(to top, rgba(0, 9, 18, 0.8) 0%, rgba(0, 9, 18, 0.1) 50%, transparent 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out;
        z-index: 1; }
      #sect-video #block-views-videos-block-1 .view-videos .view-content .views-row .video-thumb + .video-title,
      #sect-video #block-views-videos-block-1 .view-related-videos .view-content .views-row .video-thumb + .video-title {
        font-size: 0.786em;
        position: absolute;
        display: block;
        bottom: 8%;
        left: 0;
        width: 100%;
        padding: 0 1em;
        text-align: center;
        line-height: 1em;
        margin-top: -0.5em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        font-weight: 500;
        letter-spacing: 0.15ex;
        z-index: 2;
        text-transform: uppercase; }
      #sect-video #block-views-videos-block-1 .view-videos .view-content .views-row .video-thumb.open + .video-title,
      #sect-video #block-views-videos-block-1 .view-related-videos .view-content .views-row .video-thumb.open + .video-title {
        z-index: 0; }
      #sect-video #block-views-videos-block-1 .view-videos .view-content .views-row .video-thumb ~ iframe,
      #sect-video #block-views-videos-block-1 .view-related-videos .view-content .views-row .video-thumb ~ iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      #sect-video #block-views-videos-block-1 .view-videos .view-content .views-row .video-thumb:after,
      #sect-video #block-views-videos-block-1 .view-related-videos .view-content .views-row .video-thumb:after {
        margin: -65px 0 0 -65px;
        padding: 28px 31px 31px 34px;
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
        border: 2px solid #0097d6; }

.social-links {
  color: #0097d6; }
  .social-links a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1.8em;
    height: 1.8em;
    border: 1px solid #0097d6;
    border-radius: 100%;
    font-size: 0.9375em; }
    .social-links a:not(:last-child) {
      margin-bottom: 1.667em; }
  @media (max-width: 1199px) and (max-height: 450px) {
    .social-links {
      color: #0097d6; }
      .social-links a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .social-links a:not(:last-child) {
          margin-bottom: 0;
          margin-right: 0.5em; } }
  @media (min-width: 1200px) {
    .social-links {
      position: absolute;
      top: 570px;
      left: 20px; }
      .social-links a:not(:last-child) {
        margin-bottom: 1em; } }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 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;
  -webkit-flex-direction: column;
  flex-direction: column; }

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

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-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;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
      align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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); } }

.toolbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  background-color: #01000e; }
  .toolbar .logo {
    position: absolute;
    top: 48px;
    left: 48px;
    display: none;
    width: 35px;
    height: 35px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: 70px 35px;
    background-position: -35px 0; }
  .toolbar .logo-word {
    margin-top: 28px;
    padding: 0 50px;
    text-align: center;
    cursor: pointer; }
  .toolbar .menu-toggler {
    position: absolute;
    left: 15px;
    top: 24px;
    height: 24px;
    width: 24px;
    cursor: pointer; }
    .toolbar .menu-toggler span {
      display: block;
      position: absolute;
      left: 3px;
      width: 18px;
      height: 2px;
      background-color: #0097d6;
      -webkit-transition: top 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s;
      transition: top 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, top 0.3s, opacity 0.3s 0.3s;
      transition: transform 0.3s, top 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s; }
      .toolbar .menu-toggler span:first-child {
        top: 5px; }
      .toolbar .menu-toggler span:nth-child(2) {
        top: 11px; }
      .toolbar .menu-toggler span:nth-child(3) {
        top: 17px;
        opacity: 1; }
  @media (min-width: 1200px) {
    .toolbar {
      background-color: transparent;
      right: auto; }
      .toolbar .logo {
        display: block; }
      .toolbar .logo-word {
        display: none; }
      .toolbar .menu-toggler {
        display: none; } }

.menu-opened .toolbar .menu-toggler span {
  -webkit-transition: top 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s 0.3s, opacity 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s; }
  .menu-opened .toolbar .menu-toggler span:first-child {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu-opened .toolbar .menu-toggler span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-opened .toolbar .menu-toggler span:nth-child(3) {
    opacity: 0; }

#sect-astronauts {
  overflow: hidden;
  background-color: #01000e;
  padding: 1.5625em 0 1.8125em;
  margin: 30px 0 0;
  text-align: center; }
  #sect-astronauts .swiper-container {
    margin: 0 -30px; }
  #sect-astronauts .swiper-slide {
    position: relative;
    text-align: center; }
    #sect-astronauts .swiper-slide figure {
      margin: 0; }
      @media (orientation: portrait) and (max-height: 700px) {
        #sect-astronauts .swiper-slide figure {
          max-height: 80vh;
          overflow: hidden; } }
    #sect-astronauts .swiper-slide img {
      width: 100%;
      max-width: 400px; }
  #sect-astronauts .swiper-pagination {
    position: static;
    margin-top: 5px;
    text-align: center; }
    #sect-astronauts .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      padding: 5px;
      background-color: transparent; }
      #sect-astronauts .swiper-pagination .swiper-pagination-bullet span {
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 100%;
        background-color: #1e202e; }
      #sect-astronauts .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
        display: block;
        background-color: #0097d6; }
      #sect-astronauts .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 5px; }
  #sect-astronauts .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 0 30px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    background-color: transparent;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    #sect-astronauts .overlay:after {
      display: block;
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient(bottom, #01000e 0%, transparent 80%);
      background: linear-gradient(to top, #01000e 0%, transparent 80%); }
    #sect-astronauts .overlay .gradient-crop {
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      height: 140px;
      background: -webkit-linear-gradient(bottom, #01000e 50%, transparent 100%);
      background: linear-gradient(to top, #01000e 50%, transparent 100%);
      cursor: pointer;
      -webkit-transition: opacity 0.5s, background-color 0.25s;
      transition: opacity 0.5s, background-color 0.25s; }
      #sect-astronauts .overlay .gradient-crop:before, #sect-astronauts .overlay .gradient-crop:after {
        opacity: 0;
        content: "";
        display: block;
        height: 15px;
        width: 2px;
        position: absolute;
        left: 50%;
        bottom: 33px;
        background-color: #fff;
        margin-left: -1px;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.25s;
        transition: opacity 0.5s, -webkit-transform 0.25s;
        transition: transform 0.25s, opacity 0.5s;
        transition: transform 0.25s, opacity 0.5s, -webkit-transform 0.25s; }
      #sect-astronauts .overlay .gradient-crop:before {
        -webkit-transform: rotate(-45deg) translateX(-7px);
                transform: rotate(-45deg) translateX(-7px); }
      #sect-astronauts .overlay .gradient-crop:after {
        -webkit-transform: rotate(45deg) translateX(7px);
                transform: rotate(45deg) translateX(7px); }
    #sect-astronauts .overlay .overflow-wrapper {
      height: 100%; }
    #sect-astronauts .overlay .inner-wrapper {
      -webkit-transform: translateY(70vmin);
              transform: translateY(70vmin);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      @media (orientation: portrait) {
        #sect-astronauts .overlay .inner-wrapper {
          -webkit-transform: translateY(calc(75vh - 150px));
                  transform: translateY(calc(75vh - 150px)); } }
  @media (orientation: portrait) and (min-height: 700px) {
    #sect-astronauts .overlay .inner-wrapper {
      -webkit-transform: translateY(490px);
              transform: translateY(490px); } }
      @media (orientation: landscape) {
        #sect-astronauts .overlay .inner-wrapper {
          -webkit-transform: translateY(500px);
                  transform: translateY(500px); } }

@media (orientation: landscape) and (min-width: 768px) and (min-height: 700px) {
  #sect-astronauts .overlay .inner-wrapper {
    -webkit-transform: translateY(calc(50vw - 150px));
            transform: translateY(calc(50vw - 150px)); } }

@media (orientation: landscape) and (min-width: 768px) and (min-width: 992px) {
  #sect-astronauts .overlay .inner-wrapper {
    -webkit-transform: translateY(504px);
            transform: translateY(504px); } }
      #sect-astronauts .overlay .inner-wrapper header {
        margin-bottom: 1.875em;
        min-height: 130px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        cursor: pointer; }
      #sect-astronauts .overlay .inner-wrapper h3 {
        margin: 0 0 1.5em;
        font-size: 1.25em;
        line-height: 1.2; }
      #sect-astronauts .overlay .inner-wrapper .subtitle {
        display: inline-block;
        border-top: 2px solid #0097d6;
        padding: 0.375em 0.667em 0;
        font-family: 'helveticabold', Arial, 'sans serif';
        font-size: 0.75em;
        text-transform: uppercase;
        -webkit-transition: color 0.25s;
        transition: color 0.25s; }
        #sect-astronauts .overlay .inner-wrapper .subtitle span {
          display: block;
          letter-spacing: 0.4ex;
          margin-right: -0.4ex; }
    #sect-astronauts .overlay article {
      -webkit-box-flex: 90%;
      -webkit-flex: 90% 1 1;
          -ms-flex: 90% 1 1;
              flex: 90% 1 1;
      opacity: 0;
      height: 50%;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      color: #b3b3ba; }
      #sect-astronauts .overlay article *:last-child {
        padding-bottom: 240px; }
    #sect-astronauts .overlay.open {
      background-color: rgba(0, 0, 10, 0.85); }
      #sect-astronauts .overlay.open .inner-wrapper {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        overflow: scroll;
        height: 100%; }
      #sect-astronauts .overlay.open article {
        opacity: 1; }
      #sect-astronauts .overlay.open .gradient-crop {
        opacity: 1;
        z-index: 1; }
        #sect-astronauts .overlay.open .gradient-crop:before, #sect-astronauts .overlay.open .gradient-crop:after {
          opacity: 1; }
        #sect-astronauts .overlay.open .gradient-crop:before {
          -webkit-transform: rotate(45deg) translateX(-7px);
                  transform: rotate(45deg) translateX(-7px); }
        #sect-astronauts .overlay.open .gradient-crop:after {
          -webkit-transform: rotate(-45deg) translateX(7px);
                  transform: rotate(-45deg) translateX(7px); }
  #sect-astronauts + .custom-separator {
    height: 30px;
    background-color: #01000e; }
  @media (min-width: 1200px) {
    #sect-astronauts {
      text-align: left; }
      #sect-astronauts .fix-wrapper {
        max-width: none;
        padding-right: 0; }
      #sect-astronauts h2 {
        padding-left: 105px; }
      #sect-astronauts .swiper-container {
        margin: 0; }
        #sect-astronauts .swiper-container .swiper-slide {
          width: 400px; }
      #sect-astronauts .swiper-pagination {
        display: none; }
      #sect-astronauts .overlay .overflow-wrapper {
        width: 100%;
        overflow: hidden; }
      #sect-astronauts .overlay .inner-wrapper {
        width: 100%;
        padding-right: 40px;
        overflow-x: hidden;
        overflow-y: scroll; }
        #sect-astronauts .overlay .inner-wrapper .subtitle:hover {
          color: #0097d6; }
      #sect-astronauts .overlay .gradient-crop:hover:before, #sect-astronauts .overlay .gradient-crop:hover:after {
        background-color: #5596d3; } }

#sect-education {
  position: relative;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  background-color: #37373f;
  text-align: center; }
  #sect-education article {
    margin-bottom: 1.769em; }
  #sect-education .link-download {
    display: inline-block;
    border-top: 2px solid #0097d6;
    padding-top: 0.357em;
    font-family: 'helveticabold', Arial, 'sans serif';
    font-size: 0.875em;
    text-transform: uppercase;
    transition: 0.5s color;}
    #sect-education .link-download span {
      display: block;
      letter-spacing: 0.4ex;
      margin-right: -0.4ex; }
  @media (min-width: 1200px) {
    #sect-education {
      text-align: left; }
      #sect-education .fix-wrapper {
        padding-left: 105px;
        max-width: 800px; }
      #sect-education .link-download:hover {
        color: #0097d6; } }

#sect-footer {
  padding: 3.75em 0;
  text-align: center;
  box-sizing: border-box; }
  #sect-footer .fix-wrapper > div:first-child {
    margin-bottom: 1.625em; }
  #sect-footer .fix-wrapper > div:nth-child(2) {
    margin-bottom: 1.375em; }
  #sect-footer .fix-wrapper > div:nth-child(3) {
    line-height: 1.364;
    letter-spacing: 0.2ex; }
    #sect-footer .fix-wrapper > div:nth-child(3) .link-1,
    #sect-footer .fix-wrapper > div:nth-child(3) .link-2,
    #sect-footer .fix-wrapper > div:nth-child(3) .copyrights {
      color: #52525c; }
    #sect-footer .fix-wrapper > div:nth-child(3) .link-1,
    #sect-footer .fix-wrapper > div:nth-child(3) .link-2 {
      font-size: 0.8125em; }
    #sect-footer .fix-wrapper > div:nth-child(3) .link-1 {
      margin-bottom: 0.923em; }
    #sect-footer .fix-wrapper > div:nth-child(3) .link-2 {
      margin-bottom: 1.692em; }
    #sect-footer .fix-wrapper > div:nth-child(3) .desk {
      margin-bottom: 0.733em; }
    #sect-footer .fix-wrapper > div:nth-child(3) .desk,
    #sect-footer .fix-wrapper > div:nth-child(3) .copyrights {
      font-size: 0.6875em; }
  @media (max-width: 991px) and (max-height: 450px) {
    #sect-footer {
      height: auto;
      padding: 2em 0; } }
  @media (min-width: 1200px) {
    #sect-footer {
      height: auto;
      padding: 2.4375em 0 3em 105px;
      text-align: left; }
      #sect-footer a:hover {
        color: #fff; }
      #sect-footer .fix-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #sect-footer .fix-wrapper > div {
          margin-bottom: 0 !important; }
          #sect-footer .fix-wrapper > div:first-child {
            -webkit-box-flex: 25%;
            -webkit-flex: 25% 0 0;
                -ms-flex: 25% 0 0;
                    flex: 25% 0 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
          #sect-footer .fix-wrapper > div:nth-child(2) {
            -webkit-box-flex: 20%;
            -webkit-flex: 20% 1 1;
                -ms-flex: 20% 1 1;
                    flex: 20% 1 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end; }
          #sect-footer .fix-wrapper > div:nth-child(3) {
            -webkit-box-flex: 55%;
            -webkit-flex: 55% 1 1;
                -ms-flex: 55% 1 1;
                    flex: 55% 1 1;
            margin-left: 30px; }
            #sect-footer .fix-wrapper > div:nth-child(3) .link-1,
            #sect-footer .fix-wrapper > div:nth-child(3) .link-2 {
              display: inline-block;
              margin-bottom: 1.3em;
              font-size: 0.6875em; }
              #sect-footer .fix-wrapper > div:nth-child(3) .link-1:not(:last-child),
              #sect-footer .fix-wrapper > div:nth-child(3) .link-2:not(:last-child) {
                margin-right: 2.69em; }
            #sect-footer .fix-wrapper > div:nth-child(3) .desk {
              margin-bottom: 0.2em; }
            #sect-footer .fix-wrapper > div:nth-child(3) .desk,
            #sect-footer .fix-wrapper > div:nth-child(3) .copyrights {
              font-size: 0.625em; } }

#sect-home {
  margin-top: 65px;
  height: calc(100vh - 65px);
  overflow: hidden; }
  #sect-home .fix-wrapper {
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  #sect-home figure {
    margin: 0;
    position: relative; }
    #sect-home figure:after {
      display: block;
      position: absolute;
      z-index: 0;
      left: 50%;
      margin-left: 20vmin;
      top: 50%;
      content: "";
      width: 1px;
      height: 1px;
      box-shadow: 0 0 30vmin 40vmin rgba(11, 6, 36, 0.35); }
    #sect-home figure img {
      position: relative;
      z-index: 1; }
  @media (orientation: portrait) {
    #sect-home figure img {
      width: 80vw;
      max-width: 619px; } }

@media (orientation: portrait) and (max-width: 619px) {
  #sect-home figure figcaption {
    font-size: 3vw; } }
  @media (orientation: landscape) {
    #sect-home figure img {
      height: 70vh;
      max-height: 700px; } }
  @media (min-width: 1200px) {
    #sect-home {
      margin-top: 0;
      height: 100vh;
      padding-left: 105px; }
      #sect-home figure img {
        height: 90vh; }
      #sect-home figure:after {
        display: none; } }
  #sect-home .shootingstars {
    position: absolute;
    right: 0;
    top: 25%;
    bottom: 25%;
    width: 20%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ie-transform: rotate(-90deg);
    transform: rotate(-90deg);}

#sect-partners {
  padding: 55px 0 64px;
  background-color: #f3f3f3;
  color: #01000e;
  text-align: center; }
  #sect-partners h2 {
    margin-bottom: 3.5em; }
  #sect-partners figure {
    margin: 0; }
    #sect-partners figure:not(:last-child) {
      margin-bottom: 4.875em; }
  @media (min-width: 1200px) {
    #sect-partners {
      text-align: left; }
      #sect-partners .fix-wrapper {
        padding-left: 105px; }
      #sect-partners .items-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      #sect-partners figure {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #sect-partners figure:not(:last-child) {
          margin: 0 8.125em 0 0; } }

#sect-synopsis {
  padding: 3.625em 0 3.25em;
  text-align: center; }
  #sect-synopsis article {
    color: #b3b3ba; }
  #sect-synopsis .article-description {
    margin-bottom: 2.8125em; }
  #sect-synopsis .article-cast {
    text-transform: uppercase; }
    #sect-synopsis .article-cast .row:not(:last-child) {
      margin-bottom: 1.846em; }
    #sect-synopsis .article-cast .row .title {
      margin-bottom: 0.385em;
      font-family: 'Orbitron', Arial, 'sans serif';
      color: #fff; }
  @media (min-width: 1200px) {
    #sect-synopsis {
      padding: 3.625em 0 3.25em;
      text-align: left; }
      #sect-synopsis .articles-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      #sect-synopsis .article-description {
        padding-right: 50px;
        -webkit-box-flex: 45%;
        -webkit-flex: 45% 1 1;
            -ms-flex: 45% 1 1;
                flex: 45% 1 1; }
      #sect-synopsis .article-cast {
        -webkit-box-flex: 55%;
        -webkit-flex: 55% 0 0;
            -ms-flex: 55% 0 0;
                flex: 55% 0 0;
        margin-top: 1em;
        font-size: 0.75em; }
        #sect-synopsis .article-cast .row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          #sect-synopsis .article-cast .row:not(:last-child) {
            margin-bottom: 1.5em; }
          #sect-synopsis .article-cast .row > div {
            -webkit-box-flex: 50%;
            -webkit-flex: 50% 0 0;
                -ms-flex: 50% 0 0;
                    flex: 50% 0 0;
            box-sizing: border-box; }
            #sect-synopsis .article-cast .row > div:first-child {
              padding-right: 40px; }
        #sect-synopsis .article-cast .title {
          text-align: right; } }

#sect-video .video-component-wrapper {
  padding: 30px 0; }

#sect-video #block-views-videos-block {
  font-size: 14px; }

#sect-video .fix-wrapper {
  padding-left: 10px;
  padding-right: 10px; }

#sect-video .video-title {
  font-family: 'Orbitron', Arial, 'sans serif';
  font-size: 14px !important;
  color: #fff;
  letter-spacing: 0.12ex; }

@media (min-width: 768px) {
  #sect-video {
    font-size: inherit !important; } }

@media (min-width: 1200px) {
  #sect-video .video-component-wrapper {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    border-right: 1px solid #0097d6; }
  #sect-video .fix-wrapper {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0; } }

html, body {
  height: 100%; }

body {
  background: #00021f url(../images/bg_space.jpg) repeat;
  background-size: 45vh;
  font-family: 'helvetica_lightregular', Arial, 'sans serif';
  color: #fff; }
  @media (min-width: 992px) {
    body {
      background-size: 49vh; } }

.main-wrapper {
  background: url(../images/bg_planet-mobile.png) no-repeat 100% top;
  background-size: auto 100vh; }
  @media (min-width: 992px) {
    .main-wrapper {
      background-image: url(../images/bg_planet.png);
      background-size: auto 110vh; } }
  @media (min-width: 1200px) {
    .main-wrapper {
      padding-left: 125px; } }

a {
  color: inherit;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Orbitron', Arial, 'sans serif';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.35ex; }

h2 {
  margin: 0 0 1.611em;
  font-size: 1.125em; }

article {
  font-size: 0.8125em;
  line-height: 1.923;
  letter-spacing: 0.25ex; }

.buy_tix
{
    display: block;
    width: 162px;
    height: 37px;
    line-height: 37px;
    background-color: #009bdf;
    font-family: helvetica;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    transition: 0.5s color;
    position: relative;
    top: -15vw;
    z-index: 99;
}

.buy_tix:hover
{
    color: #fff;
}

@media (min-width: 600px) {
    .buy_tix
    {
        top: -95px;
    }
}
