html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
a.twit {
    background-color: #0e9fef;
}
a.utube {
    background-color: red;
}
a.fb {
    background-color: #06599b;
}
a.google {
    background-color: red;
}
a.ig {
    background-color: #ce2b88;
}
a.wp {
    background-color: #06599b;
}
ul.soc {
    padding-top: 20px;
}
.thumbnail {
  max-width: 40%;
}
p {

  color: #fffff;
}
/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}


@font-face {
    font-family: 'si';
    src: url('../img/socicon.eot');
    src: url('../img/socicon.eot?#iefix') format('embedded-opentype'),
         url('../img/socicon.woff') format('woff'),
         url('../img/socicon.ttf') format('truetype'),
         url('../img/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../img/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 23px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e040';
}
.soc-youtube {
    background-color: #e02a20;
}
.soc-youtube:before {
    content:'\e051';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-googleplus {
    background-color: #dd4b39;
}
.soc-googleplus:before {
    content:'\e042';
}
.soc-instagram {
    background-color: #405de6;
}
.soc-instagram:before {
    content:'\e057';
}
.soc-wordpress {
    background-color: #464646;
}
.soc-wordpress:before {
    content:'\e058';
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: myroboto;
    src: url(roboto.ttf);
}
body{
    color: #fff;
    background: #027b5c;
    font-family: arial;
    /* background: linear-gradient(to right, rgb(9, 39, 183) 0%, rgb(3, 13, 84) 100%); */
    /* background: #033f83 url(../../img/img/background.png) no-repeat fixed; */
    background-size: cover;
}

/*
=======================================
            HEADER CONTENT
=======================================
*/

.header{
    padding: 7px 0px;
    background-color: #1a1a1a;
}
.header .form-user{
    float: right;
    overflow:  hidden;
    padding-top: 36px;
    display:  inline-block;
    margin-right: -29px;
}
.header .form-bot{
   margin: 4px 31px;
}
.form-user .forgot{
  color: #f8f20a;
  font-style: italic;
}
.form-user .control{
    border: 1px solid #fff;
}
.form-user .login{
    padding: 7px 45px;
    background: #f5fa0b;
    border-color: #dfe4e6;
    color: #0b0c0c;
    font-weight: bold;
}
.form-user .input-group-addon{
    background-color: #fff;
    border: 1px solid #fff;
    color:#000;
}
.form-user .daftar{
    background: #027b5c;
    background: -moz-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,220,94,1)), color-stop(100%, rgba(166,112,31,1)));
    /* background: -webkit-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%); */
    background: -o-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    /* background: linear-gradient(to right, rgb(3, 59, 86) 0%, rgb(13, 75, 138) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5e', endColorstr='#a6701f', GradientType=1 );
    /* border-color: #062644; */
    padding: 7px 84px;
    border: none;
    color: #f7f2f2;
    font-weight: bold;
}
.form-user .saran{
    background: #027b5c;
    background: -moz-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,220,94,1)), color-stop(100%, rgba(166,112,31,1)));
    /* background: -webkit-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%); */
    background: -o-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    /* background: linear-gradient(to right, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5e', endColorstr='#a6701f', GradientType=1 );
    border-color: none;
    /* background: linear-gradient(to right, rgb(3, 59, 86) 0%, rgb(237, 243, 13) 100%); */
    padding: 7px 25px;
    border: none;
    margin-left: -62px;
    color: #f6f4f4;
    font-weight: bold;
}

/*
=======================================
            SLIDER CONTENT
=======================================
*/
.slider .panel-default{
    border: 4px solid #027b5c !important;
    border-radius: 0px;
    background-color: #282828;
    border: 1px solid #ffdc5e;
    margin-bottom: 12px;
}
.slider .game{
    border: 4px solid #027b5c !important;
    border-radius: 0px;
    background-color: #282828;
    border: 1px solid #ffdc5e;
    /* background: linear-gradient(to right, rgb(247, 248, 249) 0%, rgb(245, 245, 245) 100%); */
    margin-bottom: 12px;
    color: #ea0d2a;
    z-index: 999;
    position: relative;
}
.slider .panel-body{
    padding: 18px 4px;
    text-align: center;
}
.slider .daftar{
    color: #f3f2f2;
    text-align: center;
    /* background-color: red; */
    font-size: 25px;
    font-family: fantasy;
    /* font-weight: bold; */
    text-decoration: none;
}
.slider .link, .link{
    color: #069;
    text-align: center;
    font-size: 25px;
    color: #f4f3f3 !important;
    font-family: fantasy;
    /* font-weight: bold; */
    text-transform: uppercase;
    text-decoration: none;
}
.slider .carousel-indicators{display: none;}

.prog {
    padding-top: 106px;
}
span.counter.counter-analog {
    font-size: 66px;
    /* padding: 13px 0; */
    /* margin-top: -74px; */
    font-weight: bold;
    position: relative;
    padding-top: 12px;
    padding-left: 42px;
    overflow: hidden;
}
span.counter.counter-analog1 {
    font-size: 66px;
    /* padding: 13px 0; */
    /* margin-top: -74px; */
    /* position: relative; */
    padding-left: 167px;
    font-weight: bold;
    /* padding-top: 12px; */
    overflow: hidden;
}
.android-bg {
    background-color: #1c1c1c;
    overflow: hidden;
    padding: 9px 0;
}
/*
=======================================
            jackpot CONTENT
=======================================
*/
.jackpot .bg{
    overflow: hidden;
    position: relative;
    /* bottom: 85px; */
    background: url(..//img/jackpot_bg.png) no-repeat;
    width: 100%;
    height: 200px;
    margin-top: 33px;
}
.jackpot .info{
    position: relative;
    bottom: 77px;
}
.bank{
    position: relative;
    /* bottom: 40px; */
}
.bank .htd{
    background: rgb(148, 174, 192);
    background: -moz-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,220,94,1)), color-stop(100%, rgba(166,112,31,1)));
    background: -webkit-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -o-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: linear-gradient(to right, rgb(12, 12, 12) 0%, rgb(28, 29, 29) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5e', endColorstr='#a6701f', GradientType=1 );
    border-color: #006699 ! important;
    border-radius: 0px;
}

.htd>.headers{
    border: 2px solid #f9f9f9;
    padding: 8px 16px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-family: fantasy;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 6px;
    font-size: 30px;
    font-weight: bold;
    color: #0d0e0e;
    background: rgba(255,220,94,1);
    background: -moz-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,220,94,1)), color-stop(100%, rgba(166,112,31,1)));
    background: -webkit-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -o-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: linear-gradient(to right, rgba(255,220,94,1) 0%, rgb(238, 242, 7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5e', endColorstr='#a6701f', GradientType=1 );
}
.tbl-latest{
    /* background: #fff; */
    color: #f3f2f2;
}
.tbl-latest>tbody>tr:nth-of-type(odd) {
    background-color: #f9f7f7;
    color: #131212;
}
.bank-icon .th-title{
    /* margin-bottom: 20px; */
    color: #f1f2f3;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.ft-bank{
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.ft-bank>li{
   display: inline-block;
   padding: 10px
}
.android{/* margin-bottom: 15px; */margin-top: -35px;}
.android .kami{
    text-align: center;
    font-size: 27px;
    padding: 15px;
    font-weight: bold;
    color: #f5f6f9;
}
.nav-footer{/* margin-bottom: 25px; */}
.navs{
    background: rgba(255,220,94,1);
    background: -moz-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,220,94,1)), color-stop(100%, rgba(166,112,31,1)));
    background: -webkit-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -o-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,220,94,1) 0%, rgba(166,112,31,1) 100%);
    background: linear-gradient(to right, rgb(2, 123, 92) 0%, rgb(2, 123, 92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc5e', endColorstr='#a6701f', GradientType=1 );
    height: 45px;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 17px;
}
.navs>li{
    display: inline;
    padding: 0px 9px;
}
.navs .bdr{
    border-left: 1px solid #fff;
}
.navs>li>a, a:hover{
    color: #f1f706;
    font-weight: bold;
    text-decoration: none;
}
.ft-page{
    /* margin-bottom: 35px; */
    padding: 29px 0;
    background-color: #1c1c1c;
    text-align: center;
    color: #eff1f3;
}
.slider .panel-default:hover, .dft:hover, .link:hover, .daftar:hover{
    /* background: #9d9da7; */
    color: #fce805 ! important;
}
.btn-warning:hover {
    color: #069 ! important;
    background-color: #f6f607 ! important;
    border-color: #fdfa07 ! important;
}
.row.test {
    margin-right: 0;
    margin-left: 0;
    background-color: #0b0b0b;
    padding-top: 16px;
}
input.form-control.control {
    background-color: #ffffff;
}
.mtr-run {
    color: #f6f6f8;
}
.info {
    /* padding-top: 64px; */
    margin-bottom: 15px;
    padding-top: 13px;
}
.jackpot {
    /* padding-top: 12px; */
    margin-bottom: 20px;
    margin-top: -5px;
}
.col-md-4.logo-head {
    padding-top: 21px;
}
.form-user .input-group-addon {
    background-color: #ffffff !important;
    }













#btn-Chat {
    position: fixed;
    width: 216px;
    right: -215px;
    top: 309px;
    padding: 10px;
    z-index: 99;
    background-position: -248px -571px;
    background: #048642;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

}

    #btn-Chat img {
        border: 0
    }



.depositIcon {
    background-position: -80px -682px;
    width: 46px;
    height: 43px;
}

.withdrawIcon {
    background-position: -126px -682px;
    width: 34px;
    height: 45px;
}

.twentyFourSeven {
    width: 83px;
    height: 47px;
    background-position: -163px -682px;
}

#btn-Chat #btnCloseChat img {
    width: 100%;
    height: auto
}

.btnChat {
    border-radius: 3px;
    background: #fee71b;
    color: #272300;
    text-align: center;
    height: 31px;
    width: 109px;
    line-height: 31px;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
}

.imgCustomerServ {
    position: absolute;
    top: -176px;
    left: 50px
}

.waysto, .waysto a {
    font-size: 12px;
    color: #fff
}

.custService a {
    display: block;
    background: #00562a;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
}

    .custService a:first-child {
        margin-top: 20px
    }

.secondtext {
    font-size: 8.5px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400
}

.custIcon {
    background: url(../images/casino/customer-service-sprite.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.custService a:hover {
    background: #096e3b;
}

.custService span {
    vertical-align: middle;
    margin-right: 4px;
    /* margin-top: 9px; */
}

.mail-icon {
    /*background-position: -105px -727px;*/
    background-position: -82px -727px;
    height: 18px;
    width: 22px
}
.icon-for-24 {
    font-size: 85px;
    line-height: 60px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}
.icon-for-deposit {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.phone-icon {
    /*background-position: -105px -746px;*/
    background-position: -80px -746px;
    height: 16px;
    width: 24px;
    float: left;
}
.waysto, .waysto a {
    font-size: 12px;
    color: #fff;
}

.custService a:first-child {
    margin-top: 20px;
}
.icon-for-deposit {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custService a {
    display: block;
    background: #00562a;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
}

.phone2-icon {
    /*background-position: -105px -763px;*/
    background-position: -80px -763px;
    height: 24px;
    width: 24px
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tcenter {
    text-align: center!important;
    position: relative;
}

.line-icon {
    /*background-position: -105px -788px;*/
    background-position: -79px -788px;
    height: 25px;
    width: 25px
}

.zolo-icon {
    /*background-position: -105px -814px;*/
    background-position: -80px -814px;
    height: 24px;
    width: 24px
}

.custwidth {
    width: 285px
}

    .custwidth table p {
        line-height: 20px
    }

.member-service img {
    margin: 0 10px
}

.login-banner-left {
    padding: 10px
}

.blackBody .login-banner-left {
    background: #007b3c;
}


btn-Chat {
    position: fixed;
    width: 199px;
    right: -199px;
    top: 147px;
    padding: 10px;
    z-index: 99;
    background-position: -248px -571px;
    /* background: #048642; */
}

.navIcon {
	background:url(..//img/NavIcons.png);
	display: inline-block;
}

     #btn-Chat #btnCloseChat {
    position: absolute;
    right: 212px;
    top: 0px;
    display: block;
    height: 159px;
    width: 39px;
    background-position: -40px -682px;
    border-right: 3px solid #272300;

}


  .custService a {
    display: block;
    background: #00562a;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
}
    .yellowText
{color:yellow;padding-left: 21px;margin-top: 8px;}

.col_five_sixth, .col_four_fifth, .col_full, .col_half, .col_one_fifth, .col_one_fourth, .col_one_sixth, .col_one_third, .col_three_fifth, .col_three_fourth, .col_two_fifth, .col_two_third, .postcontent, .sidebar {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
}

.col_half {
    width: 50%;
}

.nomargin {
    margin: 0!important;
}


.col_last {
    margin-right: 0!important;
    clear: right;
}

.col_five_sixth, .col_four_fifth, .col_full, .col_half, .col_one_fifth, .col_one_fourth, .col_one_sixth, .col_one_third, .col_three_fifth, .col_three_fourth, .col_two_fifth, .col_two_third, .postcontent, .sidebar {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
}

.col_half {
    width: 50%;
}

.nomargin {
    margin: 0!important;
}

.tcenter {
    text-align: center!important;
    position: relative;
}

.depo {
    font-size: 14px;
    font-weight: bold;
    color: yellow;
}

.with {
    font-size: 14px;
    font-weight: bold;
    color: yellow;
}
#btn-Chat:hover {right:0;  opacity: 1;
 -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;

}
#light {
    display: none;
    position: absolute;
    top: 57%;
    left: 55%;
    width: 797px;
    height: 230px;
    margin-left: -250px;
    margin-top: -250px;
    z-index: 1002;
    overflow: visible;
}
/*

===================================================
         RESPONSIVE CONTENT
===================================================
*/
@media only screen and (max-width: 767px){
.header .form-user{
    overflow: hidden;
    padding-top: 35px;
    display: inline-block;
    margin: 0;
}
.form-user .login{
    width: 100%;
}
.form-user .forgot{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.form-user .daftar{
    width: 100%;
    margin-bottom: 10px;
}
.form-user .saran{
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}
.header .form-bot{
    margin: 0;
}
.jackpot .info {
  position: relative;
  display: none;
  bottom: 77px;
}

.jackpot .bg{
    display: none;
}

.info .info-img{
  display: none;
}
.bank{
    position: relative;
    bottom: 0;
    top: 0;
}
.navs{
   height: auto;
}
.navs .bdr {
    border: none;
}
.navs>li>a{
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 19px;
    font-weight: 200;


}
img.img-responsive.img-logo {
    margin: 0 auto;
}
div#download {
    display: none;
    margin-left: 0;
}
body {
    color: #fff;
    background: #1c1c1c !important;
    font-family: arial;
    background:none;
}
div#btn-Chat {
    display: none;
}

.bank-icon .th-title {

    padding-top: 16px;

}
