/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/**
 * Main css rule
 */
body {
	font-size: 16px;
	padding: 0;
	line-height: 1.6em;
}

/**
 * Fonts
 */
body,
.play-regular {
	font-family: "PlayRegular",sans-serif;
}
.play-trick h3,
.home-body-title,
.block-title {
	font-family: "PlayRegular",sans-serif;
}
.main-title {
	font-family: "PlayRegular",sans-serif;
}
.play-trick li span,
blockquote,
.mini-title,
.sidebar-item .part-title,
.editor-content ul li span,
.play-bold,
.page-title .the-title  {
	font-family: "PlayBold",sans-serif;
}

/**
 * Basic
 */
 .trim-side {
	padding-left: 0;
	padding-right: 0;
 }
 .trim {
	padding: 0;
	margin: 0;
 }
 .uppercase {
	text-transform: uppercase;
 }
 .overflow-side-15 {
    margin-left: -15px;
    margin-right: -15px;
}
.oversized {
    font-size: 1.2em !important;
}
.oversized-lvl2 {
	font-size: 1.4em !important;
}
.oversized-lvl3 {
	font-size: 1.6em !important;
}
.centered {
    display: table;
    margin: auto;
}
.clear-both {
	clear: both;
}
p img {
    width: 100%;
}
.line-height-12 {
	line-height: 1.2em;
}
.show-when-mobile {
	display: none !important;
}
.rasterized {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
	overflow-wrap: break-word;
}
.row-narrow {
    margin-left: -8px;
    margin-right: -8px;
}
.row-narrow > .col-narrow {
    padding-left: 8px;
    padding-right: 8px;
}

.game-rule-desc {
    border-top: 1px dashed #666;
    display: none;
    padding: 8px 0 5px;
	font-size: 0.8em;
	position: relative;
}
.close-rule-desc {
    background-color: #666;
    cursor: pointer;
    height: 20px;
    line-height: 1.4em;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    width: 20px;
}
/*
.game-rule-desc::after {
    background-color: #666;
    content: "x";
    cursor: pointer;
    height: 20px;
    line-height: 1.4em;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
    width: 20px;
}
*/
.game-rule-desc > p:first-child {
    color: #fdcd01;
}
.game-rule-desc p {
    margin-bottom: 0 !important;
}
/**
 * Shadows & Lighting
 */
.top-light {
	position: relative;
}
.top-light::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: inset 0 64px 66px -51px rgba(255, 255, 255, 0.40);
	-moz-box-shadow: inset 0 64px 66px -51px rgba(255, 255, 255, 0.40);
	-o-box-shadow: inset 0 64px 66px -51px rgba(255, 255, 255, 0.40);
	box-shadow: inset 0 64px 66px -51px rgba(255, 255, 255, 0.40);
	/*x,y,blur,spread*/
}
.top-light::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.40);
	-o-box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.40);
	box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.40);
}
.top-light-simple {
	-webkit-box-shadow: inset 0px 35px 17px -22px rgba(255, 255, 255, 0.40);
	-moz-box-shadow: inset 0px 35px 17px -22px rgba(255, 255, 255, 0.40);
	-o-box-shadow: inset 0px 35px 17px -22px rgba(255, 255, 255, 0.40);
	box-shadow: inset 0px 35px 17px -22px rgba(255, 255, 255, 0.40);
	/*x,y,blur,spread*/
}
 
 /**
  * Specials
  */
.bg-gradation-bluish {
	background: #072b4f; /* Old browsers */
	background: -moz-linear-gradient(top, #072b4f 0%, #315675 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #072b4f 0%,#315675 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #072b4f 0%,#315675 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072b4f', endColorstr='#315675',GradientType=0 ); /* IE6-9 */
}
.brush-bg {
	display: block;
	position: relative;
	z-index: 1;
}
.brush-bg::after {	
	content: "";
	background-image: url('../img/brush-bg-glxgames.com.png');
	background-repeat: no-repeat;
	background-size: 110% auto;
	opacity: 0.7;
	top: 3%;
	left: -9%;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}
.brush-bg-top::after {
	background-position: 3px -4px;
}
.brush-bg-normal::after {
    background-position: center center;
    background-size: auto auto;
    left: 0;
    opacity: 1;
}
.block-title.brush-bg-normal::after {
    background-size: 108% auto;
}
/*
.top-light {
	-webkit-box-shadow: inset 0px 18px 22px -19px rgba(255,255,255,0.75);
	-moz-box-shadow: inset 0px 18px 22px -19px rgba(255,255,255,0.75);
	box-shadow: inset 0px 18px 22px -19px rgba(255,255,255,0.75);
}
*/
/*
.inset-shadow,
.sidebar-menu a {
	-webkit-box-shadow: inset -1px 16px 27px -21px rgba(255,255,255,0.37);
	-moz-box-shadow: inset -1px 16px 27px -21px rgba(255,255,255,0.37);
	box-shadow: inset -1px 16px 27px -21px rgba(255,255,255,0.37);
}
*/
.bg-gradation-softblue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5da8e2+0,1e5799+100&0.24+0,0.48+100 */
background: -moz-linear-gradient(top,  rgba(93,168,226,0.24) 0%, rgba(30,87,153,0.48) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(93,168,226,0.24) 0%,rgba(30,87,153,0.48) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(93,168,226,0.24) 0%,rgba(30,87,153,0.48) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5da8e2', endColorstr='#7a1e5799',GradientType=0 ); /* IE6-9 */
}
.bg-gradation-softblue:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5da8e2+0,1e5799+100&0.24+0,0.68+100 */
background: -moz-linear-gradient(top,  rgba(93,168,226,0.24) 0%, rgba(30,87,153,0.68) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(93,168,226,0.24) 0%,rgba(30,87,153,0.68) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(93,168,226,0.24) 0%,rgba(30,87,153,0.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d5da8e2', endColorstr='#ad1e5799',GradientType=0 ); /* IE6-9 */
}
.bg-gradation-darkblue {
	background: #072b4f; /* Old browsers */
	background: -moz-linear-gradient(top, #072b4f 0%, #083460 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #072b4f 0%,#083460 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #072b4f 0%,#083460 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072b4f', endColorstr='#083460',GradientType=0 ); /* IE6-9 */
	border: 1px solid #072b4f;
}
.bg-gradation-darkblue:hover {
	background: #083460; /* Old browsers */
	background: -moz-linear-gradient(top, #083460 0%, #072b4f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #083460 0%,#072b4f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #083460 0%,#072b4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083460', endColorstr='#072b4f',GradientType=0 ); /* IE6-9 */
	border: 1px solid #072b4f;
}
.mybutton {
	font-family: "PlayBold", sans-serif;
	background-image: none;
    border: 0 none;
    border-radius: 6px;
    text-shadow: none;
	position: relative;
	
	-webkit-box-shadow: inset -40px 77px 25px -74px rgba(255,255,255,1);
	-moz-box-shadow: inset -40px 77px 25px -74px rgba(255,255,255,1);
	box-shadow: inset -40px 77px 25px -74px rgba(255,255,255,1);
}
.mybutton::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
	-webkit-box-shadow: inset 70px -73px 25px -74px rgba(0,0,0,1);
	-moz-box-shadow: inset 70px -73px 25px -74px rgba(0,0,0,1);
	box-shadow: inset 70px -73px 25px -74px rgba(0,0,0,1);
}
.mybutton:hover::before {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.outer-white-glow {
	-webkit-box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.34);
	-moz-box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.34);
	-o-box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.34);
	box-shadow: 0px 0px 5px 3px rgba(255,255,255,0.34);
}
.outer-yellow-glow {
	box-shadow: 0px 0px 21px -4px #F0E354;
	-webkit-box-shadow: 0px 0px 21px -4px #F0E354;
	-moz-box-shadow: 0px 0px 21px -4px #F0E354;
	-o-box-shadow: 0px 0px 21px -4px #F0E354;
}
.homepage .slider-images a {
	position: relative;
	display: block;
}

.homepage .slider-images a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.inner-black-shadow,
.homepage .slider-images a::before {
	-webkit-box-shadow: inset 0px 0px 120px 0px rgba(0,0,0,0.72);
	-moz-box-shadow: inset 0px 0px 120px 0px rgba(0,0,0,0.72);
	box-shadow: inset 0px 0px 120px 0px rgba(0,0,0,0.72);
}

.mybutton-yellow,
a.mybutton-yellow:link,
a.mybutton-yellow:visited,
a.mybutton-yellow:hover {
	background-color: #fdcd01;
	color: #000 !important;
	outline: none;
}
.mybutton-yellow:hover {
	background-color: #fdcd01;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mybutton-red,
a.mybutton-red:link,
a.mybutton-red:visited,
a.mybutton-red:hover {
	background-color: #C31200;
	color: #fff !important;
	outline: none;
}
.mybutton-red:hover {
	background-color: #C31200;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mybutton-green,
a.mybutton-green:link,
a.mybutton-green:visited,
a.mybutton-green:hover {
	background-color: #05D600;
	color: #000 !important;
	outline: none;
}
.mybutton-green:hover {
	background-color: #05D600;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mybutton-blue,
a.mybutton-blue:link,
a.mybutton-blue:visited,
a.mybutton-blue:hover {
	background-color: #097FC5;
	color: #000;
	outline: none;
}
.mybutton-blue:hover {
	background-color: #097FC5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mybutton-orange,
a.mybutton-orange:link,
a.mybutton-orange:visited,
a.mybutton-orange:hover {
	background-color: #E24220;
	color: #000;
	outline: none;
}
.mybutton-orange:hover {
	background-color: #E24220;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mybutton-dark-yellow,
a.mybutton-dark-yellow:link,
a.mybutton-dark-yellow:visited,
a.mybutton-dark-yellow:hover {
	background-color: #FE9900;
	color: #222;
	outline: none;
}
.mybutton-dark-yellow:hover {
	background-color: #FE9900;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.mybutton-large {
	font-size: 1.8em;
    padding: 3px 22px;
}
.mybutton-medium {
    border-radius: 15px;
    font-size: 1.3em;
    padding: 6px 20px;
}
.mybutton-medium-2 {
    border-radius: 15px;
    font-size: 1.1em;
    padding: 10px 20px;
}
.mybutton-medium:before,
.mybutton-medium-2:before  {
	border-radius: 15px;
	-webkit-box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
	-moz-box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
	box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
}
.mybutton-small {
	font-size: 1em;
    padding: 5px 20px;
	border-radius: 10px;
}
.mybutton-tiny {
	font-size: 0.85em;
    padding: 3px 15px;
	border-radius: 6px;
}
.mybutton-small:before {
	border-radius: 10px;
	-webkit-box-shadow: inset 16px -95px 16px -94px rgba(0,0,0,1);
	-moz-box-shadow: inset 16px -95px 16px -94px rgba(0,0,0,1);
	box-shadow: inset 16px -95px 16px -94px rgba(0,0,0,1);
}
.mybutton-tiny:before {
	border-radius: 5px;
	-webkit-box-shadow: inset 33px -89px 28px -95px rgba(0,0,0,1);
	-moz-box-shadow: inset 33px -89px 28px -95px rgba(0,0,0,1);
	box-shadow: inset 33px -89px 28px -95px rgba(0,0,0,1);
}

.mybutton-larger {
	padding-left: 22px;
	padding-right: 22px;
}

.mybutton-bolditalic {
	font-weight: 600;
	font-style: italic;
}

.mybutton-download {
    background-image: url("../../img/icon-spade-card-bolaketangkasan.org.png") !important;
    background-position: right 8px;
    background-repeat: no-repeat;
    background-size: 72px auto;
    border-radius: 20px;
    color: #fff !important;
    font-size: 1.4em;
    padding: 15px 68px 15px 20px;
}
.mybutton-download:hover,
.mybutton-download:visited,
.mybutton-download:link {
	background-position: right 8px;
}
.mybutton-download::before {
	border-radius: 20px;
	-webkit-box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
	-moz-box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
	box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
}
.mybutton-playnow {
    background-image: url("../../img/icon-joystick-bolaketangkasan.org.png") !important;
    background-position: right 7px !important;
    background-repeat: no-repeat;
    background-size: 80px auto;
    border-radius: 20px;
    color: #fff !important;
    font-size: 2.2em;
    padding: 3px 68px 3px 25px;
}
.mybutton-playnow:hover,
.mybutton-playnow:visited,
.mybutton-playnow:link {
	background-position: right 8px;
}
.mybutton-playnow::before {
	border-radius: 20px;
	-webkit-box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
	-moz-box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
	box-shadow: inset 27px -95px 27px -89px rgba(0,0,0,1);
}

.navbutton {
	background-image: none;
    border: medium none;
    font-size: 1em;
    margin: 25px 8px 0;
    padding: 8px 20px !important;
	outline: none;
}
.navbutton-login a {
    margin-left: 22px;
}
.navbutton-blue,
.navbutton-blue:link,
.navbutton-blue:visited {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,54a6e5+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(84,166,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(84,166,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(84,166,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#54a6e5',GradientType=0 ); /* IE6-9 */
}
.navbutton-blue:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54a6e5+0,207cca+49,2989d8+50,1e5799+100 */
	background: rgb(84,166,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(84,166,229,1) 0%, rgba(32,124,202,1) 49%, rgba(41,137,216,1) 50%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(84,166,229,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(84,166,229,1) 0%,rgba(32,124,202,1) 49%,rgba(41,137,216,1) 50%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54a6e5', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	outline: none;
}
.navbutton-red,
.navbutton-red:link,
.navbutton-red:visited {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b1f21+0,db292c+50,cc2023+51,e85a5c+100 */
	background: rgb(155,31,33); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(155,31,33,1) 0%, rgba(219,41,44,1) 50%, rgba(204,32,35,1) 51%, rgba(232,90,92,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(155,31,33,1) 0%,rgba(219,41,44,1) 50%,rgba(204,32,35,1) 51%,rgba(232,90,92,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(155,31,33,1) 0%,rgba(219,41,44,1) 50%,rgba(204,32,35,1) 51%,rgba(232,90,92,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1f21', endColorstr='#e85a5c',GradientType=0 ); /* IE6-9 */
}
.navbutton-red:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e85a5c+0,cc2023+49,db292c+50,9b1f21+100 */
	background: rgb(232,90,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,90,92,1) 0%, rgba(204,32,35,1) 49%, rgba(219,41,44,1) 50%, rgba(155,31,33,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,90,92,1) 0%,rgba(204,32,35,1) 49%,rgba(219,41,44,1) 50%,rgba(155,31,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,90,92,1) 0%,rgba(204,32,35,1) 49%,rgba(219,41,44,1) 50%,rgba(155,31,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85a5c', endColorstr='#9b1f21',GradientType=0 ); /* IE6-9 */
	outline: none;
}

.mini-title {
    font-size: 1.2em;
	margin-bottom: 15px;
}
.sidebar-col .center-block {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 30px 40px;
    width: 80%;
}
.page-login .sidebar-col .center-block {
    padding: 15px 15px 40px;
    width: 240px;
}
.logged-in .center-block {
    padding: 0 !important;
	background-color: rgba(0, 0, 0, 0.8);
    
}
.block-info {
    border: 1px solid #ffe400;
    border-radius: 10px;
    padding: 45px 15px;
}
/*
.logged-in .main-col,
.logged-in .center-block {
	min-height: 830px;
}
*/
.sidebar-col,
.main-col {
    min-height: 500px;
}
.page-deposit-fund .main-col, 
.page-deposit-fund .center-block {
    min-height: 1265px;
}
.page-withdraw-money .main-col, 
.page-withdraw-money .center-block {
    min-height: 1035px;
}
.main-col form {
    padding-top: 15px;
	padding-bottom: 30px;
}
.reset-forgot {
    font-size: 0.8em;
}
.page-download .sidebar-col,
.page-download .main-col {
    min-height: 782px;
}
.page-register .main-col, 
.page-register .sidebar-col {
    min-height: 834px;
}
.btn-register {
    margin-top: 30px;
}
.btn-submit {
    margin-top: 10px;
}
.trim-table {
	display: table;
}
.display-block {
	display: block;
}
.display-inline-block {
	display: inline-block !important;
}
.display-table {
	display: table;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-15x {
    margin-bottom: 15px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.margin-bottom-0x {
	margin-bottom: 0 !important;
}
.margin-top-0 {
	margin-top: 0 !important;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-right-10 {
	margin-right: 10px;
}
.padding-top-0 {
	padding-top: 0 !important;
}
.padding-bottom-0 {
	padding-bottom: 0 !important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
ol {
    padding-left: 18px;
}
.text-left {
    text-align: left !important;
}
.width-30ps {
    width: 30%;
}
.width-60ps {
    width: 60%;
}
.margin-left-5ps {
    margin-left: 5%;
}
.text-splitted {
    letter-spacing: 2px;
}
.text-splitted-soft {
    letter-spacing: 1px;
}
.no-padding {
	padding: 0 !important;
}
.padding-15 {
	padding: 15px !important;
}
.text-outline-black {
   -webkit-text-stroke: 1px #000;
   color: white;
   text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.full-width {
	width: 100%;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
}

/**
 * Forms
 */
.form-control {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 3px;
    color: #4D091C;
    font-size: 1em;
    height: 42px;
    padding: 10px 12px;
	line-height: normal;
}
textarea.form-control {
	line-height: 1.2em;
}
div.form-control {
	line-height: 22px;
	color: #1f1f1f;
}
.message-content.form-control {
    height: auto;
	padding-top: 20px;
}
/*
select.form-control {
	line-height: 2.5em;
}
*/
.inline-wrap > input,
.inline-wrap > img,
.inline-wrap > select,
.inline-wrap > span {
    display: inline-block !important;
}
.form-group-big {
    margin: 30px 0;
}
.form-horizontal .control-label {
    padding-top: 8px;
	font-weight: 300;
}
.form-control::-moz-placeholder {
  color: #1f1f1f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #1f1f1f;
}
.form-control::-webkit-input-placeholder {
  color: #1f1f1f;
}

.navbar-form .form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.navbar-form .form-control:-ms-input-placeholder {
  color: #aaa;
}
.navbar-form .form-control::-webkit-input-placeholder {
  color: #aaa;
}

/*
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgba(0,0,0,0.2);
  opacity: 1;
}
*/

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: rgba(0,0,0,0.6);
  opacity: 1;
  color: #aaa;
}
.field-group-wrap {
    display: table;
    padding: 0 15px;
    width: 100%;
}
.fields-group-title {
    font-size: 1.4em;
    padding: 40px 40px 0;
}
.form-login {
    margin: auto;
    max-width: 440px;
}
select.from, select.to {
    display: inline;
    height: 26px;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
}
.rangelabel {
    margin-right: 10px;
}
.form-range-balance {
    display: table;
    margin: auto;
}
.form-horizontal .control-label.two-line {
    line-height: 1.3em;
    padding-top: 0;
}
label span {
    display: block;
    font-size: 0.7em;
    line-height: 1.2em;
}
.form-segment-title {
    margin: 15px 0;
    padding: 5px 30px;
    position: relative;
	color: #ffcb01;
}
.form-segment-title.trim {
	padding: 0;
}
.form-segment-title.small {
	font-size: 0.9em;
}
.form-segment-title::before {
    background-color: rgba(226, 29, 29, 0.1);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 44%;
}
.form-segment-title span {
    font-size: 1.2em;
    position: relative;
    z-index: 100;
}
input[type="checkbox"], input[type="radio"] {
    position: relative;
    top: 1px;
}
.input-group-addon {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.3) !important;
    font-size: 1em;
}
.narrow-form .form-group {
    margin: 0 auto 15px;
    width: 80%;
}
.input-group-addon.validation {
    padding: 5px;
}
.input-group-addon.choose-game {
    padding: 4px 10px;
	background-color: #000;
	
}
.input-group-addon.choose-game.empty {
    background-color: rgba(255, 255, 255, 0.6);
    width: 0;
	border: medium none;
}
.input-group-addon.choose-game img {
    height: 32px;
}

/**
 * Inbox
 */
.message-list > a {
    border-radius: 5px;
    clear: both;
    color: #fff !important;
    display: table;
    padding: 5px 20px;
    width: 100%;
	position: relative;
}
.message-list > a.unread {
    color: #ffed6b !important;
    padding-left: 40px;
}
.message-list > a.unread::before {
    background-color: #ffe400;
    border-radius: 5px;
    content: "";
    height: 10px;
    left: 20px;
    position: absolute;
    top: 14px;
    width: 10px;
}
.message-list > a + a {
    margin-top: 5px;
}
.message-list > a > div {
    float: left;
	height: 25px;
}
.message-list .msg-from {
    width: 25%;
	padding-right: 15px;
}
.message-list .msg-subject {
    width: 50%;
	padding-right: 15px;
}
.message-list .msg-time {
    font-size: 0.8em;
    width: 20%;
}
.message-list .msg-trash {
    color: #c45252;
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: right;
    width: 5%;
	opacity: 0.7;
}
.message-list .msg-trash:hover {
	color: #c42525;
	opacity: 1;
}

 
/**
 * Curving --> control border radius for side by side part
 */
.left-curving {
	border-radius: 35px 0 0 35px;
}
.top-left-curving {
	border-radius: 35px 0 0 0;
}
.right-curving {
	border-radius: 0 35px 35px 0;
}
.top-right-curving {
	border-radius: 0 35px 0 0;
}
.top-curving {
	border-radius: 35px 35px 0 0;
}
.bottom-curving {
	border-radius: 0 0 35px 35px;
}
.full-curving {
	border-radius: 35px;
}
.even-odd-block > div:first-child {
    border-radius: 35px 0 0;
}
.row-wrap {
	padding: 30px 15px;
}
.row-wrap .row {
	margin: 0;
}
.col-inner {
    padding: 30px 20px;
	display: table;
}
.col-inner.narrow {
    padding: 20px;
}

/*
.even-odd-block > div:last-child {
    border-radius: 0 0 0 35px;
}
*/

/**
 * Coloring
 */
body {
	background-color: #251C17;
	background-image: url("../../img/bg-body-galaxybola.me.jpg");
	background-position: center top;
	background-size: cover;
	color: #fff;
}
/*
body.page {
	background-image: url("../../img/bg-page-bolaketangkasan.org.jpg");
}
*/
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	position: relative;
	z-index: 1000;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .active > a {
    /*background-color: rgba(0, 0, 0, 0.4);*/
	background-color: transparent;
    background-image: none !important;
    box-shadow: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: transparent;
}

.navbar-nav .outstand {
    color: #FFCB01 !important;
}
.glow-yellow,
a, a:hover, a:visited {
    color: #fdcd01;
	outline: none ;
}
a:link {
	outline: none;
}
.account-menu  a,
.account-menu  a:hover
.account-menu  a:visited
.account-menu  a:link,
.sidebar-menu a,
.sidebar-menu a:hover,
.sidebar-menu a:visited,
.sidebar-menu a:link {
	text-decoration: none;
}

.page-title .the-title,
.mini-title,
.sidebar-item .part-title,
.yellow-color,
.account-menu .balance a > span:first-child {
    color: #FFE400; /* light yellow */
}
.dark-yellow-color {
	color: #E1B50C;
}

.red-color {
	color: #C31200;
}
.red-color-2 {
	color: #F74040;
}
.green-color {
	color: #9bfe06;
}
.green-color-2 {
	color: #5AE273;
}
.silver-color {
	color: #b7b7b7;
}
.navbar-toggle {
	background-color: #D8AD00;
	position: relative;
    z-index: 1000;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #D8AD00;
}
.navbar-toggle:hover,
.navbar-toggle:visited {
	background-color: #D8AD00 !important;
}
.white-color,
.account-menu > div a {
	color: #fff;
}

/**
 * pagination & tables
 **/
 .record-pagination > div a {
    background-color: #c4ad00;
    color: #fff;
    padding: 5px 12px;
}
.page-item-number.active > a {
    background-color: #061630;
}
.page-item-number > a:hover,
.page-nav > a:hover {
    background-color: #061630;
	text-decoration: none;
}
.page-nav .fa {
    font-size: 1.4em;
    position: relative;
    top: 2px;
}

.table-instruction {
	display: none;
	line-height: 1.4em;
    margin-bottom: 10px;
}
.tiny-font {
    font-size: 0.7em;
}
.small-font {
    font-size: 0.8em;
	line-height: 1.4em;
}
.record-table {
    margin: 20px 0;
	overflow-y: scroll;
}
.the-table {
    border: 1px solid #aaa;
	width: 560px;
}
/*
.the-table > div.tr + div.tr {
    border-top: 1px solid #aaa;
}
*/
.the-table > div.tr + div.tr > div.td {
    border-top: 1px solid #aaa;
}

#deposit-history.record-table,
#withdraw-history.record-table,
#referral-history.record-table {
    border: 1px solid #aaa;
	height: 140px;
}
#deposit-history .the-table,
#withdraw-history .the-table,
#referral-history .the-table {
    width: auto;
	min-width: 544px;
	border: none;
}
#deposit-history .the-table .td,
#withdraw-history .the-table .td,
#referral-history .the-table .td {
    display: inline-block;
    width: 24% !important;
}
#deposit-history .the-table > div.tr + div.tr > div.td,
#withdraw-history .the-table > div.tr + div.tr > div.td,
#referral-history .the-table > div.tr + div.tr > div.td {
    border-top: none;
}
#deposit-history .the-table > div.tr,
#withdraw-history .the-table > div.tr,
#referral-history .the-table > div.tr {
    border-bottom: 1px solid #aaa;
}
.nodata-in-table {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 58px;
    padding: 0 15px;
    text-align: center;
}
.inline-block {
	display: inline-block;
}

.pagination-wrap {
    display: table;
    margin: 15px 0;
    width: 100%;
}
.record-pagination {
	display: table;
}
.record-pagination > div {
    display: inline-block;
}
.record-pagination > div a {
    background-color: #d8a900;
    color: #fff;
    padding: 5px 12px;
	font-size: 0.8em;
}
/*
.tr {
    padding: 5px 0;
}
*/
.td {
    display: table-cell;
    padding: 10px;
	width: 77px;
	line-height: 1.2em;
	text-align: center;
}
.td.text-right {
	text-align: right;
}
.td.text-left {
	text-align: left;
}
.page-balance-detail .td {
	width: 94px;
}
.th {
    text-align: center;
}
.the-table.small-font .td {
    font-size: 0.7em;
}
.td.expand {
    display: none;
}
.the-table .expand-for-mobile {
    display: none;
}

.the-table div.tr > div:nth-child(1) {
    width: 100px !important;
}
/*
.the-table div.tr > div:nth-child(1),
.the-table div.tr > div:nth-child(2),
.the-table div.tr > div:nth-child(7) {
    text-align: center;
}
*/
.narrow-side-gap {
    padding-left: 10px;
    padding-right: 10px;
}
.line-height-14 {
    line-height: 1.4em;
}

/**
 * per Section
 */
 /* header */
/*
.homepage header .header-top {
    height: 630px;
}
*/
.header-top {
	background-color: #000;
	position: relative;
    z-index: 200;
}
.black-glass-bg {
	background-color: rgba(0, 0, 0, 0.75);
}
.black-glass-bg-soft {
	background-color: rgba(0, 0, 0, 0.5);
}
.navbar-inverse {
    background-image: none;
	background-color: transparent;
	border-color: transparent;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0; 
	font-family: "PlayRegular", sans-serif;
	font-size: 0.8em;
}
.navbar .navbar-nav {
	letter-spacing: 0.05em;
}
.navbar-brand {
	height: auto;
	padding: 16px 15px;
	position: relative;
	z-index: 1000;
	margin-left: -40px;
}
/*
.homepage .navbar-brand {
	display: none;
}
*/
.navbar-brand > img {
    width: 280px;
}
.page-play .container {
	width: 1900px;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
    height: auto;
    padding: 19px 30px 17px;
}
.container > .navbar-header, 
.container-fluid > .navbar-header, .container > .navbar-collapse, 
.container-fluid > .navbar-collapse {
    padding: 0;
}
.main-menu > div {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-nav > li > a > div {
	border-right: 1px solid #fff;
}
.navbar-nav > li > a {
    padding: 35px 0;
	font-size: 1.2em;
}
.navbar-nav > li > a > div {
    padding-left: 20px;
    padding-right: 20px;
	line-height: 1em;
	position: relative;
}
.navbar-nav > li.active > a > div::before,
.navbar-nav > li > a:hover > div::before {
	background-color: #ffcb01;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 20px;
    position: absolute;
    right: 20px;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .active > a {
    background-image: none;
} 
.navbar-inverse .navbar-nav  a:hover {
	background-color: transparent !important;
}

.navbar-wrap {
    display: table;
    margin: auto;
}
.navbar-form {
    display: table;
	margin: 20px;
    padding: 0;
	float: left;
}
.navbar-form .btn-submit {
    margin-left: 5px !important;
}
.navbar-form.login-form {
    margin: 22px 0 22px 22px;
}
.navbar-form.register-form {
    margin-left: 3px;
}
.navbar-form .form-group {
    background-image: url("../../img/icon-login-register-bolaketangkasan.org.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 29px auto;
    height: 30px;
	position: relative;
}

.navbar-form .login-password {
	border-radius: 5px !important;
    display: none;
    left: 0;
    position: absolute;
    top: 33px;
	width: 135px;
	z-index: 10000;
}
.navbar-form .form-control, 
.navbar-form button.btn-submit {
    font-size: 1em;
	height: auto;
}
.navbar-form .form-control {
	background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 6px 40px 6px 15px;
    width: 135px;
	border-radius: 5px;
	line-height: normal;
	height: 30px !important;
}

.navbar-form button.btn-submit {
	border-radius: 5px;
    margin: 0;
    padding: 4px 15px;
	text-shadow: none;
	color: #fff;
	
	
background: rgba(2,122,98,1);
background: -moz-linear-gradient(top, rgba(2,122,98,1) 0%, rgba(42,41,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,122,98,1)), color-stop(100%, rgba(42,41,39,1)));
background: -webkit-linear-gradient(top, rgba(2,122,98,1) 0%, rgba(42,41,39,1) 100%);
background: -o-linear-gradient(top, rgba(2,122,98,1) 0%, rgba(42,41,39,1) 100%);
background: -ms-linear-gradient(top, rgba(2,122,98,1) 0%, rgba(42,41,39,1) 100%);
background: linear-gradient(to bottom, rgba(2,122,98,1) 0%, rgba(42,41,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027a62', endColorstr='#2a2927', GradientType=0 );

}
.form-control:focus {
	box-shadow: none;
}

.running-text {
	background-color: rgba(6, 22, 48, 0.7);
	position: relative;
    z-index: 100;
}

.navlink-register a > div,
.navbar-welcome a > div {
    border-right: medium none !important;
}
.navbar-nav > li.navbar-welcome > a {
    font-size: 1.2em;
    padding: 28px 0;
}
li.navbar-welcome > a > div {
    padding: 0 10px;
}
.navbar-nav > li.navbar-welcome > a:hover > div::before {
	background-color: transparent;
    height: 0;
}

.logged-in .navbar-wrap {
    float: right;
	margin-right: -30px;
}
/*
.navbar-welcome {
    margin-right: -25px;
}
*/
.download-java {
    padding: 40px;
}
.download-java h2 {
    font-size: 1.1em;
    margin: auto;
}
.download-java .btn-wrap {
    margin-bottom: 25px;
}
.play-online {
    padding: 49px 0;
}
.play-online .txt-wrap {
	background-image: url("../../img/bang-light.png");
    background-position: center center;
    background-repeat: no-repeat;
	margin-bottom: 20px;
}
.play-online h2 {
    color: #c6baaf;
    font-family: "PlayBold";
    font-size: 1.8em;
    text-shadow: 0 0 2px #000000;
	margin: 0 20px;
}
.download-android {
    background-image: url("../../img/game-download-tangkasnet-bolaketangkasan.org.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 110% auto;
    padding: 240px 30px 43px;
}
.download-android .txt-wrap {
    color: #c6baaf;
	margin-bottom: 15px;
}
.download-android h3, .download-android h2 {
    line-height: 0.9em;
    margin: 0;
}
.download-android h3 {
    font-size: 2.2em;
	margin-bottom: 35px;
    margin-top: 30px;
}
.download-android h2 {
    font-size: 3.5em;
}
.page-download .download-android {
    background-position: left center;
    background-size: 230px auto;
    display: table;
    padding: 38px 15px 38px 0;
    width: 100%;
	position: relative;
}
.page-download .download-android .txt-wrap,
.page-download .download-android .btn-wrap {
    float: right;
    width: 290px;
}
.page-download .download-android h3 {
    margin: 10px 0;
}
.page-download .download-android h2 {
    font-size: 2.4em;
}

.bank-accept {
    padding-left: 15px;
    padding-right: 15px;
	margin-top: 16px;
}
.bank-accept .element-wrap {
    display: table;
    padding: 35px 330px;
    width: 100%;
	background-image: url("../../img/bg-bank-galaxybola.me.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.form-horizontal {
    display: table;
    width: 100%;
}
.form-horizontal.left-label label {
    text-align: left !important;
}
.game-icon > img {
    height: 40px;
}

.editor-content h3 {
    color: #ffe400;
    font-family: "PlayBold", sans-serif;
    font-size: 1.2em;
}
h3.form-segment-title {
	padding-left: 0;
    padding-right: 0;
}
.row.padded {
    padding-left: 15px;
    padding-right: 15px;
}
.col-wrap {
    display: table;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
}
.col-wrap.wrap-side {
    padding-left: 15px;
    padding-right: 15px;
}
.game-logo {
    padding-top: 5px;
}
.game-logo a {
    display: block !important;
    line-height: 1.4em !important;
}
.game-logo img {
    margin: auto;
}
.game-credential > div:first-child > div {
    border-bottom: 1px solid #666;
}
.sidebar .menu-item.active > a {
    color: #ffe400;
	border-bottom: 1px solid #ffe400;
}
.sidebar .center-block {
    width: 70%;
}
.sidebar .greetings {
	background-color: #282828;
}
.sidebar .greetings a {
    display: block;
    padding: 30px 0;
}
.sidebar .greetings img {
    margin: auto;
    width: 200px;
}

.sidebar-menu a::before {
	background-repeat: no-repeat !important;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: left center;
	background-size: 70px auto;
}
/*
#sidemenu-home::before {
	background-image: url("../../img/icon/home.png");
}
#sidemenu-account::before {
	background-image: url("../../img/icon/account.png");
}
#sidemenu-password::before {
	background-image: url("../../img/icon/password.png");
}
#sidemenu-msg::before {
	background-image: url("../../img/icon/message.png");
}
#sidemenu-deposit::before {
	background-image: url("../../img/icon/deposit-2.png");
}
#sidemenu-withdraw::before {
	background-image: url("../../img/icon/withdraw.png");
}
#sidemenu-transaction::before {
	background-image: url("../../img/icon/transaction.png");
}
#sidemenu-referral::before {
	background-image: url("../../img/icon/referral.png");
}
#sidemenu-mobile::before {
	background-image: url("../../img/icon/mobile.png");
}
#sidemenu-logout::before {
	background-image: url("../../img/icon/logout.png");
}
*/
.message-submenu-wrap {
    margin-left: -5px;
    margin-right: -5px;
}
.message-submenu a {
    font-family: "PlayRegular", sans-serif;
    font-size: 0.8em !important;
    padding: 0 5px;
	opacity: 0.75;
}
.message-submenu-wrap > span + span {
    position: relative;
}
.message-submenu-wrap > span + span::before {
    background-color: #fdcd01;
    content: "";
    height: 13px;
    left: -2px;
    position: absolute;
    top: 7px;
    width: 1px;
}
.message-submenu.active a {
    font-family: "PlayBold", sans-serif;
    font-size: 1em !important;
	position: relative;
    top: 1px;
	opacity: 1;
}
.new-message a {
    position: relative;
}
.message-submenu.new-message a {
    padding-right: 15px;
}
.new-message a::after {
    color: #ff0000;
    content: "*";
    font-size: 1.6em;
    position: absolute;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
	margin-left: 2px;
    margin-top: -4px;
}
a#sidemenu-logout {
    color: #888;
	border-bottom: 1px solid #888;
}
/*
.game-register {
    line-height: 1.2em;
}
*/
/*
.game-logo a, .game-register a {
    display: block !important;
    line-height: 1.2em !important;
}
*/
/*
.main-slider {
    padding: 0;
	margin: 0;
}
*/
.main-slider > div {
    padding: 0;
}
.owl-theme .owl-controls {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}
.homepage .main-content > div.content {
    /*max-width: 900px;*/
	
	
	/*
	padding-bottom: 35px;
    padding-top: 15px;
	
	margin-top: 15px;
	*/
	/*margin-bottom: 35px;*/
}
/*
.running-text-wrap {
    margin-bottom: 15px;
    
    position: relative;
}
.homepage .running-text-wrap {
	padding: 5px 30px;
}
.page .running-text-wrap {
    margin-bottom: 0;
}
.running-text-title {
    font-size: 1.2em;
    left: 50px;
    position: absolute;
    top: 5px;
	color: #222;
}
.homepage .running-text-title {
	left: 30px;
	font-size: 1.4em;
	color: #fff
}
.page marquee a {
    color: #fff;
}
.running-text {
    font-size: 1.4em;
    padding-left: 160px !important;
}
.homepage .running-text {
	padding-left: 120px !important;
}
.running-text > span:first-child {
    margin-left: -800px;
}
.running-text > span + span {
    margin-left: 100px;
}


.inner-running-text {
    background-color: #000;
    font-size: 1.1em;
    margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 50px;


color: #222;



background: rgba(158,137,0,1);
background: -moz-linear-gradient(top, rgba(158,137,0,1) 0%, rgba(230,199,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(158,137,0,1)), color-stop(100%, rgba(230,199,0,1)));
background: -webkit-linear-gradient(top, rgba(158,137,0,1) 0%, rgba(230,199,0,1) 100%);
background: -o-linear-gradient(top, rgba(158,137,0,1) 0%, rgba(230,199,0,1) 100%);
background: -ms-linear-gradient(top, rgba(158,137,0,1) 0%, rgba(230,199,0,1) 100%);
background: linear-gradient(to bottom, rgba(158,137,0,1) 0%, rgba(230,199,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e8900', endColorstr='#e6c700', GradientType=0 );






}
*/
.homepage .main-content > div.content > .row > .main-col {
    padding-top: 20px;
	padding-bottom: 35px;
}
.main-content > div.content > .row > .main-col {
	background-image: url('../img/bg-content-glxgames.com-2.jpg');
	background-repeat: repeat;
	/*background-size: cover;*/
	/*border-radius: 35px;*/
	/*
    margin-bottom: 35px;
    margin-top: 35px;
	*/
}

.rasterized.segment-title {
    border-left: 5px solid #ffe400;
    margin-bottom: 20px;
}
.segment-title {
    margin-top: 45px;
}
.img-desc {
    margin-top: 15px;
	line-height: 1.2em;
}

.game-variations p {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 auto 15px;
    max-width: 200px;
}
.game-variations h1 {
	color: #c6baaf;
}
.game-tangkasnet .col-inner {
	background-image: url("../../img/game-tangkas-net-bolaketangkasan.org.png");
} 
.game-88tangkas .col-inner {
	background-image: url("../../img/game-88-tangkas-bolaketangkasan.org.png");
}
.game-368mm .col-inner {
	background-image: url("../../img/game-368-bolaketangkasan.org.png");
}
.game-variations .col-inner {
	background-position: top center;
	/*
	background-position-x: 120%;
	background-position-y: 0%;
	*/
    background-repeat: no-repeat;
    background-size: 82% auto;
    padding-top: 226px;
	display: block;
}
.game-variations .game-tangkasnet .col-inner {
	background-size: 95% auto;
}

.page-download .game-variations .col-inner {
    background-size: 50% auto;
}
.page-download .game-variations .game-tangkasnet .col-inner {
    background-size: 65% auto;
}

.page .main-content > div.content > .row > .main-col {
    margin-bottom: 0;
}
.sidebar-col {
    background-color: chocolate;
}

.account-menu {
    margin-left: -15px;
    margin-right: -15px;
	position: relative;
    top: 15px;
}
.account-menu > div {
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.9em;
    margin-right: -4px;
    text-align: center;
	background-color: #07090c;
}
.account-menu > div a:hover,
.account-menu > div.active a {
	background-color: rgba(255,255,255,0.1);
}
.account-menu > div a {
	
	padding: 8px 10px;
	display: block;
}
.account-menu .balance {
    text-align: right;
    width: 37%;
	border-radius: 20px 0 0 20px;
}
.account-menu .balance a {
	border-radius: 20px 0 0 20px;
	background-image: url("../img/balance-icon-glxgames.com.png");
    background-position: left 9px center;
    background-repeat: no-repeat;
    background-size: 26px auto;
	padding-left: 45px;
}
.account-menu .myaccount {
    width: 37%;
}
.account-menu .logout {
    text-align: left;
    width: 26%;
	border-radius: 0 20px 20px 0;
}
.account-menu .logout a {
	border-radius: 0 20px 20px 0;
	background-image: url("../img/logout-icon-glxgames.com.png");
    background-position: right 9px center;
    background-repeat: no-repeat;
    background-size: 26px auto;
	padding-right: 45px;
}

.sidebar-menu a {
    color: #fff;
    display: block;
    padding: 8px 45px;
    text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,1f1f1f+100 */
	background: rgb(45,45,45); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(31,31,31,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(31,31,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(31,31,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #2D2D2D;
	position: relative;
}
.sidebar-menu a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f1f1f+0,2d2d2d+100 */
	background: rgb(31,31,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(31,31,31,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(31,31,31,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(31,31,31,1) 0%,rgba(45,45,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #1F1F1F;
	color: #ffe400;
}
.sidebar .menu-separator {
    background-color: #1f1f1f;
    height: 120px;
}
.sidebar .decoration {
    background-color: #1f1f1f;
	position: relative;
	height: 450px;
	background-image: url("../../img/bg-sidebar-galaxybola.me.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
}
.sidebar .decoration img {
    opacity: 0.5;
}
.sidebar .decoration::before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a5a5+0,2d2d2d+100 */
background: rgb(100,100,100,0.6); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(100,100,100,0.2) 0%, rgba(45,45,45,0.2) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(100,100,100,0.2) 0%,rgba(45,45,45,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(100,100,100,0.2) 0%,rgba(45,45,45,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#2d2d2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 100;
}
/*
.sidebar-menu a:hover,
.sidebar-menu .menu-item.active a {
	background-color: rgba(0,0,0,0.8);
	color: #ffe400;
}
*/
.main-content {
    /*margin: -40px 0 0;*/
}
.main-content > div.page-title {
	/*max-width: 900px;*/
	/*border-radius: 35px;*/
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 0 15px;
}
.main-content > div.page-title-with-image {
	background-color: #444;
    margin-bottom: 0 !important;
    padding-bottom: 90px !important;
    padding-top: 90px !important;
	margin-top: 60px;
}
.page-bantuan .main-content > div.page-title-with-image,
.page-howtoplay .main-content > div.page-title-with-image {
	background-image: url("../img/bg-bantuan-glxgames.com.jpg");
	background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-peraturan .main-content > div.page-title-with-image {
	background-image: url("../img/bg-peraturan-glxgames.com.jpg");
	background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}
.container.content-bottom-image {
	/*max-width: 900px;*/
    background-color: #555;
    /*border-radius: 0 0 35px 35px;*/
    height: 318px;
    /*margin-bottom: 25px;*/
	background-image: url("../img/game-conductor-glxgames.com.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-register .sidebar-col {
	background-image: url("../img/bg-image-register-glxgames.com.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-download .sidebar-col {
	background-image: url("../img/bg-image-download-glxgames.com.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-login .sidebar-col,
.logged-in .sidebar-col {
	background-image: url("../img/bg-image-login-glxgames.com.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title .the-title {
    background-color: #1f1f1f;
	background-image: url("../../img/bg-header-galaxybola.me.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    color: #c6baaf;
    font-size: 3em;
    padding: 60px;
	line-height: 1em;
}
.main-block .editor-content {
    min-height: 932px;
}
.editor-content {
    padding: 45px;
}
.editor-content p {
    margin-bottom: 15px;
}
blockquote {
    border-left: medium none;
    /*line-height: 1.4em;*/
    margin-bottom: 25px;
    padding: 0;
}
.home-body-title {
	margin-left: -15px;
    margin-right: -15px;
    letter-spacing: 1px;
}
.main-title {
	letter-spacing: 1px;
}
.main-title h1 {
    margin-bottom: 15px;
}

p.tagline {
    margin: 18px auto;
    width: 96%;
}
p.machine-streaming {
    padding-left: 5px;
    padding-right: 5px;
	margin-bottom: 20px;
}
.row.vital-buttons {
    margin-left: -25px;
    margin-right: -25px;
}
.vital-buttons > div {
    padding-left: 10px;
    padding-right: 10px;
}
.vital-buttons > div > div {
    background-color: rgba(0, 0, 0, 0.15);
	padding: 30px;
	min-height: 355px;
}
.vital-buttons.how-to-trick > div > div {
    min-height: 340px;
}
.vital-buttons img {
    display: block;
    margin: auto !important;
	/*max-width: 244px;*/
}
.bank-logo img {
    width: 176px;
}
.vital-part h2 {
    font-family: "PlayRegular", sans-serif;
    min-height: 2.3em;
	margin-bottom: 15px;
}
.vital-buttons .part-type-b > div {
    padding-top: 39px;
}
.how-to-trick .block-title {
    display: table;
    min-width: 450px;
}
.how-to-trick h3 {
    margin-bottom: 20px;
	letter-spacing: 1px;
}
.play-trick h3 {
    margin-bottom: 20px;
	margin-top: 0;
	letter-spacing: 1px;
	line-height: 1.2em;
}
ul.no-list-img {
	padding: 0;
}
ul.no-list-img li {
    list-style: none;
}
ul.trim-list {
    padding-left: 15px;
}
ul.trim-list li {
    line-height: 1.4em;
}
ul.custom-list-img li {
	background-image: url("../../img/point-dot-list-item.png");
	background-repeat: no-repeat;
	padding-left: 45px;
	margin-bottom: 15px;
}
ul.custom-list-img-small li {
	background-size: 23px auto;
	background-position: left 4px;
	padding-left: 30px;
	margin-bottom: 2px;
}
.editor-content ul.custom-list-img-small li,
.editor-content ol.custom-list-img-small li {
	margin-bottom: 10px;
}
.editor-content ul li span {
	font-size: 1.2em;
}

.play-trick li span {
	display: block;
    margin-bottom: 10px;
}

.even-odd-block > div,
.main-block > div {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 60px;
}
.even-odd-block > div:nth-child(2n-1) {
    background-color: rgba(0, 0, 0, 0.2);
}

.img-button-wrap {
    display: table;
    width: 100%;
}
.img-button-wrap .image-wrap {
    float: left;
}
.img-button-wrap .btn-wrap {
    float: right;
    margin-top: 18%;
}

.page-download .sidebar-item.not-usual-item .part-title {
    margin-bottom: 110px;
}
.page-register .sidebar-item.not-usual-item .part-title {
    margin-bottom: 40px;
}
ul.side-item-download li {
    margin-bottom: 40px;
}
.bottom-brand {
    margin-top: 180px;
}
.bottom-brand img {
    max-width: 100%;
}
.page-login .bottom-brand {
    margin-top: 300px;
}
.bottom-brand.small img {
    width: 166px;
}
.sidebar-brand.small img {
    width: 180px;
}

.logged-in .sidebar-brand {
    padding: 55px 0;
	border-bottom: 1px solid #000;
}

.btn-wrap.agree-disagree {
    margin-top: 30px;
}
.btn-agree {
    margin-left: 5px;
}
/*
.download-area > div {
    clear: both;
    display: table;
    width: 100%;
}

.download-area > div h4 {
    float: left;
}
.download-area > div a {
    float: right;
}
*/
.page-download-2 .main-col, 
.page-download-2 .center-block {
    min-height: 970px;
}
.page-referral-2 .main-col, 
.page-referral-2 .center-block {
    min-height: 930px;
}
.page-balance .main-col, 
.page-balance .center-block {
    min-height: 822px;
}
.page-myaccount .main-col, 
.page-myaccount .center-block {
    min-height: 1020px;
}
.balance-result-block {
    min-height: 280px;
}
.navbar-center .navbar-nav {
    /*display: table;*/
    margin: auto;
    position: relative;
}

.auth-items {
    background-color: #fff;
    margin: 0 -15px;
    max-width: 1800px;
}
.auth-wrap {
    display: table;
    margin: auto;
    padding: 20px 30px;
}
.auth-wrap > img + img {
    margin-left: 15px;
}

.partner-link {
    margin-top: 50px;
}
.partner-link > a {
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    padding: 15px;
}
.partner-link img {
    max-width: 100%;
}
.partner-link.left {
    margin-bottom: 47px;
    margin-top: 82px;
}

body.page-play {
	background-image: url("../img/play-background-glxgames.jpg");
	background-repeat: repeat;
}
.page-play .content {
    margin-top: 20px;
	margin-bottom: 20px;
}
.play-area {
    position: relative;
	height: 700px;
}
.play-progressbar-wrap {
    bottom:5%;
    position: absolute;
    width: 100%;
}
#play-progressbar {
    background-color: #c58585;
    border: none;
    height: 0.6em;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(152,5,5,1);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(152,5,5,1);
box-shadow: inset 0px 0px 4px 0px rgba(152,5,5,1);
}
#play-progressbar::after {
    background-color: #ffbcbc;
    border-radius: 1px;
    content: "";
    height: 2px;
    left: 1%;
    position: absolute;
    top: 2px;
    width: 98%;
	/*
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(152,5,5,1);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(152,5,5,1);
box-shadow: inset 0px 0px 4px 0px rgba(152,5,5,1);
*/
}
.the-progressbar {
    margin: auto;
    width: 61%;
	border-radius: 5px;
	
}
#play-progressbar .ui-progressbar-value {
    background-color: #980505;
    border: none;
    height: 0.7em;
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(112,0,0,1);
-moz-box-shadow: inset 0px 0px 4px 0px rgba(112,0,0,1);
box-shadow: inset 0px 0px 4px 0px rgba(112,0,0,1);
}
.progressbar-text {
    margin-top: 3px;
}
.play-text {
    background-color: #010101;
    font-size: 2em;
    font-style: italic;
    padding: 27px 15px;
	

background: rgba(48,48,48,1);
background: -moz-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(1,1,1,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,48,48,1)), color-stop(100%, rgba(1,1,1,1)));
background: -webkit-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(1,1,1,1) 100%);
background: -o-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(1,1,1,1) 100%);
background: -ms-linear-gradient(top, rgba(48,48,48,1) 0%, rgba(1,1,1,1) 100%);
background: linear-gradient(to bottom, rgba(48,48,48,1) 0%, rgba(1,1,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#010101', GradientType=0 );


}
.play-footer {
	background-image: url("../img/play-page-footer-glxgames.com.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 220px;*/
	height: 70px;
	background-position: center;
}
.play-footer > img {
	width: 100%;
	display: none;
}

.italic-text {
    font-style: italic;
}
.live-stream {
    background-color: #000000;
    padding: 20px;
}
.refer-friend {
	background-color: #151515;
	display: block;
	margin-top: 20px;
}
.refer-friend img {
	width: 100%;
}
.live-stream,
.refer-friend {
	-webkit-box-shadow: inset 55px 6px 29px -58px rgba(255,255,255,1);
-moz-box-shadow: inset 55px 6px 29px -58px rgba(255,255,255,1);
box-shadow: inset 55px 6px 29px -58px rgba(255,255,255,1);
}
.refer-friend > a {
    color: #fff;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 2em;
}
.rf-text {
    background-image: url("../img/play-comission-glxgames.com.png");
    background-position: right 15%;
    background-repeat: no-repeat;
    background-size: 40% auto;
}
.ls-title > img {
    margin-right: 15px;
    width: 50px;
	margin-bottom: 10px;
}
.ls-title h2 {
    margin: 0;
	font-size: 2.5em;
}
.ls-image {
    position: relative;
	margin-bottom: 20px;
}
.ls-image::before{
    border: 4px solid rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ls-image::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
-webkit-box-shadow: inset 3px 3px 7px 0px rgba(255,255,255,0.6);
-moz-box-shadow: inset 3px 3px 7px 0px rgba(255,255,255,0.6);
box-shadow: inset 3px 3px 7px 0px rgba(255,255,255,0.6);
}
.ls-image img {
    width: 100%;
}
.ls_buttons {
    display: table;
    width: 100%;
}
.ls_buttons > div {
    float: left;
}
.pwr-button {
    width: 18%;
	margin-right: 8%;
}
.rfh-button {
    width: 73%;
}
.rfh-button img {
    display: inline-block;
    width: 25%;
	border-radius: 20%;
	-webkit-box-shadow: 6px 0px 7px 0px rgba(61,61,61,1);
-moz-box-shadow: 6px 0px 7px 0px rgba(61,61,61,1);
box-shadow: 6px 0px 7px 0px rgba(61,61,61,1);
}
.rfh-button a {
    background-color: #767676;
    border-radius: 30px 35px 35px 30px;
    color: #000;
    display: block;
    font-size: 2em;
	-webkit-box-shadow: inset 20px 6px 54px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 20px 6px 54px 0px rgba(255,255,255,1);
box-shadow: inset 20px 6px 54px 0px rgba(255,255,255,1);
}
.rfh-button a:hover {
	text-decoration: none;
}
.refresh-stream-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 62%;
}

/*
.page-play .running-text-wrap {
    padding: 0 20px;
	margin: 8px 10px;
	background-color: rgba(0, 0, 0, 0.7);
}
.page-play .running-text-title {
    color: #fff;
    left: 20px;
    top: 0;
	font-size: 1.4em;
}
.page-play .running-text {
    font-size: 1.4em;
    padding-left: 150px !important;
}
.page-play .running-text a {
    color: #fdcd01;
}
*/
.play-footer-wrap {
    margin-left: -5px;
    margin-right: -5px;
}

footer .copyright {
    margin-bottom: 30px;
	margin-top: 30px;
}
.page-play footer .copyright {
    margin-bottom: 15px;
    margin-top: 15px;
	text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
	font-size: 1.4em;
}
.owl-dots {
    bottom: 0;
    position: absolute;
    width: 100%;
}

/*
.marquee-wrapper {
    display: table;
    font-size: 1.4em;
    margin: 0;
    padding: 0 0 15px;
    position: relative;
    width: 100%;
}
.marquee-wrapper > div {
    float: left;
}
.marquee-title {
    color: #fff;
    left: 20px;
    position: absolute;
    top: 9px;
    z-index: 100;
	display: none;
}
*/


.marquee-wrapper {
	/*
	background-image: url("../img/bg_steel.png");
	border: 1px solid #000;
	-webkit-box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);
    box-shadow: inset 0px 2px 2px  rgba(0, 0, 0, .5), 0px 1px 0px  rgba(250, 250, 250, .2);
	*/
	font-size: 1em;
	padding: 5px 0;
	z-index: 1000;
	width: 100%;
}
/*
.marquee-wrapper::before {
	
    background-color: rgba(6, 22, 48, 0.7);
	
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
*/
.marquee-outer {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
}
.marquee span {
    display: inline-block;
    line-height: 2em;
    margin-right: 60px;
}
marquee {
    display: block;
    line-height: 2em;
    white-space: nowrap;
}
/*
.page .marquee-wrapper {
    padding-left: 50px;
    padding-right: 50px;
	margin-bottom: 40px;
}
*/

/*
.marquee {
    height: 40px;
    margin: 0;
    width: 100%;
	position: relative;
}

.marquee > p {
    height: auto;
    line-height: 1em;
    position: absolute;
    top: 8px;
}

.page .marquee-wrapper {
    padding-bottom: 0;
}
.page .marquee-outer {
    padding-left: 45px;
    padding-right: 45px;
}
.page .marquee-title {
    left: 50px;
}
*/

.logo-area-inner {
    background-color: rgba(0, 10, 3, 0.6);
	margin-top: -40px;
	padding: 70px 54px 90px;
	background-image: url("../../img/bg-welcome-galaxybola.me.png");
	background-repeat: no-repeat;
	background-size: 86% auto;
	background-position: left top;
}
.logo-area h3, 
.logo-area p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
}
.main-area > div + div {
    padding-top: 40px;
}
.sub-area.logo {
    margin-bottom: 265px;
}
.sub-area.logo > a {
    left: -6%;
    position: relative;
}
.sub-area.logo > a img {
    display: block;
    max-width: none;
    width: 110%;
}
.sub-area.text > div, .sub-area.highlight {
    margin-bottom: 20px;
    margin-top: 20px;
}
.slider-area .slider-item#slider-1 {
    padding: 510px 30px 50px;
}
.slider-area .txt-wrap h2 {
    font-size: 2.4em;
    line-height: 1em;
    margin: 0;
}
.slider-item {
    max-height: 714px;
}
.icon-area .icon-item a {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 69px 20px 10px;
	display: block;
	color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 130px;
}
.icon-item #icon-1 {
	background-image: url("../../img/bg-stack-1-galaxybola.me.jpg");
}
.icon-item #icon-2 {
	background-image: url("../../img/bg-stack-2-galaxybola.me.jpg");
}
.icon-item #icon-3 {
	background-image: url("../../img/bg-stack-3-galaxybola.me.jpg");
}
.icon-item #icon-4 {
	background-image: url("../../img/bg-stack-4-galaxybola.me.jpg");
}
.icon-item #icon-5 {
	background-image: url("../../img/bg-stack-5-galaxybola.me.jpg");
}
.icon-area .icon-item a:hover,
.icon-area .icon-item a:link,
.icon-area .icon-item a:visited {
	text-decoration: none;
}
.icon-area > div + div {
    margin-top: 16px;
}
.icon-item h4, 
.icon-item h2 {
    text-transform: uppercase;
	font-family: "PlayBold", sans-serif;
	margin: 0;
}
.icon-item h2 {
    font-size: 1.8em;
	color: transparent;
}
.secondary-area {
    margin-top: 16px;
}
.welcome-block .text-block, 
.advantage-block .text-block {
    padding: 30px 45px 20px;
	min-height: 250px;
}
.welcome-block .text-block {
	background-image: url("../../img/bg-welcome-block-galaxybola.me.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}
.advantage-block .text-block {
	background-image: url("../../img/bg-advantage-block-galaxybola.me.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
}
.welcome-block .icon-block img {
    height: 35px;
}
.welcome-block .icon-block {
    background-color: #000;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
}
.welcome-block-inner {
    position: relative;
}
.ads-area {
    margin-top: 16px;
}

.page .main-content {
    margin-top: 60px;
}

@media only screen and (max-width: 1900px) {
	.page-play .container {
		width: 1600px;
	}
	/* synced */
	.page-play .content {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.play-area {
		height: 588px;
	}
	.refer-friend > a {
		font-size: 1.58em;
	}
	.rf-text {
		background-position: right 6%;
	}
	.pwr-button {
		width: 17%;
	}
	.rfh-button img {
		width: 24%;
	}
	/*
	.play-footer {
		height: auto;
		background-image: none;
	}
	
	.play-footer > img {
		display: block;
	}
	
	.play-footer-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
	*/
}

@media only screen and (max-width: 1600px) {
	.page-play .container {
		width: 1400px;
	}
	.play-area {
		height: 514px;
	}
	.ls-title h2 {
		font-size: 1.6em;
	}
	.ls-title > img {
		width: 40px;
	}
	.play-text {
		padding: 17px 15px;
	}
	.pwr-button {
		margin-right: 8%;
		width: 15%;
	}
	.rfh-button img {
		width: 21%;
	}
	.refer-friend > a {
		font-size: 1.57em;
	}
}

@media only screen and (max-width: 1400px) {
	.page-play .container {
		width: 1170px;
	}
	.play-area {
		height: 426px;
	}
	.refer-friend > a {
		font-size: 1em;
	}
	.play-progressbar-wrap {
		bottom: 2%;
	}
	.pwr-button {
		width: 13%;
	}
	.rfh-button img {
		width: 18%;
	}
	.refresh-stream-btn {
		width: 75%;
	}
	.page-title .the-title {
		font-size: 2.8em;
	}
}

@media only screen and (max-width: 1220px) {
	
.navbar-form {
	display: none;
}	
	
}

@media only screen and (max-width: 1199px) {
.page-title .the-title {
    font-size: 2.4em;
    padding: 45px;
}
.page-play .container {
	width: 991px;
}
.play-area {
    height: 360px;
}
.ls-title > img {
    width: 30px;
}
.ls-title h2 {
    font-size: 1.4em;
}
.rfh-button a {
    font-size: 1.6em;
}
.play-text {
    padding: 14px 15px;
	font-size: 1.4em;
}

.game-variations h1 {
    font-size: 2em;
}
.game-variations .col-inner {
    padding-top: 188px;
}
/*
.download-android {
    background-position: center -60px;
}
*/
.download-android h3 {
    font-size: 1.8em;
    margin-bottom: 41px;
    margin-top: 0;
}
.container.content-bottom-image {
	height: 262px;
}
.page-download .sidebar-col, .page-download .main-col {
    min-height: 808px;
}
.page-register .main-col, .page-register .sidebar-col {
    min-height: 860px;
}
.main-content > div.page-title-with-image {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
}
.main-block .editor-content {
    min-height: 962px;
}
.account-menu {
	position: static;
	margin-top: 30px;
}
.account-menu .balance,
.account-menu .myaccount,
.account-menu .logout {
	width: 33.3%;
	text-align: center;
}
.page-deposit-fund .main-col, 
.page-deposit-fund .center-block {
    min-height: 1370px;
}
.page-withdraw-money .main-col, 
.page-withdraw-money .center-block {
    min-height: 1062px;
}
.page-download-2 .main-col, 
.page-download-2 .center-block {
    min-height: 1020px;
}
.download-area > div h4 {
    margin-top: 0;
    width: 50%;
}
.page-referral-2 .main-col, 
.page-referral-2 .center-block {
    min-height: 1042px;
}
.partner-link.left {
    margin-bottom: 28px;
    margin-top: 56px;
}
.download-android-button {
    margin-top: 20px !important;
}
.page-myaccount .main-col, 
.page-myaccount .center-block {
    min-height: 1155px;
}

.page-download .download-android {
    background-position: center top;
    background-size: 78% auto;
    padding: 41px 15px;
}
.page-download .download-android::after {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.page-download .download-android .txt-wrap, 
.page-download .download-android .btn-wrap {
    float: none;
    position: relative;
    width: 100%;
    z-index: 100;
}
.page-download .download-android h2 {
    font-size: 2.8em;
}

/*
.the-table {
    width: 100%;
}
.the-table div.tr > div:nth-child(2), 
.the-table div.tr > div:nth-child(3), 
.the-table div.tr > div:nth-child(4), 
.the-table div.tr > div:nth-child(6), 
.the-table div.tr > div:nth-child(7) {
    display: none;
}
.td {
    width: 33.3% !important;
}
.td.expand {
    display: table-cell;
    width: 20%;
}
.the-table.small-font .td {
    font-size: 0.8em;
}
.the-table .expand-for-mobile {
    border-top: 1px dotted;
    display: block;
    font-size: 0.8em !important;
    padding: 10px 15px;
}
.expand-for-mobile span {
    display: inline-block;
    width: 80px;
}
*/
.page-balance .main-col, 
.page-balance .center-block {
    min-height: 845px;
}

.the-table {
    width: 700px;
}
.td {
    width: 100px;
}
.page-balance-detail .td {
    width: 118px;
}
.the-table.small-font .td {
    font-size: 0.8em;
}

.record-table {
	margin-top: 0;
}

.icon-area .icon-item a {
    height: auto;
    padding: 44px 20px 10px;
}
.icon-area > div + div {
    margin-top: 15px;
}
.main-area > div + div {
    padding-top: 26px;
}
.logo-area-inner {
    padding: 55px 45px 26px;
	background-image: url("../../img/bg-welcome-galaxybola.me-2.png");
}
.sub-area.text > div, .sub-area.highlight {
    margin-bottom: 16px;
    margin-top: 16px;
}
.sub-area.logo {
    margin-bottom: 215px;
}
.welcome-block .icon-block img {
    height: 28px;
}
.bank-accept .element-wrap {
    background-position: center center;
    padding: 35px 220px;
}

}

@media only screen and (max-width: 1220px) {
.navbar-brand {
	padding: 10px 15px 5px;
}
/*
.navbar-brand > img {
    width: 120px;
}
*/
.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}	
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	padding-bottom: 7px;
    padding-top: 10px;
}
.navbar-welcome {
    display: none !important;
}
.main-menu > div {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-header {
    width: 100%;
}
.navbar-brand {
    margin-left: 0 !important;
    width: 100%;
}
.navbar-brand > img {
    margin: auto;
}
.navbar-right {
    clear: both;
    float: none !important;
}
.navbar-center .navbar-nav {
    display: table;
    float: none !important;
    margin: auto !important;
}


.navbar-wrap {
    margin-bottom: 10px;
}
.navbutton {
    margin: 5px 8px 0;
}

}

@media only screen and (max-width: 1000px) {
	.show-when-desktop.navbutton-login,
	.show-when-desktop.navbutton-register {
		display: none;
	}
	.show-when-mobile.navlink-login,
	.show-when-mobile.navlink-register {
		display: block !important;
	}
}

@media only screen and (max-width: 991px) {
.page .marquee-wrapper {
    margin-bottom: 0;
}

.main-block .editor-content {
    min-height: 712px;
}
.page-title .the-title {
    font-size: 2.2em;
    padding: 30px;
	line-height: 1.2em;
}
.page .main-content {
    margin-top: 30px;
}
.sidebar .center-block {
    width: 100%;
}
.sidebar .greetings {
    /*height: 56px;*/
}
.sidebar-menu a {
    font-size: 0.8em;
    padding: 8px 15px;
}
.sidebar .greetings a {
    padding: 20px 0;
}
.sidebar .greetings img {
    max-width: none;
    width: 150px;
}
.sidebar .menu-separator {
    height: 60px;
}
.sidebar-menu a::before {
    background-size: 60px auto;
}
.sidebar .decoration {
    height: 277px;
}

.game-variations .col-inner {
    background-size: 235px auto;
}
.page-download .game-variations .col-inner {
    background-size: 270px auto !important;
    padding-top: 230px;
}
.game-variations .game-tangkasnet .col-inner {
    background-size: 290px auto;
}
.page-download .game-variations .game-tangkasnet .col-inner {
    background-size: 320px auto !important;
}
.download-android {
    background-size: 335px auto;
}
.page-download .download-android {
    padding: 240px 15px 45px;
	background-size: 370px auto;
}
.page-download .download-android::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.bank-accept .element-wrap {
    padding: 40px;
}

.page-play .container {
	width: 767px;
}
.page-play .content {
    margin-bottom: 15px;
    margin-top: 0;
}
.play-text {
    padding: 10px 15px;
}
.play-area {
    height: 414px;
}
.narrow-side-gap {
    margin-top: 20px;
}
.pwr-button {
    margin-right: 20px;
	margin-left: 34%;
    width: 50px;
}
.rf-text br {
    display: none;
}
.rfh-button img {
    width: 50px;
}
.rfh-button {
    width: 200px;
}
.page-play .narrow-side-gap {
    padding-left: 15px;
    padding-right: 15px;
}
.live-stream, .refer-friend {
    box-shadow: 38px 60px 29px -58px rgba(255, 255, 255, 1) inset;
}
.refresh-stream-btn {
    width: 66%;
}
.security-code label {
    padding-top: 0 !important;
}


.home-body-title {
    margin-left: auto;
    margin-right: auto;
}
.vital-buttons img {
    max-width: 100%;
}
.vital-buttons > div > div {
	min-height: 312px;
}
.container.content-bottom-image {
	height: 203px;
}
.page-download .sidebar-col, .page-download .main-col {
    min-height: 1012px;
}
.sidebar-item .part-title h2 {
    font-size: 1.5em;
}
.main-content > div.page-title-with-image {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
.form-horizontal .control-label {
    text-align: left;
}

.form-group {
    margin-bottom: 5px;
}
.page-register .main-col, 
.page-register .sidebar-col {
    min-height: 1110px;
}
/*
.logged-in .main-col, .logged-in .center-block {
    min-height: 1032px;
}
*/
.fields-group-title {
    padding: 40px 15px 0;
}
.page-deposit-fund .main-col, 
.page-deposit-fund .center-block {
    min-height: 1785px !important;
}
.page-withdraw-money .main-col, 
.page-withdraw-money .center-block {
    min-height: 1252px;
}
.download-area > div h4 {
    width: 100%;
}
.page-download-2 .main-col, 
.page-download-2 .center-block {
    min-height: 1270px;
}
.page-referral-2 .main-col, 
.page-referral-2 .center-block {
    min-height: 1458px;
}
.page-balance .main-col, 
.page-balance .center-block {
    min-height: 954px;
}
.partner-link.left {
    margin-bottom: 0;
    margin-top: 40px;
}
.partner-link.right {
    margin-top: 92px;
}
.play-android-button {
    margin-top: 20px !important;
}
.page-myaccount .main-col, 
.page-myaccount .center-block {
    min-height: 1310px;
}
.bank-logo img {
    width: 150px;
}
.rangelabel {
	display: block;
	text-align: left;
}
.nodata-in-table {
    margin-top: 46px;
}

.form-horizontal .control-label.two-line {
    padding-top: 10px;
}

.narrow-form .form-group {
    margin: 0 -15px 15px;
    width: auto;
}
.page-history .responsive-table {
	overflow-x: scroll;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.page-history .table-instruction {
	display: block;
}

.home-account .game-logo img {
    margin-bottom: 5px;
}

.navbar-brand {
	display: block;
}
.running-text .container {
    width: 100%;
}
.icon-area .icon-item a {
    padding: 63px 20px 10px;
}
.sub-area.logo {
    display: none;
}
.sub-area.text > div:first-child {
	margin-top: 0;
}
.logo-area-inner {
    padding: 70px 30px 45px 50%;
	background-image: url("../../img/bg-welcome-galaxybola.me-3.png");
	background-size: 40% auto;
}
.welcome-block .icon-block img {
    height: 34px;
}
.advantage-block {
    margin-top: 16px;
}
.bank-accept .element-wrap {
    padding: 40px 10%;
}

.play-footer-wrap {
    margin-left: 0;
    margin-right: 0;
}
.play-footer {
    background-image: url("../img/play-page-footer-big-glxgames.com.jpg");
}


}


@media only screen and (max-width: 930px) {
/*
.inner-running-text {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page .running-text-title {
	display: none;
}
*/
	
}

@media only screen and (max-width: 767px) {
	
.navbar {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}
.navbar-header {
	margin: 0;
}
.navbar-brand {
    padding-left: 15px;
	display: table;
	margin-top: 0;
    width: auto;
}
.logged-in .navbar-brand {
    display: block;
}
.navbar-brand > img {
    height: 40px;
    width: auto;
}

.navbar-toggle {
    margin-bottom: 12px;
    margin-top: 12px;
}
.navbar-wrap {
    width: 100%;
	margin-bottom: 0;
}
.logged-in .navbar-wrap {
	margin-right: 0;
}
.navbar-nav {
    padding-left: 0;
    padding-right: 0;
	width: 100%;
}
.navbar-nav > li > a {
    padding: 10px 15px;
	font-size: 1em;
}
.navbar-nav > li > a > div {
    border-right: medium none;
    padding-left: 0;
    padding-right: 0;
	display: inline-block;
}
.navbar-nav > li.active > a > div::before, 
.navbar-nav > li > a:hover > div::before {
    height: 0;
}
.nav > li {
    border-bottom: 1px solid #333;
}
/*
.navbar-login {
    border-bottom: none !important;
}
*/
.navbar-inverse .navbar-nav a {
	text-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .active > a {
	background-color: rgba(255, 255, 255, 0.8) !important;
    color: #222;
}
.navbar-inverse .navbar-nav a:hover,
.navbar-inverse .navbar-nav a:focus {
	background-color: rgba(255, 255, 255, 0.8) !important;
    color: #222 !important;
}
/*
.download-android {
    background-position: center center;
    background-size: cover;
}
*/

.page .main-content {
    margin-top: 15px;
}

.marquee-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
	border-radius: 0;
}

form .game-icon {
    margin-top: 35px;
}

.form-segment-title {
    margin: 15px 0 0;
}


.bank-accept .element-wrap {
    padding: 20px 15%;
}
	
.page-play .container {
	width: 600px;
}
.play-area {
    height: 318px;
}
.play-progressbar-wrap {
    bottom: 1%;
}
.pwr-button {
    margin-left: 0;
}
.ls_buttons {
    width: auto;
	margin: auto;
}
.rf-text br {
    display: block;
}
.rf-text {
    background-size: 32% auto;
}
.play-text {
	font-size: 1.1em;
}

.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	padding-left: 20px;
	padding-right: 20px;
}
.control-label.current-account {
    margin-right: 20px;
}
.main-block .editor-content {
    min-height: auto;
}

.security-code label {
    padding-top: 10px !important;
}
/*
.navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
	margin-top: 5px;
	margin-bottom: 5px;
}
*/
/*
.nav > li {
    border-bottom: 1px solid #072b4f;
}
*/
.main-menu > div {
    padding-left: 0;
    padding-right: 0;
}
/*
.navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
*/
.row.vital-buttons {
    margin-left: auto;
    margin-right: auto;
}
.bank-part {
	margin-top: 20px;
}

.vital-buttons.how-to-trick > div > div {
    min-height: auto;
}
.vital-buttons > div + div + div {
    margin-top: 20px;
}

.main-content > div.page-title {
    margin-top: 20px;
}
.editor-content {
    padding: 30px 15px;
}
.container.content-bottom-image {
    background-position: center center;
}
.left-to-top-curving {
	border-radius: 35px 35px 0 0;
}
.even-odd-block > div:first-child {
	border-radius: 35px 35px 0 0;
}
.even-odd-block > div:last-child {
    border-radius: 0;
}
.page-download .sidebar-col, 
.page-download .main-col {
    min-height: auto;
}
.right-to-no-curving {
	border-radius: 0;
}
.sidebar-item.not-usual-item .part-title {
    margin-bottom: 40px;
}
.bottom-brand {
    margin-top: 20px;
}
.even-odd-block > div {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px;
}
.main-content > div.page-title-with-image {
    padding-bottom: 45px !important;
    padding-top: 30px !important;
}
.main-content > div.page-title-with-image {
    margin-top: 30px;
}
.main-col .main-block > div {
    padding: 40px 30px;
}
.main-col, 
.sidebar-col {
	min-height: auto !important;
}
/*
.page-login .sidebar-col,
.page-login .main-col {
    min-height: auto;
}
*/
/*
.account-menu {
    margin-left: 0;
    margin-right: 0;
}
*/
.show-when-mobile {
	display: block !important;
}
.logged-in .sidebar-col {
    display: none;
}
/*
.logged-in .main-col {
    border-radius: 35px;
}
*/
.page-deposit-fund .main-col, 
.page-deposit-fund .center-block {
    min-height: auto !important;
}
.page-deposit-fund .even-odd-block > div:last-child,
.page-withdraw-money .even-odd-block > div:last-child {
    border-radius: 0;
}
.download-area > div h4 {
    margin-top: 10px;
    width: auto;
}
.partner-link.right {
    margin-top: 40px;
}
.bank-logo img {
    width: 200px;
}

.logo-area-inner {
    background-position: left center;
}
.slider-item {
    max-height: none;
}
.navbar-brand {
    left: -12px;
}
.icon-area {
    display: table;
    width: 100%;
}
.icon-area .icon-item {
    float: left;
    margin-top: 16px;
    width: 20%;
}
.icon-area .icon-item a {
    height: 70px;
    padding: 10px 15px;
}
/*
.marquee-title {
    display: none;
}
.marquee-outer {
	padding-left: 20px;
}
.marquee > p {
    font-size: 0.8em;
    top: 11px;
}

.page .marquee-wrapper {
    padding-bottom: 0;
}
.page .marquee-outer {
    padding-left: 20px;
	padding-right: 20px;
}
.page .marquee-title {
    display: none;
}
*/

}

@media only screen and (max-width: 600px) {
	
.page-play .container {
	width: 460px;
}
.play-area {
    height: 242px;
}
.play-progressbar-wrap {
    bottom: 6%;
}
.progressbar-text {
	display: none;
}
.homepage header {
    background-size: 780px auto;
}
/*
.homepage header .header-top {
    height: 390px;
}
*/
.game-variations-outer {
    padding: 0;
	background-color: transparent;
}
.game-variations > div {
    padding: 0;
}
.game-variations > div + div {
    margin-top: 15px;
}
.marquee-wrapper {
	padding: 0 15px;
}

.game-logo, .game-credential {
    width: 100%;
}
.game-logo a {
    padding-bottom: 3px;
}
.game-credential .t-userid, 
.game-credential .t-psswd {
    text-align: right;
}
.home-account .game-register, .game-credits {
    width: 50%;
	font-size: 0.9em;
	margin-bottom: 5px;
    margin-top: 5px;
}

.home-account .game-logo .row > div {
    display: inline-block;
    float: left;
}
.home-account .game-logo .row {
    display: table;
    margin: auto;
}
.homepage .main-content {
    margin: 15px 0 0;
}
.game-register.not-registered {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
.full-width-on-mobile {
	width: 100%;
}
.message-list .msg-subject {
    padding-right: 15px;
    width: 50%;
}
.page-download .download-area > div {
    padding-left: 0;
    padding-right: 0;
}
.icon-area > div:nth-child(1),
.icon-area > div:nth-child(2) {
    width: 50%;
}
.icon-area > div:nth-child(1) a,
.icon-area > div:nth-child(2) a {
   height: auto;
   padding: 17% 0;
}

.icon-area > div:nth-child(3),
.icon-area > div:nth-child(4),
.icon-area > div:nth-child(5) {
    width: 33.3%;
}
.icon-area > div:nth-child(3) a,
.icon-area > div:nth-child(4) a,
.icon-area > div:nth-child(5) a {
	height: auto;
    padding: 14% 0;
}
.logo-area-inner {
    padding: 42px 30px 20px 50%;
}
.advantage-block-inner .text-block::after {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.advantage-block-inner h2, 
.advantage-block-inner ul {
    position: relative;
    z-index: 100;
}


}

@media only screen and (max-width: 567px) {
	
.home-body-title h1 {
    font-size: 1.6em;
}
.main-title h1 {
    font-size: 1.7em;
}
.vital-part h2 {
    font-size: 1.2em;
}
.mybutton-medium {
    font-size: 1.2em;
}
.vital-buttons > div > div {
    min-height: auto;
}
.vital-buttons .part-type-b > div {
    padding-top: 40px;
}
.container.content-bottom-image {
    height: 150px;
}
.download-area > div h4 {
    margin-top: 0;
    width: 50%;
}
.main-content > div.content > .row > .main-col {
	background-size: 100% 100%;
}
/*
.running-text-wrap {
    padding: 5px 15px !important;
}
.page .running-text-wrap {
    padding: 0 !important;
}
.running-text-title {
    display: none;
}
.homepage .running-text {
    padding-left: 0 !important;
	font-size: 1.2em;
}
.running-text > span:first-child {
    margin-left: -100px;
}
*/
	
}

@media only screen and (max-width: 550px) {
	
.account-menu > div {
    width: 100% !important;
}
.account-menu .balance,
.account-menu .balance a {
    border-radius: 20px 20px 0 0;
}
.account-menu .logout,
.account-menu .logout a {
    border-radius: 0 0 20px 20px;
}
.account-menu > div a {
    padding: 8px 10px !important;
}
.account-menu .logout a {
	background-position: left 9px center;
}
.account-menu .myaccount a {
	background-image: url("../img/mya-icon-glxgames.com.png");
	background-size: 26px auto;
	background-position: left 9px center;
	background-repeat: no-repeat;
}

.bank-accept > div > div {
    float: none;
    margin: auto;
    width: 230px;
}
.bank-accept > div > div + div {
    margin-top: 15px;
}
.download-android h3 {
    font-size: 1.8em;
}
.download-android h2 {
    font-size: 2.8em;
}
.play-online h2 {
    line-height: 1em;
}
.download-java h2 br {
    display: none;
}
.choose-game-outer {
	width: 100%;
}
.game-icon-outer {
	display: none;
}
.form-segment-title {
    font-size: 0.9em;
    line-height: 1.4em;
}
.col-inner.narrow {
    padding: 15px 0;
}
.responsive-table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow-x: scroll;
}
.responsive-table table {
	min-width: 490px;
}
.table-instruction {
	display: block;
}

.record-found, .record-pagination {
    width: 100%;
}
.record-pagination {
	text-align: left;
}
.logo-area-inner {
	background-image: url("../../img/bg-welcome-galaxybola.me-4.png");
    background-position: left top;
    background-size: 84% auto;
    padding: 84% 15% 40px;
}
.welcome-block .text-block {
    /*padding-bottom: 100px;*/
	min-height: auto;
}

.icon-area > div {
    width: 100% !important;
}
.icon-area .icon-item a {
    padding: 23% 0 !important;
}


}

@media only screen and (max-width: 474px) {
	
.vital-buttons > div {
    width: 100%;
}
.vital-buttons.play-download > div:first-child {
    margin-bottom: 20px;
}
.how-to-trick .block-title {
    min-width: auto;
}
.brush-bg-normal::after {
    background-size: 90% auto;
}
/*
.block-title.brush-bg-normal::after {
    top: -28%;
}
*/
.page-title .the-title {
    font-size: 1.6em;
	padding: 15px 30px;
}
.main-content > div.page-title {
    margin-bottom: 20px;
    margin-top: 20px;
}
/*
.page .main-content > div.content {
    margin-top: 10px;
}
*/
/*
.editor-content {
    padding: 20px 15px 0;
}
*/
.editor-content {
    padding: 30px 15px;
}
/*
blockquote {
    font-size: 1.2em;
}
*/

.img-button-wrap .image-wrap {
    float: none;
    margin: 15px auto 0;
}
.img-button-wrap .btn-wrap {
    float: none;
    margin: 15px auto 0;
}
.main-content > div.page-title-with-image {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
.partner-link > a {
    padding: 5px;
}
	
}


@media only screen and (max-width: 460px) {
	
.page-play .container {
	width: 320px;
}
.play-area {
    height: 160px;
}
.progressbar-text {
	display: none;
}
.pwr-button {
    width: 40px;
}
.rfh-button img {
    width: 40px;
}
.rfh-button a {
    font-size: 1.2em;
}
.rfh-button {
    width: 160px;
}
.play-text {
    font-size: 1em;
    padding: 6px 15px;
}

.main-col .main-block > div {
    padding: 20px 30px 40px;
}
blockquote {
    margin-bottom: 5px;
}

.jajar-dua > div,
.jajar-tiga > div {
	float: none;
	width: 100%;
}

.form-text .row {
    margin-bottom: 10px;
}
.form-text .row > div {
    width: 100%;
}
.col-inner.narrow > div {
	width: 100%;
}
.col-inner.narrow > div:nth-child(2n+1) {
    margin-top: 10px;
}
.col-inner.narrow > div:first-child {
    margin-top: 0;
}
.message-list .msg-from {
    display: none;
}
.message-list .msg-subject {
    width: 70%;
}
.message-list .msg-trash {
    line-height: 1.8em;
    width: 10%;
}
.page-download .download-android h2 {
    font-size: 1.6em;
}
.page-download .download-android h3 {
    font-size: 1.6em;
}

.welcome-block .text-block {
    padding: 30px 7% 20px;
}

.advantage-block .text-block {
    padding: 30px 7%;
}

.row-ads {
	display: none;
}
/*
.message-list .msg-time {
    font-size: 0.8em;
    width: 20%;
}
*/
}

@media only screen and (max-width: 420px) {
	
.homepage header {
    background-size: 580px auto;
}
/*
.homepage header .header-top {
    height: 290px;
}
*/
.navbar {
	z-index: 1000;
}
.mybutton-download {
    background-image: none !important;
    font-size: 1em;
    padding: 10px 20px;
}
.mybutton-playnow {
    background-position: right 10px !important;
    background-size: 60px auto;
    font-size: 1.4em;
    padding: 10px 50px 10px 20px;
}
	
.download-area > div h4 {
    margin-top: 0;
    width: 100%;
}
.balance-result-label {
	display: block;
}
.download-android h2 {
    font-size: 2em;
}
.input-group-addon.choose-game {
    padding: 0 5px;
}
.input-group-addon.choose-game img {
    height: 26px;
}
.page-download .game-variations .game-tangkasnet .col-inner {
    background-size: 250px auto !important;
    padding-top: 165px;
}

.navbar-brand {
    padding: 15px;
	left: -6px;
}
.navbar-brand > img {
    height: 28px;
}
/*
.marquee p.long {
    top: 2px;
}
*/
	
}

@media only screen and (max-width: 360px) {
	
/*
.page-play .container {
    width: 360px;
}
.play-area {
    height: 182px;
}
*/
.rangelabel {
    display: block;
}
.form-range-balance .text-right {
	text-align: left;
}
.home-account .game-logo .row > div {
    width: 100%;
}
.page-download .download-java {
    padding: 40px 20px;
}
.page-download .download-android-wrap .btn {
    font-size: 1em !important;
}
.page-download .download-android {
    background-size: 270px auto;
    padding: 170px 15px 45px;
}
.download-java {
    padding: 40px 25px 25px;
}
.play-online {
    padding: 25px 0;
}
.bank-accept > div > div {
    width: 180px;
}
.game-variations .game-tangkasnet .col-inner {
    background-size: 180px auto;
}
.page-download .game-variations .col-inner {
    background-size: 190px auto !important;
    padding-top: 160px;
}
.page-download .game-variations .game-tangkasnet .col-inner {
    background-size: 200px auto !important;
    padding-top: 130px;
}
.download-android {
    background-size: 256px auto;
	padding: 185px 15px 30px;
}

.download-android h3 {
    margin-bottom: 20px;
}

.icon-area .icon-item a {
    padding: 20% 0 !important;
}
.welcome-block .icon-block img {
    height: 26px;
}
.bank-accept .element-wrap {
    padding: 20px 10px;
}
	
}

@media only screen and (max-width: 360px) {
	
.game-variations .game-tangkasnet .col-inner {
    background-size: 250px auto;
}
.game-variations .col-inner {
    background-size: 190px auto;
}
.game-variations .col-inner {
    padding-top: 160px;
}
.brush-bg::after {
	top: 5%;
}
p.machine-streaming {
    padding-left: 0;
    padding-right: 0;
}
.vital-buttons > div {
    padding-left: 0;
    padding-right: 0;
}
.vital-buttons > div > div {
	padding: 30px 15px;
}
.vital-part h2 {
    font-size: 1.6em;
}

.main-content > div.page-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
/*
.editor-content {
    padding: 15px 15px 0;
}

.editor-content {
    padding: 30px 15px 10px;
}
*/
.container.content-bottom-image {
    height: 130px;
}
.sidebar-col .center-block {
    width: 92%;
}
.btn-disagree, .btn-agree {
    margin: 0;
    width: 100%;
}
.btn-agree {
	margin-top: 10px;
}
.field-group-wrap {
    padding: 0;
}
.form-segment-title {
    padding: 5px 15px;
}
.page-title .the-title {
    font-size: 1.4em;
    padding: 10px 15px;
}
.main-col form {
    padding-top: 0;
}
	
}

/** CUSTOM **/
.full-auto {
    width: 100% !important;
}

.full-auto label {
    width: 12% !important;
}

.full-auto div {
    width: 88% !important;
}

.full-auto .uniq-btn {
	padding-left: 14% !important;
	width: 98% !important;
}

@media only screen and (max-width: 1199px) {
	.full-auto label {
		width: 100% !important;
	}

	.full-auto div {
		width: 100% !important;
	}
	
	.full-auto .uniq-btn {
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
}