/* ############################################ 
	HEADER 
############################################ */
header {
	position: relative;
	z-index: 20;
	padding-top: 27px;
	margin-bottom: 0;
}

header h1 {
	font-size: 22px !important;
	margin-bottom: 8px;
}

header .container-thumbnail img {
	width: calc(100% + 16px);
	height: auto;
	margin-left: -8px;
	margin-right: -8px;
}

@media screen and (min-width: 768px) {
	
	header .container-thumbnail img {
		border-radius: 10px;
		margin: 0 !important;
		width: 100%;
	}
}

/* ############################################ 
	MAIN-INFOS 
############################################ */
section.main-infos .container {
	max-width: 450px;
	margin: 32px auto 0 auto;
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.the-content .col,
section.main-infos .col {
	font-size: 0;
}

section.the-content .col,
section.main-infos .col .top {
	font-weight: 300;
	font-size: 10px;
	color: #ff8300;
}

section.the-content .col,
section.main-infos .col .value {
	font-weight: 700;
	font-size: 12px;
}

section.main-infos .col.vol {
	position: relative;
	padding-left: 28px;
}

section.main-infos .col.vol img {
	position: absolute;
	top: 2px;
	left: 0;
}

.top-bar-play .btn-cta,
section.main-infos .col .btn-cta {
	background: #3374F8 !important;
	border-radius: 16px;
	font-family: 'Nunitoo', 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 16px 7px 16px;
	border-radius: 18px;
}

section.main-infos .col .btn-cta {
	animation: pulse 1.5s infinite;
}

section.main-infos .col .btn-cta:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
	-webkit-box-shadow: 0 0 0 0 rgba(52, 117, 248, 0.2);
	}
	70% {
	  -webkit-box-shadow: 0 0 0 15px rgba(52, 117, 248, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(52, 117, 248, 0);
	}
}
@keyframes pulse {
	0% {
	-moz-box-shadow: 0 0 0 0 rgba(52, 117, 248, 0.2);
	box-shadow: 0 0 0 0 rgba(52, 117, 248, 0.2);
	}
	70% {
	  -moz-box-shadow: 0 0 0 15px rgba(52, 117, 248, 0);
	  box-shadow: 0 0 0 15px rgba(52, 117, 248, 0);
	}
	100% {
	  -moz-box-shadow: 0 0 0 0 rgba(52, 117, 248, 0);
	  box-shadow: 0 0 0 0 rgba(52, 117, 248, 0);
	}
}

@media screen and (min-width: 1085px) {
	
	section.main-infos {
		margin-top: -5px;
	}
	
	section.main-infos {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

@media screen and (max-width: 371px) {
	
	section.main-infos .col .btn-cta span {
		display: none;
	}
}

/* ############################################ 
	THE-CONTENT 
############################################ */
section.the-content .col {
	border-bottom: solid 1px #ff8300;
	padding-bottom: 16px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.the-content .col img {
	max-width: 70px;
	max-height: 30px;
	height: auto;
	width: auto;
}

section.the-content .right {
	display: flex;
}

section.the-content .vol2{
	margin-left: 16px;
}

section.the-content .pros-cons .pros .title,
section.the-content .pros-cons .cons .title {
	color: #02B33B;
	text-transform: uppercase;
	padding: 4px;
	border-bottom: solid 2px #02B33B;
	font-weight: 900;
	font-size: 18px;
}

section.the-content .pros-cons .cons .title {
	border-bottom: solid 2px #F12122;
	color: #F12122;
}

section.the-content .pros-cons .pros ul li,
section.the-content .pros-cons .cons ul li {
	margin-bottom: 12px;
	color: #e3eaf9;
}
section.the-content .pros-cons ul {
	padding-left: 23px;
}

section.the-content .pros-cons li {
	list-style: none;
}

section.the-content .pros-cons li::before {
	font-family: 'Material Icons';
	content: "add_circle";
	color: #02B33B;
	display: inline-block;
	margin-left: -24px;
	margin-right: 8px;
	vertical-align: middle;
}

section.the-content .pros-cons .cons li::before {
	content: "remove_circle";
	color: #F12122;
}

section.the-content .banner {
	margin-bottom: 32px;
	text-align: center;
}

section.the-content .banner a picture img {
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}


section.the-content .conclusion {
	margin-top: 32px;
	background-image: linear-gradient(-135deg, #5E5E8F 0%, #303056 100%);
	margin-left: -16px;
	margin-right: -16px;
	padding: 16px;
	border-radius: 10px;
}

section.the-content .conclusion * {
	color: #fff;
}

@media screen and (max-width: 468px) {
	section.the-content .banner iframe {
		width: 100%;
		}
	}

@media screen and (min-width: 660px) {
	
	section.the-content .pros-cons {
		display: table;
		width: 100%;
	}
	
	section.the-content .pros-cons .pros,
	section.the-content .pros-cons .cons {
		width: calc(50% - 8px);
		float: left;
		margin-right: 8px;
	}
	
	section.the-content .pros-cons .cons {
		float: right;
		margin-right: 0;
		margin-left: 8px;
	}
	

}

section.the-content .bottom-cta {
	background: url("../img/bg-cta-content.svg") no-repeat center center;
	background-size: 100% 100%;
	margin: 16px -16px -17px -16px;
	text-align: center;
	padding: 16px;
}

section.the-content .bottom-cta span {
	font-size: 66px;
}

section.the-content .bottom-cta div {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 16px;
}

section.the-content .bottom-cta .btn-cta {
	background: #1556CD !important;
	font-size: 18px;
	margin: 16px 0;
}

section.the-content .bottom-cta .offer-title {
	font-size: 24px;
}	

section.the-content .bottom-cta .offer-slogan {
	margin: 0;
    font-weight: 200;
}

section.the-content .bottom-cta .offer p {
	margin:0;
}

section.the-content .bottom-cta .offer i {
	color: #e60f46;
}

section.the-content .bottom-cta .tnc-text {
	margin-top: 8px;
}

section.the-content .no-content {
	text-align: center;
	margin-bottom: 48px;
	font-size: 20px;
}

section.the-content .no-content img {
	max-width: 150px;
	width: 100%;
	margin-bottom: 32px;
}

section.the-content .no-content span {
	font-weight: 700;
	font-size: 20px;
}

/* VIDEO */
section.the-content .video {
	margin: 16px -16px -16px -16px;
	padding-bottom: 56.25%;
	position: relative;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

section.the-content .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {

	section.the-content {
		width: calc(100% + 16px);
		margin-left: -8px;
		margin-right: -8px;
	}
	
	section.the-content .box {
		border-radius: 0 !important;
	}
}

/* ############################################ 
	NAVIGATION 
############################################ */
section.navigation .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

section.navigation .container span * {
	color: #0CA9E7;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	font-weight: 700;
}

section.navigation .container span i {
	font-size: 16px;
}

section.navigation .container span:active * {
	color: #000;
}

/* ############################################ 
	PLAY GAME 
############################################ */
section.play-game {
	background: #000;
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9997;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0;
}

section.play-game.open {
	bottom: 0;
	opacity: 1;
}

	section.play-game .container-frame {
		position: relative;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

		section.play-game .top-bar {
			height: 52px;
			width: 100%;
			background: #F2F3F5;
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 0 8px;
			box-sizing: border-box;
		}
		
			section.play-game .top-bar .right {
				display: flex;
				align-items: center;
				justify-content: center;
			}
			
				section.play-game .top-bar .right .top {
					font-size: 10px;
				}
				
				section.play-game .top-bar .right .value {
					font-size: 12px;
				}
			
			section.play-game .top-bar .btn-cta {
				position: absolute;
				top: 6px;
				left: calc(50% - 62px);
				font-size: 24px;
				box-shadow: 0 1px 2px rgba(0,0,0,.25);
			}
	
			section.play-game .top-bar .right > div {
				margin-right: 15px;
			}
			
			section.play-game .top-bar .close-iframe {
				cursor: pointer;
			}
	
		section.play-game iframe {
			position: absolute;
			top: 52px;
			left: 0;
			width: 100%;
			height: calc(100% - 52px);
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			z-index: 20;
		}
		
	section.play-game.casinos-open .container-frame {
		-webkit-transform: scale(.95);
		-moz-transform: scale(.95);
		-o-transform: scale(.95);
		transform: scale(.95);
		box-shadow: 0 0 30px black;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		overflow: hidden;
	}
		
	section.play-game .overlay {
		display: none;
		position: absolute;
		z-index: 9998;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.75);
	}
	
	section.play-game.casinos-open .overlay {
		display: block;
	}
	
/* ############################################ 
	TOP-CASINOS
############################################ */
section.top-casinos.bottom {
	position: fixed;
	bottom: -120%;
	left: 0;
	width: 100%;
	max-height: 400px;
	overflow-y: auto;
	z-index: 9999;
	margin-bottom: 0;
	padding-top: 50px;
	background: #F2F2F2;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

section.top-casinos.bottom.open {
	bottom: 0;
}

	section.top-casinos.bottom.open .close-casinos {
		display: block !important;
		position: absolute;
		top: -30px;
		left: calc(50% - 22px);
		cursor: pointer;
	}
	
/* ############################################ 
	TOP BAR PLAY 
############################################ */
.top-bar-play {
	position: fixed;
	top: -60px;
	left: 0;
	width: 100%;
	height: 52px;
	z-index: 999;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-sizing: border-box;
}

.top-bar-play .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	height: 52px;
}

.top-bar-play .container > div:not(.btn-cta) {
	color: #e60f46;
	font-weight: 700;
	font-size: 14px;
}

.top-bar-play.open {
	top: 0;
}

@media screen and (min-width: 768px) {
	
	.top-bar-play {
		margin-left: 300px;
		width: calc(100% - 300px);
	}
	
}
.top-bar-play2 {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 1;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-sizing: border-box;
}

.top-bar-play2 .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	height: 55px;
}

.top-bar-play2 .container > div:not(.btn-cta) {
	color: #e60f46;
	font-weight: 700;
	font-size: 14px;
}

.top-bar-play2.open {
	top: 53px;
}

@media screen and (min-width: 768px) {
	
	.top-bar-play2 {
		display:none;
    }
}