body {
  position:absolute;
  top:0px;
  right:0px;
  left:0px;
  height:100%;
  min-height:820px;
  margin:0;
  padding:0;
}
#browse_page {
  position:absolute;
  top:0px;
  right:0px;
  left:0px;
  bottom: 0px;
  /* background-image: url("/images/frontpage/bee_shutterstock.jpg"); */
  background-size:cover;
  background-position-x: center;
  background-position-y: center;
  /*bg position should match first data-HorizontalPosition in home_layout */
}
#browse_page .base_header_grad {
  z-index:2;
}
.browse_div {
	height:100%;
}
#upper-home {
	position:relative;
	width:918px;
	height:100%;
  	min-height:800px;
	margin:0 auto;
	padding:0 21px;
	z-index: 3;
}
#upper-home-inner-wrapper {
	position:absolute;
	top:0px;
	right:21px;
	bottom:0px;
	left:21px;
	margin:0;
	padding:0;
	z-index: 3;
}
#lower-home {
	position:relative;
	width:918px;
	margin:0 auto;
	padding:20px 21px;
	z-index: 3;
}
#lower-home-inner-wrapper {
	position:relative;
	margin:0;
	padding:0;
}

#top_nav {
  padding:0px;
}
#taxAndSearch {
  width:645px;
	height:140px;
  top:220px;
  left:50%;
  margin:0 0 0 -323px;
  box-shadow: 0px 5px 20px rgb(100,100,100);
  box-shadow: 0px 5px 20px rgba(0,0,0,.4);
  border-radius: 6px;

  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.search_bar {
  height: 45px;
  width:645px;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}

#searchSubmit {
  width:30px;
  height:30px;
  margin:6px 8px 0 6px;
  padding:0;
  /*
  background-image:url('/images/searchbar-combined-imgs.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
  background-size:30px 120px;
	*/
}

#searchBox {
  width:587px;
  height:41px;
  margin:0;
  padding:3px 0 0 14px;
  color:#444;
  line-height:28px;
  font-size:24px;
  font-family: 'SansSerif';
  font-weight: 100;
  border: 0;
  background: transparent;
  /*
  background-position:0px -62px;
  background-size:31px 124px;
	*/
}

#searchBox:focus
{
	outline: none;
}

#searchTypeBox li
{
  height:26px;
  line-height:26px;
  font-size:14px;
}

#searchTypeButton {
  width:31px;
  height:31px;
  margin:6px 6px 0 0;
}

#taxLink {
  top: 0;
  height: 35px;
  padding: 9px 10px 0px;
  width: 300px;
  font-weight: 100;
  border-radius: 6px 0px 0px 6px;
  font-size: 20px;
  font-family: Gothic;
  /*
  background-position:0px -132px;
  background-size:44px 176px;
	*/
	display: none;
}

#taxLink span {
  padding-left: 16px;
}

#searchTypeBox {
  margin:0px 77px 0px 0px;
}

.mini_explore
{
	height: 87px;
  display: block;
  margin-top: 45px;
  text-align: center;
  padding-bottom: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 2px solid #999;
}

.mini_explore span {
	width: 100%;
	display: block;
	font-weight: 100;
	font-size: 16px;
	font-family: Gothic;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.mini_explore a {
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	margin: 10px;
	color: #333;

}

.browse_div {
  border:0px solid transparent;
  font-size:100%;
  height:100%;
}


.browse_div .wrap {
  position:relative;
  height:100%;
  min-height:100%;
  z-index: 3;
}

#home-info-container {
	position:absolute;
	bottom: 0px;
	right:0px;
    -webkit-perspective: 900;
	-moz-perspective: 900;
	perspective: 900;
}

.main_content_zone {
  position:absolute;
  top:0px;
  right:0px;
  bottom:0px;
  left:0px;
  margin:155px 0 0;
}

#howDoes {
  font-size:48px;
  font-weight:500;
  margin:0px auto;
  width: 450px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 10px #333;
  text-shadow: 0px 3px 10px rgba(0,0,0,.8);
  padding-left: 50px;
}

#home-info-card {
	position:absolute;
	width:300px;
	height:250px;
	right:0px;
	bottom:172px;
	color:#fff;
	border-radius:6px;
	box-shadow:0px 5px 20px rgb(10,10,0);
	box-shadow:0px 5px 20px rgba(10,10,0,0.4);
	transition: all .6s ease-out;
		-moz-transition: all .6s ease-out;
		-webkit-transition: all .6s ease-out;
	transform: rotateX(0deg) rotateY(0deg);
		-webkit-transform: rotateX(0deg) rotateY(0deg);
		 -moz-transform: rotateX(0deg) rotateY(0deg);
	transform-style: preserve-3d;			
		-webkit-transform-style: preserve-3d;
		 -moz-transform-style: preserve-3d;
	backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility:    hidden;
		-ms-backface-visibility:     hidden;
}

#home-info-card.flip {
	transition: all .4s ease-in;
		-moz-transition: all .4s ease-in;
		-webkit-transition: all .4s ease-in; /* Safari */
	transform: rotateX(0deg) rotateY(-70deg);
		-webkit-transform: rotateX(0deg) rotateY(-70deg);
		-moz-transform: rotateX(0deg) rotateY(-70deg);
	opacity: 0;
		zoom: 1;
		filter: alpha(opacity=0);
	box-shadow:0px 5px 50px rgb(10,10,0);
	box-shadow:0px 5px 50px rgba(10,10,0,0.4);
}

#home-info-card.flipback {
	transform: rotateX(0deg) rotateY(70deg);
		-webkit-transform: rotateX(0deg) rotateY(70deg);
		-moz-transform: rotateX(0deg) rotateY(70deg);
	transition: all 0s !important;
		-moz-transition: all 0s !important;
		-webkit-transition: all 0s !important; /* Safari */
	opacity: 0;
		zoom: 1;
		filter: alpha(opacity=0);
	box-shadow:0px 5px 50px rgb(10,10,0);
	box-shadow:0px 5px 50px rgba(10,10,0,0.4);
}

#home-info-card #img-box {
	width:300px;
	height:80px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background-color:grey;
}

#home-info-card #img-box img {
		width: 300px;
		height: auto;
		display: block;
		margin: auto;
		transition: all 1s;
		-webkit-transition: all 1s; /* Safari */
}

#big-camera-box a, .small-camera-box a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#big-camera-box a:hover, .small-camera-box a:hover {
	text-decoration: underline;
}

.small-camera-box,#small-camera-box {
	position:absolute;
	top:59px;
	left:5px;
	width:25px;
	height:17px;
	background-image:url('/images/camera-w80-25-17.png');
	overflow:hidden;
}
.small-camera-box:hover,#small-camera-box:hover {
	overflow:visible;
}
.small-camera-box.open,#small-camera-box.open {
	overflow:visible;
}
.small-camera-box .photo-meta-container,#small-camera-box .photo-meta-container {
	position:absolute;
	bottom:0px;
	left:25px;
	width:170px;
	padding:3px 5px;
	font-size: 12px;
	border-radius: 2px;	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.7);
}

#home-info-card .content-box {
	position:absolute;
	top:80px;
	right:0px;
	bottom:30px;
	left:0px;
	padding:5px 10px 0px;
	font-size: 16px;
	border-color: #999;
	border-style: solid;
	border-width: 2px 0px;
 	background: rgb(255,255,255);
 	background: rgba(255,255,255,.9);
}
 
#home-info-card .greenzone {
	position:absolute;
	width:100%;
	height:30px;
	bottom:0px;
	border-bottom-right-radius:6px;
  border-bottom-left-radius:6px;
}
#home-info-card .green_gradient:hover {
background: #738c3f; /* Old browsers */
background: -moz-linear-gradient(top, #738c3f 0%, #95af60 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#738c3f), color-stop(100%,#95af60)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #738c3f 0%,#95af60 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #738c3f 0%,#95af60 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #738c3f 0%,#95af60 100%); /* IE10+ */
background: linear-gradient(to bottom, #738c3f 0%,#95af60 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#738c3f', endColorstr='#95af60',GradientType=0 ); /* IE6-9 */
}

.card-link {
	position:absolute;
	width:50%;
	height:100%;
	font-family: Gothic;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}

.card-link:hover {
	text-decoration: underline;
}
#home-info-card .card-link-l {
	left:0px;
	border-bottom-left-radius:6px;
	width: 40%;
}
#home-info-card .card-link-r {
	border-left:1px solid #546B29;
	right:0px;
	border-bottom-right-radius:6px;
	width: 60%;
}


#big-camera-box {
	position:absolute;
	bottom:142px;
	left:0px;
	width:30px;
	height:33px;
	background-image:url('/images/camera-w80-30-33.png');
	overflow:hidden;
}
#big-camera-box:hover {
	overflow:visible;
}
#big-camera-box.open {
	overflow:visible;
}
#big-camera-box .photo-meta-container {
	position:absolute;
	left:30px;
	bottom:0px;
	white-space: nowrap;
	padding:3px 5px;
	font-size: 12px;
	border-radius: 2px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.7);
}

#home-slideshow-controls-area {
	position:absolute;
	height:40px;
  width:100%;
	bottom:110px;
	color:#fff;
	background-color:rgb(30,30,30);
	background-color:rgba(0,0,0,0.5);
}

#home-footer-content-area {
  position:absolute;
  width:100%;
  height:90px;
  bottom:42px;
  color:#fff;
}

#nugget-tile-img-container {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	overflow: hidden;
	z-index:1;
}

#nugget-tile-img-container:hover {
	opacity: .5;
}

#nugget-tile-img-container img {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 150px;
}

#featured-container {
	position:absolute;
	right:0px;
	left:180px;
}

.featured-teaser, .featured-title {
	float:left;
	display:block;
	text-align:center;
	color: rgb(240,240,240);
	text-shadow:0px 1px 4px rgb(0,0,0);
	text-shadow:0px 1px 4px rgba(0,0,0,0.8);
	cursor: pointer;
}

#nugget-container {
	display:table;

	position:absolute;
	top:0px;
	left:0px;

	width:180px;
	height:90px;
	padding:0;

	color: rgb(240,240,240);
	font-size:14px;
	text-align:center;
	text-shadow:0px 1px 4px rgb(0,0,0);
	text-shadow:0px 1px 4px rgba(0,0,0,0.8);

	background-color:rgb(30,30,30);
	background-color:rgba(0,0,0,0.3);

	cursor: pointer;
	overflow: hidden;
}
#nugget-container:hover {
	text-decoration: none;
	background-color:rgba(0,0,0,.5);
	text-shadow:0px 1px 2px rgba(0,0,0,0.8);
	color:white;
}

.featured-teaser, .featured-title {
	height:60px;
	width:344px;
	padding: 15px 0 15px 20px;
	margin-left:5px;
	background-color:rgb(30,30,30);
	background-color:rgba(255,255,255,0.3);
	font-size: 21px;
	text-align: left;
	line-height: 30px;
}

.featured-teaser:hover {
	text-decoration: none;
	background-color:rgba(255,255,255,0.4);
	color:white;
}
.featured-teaser span,
#nugget-container span, .featured-title span {
	font-family: "Gothic";
	font-size:20px;
	text-transform: uppercase;
	display:block;
	clear:both;
}

.featured-title {
	width: 898px;
	margin-left: 0;
	background-color:rgba(255,255,255,0.4);
	color: white;
}

.featured-title.dark-bg {
	background-color:rgba(0,0,0,0.3);
}

#nugget-container .vc-box {
	display: table-cell;
	
	vertical-align: middle;
	
	margin: auto;
	
	text-align: center;
}
#nugget-container span {
	display: inline-block;
	width: 160px;
	padding: 40px 0 0;
	font-size:16px;
	text-align: center;

	background-image:url(http://biomimicry.org/wp-content/uploads/2014/11/volunteers2.png);
	background-position:center 0;
	background-repeat: no-repeat;
}


/* - - -  menus - - - */
#toplevel_menus {
  margin: 0 0 0 -300px;
  top: 108px;
}




/* - - page content - - */

#browse_page .base_footer_grad {
	z-index: 2;
}
.lower-home-content-area {
	width:100%;
	margin:0 0 20px;
 	background: rgb(255,255,255);
 	background: rgba(255,255,255,.9);
	position:relative;
	display:inline-block;	
}

.lower-home-content-area img.bg {
	position: relative;
	width: 918px;
	height: auto;
	top: 0;
	left: 0;
	z-index: 0;
}

.lower-home-content-area .featured-title {
	padding:15px 20px;
	width: 878px;
	font-family: "Gothic";
	font-size:20px;
	text-transform: uppercase;
	display:block;
	clear:both;
	position: relative;
	height: 90px;
}

.lower-home-content-area>div {
	position:relative;
	float:left;
}

.lower-home-content-area .volunteer-info, .lower-home-content-area .volunteer-quote {
	width:359px;
	margin-left: 5px;
	padding-left:5px;
}

.lower-home-content-area .volunteer-quote {
	padding-top: 65px;
}

.lower-home-content-area .volunteer-info p {
	display: block;
	clear: both;
	margin-top: 15px;
}

.lower-home-content-area .volunteer-info p:first-of-type {
	font-size:30px;
}

.lower-home-content-area .volunteer-info p:nth-of-type(2), .lower-home-content-area .volunteer-info p:nth-of-type(3) {
	color: #888;
	margin-top: 0;
}

.lower-home-content-area .volunteer-quote p {
	color: #888;
	font-size: 17px;
	font-style: italic;
}


.lower-home-content-area .button, .featured-title .button {
	position: relative;
	float: left;
	margin:13px 20px 0;
	z-index:1;
	font-size: 18px;
}

.lower-home-content-area p {
        position: relative;
        float: left;
        margin: 13px 20px 0;
}

.lower-home-content-area, #nugget-container, .featured-teaser {
	box-shadow:0px 3px 10px rgb(0,0,0);
	box-shadow:0px 3px 10px rgba(10,10,0,0.2);
}

#home-footer-content-area
{
  text-align: center;
    	-webkit-transform-style: flat;
			 -moz-transform-style: flat;
						transform-style: flat;
}

.bottomNav {
	bottom:110px;
}



/* - - responsive features - - */

/*

@media screen and (min-height:800px) {

	#home-info-card {
		width: 220px;
		height: 350px;
		right: 80px;
	}
	
	#home-info-card #img-box {
		height:100px;
	}
	
	#home-info-card #img-box img {
		width: 220px !important;
		min-height: 100px !important;
	}
	
	#home-info-card .content-box {
		top: 100px;
	}
	
	.bottomNav {
	}
	
	.small-camera-box,#small-camera-box {
		top: 63px;
	}
	.big-camera-box {
		top: 345px;
	}
}

*/

/* - - CONTENT AREA - - */

.more
{
  display: block; /* fix for jQuery animation issue */
}

/* - - FOOTER - - */

.footer {
  position:relative;
  bottom:0px;
  margin:0;
  padding:13px 0 10px;
	z-index:9999;
}
/*
.footer .footer-middle {
  width:210px;
  left:50%;
  margin:0 0 0 -100px;
  text-align:right;
}
.footer .footer-middle .doen-desc {
  margin:3px 85px 0 0;
}
.footer .footer-middle img {
  position:absolute;
  top:-12px;
  right:0px;
  width:76px;
  height:72px;
  font-size:11px;
}
.home-footer {
  height:67px;
}
*/