body { 
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    background-color:#70c3e9;
    color:#fff;
    text-align:center;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight:bold;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    background-image: url(../gfx/backg.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}
a{
	color:white;
	text-decoration:none;
}
nav.socials{
	margin-bottom: 0px;
    font-size: 19px;
}
nav.socials a{
	margin-left:2px;
	margin-right:2px;
}
nav.socials a{
	margin-left:2px;
	margin-right:2px;
}
#countdownIntro{
    width: 90%;
    margin: auto;
    line-height: 120%;
    max-width: 575px;
    text-transform: uppercase;
}
#countdown {
    width: 90%;
    margin: auto;
    max-width: 500px;
    margin-bottom: 0px;
    padding-top: 20px;
    display: table;
}
#countdown div.col-xs-6 {
  width:25%;
  float:left;
  text-align:center;
  text-transform: uppercase;
  margin-bottom: 3px;
}
#countdown div.col-xs-6 span.time{
  width:100%;
  display:block;
  font-size:63px;
}
#countdown div.col-xs-6 span.label{
  width:100%;
  display:block;
  font-size:14px;
  text-transform: uppercase;
}
#preloader{
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: #5fc5ec;
	z-index:10;
}
#preloaderInner{
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url('../gfx/preloader2.gif');
	background-size:150px;
	background-repeat: no-repeat;
	background-position: center;
}
#preOrderButton{
	display:inline-block;
	padding:6px;
	padding-right:16px;
	padding-left:16px;
	color:black;
	background:white;
	text-shadow: none;
  transition: all 0.3s;
  border:2px solid white;
}
#preOrderButton:hover{
  background-color:transparent;
  color: white;
}

#container{
	width: 100%;
  min-height: 100vh;
  background-position: top;
  display: flex;
  flex-direction: column;
  background-image: url(../gfx/backg.jpg);
  background-size: auto 120vh;
  background-repeat: no-repeat;
}
#videoHolder {
    width: 90%;
    max-width: 700px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
#products {
    width: 90%;
    max-width: 900px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 40px;
}
.product{
  width: 31%;
  float: none;
  text-align: center;
  display: inline-block;
}
.product img{
  width:90%;
  margin:auto;
  display:block;
      margin-bottom: 15px;
  }
.product a.button {
    background-color: white;
    color: black;
    display: inline-block;
    padding: 7px;
    border: 2px solid white;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 39px;
    text-shadow: none;
    transition: all 0.3s;
    font-size: 10px;
    text-transform: uppercase;
}
.product a.button:hover{
    background-color: transparent;
    color:white;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
} 
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home{
 
  width:100%;
  min-height:90vh;
  display: flex;
  flex-direction: column;
}
#signupOverlay {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  color: white;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  display:none;
}
header{
	width:100%;
}
h1{
  float:left;
  width:200px;
  padding-top:20px;
  padding-left:20px;
  padding-bottom:20px;
  position: fixed;
  z-index: 2;
}
h1 img{
  width:100%;
  transform: rotateY(0deg);
  transition: all 0.3s;
  /* animation: rotateAnimation 2s linear infinite; */
}
h1 img.animate{
  animation: rotateAnimation 2s linear infinite;
}
header nav.socials{
  float: right;
  margin-right: 20px;
  padding-top: 31px;
}
header nav.sections{
  float: right;
  margin-right: 20px;
  padding-top: 0px;
  clear: both;
}
header nav a{
  display:inline-block;
  margin-left:5px;
  position: relative;
}
header nav.sections a:after {
  	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 3px;
	bottom: -4px;
	left: 0;
	background-color: #ffffff;
	transform-origin: bottom right;
	transition: transform 0.5s ease-out;
}
.lowerPanel{
  background-image: url(../gfx/lower.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.close-button-pages {
    color: white;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px;
    z-index: 5;
}
.close-button-pages a {
    color: black;
    transition: transform 0.3s;
    display: inline-block;
}
.close-button-pages a:hover {
    transform: rotate(90deg);
}
header nav.sections a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#top{
  float:right;
}
nav.socials{
  margin-bottom:10px;
}
#main{
	flex:1;
	display:flex;
	flex-direction: column;
	display: flex;
  align-items: center;
  justify-content: center;
}
#mainInner{
	width:100%;
}
#mainInner nav a{
	font-size:25px;
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}
#mainInner nav {
	margin-bottom:6px;
}
#signup{
	font-size:12px;
}
h2{
	font-size: 4.3vw;
    width:95%;
    margin:auto;
     margin-bottom: 6px;
}
h5{
	font-size: 16px;
    margin-bottom: 5px;
    margin-bottom: 10px;
}
footer{
	font-size:8px;
  clear:both;
  width:100%;
  padding-top:20px;
}
footer nav{
	margin-top:10px;
	margin-bottom:10px;
	text-transform: uppercase;
	text-decoration: none;
}
footer nav a:hover{
	text-decoration: underline;
}



.modal a.close-modal{
	display:none;
}
.blocker{
	background-color: #70c3e9!important;

}
.ae-cform-modal-container.modal{
	-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
    background: transparent!important;
    padding:0px;
}
.ae-cform-modal-container hr, .ae-cform-container hr{
	margin-bottom: 10px;
    margin-top: 0px;
    opacity: 0;
}
.ae-cform-optin label span{
	margin-left: 1px;
    font-size: 13px;
    color: white!important;
}
#terms, #sms-terms{
	color: white!important;
	padding-bottom:0px!important;
	margin-bottom:6px!important;
}
#terms a, #sms-terms a{
	color:white!important;
}
#terms{
	line-height:15px!important;
}
.ae-optin-holder{
	margin-bottom:8px!important;
}
.ae-cform-optin label input.ae-cform-optin-checkbox{
	float:left;
}
.ae-cform-social-link{
	background-color:#fff!important;
	color:#70c3e9!important;
	text-shadow: none!important;
	text-transform: uppercase;
	font-size:12px;
}
.ae-cform-social-link i.socicon, .ae-cform-social-link i.mdi, .ae-cform-social-link i.fa, .ae-cform-social-link i.fab, .ae-cform-social-link i.fas{
	background-color:#fff!important;
	color:#70c3e9!important;
}
.ae-cform-header-image{
	margin:0px;
}

.iti input, .iti input[type=tel], .iti input[type=text],
.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"], .ae-cform-item input[type="tel"]{
	border:0px!important;
	font-weight:bold!important;
}
.ae-cform-item label{
	display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-bottom: 4px;
}
.ae-cform-item label span{
	font-weight:bold;
	color:white!important;
}
.ae-cform-item ul.parsley-errors-list{
	text-align: center;
    padding-top: 5px;
    color:white!important;
}
.iti input, .iti input[type=tel], .iti input[type=text]{

}
#ae-cform-reg-item-country-1{
	margin-bottom: 0px;
}
.ae-cform-item .ae-cform-select select{
	color: #70c3e9!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    background: white!important;
    padding: 0px!important;
    padding-left: 12px!important;
    font-size: 13px!important;
    height: 34px!important;
    line-height: 36px!important;
}

.ae-cform-item .ae-cform-select .select__arrow {
    top: 15px!important;
    right: 15px!important;
    border-color: #70c3e9 transparent transparent transparent;
}
.ae-cform-item input[type="submit"], .ae-cform-item input[type="submit"]:hover{
	width: 200px!important;
    margin: auto!important;
    display: block!important;
    background: white!important;
    color: #70c3e9!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    padding: 10px!important;
    border-radius: 2px!important;
    font-size: 17px!important;
    text-shadow: none!important;
}
.ae-cform-header-image{
	width: 200px;
    margin: auto;
}
div.border{
	border: 2px solid white;
    width: 250px;
    margin: auto;
    margin-bottom: 8px;
}
div.border input{
	width: 220px;
    margin: 2px;
    border: 0px;
    background: transparent!important;
    color: white;
    font-weight: bold;
    line-height: 27px;
    padding: 0px;
    outline: none;
    text-transform: uppercase;
    margin-left: 6px;
    margin-right: 24px;
    font-size:14px;
}
#nameOuter{
	background-image:url('../gfx/arrow-right.png');
	background-position: right;
    background-size: 18px;
    background-repeat: no-repeat;
}
#countryOuter{
	background-image:url('../gfx/arrow-down.png');
	background-position: right;
    background-size: 17px;
    background-repeat: no-repeat;
    opacity:1;
    transition: opacity 0.3s;
}
#submit{
	background-color:white;
	color:black;
	font-weight:bold;
	 line-height: 32px;
	 font-size:14px;
	 width:120px;
	 border:0px;
	 opacity:1;
	 transition: opacity 0.3s;
}
form{
	height:156px;
}
#thanks{
	display:none;
    padding-top: 20px;
    width: 300px;
    margin: auto;
}
#thanks nav.socials{
	padding-top:10px;
}
#thanks h6{
	width:220px;
	margin:auto;
	line-height:130%;
	font-size:13px;
}
form p{
	width: 200px;
    margin: auto;
    font-size: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 120%;
    opacity:1;
    transition: opacity 0.3s;
}
form .hidden{
	opacity:0!important;
	pointer-events: none!important;
}
div.border select{
	appearance: none;
    width: 241px;
    margin-left: 5px;
    background: transparent;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border: 0px;
    padding-top: 7px;
    padding-bottom: 6px;
    outline:none;
    font-size:14px;
}
div.border select option{
	color:black;
	background-color:white;
}

#formThanks{
	display:none;
	display: block;
    padding-top: 20px;
    width: 300px;
    margin: auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
.cform-required-field.ae-cform-item{
	width: 100%!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 0px!important;
    margin: 0px!important;
    margin-bottom: 7px!important;
}
.cform-required-field.ae-cform-item span{
	font-weight:bold!important;
	color:white!important;
}
.wrapper {
  text-align: center;
}

.bg {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}


@media only screen and (max-width: 700px) {
  	h2{
		font-size: 39px;
	}
	footer{
		font-size:6px;
	}
	#container{
		background-position: top;
	}
  .product {
      width: 50%;
  }
  .product a.button{
    font-size:12px;
  }
  .lowerPanel{
    background-image: url(../gfx/backgmobile.png);
  }
}

@media only screen and (max-width: 500px) {
    #countdown div.col-xs-6 span.time {
        width: 100%;
        display: block;
        font-size: 43px;
    }
  	header nav{
  		padding-top: 20px;
  		width: 100%;
  		text-align: center;
  		margin-right: 0px;
  	}
    #countdown{
      padding-top: 10px;
      max-width:300px;
    }
    #countdown div.col-xs-6 span.label {
      width: 100%;
      display: block;
      font-size: 10px;
      text-transform: uppercase;
    }
    #top {
      float: none;
    }
    header nav.socials, header nav.sections{
      float: none;
      margin-right: 0px;
      padding-top: 0px;
    }
  	h1{
  		margin: auto;
  		float: none;
  		padding-left: 0px;
  		clear: both;
  		padding-top: 13px;
      position: relative;
  	}
    h1 img.animate{
      animation: none;
    }
}
@media only screen and (max-width: 440px) {
  .product {
      width: 100%;
      max-width:300px;
      display:block;
      margin:auto;
          float: none;
  }
}