.navigation-page{
  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{
  font-size: 12px;
  min-width: 1260px;
  position: relative;
}

.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: 160px;
  /* background:rgba(0,0,0,0.3); */
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  position: relative;
}

.navigation-page .nav-container .main-container{
  position: relative;
  top: 50px;
  width: 1260px;
}

.navigation-page .nav-container nav,
.navigation-page .nav-container form{
  display: inline-block;
  font-size: 0;
  position: relative;
}


.navigation-page .nav-container form.loggedIn > div:last-child {
  float: right;
}

.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: 32px;
  background: #000000;
  border: 1px solid #585858;
  display: inline-block;
  border-radius: 0;
  margin-right: 10px;
  font-size: 12px;
  padding: 0 10px;
  color: #999;
  border-radius: 5px;
  line-height: 32px;
}

.navigation-page .nav-container .btn-login{
  width: 105px;
  height: 26px;
  vertical-align: top;
  padding: 0;
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
  transition: all .5s;
  color:#000;
  background: #01c8f4 !important;
  box-shadow: inset 0 1px 8px #a9e4ff !important;height:32px;
  border-radius: 5px;
}


.navigation-page .nav-container .btn-signup{
  width: 105px;
  height: 26px;
  vertical-align: top;
  padding: 0;
  font-size: 16px;
  margin-right: 10px;
  font-weight: bold;
  transition: all .5s;
  color:#fff;
  background: #003861 !important;
  box-shadow: inset 0 1px 8px #1f73b1 !important;height:32px;
  border-radius: 5px;
}



/*wallet*/
.navigation-page .balance-container{
  width: 215px;
  height: 32px;
  border: 1px solid #585858;
  display: inline-block;
  margin-right: 7px;
  margin-left: 6px;
  vertical-align: top;
  border-radius: 4px;
}

.login-container.wallet-part{
  width: 800px;
  position: relative;
  color: #666666;
}

.navigation-page .reload-balance{
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #585858;
  float: left;
  background: url("../images/refresh-icon.svg") left 6px center no-repeat;
}

.navigation-page .guest-balance-container{
  width: 182px;
  height: 32px;
  text-align: left;
  float: left;
  font-size: 13px;
  padding: 0 23px 0 5px;
  cursor: pointer;
  background: url("../images/chevron-down-icon.svg") center right 5px no-repeat;
  line-height: 32px;
}

.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{
  width: 615px;
  background: #1d1d1d;
  position: absolute;
  border: 1px solid #585755;
  top: 35px;
  z-index: 11;
  right: 10px;
  display: none;
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.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: #fff;
  position: relative;
  top: 6px;
}

.navigation-page .user-info-row {
  text-align: right;
}

.navigation-page .user-info-row .guest_name {
  display: inline-block;
  margin-right: 10px;
}

.navigation-page .button-row {
  margin-top: 8px;
  clear: both;
  text-align: right;
}

.navigation-page .button-row .btn-login {
  margin-top: 0;
}

.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: 70%;
  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: 26px;
}

.wallet-btn-yellow:hover,
.wallet-btn-yellow:focus{
  background: #c1ad8b;
  color: #111111;
}

.navigation-page .balance__content{
  border-bottom: 1px solid #585755;
}

.header-top .nav-container{
  /* display: flex; */
  align-items: center;
}

.navigation-page .header-top .nav-container form.loggedIn{
  top: 0;
  left: 0;
}


.header-bottom{
  height: 50px;
  background:linear-gradient(to bottom,#055057,#13aad9);
  min-width: 1260px;
  border-top: 2px solid;
  border-image: linear-gradient(to left,#055057,#13aad9,#055057); 
  border-image-slice: 1;
  border-bottom: 2px solid;
}

.header-bottom .links>ul {
  width: 450px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 46px;
  text-align: center;
  color: #fff;
}

.header-bottom .links>ul>li{
  cursor: pointer;
  z-index: 10;
  font-size: 16px;
}

.header-bottom .links>ul>li:hover{
  color: #fff;
}

.header-bottom .main-container {
  display: flex;
  justify-content: space-between;
}

.header-top .logo-container {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -8%;
  cursor: pointer;
  z-index:100;
}

.header-bottom p i{
  font-size: 23px;
}


.header-top .logo-container img{
  width: 49%;
}

.navigation-page .balance__content:last-of-type {
  margin-bottom: 44px;
}

