@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

body {
	background: #f0f0f0;
	color: #444;
	font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a, a:link, a:visited, a:hover, a:active {
	color: #06f;
	text-decoration: underline;
}
p {
	margin: 0 0 1em 0;
}
#wrapper {
	background: #fff;
	border-top: 10px solid #ff9000;
}
#center {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 0 3.75em 0;
	width: 90%;
}
#header {
	font-size: 0.8em;
	padding: 3em 0;
}
#header p {
	color: #888;
	font-size: 1.125em;
	line-height: 1.1em;
	margin: 0;
	text-transform: uppercase;
}
#header h1 {
	color: #ff9000;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1em;
	word-wrap: break-word;
}
#content-text p {
	color: #888;
	font-size: 1.15em;
	line-height: 1.5em;
}
#content-text .error {
	color: #f00;
}
#content-cta {
	margin-top: 2em;
}
#content-cta p {
	text-align: center;
}
#content-cta .search-btn {
	background: #ff9000;
	color: #fff;
	display: block;
	padding: 0.75em 0;
	text-decoration: none;
	border-radius: 3px;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 1.2em;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: calc(1em - 2px) calc(1.5em - 2px);
	text-align: center;
	white-space: nowrap;
	border: 0;
}
#content-cta .search-btn:hover {
	background: #ff7800;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#content-cta .search-btn:active {
	box-shadow: 0 1px 4px rgba(0,0,0,0.25) inset;
}
#promos {
	margin: 4.375em 0 3.75em 0;
}
.promo {
	background: #333;
	border-radius: 3px;
	color: #fff;
	height: 120px;
	padding: 20px 15px;
	position: relative;
	overflow: hidden;
}
.promo h2 {
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
}
.promo h2 a,
.promo h2 a:link,
.promo h2 a:visited,
.promo h2 a:hover,
.promo h2 a:active {
	color: #fff;
	text-decoration: none;
}
.promo h2 a:hover {
	text-decoration: underline;
}
.promo .price {
	font-size: 3.75em;
	font-weight: 300;
	line-height: 0.6em;
	position: absolute;
	left: 15px;
	bottom: 38px;
}
.promo .price span {
	font-size: 0.34em;
}
.promo img {
	display: none;
}
.promo-domains {
	background: #3197d1;
}
.promo-hosting {
	background: #ff9000;
}
.promo-ssl {
	background: #5fb62b;
}
.promo-whoisprivacy {
	background: #09a39e;
}
.col {
	margin: 0 0 15px 0;
}
#yourdomain {
	margin: 0;
	text-align: center;
}

#park-footer {
	color: #888;
	font-size: 0.875em;
	margin: 0 auto;
	max-width: 1500px;
	padding: 2.5em 0;
	width: 90%;
}
#park-footer-logo {
	margin: 0 0 1.5em 0;
}
#park-footer-logo img {
	width: 55%;
	max-width: 100%;
}



@media screen and (min-width: 300px) {
	
	.promo img {
		display: block;
		position: absolute;
		right: -20px;
		bottom: -30px;
	}
	#park-footer-logo img {
		width: 150px;
	}
	
}

@media screen and (min-width: 450px) {
	
	#content-cta p {
		text-align: left;
	}
	#content-cta .search-btn{
		*display: inline;
		display: inline-block;
		padding: 0.75em 1em;
	}
	.col1 {
		float: left;
		margin-right: 4%;
		width: 50%;
	}
	.col1 .promo {
		height: 235px;
	}
	.col2,
	.col3 {
		float: left;
		margin: 0 0 15px 0;
		width: 46%;
	}
	.col2 .promo,
	.col3 .promo {
		height: 90px;
		font-size: 0.7em;
	}
	.col4 {
		clear: both;
	}
	.col1 .promo img {
		margin-top: 10px;
		position: static;
		width: 90px;
	}
	.col2 .promo img,
	.col3 .promo img {
		bottom: -20px;
		right: 0;
		width: 100px;
	}
	.col4 .promo img {
		bottom: 18px;
		right: 5px;
	}
	
}

@media screen and (min-width: 600px) {
	
	body {
		font-size: 16px;
	}
	#header {
		font-size: 1em;
		padding: 3.75em 0;
	}
	.promo h2 {
		font-weight: 300;
	}
	.col1,
	.col2,
	.col3,
	.col4 {
		clear: none;
		float: left;
		margin-right: 2%;
		width: 49%;
	}
	.col2,
	.col4 {
		margin-right: 0;
	}
	.col .promo {
		font-size: 0.8em;
		height: 160px;
	}
	.promo h2 {
		font-size: 2.1875em;
	}
	.col .promo img {
		left: 150px;
		bottom: 10px;
		position: absolute;
		width: auto;
	}
	
}

@media screen and (min-width: 760px) {
	
	#header h1 {
		font-size: 3.2em;
	}
	#content-text {
		float: left;
		width: 66.6666666666%;
	}
	#content-cta {
		float: left;
		margin-top: 0;
		text-align: center;
		width: 33.3333333333%;
	}
	#content-cta p {
		text-align: center;
	}
	.col .promo img {
		left: auto;
		right: 40px;
	}
	#park-footer-logo {
		float: left;
		width: 33.3333333333%;
	}
	#park-footer-logo img {
		width: 80%;
	}
	#park-footer-text {
		float: left;
		width: 66.6666666666%;
	}
}

@media screen and (min-width: 950px) {
	
	#header h1 {
		font-size: 3.75em;
	}
	.col {
		margin-right: 2.105263158%;
		width: 23.421052632%;
	}
	.col4 {
		margin-right: 0;
	}
	.col .promo {
		height: 200px;
	}
	.col .promo img {
		bottom: 13px;
		left: 130px;
	}
	
	#park-footer-logo img {
		width: auto;
	}
	
	
}

@media screen and (min-width: 1140px) {
	
	#content-text p {
		font-size: 1.5em;
	}
	#content-cta .search-btn {
		font-size: 1.25em;
	}
	.col .promo {
		font-size: 1em;
	}
	.col .promo img {
		left: 156px;
	}
	
}

@media screen and (min-width: 1400px) {
	
	body {
		font-size: 20px;
	}
	.col .promo img {
		left: 190px;
	}
	.col .promo {
		height: 230px;
	}
	
}
