html, body {
    background-color: #efeae6;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
strong {
    font-weight: bold;
}
textarea:focus, input:focus{
    outline: none;
}
#bg_holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 3;
    background: url('/images/bg_repeater.png') repeat-x top left;
    background-size: auto 380px;
}
#left_bg {
    width: 591px;
    height: 380px;
    float: left;
    background: url('/images/left_bg.png') no-repeat top left;
    background-size: auto 380px;
}
#right_bg {
    width: 674px;
    height: 380px;
    float: right;
    background: url('/images/right_bg.png') no-repeat top left;
    background-size: auto 380px;
}
.clear {
    clear: both;
}
.hidden_div {
    display: none;
}
#header {
    display: block;
    padding: 10px 10%;
    width: 80%;
    height: 45px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999999;
}
#header:hover {
    background-color: #ffffff;
}
#logo {
    float: left;
    font-size: 40px;
    line-height: 45px;
}
#menu {
    height: 45px;
    float: right;
}
#menu > a {
    line-height: 45px;
    color: #636b6f;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}
#menu > a:hover {
    color: #1b1e1f;
}
#footer {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
    background-color: #636b6f;
}
#content {
    float: left;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 170px);
    margin-top: 90px;
    position: relative;
    z-index: 3;
}
#content.fixed_content {
    width: 960px;
    display: block;
    float: none;
    margin: 0 auto;
    padding-top: 90px;
}
#fountain_holder {
    display: block;
    width: 100%;
    height: 600px;
    float: left;
    box-sizing: border-box;
}
#fountain_holder #fountain {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 735px;
    height: 100%;
    z-index: 8;
    background: url('/svg/fountain.svg') no-repeat center center;
}
#fountain .levels_holder {
    position: relative;
    display: block;
    margin: 0 auto;
}
#fountain #level_1_holder.levels_holder {
    height: 98px;
    width: 230px;
    top: 12px;
}
#fountain #level_2_holder.levels_holder {
    height: 120px;
    width: 315px;
    top: 26px;
}
#fountain #level_3_holder.levels_holder {
    height: 225px;
    width: 500px;
    top: 60px;
}
#fountain .levels_holder .coin_holder {
    position: absolute;
    display: block;
    width: 10px;
    height: 8px;
    z-index: 9;
    opacity: 0.7;
}
#fountain .levels_holder .coin_holder:hover,
#fountain .levels_holder .coin_holder.active_coin {
    opacity: 1;
    z-index: 12;
    margin-top: -1px;
}
#fountain .levels_holder .coin_holder.bronze_coin {
    width: 12px;
    height: 9px;
    z-index: 10;
}
#fountain .levels_holder .coin_holder.gold_coin {
    width: 14px;
    height: 11px;
    z-index: 11;
}
#fountain .levels_holder .coin {
    float: left;
    width: 100%;
    height: 100%;
}
#buy_holder {
    width: 245px;
    height: 220px;
    display: block;
    position: fixed;
    left: 20px;
    bottom: 120px;
    margin: auto;
    z-index: 10
}
#buy_holder a {
    height: 56px;
    line-height: 56px;
    margin: 10px 0;
    float: left;
    width: 100%;
    color: #636b6f;
    text-indent: 70px;
    text-decoration: none;
    background-size: auto 40px !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#buy_holder a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 4px 6px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 4px 6px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 4px 6px rgba(0,0,0,0.10);
}
#buy_holder a.silver_text {
    background: url('/images/silver_coin_1.png') no-repeat 10px center rgba(255, 255, 255, 0.9);
}
#buy_holder a.silver_text:hover {
   color: #7d91b1;
   background-color: #ffffff;
}
#buy_holder a.bronze_text {
    background: url('/images/bronze_coin_1.png') no-repeat 10px center rgba(255, 255, 255, 0.9);
}
#buy_holder a.bronze_text:hover {
   color: #e35f15;
   background-color: #ffffff;
}
#buy_holder a.gold_text {
    background: url('/images/gold_coin_1.png') no-repeat 10px center rgba(255, 255, 255, 0.9);
}
#buy_holder a.gold_text:hover {
   color: #e39315;
   background-color: #ffffff;
}
#buy_holder a span {
    text-transform: uppercase;
    font-weight: bold;
}
#buy_holder a.silver_text span,
#logo span.silver_text {
    color: #7d91b1;
}
#buy_holder a.bronze_text span,
#logo span.bronze_text {
    color: #e35f15;
}
#buy_holder a.gold_text span,
#logo span.gold_text {
    color: #e39315;
}
.buy_form {
    width: 350px;
    height: 210px;
}
.buy_form form {
    float: left;
    width: 100%;
}
.buy_form label {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #636b6f;
}
.buy_form input {
    float: left;
    width: 100%;
    height: 30px;
    padding: 0;
    color: #636b6f;
    text-indent: 10px;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #dbe1e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.buy_form input.buy_btn {
    margin: 30px 75px 0px;
    width: 200px;
    color: #ffffff;
    height: 40px;
    text-align: center;
    background-color: rgb(0, 116, 212); 
    border: none;
    cursor: pointer;
}
.buy_form input.buy_btn:hover {
    background-color: rgb(0, 116, 212, 0.9);
}
.errors {
    float: left;
    width: 100%;
    color: #ec1b1b;
    margin-top: 5px;
    font-size: 13px;
}
#general_error.errors {
    text-align: center;
}
.ElementsModal--modal,
.ElementsModal--pay-button-wrapper {
    font-family: 'Nunito', sans-serif !important;
}
.jBox-Modal .jBox-container {
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.jBox-Modal .jBox-title {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #000000;
    text-align: center;
    border-bottom: 0;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-border-radius: 0.5rem 0.5rem 0 0;
    -moz-border-radius: 0.5rem 0.5rem 0 0;
}
.jBox-Modal .jBox-content {
    -webkit-border-bottom-right-radius: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.jBox-Modal .jBox-title > div {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
#silver_popup.jBox-Modal .jBox-title > div {
    background: url('/images/silver_coin_1.png') no-repeat center left;
    background-size: 35px auto;
    text-indent: 45px;
}
#bronze_popup.jBox-Modal .jBox-title > div {
    background: url('/images/bronze_coin_1.png') no-repeat center left;
    background-size: 35px auto;
    text-indent: 45px;
}
#gold_popup.jBox-Modal .jBox-title > div {
    background: url('/images/gold_coin_1.png') no-repeat center left;
    background-size: 35px auto;
    text-indent: 45px;
}
#logo span.bronze_text {
    font-size: 45px;   
}
#logo span {
    font-size: 35px;   
    line-height: 45px;
    float: left;
    display: inline;
}
.soon_wrapper {
    float: left;
    width: 245px;
    position: relative;
}
.soon_wrapper .soon_placeholder {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 18px;
    padding-top: 38px;
    text-align: right;
    z-index: 2;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(255 255 255 / 70%);
    background: rgb(0 0 0 / 70%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#wish_popup .jBox-content {
    font-size: 12px;
    padding-top: 2px;
    color: #e35f15;
}
.text_center {
    text-align: center;
}

@media only screen  and (max-device-width : 1265px) {
    #right_bg {
        width: 550px;
    }
}

@media only screen  and (max-device-width : 1150px) {
    .header_home_link {
        display: none;
    }

    #menu > span {
        line-height: 45px;
    }
}

@media only screen  and (max-device-width : 1140px) {
    #right_bg {
        width: 450px;
    }
}

@media only screen  and (max-device-width : 1050px) {
    .header_others_link {
        display: none;
    }

    #right_bg {
        width: 400px;
    }
}

@media only screen  and (max-device-width : 990px) {
    #right_bg {
        width: 300px;
    }
}

@media only screen  and (max-device-width : 890px) {
    #right_bg {
        width: 250px;
    }

    #buy_holder,
    .soon_wrapper {
        width: 210px;
    }

    #buy_holder a {
        font-size: 15px;
        text-indent: 52px;
        background-size: auto 30px !important;
    }
}

@media only screen  and (max-device-width : 840px) {
    #right_bg {
        width: 200px;
    }
}

@media only screen  and (max-device-width : 790px) {
    #right_bg {
        width: 150px;
    }
}

@media only screen  and (max-device-width : 740px) {
    #right_bg {
        width: 100px;
    }

    #fountain_holder #fountain {
        width: 700px;
    }
}

@media only screen  and (max-device-width : 715px) {
    #fountain_holder #fountain {
        width: 680px;
    }
}

@media only screen  and (max-device-width : 690px) {
    #right_bg {
        display: none;
    }

    #fountain_holder #fountain {
        width: 660px;
    }
}

@media only screen  and (max-device-width : 670px) {
    #fountain_holder #fountain {
        width: 630px;
    }
}

@media only screen  and (max-device-width : 630px) {
    #fountain_holder #fountain {
        width: 600px;
    }
}

@media only screen  and (max-device-width : 600px) {
    #fountain_holder #fountain {
        width: 570px;
    }

    #menu > span > strong {
        display: none;
    }

    #left_bg {
        width: 210px;
    }
}

@media only screen  and (max-device-width : 570px) {
    #fountain_holder #fountain {
        width: 540px;
    }
}

@media only screen  and (max-device-width : 540px) {
    #fountain_holder #fountain {
        width: 510px;
    }
}

@media only screen  and (max-device-width : 510px) {
    #fountain_holder #fountain {
        width: 480px;
    }
}

@media only screen  and (max-device-width : 480px) {
    #fountain_holder #fountain {
        width: 450px;
    }

    #header {
        width: 86%;
        padding: 10px 7%;
    }
}

@media only screen  and (max-device-width : 450px) {
    #fountain_holder #fountain {
        width: 420px;
    }

    #logo span {
        font-size: 30px;
    }

    #logo span.bronze_text {
        font-size: 40px;
    }
}

@media only screen  and (max-device-width : 420px) {
    #fountain_holder #fountain {
        width: 390px;
    }

    #header {
        width: 90%;
        padding: 10px 5%;
    }
}

@media only screen  and (max-device-width : 390px) {
    #fountain_holder #fountain {
        width: 360px;
    }

    #logo span {
        font-size: 25px;
    }

    #logo span.bronze_text {
        font-size: 35px;
    }
}

@media only screen  and (max-device-width : 360px) {
    #fountain_holder #fountain {
        width: 330px;
    }

    #menu > span {
        display: none;
    }

    #logo {
        margin: 0 auto;
        display: block;
        float: none;
        width: 132px;
    }
}

@media only screen  and (max-device-width : 330px) {
    #fountain_holder #fountain {
        width: 300px;
    }
}