@charset "utf-8";
@font-face {
	font-family: 'bpreplaybold';
	src: url('../fonts/bpreplayextendedbold-webfont.eot');
	src: url('../fonts/bpreplayextendedbold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/bpreplayextendedbold-webfont.woff') format('woff'),  url('../fonts/bpreplayextendedbold-webfont.ttf') format('truetype'),  url('../fonts/bpreplayextendedbold-webfont.svg#bpreplaybold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#memory, #memory * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#memory {
	background-color: #00b6ec;
	position: relative;
	/*width: 600px;
	height: 600px;*/
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#memory_preloader {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	width: 300px;
	height: 16px;
	background-color: #FFF;
	border: 2px solid #ff6600;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -152px;
}
#memory_preloader_bar {
	height: 16px;
	background-color: #0F0;
	width: 0px;
}
#memory_cards {
	position: relative;
	margin: auto;
	padding: 10px;/*height and width determined in javascript*/
}
.memory_card {
	position: relative;
	display: inline-block;
	float: left;
	width: 25%;
	height: 25%;
	padding: 5px;
}
.memory_card img {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}
#memory_bottom {
	/*background-color: red;*/
	position: relative;
	padding: 0px 15px;/*bottom padding or margin will not impact height of app*/
	margin: auto;
	text-align: center;
}
#memory_chances {
	float: left;
	width: 35%;
	background-color: #ed1c24;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 7px;
	font-family: bpreplaybold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
}
#memory_chances div {
	display: inline-block;
	float: right;
	width: 40%;
	height: 100%;
	border: 2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #143b66;
}
#memory_audio_toggle {
	display: inline-block;
	padding: 6px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #ed1c24;
	color: #ed1c24;
	cursor: pointer;
}
#memory_audio_toggle div {
	width: 35px;
	border: 2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #143b66;
	padding: 8px 6px;
	color: #fff;
	text-align: left;
}
#memory_splat {
	display: inline-block;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#memory_splat img {
	max-width: 100%;
}
#memory_score {
	float: right;
	width: 35%;
	background-color: #ed1c24;
 	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 7px;
	font-family: bpreplaybold, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
}
#memory_score div {
	display: inline-block;
	float: right;
	width: 40%;
	height: 100%;
	border: 1px solid red;
	border: 2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: #143b66;
}
#memory_window_holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
#memory_window_table {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
#memory_window_table_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.memory_window {
	position: relative;
	display: inline-block;
	border: 16px solid #00b6ec;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	background-color: #143b66;
	padding: 15px 25px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	max-width: 80%;
}
.memory_window img {
	margin-bottom: 5px;
	max-width: 100%;
	height: auto;
}
.memory_window p {
	margin: 0px 0px 10px 0px;
	letter-spacing: 1px;
}
#memory button {
	border: 3px solid #ed1c24;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	padding: 3px;
	color: #FFF;
	font-family: bpreplaybold, Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	cursor: pointer;
}
#memory_settings button {
	width: 200px;
}
#memory .easy {
	background: #00b6ec; /* Old browsers */
}
#memory .easy:hover {
	border: 3px solid #ed1c24;
	background: #00b6ec; /* Old browsers */
}
#memory .medium {
	background: #3aae2a; /* Old browsers */
}
#memory .medium:hover {
	border: 3px solid #ed1c24;
	background: #3aae2a; /* Old browsers */
}
#memory .hard {
	background: #143b66; /* Old browsers */
}
#memory .hard:hover {
	background: #143b66; /* Old browsers */
}
