/*
Alien 404 - Animated 404 Page

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|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: #00AAE9;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #00AAE9;
  -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-x: hidden;
  background-color: #000000;
  margin: 0;
  position: relative;
  padding: 0;
}
p {
  line-height: 1.75;
  font-size: 13px;
}
::-moz-selection {
  background-color: #00AAE9;
  color: #fff;
  text-shadow: none;
  -webkit-text-shadow: none;
}
::selection {
  background-color: #00AAE9;
  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: #006083;
}
.uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: 'Coustard', serif;
  font-weight: 400!important;
  color: #00AAE9;
}
.capital {
  text-transform: capitalize;
}
#loading {
  visibility: hidden;
}
*:focus {
  outline: none;
}
.inline {
  display: inline-block;
}
#stars {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/stars.png) no-repeat;
  background-size: cover;
  opacity: 0.7;
}
#page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}
#girl {
  z-index: 10;
  background: url(../images/girl.png) no-repeat;
  width: 433px;
  height: 676px;
  position: absolute;
  bottom: 0;
  left: 6%;
}
#girl #eyes {
  position: absolute;
  top: 185px;
  left: 30px;
}
#text-holder {
  position: absolute;
  top: 10%;
  left: 45%;
  width: 50%;
}
#text-holder h1 {
  font-size: 50px;
  text-shadow: 0px 2px #00729d;
  line-height: 1.2;
}
#text-holder p {
  color: #fff;
  font-size: 20px;
}
#ship {
  bottom: 110px;
  right: 15%;
  opacity: 0;
  position: absolute;
  animation: fadeInTopAnimation 1s 4s forwards, swingUpDown 8s 3s ease-in-out infinite;
}
#earth {
  bottom: 100px;
  right: 5%;
  opacity: 0;
  position: absolute;
  animation: fadeInTopAnimation 1s 2s forwards, swingUpDown 10s 4s ease-in-out infinite;
}
#ufo {
  left: -600px;
  top: 30%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 0;
  animation: ufoFly 10s 2s ease-out infinite;
}
@keyframes ufoFly {
  100% {
    left: 130%;
    top: 15%;
  }
}
@keyframes fadeInTopAnimation {
  0% {
    bottom: -100%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swingUpDown {
  50% {
    bottom: 10%;
  }
}
.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.error {
  font-size: 13px;
  line-height: 18px;
  color: #00AAE9;
}
.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;
}
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;
  border-bottom: 3px solid #d9d9d9;
  padding: 10px;
}
.sep {
  color: #fff;
  margin: 0 15px ;
}
.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;
  text-shadow: 0px 2px #00729d;
  line-height: 1.2;
  border: none;
  border-bottom: 3px solid #00729d;
  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: #00AAE9;
  font-size: 13px;
  padding: 10px 15px;
  letter-spacing: 1px;
}
.le-btn:hover {
  background-color: #0085b6;
  color: #fff;
  cursor: pointer;
}
.le-btn:focus,
.le-btn.active,
.le-btn:active {
  background-color: #0085b6;
  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*/
.wrapper {
  position: absolute;
  width: 100%;
}
.highlight {
  color: #00AAE9;
}
mark {
  color: #00AAE9;
  background-color: transparent;
}
hr {
  border-top: none;
  border-bottom-color: #fff;
}
.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;
}
.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 {
  z-index: 150;
  position: relative;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
footer .copyright {
  font-size: 12px;
  color: #fff;
}
footer .copyright p {
  margin: 0;
}
/*------------------*/
.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: #00AAE9;
  -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*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  z-index: 5000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -ms-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
  background: #00AAE9;
  pointer-events: none;
}
@media all and (max-width: 1400px) {
  #girl {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    bottom: -70px;
  }
}
@media all and (max-width: 940px) {
  #girl {
    left: 0;
  }
  #text-holder p {
    font-size: 16px;
  }
  .form-holder {
    margin: 15px 0;
  }
}
@media all and (max-width: 820px) {
  #girl {
    left: -60px;
    bottom: -170px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
  #text-holder {
    left: 35%;
    width: 63%;
  }
  .copyright p {
    font-size: 10px;
  }
}
@media all and (max-width: 770px) {
  #text-holder {
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    position: relative;
    margin: 20px auto;
  }
  #girl {
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    margin: auto;
  }
}
@media all and (max-width: 450px) {
  .form-holder form .input-group .le-input {
    border-radius: 5px;
    width: calc(100% - 20px );
    max-width: 100%;
    margin: 0;
  }
  .sep {
    display: block;
    position: relative;
    margin: 10px;
    text-align: center;
  }
  .sep:before,
  .sep:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 11px;
  }
  .sep:before {
    left: -10px;
  }
  .sep:after {
    right: -10px;
  }
  .form-holder {
    display: block;
    z-index: 100;
  }
  #earth {
    left: 10%;
  }
  #ship {
    left: 50%;
  }
  #text-holder {
    z-index: 100;
  }
  .le-btn {
    width: auto;
    display: block;
  }
  .form-holder form .input-group-addon {
    display: block;
  }
  .form-holder form .input-group-addon .le-btn {
    display: block;
    border-radius: 5px;
    width: 100%;
    margin: 10px auto 0;
  }
  .le-btn {
    text-align: center;
  }
  #girl {
    display: none;
  }
}
/*Browsers Hacks*/
/*# sourceMappingURL=stylesheet.css.map */