/* ------------------------------------------------------------------
  -Main Stylesheet-

  Theme: Cube
  Version: 1.0
  Last change: 07/21/2015
------------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Krona+One|Open+Sans:400,300|Lato:400,100|Raleway:400,300&subset=cyrillic,cyrillic-ext,vietnamese,greek-ext,greek,latin-ext,latin);

/* ------------------------------------------------------------------
  -Table of contents-

  1.  Main section
  2.  Label, logo 
  3.  Timer 
  4.  Footer section
  5.  Social button, icon
  6.  Buttons
  7.  Forms
  8.  Animation effect
  9.  Loader screen
  10. Style for mobile devices
  11. Vendors style
  12. IE8 Fix

------------------------------------------------------------------*/

html, body, h3, p, input, button, label, .desc-time{
  font-family: 'Raleway','Open Sans', sans-serif;
}

/*------------------------------------------------------------------
  1. Main section
------------------------------------------------------------------*/
#main{
  position: absolute;
  width: 100%;
  z-index:1;
  box-shadow: 0 3px 13px 10px rgba(0,0,0,0.3);
  background-attachment: fixed;
}
.letter{
  display: inline-block;
  margin: 0em;
  position: relative;
  z-index: 1;
  color: #fff;
}


/*------------------------------------------------------------------
  2. Label, logo 
------------------------------------------------------------------*/
#timer {
  display: block;
  text-align: center;
  margin: 0px auto;
  line-height: 1;
}
#label{
  position: relative;
  text-align: center;
  display: block;
  font-size: 1em;
  z-index: 1;
  margin: 0px;
}
#label.bar{
  width: 100%;
  left: 0px;
  top:0 !important;
  font-size: 0.5em;
  padding: 0px 40px;
  z-index: 5;
}
#label.bar.bar-left{
  text-align: left;
  padding-left: 5%;
}
#label.bar.bar-right{
  text-align: right;
  padding-right: 5%;
}
#label.bar.bar-center{
  text-align: center;
}
#label.bar .logo-name{
  text-shadow: none;
}
.logo-name img{
  height:8em; 
  margin-right: 10px;
}
#label.hover-eff:hover{
  opacity: 1;
}
.logo-name span{
  vertical-align: middle;
  color: #969AA5;
  font-size: 8em;
}
#logo{
  position: relative;
}

/*------------------------------------------------------------------
  3. Timer 
------------------------------------------------------------------*/
/*T1*/
#timer.t1{
  width: 500px;
}
#timer.t1>.row{
  position: relative;
  top:20px;
  opacity: 0;
}
#timer.t1 .days{
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 13em;
  font-weight: 400;
  margin:0px;
  padding:0 0 20px;
}
#timer.t1 .hours{
  padding-right: 0px;
}
#timer.t1 .mins{
  padding-left: 0px;
}
#timer.t1 .border{
  border-top: 1px solid #fff; 
}
#timer.t1 .soon, #timer.t1 .time{
  font-family: 'Krona One', sans-serif;
  font-size: 5.5em;
  font-weight: 400;
}
#timer.t1 .soon{
  padding: 0px 0 20px;
}
#timer.t1 .time{
  padding: 17px 0 0px;
}
#timer.t1 .desc-time{
  font-size: 20px;
  font-weight: 300;
  margin: -0.8em auto 0;
  padding: 0.15em 0 0;
  color: #fff;
}
#timer.t1 .delim-wrap{
  position: relative;
}
#timer.t1 .delim svg{
  position: relative;
}
#timer.t1 .delim{
  position: absolute;
  left: 50%;
  top: 40px;
  width: 10px;
  height: 50px;
  margin-left: -5px;
}


/*T2*/
#timer.t2{
  width: 500px;
}

#timer.t2 .cube{
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
#timer.t2 .letter{
  font-family: 'Lato', sans-serif;
  font-weight: 100;
}
#timer.t2 .days{
  font-size: 12em;
}
#timer.t2 .time{
  font-size: 3em;
}
#timer.t2 .desc{
  font-size: 3em;
}
#timer.t2 #svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#timer.t2 #svg .stroke-w-6{
  stroke-width:6;
}
#timer.t2 #svg .stroke-w-2{
  stroke-width:2;
}

/*T3*/
#timer.t3{
  width: 100%;
  left:0;
  padding: 0 20px;
}
#timer.t3 ul{
  margin: 0px;
}
#timer.t3 .time{
  position: relative;
  top:20px; 
  opacity: 0;
  font-size: 1em;
  line-height: 1;
  padding: 0px
}

/*T4*/
#timer.t4 .intro{
  font-size: 5em;
  position: relative;
  top:20px;
  opacity: 0;
  font-weight: 600;
  line-height: 1.2;
}



#arrow-wrap{
  width: 100%;
  position: absolute;
  font-size: 2em;
  color: #fff;
  opacity: 0;
  display: none;
  z-index: 5;
  bottom: 40px;
   -webkit-animation: dwn 1s ease 0s infinite alternate;
     -moz-animation: dwn 1s ease 0s infinite alternate;
          animation: dwn 1s ease 0s infinite alternate; 
}
#arrow-wrap .icon-arrow{
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 17px 15px 13px;
}
@-webkit-keyframes dwn {
  0% {bottom: 60px;opacity: 0.1;} 
  100% {bottom: 40px;opacity: 0.9;}
}
@-moz-keyframes dwn {
  0% {bottom: 60px;opacity: 0.1;} 
  100% {bottom: 40px;opacity: 0.9;}
}
@keyframes dwn {
  0% {bottom: 60px;opacity: 0.1;} 
  100% {bottom: 40px;opacity: 0.9;}
}

/*------------------------------------------------------------------
  4. Footer section
------------------------------------------------------------------*/
#footer{
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index:0;
  background-size: cover;
}

/* Compact coming-soon layout: keep only the main screen and copyright bar. */
#footer {
  top: auto;
  bottom: 0;
  height: auto;
  z-index: 10;
  background: none !important;
}
#footer:after {
  display: none;
}
#wrap {
  position: static;
}
.subscribe,
#desc-wrap,
.social {
  display: none !important;
}
#arrow-wrap {
  display: none !important;
}
.copyright {
  padding: 12px 0;
}
#footer:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  z-index: -2;
}
#wrap{ 
  position: absolute;
  left: 0px;
  bottom: 0px; 
  width: 100%;
}
.subscribe{
  padding: 55px 0 10px;
}
.desc-border{
  border-bottom: 1px dotted rgba(255,255,255, 0.5);
}
#header{
  font-weight: 300;
  font-size: 2.5rem;
  color: rgba(0,0,0,0.5);
  margin: 0px 0 30px;
}
#desc-wrap{
  padding: 25px 0px 7px;
  color: #fff;
}
#desc{
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.8;
}
.social{
  padding: 45px 0;
}
.copyright{
  background-color:rgba(0,0,0, 0.2);
  padding: 15px 0;
  color: rgba(255,255,255, 0.6);
  font-weight:200;
}

#wrap-name.small-0{
  width: 0%;
  padding: 0px;
}
#wrap-name,#wrap-email{
  overflow: hidden;
    -webkit-transition: 0.5s ease all;
     -moz-transition: 0.5s ease all;
      -ms-transition: 0.5s ease all;
          transition: 0.5s ease all;
}

/*------------------------------------------------------------------ 
  5. Social button, icon
------------------------------------------------------------------*/
.icon{
  font-size: 2.3em;
}
.icon a{
  display: block;
  width: 70px;
  height: 70px;
  margin: 10px 5px;
  padding: 8px 5px 0;
  line-height: 1.65;
  border-radius: 35px;
  display: -moz-inline-stack;
  display: inline-stack;
  display: inline-block;
  zoom: 1;
  z-index: 0;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  border:1px solid rgba(255, 255, 255, 0.5);
}
.icon a:after {
  pointer-events: none;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
     -moz-box-sizing: content-box; 
          box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
     -moz-transition: -moz-transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.icon a:hover {
  color: #999;
}
.icon a:hover:after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/*------------------------------------------------------------------
  6. Buttons
------------------------------------------------------------------*/
button, .button {
  padding: 0em;
  font-family: "Raleway",sans-serif;
  height: 3.7em;
  -webkit-box-shadow: none;
          box-shadow: none; 
  border-left:  none;
}
button:hover, button:focus, .button:hover, .button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
button,.button,button:focus,.button:focus{
  background-color: transparent;
  border: 2px solid #fff;
  color: #000;
}
button:hover,
.button:hover{
  background-color: transparent; 
  border: none;
  color: #fff;
}
button:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 3.4em;
  content: '';
  -webkit-box-sizing: content-box; 
     -moz-box-sizing: content-box; 
          box-sizing: content-box;
  top: 0px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
     -moz-transition: -moz-transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

button:hover:after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.prefix.button{
  line-height: 1.125em;
}
.button .spinner {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  background-image: url( data:image/gif;base64,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);
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale( 0.2 );
     -moz-transform: scale( 0.2 );
      -ms-transform: scale( 0.2 );
          transform: scale( 0.2 );
}
.button,
.button .spinner,
.button .butlabel {
  -webkit-transition: 0.3s ease all;
     -moz-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
          transition: 0.3s ease all;
}
.button .butlabel {
  position: relative;
  display: inline-block;
}
.button[data-loading] .butlabel {
  opacity: 0;
  -webkit-transform: scale( 2.2 );
     -moz-transform: scale( 2.2 );
      -ms-transform: scale( 2.2 );
          transform: scale( 2.2 );
}
.button[data-loading] .spinner {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
   -ms-transform: none;
    transform: none;
}

/*------------------------------------------------------------------
  7. Forms 
------------------------------------------------------------------*/
input[type="text"],
input[type="email"]{
  font-weight: 300;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #F8F8F8;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.3em;
  height: 2.85em;
  padding: 0 0.5em 0.1em;
  -webkit-transition: none;
     -moz-transition: none;
        transition: none;
   -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="text"]:focus,
input[type="email"]:focus{
  background: transparent;
  border-color: #F8F8F8;
}


#wrap-name label span,#wrap-email label span{
  position: absolute;
  top: 0.6em;
  font-size: 1.5em;
  font-weight: 300;
  left: 0.6em;
   -webkit-transition: top 0.5s, opacity 0.5s;
     -moz-transition: top 0.5s, opacity 0.5s;
        transition: top 0.5s, opacity 0.5s; 
  
}

#wrap-name.filled label span,#wrap-email.filled label span{
  top: -0.5em;
  opacity: 0;
}

::-webkit-input-placeholder {
  color: #7A7A7A; 
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #7A7A7A; 
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #7A7A7A; 
}
:-ms-input-placeholder {
  color: #7A7A7A; 
}
small{
  position: absolute;
  top: 5em;
  width: 100%;
}
small.error{
  background: none;
  font-style: normal;
}
.success{
  color: #00ca1a;
  font-size: 1.5em;
}
.scroll-down body{
  height: auto !mportant;
}
.scroll-down #main,.scroll-down #footer, .scroll-down #wrap{
  position: relative;
}
.scroll-down #wrap{
  bottom: auto;
}
slide{
  display: block;
  text-align: center;
  width: 100%;
}


/*------------------------------------------------------------------
  9. Loader screen
------------------------------------------------------------------*/
#loader-screen{
  position: fixed;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
}
#loader{
  position: absolute;
  left:50%;
  top:50%;
  margin-left:-80px;
  margin-top: -40px;
  overflow:visible;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  width: 160px;
  height: 80px;
  
}
.no-js .loader:after{
  content: "Please enable Javascript to view this page";
  position: absolute;
  width: 600px;
  margin-left: -44px;
  font-size: 0.3em;
}

/*------------------------------------------------------------------
  10. @media style for mobile devices
------------------------------------------------------------------*/
@media (max-width: 640px) {
  #label{font-size: 0.5em;}
  #label.bar{font-size: 0.4em;top: 0px;}
  #label.bar.bar-left,#label.bar.bar-right{text-align: center;}
  #timer.t1{width: 90%;}
  #timer.t2{width: 90%;}
  #timer.t2 #svg .stroke{stroke-width:4 !mportant;}
  #timer.t3{width: 80%;padding:0px;}
  #timer.t3 .block2 {margin:20px 0;}
  #timer.t4 .intro{font-size: 4em;}

  .subscribe {padding: 30px 0px 10px;}
  .subscribe .vcenter{top: 0px !important;}
  small,small.error{position: relative; top:-0.8em;padding: 0rem 0.5625rem;margin: 0rem;}
  #arrow-wrap{opacity: 1; -webkit-animation:none; -moz-animation: none; animation:none;}
  .scroll-down body,body{height: auto !important;}
  .scroll-down #main,.scroll-down #footer,.scroll-down #wrap,#main,#footer,#wrap{position: relative;}
  .scroll-down #wrap,#wrap{bottom: auto;}
  button, .button {overflow: hidden;}
}

@media (max-width: 360px) {
  #label{font-size: 0.4em;}
  #label.bar{font-size: 0.3em;}
  #timer.t1 .soon, #timer.t1 .time{font-size: 3.5em;}
  #timer.t1 .days{font-size: 8.25em; }
  #timer.t1 .delim{top: 25px;}
  #timer.t2 .letter{font-weight: 300;}
  #timer.t2 #svg .stroke-w-6{stroke-width:12;}
  #timer.t2 #svg .stroke-w-2{stroke-width:4;}
  #timer.t3{width: 70%;}
  #timer.t4 .intro{font-size: 3em;}
  #arrow-wrap{display: none !important;}
  #header{font-size: 2rem;}
  
}

@media (max-height: 540px) and (orientation:landscape){
  #arrow-wrap{display: none !important;}
}

/*------------------------------------------------------------------
  11. Vendors style
------------------------------------------------------------------*/
@font-face {
  font-family: 'Ico-moon';
  src:url('../fonts/icomoon.eot');
  src:url('../fonts/icomoond41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'Ico-moon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-at, .icon-github, .icon-flickr, .icon-vimeo, .icon-twitter, .icon-facebook, .icon-googleplus, .icon-pinterest, .icon-tumblr, .icon-linkedin, .icon-dribbble, .icon-stumbleupon, .icon-lastfm, .icon-rdio, .icon-spotify, .icon-qq, .icon-instagram, .icon-dropbox, .icon-skype, .icon-renren, .icon-sina-weibo, .icon-paypal, .icon-picasa, .icon-soundcloud, .icon-mixi, .icon-behance, .icon-circles, .icon-vk, .icon-smashing, .icon-youtube, .icon-mobile, .icon-vcard, .icon-share, .icon-map, .icon-mail, .icon-house, .icon-cog, .icon-arrow, .icon-arrow-up, .icon-resize-enlarge, .icon-resize-shrink, .icon-phone, .icon-location, .icon-checkmark {
  font-family: 'Ico-moon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-at:before {
  content: "\e01d";
}
.icon-github:before {
  content: "\e000";
}
.icon-flickr:before {
  content: "\e005";
}
.icon-vimeo:before {
  content: "\e00f";
}
.icon-twitter:before {
  content: "\e010";
}
.icon-facebook:before {
  content: "\e021";
}
.icon-googleplus:before {
  content: "\e022";
}
.icon-pinterest:before {
  content: "\e023";
}
.icon-tumblr:before {
  content: "\e024";
}
.icon-linkedin:before {
  content: "\e025";
}
.icon-dribbble:before {
  content: "\e026";
}
.icon-stumbleupon:before {
  content: "\e027";
}
.icon-lastfm:before {
  content: "\e028";
}
.icon-rdio:before {
  content: "\e029";
}
.icon-spotify:before {
  content: "\e02a";
}
.icon-qq:before {
  content: "\e02b";
}
.icon-instagram:before {
  content: "\e02c";
}
.icon-dropbox:before {
  content: "\e02d";
}
.icon-skype:before {
  content: "\e02e";
}
.icon-renren:before {
  content: "\e02f";
}
.icon-sina-weibo:before {
  content: "\e030";
}
.icon-paypal:before {
  content: "\e031";
}
.icon-picasa:before {
  content: "\e032";
}
.icon-soundcloud:before {
  content: "\e033";
}
.icon-mixi:before {
  content: "\e034";
}
.icon-behance:before {
  content: "\e035";
}
.icon-circles:before {
  content: "\e036";
}
.icon-vk:before {
  content: "\e037";
}
.icon-smashing:before {
  content: "\e038";
}
.icon-youtube:before {
  content: "\e00c";
}
.icon-mobile:before {
  content: "\e009";
}
.icon-vcard:before {
  content: "\e00d";
}
.icon-share:before {
  content: "\e006";
}
.icon-map:before {
  content: "\e007";
}
.icon-mail:before {
  content: "\e00a";
}
.icon-house:before {
  content: "\e011";
}
.icon-cog:before {
  content: "\e008";
}
.icon-arrow:before {
  content: "\e001";
}
.icon-arrow-up:before {
  content: "\e002";
}
.icon-resize-enlarge:before {
  content: "\e004";
}
.icon-resize-shrink:before {
  content: "\e00b";
}
.icon-phone:before {
  content: "\e003";
}
.icon-location:before {
  content: "\e00e";
}
.icon-checkmark:before {
  content: "\e013";
  line-height: 1.5;
}

/*------------------------------------------------------------------ 
  12. IE8 Fix
------------------------------------------------------------------*/
.lt-ie9 .row { margin: 0 auto; }
.lt-ie9 .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
 
.lt-ie9 .column, .lt-ie9 .columns { float: left; min-height: 1px; position: relative; }
.lt-ie9 .column.large-centered, .columns.large-centered { float: none; margin: 0 auto; }
 
.lt-ie9 [class*="column"] + [class*="column"]:last-child { float: right; }
.lt-ie9 [class*="column"] + [class*="column"].end { float: left; }
 
.lt-ie9 .medium-3,
.lt-ie9 .small-3,
.lt-ie9 .row .medium-3,
.lt-ie9 .row .small-3  { width: 25%; }
 
.lt-ie9 .medium-4,
.lt-ie9 .small-4,
.lt-ie9 .row .small-4,
.lt-ie9 .row .medium-4 { width: 33.33333%; }
  
.lt-ie9 .medium-6,
.lt-ie9 .small-6,
.lt-ie9 .row .small-6,
.lt-ie9 .row .medium-6 { width: 50%; }
 
.lt-ie9 .medium-8,
.lt-ie9 .small-8,
.lt-ie9 .row .medium-8 { width: 66.66667%; }
 
.lt-ie9 .medium-12,
.lt-ie9 .small-12,
.lt-ie9 .row .medium-12, 
.lt-ie9 .row .small-12 { width: 100%; }

.lt-ie9 .medium-pull-6 { right: 50%; }
.lt-ie9 .medium-push-6 { left: 50%; }
 
.lt-ie9 .row { *zoom: 1; }
.lt-ie9 .row:before, .row:after { content: " "; display: table; }
.lt-ie9 .row:after { clear: both; }

.lt-ie9 #main{border-bottom: 1px solid #ccc;}
.lt-ie9 .delim{top: -90px;}
.lt-ie9 .label.bar{top: 0px;padding: 5px 40px 20px;}
.lt-ie9 .label.bar img{max-width: none;}
.lt-ie9 input[type="text"],.lt-ie9 input[type="email"]{height: 2.45em;padding: 0.35em 0.5em;}
.lt-ie9 .desc{padding-bottom: 25px;}
.lt-ie9 .subscribe,.lt-ie9 .desc{border-bottom: 1px dotted #fff;}
.lt-ie9 .copyright{background:#000;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); }
.lt-ie9 h3{font-size: 2em}
.lt-ie9 .button{height: 3.14em}
.lt-ie9 .button .spinner{display: none !important;}

/* Final compact-layout overrides must remain last in the cascade. */
#footer {
  top: auto;
  bottom: 0;
  height: auto;
  z-index: 10;
  background: none !important;
}
#footer:after,
.subscribe,
#desc-wrap,
.social,
#arrow-wrap {
  display: none !important;
}
#wrap {
  position: static;
}
.copyright {
  padding: 12px 0;
}
.lt-ie9 input[type="text"],.lt-ie9 input[type="email"],.lt-ie9 textarea{ background-color: #f5f5f5;}
.lt-ie9 .icon span{color:#919191;}
.lt-ie9 .icon span:hover{color:#000;}


.lt-ie10 #arrow-wrap{opacity: 1}
