  /* -------- CLEARFIX -------- */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

/* -------- GLOBAL STYLES -------- */

* {
-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
				box-sizing: border-box;
} 

html {
	height:100%;
}
body {
	background: url("/autophagy-game/img/babraham-moleculegame-bckgnd.jpg") no-repeat center center fixed #dbdbdb;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: 'proxima_novalight', sans-serif;
	position: relative;
	overflow:hidden;
	height:100%;
}

h2 {
	color: #0085cc;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

header {
	background-color: #0085cc;
	height: 120px;
	padding: 0 10px;
	position: relative;
    z-index: 9999;
}
header .logo-bi {
	display: block;
	float: right;
}
header .logo-me {
	display: block;
	left: 50%;
	margin-left: -135px;
	position: absolute;
}
.scoreboard {
	float: left;
	font-size: 48px;
	padding: 25px 20px;
}
.scoreboard > div {
	display: inline-block;
	margin-right: 20px;
}
.scoreboard > div span {
	display: block;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size: 16px;
	height: 19px;
	line-height: 1.4;
	margin-bottom: 5px;
	padding-left: 23px;
}
.scoreboard > div.timer span {
	background: url("/autophagy-game/img/icon-timer.png") no-repeat left top;
}
.scoreboard > div.score span {
	background: url("/autophagy-game/img/icon-score.png") no-repeat left top;
}

.scoreboard > div > b { font-weight: normal; }

.main-content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 100px;
}
.hole {
	height: 180px;
	position: absolute;
	width: 180px;
}
.hole:before {
	background: url("/autophagy-game/img/hole-top.png") no-repeat center top;
	bottom: 0;
	content: '';
	height: 7px;
	left: 20px;
	position: absolute;
	width: 130px;
}
.hole:after {
	background: url("/autophagy-game/img/hole-bottom.png") no-repeat center top;
	bottom: -7px;
	content: '';
	height: 7px;
	left: 20px;
	position: absolute;
	width: 130px;
}
.hole-0 {
	bottom: 20%;
	left: 25%;
	margin-left: -90px;
}
.hole-1 {
	bottom: 12%;
	left: 50%;
	margin-left: -90px;
}
.hole-2 {
	bottom: 20%;
	left: 75%;
	margin-left: -90px;
}
.hole-3 {
	bottom: 45%;
	left: 30%;
	margin-left: -90px;
}
.hole-4 {
	bottom: 40%;
	left: 50%;
	margin-left: -90px;
}
.hole-5 {
	bottom: 45%;
	left: 70%;
	margin-left: -90px;
}
.hole-6 {
	top: 3%;
	left: 35%;
	margin-left: -90px;
}
.hole-7 {
	top: 8%;
	left: 50%;
	margin-left: -90px;
}
.hole-8 {
	top: 3%;
	left: 65%;
	margin-left: -90px;
}
.character-wrap {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.character {
	background: url("/autophagy-game/img/sprite-molecule.png") no-repeat left top;
	cursor: pointer;
	height: 180px;
	position: absolute;
	top: 152px;
	width: 180px;
}
.character.bacteria {
	background-position: 0 0;
}
.character.good-protein {
	background-position: -180px 0;
    //background-position-x: -140px;
}
.character.bad-protein {
	background-position: -360px 0;
}
.character.good-mitochondria {
	background-position: -540px 0;
}
.character.bad-mitochondria {
	background-position: -720px 0;
}

.points-float { position: absolute; width: 67px; height: 27px; background: url(/autophagy-game/img/50plus-points.png) no-repeat;z-index:999; }  
.points-float.fithy-plus { width: 55px; background: url(/autophagy-game/img/50plus-points.png) no-repeat; }
.points-float.fithy-minus { width: 55px; background: url(/autophagy-game/img/50minus-points.png) no-repeat; }
.points-float.twohundred-plus { width: 67px; background: url(/autophagy-game/img/100plus-points.png) no-repeat; }

#endscreenBg {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
.endscreen {
	display:none;
	background:url('/autophagy-game/img/timeup.jpg') top center no-repeat #0085cc;
	border: 2px solid #fff;
	border-radius: 80px;
	color: #fff;
	font-size: 20px;
	left: 50%;
	margin: 20px 0 0 -250px;
	padding: 60px 50px 22px;
	position: absolute;
	text-align: center;
	top: 24%;
	width: 520px;
	z-index:99999;
	font-family: 'proxima_nova_rgbold', sans-serif;
}
.endscreen h2 {
	color:#ffffff;
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size:30px;
}
.endscreen #yourScore, .endscreen #yourScoreBad {
	color: #ffffff;
	font-size: 4em;
	font-family: 'proxima_novalight', sans-serif;
}
.endscreen .cellsWrap {
	font-family: 'proxima_novalight', sans-serif;
	font-size:14px;
	padding:20px 0 0;
}
.endscreen .cellsWrap h3 {
	font-family: 'proxima_nova_rgbold', sans-serif;
	font-size:16px;
	line-height:1;
	padding:0 0 10px;
}
.endscreen .cellsWrap .survival {
	float:left;
	width:150px;
	padding:36px 0 0;
}
.endscreen .cellsWrap .death {
	float:right;
	width:225px;
	padding:36px 0 0;
}
.endscreen .cellsWrap .survival.active {
	background:url('/autophagy-game/img/activecell.jpg') top center no-repeat;
}
.endscreen .cellsWrap .death.active {
	background:url('/autophagy-game/img/activecellerror.jpg') top center no-repeat;
}
.endscreen .btn {
	background:none;
	border: 2px solid #ffffff;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-family: 'proxima_nova_rgbold', sans-serif;
	margin-top: 20px;
	padding: 13px 26px;
	text-decoration: none;
	text-transform: uppercase;
	cursor:pointer;
	font-size:16px;
	line-height:1;
	transition:all 0.2s;
}
.endscreen .btn:hover {
	background:#ffffff;
	color:#0085cc;
}
#playSound, #muteSound {
	position:absolute;
	top:41px;
	right:135px;
	width:49px;
	height:37px;
	padding:0;
	margin:0;
	border:none;
	background:url('/autophagy-game/img/sound.jpg') bottom left no-repeat;
	border-radius:0;
	box-shadow:none;
	cursor:pointer;
}
#playSound {
	display:none;
	background:url('/autophagy-game/img/sound.jpg') top left no-repeat;
}
#wrapper {
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden;
}
@media screen and (max-width:1024px) {
	body {
		background: url("/autophagy-game/img/babraham-moleculegame-bckgnd.jpg") no-repeat center center 100% #dbdbdb !important;
	}
	.hole-0 {
		left:35%;
		bottom:20%;
	}
	.hole-1 {
		bottom:10%;
	}
	.hole-2 {
		left:67%;
		bottom:20%;
	}
	.hole-4 {
		bottom:39%;
	}
	.main-content {
		height:95%;
		top:50px;
	}
	.endscreen {
		top:60px;
	}
}
@media screen and (max-width:768px) {
	.hole-0 {
		bottom: 20%;
		left: 25%;
		margin-left: -90px;
	}
	.hole-1 {
		bottom: 12%;
		left: 50%;
		margin-left: -90px;
	}
	.hole-2 {
		bottom: 20%;
		left: 75%;
		margin-left: -90px;
	}
	.hole-3 {
		bottom: 50%;
		left: 20%;
		margin-left: -90px;
	}
	.hole-4 {
		bottom: 42%;
		left: 50%;
		margin-left: -90px;
	}
	.hole-5 {
		bottom: 50%;
		left: 80%;
		margin-left: -90px;
	}
	.hole-6 {
		top: 3%;
		left: 33%;
		margin-left: -90px;
	}
	.hole-7 {
		top: 8%;
		left: 52%;
		margin-left: -90px;
	}
	.hole-8 {
		top: 3%;
		left: 73%;
		margin-left: -90px;
	}
}