@charset "utf-8";
/* copyright Dr.Peter */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}

body {
	background-color:#001941;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
	-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.truegpuAcc{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);	
	-webkit-transform-style: flat;
	-moz-transform: translateZ(0);	
	-moz-backface-visibility: hidden;
	-moz-transform-style: preserve-3d;	
	-ms-backface-visibility: hidden;	
	-ms-transform: translate3d(0,0,0);	
	-ms-transform-style: flat;		
	-o-backface-visibility: hidden;		
	-o-transform: translate3d(0,0,0);	
	-o-transform-style: flat;			
	transform-style: flat;				
	image-rendering:optimizeQuality; 		
	-ms-interpolation-mode:bicubic;	
}
.justshadow {
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0.3);
	-ms-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.3);	
}

h1 {
	font-size: 1.4em;
	width: 100%;
	border-bottom: 1px solid #fff;
}
h2 {
	font-size: 1.3em	
}
h3 {
	font-size: 1.1em	
}
p {
	font-size: 1em	
}
.subtitle {
	text-align: center;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;	
}

#alert h1 { 
	font-size: 1.6em;
	color: #555; 
	border-bottom: 1px solid #555; 
	font-family: "LatoLight", "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
#alert p { color: #333; }


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; 
}

.nohighlight {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
    outline: none !important;
}
.noselect {
	-webkit-touch-action: none;
	-ms-touch-action: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
	-webkit-box-sizing: none;
	-ms-user-select: none;
	-ms-text-size-adjust: none;
	-ms-appearance: none;
	-ms-box-sizing: none;
	-moz-user-select: none;
	-moz-text-size-adjust: none;
	-moz-appearance: none;
	-moz-box-sizing: none;
	-khtml-user-select: none;
	-khtml-text-size-adjust: none;
	-khtml-appearance: none;
	-khtml-box-sizing: none;
	user-select: none;
	text-size-adjust: none;
	appearance: none;
	box-sizing: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#splashscreen {
	width: 32px;
	height: 32px;
	margin: 0px auto;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #001941;
	opacity: 0.01;
	background-image: url(bg/fartsmania.png);
}

.appversion {
	font-size: 0.8em;
	color: #555;  
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	margin: 24px 10px;;		
}


#home_menu {
	display: block;	
}
#app_holder {
	display:block;	
}
.app {
	display:block;	
}
.block {
	display:block;
	position: relative;
	float: left;
	transition: all 0.2s ease-in-out;
}
.block:hover {
	outline-offset: 0px;
    	outline-color: #00000050;
    	outline-width: 4px;
    	outline-style: solid;
}
.title {
	position: absolute;
	z-index: 1;
	bottom: 8px;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.icon {
	width: 80%;
	height: 80%;
	display: compact;
	margin: 8px auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.9;
}

#transitions {
	width: 0px;
	height: 0px;
	display:none;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index:1;	
}
#log {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 100; 
	color: #999999	
}
#alert {
	position:absolute;
	width:100%;
	height: auto;
	display: none;
	z-index:11;
	top:0px;
	left:0px;
	background-color: #f0f0f0;
	text-align: center;
	box-shadow: 0px 5px 20px rgba(0,0,0,1);
}
#darken{
	position:absolute;
	width:100%;
	height:100%;
	display: none;
	z-index:9;
	top:0px;
	left:0px;
	background: rgba(0,0,0,0);	
}

#countdown {
	position:absolute;
	width:100%;
	height: auto;
	display: none;
	z-index:10;
	top:0px;
	left:0px;
	background: none;
	text-align: center;
	color: #fff;
	font-size: 8em;
	font-style: normal;
	font-family: "LatoLight", "Trebuchet MS", Arial, Helvetica, sans-serif;	
	overflow: hidden;
}
.txt {
	padding: 20px;	
}
/* input button */
button {
	border: none;
	padding: 10px 50px 10px 50px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 5px 10px 5px;
}
button:hover {
	background: rgba(0,0,0,0.4);	
}
/* div button */
.button, .smallbutton {
	width: 250px;
	height: 50px;
	display: block;
	margin: 2px auto 5px auto;
	line-height: 50px;
	vertical-align: middle;	
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.smallbutton { width: 50px !important; }
.button:hover, .smallbutton:hover { background-color: rgba(0,0,0,0.6); }
.button div, .smallbutton div {
	width: 50px;
	height: 50px;
	display: block;
	float:left;
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.transparents { background-color: transparent !important; }
.button span, a.button {
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/* ********************************************* */
/* HEADER */
#header {
	height: 80px;
	width: 100%;
	display: none;
	overflow: hidden;
	opacity: 0;	
}
#header .icons {
	width: 80px;
	height: 80px;
	display: compact;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	float: left;	
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px 20px 0px 0px;	
}
#header .icons:hover {
	background-color: rgba(0,0,0,0.8);	
}
#header_name {
	height: 80px;
	display: compact;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: middle;
	line-height: 80px;
	font-size: 2em;
	font-weight: 100;
	float: left;
	overflow: hidden;
}

/* ********************************************* */
/* fliptable */
table.flipicon {
	width: 90%;
	margin: 0px auto;
	display: table;
	padding: 0px;
	text-align: center;
	max-width: 600px;
	border-collapse: collapse;
}
table.flipicon td {
	padding: 2px 0px 2px 0px;
}
div.flipicon {
	width: 100%;
	height: 60px;
	display: block;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
div.flipicon .icon {
	width: 100%;
	height: 60px;
	display: block;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;	
}

















/* UPDATE BIRD */
.update_bird {
	margin: -5px auto 0px auto;
	width: 80px;
	height: 80px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}
.update_ads {
	margin: -5px auto -10px auto;
	width: 270px;
	height: 130px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	background-image: url(ads/update_mix.png);
}


/* ********************************************* */
/* MEMORY */
#memory_holder {
	padding-top: 10px;
	display:block;
}
.memory_block {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0.6);
	display: block;
	float: left;
	opacity: 0;	
}


/* ********************************************* */
/* CATEGORY */
#category_holder {
	padding-top: 10px;
	display:block;
	width: 100%;	
}
#category_sound {
	text-align: center;
	margin: 5px auto 10px auto;
	display: none;
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
}
#category_sound ul {
	display: block;
	list-style: none;
	height: 150px;
	display:block;
	margin: 0px;
	padding: 0px;
}
#category_sound li {	
	display: block;
	float: left;
	height: 140px;
	margin: 0px;
	background-color: rgba(0,0,0,0.1)
}
#category_sound .icons {	
	width: 90px;
	height: 90px;
	margin: 5px auto;
	background-color: rgba(0,0,0,0.6);
	display: compact;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#category_sound .prev {	
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 1;
}
#category_sound .next {	
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 2;
}
#category_sound .name {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.8em;
	height: 1.8em;
	width: 100%;
	vertical-align: middle;	
	background-color: rgba(0,0,0,0.1);
	overflow: hidden;
	text-align: center;
}
#category_values {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 90%;	
}
#category_values .td1 {
	width: 40%;
	text-align: right;
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	vertical-align:middle;	
	padding: 2px 10px 2px 2px;
}
#category_values .td2 {
	width: 60%;
	text-align: left;
	font-size: 1em;
	color: #fff;
	vertical-align:middle;
	background-color: rgba(0,0,0,0.2);
	padding: 2px;
}
#category_values .td3 {
	width: 30px;
	text-align: left;
	font-size: 1em;
	vertical-align:middle;
	background-color: rgba(0,0,0,0.2);
	padding: 2px;
}

#category_values .graph {
	width: 100%;
	height: 30px;
	display: block;
	background-color: rgba(0,0,0,1);
	overflow: hidden;
	position: relative;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#category_values .small_icon {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fff;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#category_values .tds {
	width: 100%;
	height: 32px;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	background-color: rgba(0,0,0,0.9);	
}
#category_values .graph_eq {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#category_values .graph_dirt {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#category_values .graph_smell {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#category_values .graph_throw {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#category_values .graph_aware {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#category_favs {
	width: 270px;
	height: 50px;
	display: block;
	margin: 0px auto 10px auto;
	line-height: 50px;
	vertical-align: middle;	
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1em;
	font-style: normal;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;	
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	
}




/* ********************************************* */
/* FART SAYS */
#fartsays_holder {
	padding-top: 10px;
	display:block;
	width: 100%;
	text-align: center;
}
#fartsays_game {
	width: 90%;
	max-width: 400px;
	padding: 0px;
	margin: 0px auto;
	border: none;
	
}
#fartsays_game td {
	padding: 8px 10px;	
}
#fartsays_game td div {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 4px solid rgba(0,0,0,0.2);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	display: block;
}
#says1 {
	background-color: rgba(30,40,30,0.9);	
	border-radius: 80px 20px 20px 20px !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#says2 {
	background-color: rgba(103,17,0,0.9);
	border-radius: 20px 80px 20px 20px !important;	
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#says3 {	
	background-color: rgba(240,192,0,0.9);
	border-radius: 20px 20px 20px 80px !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);	
}
#says4 {
	background-color: rgba(0,0,70,0.9);
	border-radius: 20px 20px 80px 20px !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}


/* ********************************************* */
/* COUNTER */
#counter_holder {
	padding-top: 5px;
	display:block;
	width: 100%;
	text-align: center;
}

#counter_timer {
	width: 280px;
	height: 280px;
	display: block;
	margin: 0px auto;
	position:relative;
	background-color: rgba(0,0,0,0.2);
}
#canvas_counter {
		
}
#counter_slider {
	 margin: 0px auto;
	 display: block; 
	 width: 280px;
	 height: 30px;	
}

#counter_holder .ui-slider-handle {
	height: 38px !important;	
}
#counter_holder table.nameview td {
	margin: 0px;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
	text-align: center;
	width: 33%;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.3;
}
#counter_holder table.nameview td.active {
	color: rgba(255,255,255,1);
}

#counter_slider_holder {
	margin: 20px auto;
	width: 290px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	display:block;
	background-color: #036;
}



/* ********************************************* */
/* LIST VIEW */
#list_holder {
	padding-top: 15px;
	display:block;
	width: 100%;
	text-align: center;
}
.malefarts, .femalefarts, .oldfarts {
	display: none;	
}

#list_holder table {
	margin: 2px auto;
	padding: 0px;
	text-align:center;
	width: 90%;
	max-width: 600px;
}

#list_holder table.listview td {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	list-style: none;
	height: 3em;
	vertical-align: middle;
	/*background-color: rgba(0,0,0,0.3);*/
	text-align: left;
}
#list_holder table.listview .t0 {
	background-color: rgba(0,0,0,0.3);	
}
#list_holder table.listview .t1 {
	width: 30px;
	color: rgba(255,255,255,0.5)
}
#list_holder table.listview .t2 {
	width: 50px;
	background-color: rgba(0,0,0,0.8);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;	
}
#list_holder table.listview .t2:hover {
	background-color: rgba(0,0,0,0.5);
}
#list_holder table.listview .t3 {
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 2px solid #003300;
}
#list_holder table.listview .t4 {
	width: 50px;
	background-color: rgba(0,0,0,0.4);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;	
}
#list_holder table.listview .t4:hover {
	background-color: rgba(0,0,0,0.6);
}
#list_holder table.nameview td {
	margin: 0px;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
	text-align: center;
	width: 33%;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.3;
}
#list_holder table.nameview td.active {
	color: rgba(255,255,255,1);
}


/* ********************************************* */
/* SWEEPER */
#sweeper_holder {
	padding-top: 15px;
	display:block;
	width: 100%;
	text-align: center;
}
body.caution {
	cursor: help ;
}
table.fart-sweeper {
	
}
table.fart-sweeper td {
	background-color: rgba(255,255,255,1);
	cursor: pointer ;
	height: 32px ;
	line-height: 32px ;
	width: 32px;
	vertical-align: middle;
	overflow: hidden ;
	text-align: center ;	
	color: #000;
	font-weight: bold ;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-repeat: no-repeat;
}
 

table.fart-sweeper td.active {
	background-color: rgba(0,0,0,0.5);
}
 

table.fart-sweeper td.bomb {

}
 

table.fart-sweeper td.bombed {
	background-color: #990000;
	background-size: contain;
	background-repeat: no-repeat;
}
 

table.fart-sweeper td.caution {
	background-color: #FFD0D0 ;
	color: #CC0000 ;
	font-weight: bold ;
}

/* ********************************************* */
/* HIDEFART */
#hidefart_holder {
	position: absolute;
	left: 10px;
	top: 90px;
	display: block;
	background-color: rgba(0,0,0,0.2);
	overflow: hidden;
	z-index: 1;
}
#hidefart_transport {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 300px;
	/*background-color: rgba(0,0,0,0.1);*/
	z-index: 3;	
	overflow: hidden;
}
#hidefart_woman {
	position: absolute;
	right: 30%;
	bottom: 0px;
	width: 174px;
	height: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 4;	
	overflow: hidden;	
}
#hidefart_info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	z-index: 5;	
	text-align: center;
	font-size: 1em;
	font-family: "LatoLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: rgba(0,0,0,0.4);
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#hidefart_controls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 99;
	text-align: center;	
}
#hidefart_controls div {
	display:block;
	width: 100%;
	height: 100%;	
	/*background: none;*/
	background-color: rgba(0,0,0,0);	
}


/* transporation */
#hidefart_transport .car {
	width: 200px;
	height: 100px;
	display: block;
	position:absolute;
	left: -250px;
	bottom: 100px;
	z-index: 10;
}

#farter {
	position: absolute !important;
	left: 0px !important;
	top: -15px !important;
	width: 10px !important;
	height: 10px !important;
}

#farter .ui-slider-handle {
	margin: 15px 0px !important;
	background: none !important;	
	border: none !important;
}
#farter .ui-state-active {
	background: none !important;
	border: none !important;	
}
#fart_calc1, #fart_calc2 {
	height: 250px;
	width: 50px;
	display:block;
	background-color: #111;
	border: 1px solid #000;
	text-align:center;
	color: rgba(255,255,255,0.5);
	font-size: 1em;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#fart_calc1 {
	position:absolute;
	left: 10px;
	top: 10px;	
	z-index: 6;
}
#fart_calc2 {
	position:absolute;
	left: 70px;
	top: 10px;
	z-index: 7;
}
#fart_calc3 {
	position:absolute;
	left: 140px;
	top: 10px;
	z-index: 8;
	font-size: 3.3em;
	font-family: "LatoLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}
#fart_calc3 .light { color: rgba(255,255,255,0.3)}
#fart_calc4 {
	position:absolute; 
	left: 140px;
	top: 60px;
	z-index: 9;
	font-size: 0.8em;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.5);
}

.graph_title {
	position: absolute;
	z-index: 100;
	left: -50px;
	top: 110px;
	width: 150px;
	height: 50px;
	display: compact;
	font-size: 1em;
	line-height: 50px;
	vertical-align: middle;
	text-align:left;
	font-family: "LatoLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.5);
}


#fart_num1, #fart_num2 {
	position: absolute;
	width: 50px;
	left: 0px;
	bottom: 5px;
	text-align: center;	
	z-index: 3;
}
#fart_icon1, #fart_icon2 {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;	
	z-index: 2;
}

#fart_calc1 .graph, #fart_calc2 .graph {
	position: absolute;
	width: 50px;
	height: 5px;
	left: 0px;
	bottom: 0px;
	display: block;
	background-color: #900;
	z-index: 1;
}

.skirt {
	position: absolute;
	left: 1px;
	bottom: 130px;
	width: 77px;
	height: 100px;
	display: none;
	background-repeat: no-repeat;
	background-position: left top;
}



/* ********************************************* */
/* PIANO */
#piano_holder {
	margin-top: 10px;
	display:block;
	text-align: center;
	width: 100%;
	height: auto;

}

#key_holder {
	margin: 5px 0px 0px 0px;
	background: none; 
	display: block; 
	width: 100%; 
	height: 300px; 
	position: relative;
}

#key_holder .key {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 20px;
	height: 280px;
	display: block;
	background-color: #FFF;	
	box-shadow: 2px 2px 10px rgba(0,0,0,0.8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#key_holder .blackkey {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 150px;
	display: block;
	background-color: #000;		
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #CCC;
}

#piano_holder table.nameview td {
	margin: 0px;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
	text-align: center;
	width: 25%;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.3;
}
#piano_holder table.nameview td.active {
	color: rgba(255,255,255,1);
}
#piano_holder table.nameview td.nonactive {
	color: rgba(0,0,0,1);
}


/* ********************************************* */
/* INFO */
#infosupport_holder {
	width: 90%;
	max-width: 800px;
	margin: 10px auto;	
}
#infosupport_holder p {
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCC;	
}
#infosupport_holder a {
	color: #CCC !important;	
}

.animtype_org {
	float: left;
	margin: 0px 15px 10px 0px;
	width: 120px;
	height: 120px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}


/* ********************************************* */
/* SETTINGS */
#settings_holder {
	width: 90%;
	max-width: 800px;
	margin: 10px auto;	
}
#settings_holder p {
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCC;	
}


#settings_holder .settings {
	width: 100%;
	margin: 0px 0px 16px 0px;
	display: table;
	padding: 0px;
	text-align: center;
	border: 10px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#settings_holder td {
	padding: 2px 0px 2px 0px;
}
#settings_holder .settings_icon {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	text-align: left;
}
#settings_holder .icon {
	margin: 0px !important;
	padding: 0px !important;
	background-position: center !important;
	width: 100%;
	height: 100%;
}

#settings_holder .settings_title {
	height: 40px;
	margin: 0px;
	line-height: 40px;
	vertical-align: middle;
	font-family: "LatoLight", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: rgba(255,255,255,0.6);
	margin: 5px;
	text-indent: 10px;
	text-align: left;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}

#settings_holder .settings_info {
	height: 32px;
	margin: 0px;
	line-height: 32px;
	vertical-align: middle;
	color: rgba(255,255,255,0.6);
	text-align: left;
	text-indent: 65px;
	background: rgba(0,0,0,0.2);
}

#settings_holder hr {
	border-collapse:collapse;
	border: none;
	width: 100%;
	height: 4px;
	display: block;
	background: rgba(0,0,0,0.5);	
}


/* ********************************************* */
/* PUZZLE */
#puzzle_holder {
	width: 100%;
	margin: 10px auto;	
}

#puzzle_area {
	background-color: #fff;
	height: 450px;
	margin: 0px auto 60px auto;
	position: relative;
	width: 450px;
	transform-origin:0% 0%;
	-ms-transform-origin:0% 0%; /* IE 9 */
	-webkit-transform-origin:0% 0%; /* Chrome, Safari, Opera */
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#puzzle_board div.puzzles {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
	cursor: pointer;
	height: 150px;
	line-height: 150px;
	position: absolute;
	text-align: center;
	width: 150px;
}

#puzzle_picture {
	position: absolute;	
	width: 450px;
	height: 450px;
	left: 0px;
	top: 0px;
	z-index: 993;
	display: none;
}

#puzzle_holder p {
	margin: 10px auto;
	text-align: center;		
}
#puzzle_restart {
	position: absolute;
	left: 0px;
	top: 460px;	
	z-index: 991;
}
#puzzle_reopen {
	position: absolute;
	right: 0px;
	top: 460px;
	z-index: 992;	
}


/* ********************************************* */
/* PUZZLE */
#shake_holder {
	width: 90%;
	max-width: 600px;
	margin: 10px auto;	
}

#shake_holder table.nameview td {
	margin: 0px;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
	text-align: center;
	width: 33%;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.3;
}
#shake_holder table.nameview td.active {
	color: rgba(255,255,255,1);
}


/* ********************************************* */
/* RANDOM  */
#random_holder {
	width: 100%;
	max-width: 600px;
	margin: 10px auto;
	text-align: center;
}

#random_holder table.nameview td {
	margin: 0px;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
	text-align: center;
	width: 33%;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.3;
}
#random_holder table.nameview td.active {
	color: rgba(255,255,255,1);
}

#random_player {
	width: 320px;
	height: 320px;
	background-position: center;
	background-size: 100% 100%;		
	background-image: url(bg/circle.png);
	margin: 5px auto 0px auto;
	position: relative;
}

#random_wave {
	width: 100%;
	height: 200px;
	display: none;
	position: absolute;
	background-image: url(bg/waveform.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% 100%;
	transform-origin:0% 50%;
}
#random_play {
	width: 150px;
	height: 150px;
	position: absolute;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
}



/* ********************************************* */
/* M I X */
#mix_holder {
	width: 100%;
	margin: 0px auto;	
}
#mix_screen1 {
	width: 100%;
	margin: 0px;	
	display: block;
}
#mix_screen2 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: -90px;
	/*background-color: #333;*/
	display: none;	
}
#mix_screen3 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: -90px;
	/*background-color: #222;*/
	display: none;	
}
#mix_screen4 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: -90px;
	/*background-color: #036;*/
	display: none;	
}
#mix_screen_close {
	width: 100%;
	height: 90px;
	margin-top: -90px;
	margin-left: 0px;
	display: none;
	background-color: #777;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);		
}


#mix_table {
	width: 400px;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: center;	
}
.mix_table {
	width: 55px;
	height: 120px;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: none;
	overflow:hidden;
	float: left;
}

.mix_block{
	width: 70px;
	height: 70px;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-color: rgba(0,0,0,1);
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 90%;
}


.slot_change {
	background-color: rgba(0,0,0,0.8);
}
.slot_delete {
	background-color: rgba(0,0,0,0.5);
}


#mix_list {
	width: 80%;
	max-width: 600px;
	display: block;
	margin: 0px auto;
	text-align: left;
}

#mix_title {
	width: 100%;
	text-align: center;
	margin: 10px auto;	
}

.mix_row {
	width: 100%;
	height: 50px;
	display: block;
	border-bottom: 2px solid #330000;
	vertical-align: middle;
	padding: 5px 0px 5px 0px;	
}
.mix_row span {
	margin: 10px 0px 0px 10px;
	display:block;
}

.mix_button {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0.3);
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 90%;
}
.mix_button_right {
	width: 50px;
	height: 50px;
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-color: rgba(102,0,0,0.3);
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 90%;
}
.mix_activ {
	background-color: #330000;	
}


#mix_controls {
	clear:both;
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: center;	
	padding-top: 10px;
}
hr.mix_control {
	width: 95%;
	margin: 20px auto;
	padding: 0px;
	height: 4px;
	display: block;
	border: none;
	background: rgba(0,0,0,0.2);	
}

/* SAVE SCREEN */
#mix_save {
	width: 95%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: center;	
}

#mix_save input, #mix_share input  {
	width: 100%;
	height: 32px;
	display:block;	
}

#mix_save textarea {
	width: 80%;
	height: 50px;
	display:block;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #444;
	color: #fff;
	border: 1px solid #999999;
	margin: 10px auto;	
}


#mix_saveslots {
	clear:both;
	width: 90%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: left;	
	padding-top: 10px;
}
#mix_saveslots p {
	width: 100%;
	height: auto;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px; 
	border-bottom: 1px solid rgba(0,0,0,0.2);
	font-size: 0.8em;
	display: block;	
}

.mixtitle_main {
	clear: both;
	width: 90%;
	text-align: left;
	margin: 10px auto;
	font-size: 1em;
	color: #FFF;
	padding-bottom: 4px;
}
.mixtitle_small {
	background-color: #333;	
	display: block;
	float: left;
	height: 30px;
	margin: 0px 10px 0px 0px;
	background-color: #999;
	font-size: 0.7em;
	line-height: 30px;
	vertical-align: middle;
	color: #FFF;
	float: left;
	padding: 0px 10px 0px 10px;
	background-color: rgba(0,0,0,0.2);
}
.mixtitle_icon {
	background-color: #333;	
	display: inline;
	height: 30px;
	width: 30px;
	float: right;
	margin: 0px 0px 0px 10px;
	background-color: #999;
	font-size: 0.8em;
	color: #FFF;
	background-color: rgba(0,0,0,0.2);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 90%;
}
.mixtitle_table td {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.2); 	
}

/* SHARE */
/* SAVE SCREEN */
#mix_share {
	width: 95%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: center;	
}

#mix_tc {
	width: 90%;
	height: auto;
	display: block;
	margin: 0px auto;
	text-align: center;
}

/* buttons  */
.mix_red { background-color: #F30; } .mix_red:hover { background-color: #F30; }
.mix_org { background-color: #111; } .mix_org:hover { background-color: #111; }
.mix_black { background-color: #000; } .mix_black:hover { background-color: #000; }


/* loading */
.loading {
	margin: 0 auto;
	display: block;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}
.loading .loader {
	margin: 0 auto;
	display: block;
	height: 40px;
	width: 1%;
}
.loadingtxt {
	margin: 0 auto;
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50px;
	text-align: center;
	opacity: 0.7;
	color: #999;
}

