@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
html, body {min-height:100%;}

body{
	background-color: #dce4e6;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	color:#000;
	background-image: url(http://cs-current-assets.s3.amazonaws.com/store/3/1397/img/bg.jpg);
    background-repeat:no-repeat;
	background-size: 80%;
	background-position: center bottom;
	background-attachment: fixed;
}

*{
	margin:0;
	padding:0;
}

h3 {margin-bottom:5px; font-size:21px;}
.container{
	max-width: 900px;
	margin: 10px auto;
}

.topBar{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 100;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

.topBar span img{
	width: 5px;
	margin-left: 5px;
}

.topBar a{color: #000; text-decoration: none;}
.topBar a:hover{color: #666;}

.header{
	width: 100%;
}

.header img{
	width: 60%;
	margin-left: 20%;
}

.datacaptureContent{
	width:52%;
	margin:10px auto;
}
.clear {clear:both;}
.datacaptureContent{
	width:52%;
	margin:10px auto;
}

.datacap_off {}
.datacap_on {display:none;}


#note {float:left; width:58%; position:relative;}
#note img {width:100%;}

#note .question {display:block; position:absolute; width:60px; height:60px;   z-index:400; cursor:pointer; background-repeat: no-repeat; background-size:70%;}
#note #yes {height: 15%;
    left: 36%;
    top: 85%;
    width: 10%;}
 #note #no {height: 15%;
    left: 70%;
    top: 82%;
    width: 10%;}

#actionarea {float:none;width:40%; padding:0 2% 0 0; min-height:352px; text-align:center; line-height:18px; margin:auto; }
.datacap_off img{width:100%; max-width:341px;}

#logo {display:block; margin:10px auto; max-width:450px; width:100%;}

.preOrderContent{position: absolute; width: 200px; right:30px; top: 20px;}
.preOrderContent h2{font-size: 14px; text-align: center;}
.preOrderContent img{width: 60%;padding: 0px;margin-left: 20%;margin-top: 10px; border:1px solid #adadad;}
.preOrderContent p{font-size: 12px; text-align: center; font-style: italic;}
.preOrderContent a{background: #000;width: 41%;text-align: center;padding: 6px;display: inline-block;/* margin-left: 21%; */margin-top: 10px;color: #fff;text-decoration: none;font-size: 10px;border: 1px solid #adadad;border-radius: 4px;}
.preOrderContent a:hover{background: #eee; color: #000;}

.signup-content{
	width: 100%;
	max-width: 510px;
	text-align: center;
	color: #000;
	margin: 10px auto;
}
.signup-content p{
	font-size: 14px;
  font-weight: 300;
	margin-bottom: 19px;
	padding:10px;
}
.signup-content a{
	background: #000;
	padding: 10px;
	display: block;
	color: #fff;
	width: 170px;
	margin: 0pc auto;
	border-radius: 4px;
	text-decoration: none;
}

@media all and (max-width:680px) and (min-width:50px) {
	body{
	background-size: 170%;
	background-position: center bottom;
	}
	.datacaptureContent{
	width:100%;
	}
	#note, #actionarea {width:100%; float:none;}
	#note img {max-width:500px; margin:auto; display:block;}
	#actionarea img{display:none;}

	.preOrderContent{
	position: relative;
	width: 200px;
	margin-left: 32%;
	margin-bottom: 30px;
	margin-top: -35px;
	}

	.preOrderContent a{
	width: 100%;
	padding: 6px 0px;
	}



}

.
