body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #000;
    background-image: url("../images/dc-background.png");
    margin: 0;
    width: 100%;
    padding-top: 150px;
    height: auto;
    background-repeat: no-repeat;
    background-attachment: relative;
    background-position: center top;
    position: relative;
}



.bottom-img {
    width: 100%;
    margin: auto;
    margin-bottom: -5px;
    position: relative;
}

/** CONFETTI **/
.wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}

[class|="confetti"] {
    position: absolute;
    z-index: 99;
}

.red {
    background-color: #efc223;
}

.yellow {
    background-color: #efc223;
}

.blue {
    background-color: #efc223;
}

/** SLIDESHOW & LOGIN**/
.slideshow-login-section {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.slideshow-login-container {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Clear floats after the columns */
.row-slideshow-login:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to each other */
.column-slideshow {
    float: left;
    width: 100%;
    height: 100%;
    text-align: left;
}

/** SLIDESHOW **/
.slideshow-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
}

/* CAROUSEL (LINKED TO PROMOTION PAGES)*/
.carou-home img {
    width: 100%;
    max-height: 500px;
}

/* Make the images wide and responsive. */
#myCarousel img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    height: 15px;
    width: 15px;
    border: 1px solid #efc223;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: #000;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    height: 15px;
    width: 15px;
    background-color: #efc223;
    border: 1px solid #efc223;
    border-radius: 50%;
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

/** LOGIN **/
* {
    box-sizing: border-box;
}

.contact-banner {
    width: 100%;
    max-width: 280px;
    margin-top: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contactban-img {
    width: 100%;
    margin: auto;
}

.login-wrap {
    width: 100%;
    max-width: 280px;
    max-height: 410px;
    margin-top: 10px;
    margin-left: auto;
    padding: 20px 23px 18px 23px;
    border-radius: 6px;
    border: 1px solid #efc223;
    background-color: black;
    position: absolute;
    top: 5px;
    right: 220px;
}

.login-item {
    position: relative;
    width: 90%;
    margin: 10px auto;
    margin-bottom: 3px;
}

.loginbtn-div {
    text-align: center;
    position: relative;
    padding: 8px;
}

.login-input {
    width: 100%;
    padding: 10px 5px 10px 40px;
    display: block;
    border: 1px solid #ba0015;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: black (#ededed, 30%);
}

.login-span {
    position: absolute;
    display: block;
    color: gray;
    left: 10px;
    top: 3px;
    font-size: 20px;
}

.login-input:focus {
    padding: 10px 5px 10px 10px;
    outline: 0;
    border-color: #efc223;
}
.find-id-pw-title{
    color: white;
    text-align: right;
    display: block;
    cursor: pointer;
}
.find-id-pw-title-mobile {
    color: white;
    text-align: left;
    display: block;
    cursor: pointer;
}
/*
.change-pw-title{
    color: #efc223;
    text-align: center;
    display: block;
    cursor: pointer;
}
.change-pw-title-mobile{
    color: #efc223;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}*/

/* Button */

.buttonLogin {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 7px;
    margin: 0;
    width: 45%;
    vertical-align: middle;
    color: #000;
    background: #efc223;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    transition: all 0.15s ease;
}

.login-button:focus {
    outline: 0;
}
.referral-btn-div{
    width: 100%;
    text-align: center;
    position: relative;
}
.referral-button{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 3px;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    max-width: 140px;
    vertical-align: middle;
    color: #000000;
    background-color: #9CBB2F;
    border: 1px solid #efc223;
    border-radius: 3px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.15s ease;
}
.mobile-buttonChange {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 4px;
    margin: 0;
    width: 30%;
    max-width: 60px;
    vertical-align: middle;
    color: #000000;
    border-radius: 3px;
    background-color: #efc223;
    border: none;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.15s ease;
}
.buttonChange {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 4px;
    margin: 0;
    width: 30%;
    vertical-align: middle;
    color: #000000;
    background-color: #efc223;
    border: none;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.15s ease;
}
.buttonSignup {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 6px;
    margin: 0;
    width: 45%;
    vertical-align: middle;
    color: #fff;
    background: #ba0015;
    border: 2px solid #efc223;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.buttonLogin:focus {
    outline: 0;
}

.buttonSignup:focus {
    outline: 0;
}

/* Button modifiers */
.buttonLogin:hover {
    background: #ffcf26;
}

.buttonSignup:hover {
    background: #f0374c;
}

/* Ripples container */

.ripples {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}


/* Ripples circle */

.ripplesCircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
    animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

.usermenu-wrap {
    width: 100%;
    max-width: 280px;
    max-height: 450px;
    margin-top: 5px;
    margin-left: auto;
    padding: 15px 18px 15px 18px;
    border-radius: 6px;
    border: 1px solid #efc223;
    background-color: black;
    position: absolute;
    top: 15px;
    right: 220px;
}

.welcome-item {
    position: relative;
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

.profilepic-img {
    width: 100%;
    max-width: 60px;
    float: left;
    border: 2px solid #efc223;
    border-radius: 50%;
    cursor: pointer;
}

.user-name {
    color: #efc223;
}

.user-welcome {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.menu-div {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}

.menu-button {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 110px;
    height: 30px;
    font-weight: bold;
    text-align: block;
    border: 1px solid #efc223;
    border-radius: 5px;
    color: #efc223;
    background: none;
    font-size: 16px;
}

.notif .badge {
    position: absolute;
    top: -10px;
    right: -5px;
    padding: 3px 6px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.nav-notif {
    cursor: pointer;
}

.notif {
    position: relative;
    margin-right: 5px;
}

.logoutbtn-div {
    text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
}

.buttonLogout {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: block;
    border-radius: 1px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 120px;
    vertical-align: middle;
    color: #000;
    background: #efc223;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
    transition: all 0.15s ease;
}

.buttonLogout:focus {
    outline: 0;
}

/* Button modifiers */
.buttonLogout:hover {
    background: #ffcf26;
}

.menu-contact-banner {
    width: 100%;
    max-width: 280px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/** TAB GAMES **/
.tab-wrap {
    display: block;
}

.livecasino-wrap {
    display: none;
}

.slotmachine-wrap {
    display: none;
}

.menulink-section {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: black;
    /*border: 1px solid #ffcf26;
    border-bottom: 8px solid #ffcf26;
    border-radius: 5px 5px 0px 0px;*/
    background-image: url("../images/menu-bg-b.png");

}

.menulink-container {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Clear floats after the columns */
.row-menulink:after {
    content: "";
    display: table;
    clear: both;
}

/* Create five equal columns that floats next to each other */
.column-menulink {
    float: left;
    width: 33.33%;
    height: auto;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.menulink-img {
    width: 100%;
}

/*.menulink-left{
    border-right: 1px solid #f0d061;
}
.menulink-right{
    border-left: 1px solid #f0d061;
}*/
.column-menulink:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.mobile-dlref-div{
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.mobile-referral-button{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    padding: 2px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    width: 100%;
    max-width: 130px;
    vertical-align: middle;
    color: #000000;
    background-color: #9CBB2F;
    border: 1px solid #efc223;
    border-radius: 3px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.15s ease;
}

/* Streamtv */
.streamtv-btn-div{
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2px;
}
.streamtv-btn-div button{
    outline: none;
}
.streamtv-button{
    background-color: black;
    border: none;
    text-decoration: none;
    outline: none;
}
.mobile-streamtv-div{
    width: 100%;
    /*max-width: 180px;*/
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.mobile-streamtv-div button{
    outline: none;
}

/** TAB GAMES **/
.streaming-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1250px;
    height: 900px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}

.streaming-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}