
body {
	color: #fff;
	background-color: #1a2c38;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

 /* Header
-----------------------------------------------------------------*/

.full-header .primary-menu .menu-container {
	border-right: 1px solid #EEE;
}
	
#header-wrap {
	background-color: #0f212e;
}

.language span{
	color: #999;
}

#header-signup button{
	background: rgb(214,114,16);
	background: linear-gradient(90deg, rgba(214,114,16,1) 0%, rgba(242,183,43,1) 100%);
	color: #fff;
}

#header-signin button{
	background-color: #071824;
    color: #fff;
}

 /* Footer
-----------------------------------------------------------------*/

#footer-menu {
	background-color: #1e2b3e;
}

#footer-menu .signup {
	background: rgb(214,114,16);
	background: linear-gradient(90deg, rgba(214,114,16,1) 0%, rgba(242,183,43,1) 100%);
	border-top: 2px solid #bf6709;
}

#footer-menu .signin {
	background-color: #1e2b3e;
	border-top: 2px solid #0164ca;
}

#footer-menu h4 {
	color: #fff;
}

#footer-menu .signup:hover h4 {
    background: rgb(201,103,11);
    background: linear-gradient(90deg, rgba(201,103,11,1) 0%, rgba(238,152,21,1) 100%);
    color: #fff;
}

#footer-menu .signin:hover h4 {
    background-color: #0e151f;
    color: #fff;
}

#footer-powerby {
	background-color: #1e2b3e;
	color: #0164ca;
}

 /* Content
-----------------------------------------------------------------*/

.post-container {
	border: 2px solid #2f4553;
	background: #0f212e
}

.post-title {
	color: #0164ca;
}

#content {
    /* background-color: #0f131c; */
}

.step-box {
	border:2px solid #0164ca;
}

.step-box span {
	color: #0164ca;
}

#live-chat {
    background: #141a28;
}

#powered-by {
    color: #999;
    background: #0f212e;
}

.scrolling-message-container{
	background: #141a28;
}

.game-title {
    border-left: 3px solid #0164ca;
}

#referrer-panel img{
	border:2px solid #0164ca;
}


 /* navigator
-----------------------------------------------------------------*/
#game-type {
	background: #1e2b3e;
}

#game-category {
	background: #1e2b3e;
}

#game-category p{
    color: #fff;
}

.nav-tabs {
    border-bottom: 1px solid #0164ca;
}

.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus, .naviItem.active {
    border-bottom: 5px solid #0164ca;
    background-color: #0f131c;
}

 .naviItem>img{
	color: #fff;
}


 /* Category
-----------------------------------------------------------------*/

.slots-tab p {
    color: #fff;
}

.slots-tab-active p {
    color: #fff;
}

.slots-tab-active {
    border-bottom: 3px solid #0164ca;
    background-color: #0f131c;
}

.casino-tab p {
    color: #fff;
}

.casino-tab-active p {
    color: #fff;
}

.casino-tab-active {
    border-bottom: 3px solid #0164ca;
    background-color: #0f131c;
}

.arcade-tab p {
    color: #fff;
}

.arcade-tab-active p {
    color: #fff;
}

.arcade-tab-active {
    border-bottom: 3px solid #0164ca;
    background-color: #0f131c;
}

.fishing-tab p {
    color: #fff;
}

.fishing-tab-active p {
    color: #fff;
}

.fishing-tab-active {
    border-bottom: 3px solid #0164ca;
    background-color: #0f131c;
}

 /* Modal
-----------------------------------------------------------------*/

.modal-content {
  background: #1a2c38;
  border: 0px solid;
}

.modal-header {
    border-bottom: solid 1px #444;
}

.modal-body a {
    color: #fff;
}

.modal h4 {
    color: #fff;
}

.close {
    color: #fff;
}

.btn-modal {
    background: #2f4553;
    color: #c0c0c0;
}

.form-input-label p {
    color: #fff;
}

.form-input-style {
    padding: 10px 20px 10px 15px;
    background-color: #0f212e;
    color: #fff;
}

.btn-enter-game {
    background: rgb(201,103,11);
    background: linear-gradient(90deg, rgba(201,103,11,1) 0%, rgba(238,152,21,1) 100%);
    color: #fff;
}

.btn-input-float button{
    background: rgb(0,102,202);
    background: linear-gradient(90deg, rgba(0,102,202,1) 0%, rgba(33,135,235,1) 100%);
    color: #fff;
}


 /* Alertify
-----------------------------------------------------------------*/

.alertify .ajs-header {
    background-color: #1a2c38;
}

.alertify .ajs-dialog {
    background-color: #1a2c38;
}

.alertify .ajs-footer {
    background-color: #1a2c38;
}

.alertify .ajs-footer button{
    background-color: #00e701;
    color: #013e01;
}

 /* Loading
-----------------------------------------------------------------*/

.loaderSpinner {
	border-top: 8px solid #0164ca;
}

/* Promotion
-----------------------------------------------------------------*/
.promotion-title {
	background: #1e2b3e;
    border-bottom: 1px solid #0164ca;
}

/* Scrollbar
-----------------------------------------------------------------*/
/* Track */
::-webkit-scrollbar-track {
  background: #0f131c;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0164ca;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0164ca;
}

/* Progress bar
-----------------------------------------------------------------*/
.progress {
    background-color: #16202f;
}

.progress-bar {
    background-color: #0164ca;
}
