
      /* COMPONENT: ACQ Shared CSS */

   #CookieMessageDiv{
    display: none !important;
 }
 
 /* Temp Quick Fix - until disclaimer issues will be solved, needs to be removed after disclaimer issues solved */
 .disclaimer {
     display: none;
 }
 
 /*@font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-regular-webfont.eot');
     src: url('/en/CSS/fonts/888-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/en/CSS/fonts/888-regular-webfont.woff') format('woff'),
         url('/en/CSS/fonts/888-regular-webfont.woff2') format('woff2'),
         url('/en/CSS/fonts/888-regular-webfont.ttf') format('truetype'),
         url('/en/CSS/fonts/888-regular-webfont.otf') format('opentype'),
         url('/en/CSS/fonts/888-regular-webfont.svg') format('svg');
     font-weight: normal;toplogo a img
 }
 
 @font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-demibold-webfont.eot');
     src: url('/en/CSS/fonts/888-demibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/en/CSS/fonts/888-demibold-webfont.woff') format('woff'),
         url('/en/CSS/fonts/888-demibold-webfont.woff2') format('woff2'),
         url('/en/CSS/fonts/888-demibold-webfont.ttf') format('truetype'),
         url('/en/CSS/fonts/888-demibold-webfont.otf') format('opentype'),
         url('/en/CSS/fonts/888-demibold-webfont.svg') format('svg');
     font-weight: 600;
 }
 
 @font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-black-webfont.eot');
     src: url('/en/CSS/fonts/888-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/en/CSS/fonts/888-black-webfont.woff') format('woff'),
         url('/en/CSS/fonts/888-black-webfont.woff2') format('woff2'),
         url('/en/CSS/fonts/888-black-webfont.ttf') format('truetype'),
         url('/en/CSS/fonts/888-black-webfont.otf') format('opentype'),
         url('/en/CSS/fonts/888-black-webfont.svg') format('svg');
     font-weight: bold;
 }
 
 @font-face {
     font-family: '888';
     src: url('/en/CSS/fonts/888-Ultra.eot');
     src: url('/en/CSS/fonts/888-Ultra.eot?#iefix') format('embedded-opentype'),
         url('/en/CSS/fonts/888-Ultra.woff') format('woff'),
         url('/en/CSS/fonts/888-Ultra.woff2') format('woff2'),
         url('/en/CSS/fonts/888-Ultra.otf') format('opentype'),
         url('/en/CSS/fonts/888-Ultra.svg') format('svg');
     font-weight: 800;
 }*/
 
 body,
 .darker-gray-bg {
     /* background-color: #000; */
     background-color: #1f1f1f;
background: #1f1f1f;
     font-family: '888', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
 }
 
/* CSS for Social Icons */
     
     #follow-us-social {
        width:50%;
        text-align:center;
        margin: 20px auto;
     }

     .footer-list-header-social {
        font-weight: 400;
        font-size: 2em;
        letter-spacing: 0.1em;
        margin-top: 3em;
        margin-bottom:0.4em;
        line-height: 1.2em;
        display: block;
        color: #585858;
     }

     .facebook-social {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background-image: url(//images.images4us.com/888poker/en/icons-mobile-1470052481621-1606142629879.png);
        background-size: 1100% 100%;
        text-decoration: none;
        background-position: 400% 0;
        opacity: .5;
     }

    .twitter-social {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background-image: url(//images.images4us.com/888poker/en/icons-mobile-1470052481621-1606142629879.png);
        background-size: 1100% 100%;
        text-decoration: none;
        background-position: 110% 0;
        opacity: .5;
    }

    .youtube-social {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background-image: url(//images.images4us.com/888poker/en/icons-mobile-1470052481621-1606142629879.png);
        background-size: 1100% 100%;
        text-decoration: none;
        background-position: 1000% 0;
        opacity: .5;
    }

    .instagram-social {
        display: inline-block;
        vertical-align: middle;
        width: 42px;
        height: 42px;
        background-image: url(//images.images4us.com/888poker/en/icons-mobile-1470052481621-1606142629879.png);
        background-size: 1100% 100%;
        background-position: 300% 0;
        text-decoration: none;
        opacity: .5;
    }
    @media only screen and (min-width: 64.0625em) {
    
    #follow-us-social a:hover, .share a:hover {
        opacity: 1;
    }
    }

@media only screen and (max-width: 640px) {
    
    #follow-us-social {
        padding-top: 15px;
    }
    }

     /* EndCSS for Social Icons */

 .right {
     float: right;
 }
 
 .pull-right {
     float: right;
 }
 
 .acq-offer .offer-text-container a:not(.button) {
     font-size: .9rem;
 }
 
 html[lang="ar"] #page {
     direction: rtl;
 }
 
 html[lang="ar"] .column,
 html[lang="ar"] .columns {
     float: right;
 }
 
 html[lang="ar"] .acq-steps .arrow {
     transform: scale(-1);
 }
 
 html[lang="ar"] .toplogo a {
     float: right;
 }

html[lang="sv"] .toplogo {
    font-size: 0;
    position: fixed;
    z-index: 2;
}
 
 html[lang="ar"] .pull-right {
     float: left;
 }
 
 html[lang="ar"] .awards {
     text-align: left;
 }
 
 html[lang="ar"] .footer-license,
 html[lang="ar"] #footerLicense {
     text-align: right;
 }
 
 /* COMPONENT: ACQ Header SHARED */
 #fullContent .acq-header {
     position: relative;
     padding: 10px 3% 0;
 }

 
 #fullContent .main-bg-full-width .acq-header {
     padding-left: .9375rem;
 }
 
 #fullContent .acq-header a {
     display: inline-block;
     /*float: left;*/
 }
 
 #fullContent .acq-header a:not(.affiliate-logo):not(.awards) {
     /*margin-right: 15px;*/
 }
 
 #fullContent .acq-header .awards {
     text-align: right;
     padding-right: 10px;
 }
 
 #fullContent .acq-header .acq-header-btn {
     position: absolute;
     top: 15px;
     right: 15px;
 }
 
 #fullContent .acq-header .acq-header-btn a {
     font-size: .9em;
     color: #7df700;
     border-color: #7df700;
     background-color: #171717;
     transition: all 400ms ease;
 }
 
 #fullContent .acq-header .acq-header-btn a:hover {
     color: #171717;
     background-color: #7df700;
 }
 
 .toplogo a img,
 .toplogo span img {
     max-height: 90px;
     width:auto;
     image-rendering: -webkit-optimize-contrast;
 }
 
 @media screen and (max-width: 768px) {
 
 
     #fullContent .acq-header .acq-header-btn {
         right: 5px;
     }
 
     .affiliate-logo img {
         /*display: none;*/
     }
 }
 
 @media screen and (max-width: 676px) {
     #fullContent .acq-header a img {
         max-height: 50px;
     }
 
     #fullContent .affiliate-logo img {
         max-height: 50px;
     }
 
     #fullContent .affiliate-logo img.logo-large {
         max-height: 30px;
     }
 
     #fullContent .acq-header .acq-header-btn {
         top: 0;
     }
 
     #fullContent .acq-header .acq-header-btn a {
         font-size: 0.7em;
     }
 
     #fullContent .awards-logo img,
     #fullContent .awards img {
         max-height: 50px;
     }
 }
 
 @media screen and (max-width: 640px) {
     #fullContent .acq-header {
         padding-top: 10px;
         margin-bottom: 10px;
     }
 }
 
 @media screen and (max-width: 429px) {
     #fullContent .acq-header .acq-header-btn a {
         font-size: 0.6em;
         min-width: 60px;
         padding: 0 5px;
     }
 }
 
 @media screen and (min-width: 641px) {
 
     #fullContent .acq-header .affiliate-logo img,
     #fullContent .acq-header .awards img {
         /*margin-top: 16px;*/
         /*max-height: 80px;*/
     }
 }
 
 /* COMPONENT: ACQ Offer CSS */
 #fullContent .offer-text-container {
     font-weight: bold;
     font-size: 0.5rem;
     text-shadow: 0.07em 0.07em 0.2em #000;
 }
 
 #fullContent .big-1,
 .big-1 {
     font-size: 2em
 }
 
 #fullContent .big-2,
 .big-2 {
     font-size: 3em
 }
 
 #fullContent .big-3,
 .big-3 {
     font-size: 4em
 }
 
 #fullContent .big-4,
 .big-4 {
     font-size: 5em
 }
 
 #fullContent .big-5,
 .big-5 {
     font-size: 6em
 }
 
 #fullContent .big-6,
 .big-6 {
     font-size: 7em
 }
 
 #fullContent .big-7,
 .big-7 {
     font-size: 8em
 }
 
 #fullContent .big-8,
 .big-8 {
     font-size: 9em
 }
 
 #fullContent .offer-banner-hp {
     text-decoration: none;
 }
 
 @media screen and (min-width: 410px) {
     #fullContent .offer-text-container {
         font-size: 0.6562rem
     }
 }
 
 @media screen and (min-width: 640px) {
     #fullContent .offer-text-container {
         font-size: 0.5rem
     }
 }
 
 @media screen and (min-width: 960px) {
     #fullContent .offer-text-container {
         font-size: 0.7812rem
     }
 }
 
 @media screen and (min-width: 1200px) {
     #fullContent .offer-text-container {
         font-size: 1rem
     }
 }
 
 #fullContent .green-text {
     color: #7df601
 }
 
 #fullContent .yellow-text {
     color: #ffde00;
 }
 
 #fullContent .white-text {
     color: #fff;
 }
 
 /* COMPONENT: ACQ Button SHARED */
 #fullContent .button {
     font-size: 1.4em;
     margin-top: 15px;
     /* max-width: none; */
     line-height: 2.5;
 }
 
 html[lang="pt"] #fullContent .button {
     font-size: 1.4em;
     max-width: 100%;
     display: inline-block;
 
 }
 
 html[lang="pt"] #fullContent .acq-header-btn .button {
     font-size: .9em;
 }
 
 html[lang="de"] #fullContent .button {
     font-size: 1.4em;
     max-width: 80%;
 }
@media only screen and (max-width: 1279px){

html[lang="de"] #fullContent .button {
     font-size: 1.2em;
     max-width: 80%;
 }

}
 
 html[lang="de"] #fullContent .acq-header-btn .button {
     font-size: .9em;
 }
 
 
 html[lang="ru"] #fullContent .button {
     font-size: 0.9em;
 }
 
 /* COMPONENT: ACQ Terms And Conditions SHARED */
 #fullContent .toggle-link,
 #fullContent .toggle-container {
     color: #969696;
     font-family: '888';
     font-weight: normal;
     font-size: 0.85rem !important;
 }
 
 #fullContent .toggle-link {
     text-decoration: none;
     cursor: pointer;
 }
 
 #fullContent .toggle-link:hover,
 #fullContent .toggle-container a {
     color: #cacaca;
 }
 
 .toggle-container {
     display: none;
     -moz-transition: opacity .3s, max-height 1.9s;
     -ms-transition: opacity .3s, max-height 1.9s;
     transition: opacity .3s, max-height 1.9s;
 }
 
 .show {
     max-height: inherit;
     opacity: 1;
     display: block;
     margin-top: 25px;
 }
 
 .toggle-container.show>div {
     position: relative !important;
     white-space: normal !important;
 }
 
 #fullContent a,
 #fullContent .toggle-link .showHideTermAndCond {
     color: #cacaca;
 }
 
 @media screen and (min-width: 40.0625em) {
     #fullContent .toggle-container {
         padding-left: 1.8em;
         padding-right: 1.8em;
     }
 }
 
 /* COMPONENT: ACQ Disclaimer SHARED */
 /*.acq-sticky-disclaimer {
     width: 100%;
     position: fixed;
     bottom: 0;
     left: 0;
     padding: 1rem 1rem 0.5rem;
     background: rgba(0, 0, 0, 0.95);
     z-index: 9999;
     font-size: 10px;
 }
 .disclaimer {
     margin-bottom: 0;
     line-height: 1.4;
     font-size: 1.05em;
     font-weight: 400;
     color: #dddddd;
 }
 .disclaimer .discplamerArrowDown,
 .disclaimer .discplamerArrowUp{
     display:none;
 }
 @media only screen and (max-width: 1279px){
     :not(.promotionDisclaimer) > .disclaimer:not(.secondary-disclaimer){
         padding: 0.5rem 5rem 0.25rem;
     }
     :not(.promotionDisclaimer) > .disclaimer:not(.secondary-disclaimer) p{
         font-size: 1em;
     }
     #fullContent :not(.promotionDisclaimer) > .disclaimer:not(.secondary-disclaimer) a.tncs-apply-link {
         display: block;
         position: absolute;
         z-index: 3;
         right: 0;
         bottom: 0;
         height: 29px;
         line-height: 31px;
         font-size: 0.75rem;
         font-weight: 300;
         padding: 0 1rem;
         text-decoration: underline;
         color: #7df700;
         background-color: black;
         cursor: pointer;
     }
     .acq-sticky-disclaimer{
         padding: 1rem 1rem 0.5rem;
     }
 }*/
 
 .acq-sticky-disclaimer {
     position: fixed;
     bottom: 0;
     width: 100%;
     left: 0;
     /*z-index: 2;*/
     height: auto;
     z-index: 99999999;
 }
 
 :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
     margin: 0;
     position: relative;
     padding: 8px;
     top: auto;
     bottom: 0;
     width: 100%;
     opacity: 1;
     background: #000;
     max-width: 100%;
     left: 0;
     text-align: center;
     line-height: 1.5;
     color: #c3c1c2;
     font-size: 0.86em;
     font-weight: normal;
     /*display: block !important;*/
     overflow: visible;
     white-space: normal;
 }
 
 :not(.promotionDisclaimer)>.disclaimer:not(.secondary-disclaimer):before {
     display: none;
 }
 
 .acq-sticky-disclaimer .disclaimer p {
     margin: 0px;
 }
 
 /*
 .discplamerArrowUp, .discplamerArrowDown {
     position: absolute;
     top: -21px;
     left: 50%;
     margin-left: -21.5px;
     z-index: 9999;
 }
 */
 .discplamerArrowDown {
     display: none;
 }
 
 .disclaimer img {
     display: none;
 }
 
 #fullContent .disclaimer a {
     color: #c3c1c2;
     text-decoration: underline;
 }
 
 #fullContent a,
 #fullContent .toggle-link .showHideTermAndCond {
     color: #cacaca;
 }
 
 @media only screen and (max-width: 1279px) {
 
     .acq-sticky-disclaimer {
         height: auto;
     }
 
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         top: 0;
     }
 
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer.floating>*:not(span):not(.secondary-disclaimer) {
         top: 0px;
     }
 
     .disclaimer img {
         display: block;
     }
 
     .floating {
         height: auto;
     }
 }
 
 /* iPhone 4 and 4S Landscape */
 @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         top: -80px;
     }
 }
 
 /* iPhone 5, 5S, 5C and 5SE Landscape */
 @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         top: -80px;
     }
 }
 
 /* iPhone 6, 6S, 7 and 8 Landscape */
 @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         top: -80px;
     }
 }
 
 /* iPhone 6+, 7+ and 8+ Landscape */
 @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         top: -80px;
     }
 }
 
 /* iPhone X Landscape */
 @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         top: -80px;
     }
 }
 
 
 /* COMPONENT: ACQ Footer SHARED */
 #fullContent footer {
     font-size: 0.79em;
     background: #000;
     overflow: hidden;
     color: #969696;
     background-color: #1f1f1f;
 }
 
 #fullContent footer a,
 #fullContent .toggle-link .showHideTermAndCond {
     color: #969696;
     text-decoration: underline;
 }
 
 #fullContent footer .cgpHideIcons {
     display: none !important;
 }
 
 #fullContent footer .sem-text {
     margin: 15px 0 0;
 }
 
 #fullContent footer .sem-text-alignment {
    padding: 0;
    margin: 15px 0;
 }
 
 #fullContent footer .paymont-icon,
 #fullContent footer .apps-icon,
 #fullContent footer .safty-icons {
     text-align: center;
     margin: 15px 0 0;
 }
 
 #fullContent footer .safty-icons:after,
 #fullContent footer .paymont-icon:after,
 #fullContent footer .apps-icon:after {
     background: transparent;
     content: "";
     width: 100%;
     height: 1px;
     display: block;
     margin: 0;
 }
 
 #fullContent footer .paymont-icon span,
 #fullContent footer .paymont-icon a,
 #fullContent footer .safty-icons a,
 #fullContent footer .brands-links a,
 #fullContent footer .follow-us-links a,
 #fullContent footer .apps-icon a,
 #fullContent footer .apps-icon span:not(.group-header) {
     content: "";
     background-image: url("//images.images4us.com/888Casino_CGP/PT/acq-footer-sprite-1677057124790.png");
     background-repeat: no-repeat;
     background-size: 734px;
 }
 
 #fullContent footer .safty-icons a {
     display: inline-block;
     height: 46px;
     margin: 0 0.9em 0 0;
     text-indent: -9000px;
     background-size: 918px;
 }
 
 #fullContent footer .gam-care {
     width: 72px;
     background-position: -780px -452px;
 }
 
 #fullContent footer .gambling-commission {
     width: 63px;
     background-position: -594px -452px;
 }
 
 #fullContent footer .gambleaware {
     width: 91px;
     background-position: -783px -507px;
 }
 
 #fullContent footer .safty-icons .gamstop {
     width: 125px;
     background-position: -680px -730px;
 }
 
 #fullContent footer .safty-icons .ecogra {
     width: 109px;
     background-position: -420px -452px;
 }
 
 #fullContent footer .gibraltar-gambling-license {
     width: 34px;
     background-position: -546px -453px;
 }
 
 #fullContent footer .safty-icons .safe-888 {
     width: 42px;
     background-position: -173px -450px;
 }
 
 #fullContent footer .responsible-gaming {
     width: 27px;
     background-position: -866px -452px;
 }
 
 #fullContent footer .mga-logo {
     width: 63px;
     background-position: -335px -505px;
 }
 
 #fullContent footer .paymont-icon a,
 #fullContent footer .paymont-icon span {
     display: inline-block;
     height: 50px;
     margin: 0 1em 0 0;
     text-indent: -9000px;
     background-size: 984px;
 }
 
 #fullContent footer .paymont-icon .viza {
     background-position: 0px -542px;
     width: 66px;
 }
 
 #fullContent footer .paymont-icon .mastercard {
     background-position: -91px -542px;
     width: 61px;
 }
 
 #fullContent footer .paymont-icon .paypal {
     background-position: -166px -542px;
     width: 88px;
 }
 
 #fullContent footer .paymont-icon .neteller {
     background-position: -265px -542px;
     width: 81px;
 }
 
 #fullContent footer .paymont-icon .sofort {
     background-position: -209px -780px;
     width: 74px;
 }
 
 #fullContent footer .paymont-icon .trustly {
     background-position: -115px -780px;
     width: 88px;
 }
 
 #fullContent footer .paymont-icon .muchbetter {
     background-position: -5px -816px;
     width: 100px;
 }

 #fullContent footer .paymont-icon .idebit {
    background-position: -115px -820px;
    width: 88px;
}
 
 #fullContent footer .paymont-icon .ideal {
     background-position: -379px -542px;
     width: 39px;
 }
 
 #fullContent footer .paymont-icon .webmoney {
     background-position: -443px -542px;
     width: 95px;
 }
 
 #fullContent footer .paymont-icon .bank-transfer {
     background-position: -545px -542px;
     width: 133px;
 }
 
 #fullContent footer .paymont-icon .diners-club {
     background-position: -709px -542px;
     width: 64px;
 }
 
 #fullContent footer .paymont-icon .entropay {
     background-position: 0px -778px;
     width: 105px;
 }
 
 #fullContent footer .apps-icon span {
     display: block;
 }
 
 #fullContent footer .apps-icon a,
 #fullContent footer .apps-icon span:not(.group-header) {
     display: inline-block;
     height: 42px;
     margin: 0 1em 0 0;
     text-indent: -9000px;
     margin-right: 0px;
     background-size: 1250px;
 }
 
 #fullContent footer .apps-icon .google-play:not(.group-header) {
     background-position: -378px -994px;
     width: 108px;
     margin-right: 1rem;
 }
 
 #fullContent footer .apps-icon .app-store {
     background-position: -517px -994px;
     width: 108px;
 }
 
 #fullContent footer #footerLicense {
     margin-left: auto;
     padding: 0 0.9375rem;
     margin-right: auto;
 }
 
 /* COMPONENT: ACQ Footer - When The Fun Stop SHARED */
 #fullContent footer .safty-icons .when-the-fun-stop-icon {
     margin-top: 15px;
     text-indent: 0px;
     background-image: none;
 }
 
 #fullContent footer .safty-icons .when-the-fun-stop-footer .eighteen-plus-icon,
 #fullContent footer .safty-icons .when-the-fun-stop-footer .be-gambl-aware-icon {
     text-indent: unset;
     background-image: none;
 }

#fullContent footer .safer-better-together-banner-icons img {
    width: auto;
}

 /*--------------------------------------------------------------------------------------*/
 /*-------------- 888casino CGP BR - ACQ Footer Payment Icons ------------------*/
 /*--------------------------------------------------------------------------------------*/
 html[lang='pt-BR'] #fullContent footer {
     font-size: 0.79em;
     background: #000;
     overflow: hidden;
     color: #969696;
     background-color: #1f1f1f;
 }
 
 html[lang='pt-BR'] #fullContent footer a,
 html[lang='pt-BR'] #fullContent .toggle-link .showHideTermAndCond {
     color: #969696;
     text-decoration: underline;
 }
 
 html[lang='pt-BR'] #fullContent footer .cgpHideIcons {
     display: none !important;
 }
 
 html[lang='pt-BR'] #fullContent footer .sem-text {
     margin: 15px 0 0;
 }
 
 html[lang='pt-BR'] #fullContent footer .sem-text-alignment {
    padding: 0;
    margin: 15px 0;
 }
 
 html[lang='pt-BR'] #fullContent footer .paymont-icon,
 html[lang='pt-BR'] #fullContent footer .apps-icon,
 html[lang='pt-BR'] #fullContent footer .safty-icons {
     text-align: center;
     margin: 15px 0 0;
 }
 
 html[lang='pt-BR'] #fullContent footer .safty-icons:after,
 html[lang='pt-BR'] #fullContent footer .paymont-icon:after,
 html[lang='pt-BR'] #fullContent footer .apps-icon:after {
     background: transparent;
     content: "";
     width: 100%;
     height: 1px;
     display: block;
     margin: 0;
 }
 
 html[lang='pt-BR'] #fullContent footer .paymont-icon span,
 html[lang='pt-BR'] #fullContent footer .paymont-icon a,
 html[lang='pt-BR'] #fullContent footer .safty-icons a,
 html[lang='pt-BR'] #fullContent footer .brands-links a,
 html[lang='pt-BR'] #fullContent footer .follow-us-links a,
 html[lang='pt-BR'] #fullContent footer .apps-icon a,
 html[lang='pt-BR'] #fullContent footer .apps-icon span:not(.group-header) {
     content: "";
     background-image: url("//images.images4us.com/888Casino_CGP/PT/CAM-74149-sprite-BR-1677492857825.png");
     background-repeat: no-repeat;
     background-size: 984px;
 }
 
 html[lang='pt-BR'] #fullContent footer .safty-icons a {
     display: inline-block;
     height: 46px;
     margin: 0 0.9em 0 0;
     text-indent: -9000px;
     background-size: 918px;
 }


 html[lang='pt-BR'] #fullContent footer .paymont-icon .mastercard {
    background-position: -91px -542px;
    width: 61px;
} 


 html[lang='pt-BR'] #fullContent footer .paymont-icon .muchbetter {
     background-position: -5px -816px;
     width: 100px;
 }

 html[lang='pt-BR'] #fullContent footer .paymont-icon .pix {
    background-position: -861px -778px;
    width: 100px;
}

 html[lang='pt-BR'] #fullContent footer .paymont-icon .ecopayz {
    background-position: -120px -837px;
    width: 100px;
}

 html[lang='pt-BR'] #fullContent footer .paymont-icon .astropay {
    background-position: -306px -837px;
    width: 100px;
}

 html[lang='pt-BR'] #fullContent footer .paymont-icon .boletobancario {
    background-position: -244px -837px;
    width: 60px;
}

 html[lang='pt-BR'] #fullContent footer .paymont-icon .pay4fun {
    background-position: -425px -837px;
    width: 100px;
}

 html[lang='pt-BR'] #fullContent footer .paymont-icon .muchbetter {
    background-position: -5px -837px;
    width: 100px;
}


 
 /*-----------------------------------------------------------------------*/
 /*-------------- 888casino CGP IT - ACQ Footer ------------------*/
 /*---------------------------------------------------------------------*/
 
 html[lang='it'] #footer {
     margin-top: 50px;
 }
 
 html[lang='it'] .main-footer-site-map {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-direction: column !important;
     -moz-flex-direction: column !important;
     -ms-flex-direction: column !important;
     flex-direction: column !important;
     -webkit-justify-content: space-around;
     -moz-justify-content: space-around;
     -ms-justify-content: space-around;
     -ms-flex-pack: space-around;
     justify-content: space-around;
 }
 
 html[lang='it'] #footer .site-map-group {
     position: relative;
     display: flex;
     justify-content: space-between;
     -webkit-flex-direction: row;
     -moz-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     justify-content: flex-start;
 }
 
 html[lang='it'] #footer .site-map-group input {
     position: absolute;
     opacity: 0;
     z-index: -1;
 }
 
 html[lang='it'] #footer .site-map-group .site-map-group-title {
     display: flex;
     font-size: 1em;
     color: #ffffff;
     text-transform: uppercase;
     font-weight: bold;
     margin-left: 0;
     margin-bottom: 15px;
     letter-spacing: 0.15em;
     padding-left: 1%;
     flex-grow: 0;
     align-items: center;
 }
 
 html[lang='it'] #footer .site-map-group a {
     color: #717171;
     text-decoration: none;
     font-size: 1em;
     line-height: 18px;
 }
 
 html[lang='it'] #footer .site-map-group a:hover {
     color: #fff;
 }
 
 html[lang='it'] #fullContent #footer .site-map-group .site-map-group-title a {
     color: #fff;
     font-size: 12px
 }
 
 html[lang='it'] #footer .site-map-group .site-map-group-list {
     list-style-type: none;
     margin: 0;
     padding: 0;
     list-style-position: inside;
     justify-content: space-between;
     display: flex;
     flex-grow: 2;
 }
 
 html[lang='it'] #footer .site-map-group .site-map-group-list .site-map-group-item {
     list-style-type: none;
     display: inline-block;
     position: relative;
 }
 
 html[lang='it'] #footer .site-map-group .site-map-group-title:not(.not-open):after {
     content: '|';
     padding: 0 25px 0 10px;
     padding-bottom: 3px;
     display: inline-block;
     font-weight: 100;
 }
 
 html[lang='it'] #footer .payments-icon {
     background-image: url("//images.images4us.com/888Casino_CGP/PT/it_footer-1615385752562.png");
     background-repeat: no-repeat;
     text-indent: -9000px;
     margin-bottom: 10px;
     margin: 0 auto;
     height: 50px;
     display: inline-block;
 }
 
 html[lang='it'] #footer .payments-icon.visa {
     background-position: -76px -124px;
     width: 70px;
 }
 
 html[lang='it'] #footer .payments-icon.paypal {
     background-position: -272px -126px;
     width: 105px;
 }
 
 html[lang='it'] #footer .payments-icon.mastercard {
     background-position: -495px -125px;
     width: 73px;
 }
 
 html[lang="TH"] #fullContent footer .paymont-icon .qr-code {
     background-position: -580px -780px;
     width: 74px;
 }
 
 html[lang='it'] #footer .payments-icon.amms888 {
     background-position: -22px -139px;
     width: 160px;
     background-size: 1000px;
 }
 
 html[lang='it'] #footer .payments-icon.responsible888 {
     background-position: -280px -198px;
     width: 70px;
 }
 
 html[lang='it'] #footer .payments-icon.eightingpluse888 {
     background-position: -411px -198px;
     width: 44px;
 }
 
 html[lang='it'] #footer .payments-icon.gt888 {
     background-position: -512px -198px;
     width: 55px;
 }
 
 html[lang='it'] #footer .payments-icon.mastercard:hover {
     background-position: -1135px -125px;
 }
 
 html[lang='it'] #footer .payments-icon.visa:hover {
     background-position: -716px -124px;
 }
 
 html[lang='it'] #footer .payments-icon.paypal:hover {
     background-position: -912px -126px;
 }
 
 html[lang='it'] #footer .payments-icon.amms888:hover {
     background-position: -494px -139px;
 }
 
 html[lang='it'] #footer .payments-icon.responsible888:hover {
     background-position: -921px -198px;
 }
 
 html[lang='it'] #footer .payments-icon.eightingpluse888:hover {
     background-position: -1052px -198px;
 }
 
 html[lang='it'] #footer .payments-icon.gt888:hover {
     background-position: -1153px -198px;
 }
 
 html[lang='it'] #footer .footer-payments-group {
     position: relative;
     width: 100%;
     display: block;
     width: 100%;
     padding-top: 1em;
     border-top: 2px dashed #717171;
     border-bottom: 2px dashed #717171;
     padding-bottom: 1em;
     margin: 1em 0;
     height: auto;
 }
 
 html[lang='it'] #footer .footer-payments-group:before,
 html[lang='it'] #footer .footer-payments-group:after {
     content: "";
     position: absolute;
     width: 1px;
     height: 50px;
     background-color: #232323;
     top: 26%;
     right: 0;
     left: 0;
     margin: 0 auto;
 }
 
 html[lang='it'] #footer .footer-payments-group-list {
     list-style-type: none;
     margin-left: 0;
     width: 48%;
     display: inline-block;
     padding: 0;
     vertical-align: top;
 }
 
 html[lang='it'] #footer .payments-item {
     border: 1px solid #232323;
     border-radius: 5px;
     width: 29%;
     height: 50px;
     display: inline-block;
     text-align: center;
     margin-left: 2%;
     margin-bottom: 10px;
 }
 
 html[lang='it'] #footer .payments-item.half-item {
     width: 13%;
 }
 
 html[lang='it'] #footer .footer-payments-group-list:last-child {
     float: right;
     text-align: left;
     margin-right: 0;
 }
 
 html[lang='it'] #footer .footer-text {
     padding-bottom: 40px;
 }
 
 html[lang='it'] #footer .footer-text p,
 html[lang='it'] #footer .footer-text .toggleFooterTextWrapper {
     margin: 0;
     font-size: 12px;
     margin-bottom: 1rem;
     color: #717171;
     font-family: "888-DemiBold", verdana, sans-serif;
 }
 
 html[lang='it'] #footer .footer-text .toggleFooterTextWrapper .toggleFooterTitle {
     margin-bottom: 0;
     display: inline-block;
 }
 
 html[lang='it'] #footer .footer-text .toggleFooterText>div {
     margin-bottom: 1em;
 }
 
 html[lang='it'] #fullContent #footer a {
     color: #969696;
 }
 
 html[lang='it'] #fullContent #footer a:hover {
     color: #fff;
 }
 
 
 .regulation-logo {
     display: inline-block !important;
     position: relative;
     padding: 0 10px;
 }
 
 html[lang='da'] .regulation-logo {
     display: none !important;
 }
 
 .logoStopSpillet-link::after {
     content: "";
     width: 1px;
     height: 45px;
     background-color: #fff;
     position: absolute;
     top: 4px;
     right: 0;
 }
 
 .logoRufus-link::after {
     content: "";
     width: 1px;
     height: 45px;
     background-color: #fff;
     position: absolute;
     top: 4px;
     right: 0;
 }
 
 .logoDGA-link::after {
     content: "";
     width: 1px;
     height: 45px;
     background-color: #fff;
     position: absolute;
     top: 4px;
     right: 0;
 }
 
 .jugarBienLogo-link::after {
     content: "";
     width: 1px;
     height: 45px;
     background-color: #fff;
     position: absolute;
     top: 4px;
     right: 0;
 }
 
 .autoProhibicionLogo-link::after {
     content: "";
     width: 1px;
     height: 45px;
     background-color: #fff;
     position: absolute;
     top: 4px;
     right: 0;
 }
 
 @media screen and (max-width: 1200px) {
     html[lang='it'] #footer {
         padding: 0 10px !important;
     }
 
     html[lang='it'] #footer .footer-payments-group-list {
         width: 100%;
         display: block;
     }
 
     html[lang='it'] #footer .footer-payments-group-list:last-child {
         float: none;
     }
 
     html[lang='it'] #footer .footer-payments-group:before,
     html[lang='it'] #footer .footer-payments-group:after {
         width: 0px;
     }
 }
 
 @media screen and (max-width: 768px) {
     :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         padding: 2px;
         font-size: 0.65em;
         text-align: justify;
         line-height: 1.5;
         top: 0;
     }
 
     .regulation-logo {
         padding: 0 4px;
     }
 
     .regulation-logo img {
         max-height: 30px !important;
     }
 
     .logoStopSpillet-link::after {
         height: 25px;
         top: 2px;
     }
 
     .logoRufus-link::after {
         height: 25px;
         top: 2px
     }
 
     .logoDGA-link::after {
         height: 25px;
         top: 2px
     }
 
     .jugarBienLogo-link::after {
         height: 25px;
         top: 2px
     }
 
     .autoProhibicionLogo-link::after {
         height: 25px;
         top: 2px
     }
 }
 
 @media screen and (max-width: 420px) {
 
 :not(.promotionDisclaimer)>.acq-sticky-disclaimer>*:not(span):not(.secondary-disclaimer) {
         top: 0;
     }
 
     .regulation-logo {
         padding: 0 2px;
     }
 
     .regulation-logo img {
         max-height: 25px !important;
     }
 
     .logoStopSpillet-link::after {
         height: 20px;
         top: 2px;
     }
 
     .logoRufus-link::after {
         height: 20px;
         top: 2px;
     }
 
     .logoDGA-link::after {
         height: 20px;
         top: 2px;
     }
 
     .jugarBienLogo-link::after {
         height: 20px;
         top: 2px;
     }
 
     .autoProhibicionLogo-link::after {
         height: 20px;
         top: 2px;
     }
 }
 
 @media screen and (max-width: 1024px) {
     html[lang='it'] #footer .site-map-group {
         -webkit-flex-direction: column;
         -moz-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         width: 100%;
         border-bottom: 1px solid #232323;
     }
 
     html[lang='it'] #footer .footer-payments-group {
         border-top: none;
         border-bottom: 1px solid #232323;
     }
 
     html[lang='it'] #footer .site-map-group .site-map-group-title {
         margin: 0;
         cursor: pointer;
         line-height: 60px;
         font-size: 1em;
         font-weight: normal;
         display: block;
     }
 
     html[lang='it'] #footer .site-map-group .site-map-group-title:not(.not-open) a {
         pointer-events: none;
     }
 
     html[lang='it'] #footer .main-footer-site-map label:after {
         position: absolute;
         right: 10px;
         top: 25px;
         display: block;
         width: 10px;
         height: 10px;
         line-height: 10px;
         font-size: 20px;
         font-weight: 300;
         text-align: center;
         -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
         -ms-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
         transition: all 0.2s ease;
     }
 
     html[lang='it'] #footer .site-map-group .site-map-group-title:not(.not-open):after {
         content: "+";
         padding: 0 !important;
     }
 
     html[lang='it'] #footer .main-footer-site-map input[type=checkbox]:checked+label:not(.not-open)::after {
         -webkit-transform: rotate(135deg);
         -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
         transform: rotate(135deg);
     }
 
     html[lang='it'] #footer .main-footer-site-map .site-map-group-list {
         display: block;
         width: 100%;
         flex-grow: unset;
         padding-left: 1%;
         max-height: 0;
         overflow: hidden;
         margin-left: 10px;
         padding: 0;
         -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
         -ms-transition: all 0.6s ease-out;
         -o-transition: all 0.6s ease-out;
         transition: all 0.6s ease-out;
     }
 
     html[lang='it'] #footer .main-footer-site-map input:checked~.site-map-group-list {
         max-height: 500px;
         opacity: 1;
         -webkit-transition: all 0.6s ease-in;
         -moz-transition: all 0.6s ease-in;
         -ms-transition: all 0.6s ease-in;
         -o-transition: all 0.6s ease-in;
         transition: all 0.6s ease-in;
     }
 
     html[lang='it'] #footer .site-map-group .site-map-group-list .site-map-group-item {
         display: block;
         line-height: 2.3rem;
     }
 }
 
 @media screen and (max-width: 579px) {
     html[lang='it'] #footer .payments-icon {
         background-size: 1000px;
     }
 
     html[lang='it'] #footer .payments-icon.mastercard {
         background-position: -365px -86px;
         width: 55px;
     }
 
     html[lang='it'] #footer .payments-icon.visa {
         background-position: -55px -85px;
         width: 57px;
     }
 
     html[lang='it'] #footer .payments-icon.paypal {
         background-position: -200px -85px;
         width: 80px;
     }
 
     html[lang='it'] #footer .payments-icon.amms888 {
         background-position: -11px -90px;
         width: 115px;
         background-size: 700px;
     }
 
     html[lang='it'] #footer .payments-icon.responsible888 {
         background-position: -208px -139px;
         width: 50px;
     }
 
     v#footer .payments-icon.eightingpluse888 {
         background-position: -366px -173px;
         width: 40px;
         background-size: 1200px;
     }
 
     html[lang='it'] #footer .payments-icon.gt888 {
         background-position: -380px -139px;
         width: 40px;
     }
 
     html[lang='it'] #footer .payments-icon.mastercard:hover {
         background-position: -839px -86px;
     }
 
     html[lang='it'] #footer .payments-icon.visa:hover {
         background-position: -529px -85px;
     }
 
     html[lang='it'] #footer .payments-icon.paypal:hover {
         background-position: -674px -85px;
     }
 
     html[lang='it'] #footer .payments-icon.amms888:hover {
         background-position: -342px -90px;
     }
 
     html[lang='it'] #footer .payments-icon.responsible888:hover {
         background-position: -683px -139px;
     }
 
     html[lang='it'] #footer .payments-icon.eightingpluse888:hover {
         background-position: -935px -173px;
     }
 
     html[lang='it'] #footer .payments-icon.gt888:hover {
         background-position: -380px -139px;
     }
 }
 
 @media screen and (max-width: 420px) {
     html[lang='it'] #footer .payments-icon.amms888 {
         background-position: -11px -62px;
         width: 83px;
         background-size: 520px;
     }
 
     html[lang='it'] #footer .payments-icon.responsible888 {
         background-position: -163px -105px;
         width: 36px;
         background-size: 780px;
     }
 
     html[lang='it'] #footer .payments-icon.eightingpluse888 {
         background-position: -321px -147px;
         width: 30px;
         background-size: 1048px;
     }
 
     html[lang='it'] #footer .payments-icon.amms888:hover {
         background-position: -257px -62px;
     }
 
     html[lang='it'] #footer .payments-icon.responsible888:hover {
         background-position: -533px -105px;
     }
 
     html[lang='it'] #footer .payments-icon.eightingpluse888:hover {
         background-position: -819px -147px;
     }
 }
 
 @media screen and (max-width: 320px) {
     #fullContent .acq-header a img {
         max-height: 40px;
     }
 
     #fullContent .awards-logo img {
         max-height: 40px;
     }
 
     #fullContent .affiliate-logo img {
         max-height: 40px;
     }
 }
 
 /* == ACQ Regulation Logos Header SE == */
 
 html[lang="SV"] #fullContent .acq-header .acq-header-btn {
    right: 20%;
    position: fixed;
 }
 
 html[lang="SV"] .toplogo {
     font-size: 0;
 }
 
 html[lang="SV"] .affiliate-logo {
     display: inline-block;
 }
 
 html[lang="SV"] .regulation-logo {
     display: inline-block !important;
 }
 
 html[lang="SV"] .logo18plus-link img {
     height: 27px;
 }
 
 html[lang="SV"] .regulation-logo {
     padding: 0 5px;
 }
 
 html[lang="SV"] .logo18plus-link.regulation-logo {
     padding-left: 10px;
 }

@media screen and (max-width:1200px) {
      html[lang="SV"] #fullContent .acq-header .acq-header-btn {
    right: 10%;
 }
 }

@media screen and (max-width: 960px) {
html[lang='SV'] #fullContent .acq-header .acq-header-btn {
          right: 3%;
}
}
 
 @media screen and (max-width: 768px) {
     html[lang="SV"] .logo18plus-link.regulation-logo img {
         max-height: 40px !important;
     }
      html[lang="SV"] #fullContent .acq-header .acq-header-btn {
    right: 5px;
    position: absolute;
 }
 }
 
 @media screen and (max-width: 420px) {
     html[lang="SV"] .regulation-logo {
         padding: 0;
         padding-left: 2px;
     }
 
     html[lang="SV"] .logo18plus-link.regulation-logo {
         padding-left: 10px;
         padding-right: 2px;
     }
     html[lang="SV"] .regulation-logo img {
         max-height: 15px !important;
     }
 
     html[lang="SV"] .logo18plus-link.regulation-logo img {
         max-height: 15px !important;
     }
 
     html[lang="SV"] #fullContent .acq-header .acq-header-btn a {
         padding-left: 7px;
         padding-right: 7px;
         min-width: 0px
     }
 
 }

 @media screen and (max-width: 430px) {
html[lang="sv"] #fullContent .acq-header .acq-header-btn a{
    padding: 0 5px;
    min-width: 60px;
}
html[lang='sv'] .toplogo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
html[lang='sv'] .toplogo .regulation-logo {
    min-width: 25%;
    max-width: 36%;
}
}