/*
Description: Chester's Custom Cleaning 2014
Author: John Furness, SimpleSquare
Author URI: www.simplesquare.com
Version: v1.0
*/



/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}




html,
body {
	height:100%;
	min-height:100%;
	min-width:960px;
}

body {
	font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	line-height:22px;
	font-size:15px;
}

/*==============================
			Typography
================================*/

a {
	color:#00aeef;
	text-decoration:underline;
}

h1 {
	text-transform:uppercase;
	font-weight:600;
	margin:0;
	margin-bottom:22px;
}

h2 {
	color:#666;
	font-size:30px;
	line-height:32px;
	margin:0;
	margin-bottom:22px;
	text-transform:uppercase;
	font-weight:600;
}
h3 {
	color:#666;
	font-size:30px;
	line-height:32px;
	margin:0;
	margin-bottom:22px;
	text-transform:uppercase;
	font-weight:600;
}

h4 {
	color:#666;
	font-size:15px;
	line-height:22px;
	font-weight:600;
}
p {
	font-size:15px;
	color:#666;
	margin:0;
	margin-bottom:22px;
}

.grid_half p:last-child,
.grid_two_third p:last-child {
	margin-bottom:0;
}

.button {
	display:inline-block;
	height:50px;
	padding-left:61px;
	padding-right:22px;
	background:url(images/button_bg.png) no-repeat 0 0;
	color:#fff;
	font-size:18px;
	line-height:50px;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}
	.button:before {
		content:"";
		height:27px;
		width:27px;
		background:url(images/sprite.png) no-repeat -27px 0;
		display:inline-block;
		position:absolute;
		left:22px;
		top:50%;
		margin-top:-14px;
	}
	
	
img {
	display:block;
}	
	
	
	
	
/*==============================
			Header
================================*/

#masthead {
	width:100%;
	height:50px;
	background:#549fd6 url(images/header_bg.png) center 0 no-repeat;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99;
}
	#masthead .container {
		height:50px;
	}
	#branding {
		position:relative;
		left:-29px;
		top:-2px;
		display:inline-block;
	}
	nav {
		float:right;
	}
		nav a {
			font-size:18px;
			line-height:50px;
			text-transform:uppercase;
			color:#fff;
			text-decoration:none;
			margin-left:30px;
			display:inline-block;
			height:50px;
			-webkit-transition:opacity .35s ease;
			-moz-transition:opacity .35s ease;
			transition:opacity .35s ease;
		}
		nav a:hover {
			opacity:.8;
		}
		nav a.menu-alt {
			background:#fff;
			color:#6792d2;
			padding-left:61px;
			padding-right:22px;
			position:relative;
		}
		nav a.menu-alt:hover {
			opacity:1;
		}
			nav a.menu-alt:before {
				content:"";
				height:27px;
				width:27px;
				background:url(images/sprite.png) no-repeat 0 0;
				display:inline-block;
				position:absolute;
				left:22px;
				top:50%;
				margin-top:-14px;
			}


/*==============================
			Hero
================================*/	
		
#hero {
	min-height:600px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	overflow:hidden;
	z-index:5;
}
	#hero > img {
		width:100%;
		max-width:100%;
		height:auto;
		min-height:600px;
		min-width:1348px;
	}
	#hero .container {
		position:absolute;
		top:0px;
		left:50%;
		margin-left:-465px;
	}
	#hero-copy  {
		position:absolute;
		right:14px;
		top:180px;
		width:430px;
	}
		#hero h1 {
			font-size:36px;
			line-height:42px;
			color:#fff;
		}
		#hero p {
			color:#fff;
			font-size:18px;
			line-height:26px;
		}
		

		
		
		
/*==============================
			Sections
================================*/			
	#services,
	#equipment,
	#professional,
	#contact {
		padding-top:78px;
		padding-bottom:78px;
		background:#fff;
		position:relative;
		z-index:10;
	}
	
	#services {
		padding-bottom:100px;
	}

	#equipment {
		background:#f6f6f6;
		padding-bottom:60px;
	}
	#equipment img {
		position:relative;
		top:-10px;
	}
	#professional {
		background:#6b97d3 url(images/professional_bg.png) no-repeat center top;
		background-size:cover;
		padding-bottom:100px;
	}
		#professional figure {
			position:absolute;
			right:0;
			top:-0;
			margin:0;
		}
		#professional figcaption {
			color:#fff;
			text-align:center;
			font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
			font-style:italic;
			font-size:14px;
			line-height:17px;
			padding-top:4px;
			display:block;
		}
		#professional h2,
		#professional p {
			color:#fff;
		}
		#professional p {
			max-width:530px;
		}
		
		
		
		
		
/*==============================
		Sidekick / Parallax
================================*/	
	
#parallax-bg {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:4;
	opacity:0;
}
	#parallax-bg div {
		background:url(images/parallax_bg.jpg) no-repeat top right;
		background-size:cover;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		height:100%;
		width:100%;
	}




#sidekick {
	position:relative;
	height:580px;
	z-index:7;
}

	#sidekick .container {
		top:140px;
		position:absolute;
		left:50%;
		margin-left:-465px;
	}
	#sidekick h3 {
		font-size:60px;
		line-height:60px;
		color:#fff;
		max-width:430px;
	}
		
		
		
/*==============================
		Contact
================================*/


#contact {
	padding-bottom:100px;
}

#contact h1 {
	font-size:30px;
	color:#666;
	line-height:32px;
}	

.vcard {
	margin:0;
	margin-bottom:22px;
}			
.vcard dt {
	display: inline-block;
	width: 30%;
	font-weight: 600;
	vertical-align: top;
	color:#666;
}
.vcard dd {
	display: inline-block;
	width: 65%;
	margin:0;
	color:#666;
}	
dt.last,
dd.last {
	margin-top:22px;
}
.google-map {
	position: relative;
	padding-top: 0px;
	overflow: hidden;
}	


#newsletter-form {
	position:relative;
	margin:0;
	padding:0;
}

.mc-field-group {
	position:relative;
}
.mc-field-group.first {
	position:relative;
	margin-bottom:12px;
}


input[type=text], 
input[type=email] {
	margin:0;
	padding:0;
	border:1px solid #d3d3d3;
	font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color:#51504e;
	font-size:15px;
	width:100%;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
}	


input[type=submit] {
	position:absolute;
	top:0;
	right:0;
	height:35px;
	width:35px;
	border:0;
	background:#00aeef url(images/sprite.png) no-repeat -61px 6px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
		
		
		
		
#mc_embed_signup .row div.mce_inline_error {
	position:absolute;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding: 3px 6px;
	background-color: #6B0505;
	font-weight: 400;
	font-size: 14px;
}
#mc_embed_signup .row.first div.mce_inline_error {
	position:static;
}

#mc_embed_signup input.mce_inline_error {
	padding-bottom:8px;
}
		
		
/*==============================
			Footer
================================*/		
		
		
		
#foundation {
	background:#f6f6f6;
	padding:30px 0;
	position:relative;
	z-index:10;
}
	#foundation small {
		color:#666;
		font-size:15px;
	}
	
		
		
		
/*==============================
			Grid
================================*/

.container {
	width:930px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


.grid_half,
.grid_full,
.grid_third,
.grid_two_third {
	display:inline;
	float:left;
	position:relative;
	margin-left:14px;
	margin-right:14px;
}

.grid_full {
	width:902px;
}
.grid_half {
	width:437px;
}
.grid_third {
	width:251px;
}
.grid_two_third {
	width:623px;
}


.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.group:after,
.container:after {
  content: "";
  display: table;
  clear: both;
}




/*==============================
		Media Queries
================================*/
@media screen and (min-width:1100px) and (max-width:1220px) {
	#sidekick > img {
		position:relative;
		left:-100px;
	}
}
@media screen and (min-width:960px) and (max-width:1100px) {
	#sidekick > img {
		position:relative;
		left:-220px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	#hero-copy {
		top:120px;
	}

}

