.navigation-page{/*position: absolute;*/width: 100%;z-index: 1;}
.navigation-page, .navigation-page .header-top .list-inline.pull-right>li>a, .navigation-page .nav-container .list-inline.nav-list>li>a{color: #999999;font-weight: bold;}
.navigation-page .header-top {background: #040404;font-size: 12px;min-width: 1260px;position: relative;}
.navigation-page, .navigation-page .header-top .main-container {text-align:right}
.navigation-page .header-top .menu-open {display:none}
.navigation-page .header-top ul.list-inline.pull-right{position: relative;top: 6px;}
.navigation-page .header-top .list-inline.pull-right>li{padding: 0 10px;position: relative;}
.navigation-page .header-top .list-inline.pull-right>li>a:hover{color: #c1ad8b;}
.navigation-page .header-top .list-inline.pull-right>li:first-child::after, .navigation-page .header-top .list-inline.pull-right>li:nth-child(2)::after{content: "";position: absolute;width: 1px;height: 50%;right: 0;top: 50%;background: #363636;transform: translateY(-50%);}
.navigation-page .logo{width: 148px;display: inline-block;margin-right: 20px;}
.navigation-page .nav-container {min-width: 1260px;height: 80px;font-size: 12px;font-weight: bold;width: 100%;}
.navigation-page .nav-container nav, .navigation-page .nav-container form{display: inline-block;font-size: 0;position: relative;}
/*
.navigation-page .nav-container form {left:145px;top: 2px;}
.navigation-page .nav-container form.loggedIn{left: 0;top: 20px;}
*/
.navigation-page .nav-container .list-inline.nav-list>li{padding: 0 20px 0 0;position: relative;font-size: 12px;}
.navigation-page .nav-container .list-inline.nav-list>li>a:hover{color: #c1ad8b;border-bottom: 2px solid #c1ad8b;padding-bottom: 14px;}
.navigation-page .nav-container .form-control{
    width: 115px;
    height: 40px;
    background: #040404;
    border: 1px solid #585858;
    display: inline-block;
    border-radius: 0;
    margin-right: 10px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
}
.navigation-page .nav-container .btn-login,
.navigation-page .nav-container .btn-signup{
    width: 105px;
    height: 40px;
    border-radius: 0;
    vertical-align: top;
    padding: 0;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
    transition: all .5s;
    outline: none;
    box-shadow: none;
    color: #ffffff;
}

.navigation-page .nav-container .btn-login,
.navigation-page .nav-container .btn-signup{
    background: url("/common/images/buttons/main/button.png") center / 100% no-repeat !important;
}

.navigation-page .nav-container .btn-login:hover,
.navigation-page .nav-container .btn-signup:hover,
.navigation-page .nav-container .btn-login:focus,
.navigation-page .nav-container .btn-signup:focus{
    color: #dac179;
}


/*wallet*/
.navigation-page .balance-container{
    min-width: 210px;
    height: 40px;
		line-height:40px;
    border: none;
    display: inline-block;
    margin-right: 7px;
    margin-left: 6px;
}

.login-container.wallet-part{
    width: 800px;
    position: relative;
    color: #666666;
}

.navigation-page .reload-balance{
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-right: 1px solid #585858;
    float: left;
    background: url("/common/images/refresh-icon.svg") left 12px center no-repeat;
}

.navigation-page .guest-balance-container{
    /*
		text-align: right;
    float: right;
		*/
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
}

.navigation-page .guest-balance-container p {
    margin: 0;
    white-space: nowrap;
}

.dropdown-arrow-container {
    float: left;
    font-size: 20px;
    color: #cccccc;
    height: 24px;
    width: 19px;
    text-align: center;
}

.dropdown-arrow-container i{
    vertical-align: text-top;
}

.dropdown-arrow-container i.fa-sort-up{
    vertical-align: unset;
}


.navigation-page .balance-dropdown-container{
    font-size: 12px;
    position: absolute;
    width: 1260px;
    border: 1px solid #333333;
    margin: 0 auto;
    left: 0;
    top: 50px;
    background: #121212;
    z-index: 20;
    display: none;
}

.navigation-page .flex-class {
    display: flex;
    justify-content: space-between;
}

.dd-arrow {
    font-size: 25px;
    position: absolute;
    color: #666666;
    top: -20px;
    right: 340px;
}

.gsp-balance-container {
    width: calc(100% / 4 * 0.75);
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.gsp-balance-container.slot {
    width: calc(100% / 5 * 2);
}

.gsp-balance-container.slot .gsp-table-container {
    display: flex;
    justify-content: space-between;
}

.gsp-balance-container.transfer-conn {
    width: calc(100% / 5 * 1.25);
}

.balance-title {
    background: #3e3e3e;
    color: #ffffff;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    border: 1px solid #333333;
}

.gsp-list-container {
    width: 100%;
}

.gsp-list-item {
    width: 100%;
    height: 52px;
    background: #1d1d1d;
    border: 1px solid #333333;
    color: #ffffff;
    text-align: right;
    padding: 0 20px;
    font-size: 13px;
}

.gsp-list-item:nth-of-type(even),
.gsp-table-container.minigames .gsp-list-item:nth-of-type(odd){
    background: #121212;
}

.gsp-table-container.minigames .gsp-list-item:nth-of-type(even){
    background: #1d1d1d;
}

.gsp-list-item p.gsp-name {
    font-weight: bold;
}

.gsp-list-item p {
    margin: 0;
    white-space: nowrap;
}

.gsp-balance-container.transfer-conn .dd-transfer-container {
    width: 100%;
    padding: 20px;
    border: 1px solid #333333;
}

.gsp-balance-container.transfer-conn .form-control {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-right: 25px;
    border-radius: 0;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    background: #252525;
    border-color: #2d2d2d;
    margin-right: 0;
}

.gsp-balance-container.transfer-conn select {
    height: 40px !important;
    background: #252525;
    border-color: #2d2d2d;
    border-radius: 0;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}

.gsp-balance-container.transfer-conn .dd-transfer-container form {
    left: unset !important;
    width: 100%;
    margin-bottom: 351px;
}

.gsp-balance-container.transfer-conn .won-text {
    position: absolute;
    top: 8px;
    right: 10px;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.gsp-balance-container.transfer-conn .dd-transfer-container div.text-center {
    margin: 10px 0;
}

.deposit-widthdraw-container {
    width: 100%;
    padding: 35px 20px;
    align-items: center;
    border: 1px solid #333333;
}

.deposit-widthdraw-container button,
.dd-transfer-container button{
    width: 100%;
    height: 45px;
    border-radius: 0;
    background: #e1ca84;
    background: -moz-linear-gradient(top, #e1ca84 0%, #ad8835 100%);
    background: -webkit-linear-gradient(top, #e1ca84 0%,#ad8835 100%);
    background: linear-gradient(to bottom, #e1ca84 0%,#ad8835 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ca84', endColorstr='#ad8835',GradientType=0 );
    border: 1px solid #e1ca84;
    color: #000000;
}

.deposit-widthdraw-container button:first-child {
    margin-bottom: 10px;
}

.deposit-widthdraw-container button:hover,
.dd-transfer-container button:hover{
    background: #100b01;
    border-color: #443209;
    color: #ffffff;
}

.navigation-page .balance-dropdown-container .col-xs-6{
    text-align: left;
    padding: 0;
}

.navigation-page .balance-dropdown-container .col-xs-6:first-of-type .balance__content{
    border-right: 1px solid #585755;
    border-bottom: 1px solid #585755;
}

.navigation-page .balance-dropdown-container .col-xs-6:first-of-type .balance__content:last-of-type{
    margin-bottom: 10px;
}

.navigation-page .balance__content:nth-child(even) {
    background-color: inherit;
}

.navigation-page .guest_name{
    font-size: 13px;
    color: #ffffff;
    position: relative;
    top: 10px;
}

.navigation-page .guest-dm {
    width: 38px;
    background: #b13d3b;
    text-align: center;
    height: 18px;
    vertical-align: top;
    line-height: 18px;
    border-radius: 3px;
    margin-left: 5px;
    color: #fff;
}

.navigation-page .guest-dm:hover {
    background: #c14d4a;
}

.navigation-page .gsp-name{
    width: auto;
    padding: 0;
}

.wallet-btn-yellow{
    background: #1d1d1d;
    border: 1px solid #c1ad8b;
    color: #c1ad8b;
    padding: 4px 40px;
    border-radius: 0;
    font-weight: bold;
    width: 220px;
    height: 40px;
}

.wallet-btn-yellow:hover,
.wallet-btn-yellow:focus{
    background: #c1ad8b;
    color: #111111;
}

.navigation-page .balance__content{
    border-bottom: 1px solid #585755;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
}

.header-top .nav-container{
    display: flex;
    align-items: center;
}

/*
.navigation-page .header-top .nav-container form.loggedIn{
    top: 0;
    left: 0;
}

.navigation-page .header-top .nav-container form {
    left: 61.9%;
    top: 0;
}
*/
.header-bottom{
    height: 80px;
    background: #212121;
    min-width: 1260px;
}

.header-bottom .links>ul {
    width: 525px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    text-align: center;
    color: #fff;
}

.header-bottom .links>ul>li{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.header-bottom .links>ul>li>a {
	display: flex;
  flex-direction: column;
  width:100%;
  position: relative;
  font-size: 14px;
	color:#fff;
}

.header-bottom .links>ul>li .badge {
    position: absolute;
    top: -6px;
    right: 0;
}

.header-bottom .links>ul>li>img {
    height: 30px;
    display: block;
}

.header-bottom .links>ul>li>a>img {
    height: 30px;
    display: block;
}

.header-bottom .links>ul>li>p {
    margin: 0;
}

.header-bottom .links>ul>li>a>p {
    margin: 0;
}

.header-bottom .links>ul>li:hover{
    color: #c1ad8b;
}

.header-bottom .links>ul>li:hover>a>p{
    color: #c1ad8b;
}

.header-bottom .main-container {
    display: flex;
    justify-content: space-between;
}

.header-top .logo-container {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1010;
		transform: translateX(-50%);
}

.header-bottom p i{
    font-size: 23px;
}

.header-top .logo-container .content {
    position: relative;
    /* left: -50%; */
}

.navigation-page .balance__content:last-of-type {
    /*margin-bottom: 44px;*/
}

.navigation-page .logo-container{
    cursor: pointer;
}

.btn-flip p{
    opacity: 1;
    outline: 0;
    color: #999999;
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.btn-flip:hover p:after{
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.btn-flip:hover p::before{
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}

.btn-flip p:after{
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #dac179;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: transparent;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
}

.btn-flip p:before{
    top: 0;
    left: 0;
    opacity: 1;
    color: #ffffff;
    display: block;
    transition: 0.5s;
    position: relative;
    background: transparent;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
}
