@charset "UTF-8";
/* CSS Document */

/*----------------
Media Query in ordine alfabetico-----------------*/

@media only screen and (min-width : 320px) {
    
#bonusBenvenutoCasino .exitButton{
        position: absolute;
        right: 1%;
        bottom: 1%;
}    
    
.antiMargin{
    margin-left: 0px;
    margin-right: 0px;
}      
    
.antiPadding{
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
}   
    
.backgroundGrey{
    background-color: #f8f8f8;
}
    
.desktopBetting{
    width: 80%;
    max-width: 702px;
    height: auto;
}
    
.floatRight{
    float: right;
}
    
.iconBetting{
    width: auto;
    height: 85px;
    position: absolute;
}
    
.iconLine{
        width: 100%;
    }
    
.heightRow{
    height: 28em;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-left: 5%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
    
.heightRowFlex{
    height: 25em;
	padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.lineWrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15%;
    padding-bottom: 4%;
}
    
.lineWrapper hr { 
    display: block;
    border-width: 2px;
    border-color: #6b6b6b;
    width: 80%;
} 
    
.registerButtonMini{
    padding: 8px 6px;
    /*background-color: #e96105;*/
    background-color: #75c482;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    cursor: pointer;
    margin-top:5%;
}
    
.samsungApp{
    width: auto;
    height: 250px;
}
    
.textBetting{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6c6c6c;
    font-size: 18px;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
    width: 100%;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
    letter-spacing: -1px;
}
    
.titleBetting h2{
    font-family: 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: #2d3844;
    padding-bottom: 1%;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    line-height: 1.42;
}
    
}


/*XS*/
@media only screen and (min-width : 480px) {
   
.desktopBetting{
    width: 60%;
}
	
.heightRow{
    padding-right: 10%;
    padding-left: 10%;
}    
    
.heightRowFlex{
    padding-bottom: 5%;
} 

.lineWrapper{
    padding-top: 5%;
}	
    
.registerButtonMini {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
	
}


/*SM*/
@media (min-width: 768px) { 
	
.desktopBetting{
    width: 60%;
}
	
    
.heightRowFlex{
    padding-bottom: 5%;
} 

.lineWrapper{
    padding-top: 5%;
}	
	
}


/*MD*/
@media (min-width: 992px) { 
	
.desktopBetting{
    width: 100%;
}

.heightRow{
    height: 40em;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
    
.heightRowFlex{
    height: 40em;
	padding-bottom: 2%;
}   
	
.iconBetting{
    height: 90px;
}
	
.lineWrapper{
    padding-top: 15%;
}
	
.titleBetting h2{
    font-size: 40px;
}
	
.textBetting{
    font-size: 20px;
}
    
}


/*LG*/
@media (min-width: 1500px) { 
    
.iconBetting{
    height: 100px;
}

}