/*------------------------------------------------------------------
Project:	Special Pages
Version:	1.0

[Table of Contents]
Page Variables / fonts, colors
Default Page Markup / Basic page markup used for all pages
Page Loader / Visible before page loaded
Page Custom Styles / Specific stylesheet for certain page
-------------------------------------------------------------------*/
/**
 *	Page Variables
 */
.font-main {
  font-family: 'Montserrat', sans-serif;
}
.border-left {
  -webkit-border-top-left-radius: 32px;
  -moz-border-radius-topleft: 32px;
  border-top-left-radius: 32px;
  -webkit-border-bottom-left-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 32px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 32px;
  background-clip: padding-box;
}
.border-right {
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topright: 32px;
  border-top-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 32px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 32px;
  background-clip: padding-box;
}
.border-all {
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
}
.color-main {
  color: #fff;
}
.color-second {
  color: #CEEDFF;
}
.color-input {
  color: #2d2d2d;
}
.background-button {
  background-color: #4F9CE2;
}
.background-button-hover {
  background-color: #CEEDFF;
}
/**
 *	Default Markup
 */
* {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
  /*	overflow: hidden;*/
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
}
body {
  background: no-repeat 50% 0% fixed;
  background-size: cover;
}
a {
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
}
h1,
h2 {
  margin: 0;
  line-height: 1em;
}
h1 {
  font-size: 165px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
p {
  font-size: 18px;
  line-height: 30px;
}
#content-coming,
#content-404 {
  text-align: center;
  font-weight: 500;
  max-width: 480px;
  margin: 0 auto;
}
#content-coming {
  max-width: 600px;
}
#content-coming h1 {
  font-size: 80px;
}
#content-coming h2 {
  font-size: 28px;
  text-transform: none;
}
#content-coming p {
  font-size: 18px;
  margin-left: 100px;
  margin-right: 100px;
}
#daysCountDown {
  margin-left: -12px;
}
#daysCountDown > span {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  width: 85px;
  height: 85px;
  line-height: 82px;
  font-size: 28px;
  margin-left: 12px;
}
#daysCountDown > span > span {
  margin-top: -24px;
  display: block;
  font-size: 14px;
}
form {
  font-size: 14px;
  margin: 0 0 70px;
  text-align: center;
  padding: 0 15px;
}
form input {
  border: 0;
  padding: 19px 40px;
  margin: 0;
}
form .input-group {
  display: table;
  border-collapse: separate;
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
form .input-group-btn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  width: 1%;
}
form input[type="text"] {
  font-weight: 400;
  width: 100% !important;
  padding-left: 25px;
  display: table-cell;
  float: left;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 0;
  -moz-background-clip: padding;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
form input[type="submit"] {
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s ease;
  -webkit-appearance: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 0;
  -moz-background-clip: padding;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
footer {
  padding-bottom: 50px;
}
.btn {
  font-size: 12px;
  border: 2px solid #fff;
  padding: 6px 20px;
  transition: all .3s ease;
}
.all-fade {
  transition: all .3s ease;
}
/**
 * Loader
 */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1999;
  transition: all .3s ease;
}
.pace-done > #preloader {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: -100;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
/**
 *	Page Custom Styles
 */
html,
body,
p,
table,
input,
a,
a:visited {
  font-family: sans-serif;
  color: #333;
}
a:hover {
  color: #CEEDFF;
}
.btn {
  border-color: #2196F3;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 16px;
  color: #FFF;
  background: #2196F3;
}
a.btn {
  color: #FFF;
}
.btn:hover {
  background: #2196F3;
  color: #FFF;
}
lesshat-selector {
  -lh-property: 0; } 
::selection{background:#4F9CE2;}
::-moz-selection{background:#4F9CE2;
}
body {
}
h1 {
  margin: 0 0 45px;
}
h2 {
  color: #333;
}
p {
  margin: 12px 0 30px 0px;
}
form input[type="text"] {
  color: #2d2d2d;
  -webkit-border-top-left-radius: 32px;
  -moz-border-radius-topleft: 32px;
  border-top-left-radius: 32px;
  -webkit-border-bottom-left-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 32px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 32px;
  background-clip: padding-box;
  background: #F1F1F1;
}
form input[type="submit"] {
  background-color: #2196F3;
  color: #FFF;
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topright: 32px;
  border-top-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 32px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 32px;
  background-clip: padding-box;
}
form input[type="submit"]:hover {
  background-color: #8e2c25;
  color: #FFF;
}
#bg {
  background: url("/assets/images/bg.png") center top no-repeat;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#bg #bg-1 {
  background: url("/assets/images/bg.png") center top no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  background-size: cover; 
}
@media (min-width: 1280px) {
  #bg #bg-1 {
    -webkit-filter: url("#turbulence");
    filter: url("#turbulence");
  }
}
#bg #bg-2 {
  background: url("/assets/images/bg.png") center top no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 470px;
  overflow: hidden;
  z-index: 2;
  background-size: cover; 
}
@media (max-width: 1280px) {
  #bg #bg-2 {
    display: none;
  }
}
#content-404 {
  padding: 22px 0 0 0;
}
#content-coming {
  padding: 19px 0 0 0;
}
