@font-face {
    font-family: 'ProximaNovaBold';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovabold.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovaregular.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
div {
	display: block;
	-webkit-backface-visibility: hidden;
}
.clear {
	clear: both;
	height: 1px;
	width: 100%;
	display: block;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
a:link { -webkit-tap-highlight-color: #000; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #333333;text-decoration:underline; }
a:hover { color: #333333;text-decoration:underline; }
html, body {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	color: #333333;
	font-family: 'ProximaNovaRegular';
	font-size: 14px;
	line-height: 20px;
	-webkit-backface-visibility: hidden;
}
html {
	background: #FFFFFF;
}
h1, h2, h3, h4 {
	margin: 0;
	color: #333333;
	font-family: 'ProximaNovaBold';
	font-size: 42px;
	line-height: 42px;
	text-transform: none;
	font-weight: normal;
}
html {
	height: 100%;
	overflow-x: hidden;
}
#nosign {
	width: 100%;
	z-index: 1;
	position: relative;
}
#nosign > li {
	position: absolute;
	display: block;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: 1;
}
#nosign > li {
	box-shadow: 0 1px 24px 3px #333;
}
img {
	max-width: 100%
}
.container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.container h1 {
	width: 960px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.container img {
	margin: 0 auto;
	margin-top:30px;
}
.container .desc {
	color: #333333;
	font-family: 'ProximaNovaRegular';
	font-size: 13px;
	line-height: 18px;
	margin: 0 auto;
	text-align: center;
	width: 700px;
	margin-top: 60px;
}
.menu {
display:none;
}
#up, #down{
	position:fixed;
	width:80px;
	height:80px;
	z-index:800;
	cursor:pointer;
	-moz-opacity:.0; filter:alpha(opacity=0); opacity:.0;
}
#main{
	-moz-opacity:.0; filter:alpha(opacity=0); opacity:.0;
}
.homeitem{
	-moz-opacity:.0; filter:alpha(opacity=0); opacity:.0;
}
.desc a {
	outline: none;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#333333;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:4px;
}
.desc a:hover{
	color:#999999;
}

#menu{
	right:6px;
	top:6px;
	position:fixed;
	z-index:1012;
	list-style-type: none;
}

#menu li{
	margin-bottom:4px;
}
#menu li a img{
	-moz-opacity:.4; filter:alpha(opacity=0.4); opacity:.4;
}
.reveal{
	display:none;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 2000;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -340px;	
	width: 600px;
	min-height: 400px;
	position: absolute;
	z-index: 2001;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	text-align:center;
	
	background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #A8ADB0 100%);
	background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #A8ADB0 100%);
	background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #A8ADB0 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 500, color-stop(0, #FFFFFF), color-stop(1, #A8ADB0));
	background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #A8ADB0 100%);
	background-image: radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #A8ADB0 100%);
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal a{
	text-decoration:none;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}

#qLbar{
	-webkit-box-shadow: -11px 13px 17px rgba(50, 50, 50, 0.85);
	-moz-box-shadow:    -11px 13px 17px rgba(50, 50, 50, 0.85);
	box-shadow:         -11px 13px 17px rgba(50, 50, 50, 0.85);
}