@charset "utf-8";
/* CSS Document */





#hover path:hover {
	fill:#000;
	opacity:0.5;
	
}

#cell_membrane path:hover {
	stroke:#000;
	opacity:0.5;	
}
	



body {
	background:url(../images/background.JPG) top center;
	font-family:'Open Sans',sans-serif; font-size:100%;
	overflow:hidden;
	}


#headerCont{height:50px; background-color:#a8c656; box-shadow:0px 2px 4px rgba(0,0,0,.5); }

#header h2 {height:50px; text-align:left; color:#FFF; line-height:50px; z-index:99;}

#info{
	position:absolute;
	display:none;
	width:100%;
	left:0;
	background-color:#FFF;
	text-align:left;
	margin:0 auto;
	padding:4%;
	z-index:9999;
	box-shadow:0px 2px 4px #000;

}

#content {text-align:center}
#plant{
	position:relative;
	text-align:center;	
	}



#controls{
	float: right;
	position: absolute;
	right: 30px;
	top: 7px;
	}

.controlBtn{
	display:inline-block;
	cursor:pointer;
	background-color:#FFF;
	background-position:top left;
	background-size:25px 25px;
	width:25px;
	height:25px;}


.controlBtn:hover{
	background-color:#222;
}



.btn {	
	margin:2px 0 2px 0;
	width:220px; 
	height:80px;
	background-color:#e2a853;
	padding:12px auto;
	line-height:80px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

.btn:hover{color:#222; box-shadow:0px 3px 3px #222;}


#footer {
	position:fixed;
	bottom:0; 
	width:100%; 
	background-color:#778691; 
	height:40px;
	color:#FFF; 
	text-align:center; 
	line-height:30px;
}

.link { text-decoration:none;
			color:#000;}


.label {
	background:url(../images/bubble.svg) no-repeat top left;
	background-size:300px;
	height:210px; width:300px;
	position:absolute;
	top:-200px;
	left:-20px;

}

.label h2 {
  text-align:center;
  margin-top:20px;

}

.hotspot{
	border:solid 4px #000;
	border-radius:40px;
	width:40px;
	height:40px;
	position:relative;
}
.hotspot:hover{
	box-shadow:0px 0px 20px #F00;
	border:solid 4px #900;
}





#link1{
	position:absolute;
	top:160px;
	left:425px;
}

#link2{
	position:absolute;
	top:475px;
	left:280px;
}

#link3{
	position:absolute;
	top:450px;
	left:400px;
}



#link_cont
{
	position:absolute;
	top:0;
	left:0;
	
}




/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
	#stage{margin:10px!important}
	
	

	.btn{
	height:40px;
	width:110px;
	line-height:40px;}
	
	
.label {
	background:none;
	background-color:#8eae3c;
	height:80px; width:300px;
	position:absolute;
	top:-20px;
	left:50px;
	border:solid 3px #fff;
	outline:solid 3px #d2d3d4;

-webkit-transform-origin: bottom left;
-moz-transform-origin: bottom left;
transform-origin: bottom left;

transform:scale(1);
-moz-transform:scale(1);
-webkit-transform:scale(1);

-webkit-animation:none;
animation:none;
 
}

.label h2 {
  text-align:center;
  margin-top:2px;

}

#link1{
	position:absolute;
	top:140px;
	left:325px;
}

#link2{
	position:absolute;
	top:360px;
	left:350px;
}

#link3{
	position:absolute;
	top:450px;
	left:200px;
}
/* Styles */



}


