div,a,img{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}

img{
	max-width:100%;
	height:auto;
    width: 100%;
	vertical-align:top
}
a{
	text-decoration:none;
	outline:none;
	color:#ffd800;
	transition:.3s
}
a:hover{
	color:#ffd800
}
.game-list{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px
}
.game-list.list-sm .game-item{
	width:19%
}
.game-item{
	position:relative;
	display:table;
	margin-right:1%;
	width:24%;
	margin-bottom:9px;
	transition:.4s
}
.game-item:hover{
	box-shadow:0 0 10px 3px rgba(255,164,0,.4)
}
.game-item:hover .hidden-game-name{
	opacity:1
}
.game-item:hover .slot-labels,.game-item:hover .label-win{
	opacity:0;
	visibility:hidden
}
.game-item .game-logo{
	border-radius:3px;
	overflow:hidden
}
.game-item .hidden-game-name{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	flex-direction:column;
	border:4px solid #ffd800;
	background-color:rgba(0,0,0,.6);
	padding:20px 18px;
	opacity:0;
	border-radius:3px;
	overflow:hidden;
	transition:.3s
}
.game-item .game-title{
	flex-grow:1;
	font-family:FuturaPT,Arial,sans-serif;
	font-weight:700;
	font-size:1.3vw;
	line-height:1.3;
	text-shadow:0 2px 3px #000;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center
}
.game-item .btns-wrap{
	display:flex
}
.game-item .btns-wrap .btn{
	padding:10px 30px;
	flex-grow:1;
	text-transform:uppercase;
	font-family:FuturaPT,Arial,sans-serif;
	font-weight:700;
	font-size:16px;
	border:none;
	border-radius:5px;
	align-items:center;
	justify-content:center;
	text-shadow:0 1px 0 #fa286b;
	margin-left:6px;
	transition:.3s
}
.game-item .btns-wrap .btn:first-child{
	margin-left:0
}
.game-item .btns-wrap .btn:hover{
	color:#fff
}
.game-item .btn-play{
	background: #1006a0;
	box-shadow:0 0 10px 3px rgba(0,0,0,.2),inset 0 0 7px 1px #5a2404
}
.game-item .btn-play:hover{
	box-shadow:0 0 10px 3px #885502,inset 0 0 7px 5px #9b6a02
}
.game-item .btn-demo{
	background:linear-gradient(to bottom,#b413ff 0,#a500ff 26%,#8200ff 47%,#4100ff 51%,#4403ff 100%);
	box-shadow:0 0 10px 3px rgba(0,0,0,.2),inset 0 0 7px 1px #ae5cff
}
.game-item .btn-demo:hover{
	box-shadow:0 0 10px 3px #7d3bff,inset 0 0 7px 5px #821cff
}
.game-item .slot-labels{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden
}
.game-item .label{
	position:absolute;
	top:-22px;
	left:-36px;
	text-transform:uppercase;
	color:#fff;
	font-family:FuturaPT,Arial,sans-serif;
	font-weight:800;
	transform:rotate(-45deg);
	width:90px;
	height:60px;
	text-align:center;
	padding-top:35px;
	transition:opasity .3s
}
.game-item .label.label-new{
	background-color:#019405
}
.game-item .label.label-hot{
	background-color:#d40f47
}
.game-item .label span{
	display:inline-block;
	font-size:16px
}
.game-item .label-win{
	position:absolute;
	top:-19px;
	right:-7px;
	pointer-events:none;
	width:78px;
	height:79px;
}

.hall-of-fame .slot-name{
	color:#ffd800;
	font-family:HelveticaNeue,Arial,sans-serif;
	font-weight:700
}

.winners-widget .game-logo{
	flex:0 0 44px;
	width:44px;
	height:44px;
	border-radius:3px;
	margin-right:20px;
	overflow:hidden
}

@media (max-width:1023px){
	
	.game-item .game-logo img{
		width:100%
	}
}
@media (max-width:768px){
	
	.game-item{
		width:32% !important
	}
	.game-item .game-title{
		font-size:15px
	}
     .slot-name{
		background-image:linear-gradient(90deg,#e59b33 0,#fee6c0 50%,#e59b33 100%);
		-webkit-background-clip:text;
		-webkit-text-fill-color:transparent;
		color:#fff;
		text-shadow:none;
		font-family:FuturaPT,Arial,sans-serif;
		font-size:15px;
		font-weight:400
	}
}
@media (max-width:600px){
	
	.game-list{
		justify-content:space-between
	}
	.game-item{
		width:calc(50% - 10px) !important;
		margin:0 0 15px
	}
	.game-item .hidden-game-name{
		padding:15px
	}
	.game-item .btns-wrap{
		flex-direction:column
	}
	.game-item .btns-wrap .btn{
		padding:5px;
		margin-left:0;
		margin-bottom:6px
	}
	.game-item .btns-wrap .btn:last-child{
		margin-bottom:0
	}
	
}
