.header,.middle,.footer{
	position:relative;
	width:100%;
}
.fullContainer{
	position:relative;
	width:100%;
	height:1000px;
	overflow-x:hidden;
}


@media(max-width:900px){
	.content{
		position:relative;
		margin:0px auto;
		width:90%;
	}
	.form{
		position:relative;
		width:100%;
	}
}
@media(min-width:900px){
	.landing{
		/* position:fixed; */
		width:100%;
		/* min-height:100%; */
		/* overflow-y:scroll !important; */
		/* padding-top:30px !important; */
		z-index:999;
	}
	.content{
		position:relative;
		margin:0px auto;
		width:65%;
	}
	.form{
		position:relative;
		width:80%;
	}
}
@media(min-width:1700px){
	.landing{
		background:url("../images/footer.png") left bottom no-repeat;
		background-size:1000px 156px !important;
	}
}
@media(max-width:1699px){
	.landing{
		background:url("../images/footer.png") left bottom no-repeat;
		background-size:800px 125px !important;
	}
}
@media(max-width:1399px){
	.landing{
		background:url("../images/footer.png") left bottom no-repeat;
		background-size:650px 101px !important;
	}
}
@media(max-width:900px){
	.landing{
		background:none !important;
	}
}

@media(max-width:900px){
	#logo{
		padding-top:20px;
		text-align:center !important;
	}
	#logo img{
		width:45% !important;
	}
}
@media(min-width:900px){
	#logo{
		text-align:right !important;
	}
	#logo img{
		width:70% !important;
	}
}

input[type="text"],select{
	width:100%;
	padding-bottom:5px;
	outline:none;
	border:0px;
	border-bottom:1px solid #262626;
	background:#FFF;
}

input[type="button"]{
	width:35%;
	padding:8px 0px 4px 0px;
	outline:none;
	border:1px solid #262626;
	color:#262626;
	background:#FFF;
}
input[type="button"]:hover{
	color:#FFF;
	background:#262626;
}
@media(max-width:900px){
	input[type="button"]{
		width:100%;
	}
}

@media(max-width:900px){
	.highlight {
		position: absolute;
		bottom:10px;
		width:95%;
		height:65%;
		background:#CBFF37;
		z-index: -1;
	}
}
@media(min-width:900px){
	.highlight {
		position: absolute;
		top:32%;
		left:0px;
		width:82%;
		height:30%;
		background:#CBFF37;
		z-index: -1;
	}
}

.footer{
	position:relative;
	width:100%;
}
@media(max-width:900px){
	.footer img{
		width:100%;
	}
}
@media(min-width:900px){
	.footer img{
		width:85%;
	}
}