html,

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


.responde{ width:800px; height: auto}
.responde2{ width: 100%}
.non{ display:none; }
.display{ display:block; }

body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 14px; }

body {
  height: 100%;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  background: #281B40; }

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

img {
  border: 0px !important;
  outline: none !important; }

a {
  text-decoration: none !important;
  outline: none; }

.Transitions {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.ClearFix {
  clear: both; }

.Base_Color {
  color: #1F1F1F !important; }

.Accent_Color {
  color: #00e7d4 !important; }

.W_Color {
  color: #ffffff !important; }

@font-face {
  font-family: 'Marcopolo';
  src: url("../fonts/marcopolo.ttf") format("ttf"), url("../fonts/marcopolo.otf") format("otf"), url("../fonts/marcopolo.woff") format("woff"), url("../fonts/marcopolo.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
#Bar_Top {
  display: block;
  width: 100%;
  height: 80px;
  background: #0C0C2D;
  position: relative;
  z-index: 99; }

#Bar_Top .CenterCont {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0px auto; }

#Bar_Top .CenterCont #LogoCasino {
  
  width: 80%;
  max-width: 400px;
 
  padding: 10px 0px 10px 0px; }

#Bar_Top .CenterCont #BoxBarTop_R {
  display: block;
  width: 100%;
  max-width: 570px;
  height: 100%;
  float: right;
  margin: 0px 0px 0px 0px; }

#Bar_Top .CenterCont #BoxBarTop_R #Wordwide {
  display: block;
  width: 100%;
  max-width: 300px;
  float: left;
  margin: 11px 0px 0px 0px; }

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
  display: inline-flex;
  width: 100%;
  max-width: 215px;
  height: 100%;
  margin: 0px 0px 0px 30px;
  position: relative;
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
  display: block;
  width: 48%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  top: 19px;
  border: solid 1px #ffffff;
  color: #ffffff; }

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_L {
  left: 0px;
  background: rgba(255, 255, 255, 0); }

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_L:hover {
  background: white;
  color: #000000; }

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_R {
  right: 0px;
  background: #009387;
  color: #ffffff;
  border: solid 1px #009387; }

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_R:hover {
  background: #ffffff;
  color: #000000;
  border: solid 1px #ffffff; }


#Bar_PromoTop {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  min-height: 700px;
  position: relative;
  background: url("../images/fondolp1.png") center no-repeat;
 }

#Bar_PromoTop .CenterCont {
  display: block;
  width: 100%;
  max-width: 1000px;
  min-height: 450px;
  margin: 0px auto; }

#Bar_PromoTop .CenterCont .BoxesTPromo {
  display: block;
  width: 50%;
  
  margin: 0px auto;
  float: left;
  position: relative;
  z-index: 100; }

 
#Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 65px;
  line-height: 25px;
  margin: 0px auto;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  background: #03d137;
  text-transform: uppercase;
  padding: 20px; 
  border-radius: 10px;
  background:#B641B2;
  display: inline-block;
  position: relative;font-family: 'Gogh', sans-serif; 
 }

  @keyframes pulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }
        }

       

        .pulse {
            width: 100px;
            height: 100px;
            background-color: #3498db;
            border-radius: 50%;
            animation: pulse 2s infinite;
        }


    @keyframes shine {
  0% {
    background-position: -380px 0;
  }
  100% {
    background-position: 400px 0;
  }
}

#Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen:hover {
  color:#f2ec22; }

#Bar_PromoTop .CenterCont .BoxesTPromo .lightning img {
    width: 100%;
    max-width: 300px;
  }

#Bar_PromoTop #Box_MainPromoTop {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  min-height: 370px;
  margin: 112px auto 0px auto;
  padding: 0 12px; }

#Bar_PromoTop #Box_MainPromoTop h1,
h2 {
  display: block;
  width: 100%;
  text-align: left; }

#Bar_PromoTop #Box_MainPromoTop .PromoMobile {
  display: none; }

#Bar_PromoTop #Box_MainPromoTop h1 {
  font-size: 31px;
  text-align: center;
  line-height: 32px;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.8); }

#Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
  position: relative; }

#Bar_PromoTop #Box_MainPromoTop .RowBoxCcode {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 20px auto;
  position: relative;
  text-transform: uppercase;
  font-weight: 700; }

#Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
  display: block;
  width: 60%;
  height: 55px;
  line-height: 50px;
  margin: 0px;
  position: relative;
  color: #ffffff;
  float: left;
  font-size: 25px;
  border-left:solid 2px #B641B2;
  border-top:solid 2px #B641B2;
  border-bottom:solid 2px #B641B2;font-family: 'Gogh', sans-serif;
 background-color:#281b40!important}

#Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
  display: block;
  width: 40%;
  height: 55px;
  line-height: 55px;
  margin: 0px;
  position: relative;
  background: rgb(0,0,78);
  background:#fff;
  color: #B641B2;
  float: left;
  font-size: 14px;
  cursor: pointer;font-family: 'Gogh', sans-serif; }

#Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy:hover {
  background: #FFF;
  color: #B641B2;
  border: solid 2px #B641B2; }

#Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy:hover > .BoxCode {
  color:white!important; }

#Bar_PromoTop #Box_MainPromoTop .FLine {
  display: block;
  width: 100%;
  margin: 0px auto;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  z-index: 99; }

#Bar_Middle {
  display: block;
  width: 100%;
  min-height: 250px;
  position: relative; }

#Bar_Middle .CenterCont {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto; }

#Bar_Middle .BoxesSides {
  display: block;
  width: 50%;
  min-height: 250px;
  position: relative;
  float: left; }

#Bar_Middle .BoxesSides #ImgIconsBoxes {
  display: block;
  width: 100%;
  max-width: 513px;
  margin: 15px auto 0px auto; }

#Bar_Middle .BoxesSides #BoxPromoGame {
  display: block;
  width: 100%;
  max-width: 365px;
  min-height: auto;
  margin: 60px auto 0px auto;
  position: relative; }

#Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 75px;
  font-family: 'Marcopolo';
  position: relative;
  color: #FFFFFF;
  text-align: left;
  padding-left: 50px; }

#Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
  content: "";
  display: block;
  width: 35px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 90px;
  background: url("../images/dollar.svg") 0% 50% no-repeat;
  background-size: 100%; }

#Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
  display: block;
  width: 100%;
  position: relative; }

#Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0%;
  top: -35px;
  z-index: 10;
  text-transform: uppercase;
  color: #00e7d4;
  font-size: 22px;
  text-align: center;
  padding: 8px 20px;
  line-height: 25px;
  font-weight: 700; }

#Bar_Middle .BoxesSides #BoxPromoGame #ImgGamePromo {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 0px 1px yellow;
  -moz-box-shadow: 0px 0px 0px 1px yellow;
  box-shadow: 0px 0px 0px 1px yellow; }

#Bar_Middle .BoxesSides .RowBoxCcode {
  display: block;
  width: 72%;
  height: 55px;
  line-height: 55px;
  margin: 0px auto;
  position: relative;
  text-transform: uppercase;
  font-weight: 700; }

#Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
  display: block;
  width: 60%;
  height: 55px;
  line-height: 50px;
  margin: 0px;
  position: relative;
  color: #76C900;
  float: left;
  font-size: 30px;
  border-left: dotted 2px #76C900;
  border-top: dotted 2px #76C900;
  border-bottom: dotted 2px #76C900; }

#Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
  display: block;
  width: 40%;
  height: 55px;
  line-height: 55px;
  margin: 0px;
  position: relative;
  background: #76C900;
  color: #000000;
  float: left;
  font-size: 14px;
  cursor: pointer; }

#Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy:hover {
  background: #000000;
  color: #76C900; }

#Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy:hover > .BoxCode {
  color: red !important; }

#Bar_Middle .BoxesSides .Redeem {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px auto;  }

#Bar_C_GAMES {
  display: block;
  width: 100%;
  padding:25px 0 50px 0;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#000000', GradientType=0); }

#Bar_C_GAMES h2 {
  display: block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
 
  text-transform: uppercase;
  color: #B641B2;font-family: 'Gogh', sans-serif; }

#Bar_C_GAMES h3 {
  
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #B641B2;font-family: 'Gogh', sans-serif; }

#Bar_C_GAMES strong {
  color: #ffffff; }

#C_Slots {
  display: block;}

#C_Table {
  display: none; }

#C_Poker {
  display: none; }

.IconMBoxes {
  display: none;
  width: 100%;
  padding: 0px 20px;
  margin: 10px auto; }


.IconMBoxes img {
  display: block;
  width: 100%;
  max-width: 129px;
   }

.IconMBoxes p {
  display: block;
  width: 80%;
  float: left;
  padding: 15px 0px 0px 15px;
  text-align: left;
  font-size: 18px; }

  .IconMBoxes .box {
    width: 20%;
  }

#Bar_Footer {
  display: block;
  width: 100%; 
  background: #0C0C2D;
  left: 0;
  bottom: 0; }

#Bar_Footer .CenterCont {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  padding:25px 0px; }

#Bar_Footer .CenterCont h1 {
  display: none;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase; }

#Bar_Footer .CenterCont #BtnBTerms {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #ffffff;
  background: rgba(255, 255, 255, 0);
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer !important; }

#Bar_Footer .CenterCont #BtnBTerms:hover {
  border: solid 1px #B641B2;
  background: #B641B2;
  color: #ffffff;
  cursor: pointer !important; }

.footer_elements {
  display: flex;
  align-items: center;
  justify-content: center; 
  column-gap: 20px;
}

#Bar_Footer .CenterCont #ImgDM {
  display: block;
  width: 500px;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0;
  padding: 0 25px; }

@media screen and (max-width: 768px) {
  #Bar_Footer .CenterCont #ImgDM {
    padding: 30px 0 0 0; } }
#Bar_Footer .CenterCont #ImgPR {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 0 10px; }

.CarouselGames h3 {
  display: none;
 
  font-size: 16px;
  font-weight: 900;
  padding: 10px 0;
  text-transform: uppercase; }

#Btn_S_W_Promo {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 10px auto;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  background: #03d137; }

#Btn_S_W_Promo:hover {
  color: #1F1F1F; }

.safe_support {
  max-width: 240px;
  width: 100%;
  padding: 10px; }

img[src^="//my.rtmark.net/"] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden; }

/*FOOTER-TERMS-BAR ------------*/
#BarFooterTerms {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  background:#B641B2;
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 9999999;
  opacity: 1; 
}

#BarFooterTerms #BoxButtonTerms {
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -25px;
  left: 0px;
  z-index: 0;
  text-align: center; }

#BarFooterTerms #ButtonTerms {
  display: block;
  width: 80px;
  height: 30px;
  margin: 0px auto;
  padding: 6px 0px;
  background: #2b0c83 no-repeat center 5px;
  color: #000000;
  font-size: 13px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; }

#BarFooterTerms footer {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0px auto 0px auto;
  padding: 0px 30px 0px 30px;
  text-align: justify;
  font-weight: normal !important;
  font-size: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden; 
  text-align: center; color: white
  }

#BarFooterTerms footer p {
  display: block;
  width: 100%;
  margin: 10px auto 10px auto;
  font-weight: normal !important;
  font-size: 12px;
  letter-spacing: 0px;
  color: #000000; }

.GBG_MBar {
  background: black !important;
  background: -moz-linear-gradient(top, black 0%, #282828 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, black), color-stop(100%, #282828)) !important;
  background: -webkit-linear-gradient(top, black 0%, #282828 100%) !important;
  background: -o-linear-gradient(top, black 0%, #282828 100%) !important;
  background: -ms-linear-gradient(top, black 0%, #282828 100%) !important;
  background: linear-gradient(to bottom, black 0%, #282828 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#282828', GradientType=0 ) !important; }

.GreenBtn {
  background: #faf21d !important;
  background: -moz-linear-gradient(top, #faf21d 0%, #e7b90f 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #faf21d), color-stop(100%, #e7b90f)) !important;
  background: -webkit-linear-gradient(top, #faf21d 0%, #e7b90f 100%) !important;
  background: -o-linear-gradient(top, #faf21d 0%, #e7b90f 100%) !important;
  background: -ms-linear-gradient(top, #faf21d 0%, #e7b90f 100%) !important;
  background: linear-gradient(to bottom, #faf21d 0%, #e7b90f 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf21d', endColorstr='#0e4204', GradientType=0 ) !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 30px #000000; }

.AniColorsCcode_1 {
  -webkit-animation: color-change_1 0.3s infinite;
  -moz-animation: color-change_1 0.3s infinite;
  -o-animation: color-change_1 0.3s infinite;
  -ms-animation: color-change_1 0.3s infinite;
  animation: color-change_1 0.3s infinite; }

@-webkit-keyframes color-change_1 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff63ee; }
  100% {
    color: #fffc00; } }
@-moz-keyframes color-change_1 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff63ee; }
  100% {
    color: #fffc00; } }
@-ms-keyframes color-change_1 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff63ee; }
  100% {
    color: #fffc00; } }
@-o-keyframes color-change_1 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff63ee; }
  100% {
    color: #fffc00; } }
@keyframes color-change_1 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff63ee; }
  100% {
    color: #fffc00; } }
.AniColorsCcode_2 {
  -webkit-animation: color-change_2 0.3s infinite;
  -moz-animation: color-change_2 0.3s infinite;
  -o-animation: color-change_2 0.3s infinite;
  -ms-animation: color-change_2 0.3s infinite;
  animation: color-change_2 0.3s infinite; }

@-webkit-keyframes color-change_2 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff2222; }
  100% {
    color: #fffc00; } }
@-moz-keyframes color-change_2 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff2222; }
  100% {
    color: #fffc00; } }
@-ms-keyframes color-change_2 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff2222; }
  100% {
    color: #fffc00; } }
@-o-keyframes color-change_2 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff2222; }
  100% {
    color: #fffc00; } }
@keyframes color-change_2 {
  0% {
    color: #fffc00; }
  50% {
    color: #ff2222; }
  100% {
    color: #fffc00; } }
.AniColorsCcode_3 {
  -webkit-animation: color-change_3 0.3s infinite;
  -moz-animation: color-change_3 0.3s infinite;
  -o-animation: color-change_3 0.3s infinite;
  -ms-animation: color-change_3 0.3s infinite;
  animation: color-change_3 0.3s infinite; }

@-webkit-keyframes color-change_3 {
  0% {
    color: #fffc00; }
  50% {
    color: #17ff79; }
  100% {
    color: #fffc00; } }
@-moz-keyframes color-change_3 {
  0% {
    color: #fffc00; }
  50% {
    color: #17ff79; }
  100% {
    color: #fffc00; } }
@-ms-keyframes color-change_3 {
  0% {
    color: #fffc00; }
  50% {
    color: #17ff79; }
  100% {
    color: #fffc00; } }
@-o-keyframes color-change_3 {
  0% {
    color: #fffc00; }
  50% {
    color: #17ff79; }
  100% {
    color: #fffc00; } }
@keyframes color-change_3 {
  0% {
    color: #fffc00; }
  50% {
    color: #17ff79; }
  100% {
    color: #fffc00; } }
/* CSS RESPONSIVE ------------*/





@media only screen and (min-width: 1279px) and (max-width: 1441px) {
	
	
	.responde {
  width:600px!important;
  height: auto; margin-top:60px
}
	
}



@media only screen and (min-width: 768px) and (max-width: 1200px) {
		
	.responde{ width:100%; height: auto; margin-top: 60px}
	.responde2{ width: 80%; margin: 0px auto}
	
  #Bar_PromoTop::after {
    display: none; }

  #Bar_Top {
    height: 70px; }

  #Bar_PromoTop .CenterCont {
    display: block;
    width: 100%;
    max-width: 1000px;
    min-height: 450px;
    margin: 0px auto; }

  #Bar_PromoTop .CenterCont .BoxesTPromo {
    display: block;
    width: 50%;
    height: 450px;
    margin: 0px auto;
    float: left; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width:45%;
   }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 50%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #Wordwide {
    max-width: 50%;
    margin: 20px 0px 0px 0px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 20px 0px 0px 20px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 45%;
    margin: 0px 0px 0px 0px; }

  #Bar_PromoTop {
   width: 100%;
    max-width: 1920px;
    min-height: 510px;
    background: url("../images/fondolp1.png") center no-repeat;
    background-position-x: center;
    background-position-y: center;
  
	  background-position: 30% -150px;}
  #Bar_PromoTop #Box_MainPromoTop .JpCounter::after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 90px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_PromoTop #Box_MainPromoTop .PromoMobile {
    display: none; }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 80%;
    min-height: auto;
    position: relative;
    float: none;
    margin: 0px auto; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 85%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 100px;
    text-align: left;
    padding-left: 50px;
    height: 100px;
    line-height: 50px;
    padding-top: 30px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    left: 2%;
    top: 24px;
    height: 60px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 75%;
    height: 60px;
    line-height: 55px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_Footer {
    height: 100px;
    position: relative; }

  #Bar_Footer .CenterCont h1 {
    display: block;
    padding: 10px 0; }

  #Bar_Footer .CenterCont #ImgDM {
    float: none; }

  #C_Slots {
    display: block;
    max-width: 90%; }

  #C_Table {
    display: block;
    max-width: 90%; }

  #C_Poker {
    display: block;
    max-width: 90%; }

  .IconMBoxes {
    display: block; }

    .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; }



  #Bar_PromoTop #Box_MainPromoTop {
    margin: 34px auto 0px auto; } }


@media only screen and (max-width: 767px) {
  #Bar_Top .CenterCont #BoxBarTop_R #Wordwide {
    display: none; }

  #Bar_Footer .CenterCont #ImgPR {
    display: none; }

  .footer_elements {
    display: block; }

  #Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
    max-width: 360px; } }



@media only screen and (min-width: 667px) and (max-width: 767px) {
	
	.non{ display:block; }
    .display{ display:none; }
	.blockleft {display:none!important }
	
  #Bar_PromoTop::after {
    display: none; }

  #Bar_Top {
    height: 70px; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width: 50%;
    }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 45%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 20px 0px 0px 20px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 75%;
    margin: 0px 0px 0px 0px; }

 #Bar_PromoTop {
   width: 100%;
    max-width: 1920px;
    min-height: 510px;
    background: url("../images/fondolp1.png") center no-repeat;
    background-position-x: center;
    background-position-y: center;

    background-position: 30% -70px; }
	
	
	
  #Bar_PromoTop .CenterCont .BoxesTPromo {
    width: 100%;
    padding: 0px 30px;
    height: auto; }

  #Bar_PromoTop #Box_MainPromoTop {
    margin: 350px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .PromoMobile {
    width: 80%;
    display: block;
    margin: 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop h1 {
    display: block;
    text-shadow: 0px 4px 7px #000000; }

  #Bar_PromoTop #Box_MainPromoTop {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin: 30px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 12px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
    width: 65%;
    height: 55px;
    line-height: 50px;
    font-size: 20px; }

  #Bar_PromoTop #Box_MainPromoTop .FLine {
    font-size: 18px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
    height: 55px;
    line-height: 16px;
    margin: 0px auto 15px auto;
    font-size: 25px;
    position: relative;
    z-index: 99;
    padding: 20px; 
  
  }
    
  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode {
    width: 70%; }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 80%;
    min-height: auto;
    position: relative;
    float: none;
    margin: 0px auto; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 85%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 85px;
    text-align: left;
    padding-left: 50px;
    height: 90px;
    line-height: 50px;
    padding-top: 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    left: 2%;
    top: 12px;
    height: 60px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 75%;
    height: 60px;
    line-height: 55px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_Footer {
    height:auto;
    position: relative; }
	
	.payments {
  width: 500px!important;
}

  #Bar_Footer .CenterCont #BtnBTerms {
    position: absolute;
    left: 25%;
    bottom: 15px;
    max-width: 50%;
    margin: 0px;
    float: none; }

  #Bar_Footer .CenterCont h1 {
    display: block; }

  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 80vw;
    float: none;
    margin: 20px auto; }

  #C_Slots {
    display: block;
    max-width: 90%; }

  #C_Table {
    display: block;
    max-width: 90%; }

  #C_Poker {
    display: block;
    max-width: 90%; }

  .IconMBoxes {
    display: block; }
  .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; } }
@media only screen and (min-width: 568px) and (max-width: 667px) {
	
	.espacio{ margin: 100px 0 70px 0}
.non{ display:block; width: 100% }
.display{ display:none; }
.blockleft {display:none!important }
	
  #Bar_PromoTop::after {
    display: none; }

  #Bar_Top {
    height: 70px; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width: 60%;
      }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 45%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 20px 0px 0px 20px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 80%;
    margin: 0px 0px 0px 0px; }

#Bar_PromoTop {
   width: 100%;
    max-width: 1920px;
    min-height: 510px;
    background: url("../images/fondolp1.png") center no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: 30% -70px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo {
    width: 100%;
    padding: 0px 30px;
    height: auto; }

  #Bar_PromoTop #Box_MainPromoTop {
    margin: 350px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .PromoMobile {
    width: 80%;
    display: block;
    margin: 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop h1 {
    display: block;
    text-shadow: 5px 5px 5px #400001; }

  #Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
    display: block; }

  #Bar_PromoTop #Box_MainPromoTop {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin:30px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 12px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
    width: 65%;
    height: 55px;
    line-height: 50px;
    font-size: 20px; }

  #Bar_PromoTop #Box_MainPromoTop .FLine {
    font-size: 18px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
    height: 55px;
    line-height: 15px;
    margin: 0px auto 15px auto;
    font-size: 25px;
    position: relative;
    z-index: 99;
    padding: 20px;
 
  }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode {
    width: 70%; }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 80%;
    min-height: auto;
    position: relative;
    float: none;
    margin: 0px auto; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 85%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 75px;
    text-align: left;
    padding-left: 44px;
    height: 80px;
    line-height: 50px;
    padding-top: 15px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 10px;
    height: 60px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 75%;
    height: 60px;
    line-height: 55px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_Footer {
    height:auto;
    position: relative; }

  #Bar_Footer .CenterCont #BtnBTerms {
    position: absolute;
    left: 25%;
    bottom: 15px;
    max-width: 50%;
    margin: 0px;
    float: none; }

  #Bar_Footer .CenterCont h1 {
    display: block; }

  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 80vw;
    float: none;
    margin: 20px auto; }

  #C_Slots {
    display: block;
    max-width: 90%; }

  #C_Table {
    display: block;
    max-width: 90%; }

  #C_Poker {
    display: block;
    max-width: 90%; }

  .IconMBoxes {
    display: block; }
    .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; } }
@media only screen and (min-width: 480px) and (max-width: 567px) {
	
	.espacio{ margin: 50px 0 50px 0}
.non{ display:block; }
.display{ display:none; }
	.blockleft {display:none!important }
	
  #Bar_PromoTop::after {
    display: none; }

  #Bar_Top {
    height: 60px; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width: 50%;
 }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 45%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0px 0px 10px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 80%;
    margin: 0px 0px 0px 0px; }

  #Bar_PromoTop {
    width: 100%;
    max-width: 1920px;
    min-height: 510px;
     background: url("../images/fondolp1.png") center no-repeat;
   
    background-position: 50% -15px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo {
    width: 100%;
    padding: 0px 30px;
    height: auto; }

  #Bar_PromoTop #Box_MainPromoTop {
    margin: 350px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop h1 {
    display: block;
    text-shadow: 5px 5px 5px #400001; }

  #Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
    display: block; }

  #Bar_PromoTop #Box_MainPromoTop {
    width: 100%;
    max-width: 95%;
    height: auto;
    min-height: auto;
    margin: 100px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 12px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
    width: 65%;
    height: 55px;
    line-height: 50px;
    font-size: 20px; }

  #Bar_PromoTop #Box_MainPromoTop .FLine {
    font-size: 18px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
    height: 55px;
    line-height: 15px;
    margin: 17px auto 0px auto;
    font-size: 25px;
    position: relative;
    z-index: 99;
    padding: 20px;
 
  }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 100%;
    min-height: auto;
    position: relative;
    float: none; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 85%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 75px;
    text-align: left;
    padding-left: 44px;
    height: 80px;
    line-height: 50px;
    padding-top: 15px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 10px;
    height: 60px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 75%;
    height: 60px;
    line-height: 55px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_Footer {
    height:auto;
    position: relative; }

  #Bar_Footer .CenterCont #BtnBTerms {
    position: absolute;
    left: 25%;
    bottom: 15px;
    max-width: 50%;
    margin: 0px;
    float: none; }

  #Bar_Footer .CenterCont h1 {
    display: block; }

  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 80vw;
    float: none;
    margin: 20px auto; }

  #C_Slots {
    display: block;
    max-width: 90%; }

  #C_Table {
    display: block;
    max-width: 90%; }

  #C_Poker {
    display: block;
    max-width: 90%; }

  .IconMBoxes {
    display: block; }
    .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; } }
@media only screen and (min-width: 412px) and (max-width: 480px) {
	
	
	.non{ display:block; width: 100% }
.display{ display:none; }
.blockleft {display:none!important }
	
  #Bar_Top {
    height: 60px; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width: 50%;
   }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 55%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0px 0px 10px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 80%;
    margin: 0px 0px 0px 0px; }

 #Bar_PromoTop {
    width: 100%;
    max-width: 1920px;
    min-height: 510px;
    background: url("../images/fondolp1.png") center no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-position: 30% -70px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo {
    width: 100%;
    padding: 0px 30px;
    height: auto; }

  #Bar_PromoTop #Box_MainPromoTop h1 {
    display: block;
    text-shadow: 5px 5px 5px #400001;
    font-size: 21px;
    line-height: 24px; }

  #Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
    display: block; }

  #Bar_PromoTop #Box_MainPromoTop {
    width: 100%;
    max-width: 95%;
    height: auto;
    min-height: auto;
    margin: 50px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 11px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
    width: 65%;
    height: 55px;
    line-height: 50px;
    font-size: 20px; }

  #Bar_PromoTop #Box_MainPromoTop .FLine {
    font-size: 18px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
    height: 53px;
    line-height: 15px;
    margin: 0px auto 0px auto;
    font-size: 23px;
    position: relative;
    z-index: 99;
    padding: 20px;
 
  }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 100%;
    min-height: auto;
    position: relative;
    float: none; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 75px;
    text-align: left;
    padding-left: 55px;
    height: 80px;
    line-height: 50px;
    padding-top: 15px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 10px;
    height: 60px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 90%;
    height: 60px;
    line-height: 55px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_Footer {
  
    position: relative; }

  #Bar_Footer .CenterCont #BtnBTerms {
    position: absolute;
    left: 25%;
    bottom: 15px;
    max-width: 50%;
    margin: 0px;
    float: none; }

  #Bar_Footer .CenterCont h1 {
    display: block; }

  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 80vw;
    float: none;
    margin: 20px auto; }

  #C_Slots {
    display: block;
    max-width: 90%; }

  #C_Table {
    display: block;
    max-width: 90%; }

  #C_Poker {
    display: block;
    max-width: 90%; }

  .IconMBoxes {
    display: block; }

    .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; } }
@media only screen and (min-width: 375px) and (max-width: 414px) {
	
		.non{ display:block; width: 100% }
.display{ display:none; }
	.blockleft {display:none!important }
  #Bar_Top {
    height: 50px; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width:50%;
    }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 55%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0px 0px 10px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 80%;
    margin: 0px 0px 0px 0px; }

  #Bar_PromoTop {
    width: 100%;
    max-width: 1920px;
    min-height: 510px;
     background: url("../images/fondolp1.png") center no-repeat;
   
    background-position: 30% -70px;}

  #Bar_PromoTop .CenterCont .BoxesTPromo {
    width: 100%;
    padding: 0px 30px;
    height: auto; }

  #Bar_PromoTop #Box_MainPromoTsop h1 {
    display: block;
    text-shadow: 0px 3px 2px #000000;
    font-size: 20px;
    line-height: 23px; }

  #Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
    display: block; }

  #Bar_PromoTop #Box_MainPromoTop {
    width: 100%;
    max-width: 95%;
    height: auto;
    min-height: auto;
    margin: 70px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode {
    margin: 10px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 11px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
    width: 65%;
    height: 55px;
    line-height: 50px;
    font-size: 20px; }

  #Bar_PromoTop #Box_MainPromoTop .FLine {
    font-size: 18px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
    height: 50px;
    line-height: 13px;
    margin: 0px auto 20px auto;
    font-size: 22px;
    position: relative;
    z-index: 99;
    padding: 20px; 
   
  }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 100%;
    min-height: auto;
    position: relative;
    float: none; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 70px;
    text-align: left;
    padding-left: 55px;
    height: 80px;
    line-height: 50px;
    padding-top: 15px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 35px;
    position: absolute;
    left: 0px;
    top: 10px;
    height: 60px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 90%;
    height: 60px;
    line-height: 55px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_Footer { margin-top: 50px;

    position: relative; }
	
	#Bar_Footer .CenterCont {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 50px auto 0px auto;
 
}
	

	 
  #Bar_Footer .CenterCont #BtnBTerms {
    position: absolute;
    left: 25%;
    bottom: 15px;
    max-width: 50%;
    margin: 0px;
    float: none; }

  #Bar_Footer .CenterCont h1 {
    display: block; }

  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 80vw;
    float: none;
    margin: 20px auto; }

  #C_Slots {
    display: block;
    max-width: 90%; }

  #C_Table {
    display: block;
    max-width: 90%; }

  #C_Poker {
    display: block;
    max-width: 90%; }

  .IconMBoxes {
    display: block; }

    .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; } }






@media only screen and (min-width: 360px) and (max-width: 376px) {
	.espacio{ margin: 0 0 100px 0}
.non{ display:block;width: 100% }
.display{ display:none; }
  #Bar_Top {
    height: 50px; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width: 60%;
   }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 55%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0px 0px 10px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 80%;
    margin: 0px 0px 0px 0px; }

  #Bar_PromoTop {
    width: 100%;
    max-width: 1920px;
    min-height: 510px;
     background: url("../images/fondolp1.png") center no-repeat;
   
    background-position: 30% -70px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo {
    width: 100%;
    padding: 0px 4px;
    height: auto; }

  #Bar_PromoTop #Box_MainPromoTop h1 {
    display: block;
    text-shadow: 0px 3px 2px #000000;
    font-size: 20px;
    line-height: 22px; }

  #Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
    display: block; }

  #Bar_PromoTop #Box_MainPromoTop {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin: 30px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode {
    margin: 10px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 12px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
    width: 65%;
    height: 55px;
    line-height: 50px;
    font-size: 20px; }

  #Bar_PromoTop #Box_MainPromoTop .FLine {
    font-size: 18px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
    height: 51px;
    line-height: 13px;
    margin: 5px auto 0px auto;
    font-size: 22px;
    position: relative;
    z-index: 99;
    padding: 20px; }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 100%;
    min-height: auto;
    position: relative;
    float: none; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 66px;
    text-align: left;
    padding-left: 50px;
    height: 70px;
    line-height: 50px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 30px;
    position: absolute;
    left: 0px;
    top: 10px;
    height: 50px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 90%;
    height: 55px;
    line-height: 55px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_Footer {
   
    position: relative; }

  #Bar_Footer .CenterCont #BtnBTerms {
    position: absolute;
    left: 25%;
    bottom: 12px;
    max-width: 50%;
    margin: 0px;
    float: none; }

  #Bar_Footer .CenterCont h1 {
    display: block; }

  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 90vw;
    float: none;
    margin: 20px auto; }

  #C_Slots {
    display: block; }

  #C_Table {
    display: block; }

  #C_Poker {
    display: block; }

  .IconMBoxes {
    display: block; }

    .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; }

  .CarouselGames {
    max-width: 90%; }

  #Btn_S_W_Promo {
    max-width: 90%; } }
@media only screen and (min-width: 1px) and (max-width: 360px) {
	
 .espacio {
    margin: 10px 0 100px 0;
  }
	
		.non{ display:block; width: 100% }
.display{ display:none; }
		.blockleft {display:none!important }
	
  #Bar_Top {
    height: 60px; }

  #Bar_Top .CenterCont #LogoCasino {
    max-width: 70%;
 }

  #Bar_Top .CenterCont #BoxBarTop_R {
    max-width: 55%; }

  #Bar_Top .CenterCont #BoxBarTop_R #Flags {
    display: none; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    width: 75%;
    height: 30px;
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0px 0px 10px;
    font-size: 12px; }

  #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    max-width: 80%;
    margin: 0px 0px 0px 0px; }

  #Bar_PromoTop {
    width: 100%;
    max-width: 1920px;
    min-height: 510px;
     background: url("../images/fondolp1.png") center no-repeat;
   
    background-position: 30% -75px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo {
    width: 100%;
    padding: 0px 5px;
    height: auto; }

  #Bar_PromoTop #Box_MainPromoTop h1 {
    display: block;
    text-shadow: 0px 3px 2px #000000;
    font-size: 19px;
    line-height: 21px; }

  #Bar_PromoTop #Box_MainPromoTop .ImgWBonus {
    display: block; }

  #Bar_PromoTop #Box_MainPromoTop {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin: 50px auto 0px auto; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode {
    margin: 10px auto; }

  #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    width: 90%;
    height: 35px;
    position: absolute;
    left: 5%;
    top: -35px;
    font-size: 20px;
    padding: 10px 5px;
    line-height: 16px; }

  #Bar_Middle .BoxesSides #BoxPromoGame {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 60px auto 0px auto;
    padding: 0px 20px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    font-size: 60px;
    text-align: left;
    padding-left: 30px;
    height: 70px;
    line-height: 50px;
    padding-top: 10px; }

  #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter::after {
    content: "";
    display: block;
    width: 25px;
    position: absolute;
    left: 0px;
    top: 10px;
    height: 50px;
    background: url("../images/dollar.svg") 50% 50% no-repeat;
    background-size: 98%; }

  #Bar_Middle .BoxesSides #BoxPromoGame .ImgWBonus {
    display: block;
    width: 100%;
    position: relative; }

  #Bar_Middle .BoxesSides .RowBoxCcode {
    display: block;
    width: 90%;
    height: 55px;
    line-height: 55px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BoxCode {
    font-size: 20px; }

  #Bar_Middle .BoxesSides .RowBoxCcode .BtnCopy {
    font-size: 12px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BtnCopy {
    width: 35%;
    height: 55px;
    line-height: 55px;
    font-size: 9px; }

  #Bar_PromoTop #Box_MainPromoTop .RowBoxCcode .BoxCode {
    width: 65%;
    height: 55px;
    line-height: 50px;
    font-size: 20px; }

  #Bar_PromoTop #Box_MainPromoTop .FLine {
    font-size: 14px; }

  #Bar_PromoTop .CenterCont .BoxesTPromo .BtnGreen {
    height: 51px;
    line-height: 15px;
    margin: 5px auto 0px auto;
    font-size: 19px;
    position: relative;
    z-index: 99;
    padding: 18px; }

  #Bar_Middle {
    min-height: auto; }

  #Bar_Middle .BoxesSides {
    width: 100%;
    min-height: auto;
    position: relative;
    float: none; }

  #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px auto; }

  #Bar_Footer {
  
    position: relative; }

  #Bar_Footer .CenterCont #BtnBTerms {
    position: absolute;
    left: 25%;
    bottom: 30px;
    max-width: 50%;
    margin: 0px;
    float: none; }

  #Bar_Footer .CenterCont h1 {
    display: block; }

  #Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 90vw;
    float: none;
    margin: 20px auto; }

  #C_Slots {
    display: block;
    max-width: 90%; }

  #C_Table {
    display: block;
    max-width: 90%; }

  #C_Poker {
    display: block;
    max-width: 90%; }

  .IconMBoxes {
    display: block; }

    .flex {
  display: flex;
  justify-content: center;
  align-items: center;
 }

  #Bar_C_GAMES h2 {
    display: none; }

  .CarouselGames h3 {
    display: block; }

  .CarouselGames {
    max-width: 90%; }

  #Btn_S_W_Promo {
    max-width: 90%; } }

/*# sourceMappingURL=main_landing.css.map */
.payments{
  width: 450px;
} 

/*# new footer copy */


footer{ padding: 20px; background-color:#080821} 
footer p{ font-size:10px; color: gray}
footer a {color:#b641b2; text-decoration: underline #b641b2!important; }

@media screen and (max-width: 600px) {
  .payments {
    width: 85vw;
    
  }
}