*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url(images/_background.jpg);
	background-image: url(images/background_opening_website.png);
	background-position: center top;
	background-color: black;
	background-repeat: no-repeat;
	font-family:"Myriad Pro",PTSansCaptionRegular, arial, helvetica, sans-serif; 
	color: white;
	font-size: 0.8em;
	text-transform: uppercase;
}

h2, b {
	font-family:"Myriad Pro Bold",PTSansCaptionRegular, arial, helvetica, sans-serif;
}

#not_compatible{
	display: none;
}

.step{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
}

.current_step{
	display: block!important;
}

.step_center{
	position: absolute;
	height: 200px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -300px;
	text-align: center;
}

.step_center_two {
	height: 340px;
	width: 720px;
	margin-top: -170px;
	margin-left: -360px;
}

.step h2{
	font-size: 18px;
	font-weight: bold;
}

.step p{
	font-size: 15px;
}

.step_footer{
	height: 100px;
	text-align: center;
	width: 600px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -300px;
}

.step_footer_icon{
	background-image: url(images/mobile_needed_icon.png);
	height: 36px;
	width: 107px;
	margin: 0px auto 20px auto;
}

/* Step 2 */
#step_2_explain_visual{
	background-image: url(images/explain_visual.png);
	height: 291px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
	text-align: left;
	margin-left: 100px;
}

#step_2_explain_visual ul{
	margin-left: 239px;
	padding-top: 45px;
}

#step_2_explain_visual ul li{
	list-style-type: none;
	height: 50px;
}

#step_2_large_url{
	font-size: 12px;
	position: absolute;
	top: 113px;
	left: 130px;
}

#step_2_large_code{
	position: absolute;
	top: 158px;
	left: 130px;
	font-size: 21px;
	letter-spacing: 18px;
}

#connection_code{
	font-weight: bold;
	letter-spacing: 3px;
}

#video_step_1{
	height: 100%;
	width: 100%;
}

video#video_part_1 {
	display: table;
	width: 100%;
	height: 100%;
}

iframe{
	width: 100%;
	height: 100%;
	border: none;
}

#turn_phone_icon{
	height: 150px;
	width: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	background-image: url(images/mobile_gif.gif);
	z-index: 11;
	opacity: 0.7;
}


#video_part_1,
#video_part_2,
#video_part_3, 
#video_part_4 {
	background-color:transparent;
}


@font-face {
	font-family: 'myriad pro';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/MYRIADPRO-REGULAR.eot');
    src: url('fonts/MYRIADPRO-REGULAR.eot?#iefix') format('embedded-opentype'),
         url('fonts/MYRIADPRO-REGULAR.woff') format('woff')
}

@font-face {
	font-family: 'myriad pro bold';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/MYRIADPRO-BOLD.eot');
    src: url('fonts/MYRIADPRO-BOLD.eot?#iefix') format('embedded-opentype'),
         url('fonts/MYRIADPRO-BOLD.woff') format('woff')
}