@import "assets/reset.css";
@import "assets/animate.css";
@import "assets/loader.css";
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}
@media (max-width: 960px) {
  html {
    background: #ffffff;
  }
}
body {
  overflow: hidden;
  position: relative;
  background: #2b9dc1;
  background: -webkit-linear-gradient(left, #2b9dc1 0%, #ffffff 100%);
  background: linear-gradient(to right, #2b9dc1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b9dc1', endColorstr='#ffffff', GradientType=1);
}
@media (max-width: 960px) {
  body {
    background: -webkit-linear-gradient(top, #2b9dc1 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #2b9dc1 0%, #ffffff 100%);
  }
}
.is-loaded {
  overflow: visible;
  overflow-x: hidden;
}
/*------------------------------------*\
    FONTS
\*------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
strong {
  font-weight: 700;
}
/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/* Micro ClearFix Mixin */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.content {
  padding: 0 10%;
}
.content .logo {
  margin-left: -100px;
  margin-bottom: 100px;
}
.content .logo img {
  display: block;
  width: 532px;
  height: 130px;
}
.content .copy {
  position: relative;
  width: 50%;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.content .copy h1 {
  margin-bottom: 17px;
  font-size: 58px;
  line-height: 68px;
  font-weight: 700;
}
.content .copy .icons-phone {
  display: none;
}
.content .copy h2 {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 42px;
}
.content .copy .notificator {
  color: #223850;
}
.content .copy .notificator .punchline {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
.content .copy .notificator .contact {
  margin-bottom: 10px;
  zoom: 1;
}
.content .copy .notificator .contact .form-element {
  float: left;
  display: block;
  width: 70%;
  height: 46px;
  padding: 6px 12px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 1.42857143;
  color: #223850;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.content .copy .notificator .contact .form-element:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.content .copy .notificator .contact .btn {
  float: left;
  outline: 0;
  width: 120px;
  margin-left: 1%;
  height: 46px;
  font: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 46px;
  font-weight: 700;
  border-radius: 0;
  border: none;
  background: #223850;
  color: #ffffff;
}
.content .copy .notificator .contact .btn:focus {
  outline: 0;
}
.content .copy .notificator .contact .btn:hover {
  background: #2c4a6a;
}
.content .copy .notificator .contact .btn:active {
  background: #121e2b;
}
.content .copy .notificator .contact:before,
.content .copy .notificator .contact:after {
  content: "";
  display: table;
}
.content .copy .notificator .contact:after {
  clear: both;
}
.content .copy .notificator .comment {
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
}
.icons {
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.icons img {
  display: block;
  margin-left: 100px;
}
@media (max-width: 1550px) {
  .content .logo {
    margin-left: -70px;
    margin-bottom: 60px;
  }
  .content .logo img {
    width: 380px;
    height: auto;
  }
  .content .copy h1 {
    margin-bottom: 12px;
    font-size: 46px;
    line-height: 54px;
  }
  .content .copy h2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
  }
  .content .copy .notificator .punchline {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 32px;
  }
  .content .copy .notificator .contact .form-element {
    width: 60%;
  }
  .content .copy .notificator .comment {
    font-size: 14px;
    line-height: 20px;
  }
  .icons {
    top: 150px;
  }
  .icons img {
    width: 370px;
  }
}
@media (max-width: 1024px) {
  .content {
    padding: 0 40px;
  }
  .content .logo {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .content {
    padding: 0 0;
    text-align: center;
  }
  .content .logo {
    margin-bottom: 20px;
  }
  .content .logo img {
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
  }
  .content .copy {
    width: 100%;
    padding: 0 20px;
  }
  .content .copy h1 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .content .copy .icons-phone {
    display: block;
    margin-bottom: 20px;
  }
  .content .copy .icons-phone img {
    width: 75%;
    max-width: 300px;
  }
  .content .copy .notificator .punchline {
    font-size: 18px;
    line-height: 26px;
  }
  .content .copy .notificator .contact {
    margin-bottom: 20px;
  }
  .content .copy .notificator .contact .form-element {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #223850;
  }
  .content .copy .notificator .contact .btn {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .content .copy .notificator .comment {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 20px;
  }
  .icons {
    display: none;
  }
  .phone-visible {
    display: block;
  }
  .phone-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .content .logo {
    margin-bottom: 30px;
  }
  .content .copy h1 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 48px;
  }
  .content .copy .icons-phone {
    margin-bottom: 30px;
  }
  .content .copy .icons-phone img {
    max-width: 400px;
  }
  .content .copy .notificator .punchline {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 40px;
  }
}
