/*
==========================================================
	H5 GAMES
==========================================================
*/
.games-card.html5games .panel-title {
  text-align: center;
  font-size: 1em;
}

.games-card.html5games .row > div:nth-child(6n+1) {
  clear: both;
}

.btn-play-h5games {
  margin-top: 10px;
  margin-bottom: 15px;
}

.h5games-category {
  display: block;
  clear: both;
}

.games-card.html5games {
  margin-bottom: 20px;
}

.games-card.html5games .panel {
  background-color: transparent;
  -webkit-shadow: none;
  -moz-shadow: none;
  -ms-shadow: none;
  -o-shadow: none;
  box-shadow: none;
  margin-bottom: 5px;
}
.games-card.html5games .panel-body {
  padding: 10px 5px 8px;
}
.games-card.html5games .panel-body a {
  text-decoration: none;
}
.games-card.html5games .panel-body span {
  display: block;
  line-height: 1em;
  margin-top: 5px;
  font-size: 0.7em;
  color: #f9f647;
}
.h5games-category h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.1em !important;
  background-color: rgba(255, 186, 54, 0.67);
  padding: 0.5em;
  color: #fff;
}

.game-card-mobile {
	display: none;
}

@media (max-width: 991px){
	.games-card.html5games .row > div:nth-child(6n+1) {
	  clear: none;
	}
	.games-card.html5games .row > div:nth-child(4n+1) {
	  clear: both;
	}
	.games-card.html5games .panel-body span {
	  font-size: 0.7em;
	}
	#livechat-eye-catcher-img img {
	  width: 200px !important;
	  height: auto !important;
	}
}

@media (max-width: 767px){
	.games-card.html5games .row > div:nth-child(4n+1) {
	  clear: none;
	}
	.games-card.html5games .row > div:nth-child(3n+1) {
	  clear: both;
	}
	#livechat-eye-catcher-img img {
		display: none !important;
	}
}

@media (max-width: 360px){
	.games-card.html5games .row > div:nth-child(3n+1) {
	  clear: none;
	}
	.games-card.html5games .row > div:nth-child(2n+1) {
	  clear: both;
	}
	.games-card.html5games .row > div {
	  width: 50%;
	}
	
}

/*
==========================================================
	RESUME & AFB BLOCK
==========================================================
*/

.resume-block, 
.play-afb88, 
.play-afb88 .side-afb88, 
.play-afb88 .main-afb88 {
	float: left;
	width: 100%;
	position: relative;
}

.resume-block .row {
	margin-left: -10px;
	margin-right: -10px;
}

.resume-block .row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.resume-block .panel {
	background: rgba(0, 0, 0, 0.45);
	background-image: none;
	border: none;	
	
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);   
			box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);	
}

.resume-block .panel-heading {
	background-image: none;
	background: #ffcf68;
	background: -moz-linear-gradient(top,  #ffcf68 0%, #bf6200 100%);
	background: -webkit-linear-gradient(top,  #ffcf68 0%,#bf6200 100%);
	background: linear-gradient(to bottom,  #ffcf68 0%,#bf6200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf68', endColorstr='#bf6200',GradientType=0 );
	border: none;
}

.resume-block .panel-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;	
}

.resume-block .panel-body {
	font-family: 'PlayBold';	
	color: #fff;
	font-size: 21px;
	min-height: 56px;
}

.resume-block.games-card .panel-title {

}

.resume-block.games-card .panel-body {
	min-height: 180px;
}

.resume-block.games-card .panel-body img {
	width: 100%;
	
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;	
}

.resume-block.games-card .panel-body img:hover {
	-webkit-transform: scale(0.95);
			transform: scale(0.95);
}

.resume-block.games-card .panel-body .alert {
	margin-bottom: 0;
}

.resume-block.games-card .panel-body .alert p {
	font-size: 14px;
	font-family: 'PlayRegular';
}

/**  PLAY AFB88 **/

.play-afb88 .row {
	margin-left: 0;
	margin-right: 0;
}

.play-afb88 .row > div {
	padding-left: 0;
	padding-right: 0;
}

.play-afb88 .row > div:first-child {
	width: 23%;
}

.play-afb88 .row > div:last-child {
	width: 77%;
}

.play-afb88 .side-afb88 iframe, 
.play-afb88 .main-afb88 iframe {
	height: 550px;
	width: 100%;
}

.game-card-mobile {
	display: none;
}

.loading-game {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 99;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-game > div {
	text-align: center;
	text-shadow: 1px 2px 3px #000;
}

.loading-game > div p {
	margin-top: 5px;
}

.games-card .panel-heading {
	min-height: 51px;	
}

@media (max-width: 1199px){	
	.resume-block.games-card .panel-heading {
		min-height: 51px;
	}
	
	.resume-block.games-card .panel-title {
		text-align: center;
	}
	
	.resume-block.games-card .panel-body {
		min-height: 145px;
	}	
}

@media (max-width: 767px){	
	.resume-block.games-card .panel-heading {
		min-height: auto;
	}
	
	.resume-block.games-card .panel-title {
		text-align: left;
	}	
	
	.resume-block.games-card .panel-body {
		min-height: auto;
	}	
	
	.resume-block.games-card .panel-body {
		float: unset;
		margin: auto;
		display: table;
	}
	
	.resume-block.games-card .panel-body img {
		width: 225px;
		margin: auto;
	}
	
	/**  PLAY AFB88 **/
	.play-afb88 .row > div:last-child {
		width: 100%;
	}
	
	.game-card-mobile {
		display: block;
	}
	
	.game-card-mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9;
		min-width: 320px;
	}
	
	.game-card-mobile-main {
		float: left;
		width: 100%;
		position: relative;
		
		background-image: -webkit-linear-gradient(top,#3c3c3c 0,#000 100%);
		background-image: -o-linear-gradient(top,#3c3c3c 0,#000 100%);
		background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#000));
		background-image: linear-gradient(to bottom,#3c3c3c 0,#000 100%);

		-webkit-box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);
		   -moz-box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);
			 -o-box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);   
				box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);		
	}
	
	.game-card-mobile .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.game-card-mobile .row > div {
		float: left;
		width: 33.33333333%;
		position: relative;	

		padding-left: 0;
		padding-right: 0;
	}

	.game-card-mobile .item a {
		display: block;
		text-align: center;
		padding: 5px;
		color: #fff;
		text-decoration: none;
		outline: none;
	}	
	
	.game-card-mobile .item a:hover {
		background-color: rgba(255,255,255,0.1);		
	}
	
	.game-card-mobile .item .icon {
		margin-bottom: 5px;
	}
	
	.game-card-mobile .item .icon img {
		width: 100%;
		text-align: center;
		margin: auto;
	}

	.game-card-mobile .item .title {
		font-size: 12px;
		display: none;
	}
	
	.game-card-mobile .icon-mobile {
		display: none;
	}
}

@media (max-width: 480px){
	.game-card-mobile .icon-tablet {
		display: none;
	}

	.game-card-mobile .icon-mobile {
		display: block;
	}
	
	.game-card-mobile .item .icon img {
		width: 100%;
	}
}

@media (max-width: 360px){
	.resume-block.games-card .panel-body img {
		width: auto;
	}	
}

table .pokercard {
    width: 1.5em !important;
}

@media (max-width: 640px) {
	table .pokercard {
		width: 1.2em !important;
	}
}