/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
.input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }
#iar_test {
    width:512px;
    height: 128px;
    color: #000;
}
#iar_test #title{
    color: #000;
    font-size: 40px;

}
/*
@font-face {
  font-family: 'Beaulieu W01 Regular';
  src: url('../fonts/Beaulieu W01 Regular.woff') format('woff'), url('../fonts/Beaulieu W01 Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'TrajanSansPro-Semibold';
  src: url('../fonts/TrajanSansPro-Semibold.woff') format('woff'), url('../fonts/TrajanSansPro-Semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-SemiBold.woff2') format('woff2'),
        url('../fonts/Catamaran-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/

/* STYLES */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

strong{
    font-weight: bold;
}
body{
    font-family: Segoe UI, Noto Sans, 'Beaulieu W01 Regular';
    font-weight: normal;
    opacity:0;
    transition: opacity 0.5s;
}
body.ready {
    opacity:1;
}

a:hover{
	color: rgb(22,22,22);
}
.input_wrongdiv{
	color: red;
}
.input_wrongdiv, .after_send{
	display: none;
}

h1{

}

h2{

}

/* CONTENT */
/*
#logo{

}
.nav{

}
.nav li{

}
.actnav a{

}
.text_img_black h1, .text_img_red h1,.one_box, .four_boxes, .three_boxes{
    font-family: 'TrajanSansPro-Semibold';
}

.text_img_black {
    background-color: #000;
    height: 100vh !important;
    color: #fff;
    font-size: 57px;
    padding: 170px 0 0 110px;
}
.text_img_black h1{
    font-size: 130px;
    color: #cca778;
    width: 45%;
    margin-bottom: 60px;

}
.text_img_black hr{
    border-top: 2px solid #cca778;
    width: 40%;
    position: absolute;
    top: 490px;
}
.text_img_black img{
    height: 100vh;
    width: 40%;
    float: right;
    margin-top: -170px;
    object-fit: cover;
    object-position: top center;
}*/
/*text_img_red*/
/*
.text_img_red #logo{
    top: 250px;
}
.text_img_red {
    background-color: #8e042b;
    height: 100vh !important;
    color: #fff;
    font-size: 57px;
    padding:250px 0 0 110px;
}
.text_img_red h1{
    font-size: 130px;
    color: #cca778;
    width: 60%;
    margin-bottom: 90px;
}
.text_img_red hr{
    border-top: 2px solid #cca778;
    width: 40%;
    position: absolute;
    top: 430px;
}
.text_img_red img{
    height: 100vh;
    width: 40%;
    float: right;
    margin-top: -250px;
    object-fit: cover;
    object-position: top center;
}*/
/*one_box*/
/*.one_box #logo{
    top: 0px;
}
.one_box {
    background-image: linear-gradient(to right, #440b0b 0%, #8e042b 60%);
    height: 100vh !important;
    color: #fff;
    font-size: 130px;
    padding:100px;
}
.one_box h1{
    color: #cca778;
    font-size: 140px;
}
.frame{
    margin: 0 auto;
    text-align: center;
    border: 2px solid #fff;
    padding: 78px 210px 47px 210px;
    display: table;
    z-index: 999;
    position: relative;
}
.background{
    background-color: #cca778;
    width: 1465px;
    height: 324px;
    position: absolute;
    top: 29.5%;
    left: 9%;
}
#circle{
    width: 455px;
    height: 220px;
    object-fit: cover;
    object-position: top center;
    bottom: 0;
    position: absolute;
    right: 0;
}
#card_box{
    width: 590px;
    height: 221px;
    object-fit: cover;
    object-position: top center;
    bottom: 0;
    position: absolute;
    left: 11%;
}*/
/*four_boxes*/
/*
.four_boxes #logo, .three_boxes #logo{
 top: 0 !important;
}
.four_boxes, .three_boxes {
    background-image: linear-gradient(to right, #440b0b 0%, #8e042b 60%);
    height: 100vh !important;
    font-size: 130px;
    padding:100px;
    padding-top: 50px !important;
}
.four_boxes h1, .three_boxes{
    color: #cca778;
    font-size: 140px;
}
.half, .full{
    width: 50%;
    font-size: 60px;
    float: left;
    color: #cca778;
    position: inherit;
}
.small{
    font-size: 40px;
}
.background_four, .background_three{
    background-color: #cca778;
    width: 760px;
    height: 170px;
    position: absolute;
    z-index: 9;
}
.background_four:first-of-type{
    top: 36.5%;
    left: 5.5%;
}
 .two{
    top: 36.5%;
    left: 50.5%;
}
.three{
    top: 68%;
    left: 5.5%;
}
.four{
    top: 68% !important;
    left: 50.5% !important;
}
 .four_boxes .frame, .three_boxes .frame{
     margin-left: -385px;
     margin-bottom: 30px;
    text-align: center;
    border: 2px solid #fff;
    padding: 58px 160px 27px 160px;
    display: table;
    z-index: 9999 !important;
    color: #fff !important;
}*/
/*three_boxes*/
/*.three_boxes .frame{
    margin: 0;
    margin-left: 60px;
}
.framethree{
    width: 94.2%;
    height: 236px;
    padding-top: 85px;
}
.full {
    width: 100% !important;
    margin-bottom: 44px;
}
.full .frame{
    font-size: 97px;
    padding-bottom: 0;
}
.full .small {
  font-size: 63px;
}
.three_boxes .one {
    top: 36.5%;
    left: 5.5%;
    width: 1620px;
    height:236px;
}
.three_boxes .three {
    top: 76%;
    left: 106px;
}
.three_boxes .four {
    top: 76% !important;
}
*/
/* ETC */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.col-12{
    float:left;
}
#cookie_wrapper{
    position: fixed;
    bottom:0px;
    right:0px;
    background:#212529;
	color: #fff;
    padding:30px;
    width:400px;
    z-index: 200;
}
#cookie_accept{
    position: absolute;
    top:10px;
    right:10px;
    cursor: pointer;
}

.tickerwrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.9);
    padding-left: 100%;
    box-sizing: content-box;
}
 .ticker {
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 50s;
}
.tickerwrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: white;
    min-width:260px;
}


@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}
/*.jackpotFrame{
    margin: 0 auto;
    text-align: center;
    border: 2px solid #fff;
    padding: 78px 210px 47px 210px;
    display: table;
    z-index: 999;
    position: relative;
    font-family:Courier New;
}*/
.j2aelem, .j2selem{
    margin-bottom:12px;
}
.j2aelem select, .j2selem select{
    margin-right:20px;
    min-width:160px;
    max-width:50%;
}
.placeholder.mb0 {
    margin-bottom:0;
}

/* SITE */
#wrapper{
    width:100vw;
    height:100vh;
    overflow: hidden;
    position: relative;
}
#card{
    width: 590px;
    height: 330px;
    object-fit: cover;
    object-position: top center;
    bottom: 0;
    position: absolute;
    right: 23.4%;
}
#card.card_small{
     bottom:-12%;
     right:40%;
}
#square{
    width: 550px;
    height: 348px;
    object-fit: cover;
    object-position: top center;
    bottom: 0;
    position: absolute;
    right: 23%;
}
#square.square_small{

}
#circle{
    width: 455px;
    height: 220px;
    object-fit: cover;
    object-position: top center;
    bottom: 0;
    position: absolute;
    right: 0;
}
#circle.circle_small{
    right:-10%;
}
#logo{
    width: 130px;
    height: auto;
    position: absolute;
    top:0px;
    right: 60px;
    background: #8e042b;
    z-index: 10000;
}
#site{
    width:100vw;
    height:100vh;
    position: relative;
    float: left;
    overflow: hidden;
}
#site.color1{
    background: rgb(151,27,47);
    background: linear-gradient(-90deg, rgba(151,27,47,1) 0%, rgba(88,16,28,1) 100%);
}
#site.color2{
    background: rgb(0,0,0);
    background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(40,48,49,1) 100%);
}
#site.color3{
    background: rgb(225,184,127);
    background: linear-gradient(-90deg, rgba(225,184,127,1) 0%, rgba(225,184,127,0.64) 100%);
}
.text_title{
    width:100%;
    padding-top:175px;
    font-family: 'TrajanSansPro-Semibold';
    font-size:95px;
    line-height:118px;
    color:#E1B87F;
    border-bottom:2px solid #E1B87F;
    position: relative;
    float: left;
    padding-bottom: 50px;
}
.color3 .text_title{
    color:#8e042b;
    border-bottom:2px solid #8e042b;
}
.text_text{
    position: relative;
    float: left;
    padding-top:50px;
    color:#FFF;
    font-size:80px;
    line-height:100px;
}
.text_img_row{
    width:100vw;
    height:100vh;
}
.text_img_row > div{
    height:100%;
}
.text_img img{
    float: left;
    height:100%;
    width:auto;
}
#jackpot_title{
    font-family: 'TrajanSansPro-Semibold';
    font-size:95px;
    line-height:118px;
    color:#E1B87F;
    position: relative;
    float: left;
    width:100%;
    padding:50px 100px;
}
#site.color3 #jackpot_title{
    color:#8e042b;
}
#site.color3 .jackpot_title{
    color:#000;
}
#site.color3 .jackpot_border{
    border:2px solid #8e042b;
}
#site .jackpotFrame, #site .jackpot_title{
    border:none;
}
.jackpotFrame, .jackpotFrame2{
    font-variant-numeric: tabular-nums;
    width:65%;
    display:inline-block;
    text-align: right;
    float: left;
}
.jackpot_fr{
    display:inline-block;
    text-align: left;
    float: left;
    padding-top:12px;
    padding-left:15px;
}
.jackpot_title{
    font-family: 'TrajanSansPro-Semibold';
    color:#E1B87F;
    text-transform: uppercase;
    font-size:38px;
    margin-bottom:50px;
}
.jackpot_content{
    font-family: 'TrajanSansPro-Semibold';
    width:100%;
    height:150px;
    line-height:150px;
    /*background:#000;*/
    color:#FFF;
    font-size:70px;
    text-align: center;
    margin-bottom:100px;
}
.jackpot_content.payout_content{
    text-align: left;
    height:auto;
    font-size:30px;
    line-height:50px;
    padding:50px 100px;
}
.payout_box .jackpot_border{
    height:100%;
    width:100%;
    top:-30px;
    left:30px;
}
#site.color2 .jackpot_content{
    background:#8e042b;
}
.jackpot_box{
    position: relative;
    z-index: 10000;
}
.jackpot_border{
    width:calc(100% - 20px);
    height:150px;
    border:2px solid #E1B87F;
    position: absolute;
    top:85px;
    left:40px;
}
.jackpot_2 .jackpot_border{
  width:calc(100% - 190px);
  left:120px;
}
.jackpot_fr{
    font-size:40px;
}
.jackpot_side{
    padding:0px 5%;
}
.payout_box{
    padding:0px 3%;
}
.payout_outer{
    position: relative;
}

.simplinav_inner{
    height:70px !important;
}
#jackpotOverlay {
    display:none;
    position:absolute;
/*
    width:80vw;
    left:10vw;
    height:90vh;
    top:5vh;
    */
    left:0;
    right:0;
    top:0;
    bottom:0;
    /*background:#000;*/
    background:rgba(0,0,0,0);
    color:#fff;
    z-index: 99999;
    overflow: hidden;
}
#jackpotOverlay.show_test{
    display: block !important;
}
#jackpotOverlay video{
    width:100%;
    min-height:100%;
}
.row{
    width:100%;
}
#only_img img{
    width:100%;
}
#jackpotOverlay_inner{
    position: absolute;
    top:38%;
    /*left:7%;
    width:80%;
    */
    width:100%;
    display: none;
}
#jackpotOverlay_inner .jackpot_content{
    /*background:rgba(151,27,48,0.8);*/
    height:200px;
    font-size:130px;
    padding-top:20px;
    transform: scale(1);
    transition: transform 1s;
}
#jackpotOverlay_inner .jackpot_content.zoomed {
    transform: scale(0.1);
}
#jackpotOverlay_inner .jackpotFrame{
    border:none;
}
#jackpotOverlay_inner .jackpot_border{
    height:200px;
    top:-25px;
    left:30px;
    width:calc(100% - 10px);
}
#jackpotOverlay_inner .jackpot_fr{
    padding-top:32px;
}

.select2-results__group[aria-selected] {
    cursor: pointer; }
.select2-results__group[aria-selected][aria-selected=true] {
    background-color: #ddd; }
.select2-results__group[aria-selected].select2-results__option--highlighted[aria-selected] {
    background-color: #0d777f;
    color: white; }
#screenmessage {
    display:none;
    position: absolute;
    top:38%;
    left:7%;
    width:86%;
    min-height:20%;
    font-size:180px;
    padding:40px;
    color:#fff;
    text-align:center;
    z-index: 99999;
    background-color:#8E042B;
    font-family: 'TrajanSansPro-Semibold';

}

#livejackpot {
    display:none;
    position:absolute;
    width:480px;
    height:150px;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.9);
    color:#000;
    z-index: 99999;
    overflow: hidden;
    padding:12px 50px;
    text-align:center;
}
#livejackpotname {
    font-size:38px;
}
#livejackpotvalwrap {
    height:60px;
    font-size:46px;
    display:block;
    background:#000;
    color:#fff;
    text-align:center;
    padding:0px;
    margin-top:6px;
}
#livejackpot .jackpot_fr{
    padding-top:18px;
    font-size:32px;
    display:contents;
    /*
    float:right;
    margin-right:20px;
*/
}
/*adaptivebg*/

.adaptivebg #title{
    font-family: 'TrajanSansPro-Semibold';
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    z-index: 9999;
    font-size: 90px !important;
    justify-content: center;
    display: flex;
    padding-top:150px;
}
.adaptivebg .jackpot_content{
    position: fixed;
    font-size:90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
.adaptivebg img{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;

}
/*jackpot_3*/
#small3 .jackpot_content,#med3 .jackpot_content,#big3 .jackpot_content{
    background-color: #000;
    margin-bottom:40px;
}
#small3 .jackpot_border,#med3 .jackpot_border,#big3 .jackpot_border{
    width: 100%;
}
.wholecard{
    width: 570px;
    height: auto;
    top: -125px;
    position: absolute;
    right: -150px;
}
.wholecircle{
    width: 490px;
    height: auto;
    bottom: -50px;
    position: absolute;
    left: -200px;
}
#big3{
    margin-top: 50px;
}
#small3{
    float:left;
}
#small3 .jackpot_border{
    height: 100px;
    top: 52px;
}
#small3 .jackpot_content{
    height: 100px;
}
#big3 .jackpot_border, #big3 .jackpot_content{
    height: 190px;
}
#big3 #jpCount_1{
    font-size:100px;
}
#small3 #jpCount_1{
    font-size:40px;
}
 #big3 .jackpot_title{
    font-size:60px;
}
#small3 .jackpot_fr{
    line-height: 100px;
}
#small3 #jpCount_1{
    line-height: 108px;
}
#small3 .jackpot_title  {
    font-size: 30px;
}
#small3 .jackpot_fr {
    font-size: 20px;
}
#big3 .jackpot_content{
    margin-top:-30px;
    padding-top: 30px;
    }
#big3 .jackpot_fr{
    padding-top: 25px;
}
#small3 .jackpot_content{
    margin-top:-30px;
    line-height:100px;
    font-size:50px;
}
