a {color:#000}
a:hover {color:#000}
.gamebody{
	background-size:cover;
	padding:0px 10px;padding-bottom:26px;
}
.headerGame{
	max-width:980px;
	margin:0px auto;
}
.headerGame .titleGame{
    font-size:36pt;line-height:1.2;
	text-align:center;
	color:#f2e247;
	text-shadow:
       1px 1px 0 #901e00,
     -1px -1px 0 #901e00,  
      1px -1px 0 #901e00,
      -1px 1px 0 #901e00,
       1px 1px 0 #901e00;

}
.headerGame .timeGame{
  max-width:400px;
  font-size:28pt;line-height:0.9;
  margin-top: 10px auto;
  text-align: center;
  text-transform: uppercase;
  color:#fff;
  font-weight:bold;
  text-shadow:
       1px 1px 0 #901e00,
     -1px -1px 0 #901e00,  
      1px -1px 0 #901e00,
      -1px 1px 0 #901e00,
       1px 1px 0 #901e00;
}
.headerGame .timeGame.centerline {
  display: table;
  white-space: nowrap;
  margin:auto;
}
.headerGame .timeGame.centerline:before,
.headerGame .timeGame.centerline:after {
  border-top: 1px solid #fff176;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.headerGame .timeGame.centerline:before {
  right: 1.5%;
}
.headerGame .timeGame.centerline:after {
  left: 1.5%;
}
.gameBody{
	min-height:645px;
}
.bodyGame{
	margin:10px auto;
	display:block;
	position:relative;
}
.bodyGame canvas{
	display: block; touch-action: none; -moz-user-select: none;cursor: inherit;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width:100%;
	height:auto !important;
	cursor:pointer;
}
.infoGame{
	color:#fff;
	font-size:16pt;
	text-align:center;
	font-weight:bold;
}
.groupbox{
	max-width:740px;margin:0px auto !important;padding:0px !important;
	display: block;
	list-style:none;
}
.groupbox:after{
	clear:both;
}
.groupbox .item{
	list-style:none;
	float:left;width:20%;
}
.groupbox .item a{
	display:block;
	background:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	text-transform:uppercase;
	padding:5px 10px;
	margin:5px;
}
.groupbox .item a img{
	height:52px;width:auto;
}
.groupbox .item a:hover,.groupbox .item a:active,.groupbox .item a.active{
	background:#c3c3c3;
}
.btnmodalclose{position: absolute;top:0px;right:0px;font-size:18pt;line-height:1em;padding:6px 8px;padding-bottom:8px;background:none;border:0px;z-index: 9;}
.btnmodalclose:hover{background: #eee;cursor:pointer;}
@media(max-width:748px){
	.headerGame .titleGame{
		font-size:28pt;
	}
	.headerGame .timeGame{
		font-size:20pt;
	}
	.infoGame{
		font-size:12pt;
	}
}
@media(max-width:648px){
	.headerGame .titleGame{
		font-size:28pt;
	}
	.headerGame .timeGame{
		font-size:20pt;
	}
	.groupbox .item a{
		font-size:8pt;
		margin:2px;
	}
	.tygh-header{
		height:auto!important;
	}
}
@media(max-width:481px){
	.headerGame .titleGame{
		font-size:26pt;
	}
	.headerGame .timeGame{
		font-size:20pt;
	}
	.infoGame{
		font-size:10pt;
	}
	.groupbox{
		margin:0px -10px !important;
		position:fixed;z-index:9999999;
		bottom:0px;
		width:104%;
	}
	.groupbox .item{
		background:#fff;
	}
	.groupbox .item a{
		font-size:7pt;
		margin:0px;
		padding:5px 2px;
	}
	.groupbox .item a img{
		height:32px;
		margin:5px auto;
	}
	.groupbox .item a:hover,.groupbox .item a:active,.groupbox .item a.active{
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}