*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	font-family: 'Open Sans', sans-serif;
	background-color:#FFF;
	font-size:16px;
	color:#FFF;
	margin:0;
}
#wrap {
	margin:20px auto;
	max-width: 1000px;
	width:100%;
	min-height:820px;
}
h1 {
	margin:0;
	padding:10px 0 0+;
	font-size:45px;
	color:#ffd200;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
h2 {
	margin:0 0 10px;
	padding:0 20px;
	font-size:28px;
	letter-spacing:-1px;
	color:#FFF;
	font-weight:600;
}
h3 {
	margin:5px 0;
	padding:0 20px;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
}
ul{
	padding:0 10px;
	margin:0;
	list-style-type:none;
	text-align:left;
}
ul li{
	background:url(images/arrow-icon.png) no-repeat 0 7px;
	padding:0 0 7px 15px;
}
#content {
	margin:0px auto;
	position:relative;
	max-width: 520px;
	width:100%;
	background-color: #000;
	border-radius: 10px;
	border:8px solid;
	border-color:rgba(255, 255, 255, 0.8);
	min-height: 480px;
	text-align:center;
}
.privacy {
	text-align: center;
}
.privacy p {
	font-size: 0.7em;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
#inputstyle input {
	max-width: 430px;
	width:100%;
	height: 60px;
	border: 3px solid #000;
	text-align: center;
	font-size:22px;
	background:#faffd7;
	margin:10px 0;
}
button {
	cursor: pointer;
	margin: 0px auto;
	max-width: 469px;
	width:100%;
	text-align:center;
	background:none;
	border:none;
	
}
button img{
	width:100%;
	height:auto;
}
.footer  {
	width:100%;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0 auto;
	margin-top:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	text-align:center;
	text-shadow:1px 1px 1px #FFF;
}
.footer p{
	margin:0;
}
.footer  a {
	text-decoration: underline;
	outline: none;
	color: #000;
}
.footer a:hover {
	text-decoration: none;
	outline: none;
}
@media only screen and (max-width: 800px) {
#wrap {
	margin:0px auto;
	padding:20px 10px;
}
#content{
	min-height:auto;
	margin:0px auto;
	right:0;
	position:relative;
}
body {
	background-size: auto 100%;
}
}
@media only screen and (max-width:480px) {

h1 {
	font-size:32px;
}
h1 span {
	font-size:26px;
}
h2 {
	font-size:24px;
}
.toph {
	font-size:16px;
}
}
@media only screen and (max-width:360px) {
h1 {
	font-size:32px;
	line-height:normal;
}

h2 {
	font-size:24px;
}
}
@media only screen and (max-width:320px) {

}


