@charset "utf-8";
/* CSS Document */
body {
  height: 100vh;
  overflow: hidden;
}
.main-block,
.footer,
.header {
  display: none;
}
.splash {
  position: absolute;
  transition-delay: 2s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.enter .splash  {
  transform: scale(0);
}
.splash-intro {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90%;
  transform: translate(0, -50%);
  transition: 1s;
  z-index: 999;
  padding: 0 5%;
}
.enter .splash-intro {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.splash-intro h1 {
  letter-spacing: 2px;
  transition: 1s;
  transition-delay: 1s;
  display: inline-block;
  font-size: 24px;
  margin: 0;
}
.splash-intro h2 {
  font-weight: 200;
  letter-spacing: 2px;
  margin: 0;
}
.splash-intro .splash-logo img {
  height: calc(30vh - 40px);
  margin-bottom: 4vh;
}
.splash-intro p {
  display: inline-block;
  font-size: 12px;
  color: #000;
}
.splash-intro a {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  color: #000;
  letter-spacing: 2px;
  font-size: 12px;
  transition: .3s;
  margin: 0 10px;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border: 1px solid;
}
.splash-intro a:hover {
  background: #515153;
  color: #fff;
}
.splash-intro .buttons {

}
.splash .images {
  width: 100%;
  position: absolute;
  z-index: 998;
}
.splash .images .wrapper {
  background: #eee;
  display: inline-block;
  width: 100%;
  height: 100vh;
  position: relative;
}
.enter .splash .images .wrapper {
  transform: scale(4);
  opacity: 0;
}
.splash .image {
  height: calc(25vh - 4px);
  width: calc(14.2857% - 4px);
  float: left;
  background: #ddd;
  background-size: cover;
  background-position: center center;
  /*opacity: 0;*/
  margin: 2px;
  position: absolute;
}

@media (min-width: 1400px) {
.splash .image:nth-child(1) { top: 0; left: 0;}
.splash .image:nth-child(2) { top: 0; left: 14.2857%;}
.splash .image:nth-child(3) { top: 0; left: 28.5714%;}
.splash .image:nth-child(4) { top: 0; left: 42.8571%;}
.splash .image:nth-child(5) { top: 0; left: 57.1428%;}
.splash .image:nth-child(6) { top: 0; left: 71.4285%;}
.splash .image:nth-child(7) { top: 0; left: 85.7142%;}

.splash .image:nth-child(8) { bottom: 0; left: 0;}
.splash .image:nth-child(9) { bottom: 0; left: 14.2857%;}
.splash .image:nth-child(10) { bottom: 0; left: 28.5714%;}
.splash .image:nth-child(11) { bottom: 0; left: 42.8571%;}
.splash .image:nth-child(12) { bottom: 0; left: 57.1428%;}
.splash .image:nth-child(13) { bottom: 0; left: 71.4285%;}
.splash .image:nth-child(14) { bottom: 0; left: 85.7142%;}
}

.home-header {
  height: 100vh;
  width: 100%;
  background: linear-gradient(#ffffff00, white);
}
.home-header .logo {
  transition-duration: 1s;
  max-width: 50%;
  margin: 10vh auto 0;
  width: 250px;
  transition-delay: 1s;
  transform: scale(0);
}
.enter .home-header .logo {
  transform: scale(1);
}
.home-header .logo img {
  max-width: 100%;
  max-height: 25vh;
}
.home-header .logo p {
  margin; 0;
}
.home-header .slider {
  position: absolute;
  z-index: -1;
  top: 0;
  background: coral;
  width: 102vw;
  margin-left: -1vw;
}
.home-header .slider .flexslider {
  opacity: .8;
}
.home-header .slider .flexslider img {
  /*filter: blur(3px);*/
}
.bottom-panel {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 0 10vh;
  opacity: 0;
  transition: 2s;
}
.enter .bottom-panel {
  opacity: 1;
}
.home-menu {}
.home-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-menu li:first-child {
  display: none;
}
.home-menu li {
  display: inline-block;
  border: solid #fff0;
  border-width: 0 0 1px;
  padding: 0;
  line-height: 40px;
  margin: 0 25px;
  text-transform: uppercase;
  transition: .3s;
  letter-spacing: 1px;
}
.home-menu li:hover {
  transform: translateY(-3px);
  border-color: #565656;
}
.home-menu a {
  color: inherit;
  text-decoration: none;
}
.contact-buttons {
  width: 100%;
  margin-top: 30px;
}
.contact-buttons > div {
  display: inline-block;
}

.contact-buttons i {
  line-height: 40px;
  width: 40px;
  margin: 0 10px;
  border: 1px solid #000;
  border-radius: 100px;
  color: #fff;
  transition: .3s;
  transform: scale(.95);
  background: #000;
}
.contact-buttons i:hover {
  transform: translateY(-3px);
}
/*.return #ev__loading {
  display: block;
}
#ev__loading {
  display: none;
}*/

@media (max-width: 1399px) and (min-width: 1000px) {
.splash .image {
  width: calc(16.6666% - 4px);
}
.splash .image:nth-child(13),
.splash .image:nth-child(14) {
  display: none;
}
.splash .image:nth-child(1) { top: 0; left: 0;}
.splash .image:nth-child(2) { top: 0; left: 16.6666%;}
.splash .image:nth-child(3) { top: 0; left: 33.3333%;}
.splash .image:nth-child(4) { top: 0; left: 49.9999%;}
.splash .image:nth-child(5) { top: 0; left: 66.6666%;}
.splash .image:nth-child(6) { top: 0; left: 83.3333%;}

.splash .image:nth-child(7) { bottom: 0; left: 0%;}
.splash .image:nth-child(8) { bottom: 0; left: 16.6666%;}
.splash .image:nth-child(9) { bottom: 0; left: 33.3333%;}
.splash .image:nth-child(10) { bottom: 0; left: 49.9999%;}
.splash .image:nth-child(11) { bottom: 0; left: 66.6666%;}
.splash .image:nth-child(12) { bottom: 0; left: 83.3333%;}
}

@media (max-width: 999px) and (min-width: 700px) {
.splash .image {
  width: calc(25% - 4px);
}
.splash .image:nth-child(9),
.splash .image:nth-child(10),
.splash .image:nth-child(11),
.splash .image:nth-child(12),
.splash .image:nth-child(13),
.splash .image:nth-child(14) {
  display: none;
}
.splash .image:nth-child(1) { top: 0; left: 0;}
.splash .image:nth-child(2) { top: 0; left: 25%;}
.splash .image:nth-child(3) { top: 0; left: 50%;}
.splash .image:nth-child(4) { top: 0; left: 75%;}

.splash .image:nth-child(5) { bottom: 0; left: 0%;}
.splash .image:nth-child(6) { bottom: 0; left: 25%;}
.splash .image:nth-child(7) { bottom: 0; left: 50%;}
.splash .image:nth-child(8) { bottom: 0; left: 75%;}
}

@media (max-width: 699px) and (min-width: 450px) {
.splash .image {
  width: calc(33.3333% - 4px);
}
.splash .image:nth-child(7),
.splash .image:nth-child(8),
.splash .image:nth-child(9),
.splash .image:nth-child(10),
.splash .image:nth-child(11),
.splash .image:nth-child(12),
.splash .image:nth-child(13),
.splash .image:nth-child(14) {
  display: none;
}
.splash .image:nth-child(1) { top: 0; left: 0;}
.splash .image:nth-child(2) { top: 0; left: 33.3333%;}
.splash .image:nth-child(3) { top: 0; left: 66.6666%;}

.splash .image:nth-child(4) { bottom: 0; left: 0%;}
.splash .image:nth-child(5) { bottom: 0; left: 33.3333%;}
.splash .image:nth-child(6) { bottom: 0; left: 66.6666%;}
}

@media (max-width: 449px) {
.splash .image {
  width: calc(50% - 4px);
}
.splash .image:nth-child(5),
.splash .image:nth-child(6),
.splash .image:nth-child(7),
.splash .image:nth-child(8),
.splash .image:nth-child(9),
.splash .image:nth-child(10),
.splash .image:nth-child(11),
.splash .image:nth-child(12),
.splash .image:nth-child(13),
.splash .image:nth-child(14) {
  display: none;
}
.splash .image:nth-child(1) { top: 0; left: 0;}
.splash .image:nth-child(2) { top: 0; left: 50%;}

.splash .image:nth-child(3) { bottom: 0; left: 0%;}
.splash .image:nth-child(4) { bottom: 0; left: 50%;}
}

@media (max-width: 699px) {
.splash-intro a {
  margin: 5px 4px;
}
.splash-intro .splash-logo img {
  margin-bottom: 2vh;
  height: calc(25vh - 40px);
}
.splash-intro {
  height: 50%;
  transform: none;
  top: 0;
  display: table;
  margin-top: 27vh;
}
.splash-intro > div {
  display: table-cell;
  vertical-align: middle;
}
}

@media (max-width: 799px) {
.home-menu li {
  border: none !important;
  line-height: 8vh;
  display: block;
}
.contact-buttons {
  margin-top: 10vh;
}
.home-header .logo img {
  max-height: 20vh;
}
.home-header .logo {
  margin: 0 auto;
}
.home-header {
  height: 95vh;
  padding-top: 5vh;

  background: rgba(255, 255, 255, 0.5);
}
}
