@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
html{
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  background-color: rgba(25, 25, 25, 1);
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 400;
  min-height: 100%;
  position: relative;
}

header {
  text-align: center;
  position: absolute!important;
}

header .logo {
  height: 32px;
  box-sizing: content-box;
}

.btn {
  font-size:15px;
  color:#fff;
  overflow:hidden;
  position:relative;
  border-color:#fff;
  border: 2px solid;
  border-radius:0;
  padding: 0.5em 2em;
  background:transparent;
  box-shadow:none;
  position: relative;
  z-index: 2;
}

.btn:hover,
.btn:focus,
.btn:active {
  background:transparent;
  color:#283246;
  border: 2px solid #fff;
  outline:none;
  box-shadow:none;
}

.btn .mask {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -moz-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
  transition: all 0.9s cubic-bezier(0.2, 1, 0.25, 1) 0s;
}

.btn:hover .mask {
  width: 100%;
}

.huge-section {
  min-height: 100vh
}

.huge-side {
  min-height: 100vh
}

.left-side {
  background-color: rgba(25, 25, 25, 1);
}

.left-side .huge-content {
  color: #fff;
  min-height: 100vh
}

.left-side .huge-content .logo {
  height: 65px;
  margin: 35% 0 5px;
}

.left-side .huge-content h1 {
  font-size: 25px;
}

.left-side .huge-content h2 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.left-side .social-icons {
  position: absolute;
  padding-bottom: 30px;
  margin-top: 30px;
  padding: 0;
}

.left-side .social-icons li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.left-side .social-icons li:last-child {
  margin-right: 0;
}

.left-side .social-icons li a {
  color: #fff;
}

.left-side .social-icons li a:hover {
  opacity: .8;
}

.right-side {
  margin: 0;
  padding: 0;
}

.right-side .huge-background-img {
  height: 100vh;
  overflow: hidden;
}

#countdown {
  margin: 4vh auto 4vh;
  position: relative;
}

#countdown.show {
  display: block;
}

#countdown > div {
  position: relative;
  width: 100%;
  font-size: 4em;
  line-height: 1.1em;
  color: #fff;
  font-family: 'Fjalla One', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  
}

#countdown > div > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.1em;
  letter-spacing:0;
  margin-top: 15px;
  padding-left: 5px;
  color: #999;
  text-transform: lowercase;
  font-family: 'Roboto Condensed', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

@media (max-width:480px) {
  #countdown {
    width: 75%;
	margin: 0;
	
  }
  #countdown > div {
    width: 25%;
    font-size: 40px;
    font-weight: 700;
    line-height: .8em;
    letter-spacing: 2px;
  }
  #countdown > div > span {
  font-size: 0px;}
  
  .left-side .huge-content .logo {
  height: 65px;
  margin: 55px 0 5px;}
  
  .left-side .social-icons {
  position: absolute;
  padding-bottom: 30px;
  margin-top: 30px;
  padding: 0;}
}


.huge-background-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fill { fill: rgba(25, 25, 25, 1); }
.stroke { fill: none; }

.fill,
.stroke {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.end-card {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5vw;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: rgba(25, 25, 25, 0.9);
  opacity: 0;
}

.title {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 1;
  font-family: 'Roboto Condensed', "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.button {
  padding: 0.5em 2em;
  color: rgba(40, 50, 70, 1);
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
}