* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: 0;
}

:focus {
    outline: 0
}

img {
    border: none;
    display: block
}

ol,
ul {
    list-style: none;
	padding: 0;
	margin: 0;
}

iframe {
    border: none !important;
	display: inline-block;
	height: 360px;
	width: 96%;
	max-width: 340px;
	margin-top: 10px;
}

a {
    text-decoration: none;
    cursor: pointer !important
}
body,
html {
    height: 100%;
	min-height: 100%;
}
canvas{
	position: absolute;
	bottom: 0;
	z-index: 0
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
	font-weight: 400;
	background: #000;
}

.slideshowimage { position:relative; z-index: -1 }
.slideshowimage { position: fixed!important;top: 0;left: 0; min-width: 100%;min-height: 100%; }
.slideshowimage img {
	position: fixed!important; min-width: 100%; min-height: 100%;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

.only {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	bottom: 15px;
}

.wrap {
    position: relative;
    height: 100%;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	z-index: 1
}

header {
	width: 100%;
	height: 50px;
	text-align: center;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,1);
	padding: 10px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -1px
}

header > img{
	display: inline-block;
	max-width: 300px;
}

footer {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 0;
}
footer IMG {
	display: inline-block;
	width: 95%;
	height: auto;
	max-width: 627px;
}

.step-item {
    text-align: center;
	background: rgba(0,0,0,.35);
	border-radius: 5px;
	overflow: hidden;
	-webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
	width: 85%;
	max-width: 550px;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.step1 {
	opacity: 1;
}
.step-item P {
	font-size: 1.375rem;
	margin: 25px auto 20px;
	padding: 0 20px;
	width: 90%;
}
P.red {
	background: #000;
	color: #ff0012;
	padding: 3px;
	width: 90%;
	border-radius: 5px;
	margin: 25px auto 0;
}
.step-content {
	padding: 10px 0 30px;
}
.step-content LI {
	display: inline-block;
	width: 90%;
	font-size: 2rem;
	padding: 10px;
	cursor: pointer;
	-webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
	color: #000;
	position: relative;
	z-index: 2;
	margin:7px 0;
	background: #fff;
}
li.active {
	color: #fff !important;
	background: #ff0012; /* Old browsers */
	background: -moz-linear-gradient(top, #ff0012 0%, #ff0030 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff0012 0%,#ff0030 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff0012 0%,#ff0030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff0030',GradientType=0 ); /* IE6-9 */
}
.step-content LI:hover {
	opacity: .5;
}

h1 {
	font-size: 1.75rem;
	color: #fff;
	background: #000;
	padding: 20px 10px;
}
h1 span {
	font-weight: 400;
}

.form h1 {
	font-size: 1.25rem;
}

.hidden {
	display: none
}

.step-list {
	width: 90%;
	max-width: 360px;
	display: inline-block;
	margin: 20px 0;
}
.step-list LI {
	text-align: left;
	color: #fff;
	padding: 1px 0 0 25px;
	background: url(../images/check.png) no-repeat left top;
	margin-bottom: 5px;
	min-height: 19px;
	display: none;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.7);
  border-right: 1.1em solid rgba(255, 255, 255, 0.7);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.7);
  border-left: 1.1em solid #ff0012;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.step9 a {
	width: 300px;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
	-webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
	color: #fff !important;
	background: #ff0012; /* Old browsers */
	background: -moz-linear-gradient(top, #ff0012 0%, #ff0030 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff0012 0%,#ff0030 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff0012 0%,#ff0030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0012', endColorstr='#ff0030',GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index: 2;
	margin: 25px 5px;
}

.slideshow2 {
    width: 100%;
    height: 100%;
    z-index: -99;
    position: fixed;
    margin: 0px;
    top: 0px;
}
.slideshow2 img {
	width:100%;
	height:100%;
}
.slide {
	position: fixed;
    width:100vw !important;
    height:100vh !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
#slide1 {
    background: url(../images/bg1.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
}

#slide2 {
    background: url(../images/bg2.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
}

#slide3 {
    background: url(../images/bg3.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
}

#slide4 {
    background: url(../images/bg4.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
}

#slide5 {
    background: url(../images/bg5.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
}

#slide6 {
    background: url(../images/bg6.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
}

#slide7 {
    background: url(../images/bg7.jpg) 100% no-repeat;
    background-size: cover;
    background-position: top center;
}
@media only screen and (max-width:1024px) {
}

@media (max-width:420px) {
	.only {
		width: 60px;
		height: auto;
	}
}

@media (max-width:380px) {
	html {
		font-size: 12px;
	}
	.step-content {
		padding: 10px 20px;
	}
	header IMG {
		width: 300px;
		height: auto;
	}
	.step9 a {
		width: 250px;
	}
	.form {
		margin-top: 100px;
	}
}
@media (max-width:320px) {
	.wrap {
		padding-top: 100px;
	}
}
@media (max-width: 720px) and (orientation: landscape) {
	.only,
	footer {
		display: none
	}
	header {
		position: relative
	}
	body {
		background-attachment: fixed
	}
}
@media (max-height: 720px) and (orientation: landscape) {
	.wrap {
		padding-top: 100px;
	}
}

@media (min-width: 200px) and (max-width: 767px) {
	#slide1 {
	    background: url(../images/bg1m.jpg) 100% no-repeat;
	    background-size: cover;
	    background-position: top center;
	}

	#slide2 {
	    background: url(../images/bg2m.jpg) 100% no-repeat;
	    background-size: cover;
	    background-position: top center;
	}

	#slide3 {
	    background: url(../images/bg3m.jpg) 100% no-repeat;
	    background-size: cover;
	    background-position: top center;
	}

	#slide4 {
	    background: url(../images/bg4m.jpg) 100% no-repeat;
	    background-size: cover;
	    background-position: top center;
	}

	#slide5 {
	    background: url(../images/bg5m.jpg) 100% no-repeat;
	    background-size: cover;
	    background-position: top center;
	}

	#slide6 {
	    background: url(../images/bg6m.jpg) 100% no-repeat;
	    background-size: cover;
	    background-position: top center;
	}

	#slide7 {
	    background: url(../images/bg7m.jpg) 100% no-repeat;
	    background-size: cover;
	    background-position: top center;
	}
}