:-webkit-full-screen {
    width: 100%;
    height: 100%
}

:-moz-full-screen {
    width: 100%;
    height: 100%
}

:-ms-full-screen {
    width: 100%;
    height: 100%
}

:-o-full-screen {
    width: 100%;
    height: 100%
}

:full-screen {
    width: 100%;
    height: 100%
}

#loading {
    width: 100%;
    height: 120%;
    top: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99999;
}

.deposit-bg {
    background-image: url('../images/deposit.html');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 55%;
}

.deposit-mobile-bg {
    background-image: url('../images/deposit-mobile.html');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 36%;
    height: 0;
}

.modal.big {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    overflow: auto;
    z-index: 100000;
    background: rgba(99, 112, 118, 0.6)
}

.modal .container-border-top {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    position: relative;
    left: 0;
    top: 10px;
    height: 10px;
    background-color: #dc4141;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.modal .container-border-bottom {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    position: relative;
    left: 0;
    bottom: -10px;
    height: 10px;
    background: #041a25;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (min-width: 768px) and (min-height: 620px) {
    .modal-content:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        box-shadow: 5px 5px 29px rgba(0, 0, 0, 0.75);
    }
}

.modal .container,
.modal .login-container {
    background: #041a25;
}

.modal .login-container.small {
    padding-left: 0;
    padding-right: 0;
    max-width: none !important
}

.modal .container.big,
.modal .login-container.big {
    background: #041a25;
    position: relative;
    top: 10px;
    margin: 0 auto;
    padding: 0;
}

.modal .btn {
    font-size: 20px
}

.modal .icon-close2 {
    font-size: 20px;
    color: #dc4141;
    padding: 4px 4px !important;
    float: right
}

.modal .icon-logo5 {
    font-size: 140px;
    color: #fff
}

.modal .modal-content {
    text-align: center;
    clear: both;
    color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.field-label {
    font-size: 15px;
    text-align: left;
}

input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

.dblarrow {
    margin-left: -35px;
    display: inline-block;
}

.dblarrow b {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    display: block;
    margin-bottom: 3px;
}

.dblarrow i {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    display: block;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.choose_state,
select.choose_state option {
    background: transparent;
}

select.choose_state {
    border: 1px solid #000;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: none;
    margin-right: 15px;
    font-size: 1.4em;
    padding-right: 20px;
    /*Important*/
    display: inline-block;
    /*Important*/
}

input,
textarea {
    background-color: #04404b;
    width: 100%;
    border-radius: 7px;
    padding: 8px;
    border: 0;
    color: #fff;
}

.error-text {
    margin-top: 2px;
    line-height: 16px;
    font-size: 15px;
    font-style: italic;
    font-weight: 400 !important
}

.inner-addon {
    margin-top: 16px;
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 20px 10px;
    pointer-events: none;
}

.modal .inner-addon .fa {
    padding: 12px 10px !important
}

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.input-focus {
    border: 1px solid #12b5ab !important;
}

input {
    border: 1px solid #04404b !important;
}

input.find-game {
    border: 1px solid #065f70 !important;
}

input:focus,
textarea:focus {
    border: 1px solid #12b5ab !important;
}

.divider {
    height: 0px;
    border-top: 1px solid #0e2936;
    width: 100%;
    margin: 16px 0 16px 0
}

.modal .btn {
    padding: 8px;
    border-radius: 7px;
    background-color: #dc4141;
    color: #fff
}

.modal .topbar.small {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    top: 0px !important;
    width: 100%
}

.modal .bottombar.small {
    display: none !important
}

/* Text Modal */

#text-modal a.current {
    color: #06889c !important
}

#text-modal a {
    color: #fff
}

/* Balance */

#notify .notify-container {
    max-width: 500px
}

/* Demo Game */

#demo-modal .icon-heart {
    font-size: 25px !important;
    color: #bbb
}

#demo-modal .icon-heart.fav {
    color: #35a876 !important
}

#demo-modal .vcenter2 {
    display: inline-block;
    float: none;
    vertical-align: middle
}

@media (max-width: 400px),
(orientation: portrait) {
    #demo-modal .main {
        max-width: 340px !important
    }
    #demo-modal .vcenter {
        width: 100% !important
    }
    #demo-modal .img {
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0 !important
    }
    #demo-modal .bg {
        bottom: 0 !important;
        top: auto !important;
        left: 0 !important;
        width: 100% !important;
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0 !important
    }
}

#demo-modal {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 200%;
    border: 0 none;
    overflow: auto;
    z-index: 100000;
    background: rgba(99, 112, 118, 0.6)
}

#demo-modal .btn {
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000
}

#demo-modal .btn.green {
    background-color: #35a876;
    color: #fff;
    border: 0
}

/* Continue Game */

#continue-game .btn {
    padding: 8px;
    border-radius: 7px;
    background-color: #dc4141;
    color: #fff
}

#continue-game .btn.green {
    background-color: #35a876;
}

/* Deposit Mobile */

.icon-logo5.small {
    font-size: 60px !important;
    color: #fff !important;
    float: left !important;
    margin: -6px 0 0 5px !important
}

.icon-logo.normal {
    font-size: 140px !important;
    margin-top: -14px !important;
    float: left !important;
    position: relative !important;
    color: #fff !important
}

/* Deposit */

#deposit {
    display: none
}

#deposit-frame {
    display: none
}

.deposit-menu-close {
    cursor: pointer;
    display: block
}

/* Account / Verification */

label input[type="file"] {
    position: fixed;
    top: -1000px;
}

label.uploadbtn {
    cursor: pointer;
    padding: 5px;
    background-color: #35a876;
    margin: 0 !important;
    display: block !important;
    border-radius: 7px;
    font-weight: 400 !important;
    text-align: center
}

label.uploadbtn.disabled {
    cursor: not-allowed !important;
    opacity: 0.65 !important;
    filter: alpha(opacity=65) !important
}

/* Acount / Deposit */

#account {
    display: none
}

@media (min-width: 768px) {
    #account .modal-content.small {
        max-width: 800px !important
    }
}

#account .container.small,
#account .topbar.small {
    padding-left: 0;
    padding-right: 0;
    max-width: none !important
}

@media (max-width: 767px) {
    #account .modal-content {
        max-width: 500px
    }
    #account .sub-items {
        display: none !important
    }
    #account .container.xsmall .col-xs-11 {
        margin: 0 auto;
        width: 91.66666667% !important;
        float: none
    }
}

@media (max-width: 767px) {
    #account .modal-content.small {
        max-width: 500px
    }
}

.account .row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.account .container {
    max-width: 800px !important
}

#epg {
    max-width: 500px !important
}

.epg-logo {
    display: none !important
}

#deposit.account .container {
    max-width: 500px !important
}

.account.modal .modal-content {
    width: 100% !important
}

.account .menu-item:hover {
    background: #075664 !important
}

.account .menu-item {
    background: #04404b;
    position: relative;
    border-top: 1px solid #041a25;
    padding: 37px 15px;
    line-height: 20px;
    cursor: pointer
}

.account .menu-item:first-of-type {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: 0 !important
}

.account .icon-user3,
.account .icon-money,
.account .icon-safe {
    float: none;
    display: block;
    color: #fff;
    font-size: 24px
}

.acount .icon-play {
    color: #075664;
    position: absolute;
    right: -13px;
    top: 35px
}

.account .logoff {
    padding: 5px;
    border-radius: 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.account .menu-item.current {
    background: #075664 !important
}

.account .sub-items {
    cursor: pointer
}

.account .sub-item {
    border-bottom: 4px solid #777;
    font-size: 20px;
    text-align: left
}

.account .sub-item.current {
    border-bottom: 4px solid #fff
}

.account .sub-item:hover {
    border-bottom: 4px solid #fff !important
}

@media (min-width: 768px) {
    .field-left {
        padding-left: 0;
        padding-right: 5px
    }
}

@media (min-width: 768px) {
    .field-right {
        padding-left: 5px;
        padding-right: 0
    }
}

.account input {
    display: inline-block
}

.account input.readonly {
    color: #b4b4b4
}

.account .frame {
    width: 100%;
    height: 400px;
    border: 0;
}

/* Login */

#login {
    display: none
}

.super-padding {
    padding: 0;
    margin: 0;
    height: 0
}

#login .modal-content.small {
    max-width: 500px
}

@media (max-width: 767px),
(max-height: 619px) {
    #login .modal-content {
        max-width: 500px
    }
    .super-padding {
        padding: 150px !important
    }
}

@media (min-width: 768px) and (min-height: 620px) {
    #login .login-container {
        max-width: 500px
    }
}

/* Join (PC) */

.modal .smallfont {
    font-size: 20px
}

.modal .mediumfont {
    font-size: 23px
}

.modal .bigfont {
    font-size: 25px;
    line-height: 27px
}

.modal .largefont {
    font-size: 27px
}

.modal .uberfont {
    font-size: 30px
}

#join-pc #step3 .icon-email {
    font-size: 50px
}

@media (max-width: 767px) {
    .modal .smallfont {
        font-size: 16px !important
    }
    .modal .mediumfont {
        font-size: 16px !important
    }
    .modal .bigfont {
        font-size: 18px !important;
        line-height: 22px !important
    }
    .modal .largefont {
        font-size: 20px !important
    }
    .modal .uberfont {
        font-size: 25px !important
    }
    #join-pc #step3 .icon-email {
        font-size: 38px !important
    }
}

@media (max-width: 767px) {
    #pc-join .modal-content {
        max-width: 500px
    }
}

#join-pc {
    display: none
}

@media (max-width: 767px) {
    #join-pc .modal-content.small {
        max-width: 500px
    }
}

@media (min-width: 768px) {
    #join-pc .modal-content.small {
        max-width: 800px !important
    }
}

#join-pc .container.small,
#join-pc .topbar.small {
    padding-left: 0;
    padding-right: 0;
    max-width: none !important
}

@media (max-width: 767px) {
    #join-pc .container.small .col-xs-11 {
        margin: 0 auto;
        width: 91.66666667% !important;
        float: none
    }
    #join-pc .gender-mobile {
        margin: 0 !important
    }
}

#join-pc .container {
    max-width: 800px
}

#join-pc .container-border {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
}

.modal .agree {
    line-height: 20px;
    cursor: pointer;
    display: block
}

.modal .agree-text {
    border: 3px solid #04404b;
    border-radius: 5px;
    padding-top: 2px;
    padding-left: 2px;
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.modal .agree-text.error {
    border: 3px solid #dc4141
}

.modal .agree .icon-success {
    padding: 0;
    font-size: 23px;
    color: #fff;
    display: none
}

::-ms-clear {
    width: 0;
    height: 0;
}

::-ms-reveal {
    width: 0;
    height: 0;
}

.combo {
    position: relative;
    display: block;
    background-color: #04404b;
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #041a25;
    padding: 0;
    position: absolute;
    width: 100%
}

.combo .control {
    padding: 9px
}

.combo .fa {
    margin-top: -8px;
    float: right
}

.combo.noradius {
    border-radius: 0px !important;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.combo ul {
    padding: 0;
    margin: 0;
    height: 129px;
    overflow: hidden;
    overflow-y: scroll
}

@media (min-height: 800px) {
    .combo ul {
        height: 258px
    }
    .combo.security ul {
        height: 129px !important
    }
}

.combo li {
    list-style: none;
    padding: 10px;
}

.combo li.highlighted {
    background-color: #0a6373
}

/* End */

#join-mobile {
    display: none;
}

#join-mobile .border {
    height: 10px;
    background: #dc4141
}

#game-frame {
    position: relative;
    height: 0;
}

.fav-added {
    color: #dc4141 !important
}

.hover {
    color: #fff !important
}

#game-frame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
}

.border-blue {
    /*border-top: 10px solid #065f70;*/
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.6);
}

.nav {
    position: absolute;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    width: 50px;
    height: 50px
}

.nav i.fa.icon-close,
.nav i.fa.icon-close2 {
    font-size: 20px;
    color: #dc4141;
    padding: 6px 4px !important;
}

@media (min-width: 768px) {
    .nav i.fa.icon-close,
    .nav i.fa.icon-close2 {
        font-size: 25px;
        color: #dc4141;
        padding: 10px !important;
    }
}

.nav i.fa.icon-secure {
    font-size: 21px;
    color: #fff;
    padding: 6px 2px !important;
    float: left;
}

.withdrawal-frame {
    height: 310px !important
}