body,
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14px
}

body {
    height: 100%;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    background: url(bg.jpg) repeat-x #000000 top center
}

* {
    -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 {
    width: 100%;
    border: 0px!important;
    outline: none!important
}

a {
    outline: none
}

.Transitions {
     align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.ClearFix {
    clear: both
}

.Green {
    color: #c3f600
}

#Bar_Top {
    display: block;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 1
}

#Bar_Top a {
    text-decoration: none
}

#Bar_Top .CenterCont {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: 0px auto;
    position: relative
}

#Bar_Top .CenterCont #LogoCasino {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 100px;
    float: left;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    
}

#Bar_Top .CenterCont #UsaOnLine {
    display: block;
    width: 100%;
    max-width: 280px;
    position: absolute;
    right: 270px;
    top: 10px
}

#Bar_Top .CenterCont #BoxBarTop_R {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 100%;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 0px
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    margin: 5px 0px 0px 0px;
    position: relative
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
    display: block;
    width: 48%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    top: 30px;
    color: #ffffff
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_L {
    left: 0px;
    background: rgba(242, 236, 34, 0);
    color: #ffff20;
    font-weight: normal;
    border: solid 1px #ffff20
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_R {
    right: 0px;
    background: #ffff20;
    color: #000000;
    font-weight: normal;
    border: solid 1px #ffff20
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_L:hover {
    background: #ffffff;
    color: #000000;
    border: solid 1px #ffffff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

#Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .Btn_R:hover {
    background: #ffffff;
    color: #000000;
    border: solid 1px #ffffff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

#MainCont {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2
}

#MainCont #TopContent {
    display: block;
    width: 100%;
    min-height: 445px;
    position: relative
}

#MainCont #TopContent .CenterCont {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0px auto;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

#MainCont #TopContent .CenterCont .MainImage {
    width: 100%;
    max-width: 594px;
    display: block;
    top: 0px;
    left: 0px;
    position: absolute
}

#MainCont #TopContent .CenterCont #BoxPromos {
    display: block;
    width: 100%;
    max-width: 430px;
    height: 320px;
    margin: 0px;
    position: absolute;
    right: 37px;
    top: 70px
}

#MainCont #TopContent .CenterCont #BoxPromos h1 {
    display: block;
    font-size: 22px;
    margin: 10px auto 25px auto
}

#MainCont #TopContent .CenterCont #BoxPromos h1 span {
    font-size: 34px;
    line-height: 30px
}

#MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo {
    display: block;
    width: 100%;
    min-height: 180px;
    margin: 0px auto;
    position: absolute;
    left: 0px
}

#MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
    display: block;
    width: 100%;
    height: 80px;
    font-size: 36px;
    font-weight: 800;
    line-height: 24px;
    cursor: pointer;
    margin: 0px auto 20px auto;
    color: #000000;
    padding: 15px 20px;
    border-radius: 5px;
    background: -moz-linear-gradient(top, #ffff20 0%, #ffde00 100%);
    background: -webkit-linear-gradient(top, #ffff20 0%, #ffde00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff20), to(#ffde00));
    background: -o-linear-gradient(top, #ffff20 0%, #ffde00 100%);
    background: linear-gradient(to bottom, #ffff20 0%, #ffde00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffff20', endColorstr='#ffde00', GradientType=0)
}

#MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
    font-size: 18px
}

#MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns:hover {
    background: -moz-linear-gradient(top, #ffde00 0%, #ffff20 100%);
    background: -webkit-linear-gradient(top, #ffde00 0%, #ffff20 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#ffff20));
    background: -o-linear-gradient(top, #ffde00 0%, #ffff20 100%);
    background: linear-gradient(to bottom, #ffde00 0%, #ffff20 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ffff20', GradientType=0)
}

#MainCont #Bar_Middle {
    display: block;
    width: 100%;
    max-width: 1000px;
    min-height: 210px;
    position: relative;
    margin: 0px auto;
    z-index: 9
}

#MainCont #Bar_Middle .BoxesSides {
    display: block;
    width: 50%;
    min-height: auto;
    position: relative;
    float: left
}

#MainCont #Bar_Middle .BoxesSides #ImgIconsBoxes {
    display: block;
    width: 100%;
    max-width: 479px;
    margin: 0px auto 0px auto
}

.IconMBoxes {
    display: none;
    width: 100%;
    padding: 0px 20px;
    margin: 10px auto
}

.IconMBoxes img {
    display: block;
    width: 30%;
    max-width: 129px;
    float: left
}

.IconMBoxes p {
    display: block;
    width: 70%;
    float: left;
    padding: 15px 0px 0px 15px;
    text-align: left;
    font-size: 18px
}

#MainCont #Bar_Middle .BoxesSides #BoxPromoGame {
    display: block;
    width: 100%;
    max-width: 430px;
    min-height: 130px;
    margin: 0px auto 0px auto;
    position: relative
}

#MainCont #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox {
    font-size: 24px;
    text-align: center;
    font-weight: 700
}

#MainCont #Bar_Middle .BoxesSides #BoxPromoGame #RibbonBox .star {
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../images/star.svg);
    margin: 0px 10px
}

#MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
    display: block;
    width: 100%;
    max-width: 430px;
    height: 80px;
    line-height: 80px;
    font-size: 55px;
    position: relative;
    text-align: center;
    font-weight: 800;
    background-color: #a60000;
    padding: 0 .5%
}

#MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter:before {
    content: '$';
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.2;
    letter-spacing: 4px;
    padding-right: 5px
}

#MainCont #Bar_Middle .BoxesSides a.BtnGreen {
    display: block;
    width: 75%;
    background: #ccff00;
    background: -moz-linear-gradient(top, #ccff00 0%, #99cc00 100%);
    background: -webkit-linear-gradient(top, #ccff00 0%, #99cc00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccff00), to(#99cc00));
    background: -o-linear-gradient(top, #ccff00 0%, #99cc00 100%);
    background: linear-gradient(to bottom, #ccff00 0%, #99cc00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ccff00', endColorstr='#99cc00', GradientType=0);
    border-radius: 2px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 50px;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    margin: 20px auto 10px auto;
    cursor: pointer;
    text-decoration: none
}

#MainCont #Bar_Middle .BoxesSides a.BtnGreen:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    webkit-transform: scale(1.1)
}

#MainCont .ContGames {
    display: block;
    max-width: 1000px;
    min-height: 225px;
    margin: 0px auto;
    position: relative
}

#MainCont .ContGames h2 {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px auto 0px auto;
    padding: 0px
}

#MainCont .ContGames ul.games {
    text-align: center;
    padding: 25px 0
}

#MainCont .ContGames ul.games li {
    display: block;
    width: 31.36%;
    max-width: 320px;
    margin: .8% .5%;
    float: left
}

#MainCont .ContGames ul.games li:nth-child(4) {
    display: none
}

#MainCont .ContGames ul.games li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    webkit-transform: scale(1.1)
}

#Bar_Footer {
    display: block;
    width: 100%;
    min-height: 90px;
    background: #000000
}

#Bar_Footer .CenterCont {
    display: block;
    width: 100%;
    max-width: 650px;
    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: 0px auto;
    float: left;
    border: solid 1px #c3f600;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    text-decoration: none;
    color: #c3f600;
    cursor: pointer!important
}

#Bar_Footer .CenterCont #BtnBTerms:hover {
    border: solid 1px #c3f600;
    background: #c3f600;
    color: #000000;
    cursor: pointer!important
}

#Bar_Footer .CenterCont #ImgDM {
    display: block;
    width: 100%;
    max-width: 480px;
    height: auto;
    margin: 0px auto 0px auto;
    float: right
}

#BarFooterTerms {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    background: #000000;
    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: #ffffff;
    font-size: 13px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-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 20px 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: #ffffff
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    body {
        background-size: 180%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
	display: block;
        width: 35%;
        /* margin: 5px 0px 0px 10px; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* width: 100%; */
        /* max-width: 300px; */
        /* height: 80px; */
        /* margin: 10px 0 0 0; */
        float: left;
        text-align: center;
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 55%;
        top: 40px
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        width: 46%;
        top: 40px
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 20px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 30px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 24px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 365px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #Bar_Middle {
        min-height: 210px;
        padding: 0px 20px
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 48%;
        min-height: auto;
        position: relative;
        float: left;
        margin-left: 10px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        display: block;
        width: 100%;
        max-width: 430px;
        height: 80px;
        line-height: 80px;
        font-size: 45px;
        position: relative;
        text-align: center;
        font-weight: 800;
        background-color: #a60000;
        padding: 0 .5%
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 75%;
        padding: 15px 30px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 360px;
        width: 90%
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 80px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 100%;
        max-width: 130px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 75%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:668px) and (max-width:767px) {
    body {
        background-size: 180%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
        display: block;
        width: 35%;
        margin: 5px 0px 0px 10px
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 55%;
        top: 40px
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        width: 46%;
        top: 40px
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 20px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 30px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 24px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 365px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #Bar_Middle {
        min-height: 210px;
        padding: 0px 20px
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 48%;
        min-height: auto;
        position: relative;
        float: left;
        margin-left: 10px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        display: block;
        width: 100%;
        max-width: 430px;
        height: 80px;
        line-height: 80px;
        font-size: 45px;
        position: relative;
        text-align: center;
        font-weight: 800;
        background-color: #a60000;
        padding: 0 .5%
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 75%;
        padding: 15px 20px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 360px;
        width: 90%
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 80px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 100%;
        max-width: 130px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 75%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:568px) and (max-width:667px) {
    body {
        background-size: 300%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
        display: block;
        width: 35%;
        margin: 5px 0px 0px 10px
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 20px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 30px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 24px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 490px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        display: block;
        width: 80%;
        margin: 0px auto;
        position: relative;
        right: 0px;
        left: auto;
        top: 230px
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 60%;
        top: 0px;
        left: 20%;
        right: 20%;
        position: absolute;
        content: url(main-image-2.png);
        padding: 0px 20px
    }
    #MainCont #Bar_Middle {
        min-height: 750px
    }
    #MainCont #Bar_Middle .BoxesSides #ImgIconsBoxes {
        display: none
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 100%;
        min-height: auto;
        position: relative;
        float: left;
        padding: 0px 45px
    }
    .IconMBoxes {
        display: block;
        width: 100%;
        padding: 0px 20px;
        margin: 10px auto
    }
    .IconMBoxes img {
        display: block;
        width: 30%;
        max-width: 129px;
        float: left
    }
    .IconMBoxes p {
        display: block;
        width: 70%;
        float: left;
        padding: 65px 0px 50px 15px;
        text-align: left;
        font-size: 16px
    }
    .IconMBoxes .last {
        display: block;
        width: 70%;
        float: left;
        padding: 75px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame {
        padding: 20px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        height: 70px;
        line-height: 70px;
        font-size: 45px
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 60%;
        padding: 15px 20px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 360px;
        width: 90%
    }
    #MainCont .ContGames h2 {
        display: block;
        font-size: 18px
    }
    #MainCont .ContGames ul.games {
        text-align: center;
        padding: 25px 15px
    }
    #MainCont .ContGames ul.games li {
        display: inline-block;
        width: 49%
    }
    #MainCont .ContGames ul.games li:nth-child(4) {
        display: inline-block
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 80px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 100%;
        max-width: 130px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 75%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:480px) and (max-width:567px) {
    body {
        background-size: 300%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
        display: block;
        width: 35%;
        margin: 5px 0px 0px 10px
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 20px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 30px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 24px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 490px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        display: block;
        width: 80%;
        margin: 0px auto;
        position: relative;
        right: 0px;
        left: auto;
        top: 230px
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 80%;
        top: 0px;
        left: 10%;
        right: 10%;
        position: absolute;
        content: url(main-image-2.png);
        padding: 0px 20px
    }
    #MainCont #Bar_Middle {
        min-height: 700px
    }
    #MainCont #Bar_Middle .BoxesSides #ImgIconsBoxes {
        display: none
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 100%;
        min-height: auto;
        position: relative;
        float: left;
        padding: 0px 40px
    }
    .IconMBoxes {
        display: block;
        width: 100%;
        padding: 0px 20px;
        margin: 10px auto
    }
    .IconMBoxes img {
        display: block;
        width: 30%;
        max-width: 129px;
        float: left
    }
    .IconMBoxes p {
        display: block;
        width: 70%;
        float: left;
        padding: 55px 0px 50px 15px;
        text-align: left;
        font-size: 16px
    }
    .IconMBoxes .last {
        display: block;
        width: 70%;
        float: left;
        padding: 65px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame {
        padding: 20px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        height: 70px;
        line-height: 70px;
        font-size: 45px
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 60%;
        padding: 15px 20px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 270px;
        width: 90%
    }
    #MainCont .ContGames h2 {
        display: block;
        font-size: 18px
    }
    #MainCont .ContGames ul.games {
        text-align: center;
        padding: 25px 15px
    }
    #MainCont .ContGames ul.games li {
        display: inline-block;
        width: 49%
    }
    #MainCont .ContGames ul.games li:nth-child(4) {
        display: inline-block
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 100px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 60%;
        max-width: 100px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 60%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:415px) and (max-width:479px) {
    body {
        background-size: 300%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
        display: block;
        width: 35%;
        margin: 10px 0px 0px 10px
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 20px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 30px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 24px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 460px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        display: block;
        width: 80%;
        margin: 0px auto;
        position: relative;
        right: 0px;
        left: auto;
        top: 200px
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 80%;
        top: 0px;
        left: 10%;
        right: 10%;
        position: absolute;
        content: url(main-image-2.png);
        padding: 0px 20px
    }
    #MainCont #Bar_Middle {
        min-height: 700px
    }
    #MainCont #Bar_Middle .BoxesSides #ImgIconsBoxes {
        display: none
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 100%;
        min-height: auto;
        position: relative;
        float: left;
        padding: 0px 25px
    }
    .IconMBoxes {
        display: block;
        width: 100%;
        padding: 0px 20px;
        margin: 10px auto
    }
    .IconMBoxes img {
        display: block;
        width: 30%;
        max-width: 129px;
        float: left
    }
    .IconMBoxes p {
        display: block;
        width: 70%;
        float: left;
        padding: 35px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    .IconMBoxes .last {
        display: block;
        width: 70%;
        float: left;
        padding: 45px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame {
        padding: 20px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        height: 70px;
        line-height: 70px;
        font-size: 45px
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 60%;
        padding: 15px 20px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 270px
    }
    #MainCont .ContGames h2 {
        display: block;
        font-size: 18px
    }
    #MainCont .ContGames ul.games {
        text-align: center;
        padding: 25px 15px
    }
    #MainCont .ContGames ul.games li {
        display: inline-block;
        width: 49%
    }
    #MainCont .ContGames ul.games li:nth-child(4) {
        display: inline-block
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 100px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 60%;
        max-width: 100px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 60%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:377px) and (max-width:414px) {
    body {
        background-size: 300%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
        display: block;
        width: 35%;
        margin: 10px 0px 0px 10px
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 16px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 24px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 20px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 500px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        display: block;
        width: 80%;
        margin: 0px auto;
        position: relative;
        right: 0px;
        left: auto;
        top: 260px
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        content: url(main-image-2.png);
        padding: 0px 20px
    }
    #MainCont #Bar_Middle {
        min-height: 640px
    }
    #MainCont #Bar_Middle .BoxesSides #ImgIconsBoxes {
        display: none
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 100%;
        min-height: auto;
        position: relative;
        float: left;
        padding: 0px 25px
    }
    .IconMBoxes {
        display: block;
        width: 100%;
        padding: 0px 20px;
        margin: 10px auto
    }
    .IconMBoxes img {
        display: block;
        width: 30%;
        max-width: 129px;
        float: left
    }
    .IconMBoxes p {
        display: block;
        width: 70%;
        float: left;
        padding: 24px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    .IconMBoxes .last {
        display: block;
        width: 70%;
        float: left;
        padding: 35px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame {
        padding: 20px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        height: 70px;
        line-height: 70px;
        font-size: 35px
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 75%;
        padding: 15px 30px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 300px
    }
    #MainCont .ContGames h2 {
        display: block;
        font-size: 18px
    }
    #MainCont .ContGames ul.games {
        text-align: center;
        padding: 25px 15px
    }
    #MainCont .ContGames ul.games li {
        display: inline-block;
        width: 49%
    }
    #MainCont .ContGames ul.games li:nth-child(4) {
        display: inline-block
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 100px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 60%;
        max-width: 100px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 60%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:361px) and (max-width:376px) {
    body {
        background-size: 300%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
        display: block;
        width: 35%;
        margin: 10px 0px 0px 10px
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 16px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 24px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 20px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 460px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        display: block;
        width: 80%;
        margin: 0px auto;
        position: relative;
        right: 0px;
        left: auto;
        top: 220px
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        content: url(main-image-2.png);
        padding: 0px 20px
    }
    #MainCont #Bar_Middle {
        min-height: 640px
    }
    #MainCont #Bar_Middle .BoxesSides #ImgIconsBoxes {
        display: none
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 100%;
        min-height: auto;
        position: relative;
        float: left;
        padding: 0px 15px
    }
    .IconMBoxes {
        display: block;
        width: 100%;
        padding: 0px 20px;
        margin: 10px auto
    }
    .IconMBoxes img {
        display: block;
        width: 30%;
        max-width: 129px;
        float: left
    }
    .IconMBoxes p {
        display: block;
        width: 70%;
        float: left;
        padding: 22px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    .IconMBoxes .last {
        display: block;
        width: 70%;
        float: left;
        padding: 35px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame {
        padding: 20px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        height: 70px;
        line-height: 70px;
        font-size: 35px
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 75%;
        padding: 15px 30px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 300px
    }
    #MainCont .ContGames h2 {
        display: block;
        font-size: 18px
    }
    #MainCont .ContGames ul.games {
        text-align: center;
        padding: 25px 15px
    }
    #MainCont .ContGames ul.games li {
        display: inline-block;
        width: 49%
    }
    #MainCont .ContGames ul.games li:nth-child(4) {
        display: inline-block
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 100px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 60%;
        max-width: 100px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 60%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:320px) and (max-width:360px) {
    body {
        background-size: 300%;
        background-position: fixed
    }
    #Bar_Top {
        display: block;
        width: 100%;
        height: 80px
    }
    #Bar_Top .CenterCont #LogoCasino {
        display: block;
        width: 35%;
        margin: 10px 0px 0px 10px
    }
    #Bar_Top .CenterCont #UsaOnLine {
        display: none
    }
    #Bar_Top .CenterCont #BoxBarTop_R {
        display: block;
        width: 100%;
        max-width: 170px;
        top: -10px;
        right: 10px
    }
    #Bar_Top .CenterCont #BoxBarTop_R #BoxBtns .BtnsTop {
        display: block;
        width: 48%
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 {
        font-size: 16px;
        text-shadow: 3px 3px 3px #000000
    }
    #MainCont #TopContent .CenterCont #BoxPromos h1 span {
        font-size: 24px;
        line-height: 30px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns {
        display: block;
        width: 100%;
        height: 65px;
        font-size: 20px;
        line-height: 18px;
        color: #000000;
        padding: 15px 15px
    }
    #MainCont #TopContent .CenterCont #BoxPromos #BoxBtnsPromo .Btns span {
        font-size: 14px
    }
    #MainCont #TopContent {
        display: block;
        width: 100%;
        min-height: 460px;
        position: relative
    }
    #MainCont #TopContent .CenterCont #BoxPromos {
        display: block;
        width: 80%;
        margin: 0px auto;
        position: relative;
        right: 0px;
        left: auto;
        top: 200px
    }
    #MainCont #TopContent .CenterCont .MainImage {
        width: 100%;
        top: 0px;
        left: 0px;
        position: absolute;
        content: url(main-image-2.png);
        padding: 0px 20px
    }
    #MainCont #Bar_Middle {
        min-height: 640px
    }
    #MainCont #Bar_Middle .BoxesSides #ImgIconsBoxes {
        display: none
    }
    #MainCont #Bar_Middle .BoxesSides {
        display: block;
        width: 100%;
        min-height: auto;
        position: relative;
        float: left
    }
    .IconMBoxes {
        display: block;
        width: 100%;
        padding: 0px 20px;
        margin: 10px auto
    }
    .IconMBoxes img {
        display: block;
        width: 30%;
        max-width: 129px;
        float: left
    }
    .IconMBoxes p {
        display: block;
        width: 70%;
        float: left;
        padding: 18px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    .IconMBoxes .last {
        display: block;
        width: 70%;
        float: left;
        padding: 30px 0px 0px 15px;
        text-align: left;
        font-size: 16px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame {
        padding: 20px
    }
    #MainCont #Bar_Middle .BoxesSides #BoxPromoGame .JpCounter {
        height: 70px;
        line-height: 70px;
        font-size: 35px
    }
    #MainCont #Bar_Middle .BoxesSides a.BtnGreen {
        display: block;
        width: 75%;
        padding: 15px 30px;
        text-align: center;
        font-size: 16px;
        line-height: 18px;
        margin: 0px auto 10px auto
    }
    #MainCont .ContGames {
        min-height: 300px
    }
    #MainCont .ContGames h2 {
        display: block;
        font-size: 18px
    }
    #MainCont .ContGames ul.games {
        text-align: center;
        padding: 25px 15px
    }
    #MainCont .ContGames ul.games li {
        display: inline-block;
        width: 49%
    }
    #MainCont .ContGames ul.games li:nth-child(4) {
        display: inline-block
    }
    #Bar_Footer {
        display: block;
        width: 100%;
        min-height: 100px;
        background: #000000;
        padding: 0px 10px
    }
    #Bar_Footer .CenterCont #BtnBTerms {
        display: block;
        width: 60%;
        max-width: 100px;
        cursor: pointer!important;
        font-size: 12px
    }
    #Bar_Footer .CenterCont #ImgDM {
        display: block;
        width: 60%;
        max-width: 411px;
        height: auto;
        margin: 10px auto 0px auto;
        float: right
    }
}

@media only screen and (min-width:1px) and (max-width:319px) {
    #Bar_Top {
        display: none
    }
    #MainCont {
        display: none
    }
    #Bar_Footer {
        display: none
    }
}

#PopupContent {
    width: 100%;
    height: 120%!important;
    display: block;
    position: fixed!important;
    top: 0px!important;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999!important;
    margin: 0px;
    padding: 0px;
    display: none
}

#PopupContent .bgPopup {
    width: 100%;
    max-width: 400px;
    min-height: 500px;
    margin: 10% auto;
    padding: 30px 30px;
    position: relative;
    border: 1px solid #84ea00;
    background: #c7fc02;
    background: -moz-linear-gradient(top, #c7fc02 0%, #ffffff 48%);
    background: -webkit-linear-gradient(top, #c7fc02 0%, #ffffff 48%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c7fc02), color-stop(48%, #ffffff));
    background: -o-linear-gradient(top, #c7fc02 0%, #ffffff 48%);
    background: linear-gradient(to bottom, #c7fc02 0%, #ffffff 48%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c7fc02', endColorstr='#ffffff', GradientType=0)
}

#PopupContent .promo {
    width: 100%;
    max-width: 317px;
    height: auto;
    display: block;
    margin: 0px auto
}

#PopupContent .lgGame {
    width: 100%;
    max-width: 327px;
    display: block;
    margin: 0px auto
}

#PopupContent p {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold
}

#PopupContent .ContentCode {
    width: 100%;
    display: block;
    margin: 15px auto;
    text-transform: uppercase
}

#PopupContent .ContentCode .ImgPromo {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0px auto!important
}

#PopupContent .ContentCode .code {
    width: 65%;
    height: 60px;
    line-height: 56px;
    display: inline-block;
    border: 2px dotted #cb0e16;
    font-size: 26px;
    color: #cb0e16;
    text-align: center;
    font-weight: 900;
    vertical-align: top
}

#PopupContent .ContentCode .copyBtn {
    width: 30%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    cursor: pointer;
    background: #39b54a;
    border: none;
    color: #ffffff;
    font-weight: bold
}

#PopupContent .ContentCode .Rule {
    display: block;
    width: 100%;
    margin: 0px auto;
    text-transform: none;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: normal
}

#PopupContent .ContentCode .BtnContinue {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    background: -moz-linear-gradient(top, #ccff00 0%, #99cc00 100%);
    background: -webkit-linear-gradient(top, #ccff00 0%, #99cc00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ccff00), to(#99cc00));
    background: -o-linear-gradient(top, #ccff00 0%, #99cc00 100%);
    background: linear-gradient(to bottom, #ccff00 0%, #99cc00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ccff00', endColorstr='#99cc00', GradientType=0);
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 900
}

#PopupContent .ContentCode .BtnContinue:hover {
    background: #c0ff00;
    color: #000000
}

#PopupContent .ContentCode .copyBtn:hover {
    background: #fcdb21;
    color: #000000
}

#PopupContent .BtnStart {
    width: 100%;
    height: 54px;
    display: block;
    background: #fcdb21;
    color: #2846a6;
    font-size: 22px;
    line-height: 54px;
    padding: 0px 50px;
    margin: 20px auto;
    font-weight: bold
}

#PopupContent .bgPopup .BtnStart:hover {
    background: rgba(252, 219, 33, 0.8)
}

#PopupContent .bgPopup .BtnClose {
    width: 30px;
    height: 30px;
    background: url("../images/btn-close.svg");
    position: absolute;
    color: #203359;
    font-size: 16px;
    font-weight: bold;
    top: 10px;
    right: 10px;
    cursor: pointer
}

#PopupContent .bgPopup .BtnClose:hover {
    -moz-transform: scale(1.2) rotate(180deg);
    -webkit-transform: scale(1.2) rotate(180deg);
    -o-transform: scale(1.2) rotate(180deg);
    -ms-transform: scale(1.2) rotate(180deg);
    transform: scale(1.2) rotate(180deg)
}

#PopupContent #Popup1 {
    display: none
}

#PopupContent #Popup2 {
    display: none
}

#PopupContent {
    display: none
}