/* 41. mistify slideshow */

@media only screen and (max-width: 640px) {
  .introduction {
      bottom: 0px;
  }
}
@media (max-width: 767px) {
  body .mistify__info-container {
    left: 37px;
    top:50%;
  }
  .split-border span:before, .split-border span:after{display:none;}
}
.introduction{
  z-index:1;
}
.dive_slideshow_t_logo{
  margin-top:15px;
  max-width:100%;
}
.v-hidden{
  visibility: hidden;
}
.mistify {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
  }
  
  .mistify__slide {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center;
  overflow: hidden;
          opacity: 0;
     -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 0;
  }
  
  .mistify__slide img {
  display: none;
  }
  
  .mistify__slide--active {
  position: absolute;
  top: 0;
  left: 0;
          opacity: 1;
     -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
  }
  
  .mistify__slide-content {
  position: absolute;
  display: none;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  }
  
  .mistify__slide-title,
  .mistify__info-title {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  margin: 9px 0 19px 0;
  padding-right: 3px;
  text-shadow: 1px 1px 2px #111;
  /*
  display: none;
  visibility: hidden;
  */
  }
  
  .mistify__slide-title {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  margin: 9px 0 19px 0;
  padding-right: 3px;
  text-shadow: 1px 1px 2px #111;
  display: none;
  visibility: hidden;
  }
  
  .mistify__info-title {
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  margin: 35px auto 43px -2px;
  padding-right: 3px;
  text-shadow: 1px 1px 2px #111;
  font-weight: 400;
  font-size: 105px;
  }
  
  @media only screen and (max-width: 880px) {
    .mistify__info-title {
      font-size: 85px;
    margin: 33px auto 38px 7px;
    }
  }
  
  @media only screen and (max-width: 640px) {
    .mistify__info-title {
      font-size: 65px;
    margin: 25px auto 30px 7px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .mistify__info-title {
      font-size: 65px;
    margin: 20px auto 30px 7px;
    }
  }
  
  /*
  @media only screen and (max-width: 1200px) {
    .mistify__slide-title,
    .mistify__info-title {
    font-size: 60px;
    margin: 10px 0 19px 0;
    }
  }
  
  @media only screen and (max-width: 880px) {
    .mistify__slide-title,
    .mistify__info-title {
    font-size: 40px;
    margin: 9px 0 28px 0;
    }
  }
  
  @media screen and ( max-width: 550px ) {
    .mistify__slide-title,
    .mistify__info-title {
      font-size: 20px;
    margin: 8px 0 20px 0;
    }
  }
  */
  
  .mistify__slide-description,
  .mistify__info-description {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 2px #111;
  
  }
  
  @media screen and ( max-width: 550px ) {
    .mistify__slide-description,
    .mistify__info-description {
      font-size: 15px;
    }
  }
  
  .mistify__info--active .mistify__info-description {
  -webkit-animation: slideInRight 1.3s;
          animation: slideInRight 1.3s;
  }
  
  .mistify__info-more {
  display: inline-block;
  position: relative;
  margin: 10px 0 0 -60px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #111;
          opacity: 0;
     -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: .3s;
          transition: .3s;
  display: none;
  visibility: hidden;
  }
  
  .mistify__info-more::before {
  content: "";
  position: absolute;
  height: 4px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  background-color: #fff;
  -webkit-transition: .3s;
          transition: .3s;
  z-index: -1;
  }
  
  .mistify__info-more:hover::before {
  bottom: -12px;
  }
  
  .mistify__slide-timestamp {
  display: none;
  visibility: hidden;
  }
  
  .mistify__info-container {
  position: absolute;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  left: 0;
  /* top: 50%; */
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  */
  z-index: 5;
  bottom: 50px;
  }
  
  .mistify__info {
  display: none;
  }
  
  .mistify__info a {
  text-decoration: none;
  }
  
  .mistify__info--active {
  display: block;
  }
  
  .mistify__info--active:hover .mistify__info-more {
  margin-left: 0;
          opacity: 1;
     -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  .mistify__info--active .mistify__info-title {
  -webkit-animation: slideInLeft 1.3s;
          animation: slideInLeft 1.3s;
  }
  
  .mistify__mask-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-pointer-events: none;
     -moz-pointer-events: none;
          pointer-events: none;
  }
  
  .mistify__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
          opacity: 0;
     -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2;
  }
  
  .mistify__mask img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
  }
  
  .mistify__mask--active {
  -webkit-animation: fadingOut 5s ease-in;
          animation: fadingOut 5s ease-in;
  }
  
  .mistify__mask--active img {
  -webkit-animation: mistZooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: mistZooming 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .mistify__mask--playing {
  -webkit-animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: mist 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          opacity: 1;
     -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  .mistify__arrows {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 100px;
  left: 50px;
  top: 135px;
  margin: -22px 0 0 -19px;
  z-index: 5;
  }
  
  @media only screen and (max-width: 640px) {
    .mistify__arrows {
      margin: -72px 0 0 -44px;
    }
  }
  
  .mistify__arrows a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: .2s;
          transition: .2s;
  }
  
  .mistify__arrows .mistify__arrows--prev:hover,
  .mistify__arrows .mistify__arrows--prev.mistify__arrows--active {
  color: #fff;
  -webkit-transform: translateY(-10%);
       ms-transform: translateY(-10%);
          transform: translateY(-10%);
  }
  
  .mistify__arrows .mistify__arrows--next:hover,
  .mistify__arrows .mistify__arrows--next.mistify__arrows--active {
  color: #fff;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  }
  
  .mistify__dots-container {
  position: absolute;
  display: block;
  right: -5px;
  bottom: 110px;
  margin: 0 30px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  z-index: 5;
  display: none;
  visibility: hidden;
  }
  
  @media only screen and (max-width: 640px) {
    .mistify__dots-container {
      right: -5px;
      bottom: 70px;
    }
  }
  
  .mistify__dots-container--hover .mistify__dots--active {
  padding-right: 50px;
  }
  
  .mistify__dots-container--hover .mistify__dots--active::after {
  width: 40px;
  background-color: #fff;
  }
  
  .mistify__dots-container--hover .mistify__dots--active span {
          opacity: 0;
     -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  
  .mistify__dots-container--hover .mistify__dots--hover {
  padding-right: 90px;
  }
  
  .mistify__dots-container--hover .mistify__dots--hover::after {
  width: 80px;
  background-color: #fff;
  }
  
  .mistify__dots-container--hover .mistify__dots--hover span {
          opacity: 1;
     -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  .mistify__dots {
  position: relative;
  display: block;
  width: 200px;
  height: 10px;
  padding: 0 50px 0 0;
  text-align: right;
  cursor: pointer;
  -webkit-transition: .3s;
          transition: .3s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  }
  
  .mistify__dots::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  top: 4px;
  right: 0;
  margin-left: 15px;
  background-color: #fff;
  -webkit-transition: .3s;
          transition: .3s;
  }
  
  .mistify__dots span {
  position: relative;
  display: inline-block;
  top: -5px;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 2px #111;
  -webkit-transition: .5s;
          transition: .5s;
          opacity: 0;
     -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  
  .mistify__dots--active {
  padding-right: 90px;
  }
  
  .mistify__dots--active::after {
  width: 80px;
  background-color: #fff;
  }
  
  .mistify__dots--active span {
          opacity: 1;
     -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  @media (max-width: 767px) {
    .mistify__info-container {
      max-width: 80%;
      max-width: -webkit-calc(100% - 50px);
      max-width: calc(100% - 50px);
      left: 50px;
      margin-left: 0;
      padding-right: 20px;
    }
    
    .mistify__info--active {
      display: block;
    }
    
    .mistify__info-more {
              opacity: 1;
         -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      margin: 0;
    }
    
    .mistify__info-more::before {
      height: 2px;
      bottom: 0;
      left: 0;
      right: 0;
    }
    
    .mistify__mask--active img {
      -webkit-animation: mistZoomingMobile 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              animation: mistZoomingMobile 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    .mistify__arrows .mistify__arrows--prev:hover {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
    }
    
    .mistify__arrows .mistify__arrows--next:hover {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @-webkit-keyframes mistZooming {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
    }
  }
  @keyframes mistZooming {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(50) translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes mistZoomingMobile {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
    }
  }
  @keyframes mistZoomingMobile {
    0% {
      -webkit-transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(1) translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
              transform: translate(-50%, -50%) scale(20) translate3d(0, 0, 0);
    }
  }
  
  @-webkit-keyframes slideInLeft {
    0% {
      margin-left: -120px;
    }
    100% {
      margin-left: 0;
    }
  }
  @keyframes slideInLeft {
    0% {
      margin-left: -120px;
    }
    100% {
      margin-left: 0;
    }
  }
  
  @-webkit-keyframes slideInRight {
    0% {
      margin-right: -120px;
    }
    100% {
      margin-right: 0;
    }
  }
  @keyframes slideInRight {
    0% {
      margin-right: -120px;
    }
    100% {
      margin-right: 0;
    }
  }
  
  @-webkit-keyframes fadingOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadingOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }