@font-face {
    font-family: myCubano;
    src: url(font/cubano-regular-webfont.woff);
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: 'Roboto', sans-serif;
}
body, html {
	width:100%;
	height:100%;
}
.Mobile {
	display:none;
}
h1, h2, h3, h4, h5 {
	font-size:inherit;
	margin:0;
	padding:0;
	font-weight:inherit;
}
a {
	color:inherit;
}
img {
	border:0;
}
div ,p, h1, h2, h3, h4, h5, img, a {
	box-sizing:border-box;
}
p {
	margin:0;
	padding:0;
}
.wrapper {
	width:100%;
	height:auto;
	position:relative;
}

.wrapper > div, .wrapper > h2, .legals > div {
	width:1000px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}

.legals {
	position:fixed;
	top:0;
	margin-right:auto;
	margin-left:auto;
	width:100%;
	height:60px;
	background-color:#333333;
	z-index:90;
	font-size:11px;
	line-height:14px;
	color:#FFF;
	text-align:left;
}
.legals > div {
	height:100%;
	padding-top:5px;
}
.legals div.Desktop {
	text-align: center;
}
.legals .link-correction img {
	width:auto;
	height:35px;
	display:inline-block;
}
.legals .gioco-vietato {
	display:inline-block; 
	text-transform:uppercase;
	vertical-align:super;
}
.legals .link-correction {
	display:inline-block;
	margin-left:10px;
}
.legals .percentuali-vincita {
	right:0;
	position:absolute;
	width:auto;
	text-align:right;
	top:5px;
	line-height:16px;
}

.wrapper.sfondo {
	background-image: url(images/sfondo.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	overflow:hidden;
	background-color: #673644;
}
#Header {
	position: relative;
	text-align:center;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	z-index: 10;
	padding:60px 0 0 0;
	overflow:hidden;
}
#Header img {
	height:45px;
	width:auto;
}
#Header .internal {
	display: flex; align-items: center; justify-content: space-around;
}
#Header .internal .Mobile {
	font-size: 10px; line-height: 10px;  text-align: right; letter-spacing: -0.3px; margin: 2px 2px 2px 0;
}
#Main {
	height: 530px;
	z-index: 10;
	text-align: center;
	background-image: url(images/sfondo.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	overflow:hidden;
}
#Disclaimer {
	visibility:hidden;
	opacity:0;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
	font-family: 'Roboto', sans-serif;
}
.Container {
	position: fixed;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	z-index:99;
	overflow:auto;
}
#Dettagli_txt {
	position:relative;
	width:600px;
	height:320px;
	z-index:5;
	background-color: #FFF;
	margin-top:150px;
	border-radius: 10px;
	text-align: justify;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	box-sizing:border-box;
	box-shadow: 2px 2px 8px 0px #000;
	overflow:hidden;
	padding:55px 10px 10px 10px;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
	-ms-transform: translate(20px,0px); /* IE 9 */
	-webkit-transform: translate(20px,0px); /* Safari */
	transform: translate(20px,0px);
}
#Dettagli_txt div.Text {
	overflow:auto;
	font-size:14px;
	line-height:18px;
	position:relative;
	height:100%;
	padding:10px;
	box-sizing:border-box;
}
#Dettagli_txt div.Text a {
	color:#090;
	text-decoration:underline;
}
table.Disc-head {
	position: absolute;
	top:5px;
	width:100%;
	margin:0;
	padding:0;
	background-color:#FFF;
	height:50px;
	z-index:50;
	left:0;
	box-sizing:border-box;
	border-bottom:solid 1px #090;
}
table.Disc-head td.Left {
	text-align:left;
	font-size:22px;
	line-height:24px;
	font-weight:900;
	color: #090;
}
table.Disc-head td.Right {
	text-align:right;
	padding-right:0px;
}
table.Disc-head td.Right img {
	cursor:pointer;
}
#Dettagli {
	position: absolute;
	right:0;
	top: 465px;
	width: 440px;
	z-index: 5;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}
#Dettagli span {
	cursor: pointer;
}

#Button {
	position: absolute;
	right:80px;
	top: 380px;
	padding-top:14px;
	padding-bottom:18px;
	padding-left:40px;
	padding-right:40px;
	z-index: 20;
	background-color:#ffb100;
	border-radius:15px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.5);
	box-sizing:border-box;
	overflow:hidden;
	cursor: pointer;
	-webkit-transition: background-color 0.5s; /* Safari */
	transition: background-color 0.5s;
}
#Button .Text {
	color:#fff;
	font-size:35px;
	line-height:36px;
	font-weight:900;
	position:relative;
	z-index:50;
	padding-top:3px;
	margin:0;
}
#Button .Second_color {
	position:absolute;
	bottom:0;
	left:0;
	height:50%;
	width:100%;
	background-color:#ff8200;
	z-index:10;
	
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

#Button:hover {
	background-color:#ff8200;
}

#Button:hover .Second_color {
	background-color:#ffb100;
}

.logo {
	position:absolute;
	top:9px;
	z-index:10;
	text-transform: uppercase;
	left: 105px;
	text-align:center;
	width: 350px;
}
.logo img {
	width:100%;
	height:auto;
}

.bollo {
	position:absolute;
	top:80px;
	left:440px;
	z-index:10;
}



.special_line {
	font-family:myCubano;
	font-weight:normal;
	text-transform:uppercase;
}

.Top_text {
	position:absolute;
	top:25px;
	width:440px;
	z-index:10;
	text-align:center;
	color:#fff;
	font-size:38px;
	font-weight: 500;
	right: 0px;
}
.Top_text p.one {
	margin:0;
	line-height:1.2em;
}
.Top_text p.two {
	margin-top:20px;
	line-height:1.2em;
	font-size:0.7em;
}
.Top_text p.two span {
	display:block;
}

.Bottom_text {
	position:absolute;
	top:220px;
	z-index:10;
	font-size:40px;
	color:#fff;
	font-weight:600;
	right: 0px;
	width: 440px;
	text-align:center;
}
.big {
	text-shadow:2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 0px 2px 1px #fff, 0px -2px 1px #fff, -2px 0px 1px #fff;
	color: #d4243b;
	font-size:1.2em;
}
.big span {
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}
hr {
	border-width:1px; border-color:#FFF; width:50%
}
.Bottom_text p {
	margin:0;
}
.Bottom_text .two {
	font-size:0.7em;
	line-height:1em;
}

#Steps {
	position:absolute;
	left:20px;
	top:505px;
	width:655px;
	/* [disabled]height:90px; */
	z-index:45;
	color:#FFF;
	font-weight:900;
	cursor: pointer;
	text-transform: uppercase;
}
#Steps img {
	width:100%;
	height:auto;
}
.Steps a {
	color:inherit;
	text-decoration:none;
}
.Step1 {
	position:absolute;
	left:20px;
	top:10px;
}
.Step2 {
	position:absolute;
	left:255px;
	top:10px;
}
.Step3 {
	position:absolute;
	left:470px;
	top:10px;
}
.Step_table {
	width:100%;
	height:100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.Step_table td:first-child {
	font-size:60px;
	padding-right:10px;
	line-height: 60px;
	color:inherit;
}
.Step_table td:last-child {
	padding-top:10px;
}
.Step_table .Line1 {
	font-size:15px;
	line-height: 15px;
}
.Step_table .Line2 {
	font-size:25px;
	line-height:26px;
}

.wrapper.blue-bg {
	background-color:#10478a;
	overflow: hidden;
	display:flex;
}
