/**********************************************************************************

	Project Name:
	Project Description:
	File Name:
	Author: Adi Purdila
	Author URI: http://www.adipurdila.com
	Version: 1.0.0

**********************************************************************************/
/* ---------- TYPOGRAPHY ---------- */

/* ---------- LAYOUT ---------- */

#logo img {
  margin: 2em 0;
}
.timer-area {
  /*background: transparent url('../images/timer-area-pattern.png') left top;*/
  text-align: center;
  padding-top: 2em;
  margin-bottom: 4em;
}
.timer-area h1 {
  color: white;
}
/* ---------- SIGNUP ---------- */
.form-wrapper {
  border: 1px solid #dcdee0;
  padding: .5em;
  width: 30em;
  margin: 1em auto;
  overflow: hidden;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.form-wrapper:hover,
.form-wrapper:focus {
  border: 1px solid #c1c5c8;
}
/*
input[type="email"] {
  border: none;
  float: left;
  font-size: 1em;
  padding: .5em;
  outline: none;
  margin-top: .7em;
  width: 19em;
}
input[type="submit"] {
  float: right;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2a9ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a9ccc), to(#217ca2));
  background-image: -webkit-linear-gradient(top, #2a9ccc, #217ca2);
  background-image: -moz-linear-gradient(top, #2a9ccc, #217ca2);
  background-image: -o-linear-gradient(top, #2a9ccc, #217ca2);
  background-image: linear-gradient(to bottom, #2a9ccc, #217ca2);
  color: white;
  -webkit-box-shadow: inset 0 2px 2px #217ca2;
  box-shadow: inset 0 2px 2px #217ca2;
  padding: 1em;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #2da2d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2da2d4), to(#2382aa));
  background-image: -webkit-linear-gradient(top, #2da2d4, #2382aa);
  background-image: -moz-linear-gradient(top, #2da2d4, #2382aa);
  background-image: -o-linear-gradient(top, #2da2d4, #2382aa);
  background-image: linear-gradient(to bottom, #2da2d4, #2382aa);
}*/
/* ---------- FOOTER ---------- */
footer#disclaimer p {
  font-size: .875em;
  color: #909091;
  font-style: italic;
}
footer#disclaimer p span {
  font-size: 1.2em;
  color: #2a9ccc;
}
footer#main-footer {
  background-color: #fcfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -moz-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -o-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: linear-gradient(to bottom, #fcfbfb, #ffffff);
  border-top: 1px solid #dcdee0;
  -webkit-box-shadow: inset 0 2px 5px #e6dede;
  box-shadow: inset 0 2px 5px #e6dede;
  text-align: center;
  padding: 2em 0;
  margin-top: 4em;
}
footer#main-footer p {
  font-size: .875em;
  margin-bottom: 1em;
}
/* ---------- TIMER ---------- */
ul#countdown {
  position: relative;
  top: -25px;
  width: 300px;
  left: 8px;
}
ul#countdown.non-activation {
  position: relative;
  top: -75px;
  width: 300px;
  left: 77px;
}
ul#countdown li.bg-timer {
  background: transparent url('../images/timer-piece.png') no-repeat left top;
}
ul#countdown li.bg-timer span{
  left: 0px;
}
ul#countdown li.bg-timer span::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid white;
  position: absolute;
  top: 31px;
}
ul#countdown li {
  display: inline-block;
  min-width: 75px;
  margin-bottom: 4em;
  font-size: 20px;
  text-align: center;
}
ul#countdown li span {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  color: #1f2225;
  height: 108px;
  line-height: 108px;
  position: relative;
}
ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  /*border-top: 1px solid white;*/
  position: absolute;
  top: 31px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #909091;
  text-transform: uppercase;
  font-size: .875em;
}


/*SPRITE STEPS*/
.step-bg {
  width: 375px;
  height: 420px;
  background-size: 375px 375px;
  min-width: 375px;
}
.step-sprite {
  width: 375px;
  height: 420px;
  background-size: 375px 375px;
  min-width: 375px;
}

.step1-0 {
  background: url('../images/green/1.png') 0 0;
}
.step1-1 {
  background: url('../images/green/2.png') 0 0;
}
.step1-2 {
  background: url('../images/green/3.png') 0 0;
}
.step1-3 {
background: url('../images/green/4.png') 0 0;
}
.step1-4 {
background: url('../images/green/5.png') 0 0;
}
.step1-5 {
background: url('../images/green/6.png') 0 0;
}
.step1-6 {
background: url('../images/green/7.png') 0 0;
}
.step1-7 {
background: url('../images/green/8.png') 0 0;
}
.step1-8 {
background: url('../images/green/9.png') 0 0;
}
.step1-9 {
background: url('../images/green/10.png') 0 0;
}
.step1-10 {
background: url('../images/green/11.png') 0 0;
}
.step1-11 {
background: url('../images/green/12.png') 0 0;
}
.step1-12 {
background: url('../images/green/13.png') 0 0;
}
.step1-13 {
background: url('../images/green/14.png') 0 0;
}
.step1-14 {
background: url('../images/green/15.png') 0 0;
}
.step1-15 {
background: url('../images/green/16.png') 0 0;
}
.step1-16 {
background: url('../images/green/17.png') 0 0;
}
.step1-17 {
background: url('../images/green/18.png') 0 0;
}
.step1-18 {
background: url('../images/green/19.png') 0 0;
}
.step1-19 {
background: url('../images/green/20.png') 0 0;
}
.step1-20 {
background: url('../images/green/21.png') 0 0;
}
.step1-21 {
background: url('../images/green/22.png') 0 0;
}
.step1-22 {
background: url('../images/green/23.png') 0 0;
}
.step1-23 {
background: url('../images/green/24.png') 0 0;
}
.step1-24 {
background: url('../images/green/25.png') 0 0;
}
.step1-25 {
background: url('../images/green/26.png') 0 0;
}
.step1-26 {
background: url('../images/green/27.png') 0 0;
}
.step1-27 {
background: url('../images/green/28.png') 0 0;
}
.step1-28 {
background: url('../images/green/29.png') 0 0;
}
.step1-29 {
background: url('../images/green/30.png') 0 0;
}
.step1-30 {
background: url('../images/green/31.png') 0 0;
}
.step1-31 {
background: url('../images/green/32.png') 0 0;
}
.step1-32 {
background: url('../images/green/33.png') 0 0;
}
.step1-33 {
background: url('../images/green/34.png') 0 0;
}
.step1-34 {
background: url('../images/green/35.png') 0 0;
}
.step1-35 {
background: url('../images/green/36.png') 0 0;
}
.step1-36 {
background: url('../images/green/37.png') 0 0;
}
.step1-37 {
background: url('../images/green/38.png') 0 0;
}
.step1-38 {
background: url('../images/green/39.png') 0 0;
}
.step1-39 {
background: url('../images/green/40.png') 0 0;
}
.step1-40 {
background: url('../images/green/41.png') 0 0;
}
.step1-41 {
background: url('../images/green/42.png') 0 0;
}
.step1-42 {
background: url('../images/green/43.png') 0 0;
}
.step1-43 {
background: url('../images/green/44.png') 0 0;
}
.step1-44 {
background: url('../images/green/45.png') 0 0;
}
.step1-45 {
background: url('../images/green/46.png') 0 0;
}
.step1-46 {
background: url('../images/green/47.png') 0 0;
}
.step1-47 {
background: url('../images/green/48.png') 0 0;
}
.step1-48 {
background: url('../images/green/49.png') 0 0;
}
.step1-49 {
background: url('../images/green/50.png') 0 0;
}
.step1-50 {
background: url('../images/green/51.png') 0 0;
}
.step1-51 {
background: url('../images/green/52.png') 0 0;
}
.step1-52 {
background: url('../images/green/53.png') 0 0;
}
.step1-53 {
background: url('../images/green/54.png') 0 0;
}
.step1-54 {
background: url('../images/green/55.png') 0 0;
}
.step1-55 {
background: url('../images/green/56.png') 0 0;
}
.step1-56 {
background: url('../images/green/57.png') 0 0;
}
.step1-57 {
background: url('../images/green/58.png') 0 0;
}
.step1-58 {
background: url('../images/green/59.png') 0 0;
}
.step1-59 {
background: url('../images/green/60.png') 0 0;
}
.step1-60 {
  background: url('../images/green/0.png') 0 0;
}
