@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'function_prodemi';
    src: url('../assets/fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.eot');
    src: url('../assets/fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.woff') format('woff'),
		url('../assets/fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.ttf') format('truetype'),
		url('../assets/fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.svg#function_prodemi') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
	-webkit-text-size-adjust: none;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #0e0e0e;
	font: 11px/11px Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	}
		
	a:link {
		color: #33aae3;
		padding: 0;
		font-weight: bold; 
		text-decoration: none;
		outline: 0;
		}
	a:active {
		color: #33aae3;
		padding: 0;
		font-weight: bold; 
		text-decoration: none;
		outline: 0;
		}
	a:visited {
		color: #33aae3;
		padding: 0;
		font-weight: bold; 
		text-decoration: none;
		outline: 0;
		}
	a:hover {
		color: #c22d1a;
		padding: 0;
		font-weight: bold; 
		text-decoration: none;
		outline: 0;
		}
	
	.header {
		display: none;
		}
		
	h1 {
		position: relative;
		font: 40px/38px "function_prolight_condensed", Verdana, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #fff;
		margin: 15px 0px 0px 31px; 
		padding: 0; 
		border: 0;
		text-align: left;
		z-index: auto !important;
		}
	h2 {
		position: relative;
		font: 30px/36px "function_prodemi", Verdana, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #fff;
		margin: 5px 0px 0px 0px;
		padding: 0; 
		border: 0;	
		text-align: left;		
		}
		h2 span {
			color: #33aae3;
			}
	h3 {
		position: relative;
		font: 24px/28px "function_prolight_condensed", Verdana, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #fff;
		margin: 0px 0px 0px 0px; 
		padding: 0; 
		border: 0;
		text-align: left;
		}
		h3 span {
			color: #33aae3;
			}
	h6 {
		position: relative;
		font: 14px/14px "function_promedium", Verdana, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #fff;
		margin: 0px 0px 0px 0px; 
		padding: 0; 
		border: 0;
	
		background: rgba(51, 170, 227, 0.3);
		display: inline-block;
		letter-spacing: 0.1em;
		padding: 5px 15px 3px 15px;
		position: relative;
		text-align: left;
		}
		.battle h6 {
			background: rgba(213, 45, 23, 0.3);
			}
		
		.bm-battletext {
			display: none !important;
			}
			.battle .bm-battletext {
				display: block !important;
				}
				
		.bm-pursuittext {
			display: block !important;
			}
			.battle .bm-pursuittext {
				display: none !important;
				}
				
		#bm-header {
			position: absolute;
			top: 28px;
			left: 100px;
			left: 50px;
			text-align: left;
			}
			.bm-headerline {
				border-top: 1px solid rgba(43, 142, 190, 0.5);
				left: -5px;
				position: absolute;
				top: -6px;
				width: 130px;
				/*z-index: 0;*/
				-webkit-transform-origin: 0 0;
				-moz-transform-origin: 0 0;
				-ms-transform-origin: 0 0;
				-o-transform-origin: 0 0;
				transform-origin: 0 0;
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
				}
				.bm-headerline:before {
					background: #33aae3;
					border-radius: 50%;
					content: '';
					display: block;
					left: -2px;
					height: 3px;
					position: absolute;
					top: -2px;
					width: 3px;
					}
				
				.bm-headerline:after {
					background: #33aae3;
					border-radius: 50%;
					content: '';
					display: block;
					right: -2px;
					height: 3px;
					position: absolute;
					bottom: -1px;
					width: 3px;
					}
			.battle .bm-headerline {
				border-top: 1px solid rgba(213, 45, 23, 0.5);
				}
				.battle .bm-headerline:before {
					background: #d52d17;
					}
				
				.battle .bm-headerline:after {
					background: #d52d17;
					}
	
	p {
		font: 10px/20px Verdana, Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 0; 
		border: 0;
		color: #fff;
		text-align: left;
		}
		.bm-bullet {
			display: inline-block;
			height: 20px;
			width: 20px;
			vertical-align: middle;
		}
		
	.TL { top: 0; left: 0; position: absolute; }
	.T { top: 0; left: 50%; position: absolute; }
	.TR { top: 0; right: 0; position: absolute; }
	.L { top: 50%; left: 0; position: absolute; }
	.C { top: 50%; left: 50%; position: absolute; }
	.R { top: 50%; right: 0; position: absolute; }
	.BL { bottom: 0; left: 0; position: absolute; }
	.B { bottom: 0; left: 50%; position: absolute; }
	.BR { bottom: 0; right: 0; position: absolute; }
	.full { width: 100%; height: 100%; display: block; }
	.invis { visibility: hidden; filter: alpha(opacity=0); opacity: 0; }
	.hList { list-style: none; white-space: nowrap;}
	.hList li { display: inline-block;  white-space: normal; vertical-align: top;}
	
			
	/**********************************************************************************
	CONTENT
	**********************************************************************************/	
	
	canvas {
		cursor: move;
	}
	#bm-logo {
		position: absolute;
		top: 20px;
		left: 50%;
		margin: 0px 0px 0px -100px;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
				
				
	background: transparent url(../assets/images/logo.png) no-repeat top left;
	width: 200px;
	height: 100px;
	/*
	-webkit-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	
		}
	#bm-audio {
		position: absolute;
		top: 15px;
		right: 25px;
		width: 20px;
		height: 20px;
		background: transparent url(../assets/images/audio.png) top left;
		overflow: hidden;
		}
		#bm-audio:hover {
			background-position: bottom left;
			}
		.muted #bm-audio {
			background-position: top right;
			}
			.muted #bm-audio:hover {
				background-position: bottom right;
				}
	#bm-info {
		position: absolute;
		top: 60px;
		right: 25px;
		width: 20px;
		height: 20px;
		background: transparent url(../assets/images/info.png) top left;
		overflow: hidden;
		}
		#bm-info:hover {
			background-position: top right;
			}
	#bm-content {
		display: block;
		position: absolute;
		bottom: 25px;
		left: 0px;
		margin: 0px;
		width: 750px;
		height: 152px;
		display: none;
		}
		#bm-close {
			position: absolute;
			top: 20px;
			right: 20px;
			width: 20px;
			height: 20px;
			
			display: none;
			}
			#bm-close:hover img {
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				transform: rotate(180deg);
				}
			
		.bm-subsection {
			position: absolute;
			top: 0px;
			left: 100px;
			/*left: 50px;*/
			bottom: auto;
			display: none;
			text-align:left;
			}
			.bm-subsection ul {
				display: block;
				margin: 0;
				padding: 0;
				}
				.bm-subsection li {
					display: block;
					margin: 0px 10px 0px 0px;
					padding: 0;
					}
					.bm-thumb {
						display: block;
						position: relative;
						width: 180px;
						height: 100px;
						width: 250px;
						height: 150px;
						margin: 0px 0px 0px 0px;
						
   						border: 1px solid #215a77;
						}
						.battle .bm-thumb {
							border: 1px solid #721e13;
							}
					.bm-metainfo {
						display: block;
						position: relative;
						width: 450px;
						height: 90px;
						margin: 30px 0px 0px 10px;
						}
					.bm-metainfo strong {
						text-transform: uppercase;
						}
		
	/**********************************************************************************
	NAVIGATION
	**********************************************************************************/
		
		#bm-togglemode {
			position: absolute;
			right: 50px;
			bottom: 50px;
			width: 100px;
			height: 100px;
			color: #fff;
			-webkit-transform: scale(1);
			   -moz-transform: scale(1);
				-ms-transform: scale(1);
				 -o-transform: scale(1);
					transform: scale(1);
			padding: 0;
			margin: 0;
			}
			/*
			#bm-togglemode div {
				margin: 35px 0px 0px 0px;
				}
			.battle #bm-togglemode {
				background: rgba(51, 170, 227, 0.5);
				}
				*/
			#bm-modePulse {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100px;
				height: 100px;
				background: transparent url(../assets/images/mode-pulse.png) top left;
				display: none;
				}
				.battle #bm-modePulse {
					background-position: top right;
					}
			#bm-modeCircle {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100px;
				height: 100px;
				background: transparent url(../assets/images/mode-circles.png) top left;
				}
				.battle #bm-modeCircle {
					background-position: top right;
					}
				.bm-ring {
					position: absolute;
					left: 0px;
					top: 0px;
					width: 100px;
					height: 100px;
					opacity: 0;
					}
				#bm-camera {
					display: none;
					position: absolute;
					left: 0px;
					top: 0px;
					width: 100px;
					height: 100px;
					background: transparent url(../assets/images/camera.png) top left;
					}
					.battle #bm-camera {
						background-position: top right;
						}
					
			#bm-modeOutline {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100px;
				height: 100px;
				background: transparent url(../assets/images/mode-batmobile.png) top left;
				}
				.battle #bm-modeOutline {
					background-position: top right;
					}
					
					
			#bm-modeMarker {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100px;
				height: 100px;
				background: transparent url(../assets/images/hotspots.png) 0 0;
				overflow: hidden;
				
				display: none;
				opacity: 0;
				
				-webkit-animation: pulse 1.5s ease 1s infinite normal;
				   -moz-animation: pulse 1.5s ease 1s infinite normal;
					-ms-animation: pulse 1.5s ease 1s infinite normal;
					 -o-animation: pulse 1.5s ease 1s infinite normal;
						animation: pulse 1.5s ease 1s infinite normal;
				}
				.battle #bm-modeMarker {
					/*background-position: top right;*/
					}
					
			
				@-webkit-keyframes pulse {
					0% {
						opacity: 0;
						-webkit-transform: opacity(0);
					}
					50% {
						opacity: 1;
						-webkit-transform: opacity(1);
					}
					100% {
						opacity: 0;
						-webkit-transform: opacity(0);
					}
				}
				
				@-moz-keyframes pulse {
					0% {
						opacity: 0;
						-moz-transform: opacity(0);
					}
					50% {
						opacity: 1;
						-moz-transform: opacity(1);
					}
					100% {
						opacity: 0;
						-moz-transform: opacity(0);
					}
				}
				
				@-ms-keyframes pulse {
					0% {
						opacity: 0;
						-ms-transform: opacity(0);
					}
					50% {
						opacity: 1;
						-ms-transform: opacity(1);
					}
					100% {
						opacity: 0;
						-ms-transform: opacity(0);
					}
				}
				@-o-keyframes pulse {
					0% {
						opacity: 0;
						-o-transform: opacity(0);
					}
					50% {
						opacity: 1;
						-o-transform: opacity(1);
					}
					100% {
						opacity: 0;
						-o-transform: opacity(0);
					}
				}
				@keyframes pulse {
					0% {
						opacity: 0;
						transform: opacity(0);
					}
					50% {
						opacity: 1;
						transform: opacity(1);
					}
					100% {
						opacity: 0;
						transform: opacity(0);
					}
				}
				
			#bm-footershadow {
				display: none;
				position: absolute;
				width: 100%;
				height: 215px;
				bottom: 0px;
				left: 0px;
				margin: 0;
				padding: 0;
				}
				
			#bm-linebox {
				display: block;
				position: absolute;
				height: 7px;
				bottom: 96px;
				left: 50px;
				right: 160px;
				background: transparent url(../assets/images/line-line.png) top left;
				margin: 0px 0px 0px 0px;
				padding: 0;
				}
				#bm-linedot {
					display: block;
					position: absolute;
					left: 0px;
					top: 0px;
					margin: 0;
					padding: 0;
					}
				#bm-linearrow {
					display: block;
					position: absolute;
					right: 0px;
					top: 0px;
					margin: 0;
					padding: 0;
					}
				#bm-linetext {
					font: 14px/16px "function_promedium_oblique", Verdana, Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					color: #fff;
					display: inline-block;
					position: absolute;
					right: 35px;
					top: -12px;
					width: 100px;
					text-align: left;
					}
				#bm-linetext span {
					color: #d52d17;
					width: 125px;
					}
	#bm-nav {
		display: block;
		position: absolute;
		top: 50%;
		right: 18px;
		width: 35px;
		height: 215px;
		margin: -102px 0px 0px 0px;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
				text-align: center;
		background: rgba(14, 14, 14, 0.75);
   		/*border: 1px solid rgba(33, 90, 119, 1.0);*/
   		border: 1px solid rgba(114, 30, 19, 0.35);
		/*
		#215a77;
		#721e13;
		*/
		
		border-radius: 5px;
		}
		
		#bm-navbg {
			display: block;
			position: absolute;
			top: 17px;
			right: 5px;
			width: 25px;
			height: 181px;
			}
		#bm-nav ul {
			display: block;
			position: absolute;
			list-style: none;
			top: 5px;
			right: 5px;
			margin: 0;
			padding: 0;
			border: 0;
			}
			#bm-nav ul li {
				display: block;
				width: 25px;
				height: 30px;
				margin: 0;
				padding: 0;
				border: 0;
				}
				#bm-nav a {
					-webkit-transition: all .5s cubic-bezier(0.25,1,0.25,1);
					   -moz-transition: all .5s cubic-bezier(0.25,1,0.25,1);
						-ms-transition: all .5s cubic-bezier(0.25,1,0.25,1);
						 -o-transition: all .5s cubic-bezier(0.25,1,0.25,1);
							transition: all .5s cubic-bezier(0.25,1,0.25,1);
					}
				#bm-nav ul li a {
					display: block;
					position: relative;
					width: 25px;
					height: 30px;
					margin: 0;
					padding: 0;
					border: 0;
					background: transparent url(../assets/images/dot.png) no-repeat top left;
					}
					/*
					.battle #bm-nav ul li a {
						background: transparent url(../images/dot2.png) no-repeat top left;
						}
					*/
				#bm-nav ul li a.active .bm-circle,
				#bm-nav ul li a:hover .bm-circle {
					-webkit-transform: scale(1,1);
					-moz-transform: scale(1,1);
					-ms-transform: scale(1,1);
					-o-transform: scale(1,1);
					transform: scale(1,1);
					opacity: 1;
					}
				#bm-navPulse {
					position: absolute;
					display: block;
					width: 25px;
					height: 25px;
					left: 0;
					top: 0;
					margin: 0;
					padding: 0;
					border: 0;
					background: transparent url(../assets/images/nav-pulse.png) no-repeat top left;
					
					display: none;
					}
					.battle #bm-navPulse {
						/*background-position: top right;*/
						}
		.bm-circle {
			display: block;
			position: relative;
			-webkit-transform: scale(0,0);
			-moz-transform: scale(0,0);
			-ms-transform: scale(0,0);
			-o-transform: scale(0,0);
			transform: scale(0,0);
			opacity: 0;
			}
		#bm-auto {
			display: block;
			position: absolute;
			/*bottom: 10px;*/
			top: 230px;
			left: 50%;
			width: 50px;
			margin: 0px 0px 0px -25px;
			font: 10px/10px "function_prodemi", Verdana, Helvetica, Arial, sans-serif;
			text-transform: uppercase;
			color: #c22d1a !important;
			padding: 0 !important;
			font-weight: bold !important; 
			text-decoration: none;
			text-align: center;
			opacity: .5 !important;
			}
			#bm-auto:hover,
			#bm-auto.active {
				color: #33aae3 !important;
				padding: 0 !important;
				font-weight: bold !important;
				opacity: 1 !important;
				}
		
		#bm-explore {
			display: block;
			position: absolute;
			bottom: 230px;
			left: 50%;
			width: 50px;
			margin: -10px 0px 0px -25px;
			font: 10px/10px "function_prodemi", Verdana, Helvetica, Arial, sans-serif;
			color: #fff;
			text-transform:uppercase;
			text-align: center;
			}
			.pulser {
				-webkit-animation: pulse 3s ease 3.5s infinite normal;
				   -moz-animation: pulse 3s ease 3.5s infinite normal;
					-ms-animation: pulse 3s ease 3.5s infinite normal;
					 -o-animation: pulse 3s ease 3.5s infinite normal;
						animation: pulse 3s ease 3.5s infinite normal;
			}
			#bm-explore.dim {
				display: none;
				}
	#bm-navRoll {
		display: block;
		position: absolute;
		top: 5px;
		right: 50px;
		width: 300px;
		height: 30px;
		margin: 0px;
		overflow: hidden;
		opacity: 0;
		}
		#bm-navRoll ul {
			display: block;
			position: absolute;
			list-style: none;
			top: 0;
			right: 0;
			margin: 0;
			padding: 0;
			border: 0;
			}
			#bm-navRoll ul li {
				display: inline-block;
				margin: 0px 0px 0px 0px;
				padding: 0px;
				width: 300px;
				height: 30px;
				font: 12px/30px "function_prodemi", Verdana, Helvetica, Arial, sans-serif;
				text-transform:uppercase;
				color: #fff;
				text-align: right;
				}
			#bm-navRoll ul li span {
				/*color: #33aae3;*/
				}
			.bm-rollNumber {
				color: #33aae3;
				}
			.bm-rollPursuit {
				}
			.bm-rollBattle {
				display: none;
				}
	
	/**********************************************************************************
	OVERLAY / PRELOADER / ERROR
	**********************************************************************************/
		
	#bm-wrapper {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		/*
		min-width: 980px;
		min-height: 600px;
		*/
		min-width: 480px;
		min-height: 300px;
		
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: #0e0e0e;
		}
		
	#bm-static {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		}
		#bm-static .static {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			}
			
	#bm-overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #0e0e0e;
		}
		#bm-loader {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			padding: 0;
			opacity: 0;
	
			width: 115px;
			height: 116px;
			margin: -57px 0px 0px -57px;
			background-image: url(../assets/images/loader-sprite.png);

			-webkit-animation: play 2s steps(49) infinite;
			   -moz-animation: play 2s steps(49) infinite;
				-ms-animation: play 2s steps(49) infinite;
				 -o-animation: play 2s steps(49) infinite;
					animation: play 2s steps(49) infinite; 
			}
			
				@-webkit-keyframes play {
				  from {
					background-position: 0px; }
				  to {
					background-position: -5586px; } 
				}
				
				@-moz-keyframes play {
				  from {
					background-position: 0px; }
				  to {
					background-position: -5586px; } 
				}
				
				@-ms-keyframes play {
				  from {
					background-position: 0px; }
				  to {
					background-position: -5586px; } 
				}
				
				@-o-keyframes play {
				  from {
					background-position: 0px; }
				  to {
					background-position: -5586px; } 
				}
				
				@keyframes play {
				  from {
					background-position: 0px; }
				  to {
					background-position: -5586px; } 
				}
				
		#bm-error {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			opacity: 0;
			background: url(../assets/images/bg-overlay.jpg) repeat;
			}
			#bm-alert {
				display: inline-block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 800px;
				height: 300px;
				margin: -150px 0px 0px -380px;
				padding: 0;
				text-align: left;
				}
				#bm-alert .bm-headerline {
					width: 455px;
					border-top: 1px solid rgba(213, 45, 23, 0.5);
					-webkit-transform: rotate(35deg);
					-moz-transform: rotate(35deg);
					-ms-transform: rotate(35deg);
					-o-transform: rotate(35deg);
					transform: rotate(35deg);
					}
					
				#bm-alert .bm-headerline:before {
					background: #d52d17;
					}
				
				#bm-alert .bm-headerline:after {
					background: #d52d17;
					width: 5px;
					height: 5px;
					}
					
				#bm-alert h1 {
					font-size: 70px;
					line-height: 66px;
					margin: 10px 0 0 25px;
					text-align: left;
					}
				#bm-alert h6 {
					background: rgba(213, 45, 23, 0.3);
					text-align: left;
					}
				#bm-alert p {
					font-size: 12px;
					margin: 10px 0 0 25px;
					text-align: left;
					}
						#bm-alert .bmCta {
							color: #ffffff;
							display: inline-block;
							font-family: "function_prolight_oblique", Verdana, sans-serif;
							font: 22px/24px "function_prolight_oblique", Verdana, sans-serif;
							font-weight: 800;

							position: relative;
							text-decoration: none;
							text-transform: uppercase;
							-webkit-backface-visibility: hidden;
							-webkit-font-smoothing: antialiased;
							text-rendering: optimizeLegibility;
								
							-webkit-transform: scale(1, 1);
							-moz-transform: scale(1, 1);
							-ms-transform: scale(1, 1);
							-o-transform: scale(1, 1);
							transform: scale(1, 1);
							
							margin: 37px 0 0 277px;
							text-align: center;
							}
						
						#bm-alert .bmCta span {
							position: relative;
							z-index: 1;
							-webkit-transition: 0.5s;
							-moz-transition: 0.5s;
							-o-transition: 0.5s;
							transition: 0.5s;
							-webkit-box-sizing: border-box;
							-moz-box-sizing: border-box;
							box-sizing: border-box;
							}
					#bm-alert .bmCta .bmCtaCircle {
						background: rgba(213, 45, 23, 0.5);
						border-radius: 50%;
						width: 65px;
						height: 65px;
						left: 50%;
						position: absolute;
						bottom: 0px;
						z-index: 0;
						-webkit-transition: 0.5s;
						-moz-transition: 0.5s;
						-o-transition: 0.5s;
						transition: 0.5s;
						
						top: -9px;
						margin-left: -35px;
						}
						#bm-alert .bmCta:hover .bmCtaCircle {
							background: rgba(213, 45, 23, 0.9);
							-webkit-transform: scale(0.7, 0.7);
							-moz-transform: scale(0.7, 0.7);
							-ms-transform: scale(0.7, 0.7);
							-o-transform: scale(0.7, 0.7);
							transform: scale(0.7, 0.7);
							}
		#bm-infowrapper {
			display: none;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			background: url(../assets/images/bg-overlay.jpg) repeat;
			}
			#bm-infolegend {
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 900px;
				height: 400px;
				margin: -200px 0px 0px -450px;
				padding: 0;
				opacity: 0;
				}
				#bm-infolegend img {
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					margin: 0;
					padding: 0;
					}
				.tip-header {
					position: absolute;
					font: 18px/18px "function_promedium", Verdana, Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					text-align: center;
					color: #fff;
					margin: 0; 
					padding: 0; 
					border: 0;
					letter-spacing: 0.1em;
					}
				.tip-meta {
					position: absolute;
					font: 11px/11px "function_promedium", Verdana, Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					text-align: center;
					color: #fff;
					margin: 0; 
					padding: 0; 
					border: 0;
					letter-spacing: 0.1em;
					}
					
				#tip-header1 {
					top: 20px;
					left: 125px;
					width: 225px;
					}
				#tip-next1 {
					top: 100px;
					left: 125px;
					width: 225px;
					}
				#tip-next2 {
					top: 200px;
					left: 325px;
					width: 150px;
					text-align: left;
					}
				#tip-previous1 {
					top: 200px;
					left: 0px;
					width: 150px;
					text-align: right;
					}
				#tip-previous2 {
					top: 248px;
					left: 125px;
					width: 225px;
					}
				#tip-toggle {
					top: 324px;
					left: 125px;
					width: 225px;
					}
					
				#tip-header2 {
					top: 20px;
					right: 125px;
					width: 225px;
					}
				#tip-zoomin {
					top: 105px;
					right: 0px;
					width: 115px;
					text-align: left;
					}
				#tip-zoomout {
					top: 173px;
					right: 0px;
					width: 115px;
					text-align: left;
					}
				
			#bm-infoclose {
				display: block;
				position: absolute;
				top: 15px;
				right: 15px;
				width: 20px;
				height: 20px;
				margin: 0;
				padding: 0;
				background: url(../assets/images/info-close.png) top left;
				}
				#bm-infoclose:hover {
					background-position: top right;
					}
					

	/**********************************************************************************
	ROADBLOCK INSTRUCTIONS
	**********************************************************************************/
	#bm-roadblock {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background: rgba(14, 14, 14, 0.75);
		text-align: center;
		}
		#bm-instructions {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 450px;
			height: 200px;
			margin: -75px 0px 0px -225px;
			padding: 0;
			text-align: center;
			}
			#bm-instructions .bm-headerline {
				left: 225px;
				top: -6px;
				width: 155px;
				border-top: 1px solid rgba(43, 142, 190, 0.5);
				-webkit-transform: rotate(90deg);
				-moz-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				transform: rotate(90deg);
				}
				
			#bm-instructions .bm-headerline:before {
				background: #33aae3;
				}
			
			#bm-instructions .bm-headerline:after {
				background: #33aae3;
				}
				
			#bm-instructions h1 {
				position: relative;
				font-size: 75px;
				line-height: 66px;
				margin: 10px auto 0px auto;
				text-align: center;
				/*transform: translate3d(0,0,0);*/
				}
			#bm-instructions h6 {
				position: relative;
				background: rgba(51, 170, 227, 0.3);
				margin: 10px auto 0px auto;
				text-align: center;
				/*transform: translate3d(0,0,0);*/
				}
			#bm-instructions p {
				position: relative;
				font: 28px/28px "function_prolight_condensed", Verdana, Helvetica, Arial, sans-serif;
				text-transform: uppercase;
				color: #fff;
				margin: 0px auto 0px auto;
				text-align: center;
				}
					
	/**********************************************************************************
	WEBGL VERSION
	**********************************************************************************/
	#bm-experience {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		}

	/**********************************************************************************
	GALLERY VERSION
	**********************************************************************************/
	#bm-gallery {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		overflow: hidden;
		display: none;
		}
		#bm-galleryBackground {
			position:absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			overflow: hidden;	
			pointer-events: none;
			margin: 0;
			padding: 0;
			}
			#bm-galleryBackgroundScale {
				position: absolute;
				top: 0px;
				left: 0px;
				margin: 0;
				padding: 0;
				pointer-events: none; 
				}
				#bm-galleryBackgroundImg {
					position: absolute;
					top: 0px;
					left: 0px;
					pointer-events: none; 
					}
					
	.hList { list-style: none; white-space: nowrap;}
	.hList li { display: inline-block;  white-space: normal; vertical-align: top;}
	
	.tweenAll_025 {
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		}
	.tweenAll_05 {
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
		}
	.tweenAll_1 {
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		transition: all 1s ease-out;
		}
		
		
		
	/**********************************************************************************
	HACK TO OVERIDE MAIN.CSS STYLESHEET
	**********************************************************************************/
		#section2:before {
			content: normal !important;
			display: block !important;
			height: auto !important;
			vertical-align: auto !important;
			}
		
	/**********************************************************************************
	RESPONSIVE STUFF
	**********************************************************************************/
	@media screen and (max-width: 1050px) {
		.bm-subsection {
			left: 25px;
			}
	}
	@media screen and (max-width: 1000px) {
		#bm-linebox {
			display: none;
			}
			#bm-alert {
				width: 600px;
				height: 300px;
				margin: -150px 0px 0px -270px;
				}
				#bm-alert h1 {
					font-size: 45px;
					line-height: 40px;
					}
				#bm-alert .bm-headerline {
					width: 340px;
					-webkit-transform: rotate(39deg);
					-moz-transform: rotate(39deg);
					-ms-transform: rotate(39deg);
					-o-transform: rotate(39deg);
					transform: rotate(39deg);
					}
				#bm-alert .bmCta {
					margin: 42px 0 0 168px;
					}
					#bm-alert .bmCta .bmCtaCircle {
						/*top: -5px;
						margin-left: -35px;*/
						}
	}

	@media screen and (min-width: 750px) and (max-width: 900px) {
		/*
		#bm-infolegend {
			width: 600px;
			height: 267px;
			margin: -133px 0px 0px -300px;
			}	
		*/
		#bm-infolegend {
			-webkit-transform: scale(.90);
			   -moz-transform: scale(.90);
				-ms-transform: scale(.90);
				 -o-transform: scale(.90);
					transform: scale(.90);
			}	
	}
	@media screen and (max-width: 749px) {			
		#bm-logo {
			background: transparent url(../assets/images/logo-mobile.png) no-repeat top left;
			height: 10px;
			}
			
			.bm-thumb {
				width: 180px;
				height: 100px;
				/*display: none;*/
				}
			#bm-togglemode {
				/*right: 25px;*/
				bottom: 25px;
				}	
				#bm-linebox {
					bottom: 71px;
					}
		#bm-content {
			width: 435px;
			height: 102px;
			}
			.bm-subsection {
				left: 25px;
				}
				.bm-subsection li {
					margin: 0px 0px 0px 0px;
					}
					.bm-metainfo {
						display: block;
						position: relative;
						width: 425px;
						margin: 0px 0px 0px 10px;
						}
				#bm-linebox {
					display: none;
					}
			/*		
			#bm-infolegend {
				width: 600px;
				height: 267px;
				margin: -133px 0px 0px -300px;
				}
				*/
		#bm-infolegend {
			-webkit-transform: scale(.70);
			   -moz-transform: scale(.70);
				-ms-transform: scale(.70);
				 -o-transform: scale(.70);
					transform: scale(.70);
			}
		#bm-header {
			display: none;
		}
	}
	
	@media screen and (max-width: 600px) {
		/*
		#bm-infolegend {
			width: 500px;
			height: 222px;
			margin: -111px 0px 0px -250px;
			}
			*/
		#bm-infolegend {
			-webkit-transform: scale(.60);
			   -moz-transform: scale(.60);
				-ms-transform: scale(.60);
				 -o-transform: scale(.60);
					transform: scale(.60);
			}
		.bm-subsection {
			left: 0px;
			}
			.bm-thumb {
				display: none;
				}
			.bm-subsection {
				left: 0px;
				}
			#bm-alert {
				width: 460px;
				margin: -150px 0px 0px -215px;
				}
				#bm-alert h1 {
					font-size: 35px;
					line-height: 30px;
					}
				#bm-alert .bm-headerline {
					width: 300px;
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
					-o-transform: rotate(45deg);
					transform: rotate(45deg);
					}
				#bm-alert .bmCta {
					margin: 40px 0 0 118px;
					}
					#bm-alert .bmCta .bmCtaCircle {
						top: -9px;
						margin-left: -36px;
						}
	}
	
	@media screen and (max-width: 500px) {
		#bm-nav {
			-webkit-transform: scale(.90);
			   -moz-transform: scale(.90);
				-ms-transform: scale(.90);
				 -o-transform: scale(.90);
					transform: scale(.90);
			}
			#bm-linebox {
				display: none;
				}
		/*
		#bm-infolegend {
			width: 400px;
			height: 178px;
			margin: -89px 0px 0px -200px;
			}
		*/
		#bm-infolegend {
			-webkit-transform: scale(.50);
			   -moz-transform: scale(.50);
				-ms-transform: scale(.50);
				 -o-transform: scale(.50);
					transform: scale(.50);
			}
			
		#bm-instructions {
			width: 400px;
			margin: -75px 0px 0px -200px;
			}
			#bm-instructions .bm-headerline {
				left: 200px;
				top: -6px;
				}
				
			#bm-instructions h1 {
				font-size: 60px;
				line-height: 66px;
				}
			#bm-instructions p {
				font: 24px/28px "function_prolight_condensed", Verdana, Helvetica, Arial, sans-serif;
				}
	}
	
	/* HEIGHT CHANGES */
	@media screen and (max-height: 400px) {
		#bm-nav {
			-webkit-transform: scale(.90);
			   -moz-transform: scale(.90);
				-ms-transform: scale(.90);
				 -o-transform: scale(.90);
					transform: scale(.90);
			}
			
			#bm-linebox {
				display: none;
				}
			#bm-togglemode {
				bottom: 15px;
				-webkit-transform: scale(.70);
				   -moz-transform: scale(.70);
					-ms-transform: scale(.70);
					 -o-transform: scale(.70);
						transform: scale(.70);
				}
	#bm-info {
		top: 15px;
		right: 60px;
		}
	}

	
/**********************************************************************************
TABLET
**********************************************************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#bm-audio {
		display: none;
	}
	#bm-audio:hover {
		background-position: top left;
		}
		.muted #bm-audio:hover {
			background-position: top right;
			}
	#bm-info:hover {
		background-position: top left;
		}
		
	#bm-info {
		display: none;
		}
}


	
/**********************************************************************************
MOBILE
**********************************************************************************/
@media screen and (max-device-width: 480px) {
	#bm-audio {
		display: none;
	}
	#bm-audio:hover {
		background-position: top left;
		}
		.muted #bm-audio:hover {
			background-position: top right;
			}
	#bm-info:hover {
		background-position: top left;
		}
	#bm-wrapper {
		min-width: inherit;
		min-height: inherit;
		}
	#bm-content {
		bottom: 5px;
		}
	#bm-togglemode {
		right: 15px;
		bottom: 15px;
		}
		
	h3 {
		font: 14px/20px "function_prodemi", Verdana, Helvetica, Arial, sans-serif;
		}
	
	p {
		font: 8px/20px Verdana, Helvetica, Arial, sans-serif;
		}
	#bm-info {
		top: 15px;
		right: 60px;
		}
	#bm-togglemode {
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
		}
	#bm-nav {
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
		}
	#bm-info {
		display: none;
		}
}

@media screen and (max-device-width: 480px) and (orientation: landscape) {
	#bm-audio {
		display: none;
	}
	#bm-content {
		height: 92px;
		bottom: 0px;
		}
	p {
		font: 10px/15px Verdana, Helvetica, Arial, sans-serif;
		}
	#bm-togglemode {
		right: 15px;
		bottom: 0px;
		-webkit-transform: scale(.70);
		   -moz-transform: scale(.70);
			-ms-transform: scale(.70);
			 -o-transform: scale(.70);
				transform: scale(.70);
		}
	#bm-nav {
		-webkit-transform: scale(.70);
		   -moz-transform: scale(.70);
			-ms-transform: scale(.70);
			 -o-transform: scale(.70);
				transform: scale(.70);
		}
	#bm-info {
		display: none;
		}
}