@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
html {
	-webkit-text-size-adjust: none;
	-webkit-transform: translate3d(0,0,0);
}
html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	/*background:#88d1ec;*/
	font-size:12px;
	line-height:17px;
	color:#fff;
}
h1, h2, h3, h4, h5 {
	font-family:'bigfishblack';
}
h2 {
	font-size:40px;
	line-height:40px;
	color:#fff;
	padding-bottom:20px;
}
h3 {
	font-size:30px;
	line-height:34px;
	color:#fff;
	padding-bottom:20px;
}
h4 {
	font-size:20px;
	color:#fff;
	padding:10px 0;
	text-transform:uppercase;
}

.page_wrap {
	width:100%;
	height:100%;
	overflow:auto;
}
.page_wrap.green {
	background:#738c10;
}
#wrapper {
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	/*overflow:auto;*/
}
.container {
	width:960px;
	position:relative;
	margin:0 auto;
	clear:both;
}
#header {
	height:160px;
	background:#fff;
}
#zoocrew_logo {
	width:320px;
	height:240px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/zoocrew_logo.png) no-repeat;
	z-index:1000;
}
#advsm_logo {
	width:580px;
	height:30px;
	position:absolute;
	right:0;
	top:45px;
	background:url(../images/advsm.png) no-repeat;
	background:url(../images/advsm.svg) no-repeat;
	background-size:contain;
}
#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:75px;
	background:#fff url(../images/advsm_stack.svg) no-repeat center 15px;
	background-size:270px;
	z-index:1001;
	display:none;
}
.footer_padding {
	margin-bottom:0;
}

/* =========== NAV =========== */

#nav_toggle {
	width:52px;
	height:48px;
	position:absolute;
	top:15px;
	right:20px;
	background:url(../images/menu_toggle.svg);
	z-index:1002;
	display:none;
}
.nav {
	width:100%;
	height:40px;
	background:#1c739d;
	position:absolute;
	top:120px;
	z-index:999;	
}
.nav.normal {
	display:block;
}
.nav.mobile {
	visibility:hidden;
}
.nav ul {
	width:960px;
	margin:0 auto;
	text-align:right;
}
.nav li {
	padding:10px 0;
	color:#fff;
	list-style:none;
	display:inline-block;
	position:relative;
}
.nav li a {
	padding:0 18px;
	color:#fff;
	font-family:'bigfishblack';
	font-size:20px;
	text-decoration:none;
	cursor:pointer;
}
.nav li a:hover {
	color:#7cc1e3;
}
.nav li:last-child a {
	padding-right:0;
}
.nav li ul {
	display: none; 
    position: absolute;
    width: 270px;
    background: #1c739d;
    text-align: left;
    padding-top: 6px;
	margin:-1px;
	z-index:1;
}
.nav li ul:hover {
	display: block; 
}
.nav li ul li {
	display:block;
}

/* ======== SCENES GENERAL ======= */
.scene {
	position:relative;
	height:680px;
}
.scene.home {
	height:620px;
}
.background {
	width:100%;
	height:100%;
	position:absolute;
}
.background.mountains {
	background:#88d1ec url(../images/bkgd_mountains.jpg) repeat-x bottom;
}
.background.jungle {
	background:#88d1ec  url(../images/bkgd_jungle.jpg) repeat-x bottom;
}
.background.grassland {
	background:#88d1ec url(../images/bkgd_rhino.png) repeat-x bottom;
}
.background.savannah {
	background:#88d1ec url(../images/bkgd_savannah.jpg) repeat-x bottom;
}
.background.zebra {
	background:#88d1ec url(../images/bkgd_zebra.jpg) repeat-x bottom;
}
.background.desert {
	background:#88d1ec url(../images/bkgd_meerkat.jpg) repeat-x bottom;
}
.environment {
	width:50%;
	float:left;
	position:relative;
	z-index:1;
}
.environment.home {
	width:65%;
}
.environment.home div {
	background:#fff;
	position:absolute;
	z-index:5;
	font-family:'bigfishblack';
	font-size:20px;
	color:#000;
	padding:8px 8px 6px 8px;
	display:inline-block;
	box-shadow:5px 5px 0 rgba(0,0,0,0.5);
	display:none;
	pointer-events:none;	
}
.environment.meerkat {
	top:-50px;
}
.environment img {
	width:100%;
	height:auto;
}
.foreground {
	width:100%;
	height:180px;
	position:absolute;
	bottom:0;
	z-index:5;	
}
.foreground.grass {
	background: url(../images/fgd_greengrass.png) repeat-x bottom;
}
.foreground.greengrasslong {
	background: url(../images/fgd_greengrasslong.png) repeat-x bottom;
	height: 90px !important;
    pointer-events: none;
}
.foreground.browngrass {
	background: url(../images/fgd_browngrass.png) repeat-x bottom;
}
.foreground.bushes {
	background: url(../images/fgd_bushes.png) repeat-x bottom;
}
.foreground.ryegrass {
	background: url(../images/fgd_ryegrass.png) repeat-x bottom;
}
/* Rollovers */
#name_zebra {
	left:10%;
	top:42%;	
}
#name_rhino {
	left:6%;
	top:75%;	
}
#name_tiger {
	left:42%;
	top:75%;	
}
#name_orangutan {
	left:50%;
	top:42%;	
}
#name_panda {
	left:65%;
	top:70%;	
}
#name_giraffe {
	left:75%;
	top:35%;	
}
#name_meerkat {
	left:82%;
	top:75%;	
}
img[usemap], map area{
    outline: none;
}


/* ========== INFO PANES ========== */
.info_pane {
	width:48%;
	height:510px;
	padding:20px 2%;
	background:url(../images/1x1_tint.png);
	background:rgba(0,0,0,0.8);
	position:absolute;
	top:30px;
	right:0;
}
.info_pane img {
	float:right;
	width:40%;
	padding: 0 0 10px 15px;
}
.info_pane.home {
	width:30%;
	height:450px;
}
.inner {
	overflow-y:scroll;
	padding-right:20px;;
	position:relative;
	z-index:10;
	height:450px !important;
}
.inner ul {
	padding-bottom:10px;
	margin-left: 15px;
}
.inner p {
	padding-bottom:10px;
}
.inner a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	color:inherit;
}

/* ========== DISCLAIMER ========== */
.disclaimer {
	z-index:6;
	top:30px;
	overflow:auto;
	margin-bottom:30px;
}
.fineprint {
	font-size:10px;
	line-height:13px;
	float:left;
	width:80%;
}
.pricepoint {
	width:150px;
	height:30px;
	background:url(../images/pricepoint.png);
	background-position:0 -30px;
	float:left;
	margin-right:20px;
}

/* =========== BUILD YOUR OWN ANIMALS ============  */

.build_container {
    z-index:6;
    top:30px;
}
.build_title {
	width:25%;
	float:left;
	text-align:right;
	margin:0 3% 0 20%;
}
.template {
	width:190px;
	height:270px;
	position:absolute;
	top:-100px;
	-webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
	box-shadow:6px 6px 0 rgba(0,0,0,0.4);
}
.template.flat_panda {
	background:url(../images/flatsheet_panda.jpg);
}
.instructions {
	float:left;
	width:52%;
	min-height:190px;
	margin-bottom:50px;
	position:relative;
}
.instructions ol {
	margin-left:15px;
}
.instructions li {
	color:#fff;
	padding-bottom:10px;
}
.blacktext h3, .instructions.blacktext li {
	color:#000;
}
#btn_tutorial {
	background:#fff;
	font-family:'bigfishblack';
	font-size:19px;
	letter-spacing: 0.02em;
	color:#000;
	padding:10px;
	margin:10px 0 20px 0;
	display:inline-block;
	cursor:pointer;
	box-shadow:4px 4px 0 rgba(0,0,0,0.5);
	position: absolute;
    left: -195px;
    top: 75px;
}
#tutorial_bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/1x1_tint.png);
	background:rgba(0,0,0,0.7);
	z-index:9998;
	display:none;
}
#tutorial {
	width:640px;
    height:480px;
	background:#e7e8e9;
    position:absolute;
    top:50%;
    left:50%;
	z-index:9999;
    margin:-240px 0 0 -320px;
	visibility:hidden;
}
#tutorial li {
	text-align:center;
	position:relative;
}
#tutorial h4 {
	padding:8px;
	display:inline-block;
	position:absolute;
	left:20px;
	top:20px;
	color:#000;
	background:#fff;
	box-shadow:4px 4px 0 #000;
	text-transform:uppercase;
}

/* ================ HOW TO COLLECT ============= */

table {
	margin-top:10px;
}
table.collection {
	width:70%;
}
table thead {
	font-weight:bold;
}
table td {
	padding:3px 0;
	border-bottom:1px solid #555;
}
table.outlets {
	display:none;
}
.outlets td {
	width:75%;
}
.outlets td:first-child {
	width:25%;
}
#btn_outlets {
	background:#527000;
	font-family:'bigfishblack';
	font-size:19px;
	letter-spacing: 0.02em;
	color:#fff;
	padding:10px;
	display:inline-block;
	margin:20px 0 10px 0;
	cursor:pointer;
}
/* ========= FAQ ========= */
.subhead {
	font-weight:bold;
	padding-bottom:0 !important;
}



@media only screen and (max-width: 414px) {
	
	
	h2 {
		font-size:32px;
		padding-bottom:10px;
	}
	.page_wrap.green {
		background:#e2bf52 !important;
	}
	#header {
		height:0;
	}
	#zoocrew_logo {
		width:200px;
		background:url(../images/zoocrew_logo@2x.png) no-repeat;
		background-size:200px;
		top:10px;
	}
	#advsm_logo {
		display:none;
	}
	#footer {
		display:block;
	}
	#nav_toggle {
		display:block;
	}
	.nav.mobile {
		position:absolute;
		top:0;
		height:auto;
		display:none; 
		z-index:1001;
		visibility:visible;
	}
	.nav.normal {
		display:none;
	}
	.nav ul {
		width:100%;
		text-align:left;
	}
	.nav li {
		display:block;
	}
	.nav li a {
		display:block;
	}
	.nav li.sub-menu > a {
		color:#7cc1e3
	}
	.nav li.sub-menu > a:after  {
		content:":"
	}
	.nav li ul {
		display: block !important; 
		position: relative;
		width: 92%;
		padding-left:8%;
		margin:0;
	}
	.nav li ul li:last-child {
		padding-bottom:0;
	}
	.container {
		width:95%;
	}
	.scene {
		height:480px;
	}
	.scene.home {
		height:420px;
	}
	.background {
		background-size:auto 50% !important;
	}
	.foreground {
		display:none;
	}
	.environment {
		width:100% !important;
		float:none;
		top: 0 !important;
		padding-top:20px;
		text-align:center;
	}
	.environment img {
		width:270px;
	}
	.environment.home div {
		display:none !important;
	}
	.environment.home img {
		margin-top:100px;
		width:90%;
	}
	.info_pane {
		width:auto !important;
		height:auto;
		top:0;
		right:initial;
		position:relative;
		background:transparent;
		padding:0 2%;
	}
	.info_pane.home {
		color:#000;
		height:auto;
		margin-bottom:0;
	}
	.info_pane.home h3 {
		color:#000;
		padding:10px 0;
	}
	.info_pane img {
		width:50%;
		padding:0 0 5px 8px;
	}
	.inner {
		height:auto !important;
		padding:0;
	}
	.slimScrollDiv {
		height:auto !important;
	}
	.disclaimer {
		padding:0 2%;
		top:10px;
		margin-bottom:20px;
	}
	.fineprint {
		color:#000;
		/*padding-bottom:10px;*/
		float:none;
		width:100%;
	}
	.pricepoint {
		background:url(../images/pricepoint@2x.png);
		background-size:150px;
		background-position:0 0;
		margin-bottom:10px;
		float:none;
	}
	.build_container {
		display:none;
	}
	#tutorial {
		display:none;
	}
	.blacktext, .blacktext h2, .blacktext h4 {
		color:#000;
	}
	table.collection {
		width:100%;
	}
	table td {
		border-bottom:1px solid #f3d988;
	}
	.outlets span {
		display:none;
	}
	.outlets td {
		width:65%;
	}
	.outlets td:first-child {
		width:35%;
	}
	.footer_padding {
		margin-bottom:90px;
	}
	
}

@media only screen and (min-width: 415px) and (max-width: 800px) {

	h2 {
		font-size:32px;
		line-height:34px;
	}
	h3 {
		font-size:26px;
		line-height:28px;
	}
	.container {
		width:95%;
	}
	#nav_toggle {
		display:block;
	}
	.nav.normal {
		width:290px;
		height:100%;
		position:absolute;
		top:0; 
		left:-290px;
		z-index:1002;
		transition:all 0.2s ease-in-out;
	}
	.nav.play {
		left:0;
	}
	.nav.mobile {
		display:none;
	}
	.nav ul {
		width:100%;
		text-align:left;
		margin-top:40px;
	}
	.nav li {
		display:block;
	}
	.nav li a {
		display:block;
	}
	.nav li.sub-menu > a {
		color:#7cc1e3
	}
	.nav li.sub-menu > a:after  {
		content:":"
	}
	.nav li ul {
		display: block !important; 
		position: relative;
		width: 92%;
		padding-left:8%;
		margin:0;
	}
	.nav li ul li:last-child {
		padding-bottom:0;
	}
	#header {
		height:90px;
	}
	#zoocrew_logo {
		width:38%;
		background-size:contain;
		top:70px;
	}
	#advsm_logo {
		width:70%;
		top:30px;
		left:0;
	}
	.scene {
		height:640px;
	}
	.scene.home {
		height:570px;
	}
	.foreground {
		background-size:auto 50% !important;
	}
	.environment {
		top: 100px;
    	left: -45px;
	}
	.environment.home {
		width:60%;
		left:-10px;
		top:120px;
	}
	.environment.home div {
		display:none !important;
	}
	.environment.meerkat {
		top:70px;
	}
	.info_pane {
		width:52%;
		padding:20px 3%;
	}
	.info_pane.home {
		width:37%;
		height:430px;
	}
	.build_title {
		width:58%;
		margin: 0 0 0 42%;
		float:none;
		text-align:left;
	}
	.instructions {
		width:58%;
		margin-left:42%;
		float:none;
		min-height:220px;
	}
	.template {
		top: -40px;
    	left: 5%;
		width:30%;
		height:auto;
	}
	.template img {
		width:100%;
		display:block;
	}
	#btn_tutorial {
		position:relative;
		left:0;
		top:0;
	}
	.disclaimer {
		top:160px;
	}
	.fineprint {
		width:70%;
	}
	.pricepoint {
		background:url(../images/pricepoint@2x.png);
		background-size:150px;
		background-position:0 -30px;
		margin-bottom:10px;
	}

}



/* ===================== FONT FACE ======================= */

@font-face {
    font-family: 'bigfishblack';
    src: url('../fonts/bigfish-webfont.eot');
    src: url('../fonts/bigfish-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bigfish-webfont.woff2') format('woff2'),
         url('../fonts/bigfish-webfont.woff') format('woff'),
         url('../fonts/bigfish-webfont.ttf') format('truetype'),
         url('../fonts/bigfish-webfont.svg#bigfishblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
