* {
	margin: 0;
	padding: 0;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: none;
}
html, body {
	height: 100%;
}
body, input {
	font-family: 'adobe-garamond-pro', serif;
	font-size: 12px;
}
body {
	background: #000;
}
a {
	outline: none;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 144px;
	font-weight: normal;
}
h2 {
	font-size: 130px;
	font-weight: normal;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#wrap {
	width: 100%;
	min-width: 960px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#nav {
	position: fixed;
	left: 6%;
	top: 15%;
	z-index: 20;
	font-size: 16px;
}
#nav li {
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}
#nav li a {
	padding: 6px;
	background: #58585B;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
#nav li.selected a {
	color: #58585B;
	background: #fff;
}
#logo {
	position: absolute;
	right: 6%;
	top: 5%;
	background: url('/images/logo.png') no-repeat;
	width: 174px;
	height: 112px;
	text-indent: -9999px;
}
#home h1 {
}
#home div.call-us {
	font-size: 21px;
}
#home div.call-us a {
	color: #000;
}

.hoverLink {
	transition-duration: 0.3s;
	cursor: pointer;
}

.hoverLink:hover {
	color: #438C41;
	transition-duration: 0.3s;
	cursor: pointer;
}

#about, #services, #career, #contact {
	color: #fff;
}
#about h1, #services h1, #career h1, #contact h1 {
	color: #4c4d4f;
}
#about {
	min-height: 700px;
}
#about h1 {
	top: 10%;
	left: 20%;
}
#about div.content-wrap {
	position: absolute;
	top: 22%;
	left: 22%;
	right: 5%;
	bottom: 10%;
}
#about div.about-1 {
	font-size: 16px;
	width: 400px;
}
#about div.about-2 {
	font-size: 24px;
	overflow: hidden;
}
#about div.about-2 p, #about div.about-6 p {
	float: right;
}
#about div.about-2 span {
	text-indent: 95px;
	display: inline-block;
}
#about div.about-3 {
	font-size: 24px;
	overflow: hidden;
}
#about div.about-3 p {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
#about div.about-3 span {
	text-indent: 95px;
	display: inline-block;
}
#about div.about-4 {
	font-size: 24px;
	overflow: hidden;
}
#about div.about-4 p {
	float: right;
	margin-right: 5%;
}
#about div.about-4 span {
	text-indent: 25px;
	display: inline-block;
}
#about div.about-5 {
	font-size: 24px;
	overflow: hidden;
}
#about div.about-5 span {
	text-indent: 170px;
	display: inline-block;
}
#about div.about-6 {
	font-size: 24px;
	overflow: hidden;
}
#services {
	min-height: 800px;
}
#services h1 {
	top: 10%;
	left: 20%;
}
#services div.social {
	position: absolute;
	bottom: 35%;
	left: 20%;
}
#services div.social a {
	display: inline-block;
	margin-right: 10px;
}
#services div.content-wrap {
	position: absolute;
	width: 585px;
	right: 10%;
	top: 30%;
}
#services p.services-1 {
	font-size: 24px;
	line-height: 1.25em;
}
#services p.services-2, #services p.services-3 {
	font-size: 16px;
}
#career.page {
	min-height: 100%;
	height: auto;
}
#career .head-align {
	position: absolute;
	width: 100%;
}
#career h1 {
	left: 25%;
	top: 0;
	padding-top: 25%;
}
#career h2 {
	margin-bottom: 1em;
}
#career h2, #career p {
	font-size: 20px;
}
#career div.content-wrap {
	width: 560px;
	float: right;
	margin: 7% 10% 5% 0;
}
#career p {
	margin-bottom: 40%;
}
#career ul {
	list-style-type: disc;
	margin-bottom: 5em;
}
#career li {
	font-size: 16px;
	line-height: 1.5em;
}
#contact h1 {
	top: 20%;
	left: 20%;
}
#contact div.content-wrap {
	top: 40%;
	position: absolute;
	left: 22%;
	width: 460px;
}
#contact div.footer {
	bottom: 10%;
	position: absolute;
	left: 20%;
	font-size: 10px;
}
#contact p {
	line-height: 1.25em;
	font-size: 20px;
}
#contact div.footer p {
}
.pandaKP > img{
	width:300px;
	height:auto;
}
.page {
	min-width: 100%;
	min-height: 600px;
	/*min-height: 100%;*/
	height: 100%;
	overflow: hidden;
	position: relative;
}
.page h1 {
	position: absolute;
	top: 37%;
	margin-top: -72px;
}
.background {
	width: 100%;
	height: 100%;
	position: absolute;
}
.background img {
	position: absolute;
}
.gallery {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
}
.gallery ul {
	list-style-type: none;
}
.gallery li {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}
.gallery li img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.gallery li span {
	color: #fff;	
	font-size: 16px;
	position: absolute;
	bottom: 5%;
	left: 10%;
	right: 10%;
	text-shadow: #000 0.1em 0.1em 0.2em;
}
.gallery .left-arrow, .gallery .right-arrow {
	position: absolute;
	background: url('/images/arrows.png') no-repeat;
	width: 30px;
	height: 48px;
}
.gallery .left-arrow {
	left: 2%;
	bottom: 2%;
	background-position: 0 0;
}
.gallery .right-arrow {
	right: 2%;
	bottom: 2%;
	background-position: -30px 0;
}
.blog {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 28%;
}
.blog ul {
	list-style-type: none;
	height: 100%;
	overflow: hidden;
}
.blog li {
	width: 33.3%;
	height: 100%;
	float: left;
	display: block;
	background: #666;
	overflow: hidden;
	position: relative;
}
.blog li img {
	position: absolute;
	top: 50%;
	left: 50%;
}
.big {
	font-size: 32px;
}
.pinterest {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0.25em;
	background: #fff;
	color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pinterest img {
	vertical-align: bottom;
}