/*
Glitch - Coming Soon Template

Content Tabel
+---------------+

-LESS Variables
-General Classes
-Common-Stuff

-Preloader

-Browsers Hacks
   
  
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Coustard);
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*Default Value don change these for styles. use below variables (in each style section)*/
.white {
  color: #fff !important;
}
.black {
  color: #000000 !important;
}
.gray {
  color: #ABB0AC !important;
}
.font {
  font-family: 'Open Sans', sans-serif;
}
.font2 {
  font-family: 'Coustard', serif;
}
img {
  width: auto\9;
  max-width: 100%;
}
/*  General classes  */
.no-margin {
  padding: 0;
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin-left {
  margin-left: 0;
  padding-left: 0;
}
.no-margin-right {
  margin-right: 0;
  padding-right: 0;
}
a:hover,
a:focus,
a:active {
  color: #A5EE75;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #A5EE75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html,
body,
.wrapper {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  background-color: #000000;
  margin: 0;
  position: relative;
  padding: 0;
}
p {
  line-height: 1.75;
  font-size: 13px;
}
::-moz-selection {
  background-color: #A5EE75;
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
::selection {
  background-color: #A5EE75;
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
ul {
  margin: 0;
  padding: 0;
}
a,
button,
a:hover,
button:hover,
a:focus,
button:focus,
a.active,
button.active {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #6ae11c;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'Coustard', serif;
  font-weight: 400!important;
}
.capital {
  text-transform: capitalize;
}
#loading {
  visibility: hidden;
}
*:focus {
  outline: none;
}
.inline {
  display: inline-block;
}
.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.error {
  font-size: 13px;
  line-height: 18px;
  color: #A5EE75;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.animate {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animate2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.social-icons {
  top: 0px;
  position: absolute;
  left: 20px;
  z-index: 500;
}
.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icons li {
  background-color: rgba(34, 34, 34, 0.4);
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66222222', endColorstr='#66222222');
  padding: 100px 10px 10px 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icons li:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.social-icons li:hover {
  background-color: rgba(34, 34, 34, 0.45);
  background: none\9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73222222', endColorstr='#73222222');
  padding-bottom: 20px;
}
.social-icons li:hover:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.social-icons li:hover a {
  top: 10px;
}
.social-icons li a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 0;
  position: relative;
  display: inline-block;
}
.social-icons li a:hover {
  color: #A5EE75;
}
section,
header {
  position: relative;
}
.fontawesome {
  font-family: fontawesome;
}
.letterspace1 {
  letter-spacing: 1px;
}
.letterspace2 {
  letter-spacing: 2px;
}
.letterspace3 {
  letter-spacing: 3px;
}
.le-input {
  background-color: #F4f4f4;
  border: none;
  color: #000000;
  border-radius: 3px;
  padding: 10px;
}
.le-btn {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  line-height: 1.2;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #A5EE75;
  font-size: 13px;
  padding: 10px 15px;
  letter-spacing: 1px;
}
.le-btn:hover {
  background-color: #87e848;
  color: #fff;
  cursor: pointer;
}
.le-btn:focus,
.le-btn.active,
.le-btn:active {
  background-color: #87e848;
  color: #fff;
}
.le-btn.big {
  padding: 15px 30px;
  font-size: 16px;
}
.le-btn.icon-btn {
  padding: 9px 10px 9px 10px;
}
.le-btn.icon-btn:before {
  font-size: 19px;
  width: 19px;
  height: 19px;
  line-height: 19px;
}
.le-btn.small {
  font-size: 10px;
  padding: 9px 12px;
}
.bold {
  font-weight: bold!important;
}
.bold100 {
  font-weight: 100!important;
}
.bold200 {
  font-weight: 200!important;
}
.bold300 {
  font-weight: 300!important;
}
.bold400 {
  font-weight: 400!important;
}
.bold500 {
  font-weight: 500!important;
}
.bold600 {
  font-weight: 600!important;
}
.bold700 {
  font-weight: 700!important;
}
.bold800 {
  font-weight: 800!important;
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.italic {
  font-style: italic;
}
/*Sections*/
body {
  background-color: #7C519D;
  background-image: -moz-radial-gradient(50% 50%, circle cover, #cccccc 0%, #7C519D 80%);
  background-image: -webkit-gradient(radial, 50% 50%, circle cover, #cccccc 0%, #7C519D 80%);
  background-image: -webkit-radial-gradient(50% 50%, circle cover, #cccccc 0%, #7C519D 80%);
  background-image: -o-radial-gradient(50% 50%, circle cover, #cccccc 0%, #7C519D 80%);
  background-image: -ms-radial-gradient(50% 50%, circle cover, #cccccc 0%, #7C519D 80%);
  background-image: radial-gradient(circle at 50% 50%, #cccccc 0%, #7C519D 80%);
}
#borders {
  z-index: 50;
}
#borders #border-top {
  background: url(../images/border-top.png) repeat-x;
  width: 150%;
  height: 340px;
  left: -17%;
  top: -5%;
  background-position: top bottom;
  position: absolute;
}
#borders #border-bottom {
  background: url(../images/border-bottom.png) repeat-x;
  width: 100%;
  height: 340px;
  bottom: 0;
  background-position: center bottom;
  position: absolute;
}
#borders #border-left {
  background: url(../images/border-left.png) repeat-y;
  width: 293px;
  height: 100%;
  left: -3%;
  background-position: center bottom;
  position: absolute;
}
#borders #border-right {
  background: url(../images/border-right.png) repeat-y;
  width: 303px;
  height: 100%;
  right: -4%;
  background-position: center bottom;
  position: absolute;
}
#web-left {
  background: url(../images/web-left.png) no-repeat;
  width: 650px;
  height: 493px;
  position: absolute;
  left: -5%;
  opacity: 0;
  top: -8%;
  animation: fadeInLeftAnimation 1s 3s forwards;
}
#web-right {
  animation: fadeInRightAnimation 1s 3s forwards;
  background: url(../images/web-right.png) no-repeat;
  width: 650px;
  height: 493px;
  right: -20%;
  top: -20%;
  opacity: 0;
  position: absolute;
}
#dirts {
  background: url(../images/dirt.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 40;
}
.wrapper {
  z-index: 200;
  position: absolute;
  width: 100%;
}
#illustration-items {
  width: 100%;
  height: 100%;
}
#land {
  background: url(../images/land.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  height: 160px;
  bottom: 0%;
  left: 0;
  width: 100%;
}
#ladder-right {
  position: absolute;
  right: 10%;
  bottom: 80%;
}
#ladder-left {
  position: absolute;
  left: 13%;
  bottom: 46%;
}
#tree-middle {
  position: absolute;
  left: 44%;
  margin: auto;
  bottom: 62%;
}
#cat {
  animation: swingCat 3s 4s linear infinite;
  transform-origin: 22px 0px;
}
#moon {
  z-index: -1;
  position: absolute;
  right: 21%;
  bottom: 25%;
  opacity: 0;
  animation: fadeInTopAnimation 1s 4s forwards, swingUpDown 10s 4s ease-in-out infinite;
}
@keyframes moonStart {
  0% {
    bottom: -100%;
  }
  50% {
    bottom: 30%;
  }
  100% {
    bottom: 25%;
  }
}
@keyframes spiderLine {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes swingUpDown {
  50% {
    bottom: 10%;
  }
}
@keyframes swingUpDownBubble {
  50% {
    bottom: 140px;
  }
}
@keyframes spiderSwing {
  0% {
    top: 66px;
  }
  50% {
    top: 87px;
  }
  100% {
    top: 66px;
  }
}
@keyframes swingCat {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  75% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
  50% {
    transform: rotate3d(0, 0, 1, 15deg) scale(1);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg) scale(1);
  }
}
@keyframes fadeInLeftAnimation {
  0% {
    left: -100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInTopAnimation {
  0% {
    bottom: -100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeftAnimation {
  0% {
    left: -100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRightAnimation {
  0% {
    right: -100%;
  }
  100% {
    opacity: 1;
  }
}
#witch {
  background: url(../images/witch.png) no-repeat;
  width: 412px;
  height: 602px;
  left: 10%;
  bottom: 0;
  opacity: 0;
  position: absolute;
  display: inline-block;
  animation: fadeInLeftAnimation 2s 4s ease-in-out forwards;
}
#witch #smoke {
  background: url(../images/smoke.png);
  width: 185px;
  height: 117px;
  position: absolute;
  bottom: 122px;
  left: 54px;
  animation: swingUpDownBubble 10s 0s ease-in-out infinite;
}
#witch #bubble {
  background: url(../images/bubbles.png);
  width: 125px;
  height: 33px;
  position: absolute;
  bottom: 135px;
  left: 70px;
  animation: swingUpDownBubble 5s 0s ease-in infinite;
}
#witch #cat {
  background: url(../images/cat.png);
  width: 49px;
  height: 116px;
  position: absolute;
  right: 50px;
  top: 273px;
}
#witch #spider {
  background: url(../images/spider.png) no-repeat;
  width: 48px;
  height: 35px;
  position: absolute;
  left: 166px;
  animation: spiderSwing 3s 0s ease-in infinite;
}
#witch #spider #line {
  position: absolute;
  bottom: 16px;
  animation: spiderLine 3s 0s ease-in infinite;
  background: #000000;
  width: 2px;
  left: -7px;
  right: 0;
  margin: auto;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
/*Counter*/
#coundown-holder {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 100;
}
.dash {
  vertical-align: bottom;
  display: inline-block;
  position: relative;
}
.dash:first-child {
  margin-left: 0;
}
.dash .digit {
  font-size: 55px;
  font-weight: 100!important;
  float: left;
  width: 33px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  position: relative;
}
.hours_dash:after,
.minutes_dash:after {
  content: ":";
  display: inline-block;
  color: #fff;
  font-weight: 100!important;
  font-size: 55px;
}
.days_dash {
  margin-right: 10px;
}
.days_dash .dash_title {
  top: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  right: -23px;
  width: auto;
}
.days_dash .digit {
  font-weight: 600!important;
  font-size: 100px;
  width: 60px;
  line-height: 1;
}
.dash_title {
  display: inline-block;
  width: 100%;
  font-weight: bold!important;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.dev_comment {
  font-size: 20px;
  text-align: center;
  font-style: italic;
  margin: 40px 10px;
}
@keyframes showLine {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
#counter-caption {
  text-transform: capitalize;
  font-family: 'Coustard', serif;
  line-height: 1.2;
  text-align: right;
  font-size: 26px;
  color: #fff;
}
.iconic-line {
  position: relative;
  display: block;
}
.iconic-line:after {
  display: inline-block;
  height: 1px;
  animation: showLine 1s ease 4s forwards;
  margin: 0 10px;
  content: "";
  margin: auto;
  vertical-align: middle;
  background-color: #fff;
}
.iconic-line img {
  display: inline-block;
  vertical-align: middle;
}
.highlight {
  color: #A5EE75;
}
mark {
  color: #A5EE75;
  background-color: transparent;
}
hr {
  border-top: none;
  border-bottom-color: #fff;
}
#top-button {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 100;
}
.page {
  z-index: 100;
  padding: 15px;
  left: -110%;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  position: absolute;
  top: 30%;
  color: #fff;
  width: 50%;
}
.page h1 {
  text-transform: uppercase;
  font-size: 50px;
}
.page.active {
  left: 130px;
}
.page .body p:last-child {
  margin-bottom: 0;
}
.fixed {
  position: fixed;
}
.alert-success {
  font-weight: bold!important;
  font-size: 18px;
}
label.error {
  position: absolute;
  bottom: -20px;
  font-weight: bold!important;
  right: 0;
  margin: auto;
  text-align: left;
  left: 0;
}
#coundown-holder {
  text-align: center;
}
.form-holder form .input-group-addon {
  vertical-align: middle;
  display: inline-block;
}
.form-holder form .input-group-addon .le-btn {
  vertical-align: middle;
  display: inline-block;
  border-radius: 0 5px 5px 0;
  padding: 10px;
  line-height: 15px;
  min-width: 80px;
  font-size: 11px;
  margin-left: -5px;
}
.form-holder form .input-group {
  position: relative;
}
.form-holder form .input-group .le-input {
  vertical-align: middle;
  height: 15px;
  display: inline-block;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}
footer {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
footer .copyright {
  font-size: 12px;
  color: #fff;
}
footer .copyright p {
  margin: 0;
}
footer nav {
  margin-bottom: 10px;
}
footer nav a {
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
}
footer nav a,
footer nav a:focus,
footer nav a:active {
  color: #fff;
}
footer nav a.active {
  border-bottom-color: #A5EE75;
}
footer nav ul {
  list-style: none;
}
footer nav ul li {
  display: inline-block;
  margin-right: 5px;
}
/*------------------*/
.goto-top {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #A5EE75;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: fixed;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  padding: 20px;
}
.goto-top:after {
  content: "^";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
/*Preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 5000;
  /* makes sure it stays on top */
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace.pace-inactive .pace-progress {
  display: none;
}
.pace .pace-progress {
  position: fixed;
  z-index: 7000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100px;
  margin: auto;
  height: 5rem;
  width: 5rem;
}
.pace .pace-progress:after {
  display: block;
  position: absolute;
  top: 0;
  right: .5rem;
  content: attr(data-progress-text);
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 5rem;
  line-height: 1;
  text-align: right;
  color: #fff;
}
#status {
  width: 78px;
  height: 78px;
  position: absolute;
  z-index: 6000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  top: 100px;
  background-image: url(../images/page-loader.GIF);
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 1700px) {
  #land {
    bottom: -15%;
  }
  #witch {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    bottom: -18%;
  }
  #moon {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    bottom: 0%;
  }
  #web-right {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    right: -13%;
  }
  #web-left {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    left: -13%;
    top: -14%;
  }
}
@media all and (max-width: 1200px) {
  #counter-caption {
    font-size: 16px;
  }
  #tree-middle {
    left: 33%;
    width: 19%;
  }
  .days_dash .digit {
    font-size: 60px;
    width: 35px;
  }
  .days_dash .dash_title {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 0;
    position: relative;
    width: auto;
    right: 0;
  }
  .days_dash {
    margin-right: 0px;
  }
}
@media all and (max-width: 940px) {
  #web-left {
    display: none;
  }
  #top-button {
    display: none;
  }
  #witch {
    left: 0;
  }
  #moon {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    right: 100px;
  }
  #web-right {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    right: -246px;
    top: -133px;
  }
  #border-top {
    left: -31%;
    top: -13%;
  }
  .social-icons li {
    padding: 10px;
  }
  .page {
    top: 100px;
    width: 90%;
  }
  .page.active {
    left: 0;
    right: 0;
    margin: auto;
  }
  .page h1 {
    font-size: 25px;
  }
  .page h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page .body *,
  .page .body .le-btn {
    font-size: 12px;
  }
}
@media all and (max-width: 700px) {
  #moon {
    right: 0;
  }
  .le-btn {
    padding: 10px 15px;
  }
  footer nav ul li {
    font-size: 12px;
  }
  .copyright p {
    font-size: 10px;
  }
  #counter-caption {
    font-size: 12px;
  }
  #witch {
    left: -80px;
  }
  .days_dash {
    bottom: 3px;
  }
  .days_dash .digit {
    font-size: 40px;
    width: 25px;
  }
  .dash {
    margin-left: 0px;
  }
  .digit {
    width: 20px!important;
    font-size: 30px!important;
  }
  .hours_dash:after,
  .minutes_dash:after {
    font-size: 30px;
  }
}
@media all and (max-width: 380px) {
  #witch {
    display: none;
  }
}
@media all and (max-width: 450px) {
  .form-holder form .input-group .le-input {
    border-radius: 5px;
    width: 90%;
    max-width: 100%;
    margin: 0;
  }
  .form-holder form .input-group-addon {
    display: block;
  }
  .form-holder form .input-group-addon .le-btn {
    display: block;
    border-radius: 5px;
    width: 60%;
    margin: 10px auto 0;
  }
  #web-right {
    display: none;
  }
  .social-icons {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  #border-top {
    display: none;
  }
  footer {
    position: absolute;
    right: 30px;
  }
  .wrapper {
    position: relative;
  }
  #illustration-items {
    position: absolute;
    top: 0;
  }
  .page {
    top: 145px;
    width: 90%;
    position: relative;
    display: none;
  }
  .page,
  .page.active {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .page.active {
    display: block;
  }
  form .input-group-addon .le-btn {
    width: 50px;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    font-size: 11px;
    margin-left: 0px;
  }
  form .input-group .le-input {
    display: block;
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
  }
  #coundown-holder {
    width: 80%;
    position: absolute;
    top: 50px!important;
    bottom: 0;
    left: 0!important;
    right: 0!important;
    margin: auto;
  }
  #coundown-holder #counter-caption {
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }
}
/*Browsers Hacks*/
.ie10 #container,
.ie9 #container {
  background: url(../images/bg.gif) repeat #000;
  background-size: cover;
  background-position: center center;
}
.ie9 .page-holder {
  background-color: #000000;
  filter: none!important;
}
/*# sourceMappingURL=stylesheet.css.map */