@font-face {
	font-family: 'AdelleSansSAGE';
	src: url("../fonts/AdelleSansSAGE.eot");
	src: url("../fonts/AdelleSansSAGE.eot?#iefix") format("embedded-opentype"),
	url("../fonts/AdelleSansSAGE.woff") format("woff"),
	url("../fonts/AdelleSansSAGE.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
}

body {
	font-family: 'AdelleSansSAGE';
	color: #51534A;
	margin: 0 auto;
	
	background: #EFEFEF url(../images/laptop.jpg) no-repeat right top;
	background-size: 740px 644px;
}

h1 {
	font-size: 31px;
	line-height: 38px;
	text-align: center;
	font-weight: normal;
	margin: 20px 0 30px 0;
	padding: 0;
}

p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 0;
}

label {
	display: block;
	margin-bottom: 1px;
}

.embed-container {
	padding-left: 20px;
	padding: 20px;
}

.col {
	float: left;
	width: 50%;
}

input, select {
	font-size: 13px;
	color: #51534A;
	font-family: 'AdelleSansSAGE', Arial;
	outline: 0;
	padding: 3px 6px;
	border: 0;
	background: #fff;
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	width: 100%;
	box-sizing: border-box;
	border-radius: 0;
}

input.submit {
	width: auto;
	background: #ED1C5F;
	box-shadow: none;
	color: #fff;
	padding: 3px 6px;
	margin-top: 10px;
    -webkit-appearance: none;
}

label.left.first {
	width: 49%;
	float: left;
}

label.right.first {
	width: 49%;
	float: right;
}

label.full {
	clear: both;
}
.error input {
	border: 1px solid red;
}

@media only screen and (min-width: 1120px) {
	body {
		background-size: 900px 783px;
		background-position: right -32px;
	}
	.col {
		width: 40%;
	}
	label.left.first {
		width: 100%;
		float: none;
	}

	label.right.first {
		width: 100%;
		float: none;
	}
	input, select {
		font-size: 15px;
		padding: 6px 9px;
	}
	input.submit {
		padding: 9px 12px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1050px) {
	.col {
		width: 40%;
	}
}

@media only screen and (max-width: 860px) {
	body {
		background-position: right 30px;
		background-size: 600px 522px;
	}
	
	label.left {
		width: 49%;
		float: left;
	}

	label.right {
		width: 49%;
		float: right;
	}
}

@media only screen and (max-width: 700px) {
	body {
		background-position: 160px -45px;
	}
	.col {
		width: 50%;
	}
	p {
		font-size: 12px;
		line-height: 15px;
	}
	h1 {
		font-size: 17px;
		line-height: 23px;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 600px) {
	body {
		background-position: 120px -45px;
	}
}

@media only screen and (max-width: 500px) {
	.desktop {
		display: none;
	}
	.col {
		width: 100%;
	}
	body {
		background-image: none;
	}
}

@media only screen and (max-width: 450px) {
	p {
		display: none;
	}
}

@media only screen and (max-width: 360px) {
	h1 {
		font-size: 13px;
	}
	input.submit {
		margin: 0 auto;
		margin-top: 0px;
	}
}