body {
	background:#000;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	font-family: 'Myriad Pro';
}

.header-top {
	padding: 5px 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.logo {
	width: 60%;
	max-width: 450px;
	display: block;
	margin: auto;
}

.logo img {
	width: 100%;
	max-width: 450px;
}

.main-menu {
	padding: 0px;
	margin: 0px;
	background: #000;
	margin-top: 5px;
}

.main-menu li {
	width: 100%;
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-menu li a {
	width: 100%;
	padding: 7px 15px;
    display: block;
	font-size: 16px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
    background-position: right center;
	cursor: pointer;
	line-height: 22px;
	color: #fff;
	text-decoration: none;
	border-top: 2px solid #d08e29;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.main-menu li:last-child a {
	border-bottom: 2px solid #d08e29;
}

.main-menu li a.active {
	background-image: url(../images/arrow-bottom.png);
	color: #FF0;
}

.mobile-icon {
    float: left;
    margin-right: 8px;
	height: 50px;
	width: 50px;
}

.mobile-menu-1 {
    display: block;
    font-size: 17px;
	line-height: 25px;
}

.mobile-menu-2 {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
	font-weight: bold;	
}

.running-text {
	padding: 5px;
	padding-bottom: 7px;
	background-image: url(../images/bg-infobar.jpg);
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 100% 100%;
	padding-top: 5px;
	padding-bottom: 3px;
}

.runningtext_content {
	border-radius: 4px;
	padding-top: 3px;
    height: 17px;
}

.content {
	padding: 5px;
	padding-bottom: 7px;
}

.content h1{
	text-align: center;
}

h2 {
	font-size: 26px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.list-contact {
	padding: 0px;
	display: table;
	margin: auto;
	list-style: none;
}
	
.list-contact li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 10px 5px;
	display: inline-block;
}

.list-contact li table {
	margin-left: 20px;
}

.contact-img img {
	width: 40px;
}

.contact-jenis {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 3px;
	font-size: 15px;
	vertical-align: top;
}

.contact-value {
	vertical-align: top;
	font-size: 15px;
	vertical-align: top;
}


.list-games {
	padding: 0px;
	display: table;
	margin: auto;
	margin-top: 8px;
}
	
.list-games li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33333%;
	display: inline-block;
	text-align: center;
	padding: 10px 0px;
}

.list-games li a {
	display: block;
	margin: auto;
}

.produk-sportsbook {
	width: 113px;
	height: 115px;
	background: url("../images/games-sportsbook.png") #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: table;
}

.produk-casino {
	width: 113px;
	height: 115px;
	background: url("../images/games-casino.png") #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: table;
}

.produk-tangkas {
	width: 113px;
	height: 115px;
	background: url("../images/games-tangkas.png") #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: table;
}

.produk-poker {
	width: 113px;
	height: 115px;
	background: url("../images/games-poker.png") #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: table;
}

.produk-togel {
	width: 113px;
	height: 115px;
	background: url("../images/games-togel.png") #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: table;
}

.produk-ayam {
	width: 113px;
	height: 115px;
	background: url("../images/games-ayam.png") #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: table;
}

.footer-wrap {
}

iframe {
	display: table;
	margin: auto;
	width: 100%;
	background: rgba(256,256,256,0.9);
}
.copyright {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 0px;
}

.chat-whatsapp {
	display: table;
	margin: auto;
}

.barcodeovo {
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.imgovo {
    margin: auto;
    width: 150px;
    display: table;
}


.form-horizontal {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Myriad Pro';
}

.form-horizontal .form-group::before {
	content: " ";
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-sm-4 {
    width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-sm-8 {
    width: 66.66666667%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
	padding: 7px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #272b30;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	-webkit-transition: border-color ease-in-out .15s,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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    margin: 0;
	-webkit-transition: border-color ease-in-out .15s,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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-horizontal .form-group::after {
	clear: both;
	content: " ";
	display: table;
	-webkit-transition: border-color ease-in-out .15s,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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-sm-offset-4 {
	margin-left:33.33333333%;
}

.btn-primary {
  background-image: linear-gradient(to right, #fdfcf9 0%, #b0a29c 51%, #bbb 100%);
  flex: 1 1 auto;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: black;
	box-shadow: 0 0 10px #6f5353;
	border-radius: 10px;
	font-weight: bold;
	letter-spacing: 2px;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  text-shadow: 0px 1px 3px #fff;
  font-family: Arial;
  font-size: 15px;
  padding: 8px 19px;
  text-decoration: none;
}

.btn-primary:hover {
  background-position: right center; /* change the direction of the change here */
}


.rowinput {
	margin-top: 10px;
	padding: 0px 4px;
}

.rowinput input:focus, .rowinput select:focus {
	border: 1px solid #F00;
	box-shadow: 0px 0px 10px #F00;
}

.rowbutton .btn-primary {
	flex: 1 1 auto;
	margin: 10px;
	padding: 5px 30px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: black;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px #6f5353;
	border-radius: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}

/* Demo Stuff End -> */

/* <- Magic Stuff Start */

.rowbutton .btn-primary:hover {
  background-position: right center; /* change the direction of the change here */
}

.rowbutton .btn-primary {
  background-image: linear-gradient(to right, #fdfcf9 0%, #b0a29c 51%, #bbb 100%)
}

.customalert {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* customalert Content */
.customalert-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 550px;
  max-width: 90%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.customalert-header {
  padding: 2px 16px;
  background-color:#333;
  color:white;
  padding-top: 9px;
  text-align: center;
padding-bottom: 10px;
}

.customalert-header img {
	width: 45%;
}
.customalert-body {padding: 2px 16px; color: #000;}

.content-mobile {
	max-width: 700px;
	margin: auto;
}