@font-face {
  font-family: 'signikalight';
  src: url('fonts/signika-light-webfont.eot');
  src: url('fonts/signika-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/signika-light-webfont.woff2') format('woff2'),
  url('fonts/signika-light-webfont.woff') format('woff'),
  url('fonts/signika-light-webfont.ttf') format('truetype'),
  url('fonts/signika-light-webfont.svg#signikalight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'signikaregular';
  src: url('fonts/signika-regular-webfont.eot');
  src: url('fonts/signika-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/signika-regular-webfont.woff2') format('woff2'),
  url('fonts/signika-regular-webfont.woff') format('woff'),
  url('fonts/signika-regular-webfont.ttf') format('truetype'),
  url('fonts/signika-regular-webfont.svg#signikaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after{
  clear: both
}

body {
  line-height: 1.42857143;
  font-family: signikalight;
  font-size: 20px;
  padding-top: 52px;
  color: #555555;
}

.container {
  width: 100%;
  padding: 0 140px;
}

.m-bottom {
  margin-bottom: 50px;
}

h1, h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

p {
  font-size: 20px;
}

strong {
  font-weight: 500;
  font-family: signikaregular;
}

/* */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100
}

header .logo {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -37.5px;
  width: 110px;
  height: 75px;
  background: url(logo.svg) no-repeat 50%;
  background-size: 100%
}

header nav {
  height: 52px;
  padding: 0 160px;
  font-size: 14px
}

header nav.main {
  background: #fff;
  padding: 0 10px 0 160px
}

header nav.sub {
  background: hsla(0,0%,100%,.8)
}

/* */

footer {
  padding: 100px 0;
  background: #fafafa;
  position: relative;
  font-family: signikalight;
  font-size: 15px
}

footer .copyright {
  float: left;
  background-size: 80px;
  padding-left: 120px;
  height: 188px;
  display: table;
  position: relative
}

footer .copyright:after {
  position: absolute;
  content: "";
  background: url(logo.svg) no-repeat 50%;
  width: 82px;
  height: 55px;
  left: 0;
  top: 50%;
  margin-top: -27.5px
}

footer .copyright p {
  font-size: inherit;
  display: table-cell;
  vertical-align: middle;
  width: 600px;
  color: #413f3f
}

footer .copyright p span {
  color: #0064b9
}

/* section */

.error.offline {
  background: url("offline.jpg") no-repeat center;
}

section.full-height {
  position: relative;
  min-height: 800px;
  height: calc(100vh - 52px);
  background-size: cover!important;
  font-family: signikalight;
  color: #555
}

section.full-height.text-white {
  color: #fff
}

section.full-height .container {
  height: inherit;
  min-height: inherit;
  display: table;
  padding-top: 52px
}

section.full-height .container .text {
  display: table-cell;
  vertical-align: middle
}

section.error h2 {
  font-size: 50px!important;
}

section.error .warning:before {
  display: inline-block;
  content: "";
  background: url(warning-white.svg) no-repeat 50%;
  width: 50px;
  height: 50px;
  background-size: 100%;
  vertical-align: sub;
  margin-right: 30px
}

/* animation */

.fadeIn, .fadeInUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

/* responsive */

@media (max-width: 1600px) {

  .container {
    padding:0 100px
  }

  h1 {
    font-size: 50px
  }

  h2 {
    font-size: 40px
  }

  p {
    font-size: 18px
  }

  header nav {
    padding: 0 150px;
    font-size: 14px
  }

  header nav.main {
    padding-left: 150px
  }

  /* */

}

@media (max-width: 1200px) {

  h1 {
    font-size: 40px
  }

  h2 {
    font-size: 30px
  }

  .m-bottom {
    margin-bottom: 40px
  }

  header .logo {
    width: 80px;
    height: 55px;
    margin-top: -27.5px
  }

  header nav.main {
    padding-left: 120px
  }

  header nav.sub {
    padding: 0 120px
  }

  footer .copyright {
    height: auto
  }

  footer .copyright p {
    width: 100%
  }

  /* */

  section.full-height {
    min-height:700px
  }

  section.full-height .container {
    padding-top: 0
  }

}

@media (max-width: 1000px) {

  header .logo {
    width:60px;
    height: 52px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -26px
  }

  header nav.sub {
    display: none;
  }

}

@media (max-width: 900px) {

  .container {
    padding:0 80px
  }

  .m-bottom {
    margin-bottom: 30px
  }

  /* */

  section.full-height.text-white .container {
    background: rgba(0,0,0,.4);
  }

}

@media (max-width: 600px), (max-width: 900px) and (orientation: landscape) {

  .container {
    padding:0 40px
  }

  .m-bottom {
    margin-bottom: 20px
  }

  h1 {
    font-size: 30px
  }

  h2 {
    font-size: 25px
  }

 footer, p {
    font-size: 14px;
  }

  footer {
    padding: 80px 0 60px
  }

  footer .copyright {
    padding-left: 0;
    padding-top: 80px;
    background-position: 0 0
  }

  footer .copyright:after {
    top: 25px
  }

  /* */

  section.full-height .container {
    padding-top: 40px;
    padding-bottom: 40px
  }

  /* */

  h2.warning:before {
    display: block;
    margin-bottom: 20px;
  }

}

