img{max-width:100%;  height:auto;}
* {
	margin: 0;
	padding: 0;
}

body, html {background-color: #000;overflow-x: hidden; -webkit-text-size-adjust:none;}

.clear {clear: both;}

a {
	color: #bcbcbc;
}

a:hover {
	color: #fff;
	text-decoration: none;
}


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

p {
	color: #fff;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 28px;
	-webkit-font-smoothing:antialiased;
}

.headline {
	font-size: 29px;
	line-height: 34px;
}

.arrow {background: url('../images/arrow.png') no-repeat left 7px;margin-left: -15px;padding-left: 15px;}
.arrow2 {background: url('../images/arrow.png') no-repeat left 10px;}
.arrow3 {background: url('../images/arrow.png') no-repeat left 4px;margin-left: -15px;padding-left: 15px;}

.txt-shadow {
	text-shadow: 3px 3px 4px #000000;
	filter: dropshadow(color=#000000, offx=3, offy=3);
}

.caps {text-transform: uppercase;}

.big {font-size: 55px; font-weight:100;}
#footerWrap p {color: #fff;}
.footer p {font-size: 14px;line-height: 20px;}
.home-bottom p {font-size: 24px;line-height: 32px;}
.bold {font-weight:bold;}

/*==== Home Parallax Structure =====*/

.bg {height: 1100px;}
#bg-1 {background: url('../images/home/large/jim.jpg') 50% 0px no-repeat fixed;}
#bg-2 {background: url('../images/home/large/ferns.jpg') 50% 0px no-repeat fixed;}
#bg-3 {background: url('../images/home/large/water.jpg') 50% 0px no-repeat fixed;}
#bg-4 {background: url('../images/home/large/fungi.jpg') 50% 0px no-repeat fixed;}
#bg-5 {background: url('../images/home/large/logfungi.jpg') 50% 0px no-repeat fixed;}
#bg-6 {background: url('../images/home/large/bark.jpg') 50% 0px no-repeat fixed;}
#bg-7 {background: url('../images/home/large/leaf.jpg') 50% 0px no-repeat fixed;}

/*==== About Page ====*/

.flexslider{
	background: url('../images/about/experience.jpg') center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.info.big p {
	font-size: 24px;
	line-height: 32px;
	color: #222222;
}
.info {
	width: 475px;
	float: right;		
	position: relative;
	top: 140px;
	right: 7%;
}

.info p {
	font-size: 18px;
	line-height: 24px;
	color: #222222;
	font-weight: 100;
}

.flex-control-nav {
	z-index: 100;
	width: 100%;
	position: absolute;
	top: 80%;
	/*text-align: right;*/
	left: 24%;
}
.flex-control-nav li a {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	opacity: .6;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

.flex-control-nav li a:hover {
	background: #fff;
	opacity: 1;
}

.flex-control-nav li a.flex-active {
	background: red;
	color: red;
}

.bg-for-mobile {display: none;}

/*==== Contact Modal Page Structure =====*/

.contact-info {
	width: 1024px;
	margin: 0 auto;
}


#contact {
	position: static;
	border: none;
	width: 400px;
	padding: 100px 40px 50px 40px;
	background: #000;
	float: left;
}


#fade {
	background: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .7
}

.contact-wrapper form {
	width: 325px;
	padding: 20px 20px 50px 30px;
	background: #262626;
	color: #fff;
}

#contact label {
	display: block;
	color: #fff;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 3px;
}

input[type="text"],
input[type="text"],
input[type="tel"],
input[type="email"],
select, 
textarea {
	width: 300px;
	margin-bottom: 20px;
	background: #c9c9c9;
	border: 1px solid #262626;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 12px; 
}

input[type="text"],
input[type="tel"],
input[type="email"] {
	padding: 8px 5px; 
}

textarea {
	height: 100px;
	width: 300px;
	padding: 5px;
}

input[type="submit"] {
	background: #EB3C48;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

.form-group {
	float: left;
	width: 320px;
	margin-right: 20px;
}

.red {
	color: red;
}

/**** Form Error Styles *******/

.relative {
	position: relative;
}

form input[type="text"].error, form input[type="email"].error, textarea.error {
	border: 1px solid red;
	background: #f8e1e1;
}

#contact label.error {
	position: absolute;
	background: #efe5b7;
	border: 1px solid #78735c;
	padding: 3px 6px;
	width: 139px;
	color: red;
	font-family: arial, sans-serif;
	font-size: 11px;
	top: 14px;
	left: 320px;
	-webkit-box-shadow: 8px 8px 11px 4px rgba(0, 0, 0, .5);
	box-shadow: 8px 8px 11px 4px rgba(0, 0, 0, .5);
}

/*==== Footer =====*/

#footerWrap {
	width: 100%;
	background: #000;
}

.home-bottom {
	width: 48%;
	text-align: left;
	height: 800px;
	float: left;
	padding-top: 100px;
}

.footer {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #625858;
}

.footer-left {
	float: left;
	width: 48%;
}

.footer-right {
	float: right;
	width: 48%;
	text-align: right;
}

/*==== Table =====*/

table.content {
	height: 100%;
	width: 100%;
}

td {
	vertical-align: middle;
	width: 40%;
}

td.left {
	padding-left: 10%;
}

td.right {
	padding-right: 10%;
}

/*==== Fixed Nav =====*/

ul#nav {
	list-style: none;
	position: fixed;
	right: 20px;
	top: 75px;
	z-index: 999;
}

ul#nav li {
	margin: 15px 0;
}

ul#nav li a {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	opacity: .6;
	
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

ul#nav li a:hover {
	background: #fff;
	opacity: 1;
}

ul#nav li a.current {
	background: red;
}

/*==== Sticky Nav =====*/

#sticky-nav {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 150;
	/*background: url('../images/nav-bg.png') repeat;*/
	background: #000;
}

.nav-left {
	float: left;
	width: 45%;
	padding-left: 3%;
}
a img {
 border: none;
}

.nav-left img {
	padding: 15px 0;
}

.nav-right {
	float: right;
	width: 45%;
	padding-right: 3%;
	text-align: right;
}

#sticky-nav ul {
	padding-top: 15px;
}

#sticky-nav ul li {
	list-style: none;
	display: inline;
	padding: 0 7px 0 9px;
	border-left: 1px solid #58585a;
}

#sticky-nav ul li:first-child {
	border: none;
}

#sticky-nav ul li a {
	text-transform: uppercase;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: white;
	font-size: 12px;
}


/*==== Tooltips =====*/

ul#nav li {position: relative;}

.tooltip {
	position: absolute;
	right: 30px;
	top: -5px; 
	background:#ddd;
	padding: 8px 13px 8px 23px;
	display: none;
	width: 150px;

	-webkit-box-shadow:  0px 10px 15px 4px rgba(0, 0, 0, .5);
     box-shadow:  0px 10px 15px 4px rgba(0, 0, 0, .5);
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTMxMSIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA3MDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg5Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(22,19,17,0.6) 0%, rgba(0,0,0,0.75) 51%, rgba(7,0,0,0.89) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,19,17,0.6)), color-stop(51%,rgba(0,0,0,0.75)), color-stop(100%,rgba(7,0,0,0.89)));
	background: -webkit-linear-gradient(top,  rgba(22,19,17,0.6) 0%,rgba(0,0,0,0.75) 51%,rgba(7,0,0,0.89) 100%);
	background: -o-linear-gradient(top,  rgba(22,19,17,0.6) 0%,rgba(0,0,0,0.75) 51%,rgba(7,0,0,0.89) 100%);
	background: -ms-linear-gradient(top,  rgba(22,19,17,0.6) 0%,rgba(0,0,0,0.75) 51%,rgba(7,0,0,0.89) 100%);
	background: linear-gradient(to bottom,  rgba(22,19,17,0.6) 0%,rgba(0,0,0,0.75) 51%,rgba(7,0,0,0.89) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99161311', endColorstr='#e3070000',GradientType=0 );
}

.tooltip p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	text-shadow: 2px 1px 1px #000;
	filter: dropshadow(color=#000, offx=2, offy=1); 
}

.tooltip p.arrow {
	margin-left: -15px;
	padding-left: 15px;
}

.tooltip p.arrow.arrow2 {
	background: url("../images/arrow.png") no-repeat scroll left 3px transparent
}

/*==== About Page custom CSS only tooltips ======*/

ol.flex-control-nav li {position: relative;}
a span.tooltip p {text-align: left;}
a:hover span.tooltip {
	display: block;
	top: -61px;
	left: 0px;
	color: #fff;
}

/*-----------------------------
	==== Media Queries ====
 -------------------------------*/


@media (max-width: 1024px) 
{
	.bg {height: 768px;}
	#bg-1 {background: url('../images/home/medium/jim.jpg') no-repeat top right;}
	#bg-2 {background: url('../images/home/medium/ferns.jpg') no-repeat scroll 0 0 transparent;}
	#bg-3 {background: url('../images/home/medium/water.jpg') no-repeat scroll 0 0 transparent;}
	#bg-4 {background: url('../images/home/medium/fungi.jpg') no-repeat scroll 0 0 transparent;}
	#bg-5 {background: url('../images/home/medium/logfungi.jpg') no-repeat scroll 0 0 transparent;}
	#bg-6 {background: url('../images/home/medium/bark.jpg') no-repeat scroll 0 0 transparent;}
	#bg-7 {background: url('../images/home/medium/leaf.jpg') no-repeat scroll 0 0 transparent;}
	
	.flexslider{
		background: url('../images/experience-1025x768.jpg') no-repeat scroll 0 0 transparent;
	}
	
	td {width:auto;}
	td.left {padding-left:3%;padding-right:15%;}
	td.right {padding-left:3%;padding-right:15%;}
	
	.headline {font-size: 22px;line-height: 29px;}
	p {font-size: 16px;line-height: 26px;}
	.big {font-size:45px;}
	
	ul#nav {display: none;}
	
	p.txt-top {padding-right: 300px;}
	
	.home-bottom {width: 30%;}
	.contact-info {width: 90%;}
	ol.flex-control-nav {display:none;}
	
}
@media (max-width: 768px) 
{
	body {background: #000;}
	.flexslider{background: none;}	
		.bg-for-mobile {
		display: block;
		height: 450px;
		width: auto;
		margin-top: 77px;
		background: url('../images/about/experience-768.jpg') left top no-repeat;
	}
	.info.big p {
		font-size: 24px;
		line-height: 30px;
		color: #fff;
	}
		.info {
		width: 70%;
		margin: 0 auto;
		float: none;		
		padding: 0 30px 30px 30px;
		top: 70px;
		right: 0;
		/*height: 400px;*/
	}
	
	.info p {
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		font-weight: 100;
	}
	.home-bottom {
		width: 90%;
		text-align: left;
		padding: 40px 20px 20px 20px;
		height: auto;
		border-top: 1px solid #fff;
		float: none;
	}
	ol.flex-control-nav {display: none;}
	.flex-direction-nav li a {top: 30%;}

}

@media (max-width: 480px) {
	
	body {background: #000;}
	#wrapper { margin-top: 63px;}
	.bg {height: 100%;}
	ol.flex-control-nav {display: none;}
	.flex-direction-nav li a {top: 6%;}
	.flexslider{background: none;}

	
	#bg-1 {background: url('../images/home/small/jim.jpg') no-repeat top right;}
	#bg-2 {background: url('../images/home/small/ferns.jpg') no-repeat top;}
	#bg-3 {background: url('../images/home/small/water.jpg') no-repeat top; }
	#bg-4 {background: url('../images/home/small/fungi.jpg') no-repeat top; }
	#bg-5 {background: url('../images/home/small/logfungi.jpg') no-repeat top; }
	#bg-6 {background: url('../images/home/small/bark.jpg') no-repeat top; }
	#bg-7 {background: url('../images/home/small/leaf.jpg') no-repeat top; }
	
	table.content {padding-top: 370px;padding-bottom: 30px;}
	td.left { padding: 0 20px;}
	td.right { padding: 0 20px;}
	
	p {
		color: #625858;
		color: #fff;
		margin-bottom: 9px;
		font-size: 16px;
		line-height: 21px;
	}
	
	.headline {
		font-size: 19px;
		line-height: 24px;
	}
	
	.txt-shadow {
		text-shadow: 0px 0px 0px #000000;
		filter: dropshadow(color=#000000, offx=0, offy=0);
	}
	
	.footer {width: 100%;padding: 20px;}
	.footer-left, .footer-right {float: none;width: 100%;}
	.footer-right {text-align: left;padding-top: 10px;}
	p.txt-top {padding-right: 0px;}
	
	.nav-left, .nav-right {float: none;width: 100%;}
	.nav-right {text-align: left;}
	#sticky-nav ul {padding: 0 0 15px 0;}
	#sticky-nav ul li a {font-size: 12px;}
	#sticky-nav {background: #000;}
	#sticky-nav ul li.last {display: inline;}
	
	.home-bottom {
		width: 90%;
		text-align: left;
		padding: 40px 20px 20px 20px;
		height: auto;
		border-top: 1px solid #fff;
		float: none;
	}
	
	.contact-info {width: 100%;}
	
	#contact {
		position: static;
		border: none;
		width: 100%;
		padding: 80px 20px 50px 20px;
		float: none;
	}
	
	.contact-tab {display: none;}
	.contact-wrapper form {
		width: 72%;
		padding: 20px 20px 20px 30px;
		background: #262626;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	
	input[type="text"], input[type="tel"], input[type="email"], select {width: 66%;}
	textarea {width: 90%;}
	
	.bg-for-mobile {
		display: block;
		height: 327px;
		width: auto;
		margin-top: 77px;
		background: url('../images/about/experience-500x327.jpg') left top no-repeat;
	}
	
	.info.big p {
		font-size: 24px;
		line-height: 30px;
		color: #fff;
	}
	.info {
		width: auto;
		float: none;		
		padding: 0 30px 30px 30px;
		top: 70px;
		right: 0;
		/*height: 400px;*/
	}
	
	.info p {
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		font-weight: 100;
	}
	
}

@media (min-width: 1901px) { 
	.bg {height: 1100px;}
	#bg-1 {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	#bg-2 {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	#bg-3 {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	#bg-4 {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	#bg-5 {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	#bg-6 {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	#bg-7 {-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
}

/******/











