/* ---------------------------------- */
/* POPULAR SLOT MACHINES */


.bsq-home-popular-slot-machines-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
	background: #E1F2FF;
}

.bsq-home-popular-slot-machines-wrapper {
	width: calc( 100% + 0px);
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	align-items: flex-start;
	padding: 0px;
}

.bsq-home-popular-slot-machines-div-header {
	width: 100%;
}

.bsq-home-popular-slot-machines-h2-header {
	line-height: 150%;
	color: #060606;
	margin-bottom: 20px;
}

.bsq-home-popular-slot-machines-p-header {

	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #384D64;
	margin-bottom: 20px;
}

.bsq-home-popular-slot-machines-items {
	width: calc( 100% + 40px );
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	align-items: flex-start;
	padding: 0px;
	margin: 0px -10px;
	box-sizing: border-box;
}

.bsq-home-popular-slot-machines-item {
	width:  calc( 25% - 20px );
	background-color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	align-items: center;
	margin: 10px;
	border: 1px solid #d7ecff;
	box-sizing: border-box;
	min-height: 300px;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #dddddd;
	position: relative;
}

.bsq-home-popular-slot-machines-item-div-content {
	padding: 20px;
}

.bsq-home-popular-slot-machines-header-wrapper {
	height: 60px;
	overflow: hidden;
}

.bsq-home-popular-slot-machines-text-wrapper {
	height: 120px;
	overflow: hidden;
}

.bsq-home-popular-slot-machines-thumbnail {
	display: block;
	height: auto !important;
	width: 100% !important;
	margin: 0 !important;
}

.bsq-home-popular-slot-machines-stamp {
	border: 0px solid #d7ecff;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #06203D;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 7px;
}

.bsq-home-popular-slot-machines-span-title {
	width: 100%;
	font-size: 20px;
	line-height: 150%;
	color: #002b4d;
	margin-bottom: 0px;
	font-family: SQMarket-Medium, Arial, sans-serif;
	font-weight: 400;
}
.bsq-home-popular-slot-machines-span {
	width: 100%;
	font-size: 16px;
	line-height: 120%;
	color: #060606;
	margin-bottom: 20px;
}
.bsq-home-popular-slot-machines-href {
	display: block;
	cursor: pointer;
}

.bsq-home-popular-slot-machines-href i {
	text-decoration: none !important;
	margin-left: 20px;
}

.bsq-home-popular-slot-machines-href:hover {
	text-decoration: underline;
}

.bsq-home-popular-slot-machines-div-button {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 0px;
}

.bsq-home-popular-slot-machines-button {
	display: inline-block;
	background-color: #0081e7 !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px dotted #0081e7;
	padding: 13px 18px;
	font-family: SQMarket-Medium, Arial, sans-serif;
	font-size: 16px !important;
	line-height: 20px;
	color: #f5faff !important;
	font-weight: 400 !important;
	text-align: center;
	cursor: pointer;
}

.bsq-home-popular-slot-machines-button:hover {
	background-color: #f5faff !important;
	color: #0081e7 !important;
}

.bsq-home-popular-slot-machines-button i {
	text-decoration: none !important;
	margin-left: 20px;
}

.bsq-home-popular-slot-machines-no-results {
	color: #999;
	text-align: center;
	padding: 2rem;
	font-style: italic;
}

@media (max-width: 1200px) {

	.bsq-home-popular-slot-machines-wrapper {
		width: 80%;
	}

	.bsq-home-popular-slot-machines-item:nth-child(-n + 2) {
		width:  calc( 33.33% - 20px );
	}

	.bsq-home-popular-slot-machines-item {
		width:  calc( 33.33% - 20px );
	}

}

@media (max-width: 992px) {

	.bsq-home-popular-slot-machines-wrapper {
		width: 100%;
	}

	.bsq-home-popular-slot-machines-item:nth-child(-n + 2) {
		width:  calc( 50% - 20px );
	}

	.bsq-home-popular-slot-machines-item {
		width:  calc( 50% - 20px );
	}

}

@media (max-width: 576px) {

	.bsq-home-popular-slot-machines-item:nth-child(-n + 2) {
		width:  calc( 100% - 20px );
	}

	.bsq-home-popular-slot-machines-item {
		width:  calc( 100% - 20px );
	}

}