@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");

.flame {
  font-size:34px;
/*   text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
    0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092;
  color: #fccaff; */
  text-shadow: 0 0 5px #ff0000, 0 0 15px #ffa500, 0 0 20px #ff0000, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff0000, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: 'MedievalSharp', cursive;
  text-align: center;
  animation: blink 12s infinite;
  -webkit-animation: blink 12s infinite;
}

.bonus-offer .bonus-img{max-width:438px;width: 85%;padding: 0 0 0px;margin: 0px auto;}


.affLogo img{
  margin: -10px auto;
  display: block;
}

.footerHeader{
  top: 0px !important;
  margin-bottom: 10px;
}

.main-promo{
  font-family: 'MedievalSharp', cursive;
}


.Golddust{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index: 0;} 
#Golddust{ pointer-events:none; }

.pulse{
  width: fit-content;
  height: fit-content ;
  background: #0dbaf0;
  border-radius: 5px;
  animation: animate-pulse 3s linear infinite;
}
@keyframes animate-pulse{
  0%{
      box-shadow: 0 0 0 0 #ffe2e261, 0 0 0 0 #ffffffbf;
  }
  40%{
      box-shadow: 0 0 0 0 #ffe2e261, 0 0 0 0 #ffffffbf;
  }
  80%{
      box-shadow: 0 0 0 25px rgba(255,109,74,0.0),  0 0 0 15px rgba(255,109,74,0);
  }
  100%{
      box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.0), 0 0 0 15px rgba(255, 109, 74, 0);
  }
  
}


@-webkit-keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ff0000, 0 0 40px #ff0000, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}

@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {
/*     color: #fccaff;
    text-shadow: 0 0 5px #f562ff, 0 0 15px #f562ff, 0 0 25px #f562ff,
      0 0 20px #f562ff, 0 0 30px #890092, 0 0 80px #890092, 0 0 80px #890092; */
  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #ffe4a9;
  }
}

.accent-gradient strong{
  font-size: 20px;;
}

.RowBoxCode.code1{
  display:flex;justify-content:center;width:100%;height:65px;line-height:45px;margin:0 auto;position:relative;text-transform:uppercase;font-weight:800;
}

.BoxCode{
  font-size:22px;
  display:block;
  width:50%;
  height:45px;
  line-height:40px;
  margin:0px;
  position:relative;
  color:#fff;
  float:left;
  /* border-left:2px dotted #0dbaf0; */
  border-top: 2px dotted #bda050;
  border-bottom: 2px dotted #bda050;
  border-right: 2px dotted #bda050;
  background-color: #050f19;
  }

  .BtnCopy{
    display:block;
    width:40%;
    height:45px;
    line-height:45px;
    margin:0px;
    position:relative;
    background-color: #bda050;
    border-right:1px solid #394651;
    border-top:1px solid #394651;
    border-bottom:1px solid #394651;
    border-left:2px solid #394651;
    color: #ffffff;
    font-weight:700;
    float:left;
  }

  /* .BtnCopy:hover{
    background:#0dbaf0; border-right:1px solid #0dbaf0; border-top:1px solid #0dbaf0;border-bottom:1px solid #0dbaf0;border-left:2px solid #0dbaf0;
    color:#2b2b2b !important
  } */


  .code1.BoxCode{
    color:#fff !important
  }

  .code1.BtnCopy{
    background:#f6b23c !important;color:#fff !important
  }

.bonus-offer .bonus-block .bonus-block-inner {padding: 190px 10px 12px;}

@media screen and (max-width: 360px){
  
  .BoxCode{font-size:24px}
  .BtnCopy{font-size:14px}
}

body{
  min-height:100vh;
  position:relative;
  margin:0;
  padding:0;
  font-family:"Open Sans", Arial, Helvetica, sans-serif;
  background-color:#050f19;
  color:#fff;
  font-size:15px
}

ul,li
{
  list-style:none;margin:0;padding:0
}

h1,h2,h3,h4,h5,p,strong,em{padding:0;margin:0}
h2{color:#fff;font-weight:normal;font-size:19px;padding:0 10px 10px;display:block;margin:0 auto;text-align:center}
img{max-width:100%}
*,:before,:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
a{color:inherit;text-decoration:none}
.section-inner{max-width:1240px;position:relative;margin:0 auto}
.toprow{padding:10px 0px 5px 0px}
.toprow .toprow-inner {display:flex;justify-content:center;align-items:center}

.toprow .toprow-inner .logo{max-width:290px;width:100%;padding:5px 15px;}

@media only screen and (max-width: 640px){
  .toprow-inner{display:block;text-align:center}.toprow-inner .logo-link img{max-width:40%}

  .toprow .toprow-inner .logo{

    max-width: 250px;
    width: 100%;
    padding: 5px 10px;
  }

.modal-content{
  margin: auto 10px !important;
}
.flame{
  display:flow;
}

}

@media only screen and (max-width: 360px){.toprow-inner .logo-link img{max-width: 80% !important;}}

header.section{padding:5px 0 20px;background:transparent url("../img/bg.jpg") center top no-repeat;
background-size: cover;}

@media only screen and (max-width: 1300px){header.section{padding:0;
  /* background-size:130% */
}}

@media only screen and (max-width: 860px){

  header.section{
    background:transparent url("../img/bg-tab.jpg") center top no-repeat;
    background-size: cover;
    padding-bottom: 40px;

    }
  
  header.section{
  
  padding:0;
  /* background-size:160% */
}
}

@media only screen and (max-width: 640px){
  header.section{
                background:transparent url("../img/bg-mobile.jpg") center top no-repeat;
                background-size: cover;
                padding-bottom: 10px;
                }
.bonus-offer .bonus-img {
    max-width: 438px;
    width: 100%;
    padding: 0 0 0px;
    margin: 0px auto;
}
}

.bonus-offer .bonus-block{max-width:480px;margin:0 auto;text-align:center;border-radius:3px;font-size:17px}

.bonus-offer .bonus-block .bonus-block-inner{padding:40px 10px 12px}

.bonus-offer .additional-info{padding: 12px 0;color:#fff;font-size: 14px;}



.bonus-offer .bonus-inclave{max-width:210px; width:90%; padding: 0 0 10px;}

.bonus-offer h1{font-size:25px !important; font-weight:normal; text-transform:uppercase;}

@media screen and (max-width: 650px){.bonus-offer h1{font-size:30px !important} .bonus-offer h2{font-size:18px !important} .BoxCode { background-color: #394651;} .footer_elements { display:block; }}

@media screen and (min-width: 860px){.bonus-offer h1{font-size:34px !important}}

@media screen and (max-width: 350px){.bonus-offer h1{font-size:19px !important}}

.bonus-offer h2{font-size:calc( 18px + 6 * ((100vw - 640px) / 220) )}

@media screen and (min-width: 860px){.bonus-offer h2{font-size:24px !important} }

@media only screen and (max-width: 640px){.bonus-offer .bonus-block{max-width:none;border-left:none;border-bottom:none;border-radius:0;border-right:0}.bonus-offer .bonus-block .coupon-code{font-size:27px;margin:0 auto 15px}.bonus-offer .bonus-block .coupon-code strong{display:inline;font-size:inherit;line-height:normal}.bonus-offer .bonus-block .bonus-block-inner{padding:5vw 0 0 0}.bonus-offer .bonus-block .main-promo{padding-top:37.3%;padding-bottom:0px;font-size:5vw;font-weight:bold;text-shadow:0 0 9px #212529;font-size:24px;color:#fff;font-weight:700;padding:5px}.bonus-offer .bonus-block .main-promo img{display:block;margin:0 auto}.bonus-offer .bonus-block .bonus-offer .bonus-block .coupon-code .bonus-offer .bonus-block .border-bkg,.bonus-offer .bonus-block .bonus-offer .bonus-block .bkg{display:none}.bonus-offer .bonus-block .main-promo img{width:100%;margin-top:0px} .BoxCode { background-color: #212529; }}

img[src^="//my.rtmark.net/"]{position:absolute;top:0;left:0;visibility:hidden}.section-container{padding:25px 0 75px; border-top: 3px solid #bda050; ;background-color: #050f19;position: relative;}.heading-games{text-align:center;padding: 15px 15px;font-size:calc( 18px + 10 * ((100vw - 600px) / 400) );position: relative;top: 42px;}

@media screen and (max-width: 600px){ .section-container{/* border-top: none; */} .heading-games{font-size:25px !important}  .payments { width: 85vw; padding-top: 30px;}}

@media screen and (min-width: 1000px){.heading-games{font-size:32px !important}}

.games{display:flex;justify-content:center;align-items:flex-start;text-align:center;padding:0px 0 0}

@media screen and (max-width: 1000px){.games{flex-direction:column}}

.games li{width:29.36%;max-width:375px;margin:15px 20px 30px}

@media screen and (max-width: 1000px){.games li{width:90%;max-width:500px;margin: 0px auto 0px;}}

.games li h3{text-transform:uppercase;font-size:20px}

@media screen and (max-width: 1000px){
  
  .games li h3{
    font-size:calc( 18px + 10 * ((100vw - 400px) / 400) );}

     li{
    padding-bottom: 15px;
    /* border-bottom: 3px solid #bda050; */
    }

}

@media screen and (max-width: 1000px) and (max-width: 400px){.games li h3{font-size:18px !important}}

@media screen and (max-width: 1000px) and (min-width: 800px){.games li h3{font-size:28px !important}}

.games img{width:100%;height:auto;border:0;outline:none;display: block;padding: 40px 0 15px;}.games p{font-size:16px;line-height:1.4}


    #BarFooterTerms footer p{display:block;width:100%;margin:20px auto;font-weight:400 !important;font-size:11px;letter-spacing:0;color:#000}

    .button{
       display:inline-block;
       padding: 15px;
       font-size:calc( 20px + 5 * ((100vw - 600px) / 400) );
       transition:0.1s;
       max-width:575px;
       width: 90%;
       border-radius: 8px;
       filter:drop-shadow(0px 3px 8px rgba(0,0,0,0.4));
       color: #ffffff;
       /* text-shadow:0 1px 1px #212529; */
      }
      
      .button strong{ font-weight:800; font-size:32px;}

@media screen and (max-width: 460px){.button strong{ font-weight:800; font-size:25px;}}
@media screen and (max-width: 400px){.button strong{ font-weight:800; font-size:20px;}}



@media screen and (min-width: 1000px){.button{font-size:25px !important}.bonus-offer .bonus-block .bonus-block-inner {padding: 15px 10px 0px;}}

.button:hover{transform:scale(1.02);filter:drop-shadow(0px 3px 8px transparent)}.accent-gradient{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcf8e3+1,f4f886+4,e2bc2d+89,d3761a+100 */background: #e90204; /* Old browsers 
background: -moz-linear-gradient(to bottom, #0dbaf0 7%, #0dbaf0 49%, #394651 93%, #00366d 100%); /* FF3.6-15 
background: -webkit-linear-gradient(to bottom, #0dbaf0 7%, #0dbaf0 49%, #394651 93%, #00366d 100%); Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom, #0dbaf0 7%, #0dbaf0 49%, #394651 93%, #00366d 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8e3', endColorstr='#d3761a',GradientType=0 ); IE6-9*/}

.RowBoxCode, h3
{font-family: 'Lato', sans-serif;}

.games p { text-align:center;}
.games li h3{ color:#0dbaf0;}



/**
 * The "shine" element
 */
 
 .button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 20px auto 0px;
}


.button:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.23) 0%,
    rgba(255, 255, 255, 0.23) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.button:hover:after {
  opacity: 1;
  top: 90%;
  left: 90%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
  animation-iteration-count: infinite;
}

/* Active state */

.button:active:after {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */

/*Terms style*/
.ClearFix {
  clear: both; }


/*FOOTER-TERMS-BAR ------------*/

#Bar_Footer {
  display: block;
  width: 100%;
  min-height: 90px;
  background: #050f19; }

#Bar_Footer .CenterCont {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0px auto 0px auto;
  padding-top: 25px; }

#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;
  margin: 0 auto;
  border: solid 1px #ffffff;
  background: #050f19;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer !important; }

#Bar_Footer .CenterCont #BtnBTerms:hover {
  border: solid 1px #f5ed12;
  background: #050f19;
  color: #fff;
  cursor: pointer !important; }

  .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; }
#BarFooterTerms {
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  background: #050f19;
  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: #050f19;
  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; }

#BarFooterTerms footer p {
  display: block;
  width: 100%;
  margin: 10px auto 10px auto;
  font-weight: normal !important;
  font-size: 12px;
  letter-spacing: 0px;
  color: #fff; }

.footer_elements {
  display: flex;
  align-items: center;
  justify-content: center; }

.payments {
  width: 500px;
  padding: 0 0 0 30px;
}

.turq{
  color:#0dbaf0;
  font-size: 20px;
}

.gold{
  color: #f6b23c;
}

.btn-primary {
  color: #fffc;
  background-color: #bda050;
  border-color: #0d6efd00;
  margin-top: 10px;
  padding: 8px 20px;
  border-radius: 6px;
}

.btn-primary:hover {
            color: #fff;
  border-color: #0d6efd00;
  background-color:#b59142;
        }

.gameTitle{
  padding-bottom: 0px !important;
  top: 45px;
  position: relative;
  padding-top: 0px !important;
  display: none !important;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #0e080ee3;
    margin: auto;
    padding: 20px;
    border: 2px solid #ffffff;
    width: fit-content;
    color: snow;
    font-size: 16px;
    position: relative;
    z-index: 999;
    border-radius: 13px;
}
