@import url(https://fonts.googleapis.com/css?family=Play:400,700);
@charset "utf-8";

/****************************
********** Common CSS********
****************************/
body {
  font-family: 'Play', sans-serif;
  font-size: 14px;
  color: #FFF;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.content-bg {
  background: #4a0001 top center no-repeat;
}

.content-shadow {
  padding-bottom: 10px;
  -webkit-box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.3), -10px 0px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.3), -10px 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.3), -10px 0px 10px 0 rgba(0, 0, 0, 0.3);
}

.bgshadow{
  -webkit-box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.3), -10px 0px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.3), -10px 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.3), -10px 0px 10px 0 rgba(0, 0, 0, 0.3);

}

.subpage-title {
  color: #fdbd2a;
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subpage-title-nopadding {
  color: #fdbd2a;
  font-size: 25px;
  font-weight: bold;
}

hr {
  margin: 0 10px;
  height: 1px;
  border-width: 0;
  color: #d31a1a;
  background-color: #d31a1a;
}

.subpage-content {
  padding: 10px;
}

.subpage-content-2 {
  padding: 10px 0px;
}

.asterisk_input:after {
  content: " *";
  color: #e32;
  position: absolute;
  font-size: x-large;
}

/* 2016 cny change css*/
/*.content-bg {
    background: #5A0000 url(../images/common/bg.jpg) repeat-x;
}*/
.container {
  min-height: 100%;
}

#footer {
  background-color: #7a0000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}


/* ------------------------------------------------------------------------------------------------------------------------------------------ */

/****************************
********* Bootstrap *********
****************************/
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 3px 6px 6px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 4px;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.form-control {
  display: block;
  width: 100%;
  xheight: 27px;
  padding: 6px 6px 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control-code {
  display: block;
  width: 100%;
  height: 27px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-code:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.input-group .form-control:first-child, .input-group .form-control-code:first-child,
.input-group-addon:first-child, .input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .form-control-code:last-child,
.input-group-addon:last-child, .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

/****************************
********** Header ***********
****************************/
#header {

}

#header .wrapper {
  height: 128px;
  overflow: hidden;
}

#header .logo {
  float: left;
  margin-top:10px;
}

#header .rightpanel {
  float: right;
  padding-top: 5px;
}

#header .loginpanel {
  float: left;
}

#header .row-01 {
  float: right;
}

#header .username {
  float: left;
  width: 120px;
}

#header .username2 {
  float: left;
  margin-right: 10px;
}

#header .password {
  float: left;
  width: 115px;
  margin-left: 3px;
}

#header .password2 {
  float: left;
  xwidth: 115px;
  margin-left: 3px;
}

#header .code {
  float: left;
  width: 115px;
  margin-left: 3px;
}

#header .login {
  float: left;
  margin-left: 3px;


}

#header .register {
  float: left;
  margin-left: 3px;


}

a.topRefresh:link, a.topRefresh:hover {
  color: #333;
  text-decoration: none;
}

.btn-submitregister {
  height: 49px;
  width: 200px;
  background-color: red;
  repeat-x;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  color: white;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
}

#header .btn-joinnow {
  height: 49px;
  background: url(../images/common/btn-joinnow.jpg) repeat-x;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  color: #000000;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
}

#header .btn-joinnow:hover {
  color: #F00;
}

#header .btn-login {
  width: 92px;
  height: 27px;
  repeat-x;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  -moz-box-shadow: inset 0px 1px 3px 0px #3dc21b;
  -webkit-box-shadow: inset 0px 1px 3px 0px #3dc21b;
  box-shadow: inset 0px 1px 3px 0px #3dc21b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
  background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
  background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a', GradientType=0);
  background-color: #44c767;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px -1px 0px #2f6627;
}
}

#header .btn-login:hover {
  color: #F00;
}

#header .row-02 {
  float: right;
  padding-top: 7px;
  clear: right;
}

#header .time {
  float: left;
  color: #ffe786;
  font-size: 12px;
}

#header .registerWrap {
  float: left;
  padding-left: 4px;
}

a.forgotlink {
  color: #ffe786;
  text-decoration: none;
}

a.forgotlink:hover {
  color: #ffe786;
  text-decoration: underline;
}

#header .language {
  float: left;
}

#header .language ul {
  display: inline;
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
}

#header .language ul li {
  display: inline;
  padding-left: 2px;
}

#header .menu {
  float: left;
  clear: left;
  margin-top: 10px;
}

#header .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
}

#header .menu ul li {
  float: left;
  display: inline;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 0px;
}

/*#header .menu ul li a {display:block;height:27px;font-weight:bold;font-size:15px;color:#FFFFFF;padding:4px 12px 0 12px;background:transparent;text-decoration:none;}*/
#header .menu ul li a.tabmenu {
  display: block;
  height: 40px;
  width: 180px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  padding: 4px 10px 0 10px;
  background: transparent;
  text-decoration: none;
  vertical-align: middle;
  line-height: 35px;
  text-align: center;
}

#header .menu ul li a:hover {
  text-decoration: none;
  color: orange;
  font-weight: 800;
}

#header .menu ul li a.tabmenu {
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

#header .menu ul li a.tabmenu:hover {
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

#header .menu ul li.active a {
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

#header .menu ul li.active a.tabmenu {
  background-color: #CA000A;
}

/****************************
********* Footer CSS ********
****************************/
/*#footer {background-color:#5f0000;-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.5); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5)}*/
#footer .wrapper {
  height: 38px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0px 0 12px 30px;
}

#footer .btmlink ul {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

#footer .btmlink ul li {
  display: inline;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}

#footer .btmlink ul li.line {
  padding: 0 15px;
}

#footer .btmlink ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer .btmlink ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.copyright {
  background-color: black;
  padding: 5px;
  text-align: center;
}

#seo {
  border-bottom: 1px solid #756d6d;
  padding: 19px 25px;
  font-size: 13px;
  margin-top: 14px;
  color: #616161;
  background: none;
  margin-bottom: 20px;
}

#seo h1 {
  color: white;
  font-size: 40px;
  margin: 0;
  padding: 0;
}

.sectioninfo{
  width:1035px;
  height: 100px;
  margin:0 auto;
}
.sectioninfo table td, .sectioninfo table{
  border:0px !important;
}
.sectioninfo td{
  color: white;
  text-align: left;
}

.sectioninfo h2{
  font-size:25px;
  margin-bottom:2px;
}

.sectioninfo span{
  margin-top:25px;
  border:3px solid red;
  margin-right:3px;
  font-size:23px;
  display:block;
  border-radius:15px;
  width:30px; text-align:center;
  line-height:25px;
  float:left;
}

.sectioninfo h2{
  color:#f9d140;
}

.games {
  padding-bottom:50px;
}

#header .menuitem a{
  text-decoration: none;
  color: white;
}

#header .menuitem #iconregister a{
  text-decoration: none;
  color: orange;
}

#header .menuitem a:hover{
  text-decoration: none;
  color: orange;
}

.truncate {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.games-item {
    vertical-align: middle;
    display: inline-block;
    width: 180px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    padding: 10px 20px;
    margin-left: 11px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

div.games-title {
    vertical-align: middle;
    float: right !important;
    height: 100%;
    background-color: #86C842;
    font-size: 14px;
    color: #FFF;
    text-align: right;
    padding: 10px 20px;
    justify-content: right;
    align-items: center;
    border-radius: 25% 75% 0% 100% / 100% 0% 100% 0%;
}


.sectioninfo .sectioncol2{
  display:block;
  padding-left:30px;
}

.divideLine {
    height: 2px;
    border-top: 1px solid rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

#btmlogo h1 {
  color: white;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #756d6d; /* width: 93%; */
  padding-bottom: 10px;
}

#btmlogo .column-01 {
  float: left;
  padding: 25px 25px 10px 25px;
  width: 485px;
}

#btmlogo .column-01 ul {
  margin-top: 25px;
  padding: 0;
  list-style-type: none;
}

#btmlogo .column-01 ul li {
  float: left;
  display: inline;
  padding-left: 23px;
}

#btmlogo .column-01 ul li.first {
  padding-left: 0;
}

#btmlogo .column-02 {
  float: left;
  padding-top: 20px;
  width: 2px;
}

#btmlogo .column-03 {
  float: left;
  width: 548px;
  padding-left: 40px;
  padding-top: 25px;
}

#btmlogo .column-03 .picture {
  margin-top: 16px;
  margin-bottom: 16px;
}

.picture {
    margin-top: 15px;
    margin-bottom: 30px;
}

/****************************
********* Home CSS **********
****************************/


* {
  box-sizing: border-box;
}

.box-word {
  margin: 15px auto 0 auto;
  box-shadow: 0 10px 10px #000;

  border-radius: 10px;
  padding: 10px 25px 50px 25px;
}

.box-inner {
  padding: 10px 25px 10px 50px;
  margin-top:20px;
  margin-bottom:30px;
  padding-bottom:50px;
}

.box-inner-left {
  float: left;
  width: 300px;
  margin: 20px 0 0 0;
}

.box-inner-right {
  float: right;
  width: 640px;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  list-style: none;
  border-bottom: 2px solid white;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

.tab-link {
  color: white !important;
}

.tab-link.current {
  font-weight: bold;
  color: black !important;
}

ul.tabs li.current {
  background: #ededed;
  color: #222;
}

.tab-content {
  display: none;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}

.prosessubmit {
  width: 200px;
  color: black;
  font-weight: bold;
  background-color: #00d7f0;
}

.prosessubmitmobile {
  width: 200px;
  color: black;
  font-weight: bold;
  background-color: #108B00;
}

.fontgold {
  color: #ccc;
  font-size: 25px;
  margin-top: 0p;
}

.contact {
  width: 1035px;
  height: 50px;
  margin-left: 20px;
}

.contactimg {
  float: left;
}

.referralinput {
  color: black;
  width: 100%;
}

.bbm {
  width: 184px;
  float: left;
  margin: 0 3px 0 3px;
  border-radius: 2px;
  cursor: pointer;


}

.bbm:hover {
  box-shadow: 0 0px 8px #00edff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.linemsg {
  width: 184px;
  float: left;
  margin: 0 3px 0 3px;
  border-radius: 2px;
  cursor: pointer;


}

.linemsg:hover {
  box-shadow: 0 0px 8px #00edff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.wa {
  width: 194px;
  float: left;
  margin: 0 3px 0 3px;
  border-radius: 2px;
  cursor: pointer;


}

.wa:hover {
  box-shadow: 0 0px 8px #00edff;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.wechat {
  width: 184px;
  float: left;
  margin: 0 3px 0 3px;
  border-radius: 2px;
  cursor: pointer;


}

.wechat:hover {
  box-shadow: 0 0px 8px #00edff;
  border-radius: 5px;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.fb {
  width: 184px;
  float: left;
  margin: 0 3px 0 3px;
  border-radius: 2px;
  cursor: pointer;


}

.fb:hover {
  box-shadow: 0 0px 8px #00edff;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all .25s ease-in-out;
}

.partnerimg {
    padding-left: 3px;
    padding-right: 3px;
}

.step-row {
  margin-top: 10px;
}

.step-1 {
  float: left;
  width: 143px;
  height: 134px;
  position: relative;
  background: url(../images/common/step_01.jpg);
}

.step-2 {
  float: left;
  width: 146px;
  height: 134px;
  position: relative;
  background: url(../images/common/step_02.jpg);
}

.step-3 {
  float: left;
  width: 148px;
  height: 134px;
  position: relative;
  background: url(../images/common/step_03.jpg);
}

.step-title {
  font-size: 17px;
  width: 146px;
  color: #ff9800;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 76px;
}

.step-content {
  font-size: 13px;
  width: 146px;
  color: #FFFFFF;
  ;
  text-align: center;
  position: absolute;
  top: 100px;
  line-height: 12px;
}

.jackpotWrap {
  background: url(../images/en/jackpot-bg.gif) no-repeat;
  width: 597px;
  height: 134px;
  float: left;
  position: relative;
}

.jackpot-text {
  position: absolute;
  width: 256px;
  text-align: center;
  top: 47px;
  right: 31px;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
}

.btmbanner {
  padding: 14px 0 4px 50px;
}

.btmbanner-01 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.btmbanner-02 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.btmbanner-03 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.btmbanner-04 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.btmbanner-05 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.btmbanner-06 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.btmbanner-07 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.btmbanner-08 {
  text-align: center;
  float: left;
  width: 110px;
  height: 233px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 8px;
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

a .btmbanner-text {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  width: 110px;
  padding-top: 8px;
  height: 38px;
  text-align: center;
  background: url(../images/common/btmbanner-text-bg.jpg) repeat-x;
  text-shadow: 2px 2px #000;
}

a .btmbanner-text:hover {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  width: 110px;
  padding-top: 8px;
  height: 38px;
  text-align: center;
  background: url(../images/common/btmbanner-text-bg2.jpg) repeat-x;
  text-shadow: 2px 2px #000;
}

/****************************

****** Sportbooks CSS ******
****************************/

/****************************
****** Sportbooks CSS ******
****************************/
.sportbook-bg {
  background: url(../images/common/sportsbook-bg.jpg) no-repeat;
  height: 474px;
  width: 1020px;
  margin: auto;
  display: block;
}

.sport-item-01 {
  float: left;
  position: relative;
  margin-top: 45px;
  width: 511px;
}

.sport-item-01 a {
  color: #FFFFFF;
  text-decoration: none;
}

.sport-item-02 {
  float: left;
  position: relative;
  margin-top: 45px;
  width: 505px;
}

.sport-item-02 a {
  color: #FFFFFF;
  text-decoration: none;
}

.sport-item-03 {
  float: left;
  position: relative;
  margin-left: 9px;
  margin-top: 45px;
}

.sport-item-03 a {
  color: #FFFFFF;
  text-decoration: none;
}

.sport-buttWrap {
  position: absolute;
  top: 315px;
  width: 511px;
  display: inline-flex;
  left: 65px;
}

.sport-buttWrap2 img {
  display: block;
  margin: auto;
}

.sport-buttWrap2 {
  /* margin-bottom: 50px; */
}

.sport-buttWrap3 {
  position: absolute;
  top: 315px;
  width: 505px;
  display: inline-flex;
  right: 43px;
}

/*.games-buttWrap .btn-playnow {width:145px;height: 44px;background:url(../images/common/btn-playnow.jpg) repeat-x;text-align:center;font-size:15px;font-weight:bold;border:1px solid #b70000;padding-top: 12px; text-shadow:2px 2px #000;display: block;margin: auto;    border-radius: 5px;}*/
.games-buttWrap .btn-playnow {
  background: url(../images/common/btn-playnow.jpg) repeat-x;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #b70000;
  text-shadow: 2px 2px #000;
  display: block;
  margin: auto;
}

a .btn-playnow {
  background: url(../images/common/btn-playnow.jpg) repeat-x;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #b70000;
  padding-top: 6px;
  text-shadow: 2px 2px #000;
  margin: auto;
  padding: 5px 45px;
  display: inherit;
}

a .btn-playnow:hover {
  background: url(../images/common/btn-playnow2.jpg) repeat-x;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #b70000;
  padding-top: 6px;
  text-shadow: 2px 2px #000;
}

/****************************
****** Games CSS ******
****************************/
.games-section {
  margin-top: -9px;
}

.games-item {
  float: left;
  position: relative;
  margin-left: 9px;
  margin-top: 9px;
  cursor: pointer;
}

.games-item a {
  color: #FFFFFF;
  text-decoration: none;
}

.games-buttWrap {
  position: absolute;
  top: 210px;
  left: 182px;
}

/****************************
****** Games CSS ******
****************************/
.casino-section {
  margin-top: -9px;
}

.casino-item {
  float: left;
  position: relative;
  margin-left: 9px;
  margin-top: 9px;
}

.casino-item a {
  color: #FFFFFF;
  text-decoration: none;
}

.casino-buttWrap {
  position: absolute;
  top: 210px;
  left: 182px;
}

/****************************
****** Keno CSS ******
****************************/
.keno-section {
  position: relative;
  padding-left: 8px;
  cursor: pointer;
}

.keno-section a {
  color: #FFFFFF;
  text-decoration: none;
}

.keno-buttWrap {
  position: absolute;
  top: 420px;
  left: 420px;
}

/****************************
****** Promotions CSS ******
****************************/

.promo-item {
  margin-top: 12px;
  width: 1000px;
  display: block;
  margin: auto;
}

.promo-item .hide {
  display: none;
}

.promo-text {
  padding: 10px;
  background-color: #5f0000;
}

.promo-text > ul, .promo-text > ol {
  padding-left: 20px;
}

.promo-butt {
  cursor: pointer;
}

.promo-table {
  border: 1px solid #666666;
  border-collapse: collapse;
  background-color: #820202;
}

.promo-table tr > th {
  background-color: #310B0B;
  padding: 3px 5px;
  border: 1px solid #d31a1a;
}

.promo-table tr > td {
  padding: 2px 5px;
  border: 1px solid #d31a1a;
}

.promo-subTitle {
  color: #ffc000;
  font-size: 14px;
  font-weight: bold;
}

/****************************
****** Banking CSS ******
****************************/
.bank-table {
  background: #4a0101;
  border: 1px solid #d31a1a;
  border-collapse: collapse;
}

.bank-table tr > th {
  background: #310B0B;
  border: 1px solid #d31a1a;
  padding: 7px;
  text-align: center;
}

.bank-table tr > td {
  padding: 5px;
  border: 1px solid #d31a1a;
}

/****************************
****** Mobile CSS ******
****************************/
.mRightTile {
  font-size: 15px;
  font-weight: bold;
}

.mRightDevice {
  font-size: 13px;
}

.mob-formTable tr > td {
  padding: 2px 0px;
}

.mob-txtfield {
  width: 150px;
  height: 26px;
  padding: 0 5px;
  border-radius: 4px;
  background: #FFFFFF;
  border: none;
  color: #333333;
}

.mob-descp {
  font-size: 11px;
}

.mob-submit {
  width: 170px;
  height: 33px;
  background: url(../images/common/btn-playnow.jpg) repeat-x;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #b70000;
}

/****************************
****** Contact CSS ******
****************************/
.contact {
  padding: 14px 0 4px 40px;
}

.contact-bg {
  background: url(../images/common/contact-banner.jpg) no-repeat center top;
  height: 457px;
}

.contact-bg .contact-buttWrap {
  position: relative;
  top: 10px;
  text-align: center;
  background: url(../images/common/contact-in.png) repeat;
  height: 435px;
  width: 413px;
  left: 580px;
  border: 1px solid #a80000;
  border-radius: 5px;
}

.contact-bg .contact-buttWrap .contact-in {
  padding: 20px;
  text-align: left;
}

.contact-list {
  list-style: none;
  margin-top: 20px;
  margin-left: 0px;
}

.list-box {
  border: 1px solid #a80000;
  margin-top: 15px;
}

.list-in {
  padding: 10px;
  color: #edca73;
  background: url(../images/common/contact-in2.png) repeat;
  margin: 1px;
}

.list-p {
  padding-top: 10px;
  font-size: 14px;
}

/*--------*/
.tab-content > .tab-pane {
  padding: 1.6rem;
  overflow-y: auto;
  background: #4a0101;
  border: 1px solid #d31a1a;
}

.nav-tabs {
  float: left;
}

.nav-tabs li {
  float: none;
}

.nav-tabs > li {
  margin-bottom: -1px;
  border-top: 1px solid #d31a1a;
  border-left: 1px solid #d31a1a;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ffc000;
  cursor: default;
  background-color: #4A0101;
  border-bottom: 1px solid #d31a1a;
  z-index: 0;
}

.nav-tabs {
  border-bottom: 1px solid #D31A1A;
}

.nav > li > a {
  color: #fff;
  font-weight: 600;
  font-size: larger;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  color: #ffc000;
  background: none;
}

.table2 {
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn-joinnow {

  xheight: 49px;
  background: url(../images/common/btn-joinnow.jpg) repeat-x;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  color: #000000;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
  padding: 6px 20px;
}

.btn-joinnow:hover {
  text-decoration: none;
  color: #F00;

}

p.welcome {
  position: relative;
  top: 7px;
  font-weight: 600;
  font-size: 13px;
}

p.balance {
  position: relative;
  top: 7px;
  font-weight: 600;
  font-size: 13px;
}

table {
  border-spacing: 1px;
}

table, th, td {
  border: 1px solid #fff;
  border-collapse: collapse;
  min-width: 100px;
  padding: 5px;
}

.table-no-border {
  border: none;

}

th {
  text-align: center;
}

td {
  text-align: left;
}

table#wallet tr:nth-child(even) {
  background-color: rgba(105, 105, 105, 0.3);
}

table#wallet tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

table#wallet th {
  background-color: #003d8d;
  color: white;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th,
.table > thead > tr > td, .table > thead > tr > th {
  /*padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
    font-weight: 400;*/
  border: 1px solid #ccc;
}

.color-b {
  color: #000;
}

.btn-login {
  width: 92px;
  height: 27px;
  repeat-x;
  background-image: linear-gradient(to bottom, #59E26C, #27963D, #097317);
  background-image: -webkit-linear-gradient(top, #59E26C, #27963D, #097317);
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
}

.btn-daftar {
  width: 92px;
  height: 27px;
  repeat-x;
  background-image: linear-gradient(to bottom, #9AAACA, #576893, #28325D);
  background-image: -webkit-linear-gradient(top, #9AAACA, #576893, #28325D);
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  -moz-box-shadow: inset 0px 1px 3px 0px #62739e;
  -webkit-box-shadow: inset 0px 1px 3px 0px #62739e;
  box-shadow: inset 0px 1px 3px 0px #62739e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #94a5c5), color-stop(1, #3c4d78));
  background: -moz-linear-gradient(top, #94a5c5 5%, #3c4d78 100%);
  background: -webkit-linear-gradient(top, #94a5c5 5%, #3c4d78 100%);
  background: -o-linear-gradient(top, #94a5c5 5%, #3c4d78 100%);
  background: -ms-linear-gradient(top, #94a5c5 5%, #3c4d78 100%);
  background: linear-gradient(to bottom, #94a5c5 5%, #3c4d78 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#94a5c5', endColorstr='#3c4d78', GradientType=0);
  background-color: #94a5c5;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #3c4d78;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0px -1px 0px #3c4d78;


}

.promo-text h4 {
  color: #ffc000;
}

.button-p {
  position: relative;
  top: -40px;
  float: right;
  margin-right: 35px;
}

.btn-p a {
  background: url(../images/common/btn-playnow.jpg) repeat-x;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #b70000;
  padding: 6px 15px;
  text-shadow: 2px 2px #000;
  color: #fff;
}

.btn-p a:hover {
  ;
  background: url(../images/common/btn-playnow2.jpg) repeat-x;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #b70000;
  padding: 6px 15px;
  text-shadow: 2px 2px #000;
  color: #fff;
  text-decoration: none;
}

.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;



  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.container {
  /*background: #e74c3c;*/
  min-height: 100%;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 100000000000;
  opacity: 1;
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #fff;
  background: #e74c3c;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}

.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.modal-header h4 {
  color: #000;
}

color-b {
  color: #000;
}

.mob-txtfield2 {
  width: 150px;
  height: 26px;
  padding: 0 5px;
  border-radius: 4px;
  background: #FFFFFF;
  border: none;
  color: #333333;
  border: 1px solid #A7A5A5;
}

.padding-button {
  margin-left: 25px;
}

.mob-formTable3 tr > th {
  background-color: #310B0B;
  padding: 3px 5px;
  border: 1px solid #d31a1a;
}

.mob-formTable3 {
  border: 1px solid #666666;
  border-collapse: collapse;
  background-color: #820202;
}

.mob-formTable3 tr > td {
  padding: 2px 5px;
  border: 1px solid #d31a1a;
}

sup {
  font-size: 50%;
  vertical-align: middle;
}

.subpage-content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.subpage-content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.subpage-content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.subpage-content li ol > li {
  margin: 0;
}

.subpage-content li ol > li:before {
  content: counters(item, ".") " ";
}

.subpage-content .contact {
  padding-left: 10px;
  padding-right: 10px
}

/*---*/
.contact img {
  margin-right: 5px;
  margin-left: 7px;
}

.regList {
  width: 255px;
  height: 25px;
  border: none;
  color: #333333;
  padding: 0 5px;
  border-radius: 3px;
  margin-bottom: 10px;
}

input.regTxtbox {
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #B22710;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 255px;
}

span.regDescrip {
  line-height: 14px;
  position: relative;
  xtop: -4px;
  font-size: 12px;
}

.btn-joinnow2 {
  height: 35px;
  background: url(../images/common/btn-joinnow.jpg) repeat-x;
  font-size: 15px;
  font-weight: bold;
  border: none;

  border-radius: 4px;
  color: #000000;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
  padding: 6px 20px;
}

table.regTable {
  font-size: 14px;
}

input.regCode {
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #B22710;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 200px;
}

.hint {}

.font12 {
  font-size: 11px;
}

.errMsg {
  color: red;
}

/****add*****/
.promo-butt img {
  width: 1000px;
  display: block;
  margin: auto;
}

/****************************
****** Modal CSS ******
****************************/

.text-center .padding-button {
  margin-top: 5px;
}

.modal-bg {
  background: url(../images/common/frame.html) no-repeat center;
  /* height:181px; */
  /* width:181px; */
  display: block;
  margin: auto;
}

.modal-bg img {
  height: 108px;
  margin-top: 18px;
}

.modal-bg h4 {
  font-size: 14px;
  margin-top: 5px;
  color: #FF1F1F;
  font-weight: bold;
  text-transform: uppercase;
}

.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.89);
  background-clip: padding-box;
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(245, 198, 10, 1);
  -moz-box-shadow: 0px 0px 35px 0px rgba(245, 198, 10, 1);
  box-shadow: 0px 0px 35px 0px rgba(245, 198, 10, 1);
}

.modal-dialog {
  margin-top: 5%;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  background-color: #f8e072;
  padding: 4px 8px;
  opacity: .9;
}

button.close {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #F8E072;
  padding: 4px 8px;
  border: 0;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.color-b {
  color: #fff;
}

.modal-header h4 {
  color: #fff;
}

#poker2 .modal-dialog {
  width: 835px;
}

.mobile-list .subpage-title {
  padding: 0px 0px 10px 0px;
}

.mobile-list ul {
  margin: 0px;
  padding: 0px;
}

.mobile-list ul li {
  list-style: none;
  float: left;
  box-shadow: 0px 0px 10px #a60a0a;
  position: relative;
  margin-left: 23px;
  border: 1px solid #a60a0a;
  margin-bottom: 20px;
}

.mb-list-dl {
  position: absolute;
  bottom: 3px;
  width: 100%;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}

.mobile-list {
  padding: 10px 22px;
  display: inline-block;
}

.mobile-list ul li:nth-child(3n + 1) {
  margin: 0px;
}

.mb-list-in {
  display: flex;
  border: 1px solid #c00b0b;
  padding: 2px 10px;
  background: rgba(179, 0, 0, 1);
  background: -moz-linear-gradient(top, rgba(179, 0, 0, 1) 0%, rgba(77, 1, 1, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 0, 0, 1)), color-stop(100%, rgba(77, 1, 1, 1)));
  background: -webkit-linear-gradient(top, rgba(179, 0, 0, 1) 0%, rgba(77, 1, 1, 1) 100%);
  background: -o-linear-gradient(top, rgba(179, 0, 0, 1) 0%, rgba(77, 1, 1, 1) 100%);
  background: -ms-linear-gradient(top, rgba(179, 0, 0, 1) 0%, rgba(77, 1, 1, 1) 100%);
  background: linear-gradient(to bottom, rgba(179, 0, 0, 1) 0%, rgba(77, 1, 1, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b30000', endColorstr='#4d0101', GradientType=0 );
}

.dl-txt {
  flex: 1 0 auto;
  color: #f8d202;
  text-shadow: -1px 3px 0px black;
  font-weight: bold;
  padding-top: 2px;
}

.dl-ico .fa {
  font-size: 21px;
  margin-left: 5px;
  color: #fff;
}

.btn-button .btn-primary {
  color: #fff;
  background-color: #dc1316;
  border-color: #dc1316;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.btn-button .btn-primary:hover {
  color: #fff;
  background-color: #8c1012;
  border-color: #8c1012;
}

.btn-button .btn-primary:active:hover, .btn-button .btn-primary.active:hover,
.open > .dropdown-toggle.btn-button .btn-primary:hover, .btn-button .btn-primary:active:focus,
.btn-button .btn-primary.active:focus, .open > .dropdown-toggle .btn-button .btn-primary:focus,
.btn-button .btn-primary:active.focus, .btn-button .btn-primary.active.focus,
.open > .dropdown-toggle .btn-button .btn-primary.focus {
  color: #fff;
  background-color: #8c1012;
  border-color: #8c1012;
}

.btn-button button {
  display: block;
  margin: 0px auto;
  margin-top: 5px;
}

.btn-button .modal-bg {
  background: url(../images/common/frame.html) no-repeat center;
  display: block;
  margin: auto;
}

.btn-x .close {
  color: #fff;
  background: none;
  font-size: 30px;
  margin-top: -6px;
  font-weight: normal;
}

.modal-table .table {
  width: auto;
}

.eg-img img {
  height: 160px;
}

.btn-eg {
  background: #dc1316;
  border-color: #dc1316;
  display: inherit;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 14px;
}

span.osx {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin-right: 5px;
}

/************31/07/2018*********************/
.index-bg {
  background: #4a0001 url(../images/index-bg.jpg) top center no-repeat;
  height: 727px;
}

.banner-game {
  position: relative;
}

.frame-login {
  position: absolute;
  top: 22px;
  right: 15px;
  background: url(../images/common/frm.png) no-repeat;
  width: 357px;
  height: 517px;
  padding: 35px;
}

.title-kiss h3 {
  color: #ffae00;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.title-kiss p {
  color: #ffae00;
  font-weight: bold;
  text-align: center;
}

.lgn-detail {
  border: 1px solid #b89e7c;
  background: #603f04;
  padding: 4px 30px;
  margin: 12px 0px;
}

.qr-detail {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.btn-and {
  background: #449d44;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px 0px;
  border-radius: 5px;
  margin-top: 10px;
}

.btn-and i {
  font-size: 30px;
  vertical-align: top;
}

.btn-and span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.btn-ios {
  background: #ec971f;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px 0px;
  border-radius: 5px;
  margin-top: 10px;
}

.btn-ios i {
  font-size: 30px;
  vertical-align: top;
}

.btn-ios span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.btn-jnow {
  background: url(../images/common/btn-jnow.png) no-repeat;
  padding: 14px;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
}

a.btn-guide {
  display: block;
  text-align: center;
  margin-top: 5px;
  text-decoration: underline;
}

.btn-jnow:hover {
  color: #fdc71e;
  text-decoration: none;
}

a.btn-guide:hover {
  color: #fdc71e;
}

.btn-and:hover {
  background: #ec971f;
  color: #fff;
}

.btn-ios:hover {
  background: #449d44;
  color: #fff;
}

.suite-title {
  display: block;
  color: #ffae00;
  font-weight: bold;
}

.suite-title span {
  float: left;
}

.win-game {
  display: grid;
  padding: 30px 20px;
}

.suite-title h2 {
  color: #ffae00;
  font-weight: bold;
  text-shadow: 0 2px 1px black;
  padding-top: 5px;
  padding-left: 5px;
}

.kiss-tab ul {
  display: block;
  width: 100%;
}

.kiss-tab {
  display: inline-block;
  width: 100%;
  background: #000;
  margin-top: 10px;
  margin-bottom: 40px;
}

.kiss-tab .nav-tabs li {
  float: left;
  border: none;
}

.kiss-tab .nav-tabs > li.active > a, .kiss-tab .nav-tabs > li.active > a:hover {}

.kiss-tab .nav-tabs li a {
  margin: 0px;
  padding: 0px;
  background: url(../images/common/tab-v.png) no-repeat;
  border: none;
  width: 225px;
  height: 43px;
}

.kiss-tab .nav-tabs > li.active > a {
  background: url(../images/common/tab-a.png) no-repeat;
  z-index: 6;
}

.tab-in {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.kiss-tab .nav-tabs li:nth-child(2) {
  left: -42px;
  z-index: 3;
}

.kiss-tab .nav-tabs li:nth-child(3) {
  left: -78px;
}

.kiss-tab .nav-tabs li.active a:first-child {
  z-index: 1;
}

.kiss-tab .nav-tabs li:first-child {
  z-index: 5;
}

.kiss-tab ul {
  background: #7a0901;
}

.kiss-tab .nav-tabs > li.active > a, .kiss-tab .nav-tabs > li.active > a:hover,
.kiss-tab .nav-tabs > li.active > a:focus {
  border: none;
}

.gameplay-left {
  float: left;
}

.gameplay-right {
  float: left;
  padding: 5px 20px;
}

.gameplay-title {
  color: #ffc600;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.wrap-games {
  background: #4a0101;
  border: 1px solid #d31a1a;
  margin-top: 10px;
  padding-bottom: 17px;
}

.hovereffect {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  width: 227px;
  margin-left: 17px;
  margin-top: 17px;
  float: left;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.hovereffect a.btn-playnow {
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  background-color: #e30000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: -22px;
  margin-left: -45px;
  padding: 10px;
  font-size: 18px;
  xwidth: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hovereffect a.btn-playnow:hover {
  background: #fa2323;
}

.hovereffect:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover a.btn-playnow {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.wrap-account {
  background: #444444;
  padding: 10px;
}

.title-account {
  font-size: 14px;
}

.table-account {
  border-collapse: collapse;
  background: #313131;
  border: 3px solid #3b3b3b;
}

.table-account > tbody > tr > td {
  border: 1px solid #3b3b3b;
  padding: 5px;
  font-size: 14px;
}

.wrap-winner {
  background: #444444;
  padding: 0 15px;
  height: auto;
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

#btmlogo {
  background: none;
  margin-top: 30px;
}

.pwer {
  float: left;
  width: 70%;
}

.pwerinfo {
  float: left;
  width: 30%;
  padding-left: 20px
}

.pwer2 {
  float: left;
}

.informasilink:hover {
  color: #d4652e;
}

.btmbannertext {
  height: 30px;
  font-size: 18px;
}

.btmcasinotext {
  background-image: linear-gradient(to bottom, #9E0001, #530000, #090000);
  height: 30px;
  font-size: 12px;
}

.button_left_download {
  width: 175px;
  height: 55px;
  margin-left: -60px;
  margin-top: 60px;
  background-color: red;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari 3-8 */
  transform: rotate(90deg);
  border: none;
}

.list_menu2{
margin-left:0px !important;
}

@media only screen and (max-width: 700px) {
  .mobile-hide {
    display: none !important;
  }
}

.contactid {
  color: yellow;
}

.fdw-background {
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  margin-top: -25px;
  width: 100%;
  height: 100%
}

.fdw-background h4 {
  font-size: 20px;
  font-family: dosis, sans-serif;
  text-align: center;
  padding-top: 100px;
  color: yellow;
}

.da-thumbs {
  list-style: none;
  width: 100%;
  height: auto;
  position: relative;
  margin: 20px auto;
  padding: 0;
}

.da-thumbs li {
  float: left;
  margin: 0px;

  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
}

.da-thumbs li a {
  overflow: hidden;
}

.da-thumbs li a div {
  position: absolute;
  background: #333;
  background: rgba(0, 0, 0, 0.9 );
  width: 100%;
  height: 100%;
}

.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 40px 20px 20px 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
}

.mobile-play-now-top {
  background-color: black;
  width: 300px;
}

.mobiletab {
  overflow: hidden;


}

/* Style the buttons that are used to open the tab content */
.mobiletab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

/* Create an active/current tablink class */
.mobiletab button.active {
  background-color: #CA000A;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;

  border-top: none;
}

.mobile-playnow-btn {

  background-image: linear-gradient(to bottom, #580000, #3F0000, #310000);
  background-image: -webkit-linear-gradient(top, #580000, #3F0000, #310000);

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 0px solid #CA000A;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 19px;
  padding: 9px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #CA000A;
}

.buttonblue {
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
  background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0);
  background-color: #007dc1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
  margin-top: -2px;
}

.buttonblue:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
  background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1', GradientType=0);
  background-color: #0061a7;
}

.buttonblue:active {
  position: relative;
  top: 1px;
}

.buttongreen {
  -moz-box-shadow: inset 0px 1px 0px 0px #3e7327;
  -webkit-box-shadow: inset 0px 1px 0px 0px #3e7327;
  box-shadow: inset 0px 1px 0px 0px #3e7327;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
  background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
  background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352', GradientType=0);
  background-color: #77b55a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #4b8f29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  padding: 5px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #5b8a3c;
  margin-top: -2px;
}

.buttongreen:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
  background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
  background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  text-decoration: none;
  color: yellow;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a', GradientType=0);
  background-color: #72b352;
}

.buttongreen:active {
  position: relative;
  top: 1px;
}

.listgames a:hover {
  text-decoration: none;
  color:yellow;
}

.listgames img {
  border-radius: px;
  text-align: center;
}

.playnow {
  -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
  box-shadow: inset 0px 1px 0px 0px #f5978e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
  background-color: #f24537;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 2px;
  border: 1px solid #d02718;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 20px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
}

.playnow:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
  background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
  background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  text-decoration: none;
  color: yellow;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537', GradientType=0);
  background-color: #c62d1f;
}

.playnow:active {
  position: relative;
  top: 1px;
}

#overlay {
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8; /* also -moz-opacity, etc. */
  z-index: 10;
}

#loader1 {
  margin: 0 auto;
  width: 50px;
  position: absolute;
  top: 45%;
}

#squaresWaveG {
  position: relative;
  height: 18px;
  margin: auto;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #ffd800;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffd800 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}

.buttonred {
  -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
  box-shadow: inset 0px 1px 0px 0px #cf866c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
  background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
  background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315', GradientType=0);
  background-color: #d0451b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #942911;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #854629;
  padding: 6px;
}

.buttonred:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
  background: -moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: -ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  color: yellow;
  text-decoration: none;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
  background-color: #bc3315;
  border: 0px;
}

.buttonred:active {
  position: relative;
  top: 1px;
}

.buttondarkred {
  -moz-box-shadow: inset 0px 1px 0px 0px #a85032;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a85032;
  box-shadow: inset 0px 1px 0px 0px #a85032;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cc2900), color-stop(1, #520000));
  background: -moz-linear-gradient(top, #cc2900 5%, #520000 100%);
  background: -webkit-linear-gradient(top, #cc2900 5%, #520000 100%);
  background: -o-linear-gradient(top, #cc2900 5%, #520000 100%);
  background: -ms-linear-gradient(top, #cc2900 5%, #520000 100%);
  background: linear-gradient(to bottom, #cc2900 5%, #520000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc2900', endColorstr='#520000', GradientType=0);
  background-color: #cc2900;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #611202;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  padding: 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #591d03;
}

.buttondarkred:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #520000), color-stop(1, #cc2900));
  background: -moz-linear-gradient(top, #520000 5%, #cc2900 100%);
  background: -webkit-linear-gradient(top, #520000 5%, #cc2900 100%);
  background: -o-linear-gradient(top, #520000 5%, #cc2900 100%);
  background: -ms-linear-gradient(top, #520000 5%, #cc2900 100%);
  background: linear-gradient(to bottom, #520000 5%, #cc2900 100%);
  text-decoration: none;
  color: yellow;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#520000', endColorstr='#cc2900', GradientType=0);
  background-color: #520000;
}

.buttondarkred:active {
  position: relative;
  top: 1px;
}

.lds-ring-sm {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
}

.lds-ring-sm div {
  box-sizing: border-box;
  font-size: 8px !important;
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: 0px;
  border: 6px solid #ffd800;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffd800 transparent transparent transparent;
}

.lds-ring-sm div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring-sm div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring-sm div:nth-child(3) {
  animation-delay: -0.15s;
}

.exo-menu {
  float: left;
  list-style: none;
  position: absolute;
  padding-left: 0px;
  clear: left;
  margin-top: 10px;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#3d1002', GradientType=0 );

}

.exo-menu > li {
  display: inline-block;
  float: left;
  margin-left: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.exo-menu > li > a {
  height: 40px;
  width: 170px;
  font-weight: bold;
  font-size: 15px;
  padding: 4px 10px 0 10px;
  color: #fddf96;
  vertical-align: middle;
  line-height: 35px;
  text-align: center;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.8s linear, background 0.2s linear;
  -moz-transition: color 0.8s linear, background 0.2s linear;
  -o-transition: color 0.8s linear, background 0.2s linear;
  transition: color 0.8s linear, background 0.2s linear;
}

.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  background: #2c0202;
  color: #fddf96;
  background-color: #484545;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}

.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}

li.drop-down,
.flyout-right,
.flyout-left {
  position: relative;
}

li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}

li.drop-down > ul {
  left: 0px;
  min-width: 230px;

}

.drop-down-ul {
  display: none;
}

.flyout-right > ul,
.flyout-left > ul {
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a ,
.flyout-left ul > li > a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.8s linear, background 0.8s linear;
  -moz-transition: color 0.8s linear, background 0.8s linear;
  -o-transition: color 0.8s linear, background 0.8s linear;
  transition: color 0.8s linear, background 0.8s linear;
}

.flyout-right ul > li > a ,
.flyout-left ul > li > a {
  border-bottom: 1px dotted #B8C7BC;
}

/*Flyout Mega
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display:none;
  height: 100%;
  padding: 15px;
  min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}

  */
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display: none;
  padding-bottom: 0px;
  padding-top: 0;
  min-height: 100%;
  width: 1035px;
  z-index: 9999999;

}

h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
}

.mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}

ul.stander li a {
  padding: 3px 0px;
}

ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}

ul.description li span {
  color: #ccc;
  font-size: 85%;
}

a.view-more {
  border-radius: 1px;
  margin-top: 15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}

a.view-more:hover {
  color: #fff;
  background: #0DADEF;
}

ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009FE1;
  line-height: 35px !important;
}

ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}

/*Blog DropDown*/
.Blog {
  left: 0;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}

.Blog .blog-title {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;

}

.Blog .blog-des {
  color: #ccc;
  font-size: 90%;
  margin-top: 15px;
}

.Blog a.view-more {
  margin-top: 0px;
}

/*Images*/
.Images {
  left: 0;
  width: 100%;
  display: none;
  color: #fefefe;
  padding-top: 15px;
  background: #547787;
  padding-bottom: 15px;
}

.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}

/*common mega menu background */
.flyout-right ul > li > a ,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left > ul:hover,
li.flyout-right > ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover + ul,
li.flyout-right a:hover + ul,
.blog-drop-down > a:hover + .Blog,
li.drop-down > a:hover + .drop-down-ul,
.images-drop-down > a:hover + .Images,
.mega-drop-down a:hover + .mega-menu,
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
}

/*responsive*/
@media (min-width:767px) {
  .exo-menu > li > a {
    display: block;
    padding: 20px 22px;
  }

  .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
  .flyout-left > ul, li.drop-down > ul {
    z-index: 9999999;
    position: absolute;
  }

  .flyout-right > ul {
    left: 100%;
  }

  .flyout-left > ul {
    right: 100%;
  }
}

@media (max-width:767px) {

  .exo-menu {
    z-index: 9999999;
    min-height: 58px;
    background-color: #23364B;
    width: 100%;
  }

  .exo-menu > li > a {
    width: 100% ;
    display: none ;

  }

  .exo-menu > li {
    width: 100%;
  }

  .display.exo-menu > li > a {
    display: block ;
  }

  .mega-menu, .Images, .Blog, .flyout-right > ul,
  .flyout-left > ul, li.drop-down > ul {
    z-index: 9999999;
    position: relative;
  }
}

a.toggle-menu {
  position: absolute;
  right: 0px;
  padding: 20px;
  font-size: 27px;
  background-color: #ccc;
  color: #23364B;
  top: 0px;
}

.navbar-nav li {
  z-index: 999;
}

.menuproduk {
  display: block;
  width: 170px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}

.menuproduk:hover {
  cursor: pointer;
  background-color: #200000;
}

.bgoverlay {
  background-image: url('../images/bgoverlay.png');
}

.produkhover:hover {
  background-color: black;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* navigationbarhover container */
.navigationbarhover {
  overflow: hidden;

}

/* Links inside the navigationbarhover */
.navigationbarhover a {
  float: left;
  display: block;
  height: 40px;
  width: 180px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  padding: 4px 10px 0 10px;
  background: transparent;
  text-decoration: none;
  vertical-align: middle;
  line-height: 35px;
  text-align: center;
}

/* The dropdown container */
.navbarhover-dropdown {
  float: left;
  overflow: hidden;
  float: left;
  display: inline;
  margin-left: 1px;
  padding-right: 5px;
  padding-left: 5px;

}

/* Dropdown button */
.navbarhover-dropdown .dropbtn {

  display: block;
  height: 40px;
  width: 180px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  padding: 4px 10px 0 10px;
  background: transparent;
  text-decoration: none;
  vertical-align: middle;
  line-height: 35px;
  text-align: center;





}

/* Add a red background color to navigationbarhover links on hover */
.navigationbarhover a:hover, .navbarhover-dropdown:hover .dropbtn {
  background-color: #484545;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  width: 1035px;

  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the dropdown menu on hover */
.navbarhover-dropdown:hover .dropdown-content {
  display: block;
  background-color: #484545;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.jcarousel-wrapper {
  margin: auto;
  position: relative;
  width: 880px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;



}

/** Carousel **/

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {

  float: left;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px / 27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
  left: 15px;
}

.jcarousel-control-next {
  right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;

  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;

  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;

  margin-right: 7px;


  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;

  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}

.center {
  display: block;

  width: 50%;
}

.jcarousel-wrapper {

  margin: auto;
  position: relative;
  width: 880px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jcarousel {

  position: relative;
  overflow: hidden;
  width: 100%;

}

.btmbanner {

  padding: 14px 0 4px 0px;

}

.m10{
  margin-left:10px;
  margin-right:10px;
}

.p10{
  padding-left:10px;
  padding-right:10px;
}

div.menuitem {
    vertical-align: top;
    float:left;
    text-align: center;
    width: 80px;
}

.menuitem .caption{
  margin-top:5px;
}

.mtop320{
  margin-top:320px;
}

.arrangebanner{
  text-align: center;
  padding-top:8px; width:892px; margin:0 auto;
}

.arrangebanner .promotions{
  margin-bottom:8px;
}

#clockbox {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    width: 150px;
    position: relative;
    padding: 5px 5px 10px 10px;
}

marquee {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-shadow: 0 1px 5px #000;
    z-index: 999;
    width: 800px;
    margin-left: 150px;
    margin-top: -28px;
    position: absolute;
}

.bgtransparan85 {
    background-color: rgba(0, 0, 0, 0.90);
}

.bgtransparan{
background-color: rgba(0, 0, 0, 0.65);
}

.running-txt {
}

.running-txt {
    width: 100%;
    height: 25px;
    margin: 5px auto;
}


.listgames:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, .5);
}

.buttonplay button{
 border:none;
 width:95px !important;
}

.buttonplay a, .buttondemo a, .buttonplay a:hover, .buttondemo a:hover, .buttondemo button, .buttonplay button:hover, .buttonplay button, {
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}


.listgames img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.listgames:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listgames {
  overflow: hidden;
}

.listgames img {
  border-radius: px;
  text-align: center;
  z-index: 9;
}

.buttonplay {
  position: absolute;
  margin: 0px auto;
  left:35px;
  top: 40%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.listgames button{
  z-index:999;
}

.buttonplay a:hover, .buttonplay button:hover,  {
  background: #ff9000;
}
.buttondemo a:hover {
  background: #ff9000;
}

.buttonplay a, .buttonplay button {
  margin: auto;
  width: 50%;
  padding: 5px 15px;
  background:#4CAF50;
  text-align: center;
  color: white;

  z-index: 99;
}

.listgamerow{
  padding: 5px;
}

.listgames:hover .buttonplay {
  opacity: 1;
}

.rowgames{
/*border:1px solid #da000a; */
margin-bottom:20px;
}


.buttondemo {
  position: absolute;
  margin: auto;
  left:30px;
  top: 90px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.buttondemo a {
  margin: auto;
  width: 50%;
  padding: 5px 30px;
 background:grey;
  text-align: center;
  color: white;

  z-index: 99;
}

.listgames:hover .buttondemo {
  opacity: 1;
}


.divcontact{
  margin:0px auto;
  width:90%;
  border:none;
}


.field.field--button {
    flex-basis: 25%;
}
.field {
    width: calc(100% - 10px);
    position: relative;
    background-color: #86C842;
}

.field.field--button:after {
    border-bottom: 60px solid #86C842;
}
.field:last-child:after {
left: -15px;
    /*border-bottom: 38px solid #F9D838; */
    border-bottom: 38px solid #86C842;
    border-left: 15px solid transparent;
}
.field:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
}

.sideplaynow{
	cursor:pointer; font-weight:bold;
	text-align:center; position:absolute;
	color:white; font-size:16px ;
	height:38px; line-height:38px; width:150px; margin-top:-5px
}

.sideplaynow:hover{
	text-decoration:none;
}

.field:hover {
    background-color: #0595cb;
	color:white;
}

.field.field--button:hover:after {
    border-bottom: 60px solid #0595cb;
}
.field:last-child:hover:after {
    border-bottom: 38px solid #0595cb;
}
.label-memo{
  color:white; display: block; font-size:11px;
  text-align: center; position:absolute; line-height: 20px;
  background-color:red; margin-top:-20px;
  border-radius:10px; margin-left:62px;
  width:20px;
  height:20px;
}
