@charset "utf-8";

/*
==============================================
===== APP DOWNLOAD (SQUEEZE) PAGE STYLES =====
==============================================
*/
/* ========================================================================== MODAL WINDOW STYLES ===== */
.modalPopLite-mask {
	position: fixed;
	z-index: 9000;
	background-color: #000;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
}
.modalPopLite-wrapper {
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.9);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.9);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.popBox-holder  {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 666px !important;
	height: 100%;
	z-index: 999;
	background-color: #000;
	filter: alpha(opacity=40);
	opacity: 0.5;
}
.popBox-container  {
	display: none;
	background-color: #fff;
	border: 4px solid #000;
	padding: 10px;
	z-index: 1000;
}
.popBox-ajax-progress {}

/* ========================================================================== CONTENT STYLES ===== */
#popup {
	background: url(../_img/bg-popup.jpg) no-repeat bottom #00b6f2;
	height: 780px !important;
	width: 666px !important;
	color: #fff;
}
#popup .heading2 {
	margin: 30px 100px 0 32px;
	width: 550px;
}
#form-features {
	width: 355px;
	float: left;
	margin: 20px 0 0 282px;
}
#form-features h3 {
	text-transform: uppercase;
	font-size: 18px;
}
#form-features ul { margin: 15px 0 0 0; }
#form-features li {
	font-size: 18px;
	list-style-image: url(../_img/bullet-tick.png);
	margin: 0 0 10px 45px;
}
#form-features p {
	font-size: 18px;
	margin: 60px 0 30px 0; 
}
#form-features label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	display: block;
}
#form-features input, #form-features select {
	padding: 10px;
	border: 1px solid #007ca5;
	margin: 10px 0 15px 10px;
	width: 312px;
	font-size: 14px;
}
#form-features select { width: 330px; }
#form-p1 {}
#form-p2 { display: none; }
#submit1 {
	background: url(../_img/b-continue.png) no-repeat;
	height: 77px;
	width: 352px;
	display: block;
}
#form-features #submit2 {
	background: url(../_img/b-download.png) no-repeat;
	height: 77px;
	width: 352px !important;
	border: none !important;
	cursor: pointer;
	text-indent: -1000px;
	margin: 0;
	padding: 0;
}
/* ========================================================================== DOWNLOAD PANEL STYLES ===== */
.download {
	background: #00b6f2;
	background-image: none !important;
	text-align: center;
	padding: 30px 0 0 0;
}
.download .intro {
	font-weight: 300;
	font-size: 48px;
	color: #fff;
	float: left;
	margin: 10px 50px 30px 50px;
	width: 550px; 
}
#b-apple, #b-google {
	height: 67px;
	width: 200px;
	float: left;
	display: block;
	margin: 65px 15px 0 15px;
}
#b-apple { background: url(../_img/b-apple.png) no-repeat; }
#b-google { background: url(../_img/b-google.png) no-repeat; }
#qr-code {
	width: 200px;
	height: 200px;
	background: url(../_img/qr-code.png) no-repeat;
	display: block;
	float: left;
	margin: auto;
}
#company-info {
	background: #0096c7;
	float: left;
	clear: both;
	padding: 30px;
	width: 606px;
	margin: 50px 0 0 0;
}
#company-info #logo { margin: 0 auto; float: none }
#company-info p {
	font-size: 18px;
	margin: 10px 0 0 0;
}
#company-info span { font-weight: 700; }
#company-info .col { margin: 30px 0 0 0; }
