.games-item{
	width: 25%;
    text-align: center;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
	margin-top:10px;
	position:relative;
}
.games-item img {
    width: 174px;
	height:102px;
}

.games-item-title {
    height: 29px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.game-item-desc {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    line-height: 13px;
    height: 50px;
    overflow-y: hidden;
}

.games-item .games-item-title,
.games-item .game-item-desc,
.games-item .game-btns
{
	display:none;
}

.games-item .game-btns {
    padding: 12px 0 6px 0;
}

.games-item .link-play {
	background:#11c600;
	color:#fff !important;
	display: inline-block;
	width: 115px;
	height: 34px;
	line-height:36px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold !important;
	 font-size:16px;
	 border-radius:3px;
	 padding-left:3px;
	
}

.games-item .link-play:hover {
	background:#14e400;
	text-decoration:none;
}

.games-item .link-demo {
	background: #ffd800;
	display: inline-block;
	width: 68px;
	height: 34px;
	line-height:36px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000 !important;
	font-weight:bold !important;
	 font-size:16px;
	  border-radius:3px;
	  margin-left:3px;

}

.games-item .link-demo:hover {
	background:#fef700;
	text-decoration:none;
}
.games-no
{
	padding: 5rem 0;
    text-align: center;
}
.games-serach-res{
	background:#245aa4;
	width:calc(100% - 2px);
	margin-top:3px;
	border: 1px solid #1e5095;
	position:absolute;
	z-index: 10000;
}
.games-serach-res A{
	display:block;
	padding:8px 5px;
	border-bottom: 1px solid #1e5095;
	font-size:12px;
}
.search-line
{
	position:relative;
}
.gd_container_anonce
{
	padding-top:5rem;
	padding-bottom:5rem;
	text-align:center;
	font-size:16px;
}
@media (max-width: 1023px)
{
	.games-item{
		width:33%;
	}
	.game-btns
	{
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		
	}
	.games-item .link-play
	{
		width:112px;
		margin-bottom:15px;
	}
	.games-item .link-demo
	{
		width:115px;
		margin-left:0px;
	}
}
@media (min-width: 1024px)
{
	
	.games-item:hover .games-item-title,
	.games-item:hover .game-item-desc,
	.games-item:hover .game-btns
	{
		display:block;
	}
	
	.games-item:hover {
		background: #03295c;
		width: 235px;
		text-align: center;
		border: 3px solid #ffd800;
		border-radius: 10px;
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
		z-index: 99999;
		margin-left:-26px;
		margin-right:-26px;
		margin-top:-26px;
		margin-bottom:-250px;
		max-height:320px;
		
	}
	
	.games-item:hover img {
		width: 220px;
		height: auto;
		border: 1px solid #245aa4;
	}
	.games-item:hover .srtb {
		display:none;
	}
}
@media (max-width: 500px)
{
	.games-item{
		width:50%;
	}
}