.page-template-tpl-video-gallery .arrange-a-tour {
  z-index: 99; }

.fullscreen-video {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fullscreen-video video {
    min-width: 101%;
    min-height: 101%; }
  .fullscreen-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(45, 47, 67, 0.8) 0%, #1A1B26 100%);
    pointer-events: none;
    z-index: 1; }

.fullscreen-video__content {
  position: absolute;
  top: 37%;
  left: 150px;
  -webkit-transform: translateY(-37%);
  -moz-transform: translateY(-37%);
  -ms-transform: translateY(-37%);
  -o-transform: translateY(-37%);
  transform: translateY(-37%);
  pointer-events: none;
  z-index: 4; }
.fullscreen-video__content .title-line-one, .fullscreen-video__content .title-line-two {
  display: block;
  font-family: "DinMediumCondensed", sans-serif;
  font-size: 100px;
  letter-spacing: -0.8px;
  line-height: 90px;
  color: white;
  text-transform: uppercase; }
.fullscreen-video__content .title-line-one {
  font-family: "DinCondensed", sans-serif;
  font-size: 80px;
  line-height: 70px;
  color: #91B7DB; }
.fullscreen-video__content .title-line-two {
  margin-left: 40px; }
.fullscreen-video__content .intro {
  max-width: 620px;
  font-family: "Garamond Premier Pro", serif;
  font-size: 23px;
  line-height: 32px;
  color: white;
  margin-top: 40px;
  margin-left: 40px; }

.fullscreen-video__play-icon {
  position: absolute;
  top: 23%;
  right: 15%;
  cursor: pointer;
  z-index: 3; }
  .fullscreen-video__play-icon .dashed-border {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 299px;
    height: 299px;
    border-radius: 100%;
    border: 1px dashed #91B7DB; }
  .fullscreen-video__play-icon .play-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 280px;
    margin: 10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.04);
    background-image: url("../img/play-icon-large.svg");
    background-size: 35px 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .fullscreen-video__play-icon:hover .play-icon {
    transform: scale(0.95); }
  .fullscreen-video__play-icon:hover .dashed-border {
    -webkit-animation: rotation 22s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
.video-carousel__wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  cursor: url("../img/drag-cursor@2x.png") 46 46, auto;
  z-index: 2; }
  .video-carousel__wrapper .flickity-slider {
    margin-left: 30px; }
  .video-carousel__wrapper .video-carousel:focus {
    outline: none !important; }
  .video-carousel__wrapper .carousel-item {
    width: 300px;
    margin-right: 20px; }
  .video-carousel__wrapper .carousel-item--final {
    width: 28px; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: url("../img/drag-cursor@2x.png") 46 46, auto !important; }

.video-preview {
  position: relative;
  width: 100%;
  height: 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .video-preview__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2D2F43;
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .video-preview__play-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #91B7DB;
    background-image: url("../img/play-icon-small.svg");
    background-size: 11px 16px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 3;
    opacity: 0.8; }
  .video-preview__title {
    display: block;
    font-family: "DinMediumCondensed", sans-serif;
    font-size: 15px;
    letter-spacing: 0.39px;
    line-height: 17px;
    color: #91B7DB;
    text-transform: uppercase;
    margin-top: 7px; }
  .video-preview .video-preview__play-icon:hover {
    background-color: #4485c2; }

.flickity-viewport:focus {
  outline: none !important; }

.mfp-iframe-holder .mfp-content {
  max-height: 90vh; }

@media screen and (min-width: 1490px) {
  .video-carousel__wrapper .flickity-slider {
    margin-left: 80px; }
  .video-carousel__wrapper .carousel-item--final {
    width: 78px; }

  .fullscreen-video__content {
    left: 200px; }

  .fullscreen-video__play-icon {
    right: 25%; } }
@media screen and (max-width: 1299px) {
  .fullscreen-video__content {
    left: 90px; }

  .fullscreen-video__play-icon {
    right: 40px; } }
@media screen and (max-width: 1260px) {
  .fullscreen-video {
    margin-top: -60px; } }
@media screen and (max-width: 1099px) {
  .fullscreen-video__content .title-line-one {
    font-size: 70px; }

  .fullscreen-video__content .title-line-two {
    font-size: 90px; }

  .fullscreen-video__content .intro {
    max-width: 520px;
    font-size: 21px;
    line-height: 30px; }

  .fullscreen-video__play-icon {
    top: 26%; }
    .fullscreen-video__play-icon .dashed-border {
      width: 269px;
      height: 269px; }
    .fullscreen-video__play-icon .play-icon {
      width: 250px;
      height: 250px; } }
@media screen and (max-width: 992px) {
  .fullscreen-video__content {
    left: 50px;
    top: 26%;
    -webkit-transform: translateY(-26%);
    -moz-transform: translateY(-26%);
    -ms-transform: translateY(-26%);
    -o-transform: translateY(-26%);
    transform: translateY(-26%); }
    .fullscreen-video__content .title-line-one {
      font-size: 55px;
      line-height: 50px; }
    .fullscreen-video__content .title-line-two {
      font-size: 72px;
      line-height: 65px; }
    .fullscreen-video__content .intro {
      max-width: 52%; }

  .fullscreen-video__play-icon {
    top: 29%; }
    .fullscreen-video__play-icon .dashed-border {
      width: 239px;
      height: 239px; }
    .fullscreen-video__play-icon .play-icon {
      width: 220px;
      height: 220px; } }
@media screen and (max-width: 992px) and (min-height: 900px) {
  .fullscreen-video__play-icon {
    top: 39%; } }
@media screen and (max-width: 650px) {
  .fullscreen-video {
    overflow: visible; }

  .fullscreen-video video {
    display: none; }

  .fullscreen-video__content {
    top: 40%;
    left: 30px;
    right: 40px;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
    .fullscreen-video__content .title-line-one {
      font-size: 45px;
      line-height: 40px; }
    .fullscreen-video__content .title-line-two {
      font-size: 52px;
      line-height: 45px; }
    .fullscreen-video__content .intro {
      max-width: 100%; }

  .fullscreen-video__play-icon {
    top: auto;
    bottom: 210px;
    right: 50%;
    margin-right: -90px; }
    .fullscreen-video__play-icon .play-icon {
      width: 160px;
      height: 160px;
      background-size: 20px 30px; }
    .fullscreen-video__play-icon .dashed-border {
      width: 179px;
      height: 179px; }

  .video-carousel__wrapper {
    bottom: -220px; }
    .video-carousel__wrapper .flickity-slider {
      margin-left: 10px; }
    .video-carousel__wrapper .carousel-item--final {
      width: 8px; }

  .page-template-tpl-video-gallery .simple-teasers {
    margin-top: 290px; } }
@media screen and (max-width: 500px) {
  .fullscreen-video__content .title-line-one,
  .fullscreen-video__content .title-line-two {
    text-align: center;
    margin-left: 0; }

  .fullscreen-video__content .intro {
    text-align: center;
    margin-left: 0; } }
@media screen and (max-width: 400px) {
  .fullscreen-video__play-icon {
    top: auto;
    bottom: 175px;
    right: 50%;
    margin-right: -80px; }
    .fullscreen-video__play-icon .play-icon {
      width: 140px;
      height: 140px;
      background-size: 20px 30px; }
    .fullscreen-video__play-icon .dashed-border {
      width: 159px;
      height: 159px; } }
@media screen and (max-width: 991px) and (orientation: landscape) {
  .fullscreen-video__content .intro {
    max-width: 62%;
    margin-top: 10px; }

  .video-carousel__wrapper {
    bottom: 30px; }

  .fullscreen-video__play-icon .dashed-border {
    width: 189px;
    height: 189px; }
  .fullscreen-video__play-icon .play-icon {
    width: 170px;
    height: 170px; } }
@media screen and (orientation: landscape) and (max-width: 767px) {
  .fullscreen-video {
    overflow: visible; }
    .fullscreen-video__content {
      top: 140px;
      left: 20px; }

  .fullscreen-video video {
    display: none; }

  .video-carousel__wrapper {
    bottom: -230px; }

  .fullscreen-video__play-icon {
    top: auto;
    bottom: 170px;
    right: 40px;
    margin-right: 0; }
    .fullscreen-video__play-icon .dashed-border {
      width: 149px;
      height: 149px; }
    .fullscreen-video__play-icon .play-icon {
      width: 130px;
      height: 130px; }

  .page-template-tpl-video-gallery .simple-teasers {
    margin-top: 290px; } }
@media screen and (orientation: landscape) and (max-width: 767px) {
  .fullscreen-video__content {
    top: 80px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .fullscreen-video__content .title-line-one {
      font-size: 45px; }
    .fullscreen-video__content .title-line-two {
      font-size: 60px;
      margin-left: 27px; }
    .fullscreen-video__content .intro {
      margin-left: 27px;
      font-size: 19px;
      line-height: 27px; } }

/*# sourceMappingURL=video-gallery.css.map */
