html, body{
  height: 100%;
}

body{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background 0.6s linear;
  transition: background 0.6s linear;
}

img{
    max-width: 100%;
}

h1,h2,h3{
    font-weight: 600;
    margin: 0;
}

h4 {
    font-weight: bold;
}

.step-body h3{
  font-weight: 100;
  font-size: 1.5em;
}

.h1, h1 {
    font-size: 1.7em;
}

.h2, h2 {
    font-size: 2.5em;
}

p, li {
    font-size: 1.3em;
    font-weight: 400;
}

label{
  font-size: 1.6em;
  font-weight: 100;
  padding-left: 35px;
}

.checks label {
    cursor: pointer;
}

ol, ul{
	list-style: none;
}

ol li, ul li{
	float: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.checks{
  max-width: 350px;
  margin:0 auto;
  padding: 1em 0;
}

.light-blue{
  color: #fff;
}

.underline{
	text-decoration: underline;
}

.center{
	text-align:center;
}

.left{
  text-align: left;
}

.grey{
	background-color: #56575b;
}

.hidediv{
  display: none;
}

.active{
  display: block;
}

input[type=checkbox], input[type=radio]{
  display: none;
  margin: 4px 15px 0;
}

input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #454a50;
  border-radius: 2px;
}

input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    z-index: 10;
    width: 20px;
    height: 10px;
    border: 3px solid #8691a0;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}


.steps-container{
	max-width: 600px;
  width: 600px;
	margin:0 auto;
	padding: 15px 0;
}

.step-title, .pagination-numbers{
    padding: 22px 0;
    background: #e0e1e3;
    color: #8691a0;
    box-shadow: inset 0 -3px 15px rgba(0, 0, 0, .2);
}

.step-title h2{
	line-height: 1.5em;
	text-align: center;
}


.step-title img{
	vertical-align: unset;
}

.step-body{
    padding: 2.5em;
    text-align: center;
}

.btn-default{
  background-color: rgba(0, 255, 255, 0);
  color: #fff;
  width: 25%;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  margin: 1.5em 1% 1.5em 1%;
  border-radius: 4px;
  padding: 15px 0;
  border: 2px solid #00c7cb;
  min-width: 110px;
}

.btn-default.grey{
    border: none;
    color: #fff;
    border: 2px solid #a4a8ad;
}

.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #000;
    background-color: #00ffff;
    border: none;
}

.btn-default.grey:hover, .btn-default.grey:focus, .btn-default.grey:active{
    background: #b2a7a0;
    border: none;
    color: #000;
}


.pagination-numbers{
    text-align: center;
}

.pagination-numbers ul{
	display: inline-block;
	padding: 0;
  margin: 0;
}

.pagination-numbers li{
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 100;
    margin-right: 8px;
}

li.num {
    border: 1px solid #8691a0;
    color: #b6bed3;
    margin: 0 10px;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
}

li.active.num {
    background: #fff;
    color: #8691a0;
}

@media (max-width: 480px){

  body{
    font-size:11px;
  }

  #s1 {
    width: 100%;
  }

  .step-body {
    padding: 2.5em 0;
  }

}

@media (max-width: 700px){

  .steps-container {
    width: 95%;
  }

}

@media (min-width: 481px) and (max-width: 768px){

  body{
    font-size:14px;
  }

}

@media (max-width: 768px){
  .h2, h2 {
    font-size: 1.5em;
}
}

@media (max-width: 342px){

	ul li{
		float:none;
		display: inline-block!important;
	}

	.pagination-numbers ul > :first-child{
		width:100%;
	}
}



.white{
  color:#fff;
}

.muted{
    color: #8691a0;
}


.header1, .header2, .header-logo {
    text-align: center;
}

.header-logo img{
    max-height: 70px;
}

.tempor-offer{
  margin: 20px 0 0;
}

#timer{
  margin: 5px 0 20px;
}

.button-container{
  padding-top: 50px;
}

.continue-btn{
  width: 35%;
}

.header1 h1{
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: 14px;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 10px #38eeff, 0 0 50px #38eeff;
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  max-width: 85%;
  margin: 25px auto 0;
}

@media (max-width: 480px){
   .header1 h1{
      font-size: 4em;
   }
}

.header1 .neon{
  font-family: 'Monoton', cursive;
  color: #ff00ff;
  letter-spacing: 18px;
  text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 10px #38eeff, 0 0 50px #38eeff;
  font-weight: 100;
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.neon{
  /*animation: text-flicker 2s linear infinite;*/
  -webkit-animation: fade 3s infinite alternate;
	-moz-animation: fade 3s infinite alternate;
	-o-animation: fade 3s infinite alternate;
	animation: fade 3s infinite alternate;
}

@keyframes text-flicker {
  0% {

    font-weight: 100;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 10px #38eeff, 0 0 50px #38eeff;
  }

  20% {
    font-weight: 100;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 20px #38eeff, 0 0 60px #38eeff;
  }
  40% {
    font-weight: 100;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 30px #38eeff, 0 0 70px #38eeff;
  }
  60% {
    font-weight: 100;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 40px #38eeff, 0 0 80px #38eeff;
  }
  80% {
    font-weight: 100;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 50px #38eeff, 0 0 90px #38eeff;
  }
  100% {
    font-weight: 100;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3), 0 0px 15px #fff, 0 0 60px #38eeff, 0 0 100px #38eeff;
  }
}


@-moz-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@-webkit-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@-o-keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}
@keyframes fade {
  40% {
    opacity: 0.8;
  }
  42% {
    opacity: 0.1;
  }
  43% {
    opacity: 0.8;
  }
  45% {
    opacity: 0.1;
  }
  46% {
    opacity: 0.8;
  }
}



.overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0000003d;
  z-index: -1;
}
