@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	/*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
    color: #000;
	background-color: #000; 
	
	font-size: 16px;
	line-height: 1.4em;
	
	overflow-x: hidden;
}

#leftBg, #rightBg {/* watch out for links in this area */
	width: 50%;
	position: absolute;
	height: 582px;
	z-index: 1;
}
	#leftBg {
		background: url('../images/bg-home-left-repeat.jpg') repeat-x;
		left: 0px;
	}
	#rightBg {/* watch out for links in this area */
		background: url('../images/bg-home-right-repeat.jpg') repeat-x;
		right: 0px;
	}
#leftBgNav {
	background: url('../images/bg-home-left-repeat.jpg') repeat-x;
	width: 50%;
	position: fixed;
	left: 0px;
	height: 80px; /* must match nav height*/
	z-index: 999;
}
	#rightBgNav {
		background: url('../images/bg-home-right-repeat.jpg') repeat-x;
		width: 50%;
		position: fixed;
		right: 0px;
		height: 80px; /* must match nav height*/
		z-index: 999;
	}

#wrap {
	width: 100%;
	overflow: auto;
}

.inner {
	width: 94%;
	max-width: 924px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
	#contact .inner {
		overflow: hidden;
	}

#nav {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 80px;
	background: url('../images/bg-nav.jpg') top center no-repeat;
}
#logo {
	width: 199px;
	height: 27px;
	float: left;
	margin: 13px 0 0 36px;
}
#nav ul {
	z-index: 1000;
	float: right;
	list-style: none;
	
	display: inline-block;
	width: 414px;
	
	margin-right: 100px;
}
	#nav li {
		float: left;
		text-align: center;
		width: 23%;
		margin-right: 2%;
	}
	#nav li:last-child {
		margin-right: 0px;
	}
		#nav li a {
			display: block;
			width: 100%;
			
			text-decoration: none;
			color: #fff;
			font-size: .9em;
			font-weight: bold;
			letter-spacing: 1px;
			
			background-color: #232020;
			padding: 12px 0;
			
			transition: all .1s;
			-webkit-transition: all .1s;
			-moz-transition: all .1s;
			-o-transition: all .1s;
			-ms-transition: all .1s;
		}
			#nav li a:hover {
				background-color: #000;
			}

h1 {
	font-size: 3.3em;
	text-align: center;
	letter-spacing: 3px;
	line-height: 1.2em;
	padding: 20px 0 20px;
}
	#home h1 {
		font-size: 58px;
		padding: 0;
	}
	/*#work h1 {
		margin-top: 40px;
	}*/
	#home h1, #what h1, #contact h1 {
		letter-spacing: 0px;
	}

#home p, #what p, #contact p {
	width: 82%;
	margin: 0 auto;
}
	#home p {
    line-height: 1.5em;
    font-size: 28px;
    padding-top: 16px;
}
	#contact p {
		margin-bottom: 32px;
	}
	#contact .quform-spacer p {
		width: 100%;
	}

.center {
	margin: 0 auto;
}

#home {
	width: 100%;
	height: 582px;
	/*padding: 160px 0 0 0;*/
	background: url('../images/bg-home.jpg') no-repeat top center;
	
	position: relative;
	z-index: 10;
}
	#home .inner {
		padding-top: 160px;
	}

.bar {
	display: block;
	width: 542px;
	height: 12px;
	margin: 32px auto;
	background-color: #000;
}

/*#work .inner {
	padding: 8px 0 60px;
}*/

#work ul, #who ul {
	padding: 50px 0;
	list-style: none;
	position: relative;
}
#work ul {
	max-width: 658px;
	margin: 0 auto;
}
	#work li, #who li {
		display: inline-block;
		margin: 0 8px 8px;
		position: relative;
		
		width: 200px;
		height: 200px;
		
		cursor: pointer;
		
  -webkit-transform: scale(0.95);  /* Saf3.1+, Chrome */
     -moz-transform: scale(0.95);  /* FF3.5+ */
      -ms-transform: scale(0.95);  /* IE9 */
       -o-transform: scale(0.95);  /* Opera 10.5+ */
          transform: scale(0.95);   /* IE8+ - must be on one line, unfortunately */ 
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9, M12=0, M21=0, M22=0.9, SizingMethod='auto expand')";

   /* IE6 and 7 scale */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.95,
            M12=0,
            M21=0,
            M22=0.95,
        SizingMethod='auto expand');
		
		transition: all .1s ease-out;
		-webkit-transition: all .1s ease-out;
		-moz-transition: all .1s ease-out;
		-o-transition: all .1s ease-out;
		-ms-transition: all .1s ease-out;
	}
	#work li:nth-child(4n), #who li:nth-child(4n) {
		margin-right: 0px;
	}
		#work li img, #who li img {
			position: absolute;
			top: 0;
			left: 0;
			
			background-color: transparent;
		}
			#work li:hover, #who li:hover {
				-webkit-transform: scale(1);  /* Saf3.1+, Chrome */
     -moz-transform: scale(1);  /* FF3.5+ */
      -ms-transform: scale(1);  /* IE9 */
       -o-transform: scale(1);  /* Opera 10.5+ */
          transform: scale(1);   /* IE8+ - must be on one line, unfortunately */ 
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";

   /* IE6 and 7 */ 
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=1,
            M12=0,
            M21=0,
            M22=1,
        SizingMethod='auto expand');
				
				filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
        M12=-1.2855752193730787, M22=1.5320888862379558);
			}
#clientLogos {
	background-image: url('../images/logos-desktop.png');
	width: 856px;
	height: 157px;
	display: block;
	margin: -10px auto 74px;
}
			
.z100 {
	z-index: 100;
}
	.z200 {
		z-index: 200;
	}
		
#work {
	/* fixes bug in Chrome on PC where anchor tag scrolls pass H1 */
	padding-top: 100px;
	margin-top: -50px;
	
	padding-bottom: 80px;
}

#what, #contact {
	width: 100%;
	background: #fff;
}
	#contact .inner, #who .inner, #what .inner {
		padding: 50px 0;
	}
	#what .inner {
		padding-bottom: 8px 0 60px;
	}
	
#who {
	position: relative;
}
	#who .inner {
		overflow: hidden;
	}
		
.whiteTxt {
	color: #fff;
}

.leftTxt {
	text-align: left;
}

.centerTxt {
	text-align: center;
}

#contact {
	/*padding-bottom: 900px;*/
}

a.btn {
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 8px 26px 6px;
	float: left;
	margin: 30px 0 0;
	text-transform:uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	
	transition: all .1s;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	-ms-transition: all .1s;
}
	a.btn:hover {
		background: #2f2f2f;
	}
	#what a.btn {
		float: none;
		display: inline-block;
	}
	
#preloadImgs {
	display: none;
}

.marginTopDif {
	margin-top: 0px;
}

#houseRules {
	max-width: 100%;
	background-color: #fff;
	border: 1px solid #a7a7a7;
}
	#houseRules h2 {
		display: block;
		text-align: center;
		font-size: 1.8em;
		font-weight: bold;
		text-transform: uppercase;
		padding: 20px 0 22px;
		border-bottom: 1px solid #a7a7a7;
		background-color: #eaeaea;
	}
	#houseRules ul {
		list-style: none;
		position: relative;
		display: block;
		text-align: center;
		
		margin: 0 40px;
		padding: 20px 0 22px;
		background: url('../images/bg-approach-lines.png') repeat-x center;
	}
		#approachNav li {
			display: inline-block;
			width: 67px;
			height: 67px;
			background-size: cover;
			cursor: pointer;
			
			margin-right: 24px;
			margin-top: 6px;
		}
			#approachNav li:last-child {
				margin-right: 0;
			}
			#approachNav li:hover, .on {
				background-position: bottom;
			}
			#approach1 {background-image: url('../images/approach-1-sm.png');}
			#approach2 {background-image: url('../images/approach-2-sm.png');}
			#approach3 {background-image: url('../images/approach-3-sm.png');}
			#approach4 {background-image: url('../images/approach-4-sm.png');}
			#approach5 {background-image: url('../images/approach-5-sm.png');}
			#approach6 {background-image: url('../images/approach-6-sm.png');}
				#approachCopy {
					text-align: center;
				}
					#approachCopy .rules {
						width: 192px;
						margin-bottom: 30px;
						height: 130px;
					}
						.rule1 {
							margin-left: 19px;
						}
						.rule2 {
							margin-left: 113px;
						}
						.rule3 {
							margin-left: 210px;
						}
						.rule4 {
							margin-left: 306px;
						}
						.rule5 {
							margin-left: 401px;
						}
						.rule6 {
							margin-left: 495px;
						}
						#approachCopy span:first-child {
							color: #89d2dd;
							font-weight: bold;
							font-size: 1.2em;
						}
						#approachCopy h3 {
							font-size: 1.5em;
							font-weight: normal;
							margin: 0 0 12px;
						}
						#approachCopy p {
							font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
							margin-top: 8px;
							color: #3a3a3a;
							font-size: .75em;
							line-height: 1.3em;
							text-align: center;
						}
		
.multiLine {
	line-height: .7em;
	margin-left: 9px;
}

.workOverlay {
	text-align: center;
}
	.workCopy {
		width: 28%;
		padding: 2%;
		display: inline-block;
		vertical-align: top;
	}
		.workCopy p {
			font-size: 10.5px;
			line-height: 1.35em;
		}
	.workOverlay h2 {
		margin: 16px 0 10px;
	}
	
.workLogo {
	margin: 10px 0;
	width: 259px;
	height: 94px;
}

.clientTop {
	width: 96%;
	margin: 60px auto;
	border: 1px solid #aeaeae;
	/*background: url('../images/bg-work-overlay-top.png') repeat-y;*/
}

.tallestCol {
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}
.vertBorder {
	width: 1px;
	height: 100%;
	background-color: #aeaeae;
	display: inline-block;
}
.scaleImg {
	width: 96%;
	height: auto;
	margin: 0 auto 12px;
	border: 1px solid #aeaeae;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

.clear {
	clear: both;
}

.icon1, .icon2, .icon3 {
	width: 62px;
	height: 60px;
	display: block;
	margin: -48px auto 0;
}
	.icon1 {
		background-image: url('../images/work/work-icon1.png');
	}
	.icon2 {
		background-image: url('../images/work/work-icon2.png');
	}
	.icon3 {
		background-image: url('../images/work/work-icon3.png');
	}
	
#servicesBtn, #servicesListBtn {
	margin-left: 20px;
}

#servicesListBtn.btn, #houseRulesBtn.btn {
	background-color: #83d4dd;
}

#approachBtn {
	margin-left: 20px;
}

#contact .quform-outer {
	width: 300px;
	float: left;
	text-align: left;
}

#contact .quform-outer p {
	padding: 0;
	margin: -4px 0 4px;
	font-size: 14px;
}

/* Flexible iFrame for map */

.Flexible-container {
	width: 400px;
	float: right;
	margin-right: 40px;
	
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Flexible-container iframe {
    border: 1px solid #b9b9b9;
}
	
#footer {
	clear: both;
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 40px 0 0;
}

.whoOverlay {
	height: auto;
}
	.whoOverlay .life1 {
		float: left;
		width: 223px;
		height: auto;
	}
		.whoOverlay .life2 {
			display: none;
		}
	.whoDetail {
		float: left;
		width: 457px;
		height: auto;
		text-align: center;
	}
	.whoDetail h2 {
		text-transform: uppercase;
		font-size: 2.4em;
		font-weight: 500;
		color: #363636;
		margin: 4px 0 40px;
	}
	.whoDetail h3 {
		text-transform: uppercase;
		font-size: 1em;
		font-weight: normal;
		display: inline-block;
		padding: 70px 6px 10px;
	}
	.whoDetail p {
		line-height: 2em;
	}
	.stroke {
		width: 40px;
		height: 2px;
		background-color: #355a60;
		display: inline-block;
		position: relative;
		top: -6px;
	}
	
.borderLeftRight {
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}

#contact #footer p {
	width: auto;
}

#servicesList {
}
	#servicesList ul {
		/*width: 800px;*/
		list-style: none;
		padding: 20px 20px 22px 35px;
		background-color: #eeecec;
		text-align: left;
	}
	#servicesList li {
		float: left;
		width: 210px;
		height: 80px;
		margin: 10px 20px 4px 0;
	}
		#servicesList li:nth-child(3) {
			margin-right: 0;
		}
	#servicesList li img {
		margin: 0 0 2px 0;
	}
	#servicesList li .servStroke {
		width: 100%;
		height: 1px;
		display: block;
		background-color: #afadad;
		margin: 3px 0;
	}
	#servicesList li p {
		text-transform: uppercase;
		font-size: 14px;
		line-height: 1.2em;
		font-weight: bold;
	}
	
.nextSection {
	position: relative;
	z-index: 10;
	display: block;
	width: 36px;
	height: 24px;
	background: url('../images/arrow-down-white.png');
	
	margin: 10px auto;
}
	#home .nextSection {
		margin-top: 30px;
		margin-bottom: 60px;
	}
	#work .nextSection {
		margin-top: -20px;
		margin-bottom: -10px;
	}
	
	#what .nextSection {
		background: url('../images/arrow-down-black.png');
		margin-top: 46px;
		margin-bottom: -56px;
	}
	
	#contact .back-to-top {
		display: block;
		width: 96px;
		height: 44px;
		background: url('../images/arrow-up.png');
		
		margin: 0 auto 40px;
	}
	
.quform-captcha, .quform-submit {
	display: inline-block;
}

.social {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 9px
}
	#fb {
		right: 54px;
	}
	#twitter {
		right: 20px;
	}
	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}