@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Fqj2md8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nBrXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7F6iGmd8WU.ttf) format('truetype');
}
body {
  background: black;
  color: #fff;
  font-family: 'Rubik', sans-serif;
}
.main-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  overflow: hidden;
  z-index: 1;
  perspective: 400px;
  transition: opacity 0.3s;
}
.img {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}
.title {
  display: block;
  position: absolute;
  width: 200%;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  font-size: 6em;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0;
  z-index: 5;
}
.info-container {
  position: absolute;
  left: 20%;
  top: 0;
  right: 20%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transform: translateY(100%);
  opacity: 0;
  z-index: 5;
}
.info-container h3 {
  font-size: 2.6em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.info-container h4 {
  font-size: 1.7em;
  font-weight: 400;
  margin: 1.4em 0 0.8em 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.info-container h5 {
  font-size: 1.3em;
  font-weight: 300;
  margin: 1.5em 0 0.5em 0;
  padding: 0;
  text-transform: uppercase;
}
.info-container p {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.info-container a {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.3s;
}
.info-container a:hover {
  opacity: 1;
}
.main-container.loaded .loader-container {
  display: none;
}
.main-container.loaded .img,
.main-container.loaded .info-container {
  opacity: 1;
}
.main-container.loaded .title {
  opacity: 0;
}
.main-container.loaded .img-1 {
  background-image: url(../images/178D1564.jpg);
  animation: kenburns-top 6s linear both reverse 0.5s, fade-out 2s ease-in forwards 5.5s ;
  z-index: 5;
}
.main-container.loaded .img-2 {
  background-image: url(../images/178D2276.jpg);
  animation: kenburns-bottom 6s linear both 5.5s, fade-out 2s ease-in forwards 10.5s ;
  z-index: 4;
}
.main-container.loaded .img-3 {
  background-image: url(../images/3.jpg);
  animation: kenburns-right 6s linear both reverse 10.5s, fade-out 2s ease-in forwards 15.5s ;
  z-index: 3;
}
.main-container.loaded .img-4 {
  background-image: url(../images/CE8A2989.jpg);
  animation: kenburns-left 6s linear both 15.5s, fade-out 2s ease-in forwards 20.5s ;
  z-index: 2;
}
.main-container.loaded .img-5 {
  background-image: url(../images/2.jpg);
  animation: kenburns-right 7s linear both reverse 20.5s/*, fade-out 3s ease-in forwards 24.5s */;
  z-index: 1;
}
.main-container.loaded .title-1 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.8s, text-blur-out 1.2s ease-in forwards 5.5s ;
}
.main-container.loaded .title-2 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 6.8s, text-blur-out 1.2s ease-in forwards 10.5s ;
}
.main-container.loaded .title-3 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 11.8s, text-blur-out 1.2s ease-in forwards 15.5s ;
}
.main-container.loaded .title-4 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 16.8s, text-blur-out 1.2s ease-in forwards 20.5s ;
}
.main-container.loaded .title-5 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 21.8s /*, text-blur-out 1.6s ease-in forwards 25.5s */;
}
.main-container.loaded .info-container {
  opacity: 0;
  animation: slide-in-bottom 12s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 26.5s;
}
/* ----------------------------------------------
 * Generated by Animista on 2017-12-10 16:42:7
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: bottom;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-right
 * ----------------------------------------
 */
@keyframes kenburns-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 50%;
  }
  100% {
    transform: scale(1.25) translateX(20px);
    transform-origin: right;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-left
 * ----------------------------------------
 */
@keyframes kenburns-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 50%;
  }
  100% {
    transform: scale(1.25) translate(-20px, 15px);
    transform-origin: left;
  }
}
/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-blur-out
 * ----------------------------------------
 */
@keyframes text-blur-out {
  0% {
    filter: blur(0.01);
  }
  100% {
    filter: blur(12px) opacity(0%);
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloaded {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
.loader-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.9em;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  z-index: 5;
}
.loader {
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  align-self: center;
  border-radius: 50%;
  background: whiteSmoke;
  box-shadow: 0px -10px 25px 0px #ffffff inset;
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  opacity: 0.8;
  animation: rotate-center 0.7s infinite linear;
}
.loader:before {
  display: block;
  content: '';
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: black;
}


/*-- social-icons --*/

.social-icons ul li {
  display: block;
  text-align: center;
  margin: 0;
}

.social-icons ul li a.fa {
  font-size: 1em;
  color: #fff;
  line-height: 2.6em;
  margin: 0;
}

.icon-border {
  position: relative;
}

.icon {
  vertical-align: top;
  overflow: hidden;
  margin: 0 4px;
  width: 35px;
  height: 35px;
}

.social-icons ul li a.fa:hover {
  color: #3b5998;
}

a.fa.fa-google-plus.icon.icon-border.googleplus:hover {
  color: #d34836;
}

a.fa.fa-twitter.icon.icon-border.twitter:hover {
  color: #4099ff;
}

a.fa.fa-dribbble.icon.icon-border.dribbble:hover {
  color: #ec4a89;
}

a.fa.fa-twitter.icon.icon-border.twitter {
  margin: 0;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

/* facebook */

.icon-border.facebook::before {
  -webkit-box-shadow: inset 0 0 0 48px #3b5998;
  -moz-box-shadow: inset 0 0 0 48px #3b5998;
  -o-box-shadow: inset 0 0 0 48px #3b5998;
  -ms-box-shadow: inset 0 0 0 48px #3b5998;
  box-shadow: inset 0 0 0 48px #3b5998;
}

.icon-border.facebook:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #3b5998;
  -moz-box-shadow: inset 0 0 0 4px #3b5998;
  -o-box-shadow: inset 0 0 0 4px #3b5998;
  -ms-box-shadow: inset 0 0 0 4px #3b5998;
  box-shadow: inset 0 0 0 4px #3b5998;
}

/* twitter */

.icon-border.twitter::before {
  -webkit-box-shadow: inset 0 0 0 48px #4099ff;
  -moz-box-shadow: inset 0 0 0 48px #4099ff;
  -o-box-shadow: inset 0 0 0 48px #4099ff;
  -ms-box-shadow: inset 0 0 0 48px #4099ff;
  box-shadow: inset 0 0 0 48px #4099ff;
}

.icon-border.twitter:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #4099ff;
  -moz-box-shadow: inset 0 0 0 4px #4099ff;
  -o-box-shadow: inset 0 0 0 4px #4099ff;
  -ms-box-shadow: inset 0 0 0 4px #4099ff;
  box-shadow: inset 0 0 0 4px #4099ff;
}

/* google plus */

.icon-border.googleplus::before {
  -webkit-box-shadow: inset 0 0 0 48px #d34836;
  -moz-box-shadow: inset 0 0 0 48px #d34836;
  -o-box-shadow: inset 0 0 0 48px #d34836;
  -ms-box-shadow: inset 0 0 0 48px #d34836;
  box-shadow: inset 0 0 0 48px #d34836;
}

.icon-border.googleplus:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #d34836;
  -moz-box-shadow: inset 0 0 0 4px #d34836;
  -o-box-shadow: inset 0 0 0 4px #d34836;
  -ms-box-shadow: inset 0 0 0 4px #d34836;
  box-shadow: inset 0 0 0 4px #d34836;
}

/* dribbble */

.icon-border.dribbble::before {
  -webkit-box-shadow: inset 0 0 0 48px #ec4a89;
  -moz-box-shadow: inset 0 0 0 48px #ec4a89;
  -o-box-shadow: inset 0 0 0 48px #ec4a89;
  -ms-box-shadow: inset 0 0 0 48px #ec4a89;
  box-shadow: inset 0 0 0 48px #ec4a89;
}

.icon-border.dribbble:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #ec4a89;
  -moz-box-shadow: inset 0 0 0 4px #ec4a89;
  -o-box-shadow: inset 0 0 0 4px #ec4a89;
  -ms-box-shadow: inset 0 0 0 4px #ec4a89;
  box-shadow: inset 0 0 0 4px #ec4a89;
}

/* rss */

.icon-border.rss::before {
  -webkit-box-shadow: inset 0 0 0 48px #ee802f;
  -moz-box-shadow: inset 0 0 0 48px #ee802f;
  -o-box-shadow: inset 0 0 0 48px #ee802f;
  -ms-box-shadow: inset 0 0 0 48px #ee802f;
  box-shadow: inset 0 0 0 48px #ee802f;
}

.icon-border.rss:hover::before {
  -webkit-box-shadow: inset 0 0 0 4px #ee802f;
  -moz-box-shadow: inset 0 0 0 4px #ee802f;
  -o-box-shadow: inset 0 0 0 4px #ee802f;
  -ms-box-shadow: inset 0 0 0 4px #ee802f;
  box-shadow: inset 0 0 0 4px #ee802f;
}

/*-- social-icons --*/