.splash-block {
  /*a,
	.splash-close{
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: -webkit-transform 0.3s ease-in-out;
		-o-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
		&:hover{
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}
		&.splash-social-icon:hover{
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			transform: scale(1.2);
		}
	}*/
  position: fixed;
  z-index: 2000;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
}

.splash-block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.splash-block .splash-logo {
  position: absolute;
  z-index: 2002;
  top: 40px;
  right: 60px;
  width: 65%;
  max-width: 460px;
}

.splash-block .splash-close {
  position: absolute;
  z-index: 2002;
  left: 30px;
  top: 30px;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.splash-block .splash-close:hover {
  cursor: pointer;
}

.splash-block .splash-close img {
  width: 30px;
  height: 30px;
}

.splash-block .splash-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.splash-block .splash-content .splash-swiper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  max-height: 100vw;
  position: relative;
}

.splash-block .splash-content .splash-swiper .swiper-wrapper {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.splash-block .splash-content .splash-swiper .splash-swiper-slide {
  height: 100%;
  width: 100% !important;
}

.splash-block .splash-content .splash-swiper .splash-swiper-slide .splash-swiper-slide-centered {
  position: relative;
  height: 100%;
  width: 100%;
}

.splash-block .splash-content .splash-swiper .splash-swiper-slide .splash-swiper-slide-centered img, .splash-block .splash-content .splash-swiper .splash-swiper-slide .splash-swiper-slide-centered picture {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splash-block .splash-content .splash-swiper .splash-swiper-slide .swiper-slide-credits {
  font-size: 10px;
  color: #eeeeee;
  z-index: 101;
  position: absolute;
  left: 10px;
  bottom: 0px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.splash-block .splash-content .splash-swiper .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  border-radius: 0px;
  outline: 0px;
}

.splash-block .splash-content .splash-swiper .swiper-pagination-bullet-active {
  background-color: #fa423a;
}

.splash-block .splash-content .splash-swiper .swiper-pagination {
  bottom: 24px;
}

.splash-block .splash-content .splash-banner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 40px 60px 26px 60px;
  color: #fa423a;
}

.splash-block .splash-content .splash-banner .splash-banner-left {
  font-size: 30px;
  line-height: 36px;
  width: 50%;
  padding-right: 20px;
  float: left;
}

.splash-block .splash-content .splash-banner .splash-banner-left .splash-text {
  font-weight: bold;
}

.splash-block .splash-content .splash-banner .splash-banner-right {
  width: 50%;
  float: right;
  text-align: right;
  padding-left: 20px;
}

.splash-block .splash-content .splash-banner .splash-banner-right .splash-button {
  display: inline-block;
  background-color: #fa423a;
  color: #ffffff;
  text-transform: uppercase;
  padding: 22px 20px 18px 20px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 50px;
}

.splash-block .splash-content .splash-banner .splash-banner-right .splash-button:hover {
  text-decoration: none;
}

.splash-block .splash-content .splash-banner .splash-banner-right .splash-button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url(../Icons/ico_btn_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.splash-block .splash-content .splash-banner .splash-banner-right .splash-social {
  font-size: 14px;
  line-height: 17px;
}

.splash-block .splash-content .splash-banner .splash-banner-right .splash-social .splash-hashtag {
  padding-right: 1.5rem;
}

.splash-block .splash-content .splash-banner .splash-banner-right .splash-social .splash-social-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
  height: 21px;
  margin-left: 10px;
}

@media (max-width: 980px) {
  .splash-block .splash-content .splash-swiper .swiper-pagination {
    bottom: 16px;
  }
  .splash-block .splash-content .splash-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .splash-block .splash-content .splash-banner .splash-banner-left,
  .splash-block .splash-content .splash-banner .splash-banner-right {
    padding: 0px;
    width: 100%;
    text-align: center;
    float: none;
  }
  .splash-block .splash-content .splash-banner .splash-banner-content {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .splash-block .splash-content .splash-banner .splash-banner-left {
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
    text-align: left;
  }
  .splash-block .splash-content .splash-banner .splash-banner-right .splash-social .splash-social-icon {
    margin-left: 5px;
    margin-right: 5px;
  }
  .splash-block .splash-content .splash-banner .splash-banner-right .splash-button {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    text-align: center;
  }
  .splash-block .splash-content .splash-banner .splash-banner-right .splash-button:after {
    background-size: 80% 80%;
    margin-left: 2px;
  }
  .splash-block .splash-content .splash-banner .splash-social-text {
    display: none;
  }
  .splash-block .splash-logo {
    right: 20px;
    max-width: calc(100% - 140px);
  }
  .splash-block .splash-close {
    left: 14px;
  }
}

@media (max-width: 450px) {
  .splash-block {
    overflow-y: auto;
  }
  .splash-block .splash-content .splash-swiper {
    min-height: 100vw;
  }
  .splash-block .splash-content .splash-banner {
    padding: 30px 20px 16px 20px;
  }
  .splash-block .splash-content .splash-banner .splash-banner-left {
    padding-bottom: 30px;
    font-size: 5.9vw;
    line-height: 6.8vw;
  }
  .splash-block .splash-content .splash-banner .splash-banner-right .splash-button {
    margin-bottom: 30px;
    font-size: 4.8vw;
    line-height: 6vw;
  }
  .splash-block .splash-content .splash-banner .splash-banner-right .splash-button:after {
    background-size: 80% 80%;
    margin-left: 2px;
  }
  .splash-block .splash-content .splash-banner .splash-banner-right .splash-button {
    padding: 4.1vw 20px 3.4vw 20px;
  }
  .splash-block .splash-logo {
    max-width: calc(100% - 120px);
  }
  .splash-block .splash-close {
    width: 50px;
    height: 50px;
  }
}

#splash {
  top: -105%;
  bottom: 105%;
  -webkit-transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
  transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.splashactive {
  overflow: hidden;
}

.splashactive #splash {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  top: 0px;
  bottom: 0px;
}

.home .column .box {
  background-image: none;
}

.home .gallery img[src$="img05_top.png"],
.home .gallery img[src$="img05_bottom.jpg"] {
  margin-left: -1px;
}

.splash-block video {
  margin: auto;
  -webkit-box-shadow: inset 0px 0px 10px #aae7e9;
          box-shadow: inset 0px 0px 10px #aae7e9;
  border: 0px;
  outline: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.splash-block .splash-content .splash-swiper .splash-swiper-slide.video-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #aae7e9;
  background-image: url(images/sliderbg.jpg);
}

.splash-block .splash-content .splash-swiper .splash-swiper-slide.video-slide .splash-swiper-slide-centered {
  position: relative;
  text-align: center;
  background-color: #aae7e9;
  background-image: url(images/sliderbg.jpg);
  padding-bottom: 43.75%;
  height: 0;
  overflow: hidden;
}
/*# sourceMappingURL=splash.css.map */