.navdrop-list {
	cursor: pointer;
	color: #d8a000;
    font-weight: bold;
	font-family: lato;
	font-size: 1.4rem;
}

.navdrop-list .navdrop-wrap {
	display: none;
}

/*.navdrop-list::hover {
	display: none;
}*/

.navdrop-list:hover .navdrop-wrap {
	display: block;
}

.navdrop-wrap {
  z-index: 4;
  position: absolute;
  top: 26px;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate( -50%, 0);
}

.navdrop-wrap:before {
	content: "";
	margin: 0 auto;
	display: block;
	width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3a3a3a;
}

.navdrop-wrap .navdrop {
	width: auto;
	background: #3a3a3a;
	box-shadow: 0 10px 15px rgba(0,0,0,.5);
	padding: 12px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-wrap: nowrap;
	font-size: 12px;
	color: #fff;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.navdrop-wrap .navdrop a {
	padding: 5px 15px;
	color: #e8af1b;
	text-align: left;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
}

.navdrop-wrap .navdrop a.active,
.navdrop-wrap .navdrop a:hover  {
	background: #e8af1b;
	color: #000;
	
}

.nav-wallet-wrap {
	
}

.nav-wallet.main {
	background: #000;
}

.nav-wallet {
	min-width: 200px;
	background: rgba(0,0,0,.3);
	border-radius: 5px;
	margin: 5px 0 0;
	padding: 10px;
	display: flex;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.nav-wallet .product {
	padding: 0 15px 0 0;
	line-height: 13px;
	color: #ccc;
	/*display: flex;
	text-align: left;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	        align-items: center;*/
}

.nav-wallet .product .sml {
	display: block;
	font-size: 10px;
}

.nav-wallet .info {
	display: flex;
	align-items: center;
}

.nav-wallet .info .amount {
	color: #cfa952;
}

.nav-wallet .info .icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-wallet .info .icon.plus {
	display: flex;
	align-items: center;
}

.nav-wallet .info .icon.plus:after {
	content: "+";
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	font-weight: bold;
	color: #000;
	line-height: 13px;
	background: #cfa952;
	border-radius: 50%;
}

.nav-wallet-col.show .nav-wallet .info .icon.plus:after {
	content: "-";
}

.nav-wallet .info .icon img {
	width: 15px;
	height: 15px;
	-webkit-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	margin: 0 auto;
}

.nav-wallet-col .nav-wallet-drop {
	display: none;
}

.nav-wallet-col.show .nav-wallet-drop {
	display: block;
}

.nav-wallet-col.show > .nav-wallet {
	-webkit-border-radius: 5px 5px 0 0;
	        border-radius: 5px 5px 0 0;
}

.nav-wallet-drop {
	
}

.nav-wallet-drop.show {
	
}

.nav-wallet-drop .nav-wallet {
	background: rgba(0,0,0,.5);
	margin: 0;
	border-radius: 0;
	padding: 5px 10px;
}

@media only screen and (max-width: 1200px) {
  header {
  	font-size: 9pt;
  }

  .logo-wrap {
  	max-width: 150px;
  }
}


/*----------------------------*/
/*---------walletpage---------*/
/*----------------------------*/
.form-group .img-wrap {
  height: 34px;
  float: left;
  width: 109px;
  margin: 0 10px 0 0;
}

.form-group .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.form-group .vcode {
  float: left;
  width: 78%;
}

.form-group input {
  width: 100%;
}

.form-group.chkbox input {
  width: auto;
}

.form-group select {
  height: 34px;
  color: #000;
}

.deposit-sel {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.deposit-sel > * {
  width: 48%;
}

.amount-sel {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between;
  flex-wrap: wrap;
}

.amount-sel > * {
  width: 16%;
  margin: 1% 0;
}

.bank-sel {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.bank-sel > * {
  width: 24%;
  margin: 0 1% 7px 0;
}

.spbox > * {
  color: #ccc;
  height: 45px;
  border: 1px solid #303030;
  background: rgba(0,0,0,.2);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  line-height: 17px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.spbox > div > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.spbox .active,
.spbox div:hover {
	color: #000;
	background: #cfa952;
}

.bank-sel.spbox > * {
  border: 3px solid #303030;
  overflow: hidden;
}

.bank-sel.spbox .active,
.bank-sel.spbox div:hover {
  border: 3px solid #e8af1b;
}

/*----------------------------*/
/*---------walletpage nav-----*/
/*----------------------------*/
.sub-wallet-nav {
	font-family: 'Lato';
}

.sub-wallet-nav ul {
	padding: 0;
	margin: 0;
}

.sub-wallet-nav a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 10px;
	margin: 0 0 5px;
	text-align: center;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	background: rgba(0,0,0,.2);
}

.sub-wallet-nav a.active,
.sub-wallet-nav a:hover {
	background: #cfa952;
	color: #000;
}

/*----------------------------*/
/*--------news inbox----------*/
/*----------------------------*/
.inbox-wrap {
  -webkit-box-shadow: 2px 5px 5px rgba(0,0,0,.05);
          box-shadow: 2px 5px 5px rgba(0,0,0,.05);
}

.inbox-col {
  background: #000;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}

.inbox-col.header {
  border: 2px solid #333;
  font-weight: bold;
  background: #cfa952;
  color: #000;
}

.inbox-col.hover {
  z-index: 19;
  position: relative;
  cursor: pointer;
}

.inbox-col.hover:hover {
  z-index: 20;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 2px 5px rgba(0,0,0,.08), 2px -2px 5px rgba(0,0,0,.08), -2px -2px 5px rgba(0,0,0,.08);
          box-shadow: 2px 2px 5px rgba(0,0,0,.08), -2px 2px 5px rgba(0,0,0,.08), 2px -2px 5px rgba(0,0,0,.08), -2px -2px 5px rgba(0,0,0,.08);
}

.inbox-col.active {
  background: #000;
}

.inbox-col .no,
.inbox-col .sub,
.inbox-col .date,
.inbox-col .remark {
  padding: 20px 10px;
}

.inbox-col .no {
  min-width: 46px;
  text-align: center;
}

.inbox-col .sub {
  min-width: 68%;
}

.inbox-col .date {
  min-width: 114px;
  text-align: center;
}

.inbox-col.hover .remark {
  padding: 13px 10px;
}

.inbox-msg {
  padding: 20px;
  background: #333;
}

.dustbin {
  background: #dbdbdb;
  border-radius: 50%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.dustbin:hover {
  background: #eebf04;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.dustbin img {
  background-image: url(../images/dustbin.svg);
  width: 18px;
  height: 18px;
}

.at-message {
  position: relative;
}

.num-nav {
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.num-nav span.btn {
  cursor: pointer;
  color: #ccc;
}

.num-nav span.btn:hover {
  color: #e8af1b;
}

.num-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.num-nav li {
  color: ##d9d9d9;
  padding: 8px 5px;
  text-align: center;
  cursor: pointer;
}

.num-nav li.active,
.num-nav li:hover  {
  color: #e8af1b;
}






/*----------------------------*/
/*------------modal-----------*/
/*----------------------------*/
.modal-style {
	
}

.modal-style .btn-close {
	color: #fff;
}

.modal-style .modal-content {
	background-color: #121212;
	color: #ccc;
	border: 2px solid #303030;
}

.modal-style .modal-body {
	
}

.prm-color {
	color: #cfa952 !important;
}

.prm-bg-color {
	background: #e8af1b !important;
}

.help-block {
	color: #737373;
	font-size: 90%;
}

.has-error .help-block {
	color: red;
}

/*---------button-----------*/
.round-btn {
	background: #CEA94E;
	color: #000 !important;
	text-align: center;
	padding: 5px 15px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}

.round-btn.outline {
	color: #CEA94E !important;
	border: 1px solid #cea94e;
	background: #000;
}

.close-btn {
	top: 10px;
	right: 10px;
	position: absolute;
	border: none;
	display: block;
	width: 15px;
	height: 15px;
	-webkit-background-size: 15px;
	     -o-background-size: 15px;
	        background-size: 15px;
	background: url(../images/symbol/close.svg);
}

.sub-btn {
	background: #cfa952 !important;
	text-align: center;
	width: 100%;
	display: block;
	padding: 10px;
	font-size: 12px;
	color: #000;
	margin: 0 5px 0 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn-2 {
	color: #fec700;
	border: 2px solid #cba749;
	background: rgb(62,62,62);
	background: linear-gradient(180deg, rgba(62,62,62,1) 26%, rgba(0,0,0,1) 87%);
}

/*---------input----------*/
.input-style {
	
}

.input-style .input-group-text {
	background: #000;
	border: 1px solid #303030;
}

.input-style .form-control {
	border: 1px solid #303030;
	background: #121212;
	color: #fff;
	font-size: 1.5rem;
}

.input-style .form-control:focus {
	border: 1px solid #303030;
	background: #121212;
	color: #fff;
}

.input-style .form-control::placeholder {
	color: #888888;
  opacity: 1; /* Firefox */
}

.input-style .form-control::-ms-input-placeholder {
	color: #888888;
}

.input-style .form-label {
	color: #f1f1f1;
	font-size: 1.5rem;
}

.input-style .form-control:disabled {
	background: #333333;
}

/*-------header---------*/
header	{
	color: #fada8d;
	border-top: 1px solid #cea94e;
	border-bottom: 1px solid #cea94e;
	background: rgb(62,62,62);
	background: linear-gradient(180deg, rgba(62,62,62,1) 20%, rgba(2,2,2,1) 100%);
}

.header-dropdown {
	
}

.main-nav a.active,
.main-nav a:hover {
	color: #fada8d;
}

.main-nav a.active:after,
.main-nav a:hover:after  {
	background: #fada8d;
}

.navdrop-wrap .navdrop a {
	color: #e8af1b;
}

.navdrop-wrap .navdrop a.active,
.navdrop-wrap .navdrop a:hover  {
	background: #cfa952;
	color: #000 !important;
}

.nav-wallet.main {
	background: #000;
}

.nav-wallet .product {
	color: #ccc;
}

.nav-wallet .info .amount {
	color: #cfa952;
}

.nav-wallet .info .icon.plus:after {
	color: #000;
	background: #cfa952;
}

/*---------homepage-----------*/
.main-sec-title {
	
}

.main-sec-title h3 {
	color: #e8af1b;
}

.main-sec-title p {
	color: #FFF;
}

.main-slot-tab-wrap li {
	color: #5b5a5a;
	background: #000;
	border: 1px solid #5b5a5a;
}

.main-slot-tab-wrap li.active ,
.main-slot-tab-wrap li:hover {
	color: #000;
	background: #e8af1b;
}

.mainslot-wrap .mask .mskbtn {
	background: #929292;
	color: #414141;
}

.mainslot-wrap .mask .mskbtn.btn-1 {
	background: #e8af1b;
	color: #000;
}

.mainslot-wrap span {
	background: #000;
	color: #c8d1e7;
}

/*--------subpage---------*/
.products-sel-wrap .product-box.active,
.products-sel-wrap .product-box:hover {
	border: 1px solid #ffba00;
	background: rgba(0,0,0,1);
}


