body {
	background-image: url(images/bg/bg-main.jpg?v=1.0.0);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;	
	background-color: #20242f;	
	font-family: "MyriadProRegular";
	font-size: 16px;	
	color: #fff;
	overflow-x: hidden;
	min-width: 320px;
}

body.single {
	background-image: url(images/bg/bg-main.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

body.login {
	background-image: url(images/bg/bg-main.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	
	padding-top: 25px;
}

body {
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
}

footer {
  bottom: 0;
  position: absolute !important;
  left: 0;
  right: 0;
}

.show-340 {
	display: none !important;
}
@media (max-width: 340px){
	.show-340 {
		display: block !important;
	}
	.hide-340 {
		display: none !important;
	}
}

a:link {
	outline: none;
}

a, a:hover, a:visited {
	color: #fdcd01;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.a-table {
	display: table;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
/*
===================================
	Root of The Root
===================================
*/

/*
--- Text Point ---
*/
.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.text-bold {
	font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 2px 2px #000;
}

.text-playbold {
    font-family: "PlayBold";
}

.text-14 {
	font-size: 14px;
}

.text-16 {
	font-size: 16px;
}

.text-18 {
	font-size: 18px;
}

.text-20 {
	font-size: 20px;
}

.text-22 {
	font-size: 22px;
}

.text-24 {
	font-size: 24px;
}

/*
--- Margin Point ---
*/
.margin-top-0 {
	margin-top: 0 !important;
}

.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-40 {
	margin-top: 40px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-6ps {
	margin-top: 6%;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

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

.margin-left-15 {
	margin-left: 15px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-left-5ps {
    margin-left: 5%;
}

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

.margin-right-15 {
	margin-right: 15px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-right-30 {
	margin-right: 30px;
}

/*
--- Color Point ---
*/
.yellow-color {
	color: #fdcd01;
}

.red-color {
	color: #d9534f;
}

.green-color {
	color: #68ab3e;
}

.red-color-2 {
    color: #F74040;
}

.green-color-2 {
    color: #5AE273;
}

/*
--- Display Point ---
*/

.show-when-mobile {
	display: none !important;
}

.inline-block {
	display: inline-block;
}

.relative {
	position: relative;
}

/*
--- Float Point ---
*/

.unset-float {
	float: unset;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-block-left{
	float: left;
	width: 100%;
	position: relative;	
}

/*
--- Width Point ---
*/
.width-30ps {
    width: 30%;
}

.width-60ps {
    width: 60%;
}

/*
--- Button Point ---
*/

.btn {
	color: #000 !important;
	font-family: "FuturaMedium";
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	padding: 2px 13px;
	font-size: 18px;
	display: inline-block;
	border: none;
	border-radius: 50px;
	display: inline-block;
			
	-webkit-box-shadow: -1px 2px 3px #000;
	   -moz-box-shadow: -1px 2px 3px #000;
		 -o-box-shadow: -1px 2px 3px #000;   
			box-shadow: -1px 2px 3px #000;
}

.btn-rules {
	color: #000 !important;
	font-family: "PlayBold";
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	outline: 0;
	border-radius: 0;
	padding: 7px 25px;
	display: inline-block;
	width: 100%;
}

.btn-rules:hover {
	text-decoration: none !important;
}

.btn-small {
	font-size: 10px;
	letter-spacing: 1px;
	font-family: "PlayRegular";
	padding: 4px 6px;
}

.btn-mid {
	min-height: 34px;
	min-width: 150px;
	font-size: 18px;
}

.btn-larger {
	font-size: 21px;
	padding: 5px 15px;
}

.btn-play-home {
	padding: 2px 30px;
}

.btn-instant {
	font-size: 1.7em;
	line-height: normal;

	padding: 2px 90px;	
	background: #8cc63f;
	background: -webkit-linear-gradient(left,  #8cc63f 0%,#009000 50%,#8cc63f 100%);	
	background: -moz-linear-gradient(left,  #8cc63f 0%, #009000 50%, #8cc63f 100%);
	background: linear-gradient(to right,  #8cc63f 0%,#009000 50%,#8cc63f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63f', endColorstr='#8cc63f',GradientType=1 );
	color: #fff !important;
}

.btn-instant span::after {
	content: "";
	background-image: url(images/content/btn-arrow.png);
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;	
	width: 25px;
	height: 25px;
	position: absolute;
	top: 16%;
	right: 10px;
}

.btn-yellow {
	background: #ffdd30;
	background-image: -webkit-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -moz-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -ms-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -o-linear-gradient(top, #ffdd30, #ffa611);
	background-image: linear-gradient(to bottom, #ffdd30, #ffa611);
}

.btn-red {
	background: #ff5242;
	background-image: -webkit-linear-gradient(top, #ff5242, #C31200);
	background-image: -moz-linear-gradient(top, #ff5242, #C31200);
	background-image: -ms-linear-gradient(top, #ff5242, #C31200);
	background-image: -o-linear-gradient(top, #ff5242, #C31200);
	background-image: linear-gradient(to bottom, #ff5242, #C31200);
	color: #fff !important;	
}

.btn-green {
	background: #0db507;
	background-image: -webkit-linear-gradient(top, #0db507, #0e540a);
	background-image: -moz-linear-gradient(top, #0db507, #0e540a);
	background-image: -ms-linear-gradient(top, #0db507, #0e540a);
	background-image: -o-linear-gradient(top, #0db507, #0e540a);
	background-image: linear-gradient(to bottom, #0db507, #0e540a);
	color: #fff !important;	
}

.btn-unique {
	background: #8cc63f;
	background: -webkit-linear-gradient(left,  #8cc63f 0%,#009000 50%,#8cc63f 100%);	
	background: -moz-linear-gradient(left,  #8cc63f 0%, #009000 50%, #8cc63f 100%);
	background: linear-gradient(to right,  #8cc63f 0%,#009000 50%,#8cc63f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc63f', endColorstr='#8cc63f',GradientType=1 );
	color: #fff !important;
}

.btn-unique span {
	position: relative;
}

.btn-unique span::after {
	content: "";
	background-image: url(images/content/btn-arrow.png);
	background-size: 17px;
	background-position: center;
	background-repeat: no-repeat;	
	width: 17px;
	height: 17px;
	position: absolute;
	top: 10%;
	right: -22px;
}

.btn-instant:hover {
	background: #009000;
}

.btn-yellow:hover {
	background: #fdcf01;
}

.btn-red:hover {
	background: #C31200;
}

.btn-green:hover {
	background: #0e540a;
}

.btn-unique:hover {
	background: #009000;
}

/*
--- IMG Point ---
*/
.img-490 {
	width: 490px;
}

.img-300 {
	width: 300px;
}

.img-middle {
	margin-left: auto !important;
	margin-right: auto !important;
}

.img-offline {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		 -o-filter: grayscale(100%);	
			filter: grayscale(100%);	
}

/*
--- Ul Point ---
*/

ul.no-list-img {
	padding: 0;
	font-size: 20px;
	text-shadow: 2px 2px 2px #000;
	font-weight: normal;	
}

ul.no-list-img li {
    list-style: none;
}

ul.custom-list-img li {
	background-image: url(images/content/point-dot-list-item.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 18px;
	background-size: 18px;
	line-height: 25px;
	background-position: 0px 6px;
}

ul.no-list-img-small {
    padding: 0;
}

ul.no-list-img-small li {
    list-style: none;
    color: #fff;
    font-weight: normal;
}

ul.custom-list-img-small li {
    background-image: url(images/content/point-dot-list-item.png);
    background-repeat: no-repeat;
    background-size: 17px auto;
    padding-left: 26px;
    line-height: 1em;
    font-size: 16px;
	margin-bottom: 15px;
}

/*
==========================================================
	RELATIVE BLOCK
==========================================================
*/

.menu-block, 
.slider-block, 
.bottom-block, 
.left-block, 
.instant-block, 
.instant-browser-block, 
.store-block, 
.bank-block, 
.right-block, 
.games-block, 
.about-home-block, 
footer,
.single-block,
.single-block-content,
.bottom-logo,
.main-login-block,
.main-left-panel,
.main-sidebar,
.main-sidebar-login {
	position: relative;
	width: 100%;
	float: left;
}

/*
==================================================
			MENU BLOCK
==================================================
*/

.menu-block {
	
}

.marquee-home,
.bottom-block, 
.store-block, 
.bank-block, 
.about-home-block, 
.single-block {
	margin-top: 10px;
}

/*
==================================================
			NAVIGASI
==================================================
*/

.navbar {
	margin-bottom: 0;
}

.login .navbar {
    margin-left: 0;
    margin-right: 0;
}

.navbar-inverse {
	background: #222122;
	background: -moz-linear-gradient(45deg,  #222122 0%, #5a2e4d 50%, #222122 100%);
	background: -webkit-linear-gradient(45deg,  #222122 0%,#5a2e4d 50%,#222122 100%);
	background: linear-gradient(45deg,  #222122 0%,#5a2e4d 50%,#222122 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222122', endColorstr='#222122',GradientType=1 );
	
	min-width: 320px;
	border: 0;
	border-radius: 0 !important;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	z-index: 99;	
}

.login .navbar-inverse {
	min-width: 290px;
}

.login .navbar-brand {
	display: block;
	padding: 15px 15px 7px;
	height: 60px;
}

.navbar-brand > img {
	position: relative;
	width: 90px;
	margin-top: -5px;
	
	z-index: 9;
}

.mobile-view, 
.navbar-brand-mobile, 
.login .navbar-brand-mobile {
	display: none;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: "MyriadProBold";	
    color: #fff;
	font-size: 14px;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-image: none;
	background-color: transparent;
	color: #1263e3;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover
/**.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a :active */ {
	background-image: none;
	background-color: transparent;
	color: #1263e3 !important;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
	background-image: none;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:focus, 
.navbar-inverse .navbar-nav > .open > a:hover {
	color: #1263e3;
	background-color: transparent;
}

.dropdown-menu {
	background-color: #5A2E4D;
	border: none;
	border-radius: 0;
	margin-top: 0 !important;
}

.dropdown-menu > li > a {
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 16px;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background-color: transparent;
	background-image: none;
	color: #1263e3;
}

.dropdown.open .caret {
    transform: rotate(180deg);
}
.dropdown-toggle .caret {
    top: -2px;
    position: relative;
}

.navbar-inverse .navbar-nav > li.login-menu > a {
    color: #fdcd01;
}

.navbar-inverse .navbar-nav > li.login-menu > a:hover, 
.navbar-inverse .navbar-nav > li.login-menu > .active > a:hover {
    color: #1263e3;
}

.navbar-shadow {
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
		-ms-transition: 0.5s;
		 -o-transition: 0.5s;
			transition: 0.5s;
			
	-webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
	   -moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
		-ms-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
		 -o-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);
			box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.65);			
}

/*
.menu-text-part {
	padding: 0;
}
*/
.menu-text-part a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
@media (max-width: 1199px){
	.menu-text-part a {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
}
@media (max-width: 991px){
	.navbar-brand-dekstop .navbar-brand {
		left: -30%;
		position: relative;
	}
	.menu-text-part {
		padding: 0;
	}
}
@media (max-width: 767px){
	.menu-text-part {
		max-height: 362px;
		overflow: scroll;
	}
}

/*
==================================================
		SLIDER
==================================================
*/

.slider-block {
	margin-top: 62px;
}

.carousel-indicators {
	width: auto;
	left: 0;
	margin-right: 15px;
	margin-left: 15px;	
}

.carousel-indicators li {
	width: 45px;
	height: 7px;
	border-radius: 10px;
	background-color: #505259;
	border: none;
}

.carousel-indicators .active {
	width: 45px;
	height: 7px;
    margin: 1px;
	background-color: #9799a1;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}

/*
==========================================================
	MARQUEE
==========================================================
*/

marquee {
	display: block;
	line-height: 1.2em;
	white-space: nowrap;	
}

.bg-marquee {
    clear: both;
    display: block;
    overflow: hidden;
    /*position: relative;*/
    width: 100%;
    background: url(images/bg/bg-marquee.jpg);
	background-repeat: repeat-x;
    padding: 13px;
    font-family: "PlayRegular";
    font-weight: 600;
	text-shadow: 1px 2px 2px #000;
	/*
    border-bottom: 1px solid #111;*/
    margin-bottom: 14px;
}

.marquee-home {
	margin-bottom: 0 !important;
	padding: 11px 15px !important;
	float: left;
	position: relative;
	z-index: 8;
	background-color: rgba(0, 0, 0, 0.65);
}

/*
==================================================
	BOTTOM BLOCK
==================================================
*/

.bottom-block .row-home {
	margin-left: -5px;
	margin-right: -5px;
}

.bottom-block .row-home > div {
	padding-left: 5px;
	padding-right: 5px;
}


/*
==================================================
	GAME HOME
==================================================
*/

@keyframes pulse {
	0% {
		transform: scale(0.95)
	}
	
	50% {
		transform: scale(1)
	}
	
	100% { 
		transform: scale(0.95)
	}
}

.section__pulse {
    animation: pulse 0.8s ease-in-out infinite;
}

.game-home-block .row-game-home > div {
	position: relative;
	margin-bottom: 10px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}

.game-home-block .row-game-home > div:last-child {
	margin-bottom: 0;
}

.lets-play {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
}

/*
==========================================================
	PLAY INSTANT BLOCK
==========================================================
*/

.instant-block {
    background-image: url(images/bg/bg-instant-block.jpg);
    background-size: cover;
    background-position: right;
    padding: 25px 30px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
	
	min-height: 274px;
}

.logo-content-block {
    margin-bottom: 10px;
}

.logo-content-block img {
    width: 110px;
}

.content-download-block a {
	color: #fff;
}

.content-download-block h3 {
	font-family: "MyriadProBold";
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}

.content-download-block p {
	font-family: "MyriadProRegular";
	font-size: 14px;
	margin: 10px 0;
}

/*
==========================================================
	PLAY STRIP BLOCK
==========================================================
*/

.main-play-strip {
	margin-bottom: 10px;
}

.play-strip-block {
	margin-bottom: 10px;
}

.play-strip-block img {
	width: 100%;
	margin: auto;
	
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
			transition: all .3s;
}

.play-strip-block img:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
			transform: scale(1.05);
}

.btn-play-strip {
	width: 100%;
	font-weight: 700;
	background-color: #7030ff;
	padding: 5px 15px;
	border-radius: 7px;
	
	-webkit-box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.55), inset -3px -3px 0px rgba(0, 0, 0, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.55), inset -3px -3px 0px rgba(0, 0, 0, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.55), inset -3px -3px 0px rgba(0, 0, 0, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.55), inset -3px -3px 0px rgba(0, 0, 0, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: inset 3px 3px 0px rgba(255, 255, 255, 0.55), inset -3px -3px 0px rgba(0, 0, 0, 0.55), 0px 0px 10px rgba(255, 255, 255, 0.75);	
}

.btn-play-strip:hover, 
.btn-play-strip:focus {
	background-color: #a91197;
}

.btn-play-strip .room-btn-play {
	/*
	display: table;
	margin: auto;
	*/
}

.btn-play-strip .icon-play {
	float: left;
	width: 40px;
	height: 40px;
	
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;	
}

.btn-play-strip .icon-android {
	background-image: url(images/icon/android-icon.png);
}

.btn-play-strip .icon-apple {
	background-image: url(images/icon/apple-icon.png);
}

.btn-play-strip .icon-web {
	background-image: url(images/icon/web-icon.png);
}

.btn-play-strip .text {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

/*
==================================================
	INSTANT BROWSER BLOCK
==================================================
*/

.instant-browser-block {
	background-image: url(images/bg/bg-instant-browser.jpg);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;	
	/*padding: 15px 30px;*/
	padding: 40px 30px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}


.instant-browser-block .browser-img img, 
.instant-browser-block .browser-btn img {
	/*width: 255px;*/
	width: 300px;
	margin: auto;
}

.instant-browser-block .browser-btn {
	margin-top: 7px;
	text-align: center;
}

/*
==================================================
	STORE BLOCK
==================================================
*/

.store-block {
	background-image: url(images/bg/bg-store-block.jpg);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	/*padding: 10px 30px;*/
	padding: 40px 30px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}

.row-store-block {
	margin: auto;
	display: table;
	margin-left: -10px;
	margin-right: -10px;	
}

.row-store-block > div {
	float: left;
	width: 25%;
	position: relative;	
	padding-left: 10px;
	padding-right: 10px;
}

.store-block img {
	/*width: 170px;*/
	width: auto;
}

/*
==================================================
	BANK BLOCK
==================================================
*/

.bank-block {
	background: #292a33;
	background: -moz-linear-gradient(top,  #292a33 0%, #02040e 100%);
	background: -webkit-linear-gradient(top,  #292a33 0%,#02040e 100%);
	background: linear-gradient(to bottom,  #292a33 0%,#02040e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292a33', endColorstr='#02040e',GradientType=0 );
    /*padding: 10px 10.2em;*/
	padding: 37px 25px 10px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);		
}

.room-bank-block {
	text-align: center;
}

.room-bank-block > div {
	padding-left: 7px;
	padding-right: 7px;
	float: none;
	display: inline-block;
}

.bank-status {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	display: table;
	height: 1em;
}

.bank-status::before {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 11px;
	letter-spacing: 1px;
}

.bank-status.on::before {
	content: "Online";
	color: #06ff00;
}

.bank-status.off::before {
	content: "Offline";
	color: #ff2323;
}

/*
==================================================
	ABOUT HOME BLOCK
==================================================
*/

.about-home-block {
	background-image: url(images/bg/bg-about-block.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	margin-bottom: 60px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}

.about-home-block .content-about h1,
.about-home-block .content-about h2,
.about-home-block .content-about h3 {
	font-family: "MyriadProBold";
	text-transform: uppercase;
	color: #fff;
	font-size: 9px;
}

.about-home-block .content-about a {
	color: #fff;
}

.about-home-block .content-about p {
    font-size: 7px;
    margin: 10px 0;
}

/*
==========================================================
	SINGLE BLOCK
==========================================================
*/

/*--- Header Title ---*/
.header-title h1 {
	font-family: "ProtoType";
	margin: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-size: 45px;
	letter-spacing: -2px;
	-webkit-text-stroke: 1px #000;
}

.header-title h1 {
	background: -webkit-linear-gradient(top, rgba(235,232,222,1) 0%,rgba(209,206,199,1) 39%,rgba(185,182,171,1) 59%,rgba(236,232,221,1) 100%);
	background: -moz-linear-gradient(top, rgba(235,232,222,1) 0%,rgba(209,206,199,1) 39%,rgba(185,182,171,1) 59%,rgba(236,232,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,232,222,1) 0%,rgba(209,206,199,1) 39%,rgba(185,182,171,1) 59%,rgba(236,232,221,1) 100%);
	background: -o-linear-gradient(top, rgba(235,232,222,1) 0%,rgba(209,206,199,1) 39%,rgba(185,182,171,1) 59%,rgba(236,232,221,1) 100%);
	background: linear-gradient(top, rgba(235,232,222,1) 0%,rgba(209,206,199,1) 39%,rgba(185,182,171,1) 59%,rgba(236,232,221,1) 100%);
				-webkit-background-clip: text;
				   -moz-background-clip: text;
					-ms-background-clip: text;
					 -o-background-clip: text;
						background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*--- Single Block ---*/
.single-block {
    background-image: url(images/bg/bg-single-block.jpg);
    background-size: cover;
    background-position: center left;
	min-height: 570px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}

.not-login-block {
	margin-top: 80px;	
}

.header-title {
	background-color: rgba(0, 0, 0, 0.45);		
	position: relative;
	padding: 8px 15px 15px;
}

.header-title::after {
    background-image: url(images/content/line-border.png);
    background-position: left center;
    background-repeat: repeat-x;
    position: absolute;
    height: 3px;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
}

.bottom-logo {
    padding: 30px 0;
}

.bottom-logo img {
    margin: auto;
    opacity: 0.35;
}

.single-block-content {
    padding: 30px 30px 60px;
}

.single-block-content h3,
.single-block-content h2 {
    margin-bottom: 25px;
}

.marquee-page {
    margin-bottom: 0 !important;
    padding: 11px 15px !important;
    position: relative;
    z-index: 9;
    background-color: rgba(233, 82, 176, 0.35);
}

.single-block-content img.img-download {
    width: 370px;
}

.youtubeVideoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.youtubeVideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
==========================================================
	LOGIN BLOCK
==========================================================
*/

.room-login-block {
	margin-left: -10px;	
	margin-right: -10px;
}

.room-login-block > div {
    padding-left: 10px;
    padding-right: 10px;
}

/*--- LEFT PANEL ---*/
.main-left-panel {
    min-height: 1080px;
    background-image: url(images/bg/bg-main-left-panel.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.80);
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}

.marquee-login {
	margin-top: 10px;
    margin-bottom: 0 !important;
    padding: 11px 15px !important;
    position: relative;
    z-index: 9;
	background-color: rgba(0, 0, 0, 0.65);
}

.login-menu-block {
	display: none;
}

.img-button-wrap {
    display: table;
    width: 100%;
}

/*--- SIDEBAR ---*/
.main-sidebar {
	min-height: 1080px;
	background-image: url(images/bg/bg-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;	
	padding: 40px 20px;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}

.main-sidebar-login {
	min-height: 1080px;
	background-image: url(images/bg/bg-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	   -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
		 -o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
			box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);	
}


/*
==========================================================
	FORM
==========================================================
*/
.form-control {
    background-color: rgba(255, 255, 255, 0.65);
    border: none;
    border-radius: 5px;
	color: #000;
	font-size: 1em;
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);   
			box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
}

.form-control:focus, .form-control:active {
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);   
			box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
}

.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: 3px;
	text-shadow: 1px 2px 2px #000;
}

.form-control::-moz-placeholder {
  color: #1e150c;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #1e150c;
}

.form-control::-webkit-input-placeholder {
  color: #1e150c;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  /*
  background-color: rgba(72,57,13,0.75);
  */
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  color: #aaa;
}

.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;
}

.captcha-wrap {
    width: 56.5%;
}

div.form-control {
    height: auto;
}

p.form-control {
    cursor: inherit !important;
    height: auto;
	padding: 15px 20px 20px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.message-list > a {
    background-color: #aaa;
    border-radius: 5px;
    clear: both;
    color: #000 !important;
    display: table;
    padding: 5px 20px;
    width: 100%;
	position: relative;
}

.message-list > a.unread {
    color: #1d239f !important;
    padding-left: 40px;
}

.message-list > a.unread::before {
    background-color: #1d239f;
    border-radius: 5px;
    content: "";
    height: 10px;
    left: 20px;
    position: absolute;
    top: 12px;
    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: 16px;
    width: 20%;
}

.message-list .msg-trash {
    color: #c45252;
	font-size: 16px;
	line-height: 1.4em;
    text-align: right;
    width: 5%;
	opacity: 0.7;
}

.message-list .msg-trash:hover {
	color: #c42525;
	opacity: 1;
}

.bg-gradation-darkblue {
	background-color: rgba(255, 255, 255, 0.65) !important;
	/*border: 1px solid rgba(0, 0, 0, 0.45);*/
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);   
			box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.45), 2px 2px 3px rgba(0, 0, 0, 0.45);
}

.bg-gradation-darkblue:hover {
	background: rgba(255, 255, 255, 0.85) !important;	
}

.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;
}

li.new-message::after {
    color: #ff0000;
    content: "*";
    font-size: 1.6em;
    position: absolute;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
    margin-left: 9px;
    margin-top: 3px;
    top: 0;
    left: 0;
}

.mgs-pagination {
    display: table;
    width: 100%;
}

.mgs-pagination .record-summary {
    float: left;
    font-size: 0.9em;
}

.mgs-pagination .record-pagination {
    float: right;
    margin-top: 0;
}

.msg-navigation ul {
    margin-top: 0;
}

.msg-navigation {
    float: right;
    margin-top: 0;
}

.rasterized {
    background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 16px #000;
	   -moz-box-shadow: inset 0px 0px 16px #000;
		 -o-box-shadow: inset 0px 0px 16px #000;
			box-shadow: inset 0px 0px 16px #000;	
    padding: 8px 15px;
    overflow-wrap: break-word;
}

.register-bank {
    background-color: #fff;
}

/*
=============================================
		PAGINATION
=============================================
*/

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #fff;
    background-color: rgba(234, 21, 33, 0.75);
    border: none;
    margin-right: 5px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1263e3;
    border-color: #1263e3;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #1263e3;
    border-color: #1263e3;
}

/*
=============================================
		DATE PICKER
=============================================
*/
.datepicker table tr td, .datepicker table tr th {
    color: #68ab3e !important;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #F74040 !important;
	color: #fff !important;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today.active:hover, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #fff !important;
    background-color: #F74040 !important;
    border-color: #f59e00 !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff !important;
    background-color: #68ab3e !important;
    border-color: #68ab3e !important;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff !important;
    background-color: #F74040 !important;
    border-color: #f59e00 !important;
}

/*
=======================================================
		TABLE
=======================================================
*/

.record-table .td {
    width: 16.65%;
}

.record-table-4 .td {
    width: 25%;
}

.record-table-7 .td {
    width: 14.25%;
}

.table-instruction {
	display: none;
	line-height: 1.4em;
    margin-bottom: 10px;
}

.tiny-font {
    font-size: 0.7em;
}

.page-play .small-font,
.mini-font {
    font-size: 0.8em;
}

.record-table, .record-table-4 {
	overflow-x: hidden;
	/*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.record-table-4,
#withdraw-history.record-table-4,
#referral-history.record-table-4 {
    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 + div.tr,
#withdraw-history .the-table > div.tr + div.tr,
#referral-history .the-table > div.tr + div.tr {
    border-top: 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;
}

.record-pagination {
    margin-top: 15px;
}

.record-pagination > div {
    display: inline-block;
}

.record-pagination > div a {
    background-color: #c4ad00;
    color: #fff;
    padding: 5px 12px;
	font-size: 0.8em;
}

.tr {
	clear: both;
	display: table;
    width: 100%;
}

.td {
    display: table-cell;
    padding: 10px;
	line-height: 1.2em;
	text-align: center;
	word-wrap: break-word;
	float: left;
}

.page-balance .td {
	width: 14.25%;
}

.page-balance-detail .td {
	width: 16.65%;
}

.page-deposit-fund .td,
.page-referral-2 .td,
.page-withdraw-money .td {
	width: 25%;
}

.td.text-right {
	text-align: right;
}

.td.text-left {
	text-align: left;
}

.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;*/
}

.narrow-side-gap {
    padding-left: 10px;
    padding-right: 10px;
}

.narrow-side-gap-2 {
    padding-left: 5px;
    padding-right: 5px;
}

/*
=============================================================
		Account Menu
=============================================================
*/

.account-menu {
	margin-top: 10px;
    margin-bottom: 10px;
}

.white-color, .account-menu > div a {
    color: #fff;
	text-decoration: none;
}

.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);
}

.account-menu .balance {
    text-align: right;
    width: 37%;
    border-radius: 20px 0 0 20px;
}

.account-menu > div {
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.9em;
    margin-right: -5px;
    text-align: center;
    background-color: #07090c;
}

.account-menu .balance a {
    border-radius: 20px 0 0 20px;
    background-image: url(images/icon/balance-icon-cemelive.com.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 44px auto;
    padding-left: 45px;
}

.account-menu > div a:hover,
.account-menu > div.active a {
	background-color: rgba(255,255,255,0.1);
}

.account-menu > div a {
    padding: 12px;
    display: block;
}

.account-menu .balance a > span:first-child {
    color: #FFE400;
}

.account-menu.message-menu .balance a {
	background-image: url(images/icon/message-inbox-cemelive.com.png);
}

.account-menu .myaccount {
    width: 37%;
}

.account-menu.message-menu .myaccount {
    width: 26%;
}

.account-menu .logout {
    text-align: left;
    width: 26%;
	border-radius: 0 20px 20px 0;
}

.account-menu.message-menu .logout {
	width: 37%;
}

.account-menu .logout a {
	border-radius: 0 20px 20px 0;
	background-image: url(images/icon/logout-icon-cemelive.com.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 44px auto;
	padding-right: 45px;
}

.account-menu.message-menu .logout a {
	background-image: url(images/icon/message-compose-cemelive.com.png);
}

/*
==========================================================
	SIDEBAR MENU
==========================================================
*/
.sidebar-menu a {
	/*
    -webkit-box-shadow: inset -1px 16px 27px -21px rgba(255,255,255,0.47);
	   -moz-box-shadow: inset -1px 16px 27px -21px rgba(255,255,255,0.47);
		 -o-box-shadow: inset -1px 16px 27px -21px rgba(255,255,255,0.47);	   
			box-shadow: inset -1px 16px 27px -21px rgba(255,255,255,0.47);
	*/		
}

.sidebar-menu a {
    color: #bbb;
    display: block;
    font-size: 1em;
    padding: 18px 30px;
    text-align: center;
    text-transform: uppercase;
	background: rgb(5,5,5); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,5,5,1) 0%, rgba(21,21,21,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(5,5,5,1) 0%,rgba(21,21,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(5,5,5,1) 0%,rgba(21,21,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
	text-align: left;
}

.sidebar-menu a, .sidebar-menu a:hover, .sidebar-menu a:visited, .sidebar-menu a:link {
    text-decoration: none;
}

.sidebar-menu a:hover {
    background-color: rgba(0,0,0,0.8);
	color: #1263e3;
}

.sidebar-menu .menu-item.active a {
    background-color: rgba(0,0,0,0.8);
    color: #1263e3;
    border-bottom: 2px solid rgba(18, 99, 227, 0.75);
}

.menu-item .fa {
    padding-right: 12px;
}

.main-sidebar-login .title-main-sidebar {
	background-color: #050505;
	padding: 40px 0px 20px 5px;
}

.sidebar-last-item{
	background-image: url(images/bg/bg-black-overlay.png);
	min-height: 200px;
	background-position: bottom right;
	background-repeat: repeat-x;	
}

/*
==========================================================
	GAME RULES
==========================================================
*/
.rules-border-main {
	/**border: 4px solid #fff;*/
	margin-bottom: 30px;	
}

.rules-about {
	background: rgb(46,50,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(46,50,61,1) 0%, rgba(15,17,20,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(46,50,61,1) 0%,rgba(15,17,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(46,50,61,1) 0%,rgba(15,17,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e323d', endColorstr='#0f1114',GradientType=0 ); /* IE6-9 */
    min-height: 115px;
	padding: 20px 10px;
}

.rules-about p {
    /*color: rgb(5,5,5);*/
	color: #fff;
    text-align: center;
	margin: 0;
}

.btn-wrap-rules {
	width: 100%;
}

.img-rules:hover {
	opacity: 0.75;		
}

.single-main-title {
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 0px 16px #000;
	   -moz-box-shadow: inset 0px 0px 16px #000;
		 -o-box-shadow: inset 0px 0px 16px #000;
			box-shadow: inset 0px 0px 16px #000;
	text-align: center;
	padding: 10px 10px 1px;			
}

.single-main-title h2 {
	color: #fff;	
    text-shadow: 2px 2px 4px #000;
}

img.auto {
    width: auto;
}

.tiny-img {
    position: relative;
    top: -5px;
}

.post-image {
    margin-top: 15px;
}

.img-desc {
    margin-top: 15px;
    line-height: 1.2em;
}

/*
==========================================================
	RESUME & AFB BLOCK
==========================================================
*/

.resume-block, 
.play-afb88, 
.play-afb88 .side-afb88, 
.play-afb88 .main-afb88 {
	float: left;
	width: 100%;
	position: relative;
}

.resume-block .row {
	margin-left: -10px;
	margin-right: -10px;
}

.resume-block .row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.resume-block .panel {
	background: rgba(0, 0, 0, 0.45);
	background-image: none;
	border: none;	
	
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);   
			box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);	
}

.resume-block .panel-heading {
	background-image: none;
	background: #ffcf68;
	background: -moz-linear-gradient(top,  #ffcf68 0%, #bf6200 100%);
	background: -webkit-linear-gradient(top,  #ffcf68 0%,#bf6200 100%);
	background: linear-gradient(to bottom,  #ffcf68 0%,#bf6200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf68', endColorstr='#bf6200',GradientType=0 );
	border: none;
}

.resume-block .panel-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: 700;	
}

.resume-block .panel-body {
	font-family: 'MyriadProBold';	
	color: #fff;
	font-size: 21px;
}

.resume-block.games-card .panel-title {

}

.resume-block.games-card .panel-body {
	min-height: 180px;
}

.resume-block.games-card .panel-body img {
	width: 100%;
	
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;	
}

.resume-block.games-card .panel-body img:hover {
	-webkit-transform: scale(0.95);
			transform: scale(0.95);
}

.resume-block.games-card .panel-body .alert {
	margin-bottom: 0;
}

.resume-block.games-card .panel-body .alert p {
	font-size: 14px;
	font-family: 'MyriadProRegular';
}

/**  PLAY AFB88 **/

.play-afb88 .row {
	margin-left: 0;
	margin-right: 0;
}

.play-afb88 .row > div {
	padding-left: 0;
	padding-right: 0;
}

.play-afb88 .row > div:first-child {
	width: 23%;
}

.play-afb88 .row > div:last-child {
	width: 77%;
}

.play-afb88 .side-afb88 iframe, 
.play-afb88 .main-afb88 iframe {
	height: 550px;
	width: 100%;
}

.game-card-mobile {
	display: none;
}

.loading-game {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 99;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-game > div {
	text-align: center;
	text-shadow: 1px 2px 3px #000;
}

.page-transfer .form-control[disabled], 
.page-transfer .form-control[readonly], 
.page-transfer fieldset[disabled] .form-control {
	background-color: #eee !important;
}

.loading-game > div p {
	margin-top: 5px;
}

@media (max-width: 1199px){	
	.resume-block.games-card .panel-heading {
		min-height: 51px;
	}
	
	.resume-block.games-card .panel-title {
		text-align: center;
	}
	
	.resume-block.games-card .panel-body {
		min-height: 145px;
	}	
}

@media (max-width: 767px){	
	.resume-block.games-card .panel-heading {
		min-height: auto;
	}
	
	.resume-block.games-card .panel-title {
		text-align: left;
	}	
	
	.resume-block.games-card .panel-body {
		min-height: auto;
	}	
	
	.resume-block.games-card .panel-body {
		float: unset;
		margin: auto;
		display: table;
	}
	
	.resume-block.games-card .panel-body img {
		width: 225px;
		margin: auto;
	}
	
	/**  PLAY AFB88 **/
	.play-afb88 .row > div:last-child {
		width: 100%;
	}
	
	.game-card-mobile {
		display: block;
	}
	
	.game-card-mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 9;
		min-width: 320px;
	}
	
	.game-card-mobile-main {
		float: left;
		width: 100%;
		position: relative;
		
		background: #3c4e64;
		background: -moz-linear-gradient(top,  #3c4e64 0%, #283443 100%);
		background: -webkit-linear-gradient(top,  #3c4e64 0%,#283443 100%);
		background: linear-gradient(to bottom,  #3c4e64 0%,#283443 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4e64', endColorstr='#283443',GradientType=0 );

		-webkit-box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);
		   -moz-box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);
			 -o-box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);   
				box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.45);		
	}
	
	.game-card-mobile .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.game-card-mobile .row > div {
		float: left;
		width: 33.33333333%;
		position: relative;	

		padding-left: 0;
		padding-right: 0;
	}

	.game-card-mobile .item a {
		display: block;
		text-align: center;
		padding: 5px;
		color: #fff;
		text-decoration: none;
		outline: none;
	}	
	
	.game-card-mobile .item a:hover {
		background-color: #202b39;		
	}
	
	.game-card-mobile .item .icon {
		margin-bottom: 5px;
	}
	
	.game-card-mobile .item .icon img {
		width: 100%;
		text-align: center;
		margin: auto;
	}

	.game-card-mobile .item .title {
		font-size: 12px;
		display: none;
	}
	
	.game-card-mobile .icon-mobile {
		display: none;
	}
}

@media (max-width: 480px){
	.game-card-mobile .icon-tablet {
		display: none;
	}

	.game-card-mobile .icon-mobile {
		display: block;
	}
	
	.game-card-mobile .item .icon img {
		width: 100%;
	}
}

@media (max-width: 360px){
	.resume-block.games-card .panel-body img {
		width: auto;
	}	
}

/*
==========================================================
	FOOTER
==========================================================
*/

footer {
	position: relative;
	background-color: #0f0f0f;
	padding: 10px 0 5px;
}

footer::before {
    background-image: url(images/content/line-border.png);
    background-position: left;
    background-repeat: repeat-x;
    position: absolute;
    height: 3px;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}

.tail-footer {
	opacity: 0.5;
	padding: 0;
}

.about-footer img {
	float: left;	
	width: 90px;
	padding-left: 5px;
	padding-right: 5px;
}

.about-footer img.logo-footer {
	height: 22px;
	width: auto;
	margin-top: 1px;
}

.social-footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-footer ul > li {
	float: left;
	position: relative;
	display: block;
	width: 23px;
	height: 23px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;	
}

.social-footer ul > li a {
	color: #fff;
}

.social-footer ul > li:hover {
	opacity: 0.75;
}

.fa.fa-bbm {
	background-image: url(images/social/fa-bbm.png);
	width: 100%;
	height: 100%;
	background-size: 77%;
	background-repeat: no-repeat;
	background-position: center center;
}

.fa.fa-line {
	background-image: url(images/social/fa-line.png);
	width: 100%;
	height: 100%;
	background-size: 77%;
	background-repeat: no-repeat;
	background-position: center center;
}

.social-footer ul > li.twitter {
	background-color: #6acff4;
}

.social-footer ul > li.instagram {
	background-color: #dd2a7b;
}

.social-footer ul > li.facebook {
	background-color: #3a5898;
}

.social-footer ul > li.whatsapp {
	background-color: #29AD00;
}

.social-footer ul > li.bbm {
	background-color: #0159B3;
}

.social-footer ul > li.line {
	background-color: #00B300;
}

.social-footer ul > li.wechat {
	background-color: #00A818;
}

/*
====================================================
		PLAY PAGE
====================================================
*/

body.page-play {
    background-image: url(images/play/play-background-cemelive.com.jpg);
    background-repeat: repeat;
	background-size: auto;
	padding-top: 40px;
	padding-bottom: 40px;	
}

.narrow-side-gap {
    padding-left: 10px;
    padding-right: 10px;
}

.play-text {
	font-family: "PlayBold";
    background-color: #010101;
    font-size: 2em;
    font-style: italic;
    padding: 10px 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 );
}

.silver-color {
    color: #b7b7b7;
}

.text-splitted-soft {
    letter-spacing: 1px;
}

.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);
		 -o-box-shadow: inset 55px 6px 29px -58px rgba(255,255,255,1);
			box-shadow: inset 55px 6px 29px -58px rgba(255,255,255,1);
}

.live-stream {
    background-color: #000000;
    padding: 20px;
}

.ls-image img {
    width: 100%;
}

.ls-title > img {
    margin-right: 15px;
    width: 40px;
    margin-bottom: 10px;
}
.inline-block {
    display: inline-block;
}

.ls-title h2 {
    margin: 0;
    font-size: 1.6em;
}

.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);
		 -o-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_buttons {
    display: table;
    width: 100%;
}

.ls_buttons > div {
    float: left;
}

.pwr-button {
    margin-right: 8%;
    width: 13%;
}

.rfh-button {
    width: 73%;
}

.rfh-button a {
    background-color: #767676;
    border-radius: 30px 35px 35px 30px;
    color: #000;
    display: block;
    font-size: 2em;
	line-height: 0;
    -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);
		 -o-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 img {
    display: inline-block;
    width: 18%;
    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);
		 -o-box-shadow: 6px 0px 7px 0px rgba(61,61,61,1);
			box-shadow: 6px 0px 7px 0px rgba(61,61,61,1);
}

.refresh-stream-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 75%;
}

.play-footer-wrap {
    margin-left: -5px;
    margin-right: -5px;
}

.refer-friend {
    background-color: #151515;
    display: block;
    margin-top: 20px;
}

.play-footer {
    background-image: url(images/play/play-page-footer-cemelive.com.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 220px;
    height: 70px;
    background-position: center;
}

.narrow-side-gap {
    padding-left: 10px;
    padding-right: 10px;
}

.play-area {
    position: relative;
	height: 426px;	
}

.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);
		 -o-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);
		 -o-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;
}

/*
=========================================================
	SOCIAL BUTTON
=========================================================
*/

.social-button-home {
	background: linear-gradient(to bottom, #bb0165 0%,#400204 100%);
	position: fixed;
	width: 52px;
	min-height: 10px;
	top: 50%;
	left: 0;
	z-index: 999;
	border-radius: 0 7px 7px 0;
	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);

	-webkit-box-shadow: -1px 2px 3px #000;
	   -moz-box-shadow: -1px 2px 3px #000;
		-ms-box-shadow: -1px 2px 3px #000;
		 -o-box-shadow: -1px 2px 3px #000;
			box-shadow: -1px 2px 3px #000;
}

.social-button-home::before {
	content: "";	
	background: #BD633F;	
	position: absolute;
	width: 3px;
	height: 100%;
	bottom: 0;
	left: 0;	
}

.social-button-home .img-responsive {
	display: block;
    max-width: 100%;
    height: auto;	
}

.social-button-home ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-button-home ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
	padding: 5px 7px;	
}

.social-button-home ul > li:last-child {
    border-bottom: 0;
}

img.img-social {
	display: block;
	
    -webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
		 -o-transition: .3s ease-in-out;
			transition: .3s ease-in-out;	
}

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

.social-button-home a,
.social-button-home a:hover,
.social-button-home a:active,
.social-button-home a:focus {
	text-decoration: none;
}

@media (max-width: 767px){
	.social-button-home {
		width: 40px;
	}
}

/*
=========================================================
	FLOATING QR CODE DOWNLOAD
=========================================================
*/

.floating-content {
	position: fixed;
	right: -224px;
	top: 50%;
	display: inline-block;
	z-index: 999;
	border-radius: 7px 0 0 7px;
	
	-webkit-box-shadow: 0 2px 3px -1px #000;
	   -moz-box-shadow: 0 2px 3px -1px #000;
			box-shadow: 0 2px 3px -1px #000;
	
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
			
    -webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
}

.floating-content .img-responsive {
	display: block;
    max-width: 100%;
    height: auto;	
}

.floating-content:hover {
	right: 0;
}

.floating-content:hover .bottom-icon {
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

.floating-content > div {
	float: left;
	position: relative;
	min-height: 196px;
}

.head-floating-content {
	background: linear-gradient(to bottom, #bb0165 0%,#400204 100%);
	padding: 10px;
	padding-top: 15px;
	border-radius: 7px 0 0 7px;
	border-right: 3px solid #BD633F;
	width: 44px;
	cursor: pointer;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.head-floating-content .title {
	width: 21px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space: nowrap;
	
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
			transform: rotate(180deg);
}

.head-floating-content .bottom-icon {
    -webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
}

.body-floating-content {
	background: linear-gradient(to bottom, #346dd4 0%,#04989c 100%);
	min-width: 224px;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.body-floating-content .body-title {
	background-color: transparent;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.floating-content .body-floating-content .body-content a {
	display: table;
	margin: auto;
}

.floating-content .body-floating-content .body-content img {
	width: 110px;
	margin: auto;
	border-radius: 7px;
	border: 3px solid #bb0165;
	
    -webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
			transition: .3s ease-in-out;
}

.floating-content .body-floating-content .body-content img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
			transform: scale(1.1);
}

@media (max-width: 480px){
	.floating-content {
		right: -184px;
	}

	.floating-content > div {
		min-height: 178px;
	}	
	
	.head-floating-content {
		width: 41px;
		font-size: 16px;
		line-height: 16px;
	}
	
	.head-floating-content .title {
		width: 18px;
	}
	
	.head-floating-content .bottom-icon {
		margin-top: 5px;
	}
	
	.body-floating-content {
		min-width: 184px;
	}
	
	.body-floating-content .body-title {
		font-size: 14px;
		line-height: 14px;
	}
	
	.floating-content .body-floating-content .body-content img {
		width: 100px;
	}
}

.game-slider-block {
	margin-top: 10px;
}

.head-game-slider {
	font-family: "PlayBold";
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	background-color: #1EAFCC;
	padding: 5px 15px;
	margin-bottom: 10px;
	
	-webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.45);
		-ms-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.45);
			box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.45);	

	display: table;
	width: 100%;
}	

/* PROMO BANNER */

.promo-banner-wrap {
    display: table;
    width: 100%;
}

.promo-banner-part a {
    display: block;
    position: relative;
}

.promo-banner-part img {
    margin-top: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	-ms-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	-o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
}

.promo-banner-wrap > div > div:first-child {
    padding-right: 5px;
}
.promo-banner-wrap > div > div:last-child {
    padding-left: 5px;
}

/*
===================================
	SLIDER HOME
===================================
*/
.dg-caption.open {
    padding-bottom: 0px !important;
}
.ball-home.open {
    top: -2px;
    position: relative;
}
.now-open {
    display: table;
    width: 100%;
    line-height: 0;
    padding-right: 5px;
    position: relative;
    margin-bottom: 15px;
    bottom: -5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1em;
    font-family: "PlayBold";
    margin-top: 5px;
    text-align: right;
}
.now-open span {
    color: #eee;
}
.countdown__separator__1, 
.countdown__separator__2 {
    margin-left: -0.2em;
    margin-right: -0.2em;
}
.dg-caption .countdown,
.dg-caption .now-open {
	color: #dddddd;
	-webkit-text-fill-color: #dddddd;
}

.dg-caption.currently-open .countdown {
	color: #45e145;
	-webkit-text-fill-color: #45e145;
}

@media (max-width: 1199px) {
	.dg-wrapper > a {
		height: 218px !important;
	}
	.dg-caption {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.dg-wrapper a div {
		background-color: rgba(0, 0, 0, 0.85) !important;
	}
	.now-open {
		margin-top: 10px;
		margin-bottom: 10px;
		bottom: -1px;
		/*font-size: 1.2em;*/
	}
	.loby-game-home.dg-container .room-nav-dg {
		margin-top: 50px !important;
		margin-bottom: -15px;
	}
}
@media (max-width: 1020px) {
	.ball-home.open img {
		width: 35px !important;
		height: 35px !important;
	}
	.now-open {
		bottom: 1px;
	}
	.ball-home.open {
		top: 0px;
	}
}
@media (max-width: 991px) {
	.dg-wrapper > a {
		height: 180px !important;
	}
	.ball-home.open img {
		width: 25px !important;
		height: 25px !important;
	}
	.now-open {
		font-size: 0.7em;
		margin-top: 12px;
	}
	.loby-game-home.dg-container .room-nav-dg {
		margin-top: 45px !important;
	}
}
@media (max-width: 940px) {
	.loby-game-home.dg-container .room-nav-dg {
		margin-top: -30px !important;
		margin-bottom: 0;
	}
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 222px !important;
	}
}
@media (max-width: 480px) {
	.dg-container {
		margin-top: 8px !important;
	}
	.dg-caption.open {
		padding-bottom: 2px !important;
		padding-top: 10px;
	}
	.ball-home.open {
		top: -4px;
	}
	.now-open {
		bottom: -3px;
		font-size: 0.6em;
		margin-top: 8px;
	}
	.dg-caption.open {
		padding-top: 15px;
	}
	.dg-wrapper > a {
		height: 154px !important;
	}
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 190px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1.2em !important;
	}
}
@media (max-width: 440px) {
	.dg-wrapper > a {
		height: 190px !important;
	}
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 170px !important;
	}
	.loby-game-home.dg-container .dg-wrapper a div h2 {
		font-size: 1.1em !important;
	}
	.now-open {
		font-size: 0.8em;
	}
}
@media (max-width: 360px) {
	.loby-game-home.dg-container .dg-wrapper {
		min-height: 155px !important;
	}
	.dg-wrapper > a {
		height: 170px !important;
	}
	.ball-home.open {
		top: 0px;
	}
	.now-open {
		font-size: 0.7em;
	}
}

/*
=========================================================
	CHAT WIDGET
=========================================================
*/

.custom-live-chat {
	display: table;
	position: fixed;
	z-index: 1100;
	bottom: 0;
	left: 0;
	font-size: 15px;
	width: 100%;
	padding: 1em;
	max-width: 26em;
}
.custom-live-chat.right {
	right: 0;
	left: auto;
	width: auto;
}
.custom-live-chat.goup {
	bottom: 7em;
}
.clc-button {
	display: block;
	cursor: pointer;
}
.clc-button:hover {
	text-decoration: none;
}
.clc-greet {
	font-size: 1.4em;
	text-decoration: none;
	position: absolute;
	bottom: 3em;
	width: 15em;
	line-height: 1.3em;
	color: #222;
	left: 0;
}
.custom-live-chat.right .clc-greet {
	right: 0;
	left: auto;
	text-align: right;
}
.clc-greet p {
	background-color: #fff;
	padding: 0.4em 1em;
	border-radius: 0.5em;
	position: relative;
}
.clc-greet p::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-top: 0.6em solid #fff;
	bottom: -0.5em;
	left: 0.8em;
}
.clc-great-close {
	position: absolute;
	font-family: "Arial";
	display: table;
	right: 0.2em;
	top: 0.2em;
	color: #999;
	z-index: 100;
	font-size: 0.8em;
	line-height: 0.95em;
	padding: 0.1em;
	border-radius: 2em;
	border: 1px solid #999;
	text-align: center;
	width: 1.4em;
	height: 1.4em;
}
.custom-live-chat.right .clc-great-close {
	left: 0.2em;
	right: auto;
}
.custom-live-chat.right .clc-greet p::after {
	right: 0.8em;
	left: auto;
}
.clc-btnimg {
	position: relative;
}
.clc-btnstartchat {
	display: table;
	text-align: center;
	margin: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #fd5002;
	padding: 0.5em 1em;
	font-size: 0.9em;
	border-radius: 0.5em;
	margin-top: 0.3em;
	color: #fff;
	margin-bottom: 0.3em;
	line-height: 1em;
}
.clc-photo {
	position: absolute;
	width: 4em;
	border-radius: 2em;
	z-index: 10;
}
.custom-live-chat.right .clc-photo {
	right: 0;
	left: auto;
}
.clc-icon {
	height: 2.67em;
	border-radius: 0.67em;
	margin-left: 3.33em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
}
.custom-live-chat.right .clc-icon {
	margin-right: 3.4em;
	margin-left: auto;
}

.clc-iframe {
	max-height: 40em;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 1em;
	max-width: 25em;
	height: 0;
	width: 0;
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.custom-live-chat.right .clc-iframe {
	left: auto;
	right: 0;
}
.clc-iframe.show {
	height: 100%;
	width: 100%;
	opacity: 1;
}

.clc-iframe iframe {
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.clc-minimize {
	font-family: "Arial";
	font-size: 0.8em;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 0;
	right: 2em;
	background-color: #fff;
	line-height: 0.8em;
	padding: 0.22em 0.4em;
	color: #000;
	border-radius: 3px 3px 0 0;
}

.clc-notes {
	font-family: "Arial";
	font-size: 0.8em;
	padding-left: 5em;
	position: absolute;
	bottom: 0.5em;
	left: 0;
	margin-left: 1em;
	text-shadow: 1px 1px 4px #000;
	z-index: 100;
}

.custom-live-chat.right .clc-notes {
	margin-left: auto;
	left: auto;
	right: 0;
	margin-right: 1em;
	padding-left: 0;
	padding-right: 5em;
	text-align: right;
	width: 100%;
}

.clc-greet p, 
.custom-live-chat .clc-icon {
	-webkit-box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
			box-shadow: 0 0 .8em rgba(0, 0, 0, .45);
}

@media (max-width: 991px) {
	.clc-btnimg {
		font-size: 0.8em;
	}
	.clc-notes {
		padding-left: 2em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 2em;
	}
}
@media (max-width: 767px) {
	.clc-btnimg {
		font-size: 0.7em;
	}
	.clc-notes {
		padding-left: 0.5em;
		bottom: 0.3em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}
@media (max-width: 480px) {
	.clc-btnimg {
		font-size: 0.6em;
	}
	.custom-live-chat.right .clc-notes {
		padding-right: 0.5em;
	}
}

/*
=========================================================
	RESPONSIVE
=========================================================
*/
@media (max-width: 1280px){

}

@media (max-width: 1200px){	
	.carousel-caption {
		width: 65%;
	}

	.img-490 {
		width: 425px;
	}	
	
	.img-300 {
		width: 255px;
	}
	
	/*-- BUTTON --*/
	.btn-larger {
		font-size: 18px;
	}
	
	/*-- LOGIN PAGE --*/
	.main-sidebar-login {
		padding: 0 20px 40px;
	}	
	
	
	.account-menu .balance, .account-menu .myaccount, .account-menu .logout {
		text-align: center;
	}
	
	.form-control, .form-horizontal .control-label {	
		font-size: 14px;
	}
	
	.rules-about {
		min-height: 140px;
	}
	
	.sidebar-menu > div:first-child a {
		border-radius: 0;
	}	
	
	/*-- PLAY PAGE --*/
	.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;
	}	
	
	.panduan {
		font-size: 9px;
	}	
}

@media (max-width: 1199px){	
	.navbar.navbar-inverse .navbar-collapse {
		margin-left: -45px;
		margin-right: -45px;
	}
	
	.navbar {
		min-height: auto;
	}
	
	.navbar-brand > img {
		width: 85px;
		margin-top: -11px;
	}
	
	.login .navbar-brand {
		height: 50px;
	}	

	.navbar-nav > li > a {
		padding: 15px 13px;		
	}

	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:hover {
		padding: 15px 13px;
	}
	
	/*--- HOME BLOCK ---*/
	.slider-block {
		margin-top: 52px;
	}	

	.bottom-block .row-home > div:first-child {
		width: 30%;
	}

	.bottom-block .row-home > div:last-child {
		width: 70%;
	}
	
	.bank-block {
		/*padding: 10px 5.9em;*/
		padding: 40px 5.9em 20px;
	}
	
	/*--- SINGLE BLOCK ---*/
	.not-login-block {
		margin-top: 55px;
	}
	
	.single-block-content img.img-download {
		width: 300px;
	}	
	
	.row-store-block {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.row-store-block > div {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	/*--- SIDEBAR ---*/
	.main-sidebar-login {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 1180px){	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 13px;
		font-weight: 100;
	}
	.navbar.navbar-inverse .navbar-collapse .navbar-brand {
		float: right;
	}
	.login .navbar.navbar-inverse .navbar-collapse .navbar-brand {
		float: none;
	}
}

@media (max-width: 991px){		
	.navbar.navbar-inverse .navbar-collapse > div {
		width: 100%;
	}
	.navbar.navbar-inverse .navbar-collapse .navbar-nav {
		margin: auto;
		float: none;
		display: table;
	}
	.navbar.navbar-inverse .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar.navbar-inverse .navbar-collapse .navbar-brand {
		float: none;
		display: table;
		left: 0;
		margin: auto;
			margin-top: auto;
			margin-bottom: auto;
		margin-bottom: -20px !important;
		margin-top: 5px;
	}
	.login .navbar.navbar-inverse .navbar-collapse .navbar-brand {
		margin-bottom: 0 !important;
	}
	.slider-block {
		margin-top: 96px;
	}

	.navbar-brand > img {
		width: 90px;
		margin-top: -7px;
	}
	
	.login .navbar-brand > img {
		margin-top: -11px;
	}
	
	.navbar-nav {
		float: right;
	}	
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 12px;
		font-weight: 100;	
	}
	
	.navbar-nav > li > a {
		padding: 15px 7px;
	}	
	
	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:hover {
		padding: 15px 7px;
	}	
	
	.dropdown-menu > li > a {
		font-size: 12px;
	}	
	
	/*-- BUTTON --*/
	.btn-mid {
		font-size: 14px;
	}
	
	/*-- HOME BLOCK --*/
	.bottom-block .row-home > div:first-child, 
	.bottom-block .row-home > div:last-child {
		width: 100%;
	}
	
	.game-home-block {
		display: none;
	}
	
	.game-home-block .row-game-home {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.game-home-block .row-game-home > div {
		float: left;		
		width: 33.33333333%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 0;
		
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
			-ms-box-shadow: none;
			 -o-box-shadow: none;
				box-shadow: none;
	}	

	.game-home-block .row-game-home > div img {	
		-webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.65);
		   -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.65);	
			-ms-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.65);
			 -o-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.65);
				box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.65);	
	}
	
	.promo-banner-part {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.instant-block {
		/*margin-top: 10px;*/
		min-height: auto;
	}	
	
	/*-- BANK BLOCK --*/
	.bank-block {
		padding: 34px 7em 10px;
	}
	
	.room-bank-block {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	
	.room-bank-block > div {
	  float: none;
	  display: inline-block;
	}
	
	.about-home-block {
		padding: 15px 30px;
	}	

	/*-- SINGLE BLOCK --*/
	.not-login-block {
		margin-top: 100px;
	}
	
	.single-block-content {
		padding: 30px;
	}	
	
	.header-title {
		padding: 5px 15px 12px;
	}	
	
	.header-title h1	{
		font-size: 37px;
	}	
	
	.single-block-content img.img-download {
		width: 300px;
	}	
	
	.single-block-content h3 {
		font-size: 20px;
	}	
	
	/*-- LOGIN BLOCK --*/
	.main-sidebar, 
	.main-sidebar-login {
		background-size: cover;
		margin-top: 20px;
	}

	.main-sidebar-login {
		padding: 0 30px 40px;
	}	
	
	.form-horizontal .control-label {
		text-align: left;
	}	
	
	/*-- PLAY PAGE --*/
	.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%;
	}	
	
	.play-footer {
		background-image: url(images/play/play-page-footer-big-cemelive.com.jpg);
	}
	
	.play-now h1, .download-now h1 {
		font-size: 42px;
	}
	
	.panduan {
		font-size: 12px;
	}	
}

@media (max-width: 800px){

}

@media (max-width: 767px){
	body.login {
		padding-top: 0;
	}
	
	.menu-block {
		z-index: 1030 !important;
	}
	
	.navbar.navbar-inverse .navbar-collapse .navbar-nav {
		width: 100%;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: none;
	}
	
	.navbar-collapse > div {
		padding-left: 15px;
		padding-right: 15px;
	}	
	
	.mobile-view, 
	.navbar-brand-mobile, 
	.login .navbar-brand-mobile {
		display: block;
	}
	
	.dekstop-view, 
	.navbar-brand-dekstop {
		display: none;
	}

	.navbar-nav {
		float: unset;
	}

	.navbar-nav {
		margin: 0;
	}
	
	.navbar-toggle {
		margin-top: 11px;
		margin-bottom: 10px;		
	}
	
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	
	.navbar-inverse .navbar-toggle {
		border-color: #fff;
	}	
	
	.navbar-inverse .navbar-toggle:focus, 
	.navbar-inverse .navbar-toggle:hover {
		background-color: rgba(255, 255, 255, 0.35);
	}

	.navbar-brand > img {
		width: 95px;
		margin-top: -11px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
		font-weight: 100;
	}	
	
	.nav > li {
		border-bottom: 1px solid #222;
	}
	
	.nav > li:last-child {
		border-radius: 0 0 10px 10px;
	}
	
	.navbar-nav > li > a {
		padding: 12px 15px;
	}
	
	.navbar-nav > li.login-menu {
		float: unset;
	}

	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:hover/*, 
	.navbar-inverse .navbar-nav > .active > a:focus, 
	.navbar-inverse .navbar-nav > .active > a :active*/ {
		height: auto;
		margin-top: 0;
		padding: 12px 15px;
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		height: auto;
		padding: 12px 15px;
	}
	
	.dropdown-menu {
		margin-top: 0 !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		border-top: 1px solid #222;
		font-size: 14px;
		padding: 12px 25px 12px 27px !important;
	}	
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #1263e3;
	}	
	
	.login-menu {
		display: none !important;
	}
	
	.login-mobile {
		float: right;
		margin-top: 11px;
	}
	
	.login-mobile > div {
		float: left;
	}
	
	.login-mobile > div > a {
		font-family: "PlayBold";
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0;
		padding: 9px 12px;
		margin: 0 5px;
		border-radius: 5px;
	}

	.login-mobile > div.register > a {	
		color: #fff !important;
		background: #F87500;
		background-image: -webkit-linear-gradient(top, #F87500, #B24A00);
		background-image: -moz-linear-gradient(top, #F87500, #B24A00);
		background-image: -ms-linear-gradient(top, #F87500, #B24A00);
		background-image: -o-linear-gradient(top, #F87500, #B24A00);
		background-image: linear-gradient(to bottom, #F87500, #B24A00);	
	}

	.login-mobile > div.login > a {	
		color: #000 !important;
		background: #ffdd30;
		background-image: -webkit-linear-gradient(top, #ffdd30, #ffa611);
		background-image: -moz-linear-gradient(top, #ffdd30, #ffa611);
		background-image: -ms-linear-gradient(top, #ffdd30, #ffa611);
		background-image: -o-linear-gradient(top, #ffdd30, #ffa611);
		background-image: linear-gradient(to bottom, #ffdd30, #ffa611);	
		display: block;
	}

	.login-mobile > div.register > a:hover {
		background: #F87500;
	}

	.login-mobile > div.login > a:hover {
		background: #fdcd01;
	}	
	
	.modal-login {
		background-color: rgba(0, 0, 0, 0.85);
		min-width: 350px;
		padding: 15px;
	}
	
	.body-modal-login .reset-forgot {
		font-size: 12px;
	}	

	.body-modal-login .head-title {
		position: relative;
		text-transform: uppercase;
		text-align: center;
		padding: 10px 0;
	}	
	
	.body-modal-login .head-title::before, 
	.body-modal-login .head-title::after {
		background-color: #fff;
		content: "";
		width: 40%;
		height: 1px;
		position: absolute;
		top: 50%;
	}

	.body-modal-login .head-title::before {
		left: 0;		
	}
	
	.body-modal-login .head-title::after {
		right: 0;
	}
	
	/*-- BUTTON --*/
	.btn-mid {
		font-size: 21px;
	}
	
	/*-- HOME BLOCK --*/
	.slider-block {
		margin-top: 56px;
	}
	
	.not-login-block {
		margin-top: 60px;
	}
	
	.instant-block, 
	.instant-browser-block, 
	.store-block, 
	.game-home-block, 
	.about-home-block {
		display: none;
	}	
	
	/*-- BANK BLOCK --*/
	.game-slider-block, 
	.head-game-slider, 
	.tail-game-slider {
		position: relative;
		width: 100%;
		float: left;
	}
	
	
	
	.bank-block {
		padding: 10px 0 0;
		margin-top: 0;
		margin-bottom: 0;
	}	
	.bank-status {
	  height: 0;
	}
	.promo-banner-wrap {
		margin-bottom: 60px;
	}
	
	.text-bottom-home {
		padding: 15px;
		margin-bottom: 40px;
	}	
	
	.room-bank-block {
		padding-left: 25px;
		padding-right: 25px;
	}	
	
	.room-bank-block > div {
		padding: 5px;
	}
	
	/*-- SINGLE BLOCK--*/
	.margin-bottom-xs-20 {
		margin-bottom: 20px;
	}
	
	.bottom-logo img {
		width: 240px;
	}	
	
	/*-- LOGIN PAGE --*/

	.captcha-outer {
		text-align: left;
	}

	.bg-marquee {
		padding: 9px;
		font-size: 15px;
	}
	
	.main-sidebar {
		min-height: 700px;
	}	
	
	.main-sidebar-login{
		display: none;
	}
	
	.show-when-mobile {
		display: block !important;
	}

	.new-message a::after {
		display: none;
	}
	
	.rules-about {
		min-height: 115px;
	}
	
	.login-menu-block {
		display: block;
	}

	.marquee-login {
		margin-bottom: 10px !important;
	}	
	
	/*-- PLAY PAGE --*/
	.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;
	}
	
	.afb88-banner.promo-banner-part {
		display: table !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100%;
	}
	
	.afb88-banner a {
		width: 100% !important;
		display: table;
	}
	
	.afb88-banner img {
		width: 100% !important;
		height: auto !important;
	}
	
	/** FOOTER **/
	
	footer {
		position: relative;
	}
	
	.logo-footer {
		display: none;
	}		
}

@media (max-width: 700px){
	
}

@media (max-width: 640px){
	
	.table-instruction {
		display: block;
	}
	
	.the-table {
		width: 560px;		
	}
	
	.record-table, .record-table-4 {	
		border-right: 1px solid #aaa;
		border-left: 1px solid #aaa;	
	}
	
	.record-table, .record-table-4 {
		margin-top: 0;
		overflow-x: scroll;
	}	
}

@media (max-width: 600px){
	.main-header {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.main-header .main-logo {
		width: 120px;
	}
	
	.carousel-indicators {
		bottom: 0;
	}
	
	.carousel-indicators li {
		width: 30px;
		height: 5px;
	}
	
	.carousel-indicators .active {
		width: 30px;
		height: 5px;
	}	
	
	.msg-navigation {
		float: left;
		margin-top: 15px;
		width: 100%;
	}
	
	/*-- HOME BLOCK --*/
	.modal-login {
		min-width: 300px;
	}
	
	/*-- SINGLE BLOCK --*/	
	.header-title h1 {
		font-size: 32px;
	}	
	
	/*-- PLAY PAGE --*/
	.page-play .container {
		width: 460px;
	}
	
	.play-area {
		height: 242px;
	}
	
	.play-progressbar-wrap {
		bottom: 6%;
	}
	
	.progressbar-text {
		display: none;
	}	
	
	/** FOOTER **/
	
	.tail-footer {
		padding: 0;
	}
	
	.tail-footer .row > div:first-child {
		width: 45% !important;
	}
	
	.tail-footer .row > div:last-child {
		width: 55% !important;
	}		
}

@media (max-width: 560px){

}

@media (max-width: 540px){	
	.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 .logout a {
		background-position: left center;
	}
	
	.account-menu > div {
		width: 100% !important;
	}	
	
	.account-menu > div a {
		padding: 13px !important;
	}	
	
	.account-menu .myaccount a {
		background-image: url(images/icon/mya-icon-cemelive.com.png);
		background-size: 44px auto;
		background-position: left center;
		background-repeat: no-repeat;
	}	
}	

@media (max-width: 520px) {
	.main-left-panel {
		min-height: auto;
	}
	
	/*-- FOOTER --*/
	
	footer {
		padding: 7px 0 2px;
	}	
	
	.head-footer {
		font-size: 1px;
		margin-bottom: 7px;
	}	
	
	.tail-footer {
		padding: 0;
	}
	
	.about-footer img {
		width: 60px;
		padding-left: 2px;
		padding-right: 2px;
	}	
	
	.social-footer ul > li {
		width: 15px;
		height: 15px;
		margin-left: 2px;
		margin-right: 2px;
		font-size: 9px;
		line-height: 14px;
	}	
}

@media (max-width: 500px){

}

@media (max-width: 480px){		

	/*-- HOME BLOCK --*/	
	.about-home-block,
	.bank-block {
		margin-bottom: 0;
	}
	
	.promo-banner-wrap {
		margin-bottom: 40px;
	}
	
	.carousel-indicators li {
		width: 18px;
	}
	
	.carousel-indicators {
		margin-bottom: 0;
	}
	
	.store-block {
		padding: 15px 0;
	}	
	
	.row-store-block > div {
		padding-left: 20px;
		padding-right: 20px;
	}	
	
	.room-bank-block {
		padding-left: 15px;
		padding-right: 15px;
	}	
	
	.modal-login {
		min-width: 250px;
	}	
	
	/*-- SINGLE BLOCK--*/
	.bottom-logo img {
		width: 200px;
	}	
	
	.bottom-logo {
		padding: 20px 0;
	}	
	
	/*-- LOGIN PAGE --*/
	.bg-marquee {
		padding: 6px;
		font-size: 13px;
	}
	
	.header-title {
		padding: 5px 15px 10px;
	}	
	
	.header-title h1 {
		font-size: 24px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 3px 8px;	
	}

	.img-button-wrap .image-wrap {
		float: none;
		margin: 15px auto 0;
	}	
	
	.img-button-wrap .btn-wrap {
		float: none;
		margin: 15px auto 0;
	}

	.message-list .msg-from {
		display: none;
	}	
	
	.message-list .msg-subject {
		width: 70%;
	}
	
	.message-list .msg-trash {
		line-height: 1.8em;
		width: 10%;
	}
	
	/*-- PLAY PAGE --*/
	.narrow-side-gap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.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;
	}		
}

@media (max-width: 460px) {	

}

@media (max-width: 420px) {

}

@media (max-width: 400px) {
	.bank-play-home {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width: 360px){
	.img-300 {
		width: 180px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 2px 7px;
		font-size: 14px;
	}		
	
	/* FOOTER */
	
	.tail-footer .row > div {
		padding-left: 8px;
		padding-right: 8px;
	}		
}

@media (max-width: 320px){
	.modal-login {
		min-width: auto;
	}
	
	ul.no-list-img {
		font-size: 16px;
	}

	.pagination > li > a, .pagination > li > span {
		padding: 1px 6px;
		font-size: 14px;
	}
	
	/* FOOTER */
	
	.social-footer ul > li {
		line-height: 16px;
	}	
}

/***
=====================================================
		IE 10+ ONLY
=====================================================
**/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.text-button-play-block .text h1,
	.text-button-download-block .text h1,
	.header-title h1 {
		text-shadow: -2px -2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000, 2px -2px 0 #000, 2px 2px 0 #000, 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000;	
		color: rgba(185,182,171,0.75);
		background: transparent;
	}
}

/*
=======================================
		POP UP Style
=======================================
*/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog.pop-up-block {
	margin: 60px auto;
}

.modal-header.pop-up-header {
    border-bottom: none;
	padding: 0;
	
	-webkit-box-shadow: 0 0 15px #000;
	   -moz-box-shadow: 0 0 15px #000;
		-ms-box-shadow: 0 0 15px #000;
		 -o-box-shadow: 0 0 15px #000;
			box-shadow: 0 0 15px #000;		
}

.close.pop-up-close {
    position: absolute;
    top: -12px;
    right: -12px;
    text-decoration: none !important;
    display: block;
    width: 35px;
    height: 35px;
    background: url("images/icon/close-icon.png") no-repeat scroll 0 0;
    z-index: 1500;
    text-indent: -9999px;
    cursor: pointer;
	opacity: 1;	
	-webkit-box-shadow: 0px 3px 7px #000;
	   -moz-box-shadow: 0px 3px 7px #000;
		-ms-box-shadow: 0px 3px 7px #000;
		 -o-box-shadow: 0px 3px 7px #000;
			box-shadow: 0px 3px 7px #000;
	border-radius: 50%;	
}

.modal-open {
    padding-right: 0 !important;
}

.modal-header.pop-up-header::after {
	background-image: url(images/content/line-border.png);
	background-position: left center;
	background-repeat: repeat-x;	
	position: absolute;
	height: 3px;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;	
}

@media (max-width: 767px){
	.modal-dialog.pop-up-block {
		margin: 30px;
	}
}

/*
=======================================
		SIMPLE HOME Style
=======================================
*/

body.simple.home,
body.simple.register-body {
	background-color: #1d1d1d;
}
 
.separator-s, 
.logo-s, 
.center-s, 
.banner-s, 
.playnow-s, 
.register-s, 
.register-page-s {
	float: left;
	width: 100%;
	position: relative;
}

.simple .main {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	text-align: center;	
	min-width: 320px;
	/*
	overflow-y: scroll;
	*/
	
	/*
	background-image: url(images/bg/bg-main.jpg);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	*/
	
	background: #222122;
	background: -moz-linear-gradient(45deg,  #222122 0%, #5a2e4d 50%, #222122 100%);
	background: -webkit-linear-gradient(45deg,  #222122 0%,#5a2e4d 50%,#222122 100%);
	background: linear-gradient(45deg,  #222122 0%,#5a2e4d 50%,#222122 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222122', endColorstr='#222122',GradientType=1 );	
}

.simple .main:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
	text-align: center;
}

.simple .primary {
	position: relative;	
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.separator-s {
	padding: 30px 0;
}

.separator-s::before {
	content: "";
	background-color: #ac1e2f;
	width: 30%;
	height: 2px;
	display: table;
	margin: auto;
}

.logo-s a {
	margin: auto;
}

.logo-s img {
	height: 50px;
	width: auto;
}

.room-center-s {
	margin-left: -10px;
	margin-right: -10px;
}

.room-center-s > div {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;	
}

.banner-s {
	margin-top: 30px;
}

.banner-s img, 
.playnow-s img {
	width: 100%;
	border-radius: 10px;
}

.playnow-s {
	-webkit-transform: translateY(15px);
	   -moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		 -o-transform: translateY(15px);
			transform: translateY(15px);
}

.playnow-s, 
.playnow-s a {
	position: relative;
}

.playnow-s > div:last-child {
	margin-top: 18px;
}
/*
.playnow-s a, 
.playnow-s a:link, 
.playnow-s a:hover {
	display: block;
	padding: 15px;
	color: #fff; 	
	text-decoration: none;
	background-image: url(images/bg/bg-play.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;	
}

.playnow-s h1 {
	font-family: "MyriadProBold";
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
}
*/

.dream-book-s a, 
.dream-book-s a:link, 
.download-s a, 
.download-s a:link {
	display: block;
	background: #1263e3;
	color: #fff;
	border-radius: 10px 0 20px 20px;
	padding-top: 0 !important;
	text-decoration: none;
}

.dream-book-s a > span, 
.download-s a > span {
	position: absolute;	
	left: 0;
	right: 0;	
	border-radius: 20px 20px 0 0;	
}

.dream-book-s a > span:first-child, 
.download-s a > span:first-child {
	top: -17px;
	background: #1263e3;
	height: 33px;
	
	-webkit-transform: rotate(-1deg);
	   -moz-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		 -o-transform: rotate(-1deg);
			transform: rotate(-1deg);
			
	z-index: 3;
}

.dream-book-s a > span:nth-child(2), 
.download-s a > span:nth-child(2) {
	top: -19px;
	background: #578de3;
	height: 25px;
	
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		 -o-transform: rotate(-3deg);
			transform: rotate(-3deg);
			
	z-index: 2;
}

.dream-book-s a > span:nth-child(3), 
.download-s a > span:nth-child(3) {
	top: -21px;
	background: #e4eeff;
	height: 25px;
	
	-webkit-transform: rotate(-5deg);
	   -moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		 -o-transform: rotate(-5deg);
			transform: rotate(-5deg);
	
	z-index: 1;
}

.dream-book-s h1, 
.download-s h1 {
	position: relative;
	z-index: 4;
}

.playnow-s h1 {
	font-family: "MyriadProBold";
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
}

.reg-s a, 
.reg-s a:link, 
.play-s a, 
.play-s a:link {
	display: block;
	background: #1263e3;
	color: #fff;
	border-radius: 20px 20px 10px 0;
	padding-bottom: 0 !important;
	text-decoration: none;
}

.reg-s a > span, 
.play-s a > span {
	position: absolute;	
	left: 0;
	right: 0;	
	border-radius: 0 0 20px 20px;	
}

.reg-s a > span:first-child, 
.play-s a > span:first-child {
	bottom: -17px;
	background: #1263e3;
	height: 33px;
	
	-webkit-transform: rotate(-1deg);
	   -moz-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		 -o-transform: rotate(-1deg);
			transform: rotate(-1deg);
			
	z-index: 3;
}

.reg-s a > span:nth-child(2), 
.play-s a > span:nth-child(2) {
	bottom: -19px;
	background: #578de3;
	height: 25px;
	
	-webkit-transform: rotate(-3deg);
	   -moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		 -o-transform: rotate(-3deg);
			transform: rotate(-3deg);
			
	z-index: 2;
}

.reg-s a > span:nth-child(3), 
.play-s a > span:nth-child(3) {
	bottom: -21px;
	background: #e4eeff;
	height: 25px;
	
	-webkit-transform: rotate(-5deg);
	   -moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		 -o-transform: rotate(-5deg);
			transform: rotate(-5deg);
	
	z-index: 1;
}

.reg-s h1, 
.play-s h1 {
	position: relative;
	z-index: 4;
}

.green a {
	background: #03c895 !important;
}

.green a > span:first-child {
	background: #03c895;
}

.green a > span:nth-child(2) {
	background: #447b6d;
}

.yellow a {
	background: #faed88 !important;
	color: #333 !important;
}

.yellow a > span:first-child {
	background: #faed88;
}

.yellow a > span:nth-child(2) {
	background: #a1984c;
}

.red a {
	background: #dc3545 !important;
}

.red a > span:first-child {
	background: #dc3545;
}

.red a > span:nth-child(2) {
	background: #931723;
}

.register-s {
	margin-top: 30px;
}

.btn-login, 
.btn-register {
	font-family: "MyriadProBold";
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1;
	padding: 15px;
	border-radius: 10px;
	width: 100%;
}

.btn-login {
	background: #382FC2;
}

.btn-register {
	background: #ff6666 !important;	
	color: #fff !important;
}

.btn-login:hover {
	background: transparent;
	border: 1px solid #ffdd30;
	color: #ffdd30 !important;
}

.btn-register:hover {
	background: transparent !important;
	border: 1px solid #ff6666;
	color: #ff6666 !important;
}

.register-page-s {
	background-color: #2c2c2c;
	padding: 20px;
	margin-top: 30px;
	border-radius: 10px;
}

.register-page-s .form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.register-page-s .form-control {
	height: 38px;
}

.register-page-s .row {
	margin-left: -5px;
	margin-right: -5px;
}

.register-page-s .row > div, 
.register-page-s .row > label {
	padding-left: 5px;
	padding-right: 5px;
}

.register-page-s .captcha-s img {
	float: left;
	height: 38px;
	border-radius: 5px;
}

.register-page-s .btn-reg-page {
	width: 100% !important;
	font-size: 17pt;
	border-radius: 10px;
	text-transform: uppercase;
}

.btn-reg-page {
	background: #1263e3 !important;	
	border: 1px solid transparent;
	color: #fff !important;
}

.btn-reg-page:hover {
	background: transparent !important;
	border: 1px solid #1263e3;
	color: #1263e3 !important;
}

.register-page-s .register-bank {
    width: 100%;
}

.register-page-s #captcha_code {
    margin-top: 0;
    width: 100%;
}

.register-page-s #refresh_captcha {
    height: auto;
    width: 18px;
    top: 0;
    margin-top: 3px;
    left: 117px;
    position: absolute;
}

.register-page-s #refresh_captcha img {
    float: none;
    width: 100%;
    height: auto;
}

.register-bank {
    background-color: rgba(255, 255, 255, 0.65);
}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.outer-thankyou {
    width: 480px !important;
}

.single .content-thankyou {
    margin-top: 30px;
}

.single .content-thankyou .room-center-s {
    margin-left: 0;
    margin-right: 0;
}

.single .content-thankyou .room-btn-thankyou .btn {
    display: block;
    padding-left: 0;
    padding-right: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow:  none !important;
	-ms-box-shadow:  none !important;
	-o-box-shadow:  none !important;
    box-shadow: none !important;
}

.single .content-thankyou .room-btn-thankyou img {
    width: 100%;
}

@media screen and (orientation:landscape) {	
	@media (max-width: 991px){
		.outer-thankyou {
			width: 360px !important;
		}
	}
	@media (max-width: 767px){
		.outer-thankyou {
			width: 300px !important;
		}
	}
	@media (max-width: 360px){
		.outer-thankyou {
			width: 200px !important;
		}
	}
}

@media screen and (orientation:portrait) {	
	@media (max-width: 767px){
		.outer-thankyou {
			width: 100% !important;
		}
	}
}

@media (min-width: 768px){
	.simple .primary {
		width: 600px;
	}
}

@media (max-width: 767px){
	.simple .primary {
		padding: 20px;
	}
	
	.playnow-s .row {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.playnow-s .row > div {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.playnow-s .content .icon img {
		height: 45px;	
	}

	.btn-login, 
	.btn-register {
		padding: 4vw 15px;
	}	
	
	.separator-s {
		padding: 15px 0;
	}
	
	.room-center-s > div,  
	.register-s, 
	.register-page-s {
		margin-top: 15px;
	}	
	
	.playnow-s h1, 
	.btn-login, 
	.btn-register {
		font-size: 3.54em;
	}	
}

@media (max-width: 605px){
	.register-page-s #error-notif-accountnumber {
		margin-bottom: 15px;
	}
	.register-page-s .captcha-s img {
		width: 86%;
	}
	.register-page-s #refresh_captcha {
		left: 110px;
	}
}

@media (max-width: 569px){
	
	.register-page-s .fullwidth-whenmobile {
		width: 100% !important;
	}
	
	.register-page-s .halfwidth-whenmobile {
		width: 50% !important;
	}
	.register-page-s .fullwidth-whenmobile .row > div {
		width: 50% !important;
	}
	.register-page-s .captcha-s img {
		float: right;
		margin-right: 22px;
		width: auto;
	}
	.register-page-s #refresh_captcha {
		right: 5px;
		left: auto;
	}
	.register-page-s .form-notification {
		margin-bottom: 15px;
	}
}

@media (max-width: 360px){
	.register-page-s .captcha-s img {
		float: left;
		margin-right: 0;
	}
	.register-page-s #refresh_captcha {
		right: auto;
		margin-left: 2px;
		width: 14px;
	}
}

@media (max-width: 480px){
	.register-body .logo-s img {
		height: 35px;
	}
	
	.playnow-s .content .icon img {
		height: 35px;
	}	
	
	.playnow-s .content .text {
		font-size: 16px;
		line-height: 16px;
		margin-top: 3px;
	}	
	
	.btn-login, .btn-register {
		min-width: 120px;
	}			
	
	.playnow-s h1 {
		font-size: 2em;
	} 
	
	.btn-login, 
	.btn-register {
		font-size: 3em;
	}	
}

@media (max-width: 375px){	
	.btn-login, 
	.btn-register {
		padding: 2.5vw 15px;
		font-size: 2em;
	}	
}

@media (max-width: 360px){
	.logo-s img {

	}	
	
	.playnow-s .content .icon img {
		height: 33px;
	}	
	
	.playnow-s .content .text {
		font-size: 14px;
		line-height: 14px;
	}		
	
	.btn-login, .btn-register {
		min-width: 110px;
	}	
}

@media (max-height: 430px){
	body.simple, 
	.simple .main {
		overflow: hidden;
	}
	
	.logo-s img {
		height: 10vh;	
	}
	
	.register-body .logo-s img {
		height: 6vh;
	}	

	.btn-login, 
	.btn-register {
		padding: 2vh 15px;
	}
	
	.playnow-s h1 {
		font-size: 11vh;
	}	
	
	.playnow-s .content .icon img {
		height: 25px;
	}	
	
	.playnow-s .content .text {
		font-size: 14px;
		line-height: 14px;
		margin-top: 3px;
	}
	
	.separator-s {
		padding: 3vh 0;
	}
	
	.room-center-s > div, 
	.register-s, 
	.register-page-s {
		margin-top: 3vh;
	}
	
	.room-center-s > div {
		width: 100%;
	}
	
	.btn-login, 
	.btn-register {
		font-size: 11vh;
	}
	
	.register-page-s {
		padding: 4vh 20px;
	}
	
	.register-page-s .form-group {
		margin-bottom: 3vh;
	}
	
	.register-page-s .form-control {
		font-size: 4vh;
	}
	
	.register-page-s .form-control {
		height: 8vh;		
	}
	
	.register-page-s .captcha-s img {
		height: 8vh;
	}	
	
	.register-page-s .control-label {	
		font-size: 13px;
	}
}

@media (max-height: 330px){
	.playnow-s h1 {
		font-size: 11vh;
	}
	
	.btn-login, .btn-register {
		min-width: 37vh;
	}	
}

@media screen and (orientation:portrait) {
	.simple.home .primary {
		-webkit-transform: translateY(-50px);
		   -moz-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			 -o-transform: translateY(-50px);
				transform: translateY(-50px);		
	}
	
	.room-center-s > div {
		width: 100%;
	}
	
	.playnow-s {
		-webkit-transform: translateY(30px);
		   -moz-transform: translateY(30px);
			-ms-transform: translateY(30px);
			 -o-transform: translateY(30px);
				transform: translateY(30px);
	}

	.room-center-s > .playnow-s:last-child {
		-webkit-transform: translateY(80px);
		   -moz-transform: translateY(80px);
			-ms-transform: translateY(80px);
			 -o-transform: translateY(80px);
				transform: translateY(80px);		
	}
	
	.dream-book-s a, 
	.dream-book-s a:link, 
	.dream-book-s a:hover, 
	.reg-s a, 
	.reg-s a:link, 
	.reg-s a:hover,	
	.download-s a, 
	.download-s a:link, 
	.download-s a:hover, 
	.play-s a, 
	.play-s a:link, 
	.play-s a:hover {
		padding: 15px;
	}	
	
	.register-page-s .row > div	{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.register-page-s .long-row > div	{
		width: 50%;
	}
	
	.register-page-s .form-group	{
		margin-bottom: 0;
	}	
	
	@media (max-width: 605px){
		.register-page-s #refresh_captcha {
			left: 116px;
		}
		.register-page-s .captcha-s img {
			float: left;
			margin-right: 22px;
			width: auto;
		}
	}

	@media (max-width: 600px){
		.playnow-s h1 {
			font-size: 7vw;
		}		
	}
	
	@media (max-width: 480px){
		.room-center-s > .playnow-s:last-child {
			-webkit-transform: translateY(70px);
			   -moz-transform: translateY(70px);
				-ms-transform: translateY(70px);
				 -o-transform: translateY(70px);
					transform: translateY(70px);		
		}
		
		.playnow-s > div:last-child	{
			margin-top: 10px;
		}
	}
}

@media screen and (orientation:landscape) {	
	.banner-s img {
		height: 162px !important;
	}

	.btn-login, 
	.btn-register {
		font-size: 37px;
	}	
	
	.playnow-s a, 
	.playnow-s a:link, 
	.playnow-s a:hover {
		display: block;
		padding: 5px;	
	}
	
	.room-center-s > div {
		width: 50%;
	}
	
	.room-center-s > .playnow-s {
		width: 25%;
	}
	
	.playnow-s > div, 
	.playnow-s > div a {
		height: 60px;
	}
	
	.playnow-s > div:last-child {
		margin-top: 10px;
	}
	
	.playnow-s h1 {
		font-size: 20px;
		position: absolute;
		left: 0;
		right: 0;
		top: -20px;
		bottom: 0;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}	
	
	.playnow-s > div:last-child h1 {
		top: 0;
		bottom: -20px;
	}
	
	@media (max-width: 480px){
		.playnow-s h1 {
			font-size: 14px;
		}
	}
}

.slider-block.single {
    margin-bottom: 0;
}

.slider-block.single .carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}

.slider-block.single .carousel-indicators li {
    width: 20px;
}

/**
=============================================
	SLIDER GAME TOTO
=============================================
**/

.third-block {
	background-image: url(images/bg/bg-third-block.jpg);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 10px;
	border-radius: 0;
	padding: 30px;
	display: table;
	float: left;
}

/**
=============================================
	SLIDER GAME TOTO
=============================================
**/
.dg-wrapper {
    min-height: 210px !important;
}
.room-nav-dg {
    margin-top: 40px !important;
	margin-bottom: -15px;
}
@media (max-width: 1199px) {
	.room-nav-dg {
		margin-top: 8px !important;
	}
	.dg-wrapper {
		min-height: 180px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1.3em;
	}
}
@media (max-width: 991px) {
	.dg-container {
		margin-bottom: 10px;
	}
	.dg-wrapper {
		min-height: 160px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 1em !important;
	}
	.ball-home img {
		width: 26px !important;
		height: 26px !important;
	}
	.third-block {
		padding: 30px 30px 20px 30px;
	}
	.room-nav-dg {
		margin-top: 0px !important;
		margin-bottom: -5px;
	}
}
@media (max-width: 940px) {
	.dg-wrapper {
		min-height: 147px !important;
	}
	.room-nav-dg {
		margin-top: 0 !important;
		margin-bottom: 0;
		bottom: -5px;
	}
}
@media (max-width: 767px) {
	.dg-container {
		overflow: hidden !important;
	}
}
@media (max-width: 480px) {
	.dg-wrapper, .dg-wrapper a {
		width: 100% !important;
	}
	.dg-wrapper {
		min-height: 120px !important;
	}
	.dg-wrapper a div h2 {
		font-size: 0.8em !important;
	}
	.room-nav-dg {
		margin-top: 25px !important;
	}
}
@media (max-width: 440px) {
	/*
	.dg-wrapper, .dg-wrapper a {
		width: 110% !important;
		transform: scale(0.8);
		left: -5% !important;
		top: -20% !important;
	}
	*/
	.dg-wrapper, .dg-wrapper a {
		width: 126% !important;
		transform: scale(0.7);
		left: -13% !important;
		top: -20% !important;
	}
	.room-nav-dg {
		margin-top: 8% !important;
	}
}
@media (max-width: 420px) {
	.room-nav-dg {
		margin-top: 3% !important;
	}
}
/*
@media (max-width: 420px) {
	.dg-wrapper, .dg-wrapper a {
		width: 260px !important;
	}
}
*/
@media (max-width: 360px) {
	.dg-wrapper {
		min-height: 100px !important;
	}
	.dg-caption {
		padding: 8px 5px 3px 5px !important;
	}
	.dg-caption .ball-home img {
		width: 22px !important;
		height: 22px !important;
	}
	.room-nav-dg {
		margin-top: 1% !important;
	}
}

/**
=============================================
	CONTENT
=============================================
**/

.body-title {
    text-align: center;
    font-size: 1.6em;
    background-color: rgba(255,255,255,0.1);
    padding: 0.3em 1em;
}
.narrow {
	max-width: 767px;
	margin: auto;
}
.super-narrow {
	max-width: 480px;
	margin: auto;
}
@media (max-width: 991px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	.body-title {
		font-size: 1.5em;
	}
}
@media (max-width: 600px) {
	.body-title {
		font-size: 1.4em;
	}
}
@media (max-width: 480px) {
	.body-title {
		font-size: 1.3em;
	}
}
@media (max-width: 360px) {
	.body-title {
		font-size: 1.2em;
	}
}

/**
=============================================
	GAPS
=============================================
**/
.mt-1 {
	margin-top: 45px !important;
}
.mt-2 {
	margin-top: 30px !important;
}
.mt-3 {
	margin-top: 15px !important;
}
.mb-1 {
	margin-bottom: 45px !important;
}
.mb-2 {
	margin-bottom: 30px !important;
}
.mb-3 {
	margin-bottom: 15px !important;
}
.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}
.w20 {
	width: 20%;
}

/**
=============================================
	PAGINATION
=============================================
**/

.room-main-pagination {
	text-align: center;
}

.main-pagination {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
			
	width: 100%;
}

.main-pagination .record-summary {
    background-color: #394679;
    font-family: "PlayBold";
    padding: 5px 20px 10px;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.record-summary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
}

.record-summary::after {
    background: rgba(255,110,2,1);
	background: -moz-linear-gradient(left,  rgba(255,110,2,1) 0%, rgba(255,255,0,0.56) 50%, rgba(255,109,0,0.13) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	background: linear-gradient(to right,  rgba(255,110,2,1) 0%,rgba(255,255,0,0.56) 50%,rgba(255,109,0,0.13) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#21ff6d00',GradientType=1 );
}

.main-pagination nav {
	font-family: "PlayBold";
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 0 0 5px 5px;
	padding: 15px 20px;
	line-height: 0;
}

.pagination {
    margin: 0;
}

.btn-pagination {
	-webkit-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);   
		 -o-box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);
			box-shadow: inset 0px 0px 12px #fff, 0px 4px 7px rgba(0, 0, 0, 0.25);

	color: #000 !important;
	border-radius: 5px !important;
	text-transform: uppercase;
	border: 2px solid #ffa800 !important;
	padding: 2px 10px !important;
	line-height: normal !important;
	margin-top: 3px;	
	
	background: #ffdd30;
	background-image: -webkit-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -moz-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -ms-linear-gradient(top, #ffdd30, #ffa611);
	background-image: -o-linear-gradient(top, #ffdd30, #ffa611);
	background-image: linear-gradient(to bottom, #ffdd30, #ffa611);
	
	/*
	-webkit-transform: skew(-21deg);
	   -moz-transform: skew(-21deg);
		-ms-transform: skew(-21deg);   
		 -o-transform: skew(-21deg);
			transform: skew(-21deg);	
	*/
}

.btn-pagination span {
	display: inline-block;
	-webkit-transform: skew(21deg);
	   -moz-transform: skew(21deg);
		-ms-transform: skew(21deg);   
		 -o-transform: skew(21deg);
			transform: skew(21deg);	
}

.btn-pagination:hover {
	background: #fdcf01 !important;
}

.pagination > li:first-child > a {
	margin-right: 5px;
}

.pagination > li:last-child > a {
	/*margin-left: 5px;*/
}

.main-pagination .btn-pagination {
    padding-top: 0.35em !important;
    padding-bottom: 0.35em !important;
    margin-top: 0;
}

@media (max-width: 480px) {
	.main-pagination .pagination > li {
		display: inline-block;
	}
	.main-pagination .pagination > li.navi {
		width: 100%;
	}
	
	.main-pagination .pagination > li:first-child > a, 
	.main-pagination .pagination > li:first-child > span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.main-pagination .pagination > li:last-child > a, 
	.main-pagination .pagination > li:last-child > span {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}	
	
	.main-pagination .pagination > li:first-child:not(.navi) > a {
		margin-bottom: 0;
		left: -5px;
	}
}

/**
=============================================
	TABLE
=============================================
**/
.room-main-table {
    margin-top: 30px;
}

.room-main-table table {
    font-family: "PlayBold";
    text-transform: uppercase;
    border-radius: 5px;
	/*width: 70%;*/
	margin-left: auto;
	margin-right: auto;
	
	
    -webkit-box-shadow: 0px 0px 2px #f5f5f5;
	   -moz-box-shadow: 0px 0px 2px #f5f5f5;
		-ms-box-shadow: 0px 0px 2px #f5f5f5;
		 -o-box-shadow: 0px 0px 2px #f5f5f5;
			box-shadow: 0px 0px 2px #f5f5f5;
}

.room-main-table table img {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}

.room-main-table .table > thead > tr > td, .table > thead > tr > th {
	background-color: rgba(0, 0, 0, 0.55);
	font-style: italic;
	padding: 10px;
	font-size: 18px;
}

.room-main-table .table > thead > tr > th {
    border-bottom: 4px solid #aeaeae;
}

.room-main-table .table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, 
.room-main-table .table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child, 
.room-main-table .table > thead > tr > td:first-child, .table > thead > tr > th:first-child {
	border-left: 0;
}

.room-main-table .table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, 
.room-main-table .table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, 
.room-main-table .table > thead > tr > td:last-child, .table > thead > tr > th:last-child {
	border-right: 0;
}

.room-main-table .table > thead > tr > th {
    vertical-align: top;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(255, 102, 0, 0.45);
	
	-webkit-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
	   -moz-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
		-ms-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
		 -o-box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
			box-shadow: inset 0 0 3em rgba(255, 255, 255, 0.15);
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgba(255, 255, 255, 0.03);
}

.table-striped > tbody > tr:hover {
    background-color: rgba(152, 36, 76, 0.45);
}

.table-striped.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, 0.45);
	border-left: 2px solid #aeaeae;
    text-align: center;
}

tr.sub-thead > th {
	font-size: 16px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

.table-striped.table > tbody > tr > th {
	background-color: rgba(0, 0, 0, 0.75);
}

.tablecell_bl {
	border-left: 2px solid #aaa !important;
}
.tablecell_bb {
	border-bottom: 2px solid #aaa !important;
}
tr[valign=top] td,
tr[valign=top] th {
	vertical-align: top !important;
}

table .pokercard {
    width: 1.5em !important;
}

@media (max-width: 640px) {
	.tablecell_bl {
		border-left: none !important;
	}
	.tablecell_bb {
		border-bottom: none !important;
	}
	table .pokercard {
		width: 1.2em !important;
	}
}

/**
=============================================
	NOMOR KELUAR PRIZE
=============================================
**/
/*
Label the data
*/
@media (max-width: 640px) {
	.room-main-table .table-prize td:nth-of-type(1):before { content: "Posisi"; }
	.room-main-table .table-prize td:nth-of-type(2):before { content: "Angka"; }
	
	.room-main-table .table-periode-prize td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-prize td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-prize td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-prize td:nth-of-type(4):before { content: "1st Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(5):before { content: "2nd Prize"; }
	.room-main-table .table-periode-prize td:nth-of-type(6):before { content: "3rd Prize"; }
	
	.room-main-table .table-periode-common td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table .table-periode-common td:nth-of-type(2):before { content: "Tanggal"; }
	.room-main-table .table-periode-common td:nth-of-type(3):before { content: "Hari"; }
	.room-main-table .table-periode-common td:nth-of-type(4):before { content: "Angka Keluar"; }
	
	.room-main-table .table-detail-angka td:nth-of-type(1):before { content: "As"; }
	.room-main-table .table-detail-angka td:nth-of-type(2):before { content: "Kop"; }
	.room-main-table .table-detail-angka td:nth-of-type(3):before { content: "Kepala"; }
	.room-main-table .table-detail-angka td:nth-of-type(4):before { content: "Ekor"; }
	
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(1):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(2):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(3):before { content: ""; }
	.room-main-table .table-detail-angka td.notitle_640:nth-of-type(4):before { content: ""; }
	
	.table-detail-angka .notitle_640 {
		padding-left: 8px !important;
		width: 50%;
		display: inline-block;
	}
	
	.table-detail-angka .notitle_640.full_width {
		width: 100%;
	}
	
	.hidden_640 {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.room-main-table table {
		width: 100%;
	}
	
	.room-main-table .table > tbody > tr > td, .room-main-table .table > tbody > tr > th, 
	.room-main-table .table > tfoot > tr > td, .room-main-table .table > tfoot > tr > th, 
	.room-main-table .table > thead > tr > td, 
	.room-main-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.room-main-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.room-main-table .table > tbody > tr > td:first-child, 
	.room-main-table .table > tbody > tr > th:first-child, 
	.room-main-table .table > tfoot > tr > td:first-child, 
	.room-main-table .table > tfoot > tr > th:first-child, 
	.room-main-table .table > thead > tr > td:first-child, 
	.room-main-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.room-main-table .table > tbody > tr:first-child > td:first-child, 
	.room-main-table .table > tbody > tr:first-child > th:first-child, 
	.room-main-table .table > tfoot > tr:first-child > td:first-child, 
	.room-main-table .table > tfoot > tr:first-child > th:first-child, 
	.room-main-table .table > thead > tr:first-child > td:first-child, 
	.room-main-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tbody > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > tfoot > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child, 
	.room-main-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	/* Force table to not be like tables anymore */
	.room-main-table table, .room-main-table thead, .room-main-table tbody, .room-main-table th, .room-main-table td, .room-main-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.room-main-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.room-main-table tr { }
	
	.room-main-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 55% !important; 
		
		white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
		white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
		white-space: -pre-wrap;                 /* Opera 4-6 */
		white-space: -o-pre-wrap;               /* Opera 7 */
		white-space: pre-wrap;                  /* CSS3 */
		word-wrap: break-word;                  /* Internet Explorer 5.5+ */
		word-break: break-all;
		white-space: normal;
	}
	
	.room-main-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	.room-main-table td:nth-of-type(1):before { content: "Periode"; }
	.room-main-table td:nth-of-type(2):before { content: "Hari"; }
	.room-main-table td:nth-of-type(3):before { content: "Angka Keluar"; }
	.room-main-table td:nth-of-type(4):before { content: ""; }
	.room-main-table td:nth-of-type(5):before { content: ""; }
	
	
	/**--- analisis-table --**/
	.analisis-table {
		position: relative;
	}	
	
	.analisis-table table {
		width: 100% !important;
		min-width: unset !important;
	}
	
	.analisis-table .table > tbody > tr > td, .analisis-table .table > tbody > tr > th, 
	.analisis-table .table > tfoot > tr > td, .analisis-table .table > tfoot > tr > th, 
	.analisis-table .table > thead > tr > td, 
	.analisis-table .table > thead > tr > th {
		border-left: 0;
		border-top: 0;
		text-align: left;
	}
	
	.analisis-table table img {
		margin-left: unset;
		margin-right: auto;
		text-align: left;
	}
	
	.analisis-table .table > tbody > tr > td:first-child, 
	.analisis-table .table > tbody > tr > th:first-child, 
	.analisis-table .table > tfoot > tr > td:first-child, 
	.analisis-table .table > tfoot > tr > th:first-child, 
	.analisis-table .table > thead > tr > td:first-child, 
	.analisis-table .table > thead > tr > th:first-child {
		border-top: 2px solid #aeaeae;
	}
	
	.analisis-table .table > tbody > tr:first-child > td:first-child, 
	.analisis-table .table > tbody > tr:first-child > th:first-child, 
	.analisis-table .table > tfoot > tr:first-child > td:first-child, 
	.analisis-table .table > tfoot > tr:first-child > th:first-child, 
	.analisis-table .table > thead > tr:first-child > td:first-child, 
	.analisis-table .table > thead > tr:first-child > th:first-child {
		border-top: 0;
	}	
	
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tbody > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > tfoot > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child, 
	.analisis-table .table > thead > tr > td:last-child {
		border-bottom: 0;
	}
	
	/* Force table to not be like tables anymore */
	.analisis-table table, .analisis-table thead, .analisis-table tbody, .analisis-table th, .analisis-table td, .analisis-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.analisis-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.analisis-table tr { }
	
	.analisis-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.45); 
		position: relative;
		padding-left: 5px !important; 
	}
	
	.analisis-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	
	/*
	Label the data
	*/
	
	.analisis-table tr::before {
		position: absolute;
		top: 6px;
		left: 0;
		width: 100%;
		padding-bottom: 5px;
		white-space: nowrap;
		text-align: center;
		font-weight: 600;
		border-bottom: 1px solid #000;
	}
	
	
	.analisis-table tr:first-child td:first-child {
		padding-top: 40px;
	}
	
	.analisis-table tr:nth-of-type(1):before { content: "Jenis Analisis"; }

	
}

@media (max-width: 600px) {
	.room-main-table {
		/*
		overflow-x: scroll;
		*/
		border-radius: 5px;
		
		-webkit-box-shadow: 0px 0px 2px #f5f5f5;
		   -moz-box-shadow: 0px 0px 2px #f5f5f5;
			-ms-box-shadow: 0px 0px 2px #f5f5f5;
			 -o-box-shadow: 0px 0px 2px #f5f5f5;
				box-shadow: 0px 0px 2px #f5f5f5;		
	}
	
	/*
	.table {
		margin-bottom: 0;
	}
	*/
	
	.main-pagination nav, .login-navigasi nav {	
		padding: 15px 15px;
		font-size: 12px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 5px 5px;
	}
}

/**
=============================================
	DROPDOWN MENU
=============================================
**/

.sidebar-menu .dropdown-menu {
    position: static;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.login .menu-text-part .dropdown-item {
    width: 100% !important;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #222;
    font-family: "MyriadProBold";
    font-weight: 100;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
	.login .menu-text-part .dropdown-item:link,
	.login .menu-text-part .dropdown-item:visited,
	.login .menu-text-part .dropdown-item:hover {
		text-decoration: none;
	}

	.login .menu-text-part .dropdown-item:hover {
		color: #1263e3;
	}
	
	.login .menu-text-part {
		max-height: 496px;
	}
}