body,html {
	font-family: 'Athiti', sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
    width: 100%;
    cursor: default;
    overflow-x: hidden;
    background-color: #151515;
    background-image: url("../images/white-diamond-dark.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.deposit_css{
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
      }

      @-webkit-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
      }
      @-moz-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
      }
      @-ms-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
      }
      @-o-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
      }
      @keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
      }
      @media only screen and (max-width: 768px) {
        .desktop-balance {
          display: none;
        }
      }
a:link {
    text-decoration: none;
}
.showTab {
    display:none;
    }
@media screen and (max-width:768px) {
    .hideTab {
        display:none;
    }
    .showTab {
        display:block;
    }
}
@media screen and (max-width:1100px) {
    .hideTab1000 {
        display:none;
    }
}
@media screen and (max-width:1420px) {
    .hideTab1420 {
        display:none;
    }
}
.btn-bottom .btbt {
    background:linear-gradient(to bottom, #b7892a, #f3ba47, #8b6413, #252525);
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    float: left;
    padding: 0px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 4px;
    height:100%;
    width: 20%;
    z-index: 9;
    
}
.btn-bottom .btbt:hover {
    color: #000;
    text-shadow: 2px 2px 10px #f3ba47;
}
.btbt2 {
    position: relative;
    background: #8e0003;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius:50%;
    font-weight: 500;
    margin-top:-22px;
    padding-top: 12px;
    padding-bottom: 6px;
    height:70px;
    width: 70px;
    z-index: 10;
    text-shadow: 2px 2px 20px #000;
}
.btbt2:hover {
    transform: scale(1.05);
    background: #580203;
    text-shadow: 2px 2px 20px #000;
    color: #f3ba47;
}
@media screen and (max-width:768px) {
    .btbt2 {
        height:60px;
        width: 60px;
        font-size: 12px;
    }
    .btn-bottom .btbt {
        font-size: 10px;
        padding-top: 4px;
        padding-bottom: 2px;
    }
}

.headmenu1{
    background:linear-gradient(to bottom, #111, #222, #000);
    padding-left:200px;
    padding-right:200px;
}
.headmenu2{
    background:linear-gradient(to bottom,#b7892a, #f3ba47,#f3ba47, #72510f );
    padding-left:200px;
    padding-right:200px;
    border-top: 2px solid #f3ba47;
    border-bottom: 2px solid #f3ba47;
}
.headmenu3{
    background:linear-gradient(to bottom, #000,#111, #181818);
    padding-left:200px;
    padding-right:200px;
}
.headmenu4{
    padding-left:200px;
    padding-right:200px;
}
@media screen and (max-width:1500px) {
    .headmenu1{
        padding-left:60px;
        padding-right:60px;
    }
    .headmenu2{
        padding-left:60px;
        padding-right:60px;
    }
    .headmenu3{
        padding-left:60px;
        padding-right:60px;
    }
    .headmenu4{
        padding-left:60px;
        padding-right:60px;
    }
}
@media screen and (max-width:768px) {
    .headmenu1{
        padding-left:5px;
        padding-right:5px;
    }
    .headmenu2{
        padding-left:5px;
        padding-right:5px;
    }
    .headmenu3{
        padding-left:5px;
        padding-right:5px;
    }
    .headmenu4{
        padding-left:5px;
        padding-right:5px;
    }
}

.linkstyle1{
    color:#f3ba47;
    font-size:15px;
}
.linkstyle1:hover{
    color:#fff;
    text-shadow: 2px 2px 10px #f3ba47;
}

.menubar {
	overflow:hidden;
}
.menubar a {
  font-size: 20px;
  font-weight: 600;
  color:#000;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  outline: none;
}
.menubar a:hover {
    color:#000;
    text-shadow: 2px 2px 10px #ea1b22;
}

.menubar2 {
	overflow:hidden;
}
.menubar2 a {
  font-size: 16px;
  font-weight: 400;
  color:#fff;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
  outline: none;
  border-left:1px solid #333;
}

.menubar2 a:hover {
    color:#fff;
    text-shadow: 2px 2px 5px #f3ba47;
}

.btn-regis {
    background:linear-gradient(to bottom, #6e0d10, #ec1c23,#ec1c23, #6e0d10);
    font-size:20px;
    font-weight: 600;
    color:#fff;
    width:43%;
    border: 0px;
    padding:4px;
}
.btn-login {
    background:linear-gradient(to bottom,#484848,#c3c3c3,#c3c3c3,#484848);
    font-size:20px;
    font-weight: 600;
    color:#111;
    width:43%;
    border: 0px;
    padding:4px;
}
.btn-home {
    background:linear-gradient(to bottom,#583f0b, #f3ba47,#f3ba47, #583f0b);
    font-size:20px;
    font-weight: 600;
    color:#111;
    width:14%;
    border: 0px;
    padding:4px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    }

    .sidenav a {
    padding: 8px 8px 8px 25px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    }

    .sidenav a:hover {
    color: #f3ba47;
    padding-left: 40px;
    }

    .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    }
    .divcasino {
        background-color: rgba(0, 0, 0, 0.8);
        margin-top:-50px;
        position: relative;
        height:50px;
        font-size:30px;
        color:#FFF;
        z-index:2;
    }
    .divcasino2 {
        background-color: #FFF;
        font-size:20px;
        color:#555;
        border-bottom-right-radius:15px;
        border-bottom-left-radius:15px;
    }
    .imgcasino{
/*        border-top-right-radius:15px;
        border-top-left-radius:15px;*/
        border-radius:15px;
    }
    .textfooter {
        font-size:14px;
    }
    .divfooter{
        padding-top:30px;
        padding-bottom:80px;
    }
    .imgnain2{
        max-height:400px;
    }
    @media screen and (max-width:768px) {
        .sidenav {padding-top: 20px;}
        .sidenav a {
            padding: 5px 5px 5px 25px;
            font-size: 20px;
        }
        .textfooter {
            font-size:10px;
        }
        .divfooter{
            padding-top:20px;
            padding-bottom:65px;
            text-align: center;
            line-height: 1.2;
        }
    }
    @media screen and (max-width:1000px) {        
        .imgnain2{
            margin-top:-20px;
            max-height:200px;
            margin-bottom:-80px;
        }
    }
    .btn-regisMain {
        background:linear-gradient(to bottom, #260000,#8e0003, #580203, #260000);
        border-radius:10px;
        padding:3px 20px;
        transform: scale(1.4);
        border: 2px solid #f3ba47;
        color:#f3ba47;
        font-weight: 600;
        font-size: 24px;
        text-shadow: 2px 2px 10px #000;
    }
    .btn-regisMain:hover {
        color:#fff;
        text-shadow: 2px 2px 10px #000;
    }

    .bgmain {
        background:url('img/bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        position:relative;
        display:block;
        background-size:cover;
    }
    .txtsl1{
        font-size:18px;
        font-weight: 400;
        color:#ffff;
        text-shadow: 2px 2px 5px #000;
    }
    .txtsl2{
        font-size:14px;
        font-weight: 400;
        color:#ffff;
        text-shadow: 2px 2px 5px #000;
    }

    .imgplaynow{
        max-height:100px;
    }
    .playnow{
        position:fixed;
        bottom:70px;
        right:40px;
        text-align:center;
        transition: all 0.1s ease;
        border-style: hidden;
        outline: none;
        z-index:2;
        padding-top:5px;
        
    }
    .zoom:hover {
    transform: scale(1.1);
    }
    @media screen and (max-width:768px) {
        .imgplaynow{
            max-height:70px;
        }
        .playnow{
            bottom:55px;
            right:10px;
        }
        .txtsl1{
            font-size:14px;
        }
        .txtsl2{
            font-size:12px;
        }
    }
    .headtextall{
        background:linear-gradient(to bottom, #260000,#8e0003, #580203, #260000);
        font-size:25px;
        color:#f3ba47;
        text-shadow: 2px 2px 10px #000;
        font-weight: 600;
    }
    .bgmainall {
        background-color: #111111;
/*background-image: url("../../www.transparenttextures.com/patterns/dark-dot.png");*/
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    }