@charset "UTF-8";

@font-face {
	font-family: 'ArialBlack';
	src: url('../fonts/Arial-Black.eot');
	src: url('../fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Arial-Black.woff2') format('woff2'),
		 url('../fonts/Arial-Black.woff') format('woff'),
		 url('../fonts/Arial-Black.ttf') format('truetype'),
		 url('../fonts/Arial-Black.svg#Arial-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.eot');
	src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/BebasNeue.woff2') format('woff2'),
		 url('../fonts/BebasNeue.woff') format('woff'),
		 url('../fonts/BebasNeue.ttf') format('truetype'),
		 url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
	Identity by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	color: #fff;
	font: inherit;
	vertical-align: baseline;
	font-family: 'BebasNeue',sans-serif;
	font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}



ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	overflow: hidden;
}

h1 {
	line-height: 1.5em;
	margin-top: 5%;
	font-size: 2.5em;
}
h1 strong {
	font-size: 1.2em;
}
h2 > span,
h2{
	font-family: "ArialBlack", "Arial Black", sans-serif;
}
h2{
	font-size: 1.2em;
	line-height: 1em;
}
#verify h2 > span,
#verify h2 {
	font-family: BebasNeue, sans-serif;
}
#verify h2 {
	font-size: 1.5em;
}
h3{
	font-size: 1.9em;
	line-height: 1.5em;
	margin-top: 5%;
}
p{
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 3%;
	margin-bottom: 3%;
	color: rgba(225, 225, 225, 0.9);
}
.topbar {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 4;
}
.girls {
	background: url(../step1.jpg) top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: -1;
}

.girls img {
	height: 100%;
}


.mainbox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 3;
}
.mainwrp {
  padding: 3%;
}
.checkWrpBtn{
    width: 48%;
}
.step_form{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	position: absolute;
	right: 20%;
	top: 10%;
	width: 50%;
	z-index: 200;
}
.step_box{
	background-color: rgba(4, 6, 13, 0.7)!important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	bottom: 0;
	height: 75%;
	position: absolute;
	right: 15%;
	width: 40%;
	min-width: 450px;
	z-index: 100;
}
.grayback {
  text-decoration: none;
  position: relative;
  z-index: 100;
  min-width: 30%;
}
.btnSmall {
  font-size: 1.2em!important;
  padding: 3px 15px 3px 15px!important;
  min-width: 15%;
}

div.logo{
	position: absolute;
	top: -26%;
}
.logo {
	max-width: 100%;
}
div.logo img{
	width: 65%;
}




/* Basic */



html {
	height: 100%;
}

body {
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100px 100px, cover;
	background-position: top center;
	background-attachment: fixed;
}

div.container{
	min-height: 100%;
	height: auto !important;
	height: 100%;


}

.blue{
	color: #f60085!important;
}

.steps {
	font-size: 1.45em;
}
.step{
	padding: 6%;
	text-align: center;
}

.grayback,
.btn {
	color: #04080f;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "ArialBlack", "Arial Black", sans-serif;
	font-size: 0.8em;
	padding: 10px 20px 10px 20px;
	border: 1px solid #fff;
	text-decoration: none;
	background: #f60085;
	position: relative;
	z-index: 100;
	min-width: 30%;
}
.grayback {
  background: rgba(246, 0, 133, 0.2);
  border-color: transparent;
}
.btn:hover {
	color: #fff;
	background-color: transparent;
	border: solid #fff 1px;
	background-image: -webkit-linear-gradient(top, transparent, transparent);
	background-image: -moz-linear-gradient(top, transparent, transparent);
	background-image: -ms-linear-gradient(top, transparent, transparent);
	background-image: -o-linear-gradient(top, transparent, transparent);
	background-image: linear-gradient(to bottom, transparent, transparent);
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.TBspace{
	margin-bottom: 3%;
	margin-top: 3%;
}
.TBspace2{
	margin-bottom: 6%;
	margin-top: 6%;
}
.Rspace{
	margin-right: 2%;
}
.step{
	display: none;
}

a{
	color: #ffffff;
	font-size: 1em;
	display: block;
	margin-bottom: 4%;
	text-transform: uppercase;

}

a:hover{
	color: #f60085;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer; cursor: hand;
}

div.next3{
	margin-top: 4%;
	font-size: 1.2em;

}
.loading{
	width: 100%;

}
.loading img{
	width: 90%;
	margin-top: 3%;
}
.brgoog{
	display: none;
}
.checkdiv{
	width: 100%;
	margin: 5% 0;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.3em;
	position: relative;
	z-index: 100;
}

.checkWrpBtn{
	width: 48%;
	position: relative;
}
.checkWrpBtn:hover .checkmark,
.CheckBtn:hover{
	background-color: #f60085!important;
}

.checkmark{
	border: 1px solid #fff;
	border-right: none;
	height: 100%;
	width: 10%;
	padding-bottom: 5%;
	cursor: pointer;
	cursor: hand;
	font-size: 0.9em;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.checkmark.checked{
	background-image: url("../images/Check.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}
.checked{
	background-color: #f60085!important;
}
.checked2{
	background-color: #600034!important;
	color: #fff;

}
.checkWrpBtn *::after,
.checkWrpBtn *::before,
.checkWrpBtn::after,
.checkWrpBtn::before,
.checkWrpBtn *,
.checkWrpBtn,
.checkdiv *::after,
.checkdiv *::before,
.checkdiv::after,
.checkdiv::before,
.checkdiv *,
.checkdiv {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.CheckBtn{
	border: 1px solid #fff;
	border-left: none;
	width: 90%;
	color: #fff;
	padding: 3.5% 1em 1.5% 0;
	cursor: hand;
	cursor: pointer;
	font-size: 0.9em;

}

.fltLeft{
	float: left;
}
.fltRight{
	float: right;
}

.clearAll{
	float: none;
	clear: both;
}
.checkLine {
	margin-top: 3%;
	margin-top: 3%;
	position: relative;
	z-index: 300;
}
.fill25{
	width: 25%;
}

.nomarg{
	margin: 0!important;
}
#step8.checkLine{
	font-size: 1.1em;
}
iframe {
	min-height: 500px;
	min-width: 310px;
}
.turn{
	display: none;
}
.turn img{
	width: 80%;
}

.incBtn{
    position: relative;
    margin: 6% 15%;
    height: 100%;

}
.incBtnWrp{
    position: relative;
    height: 100%;
}
.minus, .add{
    width: 20%;
    text-align: center;
    font-size: 3em;
    line-height: 0.5em;
    height: 100%;
}
.checkedFont {
  color: #f60085;
}
.bselect{
    width: 18%;
    background-color: #f60085;
    font-size: 0.1em;
    line-height: 2.8em;
}
.bnselect{
    width: 18%;
    background-color: rgba(246, 0, 133, 0.5);
    font-size: 0.1em;
    line-height: 2.5em;
}

.spacer{
    width: 3%;
    font-size: 0.1em;
}

.mboxSmall{
    min-height: 18%!important;
}
.stepNav {
  margin: 3%;
}
.StepNum {
	display: inline-block;
}
.bigNum {
  font-size: 1.3em!important;
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-device-width: 321px) and (orientation: portrait) {
	.bigNum {
	  font-size: 1.2em!important;
	}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 374px)
and (orientation : portrait) {

    .btnSmall{
        font-size: 1.2em!important;

    }
    .bigNum{
        font-size: 1.4em!important;

    }
    .CheckBtn{

        font-size: 0.8em;

    }

}
@media only screen
and (min-device-width : 321px)
and (orientation : portrait) {

    .btnSmall{
        font-size: 1.2em!important;

    }
    .bigNum{
      font-size: 1.6em!important;
    }
    .CheckBtn{

        font-size: 0.9em;

    }

}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	.girls{
		height: 100%;
		overflow: hidden;
		position: absolute;
		left: -15%;
		z-index: 99;
	}
	iframe {
		min-height: 500px;
		min-width: 400px;
	}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	.steps{
		display: none;
	}
	.girls{
		height: 100%;
		overflow: hidden;
		position: absolute;
		left: -15%;
		z-index: 99;
	}
	.step_box{
		background-color: rgba(4, 6, 13, 0.7);
		height: 40%;
		position: absolute;
		width: 50%;
		z-index: 900;
		top:40%;
		left: 25%;

	}
	div.logo{
		position: absolute;
		top: -3%;
	}
	.turn {
		display: inherit;
		text-align: center;
		position: relative;
		top:30%;
	}
}
.form-control {
	height: 25px!mportant;
}

#loadcirclediv,
#loadcircle {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	width: auto;
}

@media screen and (max-width: 480px) {

	html, body {
		min-width: 320px;
	}

	.CheckBtn {
		padding: 3.5% 0.3em 1.5% 0;
	}


	.step_box {
		left: 0;
		right: auto;
		min-width: 290px;
		width: 80%;
	}
	h3,
	h1 {
		font-size: 1.4em;
	}
}
@media screen and (max-width:767px){
	.step_form {
	  right: 3%;
	  width: 94%;
	}
	h3,
	h1 {
		font-size: 1.7em;
	}

}
@media screen and (max-width:379px){
  .steps {
    font-size: 1.25em;
  }
}
@media screen and (orientation:landscape){

    #turn {
        display: inherit!important;
    }

}