/*
Theme Name: FastWayWeb Under Construction
Theme URI: http://ezisolution.eu
Description: Under Construction theme by FastWayWeb
Version: 1.0
Author: Vitaliy Dranko
Author URI: http://www.fastwayweb.com

*/
body {
  font-family: 'Roboto', sans-serif;
  background: #181818;
  color: #fff;
  font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 300; }

a { color: #fff; }

a:hover {
  color: #AFE2FC;
  text-decoration: none;
}

img { max-width: 100%; }

/* ==========================================================================
   Logo styles
   ========================================================================== */
   
.logo {
  background: url(img/logo80.png) center center no-repeat;
  width: 94px;
  height: 94px;
  display: inline-block;
}

.hero-section header { margin-bottom: 1.5em; }

/* ==========================================================================
   Hero Section styles
   ========================================================================== */
.const-wrapper {
    position: fixed;
    background-color: #121212;
    background-position: center 0%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: url(img/bg.jpg);
    display: table;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
.tint {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/pattern.png);
    background-attachment: fixed;
    background-repeat: repeat-x repeat-y;
    background-color: rgba(44,62,80,0.8);
    z-index: 2;
    overflow: auto;
}

.hero-section { padding: 1.5em 0 3em; }

/* ==========================================================================
   Countdown styles
   ========================================================================== */

.hero-title {
  font-size: 34px;
  font-weight: 100;
}

ul.countdown {
  font-weight: 100;
  list-style: none;
  display: block;
  margin-bottom: 0;
  padding: 1.5em 0;
}

ul.countdown li { display: inline-block; }

ul.countdown li span { font-size: 43px; }

ul.countdown li.seperator {
  font-size: 38px;
  line-height: 58px;
  vertical-align: top;
  padding: 0 16px;
}

ul.countdown li p { font-size: 16px; }

/* ==========================================================================
   video preview styles
   ========================================================================== */

/*.video-intro { padding-top: 1.5em; }

.video-intro a {
  background: url(img/play-btn.png) left center no-repeat;
  display: inline-block;
  width: 79px;
  height: 78px;
}

.video-intro a:hover { background: url(img/play-btn.png) right center no-repeat; }*/

/* ==========================================================================
   Footer styles
   ========================================================================== */

.site-footer { padding: 3em 0; }

/* ==========================================================================
   Subscription form styles
   ========================================================================== */
.center-block { float: none; }

.form-control {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 50px;
}

.form-control:focus {
  border-color: #008ed6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  padding: 12px 2em;
  font-weight: 100;
}

.btn-default {
  color: #fff;
  background-color: #008ed6;
  border-color: #008ed6;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #006ba1;
  border-color: #006ba1;
  color: #fff;
}

.btn-default:focus,
.btn-default:active { outline: none; }

.sub-form p { margin-bottom: 1.5em; }

#mc-notification {
  margin: 0.75em 0 0;
  font-size: .9em;
  text-align: center;
  font-weight: 300;
}

.alert { color: #ff4b5a; }

.success { color: #1fab5a; }

/* ==========================================================================
   Social styles
   ========================================================================== */

.social-icons {
  list-style: none;
  margin: 3em 0 0;
}

.social-icons li {
  display: inline-block;
  padding-right: .5em;
}

.social-icons li:last-child { padding-right: 0; }

.social-icons a {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  color: #008ed6;
  width: 35px;
  height: 35px;
  line-height: 33px;
  vertical-align: middle;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #008ed6;
}

.social-icons a:hover {
  color: #006ba1;
  background: #fff;
  border-color: #fff;
}

/* ==========================================================================
   Animation
   ========================================================================== */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 @-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
 -ms-transform: translateY(30px);
 transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
 @-webkit-keyframes slideInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes slideInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {

.hero-section header { margin-bottom: 2em; }

.hero-section { padding: 3em 0 0; }

.hero-title { font-size: 54px; }

ul.countdown { padding: 3em 0; }

ul.countdown li span { font-size: 87px; }

ul.countdown li.seperator {
  font-size: 77px;
  line-height: 118px;
  padding: 0 20px;
}

ul.countdown li p { font-size: 28px; }

.site-footer { padding: 2.5em 0; }

.btn { padding: 12px 3.5em; }
.logo {
    background: url(img/logo150.png) center center no-repeat;
    width: 150px !important;
    height: 150px !important;
}
}

/* ==========================================================================
   Medium devices (desktops, 992px and up)
   ========================================================================== */

@media (min-width: 992px) {

.hero-section { padding: 4.5em 0 0; }

.hero-section header { margin-bottom: 1em; }

}

/* ==========================================================================
   small devices 
   ========================================================================== */
   
@media (max-width: 360px) {

ul.countdown li span { font-size: 36px; }

ul.countdown li.seperator {
  font-size: 30px;
  line-height: 51px;
  vertical-align: top;
  padding: 0 8px;
}

ul.countdown li p { font-size: 16px; }

.logo {
  background: url(img/logo47.png) center center no-repeat;
  width: 47px !important;
  height: 47px !important;
}
}

@media (max-width: 320px) {

.hero-title { font-size: 30px; }

ul.countdown { padding-bottom: 0; }

ul.countdown li span { font-size: 28px; }

ul.countdown li.seperator {
  font-size: 25px;
  line-height: 38px;
  vertical-align: top;
  padding: 0 2px;
}

ul.countdown li p { font-size: 12px; }

.btn { padding: 12px; }
}

@media (max-width: 240px) {

.hero-title { font-size: 30px; }

ul.countdown { padding-bottom: 0; }

ul.countdown li span { font-size: 22px; }

ul.countdown li.seperator {
  font-size: 18px;
  line-height: 36px;
  vertical-align: top;
  padding: 0 2px;
}

ul.countdown li p { font-size: 11px; }


}
