/*BIGGER MONITOR*/
@media screen and (min-width : 1824px) {

}



/*DESKTOP*/
@media screen and (min-width: 1225px) and (max-width: 1639px) {
    
    #tornasu {
        right:20px;
}
    
    td, th {
    padding: 11px;
}

}

/*LAPTOPS*/
@media screen and (min-width: 1025px) and (max-width: 1224px) {

    header .plus18 p {
        font-size: 0.8em;
}
    
    header .certificazioni img {
        max-height: 2em;
}

}

/*IPAD landscape*/
@media only screen and (max-width: 1024px) {
    
    .content {
        padding: 0 35px;
        margin: 45px auto 30px;
}
    
    #container {
        box-shadow: none;
    }
    
    #menu nav {
        display: none;
    }
    
    #sottomenu nav {
        display: none;
    }
    
     header .plus18 p {
        font-size: 0.7em;
}
    
    header .certificazioni img {
        max-height: 1.7em;
}
    
    #menu img {
        max-width: 35%;
}
    
     div.testoBottone {
        float: right;
        padding: 0 1.6em 0 1.6em;
    }
    
    .bottone {
        padding: 0.4em 0.6em;
        border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
        -moz-border-radius: 0.5em;
    }
    
    #menuResponsive {
        display: block;
}
    
    #menuResponsive {
        width:300px;
        height:100%;
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: scroll;
        right:-300px;
		background:rgba(20, 27, 77, 0.95);
        z-index: 200;
    }
    
     #menuResponsive ul {
        margin-top: 100px;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
}

    #menuResponsive ul li {	
	    margin: 0 0 20px 30px;
        float: none;
}
    
    #menuResponsive ul li:first-child {
        margin-top: 100px;
}

    #menuResponsive ul li a {
        text-align: left;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 5px 0;
        font-size: 0.9em;
        font-family: 'gotham_htf', Arial, sans-serif;
        font-weight: normal;
}

    #menuResponsive ul li a:hover {
        color:#ffcd00;
}
    
   .menuButton {
        display: block;
        font-size:1.6em;
        padding-right: 1.2em;
        color:#fff;
        cursor:pointer;
}
    
    .menuButton:hover{
       color: #ffcd00;
}
     
    .closeButton{
       display:block;
	   font-size:1.6em;
	   color:#fff;
       position: absolute;
       top: 30px;
       left: 30px;
       z-index: 300;
       cursor:pointer;
}
    
    .closeButton:hover{
       color: #ffcd00;
}
    
    #menuResponsive ul li.menuIndentato {
        margin-top: 20px;
    }
    
    #menuResponsive ul li.ultimo {
        margin-bottom: 80px;
    }
    
    #contenuto table {
        width: 100%;
        font-size: 13px;
        line-height: 17px;
}
    
    td, th {
        padding: 10px;
}
    
    #contenuto {
        padding-bottom: 40px;
}
    
    #tornasu {
        bottom:30px; 
        right:30px;
}
    
    .comingSoon h3 {
        padding: 200px 0 250px;
        font-size: 3em;
}
    
    /*#scarica {
        display: none;
}*/
}


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

     td, th {
            padding: 10px 20px 20px;
}
}


@media only screen and (max-width : 768px) {
    
    #container {
        box-shadow: none;
}
    
    #menu img {
        max-width: 35%;
}
    
    header {
        height: 5.5em;
        line-height: 1em;
        overflow: hidden;
    }
    
    header .plus18 {
        float: none;
        width: 100%;
}
    
    header .plus18 p {
        padding: 20px 20px 5px 20px;
        text-align: center;
        font-size: 0.8em;
}
    
    header .certificazioni {
        float: none;
}
    
    header .certificazioni img {
        padding: 0;
        max-height: 2em;
        display: block;
        margin: 0 auto;
}
    
    #menu nav ul li {
        padding: 0 0.9em;
}
    
    #accordion ul {
        padding: 0 30px 0;
    }
    
    /*#scarica {
        display: none;
    }*/
	
	#scarica {
		padding: 0.5em 0 2em 0;
	}
    
    .scaricaSito a {
        margin: 0 1.5em 1.5em;
        width: 220px;
}
	
	.scaricaSito {
    	padding: 0.7em 0.8em;
}
	
	.scaricaBis {
		display: block;
		width: 180px;
		text-align: center;
		margin: 10px auto;
	}

    #tornasu {
        width: 40px;
        height: 40px;
        bottom:30px; 
        right:20px;
        display:none;
        z-index: 999;
}

    .fa-arrow-up {
        top: 5px;
        left: 5px;
}
    
    .fa-2x {
        font-size: 1.5em;
    }
    
    #contenuto table {
        font-size: 13px;
}
    

    table, thead, tbody, th, td, tr { 
	   display: block; 
}
		
/* Nascondo l'intestazione della tabella */
    thead tr { 
        display:none;
}
		
     tr:nth-of-type(even) { 
        background: rgba(20, 27, 77,0.05);
}
    
    tr:nth-of-type(odd) { 
        background: #fff;
}
    
    td, th {
        border: 0.5px solid #141b4d;
		border-right: none;
        border-left: none;
        padding: 10px 20px 40px;
}

    td {
        /* Ora si comporta come una "riga" */ 
        position: relative;
        border-bottom: none;
        padding-left: 45%;
}
	
	td:nth-of-type(1){
        border-right: none;
}
	
	td:nth-of-type(2){
        border-right: none;
}
	
	td:nth-of-type(3){
        border-right: none;
}

    td:hover{ 
        background: rgba(20, 27, 77,0.3);
    }
		
    td:before {
        /*serve ad inserire le intestazioni ripetute*/
        position: absolute;
        /* Top/left questi valori simulano il padding */
        top: 10px;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        content:'';
        /*word-wrap:break-word;*/
}
    
    .ultimoBordo {
        border-bottom: 0.5px solid #141b4d;    
    }

		
/*Inserisco le etichette ai dati*/

    td:nth-child(1):before { content: "Importo"; font-weight: 700; }
    td:nth-child(2):before { content: "Deposito con metodi ammessi*"; font-weight: 700; }
    td:nth-child(3):before { content: "Bonus"; font-weight: 700; }
}



/*IPAD portrait*/
@media only screen and (max-width: 767px) {
    
   
}


@media only screen and (max-width : 640px) {
    
    .content {
        padding:0 30px;
        margin: 30px auto 30px;
}
    
    header .plus18 p {
        padding-top: 17px;
        font-size: 0.7em;
}
    
    header .certificazioni img {
        max-height: 2em;
}
    
    #menu {
        height: 5em;
        line-height: 5em;
}

    #menu img {
        max-width: 40%;
}
    
    #sottomenu {
        height: 3.5em;
}
    
    .menuButton {
        margin-top: 2px;
        height: 2em;
    }
    
    #scarica a {
        margin: 0 1.5em 1em;
        width: 170px;
}
	.scaricaSito {
    	font-size: 1em;
}
    
    .comingSoon h3 {
        padding: 140px 0 250px;
        font-size: 2em;
}
}


/*IPHONE5 LANDSCAPE*/
@media only screen and (max-width : 568px) {
    
    header {
        line-height: 0.8em;
    }
    
    header .plus18 p {
        padding: 20px 20px 5px 20px;
        font-size: 0.65em;
}
    
    header .certificazioni img {
        padding: 0;
        max-height: 1.8em;
}
    
    #menu img {
        max-width: 50%;
}
    
    .menuButton {
        padding-right: 1.2em;    
    }
    
    header h1 {
        font-size: 20px;    
    }
    
    #logo {
        width: 80%;
    }
    
    #contenuto h1 {
        font-size: 22px;
        margin-top: 10px;
    }
    
    #contenuto h2 {
        font-size: 18px;
    }
    
    #contenuto ul {
        padding: 0 30px 0;
    }
    
    #contenuto ul li {
        margin: 0 auto;
}
	
	#contenuto h3 {
		font-size: 20px;
	}
    
    #accordion h2 {
        font-size: 14px;
    }
    
    #accordion ul {
        padding: 0 20px 0;    
    }
    
    
    #contenuto p {
        font-size: 15px;
        line-height: 22px;
}
    
    #contenuto ul li {
        font-size: 15px;
        line-height: 22px;
}
    
    #contenuto p.testoPiccolo {
        font-size: 12px;
        line-height: 18px;
}
    
    #contenuto p.noMargin {
        padding-bottom: 5px;
}
    
    #contenuto table {
        font-size: 12px;
        line-height: 15px;
}
 
    #spazio {
        height: 20px;
}
	
	.disclaimerCookieText {
        font-size: 11px;
        line-height: 16px;
}		
				
    .disclaimerCookie.on {
        max-height: 230px;
		display: none;
}
    
    a.cookieButton {
        font-size: 11px;
        width: 100px;
}
	
	.scaricaBis {
		width: 160px;
	}
    
}


/*IPHONE5 PORTRAIT*/
@media only screen and (max-width : 567px) {
    
    header .plus18 p {
        padding: 15px 20px 5px 20px;
}
    
    .menuButton {
        padding-right: 1.2em;    
    }
    
}


/*SMARTPHONE*/
@media only screen and (max-width : 480px) {
    
    #contenuto h1 {
        font-size: 23px;
    }
    
     #contenuto ul {
        padding: 0 20px 0;
    }

    #menu img {
        max-width: 60%;
        padding: 1.5em 0 0 1.6em;
}
    
    .bottone {
        font-size: 1em;
    }
    
    #accordion ul {
        padding: 0 10px 0;    
    }
    
    .comingSoon h3 {
        padding: 150px 0 180px;
        font-size: 1.7em;
} 
    
    td {
        padding-bottom: 30px;
    }
    
    td:before {
        width: 35%;
    }
    
}


/*IPHONE PICCOLE DIMENSIONI*/
@media only screen and (max-width : 320px) {
    
    .content {
        padding: 0 20px;
}
    
    #contenuto h1 {
        font-size: 19px;
    }

    #menu {
        height: 4em;
        line-height: 4em;
    }
    
    #menu img {
        max-width: 65%;
        padding: 1em 0 0 1.6em;
}
    
    .bottone {
        font-size: 0.9em;
    }

    .menuButton {
        padding-right: 1.2em;
        font-size: 1.4em;
        height: 2em;
    }
    
    div.testoBottone {
        line-height: 3.2em;
}
    
    #accordion h2 {
        font-size: 13px;
    }
	
	    .disclaimerCookieText {
        font-size: 8px;
        line-height: 12px;
}		
				
    .disclaimerCookie.on {
        max-height: 230px;
		display: none;
}
    
    a.cookieButton {
        font-size: 8px;
        width: 80px;
}
	
	#scarica a {
        width: 150px;
}
	
	.scaricaSito {
		padding: 0.5em 0.8em;
		font-size: 0.9em;
}
	
	.scaricaBis {
		width: 140px;
		font-size: 0.9em;
	}
    

}