html, body {
				height: 100%;
				margin:0;
				padding: 0;
				font-family: 'gotham_htf', Arial, sans-serif;
				font-weight: normal;
				background-color: #141b4d;
			}

			main {
				width: 100%;
			}

			header {
				position: relative;
				height: 60px;
				line-height: 60px;
				background-color: #ebe9e9;
				margin:0;
				padding: 0;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				border-bottom: 2px solid #1e9cd8;
			}
			
			#page {
				clear: both;
				max-width:1440px;
				width: auto;
				min-height: 100%;
				height: auto !important;
				margin: 0 auto -70px;
			}

			#blocco_1 {
				width:50%;
				float:right;/*entrambi gli elementi con posizione float:right così in versione responsive si posizionano uno sotto l'altro*/
				height: auto; /*70px è l'altezza del footer in questo specifico caso*/
			}

			#blocco_2 {
				width:50%;
				float:right;/*entrambi gli elementi con posizione float:right così in versione responsive si posizionano uno sotto l'altro*/
				height: auto;
				margin-top: -50px;
			}

			#blocco_3 {
				max-width: 1440px;
				margin: 0 auto;
			}
			
			nav {
				position: relative;
				top:90px;
				width: 100%;
				z-index: 10;
			}
			
			#push {
				height: 70px;
				clear: both;
			}

			footer {
				clear: both;
				overflow: hidden;
				background-color: #fff;
				position: relative;
				height: 70px;
				line-height: 65px;
				width: 100%;
				bottom: 0;
				left: 0;
				z-index: 100;
				margin-top: 70px;
			}

header .plus18 {
    float: left;
    width: 65%;
}

header .plus18 p {
    color: #1a1a1a;
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 13px;
}

header .plus18 a {
    text-decoration: none;
    color: #4a599f;
}

header .plus18 a:hover {
    color: #1e9cd8;
}

header .certificazioni {
    float: right;
}

header .certificazioni img {
    padding: 5px 20px 5px 0;
    max-height: 45px;
}

.clickReg {
    list-style: none;
    text-decoration: none;
}

div.logo {
    width: 50%;
    margin:0 auto; /*posiziona l'elemento al centro*/
    position: relative;
    top:55px;
    z-index: 10;
}

img.logo {
    width:100%;
}

nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 80%;
    overflow: auto;
}

nav ul li {
    text-align: center;
    float: left;
    width: 16.6%; /*sono 5 voci di menu, la larghezza massima è di 100%, quindi ciascuna voce di menu occupa uno spazio del 20% */
}

nav ul li a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
}

nav ul li a:hover {
    color:#ffcd00;
}

nav ul li a.attiva {
    color:#ffcd00;
}

div.bonus {
    width: 90%;
    margin:0 auto; /*posiziona l'elemento al centro*/
    position: relative;
    top: 0px;
}

div.bonus img {
    width: 100%;
}

div.testo {
    width: 100%;
    margin:0 auto; /*posiziona l'elemento al centro*/
    position: relative;
    top: 0px;
    z-index: 40;
}

div.testo h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0;
    margin: 0;
    color: #ffcd00;
    font-weight: 700;
    margin-top: 20px;
}

div.testo p {
    text-align: center;
    font-size: 27px;
    line-height: 38px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-top: 7px;
}

div.testoBottone {
    width: 270px;
    margin: 5px auto 20px; /*posiziona l'elemento al centro*/
    position: relative;
}

#bottone {
    width: 270px;
    background: #ffcd00;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #141b4d;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase; 
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 32px;
    font-weight: 700;
    border: solid 2px #ffcd00;
    transition: 0.6s;
}

#bottone:hover {
    border: solid 2px #ffcd00;
    color: #ffcd00;
    background: none;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

a#termini_bonus {
    display: block;
    text-decoration: none;
    list-style: none;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top:8px;
}

a#termini_bonus:hover {
    color: #ffcd00;
}

div.area_righe {
    position: relative;
    top: 150px;
    width: 100%;
}

.area_righe ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.area_righe ul li {
    /*max-height: 33.33%; ATTENZIONE A QUESTO COMANDO*/
    text-align: left;
    padding: 15px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #FFF;
    overflow: auto;
}

ul li.noBorder {
    border-bottom: 0px;
}


.dettaglio_righe {
    max-width: 58%;
    float: right;
    padding: 0 10px;
}

.area_righe ul li img {
    float: right;
    max-width: 38%;
    max-height: 100%;
}

.dettaglio_righe h2 {
    color: #ffcd00;
    font-size: 2.3em;
    margin: 20px 0;
    font-weight: normal;
}

.dettaglio_righe p {
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 0.7px;
    font-weight: 200;
    line-height: 1.2em;
    padding-right: 15px;
}

footer #metodi_pagamento {
    float: left;
    padding-left: 20px;
}

footer #metodi_pagamento a {
    display: block;
    float: left;
    max-height: 45px;
}

footer #metodi_pagamento img {
    padding: 11px 0;
    max-height: 45px;
}

footer #icone a {
    display: block;
    float: left;
    color: #4a599f;
    padding-left: 35px;
    font-size: 13px;
    text-decoration: none;
}

footer #icone a:hover {
    color: #1e9cd8;
} 

footer #social {
    padding-right: 20px;
    float: right;
}

footer #social ul {
    list-style:none;
    margin: 0;
    padding: 16px 0;
    float: right;
}

footer #social ul li {
    float: left;
    padding: 0 10px;
}

footer #social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-image: url(../immagini/social_network_celeste.png);
}

footer #social ul li a.facebook {
    background-position: 0 0;
}

footer #social ul li a.facebook:hover {
    background-position: -32px 0;
}

footer #social ul li a.twitter {
    background-position: -64px 0;
}

footer #social ul li a.twitter:hover {
    background-position: -96px 0;
}

footer #social ul li a.instagram {
    background-position: -128px 0;
}

footer #social ul li a.instagram:hover {
    background-position: -160px 0;
}

footer #locator {
    float: right;
    padding-right: 35px;
    height: 65px;
    line-height: 65px;
}

img#sprite {
    margin-top: 12px;
}

footer #sprite {
    width: 22.5px;
    height: 39px;
    background-image: url(../immagini/locator_all.png);
}

footer #sprite:hover {
    background-position: -22.5px 0;
}

footer #locator a {
    max-height: 65px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #4a599f;
}

footer #locator a:hover {
    color: #1e9cd8;
}

footer #punto_vendita {
    float: right;
    margin-left: 10px;
}

/*#popup_sport {
    display: none;
    width: 18%;
    position: absolute;
    margin: 20px -15px 0;
    background:rgba(0,0,0,0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#popup_sport p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 10px;
}*/

#popup_virtuali {
    display: none;
    width: 18%;
    position: absolute;
    margin: 20px -15px 0;
    background:rgba(0,0,0,0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#popup_virtuali p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 10px;
}

#popup_casino {
    display: none;
    width: 18%;
    position: absolute;
    margin: 20px -15px 0;
    background:rgba(0,0,0,0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#popup_casino p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 10px;
}

#popup_casinolive {
    display: none;
    width: 18%;
    position: absolute;
    margin: 20px -15px 0;
    background:rgba(0,0,0,0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#popup_casinolive p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.11px;
    line-height: 18px;
    padding: 15px 10px;
}

#popup_poker {
    display: none;
    width: 18%;
    position: absolute;
    margin: 20px -15px 0;
    background:rgba(0,0,0,0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#popup_poker p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 10px;
}

#popup_bingo {
    display: none;
    width: 18%;
    position: absolute;
    margin: 20px -15px 0;
    background:rgba(0,0,0,0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#popup_bingo p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 15px 10px;
}

span#yellow {
    color: #ffcd00;
}

div.testo p.online {
    padding-top: 25px;
    font-weight: 600;
}

.codice {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
}

.testoCodice {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    margin: 8px 0 20px;
}

.OpenSans {
    font-family: 'Open Sans Condensed', sans-serif;
}

.Montserrat {
    font-family: 'Montserrat', sans-serif;
}

#sfondoNero {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:9999;
}

/*VIDEO*/ 
#videoVirtuali {
	display: none;
	position: fixed;
	top: 50%!important;
    left: 50%!important;
	margin-top: -169px!important;
    margin-left: -300px!important;
	z-index:99999;
}

#player {
	display: block;
	width: 600px;
}

.linkVideoBis {
	display: block;
	position: relative;
	width: 80%;
	text-align: left;
	font-size: 1.2em;
	font-weight: 200;
	letter-spacing: 0.7px;
	color: #ffcd00;
	text-decoration: none;
	z-index: 9990;
}

.linkVideoBis:hover {
	color: #fff;
}

.noMargin p {
	margin-bottom: 5px;
}


#closebtn {
	z-index: 1000;
	text-decoration: none;
    position: absolute;
	color: #fff;
    top: -15px;
    right: -13px;
    font-size: 28px;
	transition: 0.3s;
}

#closebtn:hover {
	color: #ffcd00;
}


/*Banner Cookie*/

.disclaimerCookie {
    position: fixed;
    bottom: 0;
    left: 0;
    max-height: 0;
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    z-index: 1000;
}
				
.disclaimerCookie a {
    text-decoration: none;
    cursor: pointer;
    color: #ffcd00;
}

.disclaimerCookie a:hover {
    color: #fff;
}

.disclaimerCookieText {
    margin: 15px auto;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    padding: 5px 15px;
}		
				
.disclaimerCookie.on {
    max-height: 200px; 
    transition: all 0.5s ease-in-out;
}

a.cookieButton {
    display: block;
    position: relative;
    margin: 10px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    text-align: center;		
    background-color: #ffcd00;
    border: 1px solid #ffcd00;
    cursor: pointer;
    font-size: 13px;
    width: 130px;
    cursor:pointer;
    color: #000;
    font-weight: 500;
    padding: 3px;
}

a.cookieButton:hover {
	background-color: transparent;
    border: 1px solid #ffcd00;
}

/*Fine Cookie*/


@media only screen and (min-width: 2300px) {

    #page {
        margin: 150px auto -70px;    
    }

}

@media only screen and (min-width: 1920px)  {
    
    div.logo {
        top: 70px;
    }
    
    #blocco_1 {
        margin-top: 35px;
    }

    #blocco_2 {
        margin-top: -50px;
    }
    
    nav {
        top: 130px;
    }
    
    div.bonus {
        top: 50px;
    }
    
    div.testo h1 {
        margin-top: 80px;    
    }

    .area_righe ul li {
        height: 260px;
    }
    
    .dettaglio_righe {
        margin-top: 20px;
    }
    
    .area_righe ul li img {
        margin-top: 20px;
    }

}


@media only screen and (min-width: 1640px)  {
    
    #blocco_1 {
        width:50%;
        float:right;
    }

    #blocco_2 {
        width:50%;
        float:right;
    }
}


@media only screen and (min-width: 1024px)  {
    /*.bonus_bis {
        display: none;
    }*/
}


/*LAPTOP*/
@media screen and (min-width: 1225px) and (max-width: 1639px) {
    
    #blocco_1 {
        margin-top: 5px;
    }

    #blocco_2 {
        margin-top: -40px;
    }
    
    div.area_righe {
        height: auto;
    }
    
    nav {
        top: 80px;
    }
    
    nav ul li a {
        font-size: 0.7em;
}
    
    div.bonus {
        width: 85%;
    }
    
    div.testo h1 {
        font-size: 38px;
        margin-top: 25px;
}
    
    div.testo p {
        font-size: 25px;
        line-height: 30px;
        padding-top: 7px;
    }
    
    div.testo p.online {
        padding-top: 25px;
    }
    
    div.testoBottone {
        width: 220px;
        margin: 5px auto 20px;
}
    
    #bottone {
        width: 220px;
        font-size: 24px;
    }
    
    div.area_righe {
        height: auto;
        margin: 10px 0 70px 0;
        top: 120px;
}
    
    .dettaglio_righe {
        max-width: 56%;
}
    
    .area_righe ul li img {
        max-width: 36%;
        margin: 10px 0 0 0;
}
    
    .dettaglio_righe h2 {
        font-size: 2em;
        margin: 30px 0 10px 0;
}
    
    .dettaglio_righe p {
        font-size: 1.2em;
        letter-spacing: 0.7px;
        line-height: 1.1em;
        margin: 10px 0 0 0;
}
    
    footer #icone img {
        padding: 13px 0;
        max-height: 40px;
}
    
     #popup_sport p {
        font-size: 12px;
        line-height: 16px;
}
    
    #popup_virtuali p {
        font-size: 12px;
        line-height: 16px;
}
    
    #popup_casino p {
        font-size: 12px;
        line-height: 16px;
}
    
    #popup_casinolive p {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
}
    
    #popup_poker p {
        font-size: 12px;
        line-height: 16px;
}
    
    #popup_bingo p {
        font-size: 12px;
        line-height: 16px;
}
	
	.linkVideoBis {
		font-size: 1em;
}
	
	.noMargin p {
		margin-bottom: 5px;
}

}



@media screen and (min-width: 1024px) and (max-width: 1224px) {
    
    #page {
        max-width:100%; 
    }
    
     #blocco_2 {
        margin-top: -30px;
    }
    
    #blocco_3 {
        max-width: 100%;
}
    
    header .plus18 p {
        font-size: 11px;
}
    
    header .certificazioni img {
    padding: 7px 20px 7px 0;
    max-height: 40px;
}
    
    div.area_righe {
        height: auto;
        top: 100px;
    }
    
    nav {
        top: 80px;
    }
    
    nav ul li a {
        font-size: 0.6em;
}
    
    div.testo h1 {
        font-size: 32px;
        margin-top: 30px;
}
    
    div.testo p {
        font-size: 21px;
        line-height: 26px;
        padding-top: 7px;
    }
    
    div.testo p.online {
        padding-top: 20px;
    }
    
    div.testoBottone {
        width: 220px;
}
    
    #bottone {
        width: 220px;
        font-size: 23px;
    }
    
    a#termini_bonus {
        font-size: 11px;
        margin-top:6px;
}
    
    div.area_righe {
        height: auto;
        margin: 10px 0;
}
    
    .area_righe ul li img {
        margin: 10px 0 0 0;
}
    
    .dettaglio_righe h2 {
        font-size: 1.7em;
        margin: 10px 0 0 0;
}
    
    .dettaglio_righe p {
        font-size: 1.2em;
        letter-spacing: 0.7px;
        line-height: 1.1em;
        margin: 10px 0 0 0;
}
    
    footer {
        margin-top: 50px;
}
    
    footer #icone a {
        font-size: 11px;
}
    
    footer #locator a {
        font-size: 11px;
}
    
    #popup_sport p {
        font-size: 10px;
        line-height: 14px;
        padding: 15px 8px;
}
    
    #popup_virtuali p {
        font-size: 10px;
        line-height: 14px;
        padding: 15px 8px;
}
    
    #popup_casino p {
        font-size: 10px;
        line-height: 14px;
        padding: 15px 8px;
}
    
    #popup_casinolive p {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0;
        padding: 15px 8px;
}
    
    #popup_poker p {
        font-size: 10px;
        line-height: 14px;
        padding: 15px 8px;
}
    
    #popup_bingo p {
        font-size: 10px;
        line-height: 14px;
        padding: 15px 8px;
}
    
    .codice {
        width: 300px;
}
    
    .testoCodice {
        font-size: 13px;
        line-height: 17px;
}
	
	#videoVirtuali {
		margin-top: -140px!important;
		margin-left: -250px!important;
}

	#player {
		width: 500px;
	}
	
	.linkVideoBis {
		font-size: 1em;
}
	.noMargin p {
		margin-bottom: 5px;
}
    
}


/*IPAD*/
@media only screen and (max-width: 1023px) {
    
    #page {
        margin: 0 auto -100px;
}
    
    #blocco_1 {
        width:100%;
    }

    #blocco_2 {
        width:100%;
        margin-top: 0px;
    }
    
    header {
        height: 90px;
        line-height: 13px;
}
    
    header .plus18 {
        float: none;
        width: 100%;
}
    
    header .plus18 p {
        padding: 20px 20px 5px 20px;
        text-align: center;
}
    
    header .certificazioni {
        float: none;
}
    
    header .certificazioni img {
        padding: 0;
        display: block;
        margin: 0 auto;
}
    
    /*.bonus {
        display: none;
    }*/
    
    div.logo {
        top:60px;
}
    
    nav {
        display: none;
    }
    
    nav ul li a {
        font-size: 0.8em;
}
    
    div.bonus { 
        top: -40px;
}
    
     div.testo h1 {
        font-size: 50px;
        margin-top: -20px;
}
    
    div.testo p {
        font-size: 33px;
        line-height: 40px;
        padding-top: 7px;
    }
    
    div.testo p.online {
        padding-top: 20px;
    }
    
    div.testoBottone {
        width: 280px;
        margin: 5px auto 20px;
}
    
    #bottone {
        width: 280px;
        font-size: 32px;
}
    
    div.area_righe {
        height: auto;
        margin: 10px 0;
        top: 30px;
}
    
    .area_righe ul li img {
        margin: 10px 0 0 0;
}
    
    .dettaglio_righe h2 {
        font-size: 1.9em;
        margin: 40px 0 0 0;
}
    
    .dettaglio_righe p {
        font-size: 1.3em;
        letter-spacing: 0.7px;
        line-height: 1.1em;
        margin: 10px 0 0 0;
}
    
    
    #push {
        height: 100px;
}
    
    footer {
        height: 100px;
        line-height: 0px;
        margin-top: 100px;
    }
    
    footer #sezione_1 {
        width: 50%;
        float: left;
    }
    
    footer #sezione_2 {
        width: 50%;
        float: right;
    }
    
    footer #icone a {
        padding: 25px 0 20px 35px;
}
    
    .codice {
        width: 400px;
}

    .testoCodice {
        font-size: 17px;
        line-height: 21px;
}
	
	.linkVideoBis {
		display: none;
	}
    
    
}



@media only screen and (max-width : 768px) {
    
    div.bonus {
        width: 100%;
}
    
}



/*IPHONE landscape*/
@media only screen and (max-width : 767px) {
    
    div.logo {
        top:50px;
}
    
    header .plus18 p {
        padding: 15px 20px 5px 20px;
        font-size: 11px;
}
    
    header .certificazioni img {
        max-height: 35px;
}
    
    div.testo h1 {
        font-size: 38px;
        margin-top: -20px;
}
    
    div.testo p {
        font-size: 25px;
        line-height: 30px;
        padding-top: 7px;
    }
    
    div.testo p.online {
        padding-top: 20px;
    }
    

    div.area_righe {
        margin: 10px 0;
}
    
    .dettaglio_righe h2 {
        margin: 25px 0 0 0;
}
    
    footer #sezione_1 {
        width: 40%;
        float: left;
    }
    
    footer #sezione_2 {
        width: 60%;
        float: right;
    }
    
    footer #metodi_pagamento img {
        max-height: 30px;
}
    
    footer #icone a {
        padding: 25px 0 20px 32px;
        font-size: 11px;
}
    
    footer #locator {
        padding-right: 25px;
}
    
    footer #locator a {
        font-size: 11px;
}
    
    footer #social {
        padding-right: 10px;
}
    
    footer #social ul {
        padding: 21px 0;
}
    
    footer #social ul li {
        padding: 0 10px;
}
    
    footer #social ul li a {
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background-image: url(../immagini/social_network_bis.png);
}

    footer #social ul li a.facebook {
        background-position: 0 0;
}

    footer #social ul li a.facebook:hover {
        background-position: -28px 0;
}

    footer #social ul li a.twitter {
        background-position: -56px 0;
}

    footer #social ul li a.twitter:hover {
        background-position: -84px 0;
}

    footer #social ul li a.instagram {
        background-position: -112px 0;
}

    footer #social ul li a.instagram:hover {
        background-position: -140px 0;
}
    
    .disclaimerCookieText {
        font-size: 11px;
        line-height: 16px;
}		
				
    .disclaimerCookie.on {
        max-height: 150px;
}
    
    a.cookieButton {
        font-size: 11px;
        width: 100px;
}
    
    
}


/*IPHONE5 LANDSCAPE*/
@media only screen and (max-width : 568px) {
	
	div.bonus { 
        top: -20px;
}
	
	div.testo h1 {
        font-size: 34px;
}
    
    div.testo p {
        font-size: 22px;
        line-height: 26px;
    }
	
    footer #sezione_1 {
        width: 50%;
        float: left;
    }
    
    footer #sezione_2 {
        width: 50%;
        float: right;
    }

    
    footer #locator {
        padding-right: 15px;
}
    
    footer #locator a {
        font-size: 11px;
        padding-right: 5px;
}
    
    footer #sprite {
        width: 16.5px;
        height: 29px;
        background-image: url(../immagini/locator_all_bis.png);
}

    footer #sprite:hover {
        background-position: -16.5px 0;
}
    
    .codice {
        width: 350px;
}

    .testoCodice {
        font-size: 14px;
        line-height: 19px;
}
}


/*IPHONE5 PORTRAIT*/
@media only screen and (max-width : 567px) {
    
    header .plus18 p {
        padding: 10px 20px 10px 20px;
        font-size: 10px;
}
    
    header .certificazioni img {
        max-height: 30px;
}
    
    div.logo {
        top:40px;
}
    
    nav {
        top:80px;
}
    
    nav ul li a {
        font-size: 0.5em;
}
    
    div.testoBottone {
        width: 170px;
        top:0px;
}
    
    #bottone {
        width: 170px;
        font-size: 20px;
        margin-top: 10px;
        padding: 10px 20px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
    }
    
    a#termini_bonus {
        font-size: 10px;
        margin-top:7px;
}
    
    div.area_righe {
        margin: -25px 0;
}
    
    .area_righe ul li {
        padding: 15px 0;
}
    
    .area_righe ul li img {
        margin: 10px 0 0 0;
}
    
    .dettaglio_righe {
        max-width: 54%;
}
    
    .dettaglio_righe h2 {
        font-size: 1.2em;
        margin: 10px 0 0 0;
}
    
    .dettaglio_righe p {
        font-size: 0.9em;
        letter-spacing: 0.6px;
        line-height: 1.1em;
        margin: 10px 0 0 0;
}
    
    footer #metodi_pagamento {
        padding-left: 10px;
}
    
    footer #metodi_pagamento img {
        padding: 16px 0;
        max-height: 23px;
}
    
    footer #social ul {
        padding: 20px 0;
}
    
    footer #social ul li {
        padding: 0 6px;
}
    
    footer #icone {
        padding-left: 10px;
}
    
    footer #icone a {
        padding: 24px 10px 0 10px;
        font-size: 10px;
}
    
    footer #locator a {
        padding-right: 0px;
        font-size: 10px;
}
    

}



@media screen and (min-width: 548px) and (max-width: 567px) {
    
    footer #locator {
        padding-right: 25px;
}
}


/*IPHONE*/
@media only screen and (max-width : 480px) {
    
    div.logo {
        top:30px;
    }
    
    
    div.testo h1 {
        font-size: 22px;
        margin-top: -5px;
}
    
    div.testo p {
        font-size: 14px;
        line-height: 18px;
        padding-top: 5px;
    }
    
    div.testo p.online {
        padding-top: 20px;
    }
    
    .dettaglio_righe h2 {
        font-size: 1em;
}
    
    footer #social ul li a {
        width: 24px;
        height: 24px;
        background-image: url(../immagini/social_network_bis2.png);
}

    footer #social ul li a.facebook {
        background-position: 0 0;
}

    footer #social ul li a.facebook:hover {
        background-position: -24px 0;
}

    footer #social ul li a.twitter {
        background-position: -48px 0;
}

    footer #social ul li a.twitter:hover {
        background-position: -72px 0;
}

    footer #social ul li a.instagram {
        background-position: -96px 0;
}

    footer #social ul li a.instagram:hover {
        background-position: -120px 0;
}
    
    .codice {
        width: 200px;
        margin: -25px auto 15px;
}

    .testoCodice {
        font-size: 11px;
        line-height: 16px;
}
   
}


/*IPHONE*/
@media only screen and (max-width : 320px) {
    
    header .plus18 p {
        padding: 10px 20px 4px 20px;
}
    
     div.testo h1 {
        font-size: 20px;
        margin-top: -15px;
}
    
    div.testo p {
        font-size: 14px;
        line-height: 18px;
        padding-top: 5px;
    }
    
    div.testo p.online {
        padding-top: 10px;
    }
    
    #bottone {
        font-size: 20px;
    }
    
    .dettaglio_righe {
    max-width: 56%;
}
    
    .dettaglio_righe h2 {
        font-size: 1em;
        margin: 5px 0 0 0;
}
    
    .area_righe ul li img {
        max-width: 36%;
}
    
    .dettaglio_righe p {
        font-size: 0.7em;
        letter-spacing: 0.6px;
        line-height: 1.1em;
        margin: 10px 0 0 0;
}
    
    .testoCodice {
        font-size: 9px;
        line-height: 12px;
}

}


/*SMARTPHONE PICCOLE DIMENSIONI*/
@media only screen and (max-width : 319px) {
    
    header {
        line-height: 10px;
    }
    
    header .plus18 p {
        font-size: 9px;
    }
    
    footer #metodi_pagamento img {
        max-height: 25px;
}  
    
    .dettaglio_righe {
        float: none;
        font-size: 0.8em;
        max-width: 100%;
}
    
    .area_righe ul li img {
        float: none;
        display: block;
        max-width: 60%;
        margin: 10px auto;
    }
    
    div.testo h1 {
        font-size: 15px;
        margin-top: 5px;
}
    
    div.testo p {
        font-size: 9px;
        line-height: 13px;
        padding-top: 5px;
    }
    
    div.testo p.online {
        padding-top: 10px;
    }
    
    div.testoBottone {
        width: 140px;
        top:0px;
}
    
    #bottone {
        width: 140px;
        font-size: 16px;
        margin-top: 10px;
        padding: 10px 20px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
    }
    
    a#termini_bonus {
        font-size: 8px;
        margin-top:7px;
    }
    
    .codice {
        width: 200px;
    }
    
    #push {
        height: 60px;
    }
    
    footer {
        height: 140px;
    }
    
    footer #sezione_1 {
        width: 100%;
        float: left;
    }
    
    footer #sezione_2 {
        width: 100%;
        float: left;
    }
    
    footer #icone {
        float: left;
    }
    
    footer #icone a {
        font-size: 9.7px;
        padding: 8px 10px 8px 10px;
}
    
    footer #social {
        float: left;
}
    
    footer #social ul {
        padding: 10px 0 0 12px;
}
    
    footer #social ul li a {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background-image: url(../IMMAGINI/social_network_bis3.png);
}

    footer #social ul li a.facebook {
        background-position: 0 0;
}

    footer #social ul li a.facebook:hover {
        background-position: -20px 0;
}

    footer #social ul li a.twitter {
        background-position: -40px 0;
}

    footer #social ul li a.twitter:hover {
        background-position: -60px 0;
}

    footer #social ul li a.instagram {
        background-position: -80px 0;
}

    footer #social ul li a.instagram:hover {
        background-position: -100px 0;
}
    
    footer #sprite {
        width: 13.5px;
        height: 24px;
        background-image: url(../immagini/locator_all_bis2.png);
}

    footer #sprite:hover {
        background-position: -13.5px 0;
}
    
    img#sprite {
        margin-top: 8px;
}
    
    footer #locator {
        line-height: 40px;
        float: left;
        margin-left: 18px;
}
    
    footer #locator a {
        max-height: 0px;
        font-size: 9.7px;
}
    
    footer #metodi_pagamento img {
        padding: 14px 0;
}
    
    .disclaimerCookieText {
        font-size: 8px;
        line-height: 12px;
}		
				
    .disclaimerCookie.on {
        max-height: 150px;
}
    
    a.cookieButton {
        font-size: 8px;
        width: 80px;
}
}