@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:700,900,700italic,900italic);

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}


*{
	margin:0px;
	border:0px;
	padding:0px;
	-webkit-text-size-adjust:none;
	font-family:'Open Sans', sans-serif;
}

body{
	background: url('/images/bg.jpg') no-repeat center center fixed #697b9a;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.clear{clear:both;}
.float{float:left; padding-left:10px; padding-right:20px;}

a{
	font-size:10px;
	color:#e34e37;
	text-decoration:none;
}

p{
	font-size:12px;
	color:#7D7D7D;
}

#container{
	width: 360px;
	margin: 0px auto 160px auto;
}
.header{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
	height: 88px;
	background: url('/images/popcorn-logo.png') center center no-repeat;
}
.comp-form{
	margin: 0px auto;
	padding: 20px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 1px 1px 30px #535353;
	-webkit-box-shadow: 1px 1px 30px #535353;
	box-shadow: 1px 1px 30px #535353;
}
.comp-form .input{
	margin: 0 0 10px 0;
}

.comp-form label.icon {
	display: block;
	float: left;
	border-radius: 5px 0 0 5px;
	background-color: #e3328b;
	height: 40px;
	width: 40px;
	text-indent: -999px;
	-moz-box-shadow:-2px -2px 2px rgba(0,0,0,0.4) inset,
					 2px 2px 2px rgba(255,255,255,0.4) inset;
	-webkit-box-shadow:-2px -2px 2px rgba(0,0,0,0.4) inset,
						2px 2px 2px rgba(255,255,255,0.4) inset;
	box-shadow:-2px -2px 2px rgba(0,0,0,0.4) inset,
				2px 2px 2px rgba(255,255,255,0.4) inset;
	background-repeat: no-repeat;
	background-image: url('/images/label-icons.png');
}

.comp-form label[for=name].icon {
	background-position: 5px 0px;
}
.comp-form label[for=email].icon {
	background-position: 5px -40px;
}
.comp-form label[for=count].icon {
	background-position: 4px -80px;
}

.comp-form .input input{
	margin: 0px;
	height: 20px;
	padding: 10px;
	border-radius: 0 5px 5px 0;
	display: block;
	float: left;
	width: 260px;
	font-size: 19px;
}
.comp-form .checkbox input{
	color: white;
	float: left;
	margin-right: 30px;

}
.comp-form .checkbox{
	width: 320px;
}

.comp-form .input.error input {
	border: 2px solid red;
	padding: 8px;
}

.comp-form .error-message {
	font-size: 13px;
	margin-left: 43px;
	clear: both;
	padding: 3px 0;
}

.submit button{
	font-size: 20px;
	font-weight: 900;
	margin: 3px;
	margin-top: 20px;
	padding: 10px;
	background-color: #e3328b;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	width: 320px;
	text-shadow: 2px 2px 5px rgba(0,0,0, .3);
	-moz-box-shadow:-2px -2px 2px rgba(0,0,0,0.4) inset,
					 2px 2px 2px rgba(255,255,255,0.4) inset;
	-webkit-box-shadow:-2px -2px 2px rgba(0,0,0,0.4) inset,
						2px 2px 2px rgba(255,255,255,0.4) inset;
	box-shadow:-2px -2px 2px rgba(0,0,0,0.4) inset,
				2px 2px 2px rgba(255,255,255,0.4) inset;
}

.has-js .label_check { 
	padding: 3px 0 5px 50px;
}
.has-js .label_check { 
	background-repeat: no-repeat;
	background-image: url('/images/label-icons.png');
	background-position: 10px -120px; 
}
.has-js label.c_on { 
	background-position: 10px -151px; 
}
.has-js .label_check input {
	position: absolute; left: -9999px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
	.header { 
		background-image: url('/images/popcorn-logo-2x.png');
		background-size: 244px 88px;
	}
	.comp-form label.icon{
		background-image: url('/images/label-icons-2x.png');
		background-size: 40px;
	}
	.comp-form label[for=name].icon {
	background-position: 1px 0px;
	}
	.comp-form label[for=email].icon {
		background-position: 0px -40px;
	}
	.comp-form label[for=count].icon {
		background-position: 0px -80px;
	}
	.has-js .label_check { 
	background-repeat: no-repeat;
	background-image: url('/images/label-icons-2x.png');
	background-position: 10px -90px;
	background-size: 30px;
	}
	.has-js label.c_on { 
		background-position: 10px bottom;
		background-repeat: no-repeat;
		background-image: url('/images/label-icons-2x.png');
	}
}

.thanks{
		text-align: center;
	}

.thanks h2{
	font-size: 28px;
	color: white;
	margin-bottom: 10px;
	text-shadow: 3px 3px 5px rgba(0,0,0, .3);
}