/* login-button */
.btn-gray{
  background-color: #666666;
  color: #ffffff;
}

.btn-gray:hover,
.btn-gray:focus{
  color: #666666;
}

.btn-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9ac33+0,b4711f+100 */
  background: #e9ac33; /* Old browsers */
  background: -moz-linear-gradient(top,  #e9ac33 0%, #b4711f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #e9ac33 0%,#b4711f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #e9ac33 0%,#b4711f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9ac33', endColorstr='#b4711f',GradientType=0 ); /* IE6-9 */
  color: #ffffff;
}

.btn-gray.hvr-sweep-to-right:before{
  background: #d5d5d5;
  color: #666666;
}

.btn-gray-2{
  background-color: #efefef;
  color: #666666;
}

.btn-gray-2:hover,
.btn-gray-2:focus{
  color: #ffffff;
}

.btn-yellow {
  background-color: #dfa030;
  color: #ffffff;
}

.btn-yellow:hover,
.btn-yellow:focus{
  color: #ffffff;
}

.btn-yellow.hvr-sweep-to-right:before {
  background: #ecb445;
  color: #ffffff;
}

.btn-overlay{
  background: url("../images/button-overlay.png") top repeat-x #212121;
}

.btn-yellow-2 {
  background-color: #dfa030;
  color: #ffffff;
}

.btn-yellow-2:hover,
.btn-yellow-2:focus{
  background-color: #ecb445;
  color: #ffffff;
}

/* newsticker */
.newsticker li strong:hover,
.newsticker li strong:focus{
  color: #dfa030;
  cursor: pointer;
}

/* sub-link */
.sub-link a{ color: #353535; }
.sub-link a:hover,
.sub-link a:focus{
  color: #dfa030;
}

/* navigation */
.navigation{
  background: #e9ac33;
  background: -moz-linear-gradient(top, #eaac33 0%, #b57220 100%);
  background: -webkit-linear-gradient(top, #eaac33 0%,#b57220 100%);
  background: linear-gradient(to bottom, #eaac33 0%,#b57220 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaac33', endColorstr='#b57220',GradientType=0 );
}

.navs a:hover,
.navs a:focus,
.navs a:active,
.navs a.active{
  background-color: #b4711f;
}

/* promotion.css */
.promotion .item h1 {
  color: #dfa030;
}

/* product-advantage.css */
.product-advantage-container .item h1{
  color: #dfa030;
}

/* customer-services.css */
.social-media-table > tbody > tr > td span{
  font-size: 14px;
  color: #666666;
  font-weight: 600;
}

.contact-details-table > tbody > tr > td:nth-child(2) {
  color: #dfa030;
}

.contact-details-table > tbody > tr > td:hover:nth-child(2) {
  color: #ecb445;
}

.transaction h1 {
  color: #dfa030;
}

.transaction h2 {
  color: #dfa030;
}

/* mobile.css */
.mobile-container h1{
  color: #dfa030;
}

.mobile-container ul li::before {
  color: #dfa030;
}

/* sports.css */
.sports .title strong{
  color: #dfa030;
}

/* casino.css */
.casino .title h1{
  color: #dfa030;
}

/* fish.css */
.fish .title strong{
  color: #dfa030;
}

/* slots.css */
.slots .title strong{
  color: #dfa030;
}

/* poker.css */
.poker .title h1{
  color: #dfa030;
}

/* others.css */
.others .title strong{
  color: #dfa030;
}

/* others.css */
.promotion-2 .title strong{
  color: #dfa030;
}

/* gamebutton.css */

/* promotion.css */
.promotion-2-container .items h1{
  color: #dfa030;
}

/* ngdialog-main-default */
.ngdialog-main-nav {
  border: 1px solid #dddfe2;
  color: #666;
  display: flex;
  justify-content: space-between;
}

/* customer */
.ngdialog-customer-page .panel-primary > .panel-heading{
  background-color: #dfa030;
  border-color: #dfa030;
}

.ngdialog-customer-page .panel-primary{
  border-color: #dfa030;
}

/* ngdialog-notice.css */

/* footer.css */
.footer .list-inline a:hover,
.footer .list-inline a:focus{
  color: #ecb445;
}

/* language */
#language-flag:hover,
#language-flag:focus{ color: #dfa030; }

/* banner per page */

.promo-text-slider .promo-text-btn:hover {
  background: #666666;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #666666;
  height: 12px;
  width: 12px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #dfa030 !important;
  height: 12px;
  width: 12px;
}
