html,
body {
	background: #1C1C1C !important;
}

.prm-color {
	color: #e8af1b !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: #e8af1b !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;
}

.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;
}

.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: #e8af1b;
	color: #000;
}

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

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

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

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

/*---------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);
}




/*-------footer---------*/
footer {
	background: #171717;
}

footer h4 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

footer p {
	color: #FFF;
	opacity: .3;
	font-size: 12px;
}

footer nav{
	color: #FFF;
}

footer nav a {
	opacity: .3;
	-webkit-transition: .5em;
	   -moz-transition: .5em;
	    -ms-transition: .5em;
	     -o-transition: .5em;
	        transition: .5em;
}

footer nav a:hover {
	opacity: .8;
}

footer .foot-coop {
	font-size: 10px;
	color: #FFF;
	opacity: .4;
}