* {
	margin: 0;
	padding: 0;	
}
html, body {
	color: #1e73e9;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 700;
	height: 250px;
	margin: 0 !important;
	padding: 0 !important;
	width: 300px;
}
img {
	border: none;
}
#ad-container {
	height: 100%;
	position: relative;
	width: 100%;
}
#ad {
	border: solid #000 1px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	background:	url(main.jpg) no-repeat;
}
#cta {
	right: 0;
	position: absolute;
	bottom: 35px;
	width: 177px;
	margin: 0 2.5%;
	text-align: center;
}
#ZipCode:focus, .button:focus {
    outline: 0;
}
#ZipCode {	
	border: 1px solid #ACACAC;
	border-radius: 3px;
	box-sizing: border-box;
	color: #ACACAC;
	display: inline-block;
	display: none;
	font-size: 1em;
	font-weight: 100;
	height:	100%;
	line-height: normal;
	margin: 0;
	padding: 0 .8em;
	text-align: center;
	width: 100px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-family: "Open Sans",Arial,Verdana,sans-serif;
}
.button {
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Raleway,Arial,Verdana,sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	height: 100%;
	line-height: 1;
	position: relative;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	-webkit-appearance: none;
	border-radius: 4px;
	/*-webkit-transition: background .5s,color .5s;
	-moz-transition: background .5s,color .5s;
	-ms-transition: background .5s,color .5s;
	transition: background .5s,color .5s;*/
	background: #ff6600;
	/*background: -webkit-linear-gradient(top,#ff9c00 0%,#ff6600 100%);
	background: -moz-linear-gradient(top,#ff9c00 0%,#ff6600 100%);
	background: linear-gradient(to bottom,#ff9c00 0%,#ff6600 100%);
	background-size: auto 200%;*/
}
.button:hover {
	/*background-position: 0 100% !important;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s*/
}
#cta #ZipCode, #cta .button {
	height:	45px;
}
#cta .button {
	/*position: absolute;*/
}
#logo {
	bottom: 10px;
	position: absolute;
	right: 10px;
}
