
html {
	height: 100%;
}

body {
	padding: 0 0 50px 0;
	margin: 0;
	
	height: 100%;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 1em;
}

.ui {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
	background: url("../images/header2.jpg") top no-repeat;
	background-size: 100%;
}

.ui h1 {
	text-align: center;
	font-size: 3em;
	font-weight: lighter;
	padding: 20px 0 10px;
	margin: 0;
	color: #000;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.ui p {
	float: left;
	background: rgba(0,0,0,0.20);
	border-radius: 10px;
	padding: 10px;
	margin: 70px 5px 0 0;
	font-size: 1em;
	line-height: 1;
	width: 170px;
	color: #000;
}

.ui p#bestCombo {
	float: right;
	margin-right: 0;
}

.ui p span {
	font-weight: bold;
}

.footer {
	text-align: center;
	font-size: 12px;
	color: #000;
}

.footer a {
	color: #000;
}


.message {
	background: #12852b;
	border-radius: 15px;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.25);
	position: absolute;
	top: 350px;
	left: 50%;
	height: 200px;
	width: 500px;
	padding: 30px 0;
	margin: 0 0 0 -250px;
	box-sizing: border-box;
	text-align: center;
	z-index: 99;
}

.message h2 {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 2em;
	color: #ccc;
}

.message ul,
.message li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.message button {
	display: block;
	font-size: 0.6em;
	padding: 2px;
	border:1px;
	background: #ccc;
	border-radius:  50%;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.15);
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	cursor: pointer;
	width:50px;
	height:50px;
}

.message .twelve {
	background-color:Limegreen;
}

.message .ten {
	background-color: #FFC300;
}

.message .eight {
	background-color: #25CF6B;
}

.message .six {
	background-color: #2868C7;
}

.message .four {
	background-color: #8F2BB3;
}



#game {
	height: 400px;
	width: 400px;
	background: #12852b;
	border: 1px solid rgba(255, 255, 255, 0.15);
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

#game .row {
	position: absolute;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transform: scale(0.9);
	/*background-image: url(../images/gradient.png);*/
	background-size: cover;
	overflow: hidden;
}

#game .row.glow {
	z-index: 99;
	box-shadow: inset 0 0 10px 10px rgba(255,255,255,1);	
}

/*RED*/
#game .row.type-1 {
	background-color: red;
	background-image:url(../images/pgo001.png);
	
}

/*ORANGE*/
#game .row.type-2 {
	background-color: #FFC300;
	background-image:url(../images/pgo002.png);
	
}

/*BLUE*/
#game .row.type-3 {
	background-color: #2868C7;
	background-image:url(../images/pgo003.png);
	
}

/*green*/
#game .row.type-4 {
	background-color: #25CF6B;
	background-image:url(../images/pgo004.png);
	
}

/*PURPLE*/
#game .row.type-5 {
	background-color: #8F2BB3;
	background-image:url(../images/pgo005.png);
	
}

/*BLACK*/
#game .row.type-6 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo006.png);
	
}

/*BLACK*/
#game .row.type-7 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo007.png);
	
}

/*BLACK*/
#game .row.type-8 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo008.png);
	
}

/*BLACK*/
#game .row.type-9 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo009.png);
	
}

/*BLACK*/
#game .row.type-10 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo010.png);
	
}
/*BLACK*/
#game .row.type-11 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo011.png);
	
}
/*BLACK*/
#game .row.type-12 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo012.png);
	
}
/*BLACK*/
#game .row.type-13 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo013.png);
	
}
/*BLACK*/
#game .row.type-14 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo014.png);
	
}
/*BLACK*/
#game .row.type-15 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo015.png);
	
}
/*BLACK*/
#game .row.type-16 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo016.png);
	
}
/*BLACK*/
#game .row.type-17 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo017.png);
	
}
/*BLACK*/
#game .row.type-18 {
	background-color: #4A3E4F;
	background-image:url(../images/pgo018.png);
	
}

/*BLACK*/
#game .row.type-19 {
	background-color: #FFOOFF;
	background-image:url(../images/vinyl120.png);
	
}
