@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");

body {
background-color: #033a5f;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
body.casino {
    background-color: #215980;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    }
body.cavalli {
    background-color: #3185b3;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    }
.footer .sitelink a, .copyright {
    color: white !important;
}
div.promo {
    display: flex;
}

div.video {
    width: 950px;
    height: 293px;
}
div.promobox {
    margin: 2rem;
    max-width: 1000px;
}
div.promobox:nth-child(2) {
  margin-top: 70px;
}
div.promobox > div {
    position: relative;
}
div.promobox div img.sopra{
    width: 100%;
    border: 0px solid #045694;
    position: absolute;
    top: 0px;
    z-index: 200;
    -webkit-transform: rotateZ(0deg); /* Safari */
  transform: rotateZ(0deg);
}
video.sotto{
    width: 100%;
    position: absolute;
z-index: 100;
-webkit-transform: rotateZ(0deg); /* Safari */
  transform: rotateZ(0deg);
}
div.promorec {
    font-size: 2.2rem;
    text-align: center;
    background-color: transparent;
    margin: 0.5rem auto;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 40px;
    padding: 0.5rem;
    cursor: pointer;
    letter-spacing: 1px;
    text-shadow: 3px 3px black;
    transition: color 0.3s;
    font-weight: 600;
}
div.promobox:hover {
    cursor: pointer;
}
div.promobox:hover div.promorec {
    background-color: #008500;
    text-shadow: 0 0 14px black;
}
div.promozbox {
    display: flex;
    width: 100%;
    max-width: 1500px;
    text-align: center;
    position: relative;
}
div.promozboxs {

    color: #ffffff;
    font-size: 0.8rem;
    font-family: arial;
   align-items: center;
    justify-content: space-around;
    margin: auto;
}
div.promozboxs img {
    display: inline;
}

div.promozboxs img, div.promozboxsc img{
    width: 65px;
    height:65px;
}
div.promozboxs span, div.promozboxsc span{
    color: #00b6ff;
    font-size: 1.8rem;
    font-weight: bold;
}
div.promozboxs p, div.promozboxsc p{
    font-size: 1.2rem;
}
div.promozboxsc {
    height: 25px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 0.8rem;
    font-family: arial;
    width: 24%;
}




.flare {
    overflow:hidden;
    position:relative;
}
.flare::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
div.promobox:hover .flare::before {
    -webkit-animation: flare .75s;
    animation: flare .75s;
    animation-iteration-count: 2;
}
@-webkit-keyframes flare {
    100% {
        left: 125%;
    }
}

@keyframes flare {
    100% {
        left: 125%;
    }
}

@-moz-keyframes flare {
    100% {
        left: 125%;
    }
}



#idpromo {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    z-index: 88;
    padding: 9px 45px;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
}
    #idpromo.idmo {
         -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
            #idpromo.idmo:before,
            #idpromo.idmo:after {
                content: '';
                display: block;
                width: 2px;

            }


#idpromo div.mpromo {
    display: inline-block;
    cursor: pointer;
    width: 240px;
}
.mpromo svg {
    fill: #fff;
    vertical-align: middle;
}
/*
.mpromo::before{
   content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #fff;
}
*/
.mpromo.active svg,  #infoPromo svg{
    fill: #009fe3;
}
div.mpromo:hover svg,  #infoPromo:hover svg {
    fill: #55cbfd;
}
.backButton {
	
    transform:rotate(0deg);
	-ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
    -ms-transition: -ms-transform 0.8s ease-in-out;
	-moz-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    }
.ruo90 {
	display: block !important;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
}
@media screen and (max-width: 1366px) {
  div.video {
    width: 500px;
    height: 135px;
    }
    div.promobox {
    margin: 0.2rem 0 4rem 0;
    }
    div.promobox:nth-child(2) {
  margin-top: 3px;
}
    div.row.header-logo {
        height:60px;
    }
    .logo img {
        max-width: 130px;
    }
    div.promorec {
    font-size: 1.8rem;
    }
    div.col-12.sitelink {
        font-size: 10px;
        padding-top: 0.2rem;
    }
    div.col-12.brand, div.col-12.copyright, div.col-12.creditcard {
        padding-top: 0;
    }
}
div.promozbox a {
	color: white;
}
div.promozbox a:hover{
	color: #00b6ff;
}
#cookieLayer { bottom: 115px;}
div.logoSmall {margin-left: 40px;}
div#infoPromo {position: fixed; left: 15px; bottom: 90px; cursor: pointer;}
div#terminiHome.modal-body h5 {color: #033a5f; margin: 3px -2px; background-color: #ececec; padding: 2px 5px;}
div#terminiHome.modal-body ul li, div#terminiHome.modal-body ol li {list-style: decimal;}
div.backButton {right: 40px !important;}
@media (min-width: 1240px) {
#terminiModal div.modal-dialog.modal-lg {
    max-width: 1000px;
	}
}
@media (max-height: 650px) {
div.promozboxs img, div.promozboxsc img { width: 45px; height: 45px;}
	.footer .sitelink a	{font-size: 0.65rem;}
}

.backButton2 {
	position: fixed;
	bottom: 20px;
    right: 40px;
    z-index: 100;
    font-size: 2rem;
    border: none;
    outline: none;
    background-color: #00b3ec;
    color: #fff;
    cursor: pointer;
    padding: 0.8rem;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.8s ease-in-out;
    -ms-transition: -ms-transform 0.8s ease-in-out;
	-moz-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}
.ruo90 {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

div.copyright span {color: #1aff7a!important;}