* {
	margin:0;
	padding:0
}
#banner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#052739;
	-webkit-box-shadow:0 2px 1px rgba(0,0,0,.4);
	-moz-box-shadow:0 2px 1px rgba(0,0,0,.4);
	box-shadow:0 2px 1px rgba(0,0,0,.4);
	z-index:100;
	overflow:hidden
}
#banner-left {
	float:left;
	width:120px
}
#banner-right {
	float:right;
	width:900px
}
#banner p {
	text-align:center;
	font-size:1.2em;
	margin:0;
	line-height:140%;
	padding:20px 20px 18px
}
.section {
	position:relative;
	margin:0 auto 20px;
	width:664px;
	overflow:hidden
}
.section-split {
	position:relative;
	margin:0 auto 20px;
	width:700px;
	overflow:hidden
}
.section-lt {
	position:relative;
	float:left;
	width:304px
}
.section-rt {
	position:relative;
	float:right;
	width:304px
}
.box {
	background:#2C7AA5;
	background:rgba(40,118,160,.3);
	padding:18px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
#go {
	margin:0 auto;
	width:200px
}
#intro {
	margin:0 auto 50px;
	width:500px;
	font-size:1.3em;
	color:#FFF;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-shadow:0 1px 0 rgba(0,0,0,.2)
}
#lean_overlay {
	position:fixed;
	z-index:0000;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
#signup-content {
	opacity:0;
	position:relative;
	margin:0 auto;
	width:auto;
	height:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transform:translateX(200%);
	transition:all .3s ease
}
#signup-header {
	padding:18px 18px 14px;
	border-bottom:1px solid #CCC;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px
}
.modal_close {
	position:absolute;
	top:12px;
	right:12px;
	display:block;
	width:14px;
	height:14px;
	background:url(../img/modal_close.png);
	z-index:2
}
#footer p {
	color:#91BDD5;
	font-size:1em
}
#footer a:link, #footer a:visited {
	color:#91BDD5;
	text-decoration:none
}
#footer a:active, #footer a:hover {
	color:#FFF;
	text-decoration:none
}
img {
	border:none
}
a {
	outline:0
}
#signup {
	display:none;
	background:rgba(255,255,255,1);
	padding:10px;
	border:0 #ccc;
	width:100%;
	margin:10px auto 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow:0 0 5px 0 rgba(255,255,255,.75);
	-moz-box-shadow:0 0 5px 0 rgba(255,255,255,.75);
	box-shadow:0 0 5px 0 rgba(255,255,255,.75);
	overflow-x:scroll
}
@media screen and (orientation:landscape) {
#signup {
	width:50%;
	height:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
#modal-Bootstrap {
	width:50%;
	height:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
}
@media only screen and (min-device-width :320px) and (max-device-width :480px) and (orientation :landscape) {
#signup {
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
#modal-Bootstrap {
	width:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
}
.page-row {
	width:100%;
	height:150px;
	background:rgba(26,26,26,1);
	text-align:center;
	bottom:0;
	color:#a7a3a2;
	position:relative;
	border-top:1px solid #878382;
	padding-bottom:1em
}
.page-row-expanded {
	height:100%
}
