/* BODY STYLE */
* {
	box-sizing: border-box;
}
body {
	background-image: url("/Images/mainbg.jpg");
	background-size: auto;
    background-position: center top;
    background-color: #070617;
    background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	font-family: Arial;
}
.bodycontainer {
	background-color: rgba(255,255,255, 0.3);
	max-width: 1510px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* POPUP */
.popupbg1modal, .popupbg2modal {
	display: none;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.3);
}
.popup1modal {
	position: fixed;
	z-index: 2;
	left: 50%;
	top: 25%;
}
.popup2modal {
	position: fixed;
	z-index: 2;
	left: 25%;
	top: 25%;
}
.popupmodal-content {
	background-color: black;
	width: 100%;
}
.popupmodalclose {
	float: right;
	margin-right: 5px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
.disablepopup, .popuptitle {color: white;margin:0;}
.popuptitle p {margin:0;}

/* HEADER & BUTTON */
.header {
	background-color: #e0e0e0;
	border-bottom: 2px solid white;
}
.headerbutton {
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
}
.contact {
	max-width: 455px;
}
.register_btn, .login_btn {
	cursor: pointer;
	border-radius: 2px;
	max-width: 90px;
}
.download_btn {
    display: none;
    cursor: pointer;
}
.referral_btn {
    cursor: pointer;
}
/* HEADER LOGO */
.headerlogo {
	width: 100%;
	max-width: 360px;
	margin-left: 20px;
	cursor: pointer;
}

/* NAVBAR MENU */
.sbocasinomenu, .sbominigamemenu {
	display: none;
}
.topnavbg {
/*	background-image: linear-gradient(#4a4c58, #313239);*/
	background-color: #313239;
	border-bottom: 5px solid #e7e7e6; 
	overflow: hidden;
}
.topnav {
	margin-top: 15px;
	float: right;
	display: inline-block;
	max-width: 785px;
}
.topnav a{
	float: left;
	padding: 11px 16px;
	cursor: pointer;
}
.topnav a:hover, .dropdown-menu:hover {
	background-color: #313239;
}
.topnav .icon {
	color: white;
	text-decoration: none;
	display: none;
}
.dropdown-menu {
	float: left;
}
.dropdown-menu .dropdownbutton {
	border: none;
	outline: none;
	padding: 11px 16px;
	background-color: transparent;
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 112px;
	z-index: 1;
}
.dropdown-content a {
	float: none;
	font-size: 13px;
	color: black;
	padding: 11px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	background-color: #ddd;
}
.dropdown-menu:hover .dropdown-content {
	display: block;
}

/* SERVICES */
.servicesrow {
	margin-bottom: 5px;
	margin-top: 5px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.servicescolumn {
	flex: 25%;
	max-width: 25%;
	padding: 0px 5px;
}
.servicescolumn img {
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	max-width: 300px;
	transition: transform .3s ease;
}
.servicescolumn img:hover {
	transform: scale(1.1);
}

/* SLIDER */
.carousel_container{display:block;margin-right:auto;margin-left:auto;width:100%; max-width: 1430px}
.carousel{position:relative}.carousel-inner{margin-top:10px;margin-bottom:10px;max-height: 430px;height: 100%;position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center}.carousel-control.left{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:40%;z-index:1;display:inline-block;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:1;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:1;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}

/* PRODUCTS */
.productrow {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.productcolumn {
/*
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px; 
	margin-bottom: 20px; 
	padding: 10px;
*/
	float: left;
	width: 25%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 60px 10px 60px;
}
.row::after {
	content: "";
	clear: both;
	display: table;
}
.product_bg {
	perspective: 1000;
	transform-style: preserve-3d;
}
.product_bg:hover .product_back {
	transform: rotateY(0deg);
}
.product_bg:hover .product_front {
	transform: rotateY(180deg);
}
.product_bg, .product_front, .product_back {
	width: 250px;
	height: 200px;
}
.product_flip {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.product_front, .product_back {
	backface-visibility: hidden;
	transition: 0.5s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}
.product_front {
	transform: rotateY(0deg);
}
.product_back {
	transform: rotateY(-180deg);
}
.sbominigame, .sbocasinogame {
    display: none;
}

/*BUTTON INSIDE THE PRODUCT */
.play, .guide, .sboplay, .mobplay {
	display: inline-block;
	position: absolute;
/*	font-size: 14px;*/
	cursor: pointer;
	text-align: center;
	outline: none;
/*	color: white; */
	background-color: #b30000;
	border-radius: 5px;
	border: 2px solid white;
}
/*
.sboplay {
	left: 35px;
	top: 85px;
	padding: 5px 5px;
}
.play {
	left: 35px;
	top: 85px;
	padding: 5px 10px;
}
*/
.sboplay, .play {
	left: 35px;
	top: 85px;
}
.guide {
	left: 125px;
	top: 85px;
/*	padding: 5px 5px; */
}
.play:hover, .guide:hover, .sboplay:hover, .mobplay:hover {
	background-color: #df0000;
	color: white;
}
.play:active, .guide:active, .sboplay:active, .mobplay:hover {
	transform: translateY(2px);
}
.slot, .mobplay {
	left: 85px;
	top: 85px;
}
.mobplay {
    display:none;
}

/* NEWS, NOTICE, FAQ */
.containerrow {
	padding-bottom: 10px; 
}
.newscolumn {
	float: left;
	width: 40%;
	height: 400px;
	padding: 0px 10px;
}
.noticecolumn, .faqcolumn {
	float: left;
	width: 30%;
	height: 400px;
	padding: 0px 10px;
}
.containerrow:after {
	content: "";
	display: table;
	clear: both;
}

/* NEWS 
.mySlides {display: none;}
.mySlides img {vertical-align: middle;}

.news-slider-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.news-caption {
	max-width: 583px;
	background-color: rgba(0,0,0, 0.6);
	color: #f2f2f2;
	font-size: 14px;
	padding: 5px;
	height: 70px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {from {opacity: .4}to {opacity: 1}}
@keyframes fade { from {opacity: .4} to {opacity: 1}}

.newstab {
	overflow: hidden;
	background-color: #b30000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.newstab button {
	background-color: transparent;
/*	color: white; 
	float: left;
	border: 1px solid white;
	border-top: none;
	border-right: none;
	border-bottom: none;
	outline: none;
	cursor: pointer;
/*	padding: 14px 16px; 
	transition: 0.3s;
/*	font-size: 12px; 
}
.newstab button:hover {
	background-color: #676767;
}
.newstab button.active {
	background-color: #676767;
}
.newstab button:first-child {
	border: none;
}
.newscontent {
	background-color: white;
	display: none;
	border-top: none;
} */

/* LIVE WITHDRAW & DEPOSIT */
.tcolumn1 {
  width: 100%;
  position:absolute;
  top:0;
  animation: scroll 50s linear 0s infinite; 
}
.tcolumn1 tr {
  width: 100%;
 }
.trow::after {
  content: "";
  clear: both;
  display: table;
}
.trow {
  background-color: #0a1726;
  position:relative;
  overflow:hidden;
  height:155px;
}
.tcolumn tr {
  display:inline-flex;
  border: 1px solid #12202f;
  color:white;
  padding: 6px;
 }
.tcolumn td {
  width: 180px;
  font-size: 14px;
}
.live-name {color:#ffffff}
.live-amount-dp {color:#ff7474}
.live-amount-wd {color:#aa43ff}
.live-date {color:#ffde82}
  @keyframes scroll {
      100% { top: -1900px; }
  }
  
/* NOTICE & FAQ */
.divcontainer {
	width: 100%;
	height: 355px;
	overflow: auto;
	background-color: black;
}
.noticetab, .faqtab {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	background-color: #b30000;
	width: 100%;
}
.noticelist a, .faqlist a {
	width: 100%;
/*	font-size: 12px; 
	font-weight: bold; */
    display: block;
/*	padding: 7px 20px; */
	margin-bottom: 1px;
    text-decoration: none;
    transition: all .3s ease-out;
}
.noticelist a {
	background: #0a1726;
    color: #e1e3b3;
}
.noticelist p {
	margin:0;
}
.faqlist a {
	background: #04213f;
    color: #c4c4c4;
}
.noticelist a:hover{
    background: #333a41;
}
.faqlist a:hover{
    background: #113860;
}

/* 1st FOOTER */
.footer1container {
	width: 100%;
	height: auto;
	background-color: #0a1726;
}
.footer1content {
    max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.footer1container h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 17px;
	padding: 10px 0px 0px 2px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
}
.footer1container ul {
	list-style-type: none;
	margin: ;
	padding: 0;
}
.footer1container ul li {
	color: #999999;
	font-size: 12px;
	cursor: pointer;
	padding: 2px;
}
.footer1container ul li:hover {
	color: white;
}
/*
.about, .products, .bank {
	width: 200px;
	height: auto;
	float: left;
}
*/
.footer1 {
	display: inline-block;
	float: left;
}
.socialmediaicons {
	display: inline-block;
	float: right;
	padding: 0px 18px;
	margin-top: 10px;
	cursor: pointer;
}
.footerlogo { 
	display: inline-block;
	width: 800px;
	height: auto;
	float: right;
	padding: 0px 10px;
}
.footerlogo img {
	cursor: pointer;
	float: right;
}
.license {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}
.license-content {
	background-color: #870000;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 1000px;
	width: 100%;
}
.close_modal1 {
	color: white;
	float: right;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
}
.close_modal2 {
	position: absolute;
	right: 20px;
	top: 18px;
	color: white;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1;
}
.close_modal3 {
	position: absolute;
	right: 20px;
	top: 18px;
	color: black;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1;
}
.clearfix {
	clear: both;
}

/* 2nd FOOTER */
.footer2container {
	text-align: center;
	background-color: #bfbfbf;
	width: 100%;
}
.sportsbooklogo {
	max-width: 1500px;
}