a {
  color: #bba651 !important;
}
a:hover{color: bisque !important;}
.btn{
  border-radius: 0;
  padding: 0.275rem 0.85rem;
}
body{color: #fff;}
/* p{ font-size: .9em;} */

.text-light {
  color: #999999 !important;
}

.site-section {
  min-height: 50vh;
  background: url(/assets/www/images/bg-main.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.btn-1 {
  background-image: url(/assets/www/images/btn-2.png);
  background-size: 100% 100%;
  padding: 9px 30px;
  color: #000 !important;
  font-weight: 600;
}
.btn-1:hover {
  color: #000;
  filter:drop-shadow(4px 4px 0px rgba(0,0,0,.5)) contrast(150%);
}

.btn-2 {
  background-image: url(/assets/www/images/btn-1.png);
  background-size: 100% 100%;
  padding: 9px 30px;
  color: #000 !important;
  font-weight: 600;
}
.btn-2:hover {
  color: #000;
  filter:drop-shadow(4px 4px 0px rgba(0,0,0,.5)) contrast(150%);
}

@media (max-width: 510px) {
  .btn-1 {
    font-size: x-small;
  }
  .btn-2{
    padding: 3px 15px;
    font-size: x-small;
  }
}

/*------------ fotter -----------*/
.site-seo {
  background: rgba(0, 0, 0, .5);
  border-bottom: 1px solid #f9c54e;
}

.nav-ft {
    box-shadow: 0px -1px 14px 0px rgba(159, 114, 59, 0.6);
}
/*------------ 首頁真人 -----------*/

.live-title {
  position: relative;
    bottom: -4em;
    max-width: 24em;
    left: 34%;
    right: 50%;
}

.live-game-section {
  /* border-top: 1px solid #f9c54e; */
  border-bottom: 1px solid #f9c54e;
  background: url(/assets/www/images/live_bg3.jpg) center no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}
.live-game-body {
  position: relative;
  bottom: 3em;
}
.live-img{
  height: auto;
  width: 100%;
  transition: .2s;
  background: url(/assets/www/images/live_bg.png) center no-repeat;
}
.live-img:hover, .live-img2 {
  transition: .2s;
  background: url(/assets/www/images/live_bg_hover.png) bottom no-repeat;
  background-size: 86%;
}
.live-img img {
  margin-left: 10px;
  position: relative;
  bottom: -40px;
}
.live-btn {
  position: relative;
  bottom: 0%;
  left: 0%;
}
  @media (max-width: 960px) {

    .live-img img{
      max-width: 100%;
    }
    .live-btn {
      position: relative;
      bottom: 17%;
      left: 10px;
      text-align: center;
    }
    .live-title {
      max-width: 200px;
      margin: auto;
      position: relative;
      left: 0;
      }
    .live-game-section {
      border-bottom: 1px solid #f9c54e;
      background: url(/assets/www/images/live_bg.jpg) center repeat-y;
      background-position: bottom;
      background-size: 100%;
  }
  }
/*----------Sport Games-----------*/

.sports_bg {
  border-bottom: 1px solid #f9c54e;
  /* background: url(/assets/www/images/sport_bg.jpg) center no-repeat #000;
  background-position: top;
  background-size: cover; */
}
.sport-title img{
  width: 400px;
  margin-top: 3em;
}

.slot-game{
  opacity: .8;
}
.slot-game:hover{
  opacity: 1;
}
@media (max-width: 960px) {

}

.page-slot-games {
  font-size: x-small;
  background: #212529;
  text-align: center;
  margin: auto;
  padding: 5px;
  height: 26em;
  margin-bottom: 1.5em;
}
.page-slot-games img {
  max-width: 200px !important;
  max-height: 178px !important;
  margin: auto;
}
.game-name {
  height: 4em;
  padding: 5px;
  width: 100%;
  overflow: hidden;
}

/* FISHING */
.fishing_section {
  /* border-top: 1px solid #f9c54e; */
  border-bottom: 1px solid #f9c54e;
  background: url(/assets/www/images/fishing_bg2.jpg) no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}
.fishing-title img{
  width: 600px;
}

.fish-start {
  width: 120px;
  height: 38px;
  background: url(/assets/www/images/btn-3.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  left: 25%;
  text-align: center;
  line-height: 35px;
  color: #fff;
}

.fish_hover_in{
  display: block;
}
.fish_hover {
  position: absolute;
  left: 36%;
  top: 43%;
  width: 80px;
  right: 80px;
  display: none;
  z-index: 8;
}


.fish-link a:hover .fish_hover{
  display: block;
  transition: .2s;
}
.fish-link a:hover .fish-icon{
  margin-top: -1em;
  transition: .2s;
}

@media (max-width: 560px) {
  .fishing_section {
    /* border-top: 1px solid #f9c54e; */
    border-bottom: 1px solid #f9c54e;
    background: url(/assets/www/images/fishing_bg_mob2.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
  }

  .fish-start {
    width: 82px;
    height: 34px;
    background: url(/assets/www/images/btn-3.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 9%;
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    color: #fff;
  }
}



/* -----------最新消息----------*/
.news-section{
  border-bottom: 1px solid #f9c54e;
}
.notice {
  border-radius: 3em;
  overflow: hidden;
}
.notice > .border {
  border-radius: 3em;
  border: 1px solid #997636!important;
  min-height: 30em;
  max-height: 30em;
}
.notice-title{
  padding: .5em;
  border-bottom: 1px solid #997636!important;
}
.notice-body {
  padding: 0em 2em;
  max-height: 22em;
}
.notice-body ul li{
  list-style: none;
  padding: .5em;
  margin-left: -36px;
  border-bottom: 1px dotted rgba(178, 151, 102, 0.25);
  color: #b29766;
}
.notice-body ul li:nth-child(even) {
  /* background: rgba(255, 255, 255, 0.3); */
}
.force-overflow
{
	/* min-height: 450px; */
}
.scrollbar
{
	float: left;
	overflow-y: scroll;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color:transparent;
}

#style-1::-webkit-scrollbar
{
	width: 10px;
	background-color: transparent;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #997636;
}
@media (max-width: 960px) {
  .notice-body ul li {
    font-size: .8em;
  }
  .notice-title {
    max-width: 80%;
    margin: auto;
  }
}
/*--------Active Banner in front of Notice---------*/
.img-active{

}
.img-active a .rounded {
  border-radius: 1.25rem!important;
  border: 1px solid #997636;
  padding: 5px;
}

.img-active a .rounded:hover{ 
  box-shadow: 0px 0px 3px 3px rgba(255, 193, 7, 0.2); }


/*SEO*/
.seo-body > .box {
  height: 14em;
}

/*Modal*/
.modal{
  z-index: 3333;
}
.modal-content {
  outline: 0;
  border: 1px solid #6c5616;
  background: #000;
  border-radius: 1.5em;
  overflow: hidden;
  box-shadow: 0px 0px 3px #6c5616;
}

.modal-header {
  padding: 0;
  border: 0;
  background: #000;
  padding-bottom: 1em;
  padding-left: 44px;
  border-radius: 1.3em 1.3em 0 0;
  box-shadow: 0 -10px 7px 13px #745a16;
}

.modal-header .close{
  width: 42px;
  height: 42px;
  margin: 10px;
  background: url(/assets/www/images/btn-close.png);
  background-size: contain;
}
.modal-footer{
  border-top: 1px solid #745a16;
}
.modal-title img{
  max-width: 104%;
}
.modal-body ul.news li{
  margin-top: .5em;
}

@media (max-width: 960px) {
  .modal-header {
    padding-bottom: 0em;
    padding-left: 0;
  }
  .modal-header .close{
    height: 40px;   
  }
}

.login .form-control {
  height: 46px;
  background: #000 !important;
  border: 1px solid #6a4e11 !important;
  border-radius: 0;
  color: #fff;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.575rem 0.85rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6a4e11;
  border: 1px solid #6a4e11;
  border-radius: 0.5rem;
  font-weight: 600;
}
.login label {
  font-weight: 600;
  color: #000000;
  width: 100%;
  background: #6a4e11;
  height: 42px;
  padding: 5px 12px;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 1.2em;
  text-shadow: 0px 0px 10px #e0b55e;
}

.login .form-check-label {
  margin-bottom: 0;
  background: transparent;
  color: #fff;
  font-size: small;
}
/*    登入後帳號資訊    */
.head_member{
  display: inline-block;
  height: 20px;
  color: #ffc107;
  line-height: 20px;
  font-size: 16px;
}

.form-inline label {
  /* margin-bottom: 0.5rem; */
}
.code-img {
  float: right;
}
.code-img img {
  max-height: 40px;
  position: relative;
  bottom: -41px;
  right: 0em;
  cursor: pointer;
}
.btn-login {
  width: 120px;
  height: 44px;
  background: url(/assets/www/images/btn-bg.png) transparent;
  background-size: 100% 100%;
  border: 0;
  font-weight: 600;
  opacity: .8;;
}
.btn-login:hover {
 opacity: 1;
}
.btn-joing{
  background: url(/assets/www/images/btn-bg3.png) transparent;
  background-size: 100% 100%;
}

.btn-primary {
  color: #fff !important;
  border: 0;
  background: url(/assets/www/images/btn-bg.png) transparent;
  background-size: 100% 100%;
  font-weight: 600;
  min-width: 80px;
}
.btn-primary:hover {
  color: #fff !important;
  background: url(/assets/www/images/btn-bg3.png) transparent;
  background-size: 100% 100%;
  border: 0;
}

.mob_nav > ul {
  margin: auto 0px;
  padding: 5px;
}
li.nav-item {
  list-style: none;
  /*font-size: small;*/
}
.nav-link > i{ font-size: 1.5em;}


/*member---------------*/

.about-section, .member{
    border-bottom: 1px solid #f9c54e;
}

.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100px;
}

img.img-code {
  left: 0;
  position: relative;
}

/*
  desposit
*/
.pay {background:#b3996a;text-align:center;margin:10px 0;padding:15px;}
.payicon,.member .nav-pills>li>a {display:inline-block;margin:0 5px 10px 5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;border:5px solid #999;background:#FFF;position:relative}
.payicon:hover,.current, .member .nav-pills li.active a{border:5px solid #e55c00;}
.pay .current::after{content:'';position:absolute;bottom:-30px;left:50%;margin-left:-15px;width: 0;height: 0;border-style: solid;border-width: 0 15px 20px 15px;border-color: transparent transparent #e55c00 transparent;}
.payicon img{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%);  filter: grayscale(100%);}
.payicon:hover img,.pay .current img{-webkit-filter: grayscale(0); -moz-filter: grayscale(0);-ms-filter: grayscale(0); -o-filter: grayscale(0);  filter: grayscale(0);}

/*    eGame box */
.gamebox {
  background: #000000;
  border: 1px solid #333333;
  width: 18%;
  float: left;
  text-align: center;
  margin: 10px 1%;
}
.gamebox img{display:block; width:90%;margin:10px auto;max-height: 100%;  }
.gameimg{ height: 180px;}
.gameID{color:#fff; overflow:hidden;white-space:nowrap; text-overflow:ellipsis;}

/*page---------------*/
@media (max-width: 960px) {
  h2.page-seo-title {
    font-size: 1.4em;
    color: #f9a03f;
    padding: .2em;
  }
}
.nav-tabs {
  border-bottom: 1px solid rgba(249, 160, 63, .3);
}
.nav-tabs .nav-link.active {
  color: #f9a03f;
  background: none;
  border-color: transparent;
  border-bottom: 3px solid;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #f9a03f;
  background: none;
  border-color: transparent;
  border-bottom: 3px solid;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* ACTIVE */
.card {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-top: .5em;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0;
}
/*
.card-title-active::after {
  content: "...more";
  position: absolute;
  right: 1%;
}
*/
.card-title-active {
  color: #ffc107;
  font-size: 1.2em;
  font-weight: bold;
  background: #000;
  padding: .5em;
}
.card-body {
  background: rgba(255, 255, 255, 0.71);
}

.card-body, .card-body h1, .card-body h2, .card-body h3, .card-body h4, .card-body h5{
  color: #000;
}


/*  -----------NEWS-----------  */
/* .demo{padding: 2em 0; background: #fff;} */
	a:hover,a:focus{
		text-decoration: none;
		outline: none;
	}
	#accordion .panel{
		border: none;
		box-shadow: none;
		border-radius: 0;
		margin: 0 0 15px 10px;
	}
	#accordion .panel-heading{
		padding: 0;
		border-radius: 30px;
	}
	#accordion .panel-title a{
		display: block;
		padding: 12px 20px 12px 50px;
		background: #ffc107;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		border: 1px solid transparent;
		border-radius: 30px;
		position: relative;
		transition: all 0.3s ease 0s;
	}
	#accordion .panel-title a.collapsed{
    background: #041624;
    color: #ffc107;
    border: 1px solid #ddd;
	}
	#accordion .panel-title a:after,
	#accordion .panel-title a.collapsed:after{
		content: "\f107";
		font-family: fontawesome;
		width: 55px;
		height: 55px;
		line-height: 55px;
		border-radius: 50%;
		background: #ffc107;
		font-size: 25px;
		color: #fff;
		text-align: center;
		border: 1px solid transparent;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
		position: absolute;
		top: -5px;
		left: -20px;
		transition: all 0.3s ease 0s;
	}
	#accordion .panel-title a.collapsed:after{
		content: "\f105";
		background: #fff;
		color: #0d345d;
		border: 1px solid #ddd;
		box-shadow: none;
	}
	#accordion .panel-body{
		padding: 20px 25px 10px 9px;
		background: transparent;
		font-size: 14px;
		color: #8c8c8c;
		line-height: 25px;
		border-top: none;
		position: relative;
	}
	#accordion .panel-body p{
		padding-left: 25px;
		border-left: 1px dashed #8c8c8c;
  }
  

/*  -----------ABOUT-----------  */
.about-nav {
  margin-bottom: 1.5em;
  background: #e0b55e;
}
  .tab-content {
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #041624;
  background-color: transparent;
  border-bottom: 4px solid #ff0000;
  border-radius: 0;
  height: 3em;
}

.nav-pills .nav-link {
  border-radius: 0;
  color: #333 !important;
  font-weight: 600;
}



    /*-----------------------------------
    1 - member
------------------------------------*/
.member ul.nav.justify-content-center {
  margin-bottom: 2em;
  border-bottom: 1px solid #e0b55e;
}

.member .form-group {
  padding: .5em;
}
.member .form-control{
  border: 1px solid #e0b55e !important;
  background: #000 !important;
  height: 45px;
  color: #fff;
  /* font-size: 1.2em; */
  border-radius: 0;
}
.member .col-form-label{
  background: #e0b55e;
    border: 0;
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    height: 45px;
}
.user_p {
  padding: 1em;
  border-bottom: 1px #e0b55e dotted;
}

a.nav-link{
  color:#F9A03F;
}
a.nav-link:hover, .member_active{
  color:#333;
}

.webUserMenu>ul li.nav-item {
  border-right: solid #777 1px;
  width: 120px;
}

.user-icon {
  height: 46px;
  width: 60px;
  overflow: hidden;
  background: url(/assets/www/images/userCenter.png);
  background-position: 16px 0;
  background-size: 120px;
  background-repeat: no-repeat;
  /* padding: 7px 0px 0px 55px; */
  text-align: center;
}

a.nav-link:hover .user-icon {
  background-position-x: -60px;
  transition: all 0.2s ease-in-out;
}
.user-icon.u-iconB  {
  background-position: 15px -55px;
}
.user-icon.u-iconC  {
  background-position: 15px -425px;
}

.user-icon.u-iconD  {
  background-position: 15px -490px;
}

.user-icon.u-iconE  {
  background-position: 15px -110px;
}

.user-icon.u-iconF  {
  background-position: 15px -175px;
}

table {
  width: 100% !important;
}
/* table th {
  background-color: #282b4c !important;
}

table tbody tr:nth-of-type(even) {
  background-color: #343a40 !important;
} */
.page-link {
  color: #f3c151;
  border: 0;
  background: transparent;
  font-size: .8em;
}
.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #fff;
} 

.col-form-label {
  padding-top: calc(0.575rem + 1px);
  padding-bottom: calc(0.575rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0;
  text-align: center;
}
.form-control {
  border: 1px solid #e0b55e !important;
  color: #fff;
}
.form-control-plaintext{ color: #fff; background: #000000;}
.form-control:focus {
  color: #ffffff; background: #000000;}
.member label{ padding: 5px;}

/*-----------------------------------
    1 - wallet_transfer
------------------------------------*/
.transfer_select{
  min-width: 200px;
}

/*-----------------------------------
    走馬燈
------------------------------------*/
.top-bar {
  border-top: 1px solid #6f572a !important;
  border-bottom: 1px solid #6f572a !important;
  background: #000;
}
.marquee {
    width: 100%;
    height: 26px;
    margin: 5px auto;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}
.marquee li {
  display: inline-block;
  height: 20px;
  color: #e0b55e;
  line-height: 20px;
}
.marquee li a{
  color: #e0b55e;
}
.mq-icon {
  position: absolute;
  max-width: 145px;
  margin: -12px 85px;
  z-index: 2;
}
.owl-carousel-wrapper {
  margin-bottom: -26px;
  }
@media (max-width: 1024px) {
  .mq-icon {
    display: none;
    position: absolute;
    max-width: 145px;
    margin: -12px 85px;
    z-index: 2;
  }
  .owl-1 .owl-dots, .owl-3 .owl-dots{display: none;}
  .top-bar {
    margin-top: 28px;
  }
}
@media (max-width: 500px) {
  .top-bar {
    margin-top: 28px;
  }
}
@media (max-width: 560px) {
  .owl-carousel-wrapper {
    min-height: 155px
  }
  .owl-carousel .owl-stage-outer
  {
    position: absolute;
  }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 8em;
  }
}