
@font-face {
    font-family: 'MyriadPro';
    src: url('font/MyriadPro-Cond_0.otf') format('opentype');
}
/*================ edit bootstarp ===================*/
/*body{
  margin-top:0;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  font-family: MyriadPro;
  background-color: #000;
  background-image:url(images_home/bg.png);
  background-repeat:no-repeat;
  background-size:100% 100px;
  color:#fff;
}
div.divHead{
  padding-bottom: 20px;
}
div.bgLineTop{
  height: 34px;
  background-image:url(images_home/mid_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
div.bgLineButton{
  height: 125px;
  background-image:url(images_home/mid_btm.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: -75px;
  z-index: 99;
}
div.divMenu{
  width: 80%;
  margin: auto;
  margin-top: -2px;
  background: linear-gradient(#3a3939, #1d1d1d, #000000);
  border-radius: 10px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2.5px;
  box-shadow: 0 0 10px #000;
}
div.bgFooter{
  background-image:url(images_home/bgfooter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 221px;
  margin-top: -65px;
}*/
/*==============================================*/
.input-group-addon1 {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background: rgba(160, 160, 160, 0.35);
  border-right: 1px solid rgba(132, 132, 132, 0.3);
}
input.inputGroup{
  border: none;
  background: rgba(160, 160, 160, 0.35);
  color: #fff;
  padding: 3.5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 115px;
  text-align: center;
}
input.inputGroupRegis{
  border: none;
  background: rgba(160, 160, 160, 0.35);
  color: #fff;
  padding: 3.5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  text-align: center;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9a9a9a;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9a9a9a;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #9a9a9a;
}
textarea:focus, input:focus , button:focus{
    outline: none;
}
/*==============================================*/
body{
  margin-top:0;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  font-family: MyriadPro;
  background-color: #000;
  background-image:url(images_home/bg.png);
  background-repeat:no-repeat;
  /*background-position: center;*/
  background-size: 100%;
  color:#fff;
}
div.divHead{
  position: relative;
  margin: auto;
  width: 1000px;
  height: 100px;
}
img.imgLogo{
  position: absolute;
  margin-left: 415px;
  margin-top: 15px;
}
span#spShowTime{
  position: absolute;
  font-size: 10px;
  top: 92px;
  margin-left: 82px;
}
div.divLineTop{
  position: absolute;
  width: 100%;
  height: 34px;
  background-image:url(images_home/mid_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: -10px;
}
div.divMenu{
  width: 680px;
  margin:auto;
  background: linear-gradient(#2f2f2f, #1d1d1d, #000000);
  border-radius: 10px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2.5px;
  box-shadow: 0 0 20px #000;
  /*z-index:90;*/
}
div.divBody{
  width: 100%;
  background:#000;
  margin-top:10px;
}
div.divImageShow{
  width: 850px;
  margin:auto;
  padding-top:10px;
  padding-bottom: 10px;
}
div.divLineButton{
  position: absolute;
  width: 100%;
  height: 125px;
  background-image:url(images_home/mid_btm.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: -50px;
}
div.divFooter{
  width: 850px;
  height:220px;
  margin:auto;
  margin-top: 15px;
  padding-top:10px;
  padding-bottom: 10px;
  background-image:url(images_home/bgfooter.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
img.imgJoinnow{
  margin: auto;
  margin-left: 380px;
  margin-top: -15px;
  position: absolute;
}
img.imgFooter{
    position: absolute;
    margin-top: 50px;
}
div.divCasinoContact{
  width: 850px;
  margin:auto;
  padding:10px;
  background:#000;
}
div.divCasinoContact img{
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
}
div.textCasino{
  color: #8a8a8a;
  padding-left: 26px;
  font-size: 18px;
}
hr.hrCasino{
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #464646;
}
ul.ulMenu{
  list-style: none;
  margin-top: -3px;
}
ul.ulMenu > li{
  display: block;
  float: left;
  width: 150px;
  border-right: 1px solid #424242;
}
ul.ulMenu li:last-child{
   border-right:none;
}
ul.ulMenu > li.liActive a{
  color:#fff;
}
ul.ulMenu > li a{
  color:#ccc;
}
div.divUsername{
  position: absolute;
  margin-top: 15px;
  right: 145px;
}
div.divPassword{
  position: absolute;
  margin-top: 50px;
  right: 145px;
}
button.btLogin{
  width: 82px;
  height: 30px;
  background:none;
  background-image:url(images_home/btnlogin.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
  position: absolute;
  right: 50px;
  margin-top: 14px;
  border:none;
  cursor: pointer;
}
button.btSaveRegis{
  width: 82px;
  height: 30px;
  background:none;
  background-image:url(images_home/btnlogin.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
  border:none;
  cursor: pointer;
}
div.remember{
  position: absolute;
  font-size: 9px;
  right: 65px;
  margin-top: 53px;
}
div.divContactWeb{
  width: 850px;
  margin:auto;
}
div.divContactWeb-text1{
  width: 580px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: auto;
  color: #9a9a9a;
  margin-bottom: 15px;
}
div.divContactWeb-text2{
  width: 300px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #9a9a9a;
  position: absolute;
}
div.divContactWeb-text3{
  width: 260px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #9a9a9a;
  position: absolute;
  margin-left: 600px;
}
/*======================================*/
.typeTag {
  list-style: none;
  margin: 0px auto auto;
  width: 850px;
  height: 175px;
  border-top: none;
  background:#000;
}
.typeTag ul>li:first-child {
    text-decoration: underline;
    color: #eecd57;
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 20px;
}
.typeTag ul>li, .typeTag ul>li:first-child {
    font-weight: 700;
    letter-spacing: .5px;
    font-family: MyriadPro;
}
.typeTag ul>li {
    display: block;
    color: #ababab;
    text-align: left;
    font-size: 14px;
    padding: 2px;
}
.boxTag {
    display: inline-block;
    height: 100px;
}
/*========================================*/
div.divRegis{
  width: 260px;
  margin: auto;
  padding-bottom: 25px;
  padding-top: 15px;
}
div.divRegis table{

}
div.divRegis table tr td{
  padding: 5px;
}