.gameholder{
	box-shadow: 0 3px 9px #101010, inset 0 0 9px black;
	min-height: 600px;
	background: #031d25;
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(left, #8a10c3 0%, #0996d2 100%);
	-webkit-border-image: -webkit-linear-gradient(left, #8a10c3 0%, #0996d2 100%);
	border-image: linear-gradient(to right, #8a10c3 0%, #0996d2 100%);
	border-image-slice: 1;
	padding: 8px;
	position: relative;


} 


/*TITLE*/
.headercontainer h1{
	font-family: 'BigNoodleTitling';
	background: -webkit-linear-gradient(#eeeeee, #afafaf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0px;
	font-size: 40px;
	float:left;
	margin-bottom: 10px;
}

/*DATE*/
.headercontainer h2{
	font-family: 'BigNoodleTitling';
	background: -webkit-linear-gradient(#eeeeee, #afafaf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0px;
	font-size: 20px;
	float:right;
	margin-top: 16px;
}

/*SEPARATOR */
.gameholder hr{
	clear:both;
	border-color: green;
	border-color: #12556b;

}

/*CONTENT*/
.togel-timer-value{
	background: linear-gradient(to bottom, #00c0d6 0%,#007f9c 100%);
	border-radius: 5px;
	color: white;
	text-align: center;
	font-size: 14px;
	align-self: baseline;
	flex: 50%;
}
.togel-timer-timer{
	background: #151720;
	color: white;
	border-radius: 5px;
	border: solid 1px;
	text-align: center;
	font-size: 14px;
	align-self: baseline;
	flex: 50%;
}
.togel-timer-close{
	background: red;
	color: white;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	align-self: baseline;
	flex: 100%;
}

.gamecontent{
	margin-bottom: 10px;

}
.navlg{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

.gamenav{
	margin: 0px;
}

.gamenav  > li {
	background: rgba(142,10,190,1);
	background: -moz-linear-gradient(left, rgba(142,10,190,1) 0%, rgba(55,99,202,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,10,190,1)), color-stop(100%, rgba(55,99,202,1)));
	background: -webkit-linear-gradient(left, rgba(142,10,190,1) 0%, rgba(55,99,202,1) 100%);
	background: -o-linear-gradient(left, rgba(142,10,190,1) 0%, rgba(55,99,202,1) 100%);
	background: -ms-linear-gradient(left, rgba(142,10,190,1) 0%, rgba(55,99,202,1) 100%);
	background: linear-gradient(to right, rgba(142,10,190,1) 0%, rgba(55,99,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0abe', endColorstr='#3763ca', GradientType=1 );
	border-radius: 5px;
	border-bottom: 3px solid transparent;
	width:100%;
}
.gamenav  > li > a {
	background: rgba(0,87,119,1);
	background: -moz-linear-gradient(top, rgba(0,87,119,1) 0%, rgba(8,47,58,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,87,119,1)), color-stop(100%, rgba(8,47,58,1)));
	background: -webkit-linear-gradient(top, rgba(0,87,119,1) 0%, rgba(8,47,58,1) 100%);
	background: -o-linear-gradient(top, rgba(0,87,119,1) 0%, rgba(8,47,58,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,87,119,1) 0%, rgba(8,47,58,1) 100%);
	background: linear-gradient(to bottom, rgba(0,87,119,1) 0%, rgba(8,47,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005777', endColorstr='#082f3a', GradientType=0 );

	color:white;
	font-family: 'calibri';
	font-size: 18px;
}

.gamenav  > li > a:hover{
	background: -moz-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 90%, rgba(0,88,123,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,181,205,1)), color-stop(80%, rgba(0,88,123,1)), color-stop(100%, rgba(0,88,123,1)));
	background: -webkit-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 90%, rgba(0,88,123,1) 100%);
	background: -o-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 89%, rgba(0,88,123,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 90%, rgba(0,88,123,1) 100%);
	background: linear-gradient(to bottom, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 90%, rgba(0,88,123,1) 100%);
}


.gamenav .active{
	background: -moz-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 80%, rgba(0,88,123,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,181,205,1)), color-stop(80%, rgba(0,88,123,1)), color-stop(100%, rgba(0,88,123,1)));
	background: -webkit-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 80%, rgba(0,88,123,1) 100%);
	background: -o-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 80%, rgba(0,88,123,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 80%, rgba(0,88,123,1) 100%);
	background: linear-gradient(to bottom, rgba(0,181,205,1) 0%, rgba(0,88,123,1) 80%, rgba(0,88,123,1) 100%);

}

.games div.title-holder{
	background: rgba(144,7,190,1);
	background: -moz-linear-gradient(left, rgba(144,7,190,1) 0%, rgba(54,101,202,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(144,7,190,1)), color-stop(100%, rgba(54,101,202,1)));
	background: -webkit-linear-gradient(left, rgba(144,7,190,1) 0%, rgba(54,101,202,1) 100%);
	background: -o-linear-gradient(left, rgba(144,7,190,1) 0%, rgba(54,101,202,1) 100%);
	background: -ms-linear-gradient(left, rgba(144,7,190,1) 0%, rgba(54,101,202,1) 100%);
	background: linear-gradient(to right, rgba(144,7,190,1) 0%, rgba(54,101,202,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9007be', endColorstr='#3665ca', GradientType=1 );
}

.games h1{
	text-align: center;
	margin: 0px;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0px;
	margin-left: 2px;
	margin-right: 0px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width:100%;	

	font-family: 'bignoodletitlingregular', arial, sans-serif;
	font-family: 'Trebuchet MS';
	background: -webkit-linear-gradient(white, white);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title-head{
	font-size: 20px;
}

.games div.col-lg-3{
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.games div.col-lg-3:hover{
	background-color: black;
}

.gamelist .row{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 1%;
}
.gamelist .col-lg-3{
	padding: 0px;
	border: solid 1px #585858;
	width: 24%;
	margin-right: 1%;
	margin-top: 1%;
	/*height: 228px;*/
}
.gamelist .col-lg-3:nth-child(4n+4){
	margin-right: 0;
}

/*
	Appropriate img ratio is 254 x 162
	*/
	.gamelist .col-lg-3 img{
		width: 100%;
		height: 128px;
		border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
	}

	.col-lg-3 div.title-holder{
		background: rgba(2,81,109,1);
		background: -moz-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,81,109,1)), color-stop(100%, rgba(8,48,60,1)));
		background: -webkit-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: -o-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: -ms-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: linear-gradient(to bottom, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02516d', endColorstr='#08303c', GradientType=0 );
		padding: 0 5px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
	}

	.col-lg-12 div.title-holder{
		background: rgba(2,81,109,1);
		background: -moz-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,81,109,1)), color-stop(100%, rgba(8,48,60,1)));
		background: -webkit-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: -o-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: -ms-linear-gradient(top, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		background: linear-gradient(to bottom, rgba(2,81,109,1) 0%, rgba(8,48,60,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02516d', endColorstr='#08303c', GradientType=0 );
		padding: 0 5px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
	}

	.col-lg-3 h1{
		font-family: 'calibri';
		font-weight: normal;
		margin-bottom: 0px;
		margin: 0 auto;
		padding: 8px 0;
		z-index: 9999;
	}

	.col-lg-12 h1{
		font-family: 'calibri';
		font-weight: normal;
		margin-bottom: 0px;
		margin: 0 auto;
		padding: 8px 0;
		z-index: 9999;
	}
	

	.playbutton{

		background: rgba(240,180,28,1);
		background: -moz-linear-gradient(top, rgba(240,180,28,1) 0%, rgba(209,135,23,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,180,28,1)), color-stop(100%, rgba(209,135,23,1)));
		background: -webkit-linear-gradient(top, rgba(240,180,28,1) 0%, rgba(209,135,23,1) 100%);
		background: -o-linear-gradient(top, rgba(240,180,28,1) 0%, rgba(209,135,23,1) 100%);
		background: -ms-linear-gradient(top, rgba(240,180,28,1) 0%, rgba(209,135,23,1) 100%);
		background: linear-gradient(to bottom, rgba(240,180,28,1) 0%, rgba(209,135,23,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b41c', endColorstr='#d18717', GradientType=0 );
		text-align: center;
		color: #000;
		border: 0px;
		font-size: 20px;
		position: absolute;
		z-index: 10;
		bottom: 40%;
		left: 13%;
		width: 150px;
		height: 50px;
		border-radius: 5px;
		font-weight: bolder;
		-webkit-box-shadow: 0px 10px 2px 0px rgba(0,0,0,0.92);
		-moz-box-shadow: 0px 10px 2px 0px rgba(0,0,0,0.92);
		box-shadow: 0px 10px 2px 0px rgba(0,0,0,0.92);
	}



	.col-lg-3 .imggameplay{

		position: absolute;
		opacity: 0;

	}

	.col-lg-3 .playbutton{
		opacity: 0;

	}


	.games .col-lg-3:hover .img-responsive{
		/*display: none;*/
		display: block;
	}

	.games .col-lg-3:hover h1{
		/*display: none;*/
		display: inline-block;

	}

	.games .col-lg-3:hover .imggameplay{
		display: block;
		opacity: .7;
		transition: opacity 1s;
		-webkit-transition: opacity 1s; 
	}

	.games .col-lg-3:hover .playbutton{
		opacity: 1;
		transition: opacity 1s;
		-webkit-transition: opacity .5s; 
	}
	.col-lg-3:hover{
		border-radius: 5px;
	}