body {
	background-color: #fff;	
	font-family: "Calibri", "MyriadProRegular";
	font-size: 16px;	
	color: #333;
	overflow-x: hidden;
	min-width: 320px;
}

body.single {
	background-color: #F2F2F2;
	color: #fff;
}

body.login {
	background-color: #F2F2F2;
	color: #fff;
	padding-top: 25px;
}

a:link {
	outline: none;
}

a, a:hover, a:visited {
	color: #fdcd01;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/*
.single-block-content a {
	color: #06c !important;
}
*/

.a-table {
	display: table;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/*
===================================
	Animation
===================================
*/

#divider-animate .et_pb_bottom_inside_divider {
	-webkit-animation: scroll 150s linear infinite;
	   -moz-animation: scroll 150s linear infinite;
		-ms-animation: scroll 150s linear infinite;
		 -o-animation: scroll 150s linear infinite;
			animation: scroll 150s linear infinite;
}

#divider-animate .et_pb_top_inside_divider {
	-webkit-animation: scroll 150s linear infinite;
	   -moz-animation: scroll 150s linear infinite;
		-ms-animation: scroll 150s linear infinite;
		 -o-animation: scroll 150s linear infinite;
			animation: scroll 150s linear infinite;
}

@-webkit-keyframes scroll {
    100%{
        background-position: 10000px center;
    }
}

@-moz-keyframes scroll {
    100%{
        background-position: 10000px center;
    }
}

@-o-keyframes scroll {
    100%{
        background-position: 10000px center;
    }
}

@keyframes scroll {
    100%{
        background-position: 10000px center;
    }
}

@keyframes rotateRight {
	0% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg); 
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg); 
	}
}

.et_pb_top_inside_divider, .et_pb_bottom_inside_divider {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-repeat-y: no-repeat;
}

.et_pb_top_inside_divider {
	background-image: url(images/content/divider-bg.svg);
	background-size: 100% 95px;
	top: 0;
	height: 95px;
	z-index: 1;
}

.et_pb_bottom_inside_divider {
	background-image: url(images/content/divider-bg.svg);
	background-size: 100% 115px;
	bottom: 0;
	height: 115px;
	z-index: 1;
	
	-webkit-transform: rotateX(180deg);
	   -moz-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.et_pb_top_inside_divider {
	margin-top: 0;
}

.et_pb_bottom_inside_divider {
	margin-bottom: 0;
}

/*
===================================
	Root of The Root
===================================
*/

/*
--- Text Point ---
*/
.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.text-bold {
	font-weight: 600;
}

.text-shadow {
	/*
    text-shadow: 1px 2px 2px #000;
	*/
}

.text-playbold {
    font-family: "MyriadProBold";
}

.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;
}

.purple-color {
	color: #6600ff;
}

.blue-color {
	color: #31b7ff;
}

/*
--- 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: #020202 !important;
	font-family: "Calibri";
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	padding: 2px 20px;
	font-size: 16px;
	text-shadow: none;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 50px;
	display: inline-block;
}

.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-yellow {
	background: #e67e22;
	color: #fff !important;
}

.btn-red {
	background: #C31200;
	color: #fff !important;	
}

.btn-green {
	background: #0e540a;
	color: #fff !important;	
}

.btn-black {
	background-color: #282f39;
}

.btn-purple {
	background: #6600ff;
	color: #fff !important;	
}

.btn-trans {
	background: transparent;
	padding: 2px 20px;
	border: 1px solid #010202;
	border-radius: 50px;
	font-size: 16px;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;		
}

.btn-yellow:hover {
	background: transparent;
	border: 1px solid #e67e22;
	color: #e67e22 !important
}

.btn-red:hover {
	background: transparent;
	border: 1px solid #C31200;
	color: #C31200 !important;
}

.btn-green:hover {
	background: transparent;
	border: 1px solid #0e540a;
	color: #0e540a !important;
}

.btn-black:hover {
	background-color: #FB4D00;
}

.btn-purple:hover {
	background: transparent;
	border: 1px solid #6600ff;
	color: #6600ff !important;
}

.btn-trans:hover {
	background: #010202;
	color: #fff !important;
}

/*
--- 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, 
.room-marquee-home, 
.slider-block, 
.score-block, 
.main-score-block, 
.content-score-block, 
.content-score-block .value,
.content-score-block .value .city,
.content-score-block .value .number, 
.game-home-block, 
.main-game, 
.content-game-home-block, 
.about-game-home-block, 
.about-game-home-block .title, 
.about-game-home-block .desc, 
.about-game-home-block .go-to-mars, 
.store-home-block, 
.content-store-home-block, 
.content-text-store,
.content-text-store .title, 
.content-text-store .desc, 
.content-text-store .play-store, 
.content-text-store .go-to-mars, 
.content-image-store, 
.play-home-block, 
.content-play-home-block, 
.content-game-play-block, 
.content-text-play-block, 
.content-text-play-block .logo, 
.content-text-play-block .text, 
.main-video-block, 
.content-video-block, 
.bottom-block-home, 
.room-bottom-block-home, 
.article-block, 
.main-article-block, 
.section-article, 
.image-article, 
.title-article, 
.date-article, 
.content-article, 
.banner-top-block, 
.content-banner-top, 
.content-text-banner, 
.content-text-banner .category, 
.content-text-banner .title, 
.content-text-banner .desc, 
.content-image-banner, 
.white-label-block, 
.content-white-label, 
.media-room-block, 
.content-media-room, 
.play-dekstop-block, 
.content-play-dekstop, 
.content-text-game, 
.content-text-game .category, 
.content-text-game .title, 
.content-text-game .sub-title, 
.content-text-game .description, 
.content-text-game .go-to-mars, 
.content-image-game, 
.play-mobile-block, 
.content-play-mobile, 
.contact-us-block, 
.content-contact-us, 
.content-form-contact, 
.content-text-contact, 
.content-privacy, 
.footer-menu-block, 
.top-footer-menu, 
.top-footer-menu .logo,
.left-footer-menu, 
.left-footer-menu .title, 
.left-footer-menu .description, 
.left-footer-menu .social, 
.right-footer-menu, 
footer {
	position: relative;
	width: 100%;
	float: left;
}

.main {
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
}

/*
==================================================
			MENU BLOCK
==================================================
*/

.menu-block {

}

.login .menu-block {
	margin-top: 0;	
}

.single-block {
	margin-top: 10px;
}

/*
==================================================
			NAVIGASI
==================================================
*/

.navbar {
	margin-bottom: 0;
}

.login .navbar {
    margin-left: 0;
    margin-right: 0;
}

.navbar-inverse {
	background-image: none;
	background-color: transparent;
	
	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;	
}

.navbar-inverse {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	
	z-index: 9999;
}

.login .navbar-inverse {
	min-width: 290px;
	position: relative;
	padding-top: 0;	
	margin-top: 0;
	
	background-image: none;
	background-color: #30b7ff;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;	
}

.single .navbar-inverse {
	background-image: none;
	background-color: #30b7ff;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;	
}

.navbar-home {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;	
}

.navbar-shadow {
	background: #30b7ff !important;
	
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
		-ms-transition: 0.5s;
		 -o-transition: 0.5s;
			transition: 0.5s;
	
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45) !important;
	   -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45) !important;
		-ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45) !important;
		 -o-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45) !important;
			box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.45) !important;
}

.login .navbar-brand {
	display: block;
	padding: 15px 15px 7px;
	height: 60px;
}

.navbar-brand {
	padding: 10px 15px;
}

.navbar-brand > img {
	position: relative;
	width: 150px;
	margin-top: 5px;
	
	z-index: 9;
}

.mobile-view, 
.navbar-brand-mobile, 
.login .navbar-brand-mobile {
	display: none;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	/*
	padding-left: 25px;
	padding-right: 25px;
	*/
	padding-left: 65px;
	padding-right: 65px;	
}

.navbar-inverse .navbar-nav > li > a {
    font-family: "Calibri";	
    color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
    text-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-image: none;
	background-color: transparent;
	color: #FFE12F;
	border-bottom: 1px solid #FFE12F;
	
	-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: #FFE12F !important;
	border-bottom: 1px solid #FFE12F;
	
	-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;
	background: transparent !important;
	
	-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: #FFE12F;
	border-bottom: 1px solid #FFE12F;
	background-color: transparent;
}

.dropdown-menu {
	background-color: #2c2c2c;
	border: none;
	border-radius: 0 !important;
	margin-top: 2px !important;
	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;	
}

.dropdown-menu > li > a {
	font-family: "Calibri";
	padding: 5px 15px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	background-color: transparent;
	background-image: none;
	color: #FFE12F;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	background-color: transparent;
	background-image: none;
	color: #FFE12F;	
}

.navbar-inverse .navbar-nav > li.login-menu > a {
    color: #FFE12F;
}

.navbar-inverse .navbar-nav > li.login-menu > a:hover, 
.navbar-inverse .navbar-nav > li.login-menu > .active > a:hover {
    color: #fff;
}

/*
==================================================
		SLIDER
==================================================
*/

.slider-block {

}

.carousel-indicators {
	width: auto;
	left: 0;
	right: 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;	
}

marquee a {
	color: #ffa200 !important;
}

.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: "MyriadProRegular";
	color: #fff;
	font-size: 13px;
    font-weight: 100;
	/*	
	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;
	top: 0;
	left: 0;	
	z-index: 8;
	background-color: rgba(0, 0, 0, 0.65);
}

/*
==================================================
		ANIMATION BLOCK
==================================================
*/

@keyframes rotateRight {
	0% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg); 
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg); 
	}
}

@keyframes rotateLeft {
	0% {
		-webkit-transform: rotate(0deg);
				transform: rotate(0deg); 
	}

	100% {
		-webkit-transform: rotate(-360deg);
				transform: rotate(-360deg); 
	}
}


@keyframes floatTop {
    0%,
    100% {
        transform: translatey(0)
    }
    
    45% {
        transform: translatey(-10px)
    }
}

@keyframes floatBottom {
    0%,
    100% {
        transform: translatey(0)
    }
    
    45% {
        transform: translatey(10px)
    }
}

@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;
}

.section__float__top {
    transform: translatey(0);
    animation: floatTop 3s ease-in-out infinite;
}

.section__float__bottom {
    transform: translatey(0);
    animation: floatBottom 3s ease-in-out infinite;
}

.section__rotate__left {
	-webkit-animation: rotateLeft 35s linear infinite;
			animation: rotateLeft 35s linear infinite;	
}

.section__rotate__right {
	-webkit-animation: rotateRight 35s linear infinite;
			animation: rotateRight 35s linear infinite;	
}


/*
==================================================
	GAME HOME
==================================================
*/

.game-home-block {
	background-image: url(images/bg/bg-game-home-block.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding: 80px 0 20px;
}

.main-game {
	z-index: 2;
}

#main_game_slider .owl-item {
	padding-left: 15px;
	padding-right: 15px;
}

#main_game_slider.sa_owl_theme .owl-dots {
	position: relative !important;
	margin-top: 0px !important;
}

.white #main_game_slider.sa_owl_theme .owl-nav .owl-prev {
	left: -30px;
}

.white #main_game_slider.sa_owl_theme .owl-nav .owl-next {
	right: -30px;
}

.sa_owl_theme .owl-nav div, #main_game_slider.sa_owl_theme .owl-nav button {
	margin-top: -40px !important;
}

.content-game-home-block {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px 0;
	
	padding-top: 70%;
	
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
			box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}

.content-game-home-block.adu-dadu {
	background-image: url(images/game/game-adu-dadu.jpg);
}

.content-game-home-block.bandar-dadu {
	background-image: url(images/game/game-bandar-dadu.jpg);
}

.content-game-home-block.bandar-sakong {
	background-image: url(images/game/game-bandar-sakong.jpg);
}

.content-game-home-block.adu-q {
	background-image: url(images/game/game-adu-q.jpg);
}

.about-game-home-block {
	background-color: #fff;
	text-align: center;
	padding: 15px;
}

.about-game-home-block .title {
	font-family: "MyriadProBold";	
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;	
}

.about-game-home-block .desc {
	margin: 10px 0 15px;
}

.about-game-home-block .go-to-mars {
	margin-bottom: 15px;
}

/*
==================================================
		STORE HOME BlOCK
==================================================
*/

.store-home-block {
	background-image: url(images/bg/bg-store-home-block.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	
	padding: 0 0 70px;
}

.content-text-store {
	margin-top: 25%;
	z-index: 2;
}

.content-text-store .title {
	font-family: "MyriadProBold";
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}

.content-text-store .desc {
	font-size: 18px;
	margin-top: 10px;
}

.content-text-store .play-store {
	margin: 25px 0;
}

.content-text-store .play-store .row {
	margin-left: -10px;
	margin-right: -10px;
}

.content-text-store .play-store .row > div {
	padding-left: 10px;
	padding-right: 10px;
}

.content-text-store .play-store img {
	border-radius: 10px;
	
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.45);
		-ms-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.45);
		 -o-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.45);
			box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.45);	
}

.content-text-store .play-store a:hover img {
	-webkit-transform: scale(1.07) !important;
	   -moz-transform: scale(1.07) !important;
		-ms-transform: scale(1.07) !important;
		 -o-transform: scale(1.07) !important;
			transform: scale(1.07) !important;
	
	-webkit-transition: all .3s !important;
	   -moz-transition: all .3s !important;
		-ms-transition: all .3s !important;
		 -o-transition: all .3s !important;	
			transition: all .3s !important;
	
	z-index: 5;
}

.content-image-store {
	z-index: 2;
}

.content-image-store img {
	width: 550px;
	margin: auto;
}

/*
==================================================
	PLAY HOME BLOCK
==================================================
*/

.play-home-block {
	background-image: url(images/bg/bg-game-home-block.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	
	padding: 60px 0 90px;
}

.content-game-play-block {
	/*
	margin-top: 20px;
	*/
}

.content-game-play-block .content-game-slider-block img {
	-webkit-transition: all .7s ease-in-out;
	   -moz-transition: all .7s ease-in-out;
			transition: all .7s ease-in-out;	
}

.content-game-play-block .content-game-slider-block img:hover {
	-webkit-transform: rotateY(360deg);
	   -moz-transform: rotateY(360deg);
			transform: rotateY(360deg);
}

.content-text-play-block {
	z-index: 2;
}

.content-text-play-block .logo {
	margin-bottom: 20px;
}

.content-text-play-block .logo img {
	display: table;
	margin: auto;
	width: 220px;
}

.content-text-play-block .text {
	text-align: justify;
}

.content-text-play-block .text a {
	color: #333;
}

.content-text-play-block .text h1 {
	font-family: "MyriadProBold";
	text-transform: uppercase;
	font-size: 22px;	
	margin-bottom: 15px;
}

.content-text-play-block .text h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/*
==========================================================
	VIDEO BLOCK
==========================================================
*/

.main-video-block {
	background-image: url(images/bg/bg-store-home-block.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding: 30px 0 180px;
}

.content-video-block {
	padding: 0 20%;
}

.room-video-block {
	position: relative;
	padding-bottom: 50.25%;
	padding-top: 25px;
	height: 0;
}

.room-video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-block {
    position: relative;
	border-left: 15px solid #000;
	border-right: 15px solid #4c4c4c;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 8;
}

.video-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.video-block:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.video-block:before {
    right: 0;
    height: 15px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #000000 0%, #1c1c1c 9%, #2b2b2b 24%, #111111 40%, #000000 49%, #2c2c2c 50%, #474747 61%, #666666 75%, #595959 88%, #4c4c4c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #000000 0%,#1c1c1c 9%,#2b2b2b 24%,#111111 40%,#000000 49%,#2c2c2c 50%,#474747 61%,#666666 75%,#595959 88%,#4c4c4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #000000 0%,#1c1c1c 9%,#2b2b2b 24%,#111111 40%,#000000 49%,#2c2c2c 50%,#474747 61%,#666666 75%,#595959 88%,#4c4c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c4c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.video-block:after {
    right: 0;
    height: 15px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #000000 0%, #1c1c1c 16%, #2b2b2b 30%, #111111 45%, #000000 66%, #2c2c2c 78%, #595959 88%, #4c4c4c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #000000 0%,#1c1c1c 16%,#2b2b2b 30%,#111111 45%,#000000 66%,#2c2c2c 78%,#595959 88%,#4c4c4c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #000000 0%,#1c1c1c 16%,#2b2b2b 30%,#111111 45%,#000000 66%,#2c2c2c 78%,#595959 88%,#4c4c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4c4c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.main-video-block .monitor-stand {
	width: 100%;
}

/*
==================================================
	BOTTOM HOME BLOCK
==================================================
*/

.bottom-block-home {
	background-image: url(images/bg/bg-bottom-block.png);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	
	margin-top: -180px;	
}

.bottom-block-home, 
.room-bottom-block-home {
	height: 280px;
}

.bottom-block-home .ball-1, 
.bottom-block-home .ball-2, 
.bottom-block-home .ball-3 {
	position: absolute;
}

.bottom-block-home .ball-1 {
	top: 0;
	left: 0;
}

.bottom-block-home .ball-1 img {
	width: 130px;
}

.bottom-block-home .ball-2 {
	bottom: 0;
	left: 20%;
}

.bottom-block-home .ball-2 img {
	width: 70px;
}

.bottom-block-home .ball-3 {
	right: 15%;
	bottom: 35px;
}

.bottom-block-home .ball-3 img {
	width: 115px;
}

/*
==================================================
	ABOUT US BLOCK
==================================================
*/

.banner-top-block {
	background-image: url(images/bg/bg-banner-top.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-banner-top {
	padding: 170px 0 30px;
	z-index: 2;
}

.content-text-banner {
	color: #fff;
	/*
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
	*/
}

.content-text-banner .title {
	font-family: "MyriadProBold";
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
}

.title.separate {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.title.separate:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;	
	width: 22%;
	height: 2px;
}

.content-text-banner .desc {
	text-align: justify;
	font-size: 18px;
}

.about-us .game-home-block, 
.services .game-home-block, 
.medias .game-home-block, 
.play-mobile-block, 
.contact .game-home-block {
	padding-top: 50px;
	padding-bottom: 200px;
}

.about-us .game-home-block, 
.services .white-label-block, 
.medias .media-room-block, 
.contact .contact-us-block, 
.privacy .contact-us-block {
	padding-bottom: 220px;
}

/*
==================================================
	SERVICES BLOCK
==================================================
*/

.services .content-banner-top, 
.medias .content-banner-top, 
.games .content-banner-top, 
.contact .content-banner-top {
	padding: 52px 0 30px;
}

.content-text-banner .category {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;	
}

.services .content-text-banner, 
.medias .content-text-banner, 
.games .content-text-banner, 
.contact .content-text-banner {
	padding-top: 40%;
}

.white-label-block .content-text-banner {
	padding-top: 10%;
}

.white-label-block .content-text-banner {
    color: #333;
}

.services .white-label-block, 
.medias .media-room-block, 
.games .play-dekstop-block, 
.contact .contact-us-block {
	padding-top: 50px;
}

.content-white-label {
	margin-top: 20px;
}

.white-label-block .title.separate::after {
	background-color: #333;
}

.services .game-home-block, 
.medias .game-home-block, 
.contact .game-home-block {
	padding-top: 30px;
}

/*
==================================================
	MEDIA BLOCK
==================================================
*/

.content-media-room {
	/*
	margin-top: 30px;
	*/
}

.content-media-room .row {
	
}

.content-media-room .row > div {
	float: left;
	width: 25%;
	position: relative;
}

.content-media-room .row > div {
	padding-left: 15px;
	padding-right: 15px;
}

.content-media-room .content, 
.content-media-room .content a > div {
	float: left;
	width: 100%;
	position: relative;
}

.content-media-room .content .icon {
	
}

.content-media-room .content .icon img {
	width: 150px;
	margin: auto;
}

.content-media-room .content a {
	color: #333;
	display: table;
	margin: auto;
}

.content-media-room .content a:hover .icon img {
	-webkit-transform: scale(1.07);
	   -moz-transform: scale(1.07);
		-ms-transform: scale(1.07);
		 -o-transform: scale(1.07);
			transform: scale(1.07);
	
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
		-ms-transition: all .3s;
		 -o-transition: all .3s;
			transition: all .3s;
}

.content-media-room .content .text {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
}

/*
==================================================
	GAMES DEKSTOP BLOCK
==================================================
*/

.play-dekstop-block {
	background-image: url(images/bg/bg-store-home-block.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.special-image-banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.special-image-banner img {
	width: 700px;
}

.games .content-text-banner {
	padding:30% 0;
}

.content-play-dekstop {
	margin-top: 30px;
}

.content-text-game {
	padding-top: 10%;
	z-index: 2;
}

.content-text-game .category {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}

.content-text-game .title {
	font-family: "MyriadProBold";
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
}

.content-text-game .sub-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
}

.content-text-game .description {
	font-size: 18px;
	margin: 10px 0 40px;
}

.content-image-game {
	z-index: 2;
}

.content-image-game img {
	width: 400px;
	margin: auto;
}

/*
==================================================
	GAME MOBILE BLOCK
==================================================
*/

.play-mobile-block {
	background-image: url(images/bg/bg-game-home-block.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;	
}

.play-mobile-block .content-text-game {
	padding-top: 20%;
}

.play-mobile-block .content-text-game .title, 
.play-mobile-block .content-text-game .sub-title, 
.play-mobile-block .content-text-game .description, 
.play-mobile-block .content-text-game .go-to-mars {
	text-align: right;
}

.play-mobile-block .content-text-game .go-to-mars ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.play-mobile-block .content-text-game .go-to-mars ul > li {
    float: left;
    position: relative;
    display: block;
	padding-left: 5px;
	padding-right: 5px;
}

.play-mobile-block .content-text-game .go-to-mars ul > li:last-child {
	padding-right: 0;
}

.play-mobile-block .content-text-game .go-to-mars ul > li img {
	height: 30px;
	width: auto;
}

.play-mobile-block .content-image-game img {
	width: 500px;
}

/*
==================================================
	CONTACT US BLOCK
==================================================
*/

.contact-us-block {
	background-image: url(images/bg/bg-store-home-block.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.content-contact-us, 
.content-privacy {
	/*
	margin-top: 30px;
	*/
	z-index: 2;
}

.content-form-contact .form-contact label {
	text-transform: uppercase;
}

.content-form-contact .form-contact textarea {
	max-width: 100%;
	min-width: 100%;
}

.content-text-contact h3 {
	font-weight: 700;
	margin-bottom: 10px;
}

.content-text-contact h3.space-man {
	margin-top: 30px;
}

.content-text-contact p {
	margin-bottom: 15px;
}

/*
==================================================
	PRIVACY BLOCK
==================================================
*/

.content-privacy h1, 
.content-privacy h2, 
.content-privacy h3, 
.content-privacy h4, 
.content-privacy h5 {
	margin-bottom: 10px;
	font-weight: 700;
}

/*
==================================================
	FOOTER MENU BLOCK
==================================================
*/

.footer-menu-block {
	background-color: #1b1b1b;
	padding: 50px 0;
	color: #fff;
}

.footer-menu-block a {
	color: #da721a;
}

.top-footer-menu {
	margin-bottom: 20px;	
}

.top-footer-menu .logo {

}

.top-footer-menu .logo img {
	width: 120px;
}

.left-footer-menu .title {
	font-family: "MyriadProBold";
	font-size: 16px;
	line-height: 16px;
}

.left-footer-menu .description {
	margin-bottom: 10px;
}

.left-footer-menu .description p {
	margin-bottom: 5px;
}

.left-footer-menu .social {
	
}

.left-footer-menu .social ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;	
	margin-left: -5px;
	margin-right: -5px;
	opacity: 0.5;
}

.left-footer-menu .social ul > li {
	float: left;
	position: relative;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	text-align: center;	
}

.left-footer-menu .social ul > li > a {
	display: block;
	width: 23px;
	height: 23px;	
	color: #fff;
	text-decoration: none;	
}

.left-footer-menu .social ul > li > a:focus, 
.left-footer-menu .social ul > li > a:hover {
	opacity: 0.65;
}

.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;
}

.left-footer-menu .social ul > li.twitter {
	background-color: #6acff4;
}

.left-footer-menu .social ul > li.instagram {
	background-color: #dd2a7b;
}

.left-footer-menu .social ul > li.facebook {
	background-color: #3a5898;
}

.left-footer-menu .social ul > li.whatsapp {
	background-color: #29AD00;
}

.left-footer-menu .social ul > li.bbm {
	background-color: #0159B3;
}

.left-footer-menu .social ul > li.youtube {
	background-color: #FF0000;
}

.left-footer-menu .social ul > li.line {
	background-color: #00B300;
}

.left-footer-menu .social ul > li.wechat {
	background-color: #00A818;
}

.nav-footer-menu {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-footer-menu > li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.nav-footer-menu > li > a {
	color: #fff;
	text-decoration: none;
}

.nav-footer-menu > li > a:focus, 
.nav-footer-menu > li > a:hover {
	color: #da721a;
}

/*
==================================================
	ARTICLE BLOCK
==================================================
*/

.article-block {
	background-color: #efefef;
	padding: 40px 0;	
}

.main-article-block > div {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbb;
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}

.main-article-block .image-article {
	max-height: 300px;
	overflow: hidden;
}

.image-article img {
	width: 100%;
}

.title-article {
	margin-top: 20px;
}

.title-article a {
	color: #020202;
}

.single .title-article a {
	color: #fff;
}

.title-article a:hover {
	color: #fdcd01;
	text-decoration: none;
}

.date-article {
	color: #fdcd01;
	font-size: 12px;
	margin: 15px 0;
}

/*
==========================================================
	FORM
==========================================================
*/
.form-control {
    background-color: rgba(0, 0, 0, 0.65);
    border: none;
    border-radius: 5px;
	height: 40px;
	color: #fff;
	font-size: 1em;
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);
		 -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);   
			box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.form-control:focus, .form-control:active {
	-webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);
		 -o-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);   
			box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.35), 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.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;
}

.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;
}

.input-group {
	text-shadow: none;
}

.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: #333 !important;
    display: table;
    padding: 5px 20px;
    width: 100%;
	position: relative;
	text-shadow: none;
}

.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;
    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;
	text-shadow: none;
}

.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: #333;
	background-color: transparent;
	border: 1px solid #333;
	margin-right: 5px;
	border-radius: 5px !important;
	text-shadow: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #6600ff;
    border-color: #6600ff;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #6600ff;
    border-color: #6600ff;
}

/*
=============================================
		DATE PICKER
=============================================
*/

.datepicker.dropdown-menu {
	background-color: #fff;
	border: 1px solid #bbb;
	
	-webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
	   -moz-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
		-ms-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
		 -o-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
			box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);	
}

.datepicker table tr td, .datepicker table tr th {
    color: #333 !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: #ff3f34 !important;
    border-color: #ff3f34 !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;
}

/*
==========================================================
	FOOTER
==========================================================
*/

footer {
	position: relative;
	background-color: #0f0f0f;
	padding: 10px 0;
	border-bottom: 1px solid #0f0f0f;
}

footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

footer .copyright a {
	color: #fff;
}

.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: 13px;
	width: auto;
	margin-top: 5px;
}

.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;
}

/*
=========================================================
	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;
	}
}

@media (max-width: 1199px){	
	.navbar {
		min-height: auto;
	}
	
	.navbar-brand > img {

	}
	
	.login .navbar-brand {
		padding: 10px 15px;
		height: 50px;
	}

	.navbar-nav > li > a {
		/*
		padding: 15px 15px;
		*/
		padding: 15px 50px;
	}

	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:hover {
		/*
		padding: 15px 15px;
		*/
		padding: 15px 50px;
	}
	
	/*--- HOME BLOCK ---*/
	.main-game .row {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	#main_game_slider .owl-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.content-game-home-block {
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
		   -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
			-ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
			 -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
				box-shadow: 0 0 7px rgba(0, 0, 0, 0.45);
	}	
	
	.content-text-store {
		margin-top: 20%;
	}	
	
	.about-game-home-block .title {
		font-size: 21px;
		line-height: 21px;
	}
	
	.about-game-home-block .desc {
		font-size: 14px;
	}	
	
	.content-text-play-block .logo img {
		width: 185px;
	}	
	
	.content-text-play-block .text h1 {
		font-size: 18px;
	}	
	
	.content-text-play-block .text h3 {
		font-size: 14px;	
	}
	
	.content-text-play-block .text p {
		font-size: 14px;	
	}
	
	/*--- ABOUT US BLOCK ---*/
	.content-text-banner .title {
		font-size: 34px;
		line-height: 34px;
	}
	
	.content-banner-top {
		padding: 130px 0 70px;
	}	
	
	.about-us .game-home-block, 
	.services .game-home-block, 
	.medias .game-home-block, 
	.play-mobile-block, 
	.contact .game-home-block {
		padding-top: 20px;
		padding-bottom: 170px;
	}
	
	.about-us .game-home-block,
	.services .white-label-block, 
	.medias .media-room-block, 
	.contact .contact-us-block, 
	.privacy .contact-us-block {
		padding-bottom: 200px;
	}	
}

@media (max-width: 991px){	
	.navbar-nav {
		float: right;
	}	
	
	.navbar-brand > img {
		width: 135px;
		margin-left: -15px;
	}
	
	.navbar-nav > li > a {
		/*
		padding: 15px 10px;
		*/
		padding: 15px 30px;
	}	
	
	.navbar-inverse .navbar-nav > .active > a, 
	.navbar-inverse .navbar-nav > .active > a:hover {
		/*
		padding: 15px 10px;
		*/
		padding: 15px 30px;
	}	
	
	/*-- BUTTON --*/
	.btn-mid {
		font-size: 14px;
	}
	
	/*-- HOME BLOCK --*/
	.content-game-home-block {
		padding-top: 85%;
	}
	
	.about-game-home-block .title {
		font-size: 16px;
		line-height: 16px;
		font-weight: 100;
	}	
	
	.game-home-block {
		padding: 50px 0;
	}	
	
	.content-text-store .title {
		font-size: 22px;
		line-height: 22px;
	}
	
	.play-home-block {
		padding: 30px 0 60px;
	}	
	
	.content-video-block {
		padding: 0 15%;
	}	
	
	.bottom-block-home, 
	.room-bottom-block-home {
		height: 180px;
	}	
	
	.article-block {
		padding: 30px 0;
	}	
	
	.main-article-block > div {
		margin-bottom: 25px;
		padding-bottom: 15px;	
	}
	
	.title-article {
		margin-top: 15px;
	}	

	.title-article h1 {
		font-size: 28px;
	}
	
	/*--- ABOUT US BLOCK ---*/
	.content-banner-top {
		padding: 115px 0 70px;
	}

	.white-label-block .content-text-banner {
		padding-top: 0;
	}

	.content-media-room .content .icon img {
		width: 110px;
	}	
	
	.content-media-room .content .text {
		font-size: 0.9em;
	}
	
	
	.content-text-game .category {
		font-size: 16px;
		line-height: 16px;
	}	

	.content-text-game .title {
		font-size: 34px;
		line-height: 34px;		
	}
	
	.content-text-game .sub-title {
		font-size: 18px;
		line-height: 18px;
	}

	.content-text-game .description {
		font-size: 16px;
	}	
	
	.content-image-game img {
		width: 280px;
	}	
	
	.play-mobile-block .content-image-game img {
		width: 330px;
	}	
	
	.play-mobile-block .content-text-game {
		padding-top: 6%;
		padding-bottom: 20%;
	}		
}

@media (max-width: 800px){

}

@media (max-width: 767px){
	.menu-block {
		z-index: 1030 !important;
	}
	
	.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;
	}
	
	/*--- MAIN HEADER ---*/
	.main-header {
		position: fixed;
		width: 100%;
		height: 55px;		
		top: 0;
		padding: 10px 0;
		background-image: none;
		background-color: #30b7ff;
		z-index: 9;
		min-width: 320px;
	}	
	
	.main-header .logo-header {
		margin-top: 6px;
	}	
	
	.main-header .logo-header img {
		width: 130px;
		margin-top: 0;
	}
	
	/** --- NAVBAR SLIDE START --- **/	
	.dis-scroll {
		overflow: hidden;
	}
	
	.nav-sm {
		min-width: 290px;
	}
	
	#sidebar .navbar-nav > li {
		float: left;
		width: 100%;
	}	
	
	#sidebar {
		width: 250px;
		position: fixed !important;
		top: 0;
		left: -350px;
		height: 100vh;
		z-index: 999;
		background-color: #008edb;

		color: #fff;
		overflow-y: scroll;
				
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			 -o-transition: all 0.5s;				
				transition: all 0.5s;	
	}

	#sidebar.active {
		left: 0;
	}

	#dismiss {
		display: none !important;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		background: #7386D5;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			 -o-transition: all 0.5s;
				transition: all 0.5s;
	}

	#dismiss:hover {
		background: #fff;
		color: #7386D5;
	}

	.overlay {
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,.7);
		z-index: 99;
		opacity: 0;
		
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			 -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
	}
	
	.overlay.active {
		display: block;
		opacity: 1;
		
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			 -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;	
	}

	#sidebar .sidebar-header {
		float: left;
		width: 100%;
		padding: 12px 15px;
		background: #005380;
	}

	#sidebar ul.components {
		padding: 10px 0;
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #dde6ea;
	}

	#sidebar ul p {
		color: #fff;
		padding: 0 10px;
	}

	#sidebar ul li a {
		background: transparent !important;
		padding: 10px 15px;
		display: block;
		color: #fff;
		text-shadow: none;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 700;
	}

	#sidebar ul li a:hover {
		background-color: transparent;
		color: #FFE12F;
		border-bottom: none;
	}
	
	#sidebar ul li.active a {
		color: #FFE12F;
	}

	#sidebar ul li.current-menu-item > a,
	a[aria-expanded="true"] {
		color: #f84c00;
	}

	a[data-toggle="collapse"] {
		position: relative;
	}
	
	#sidebar .sidebar-footer {
		float: left;
		width: 100%;
		padding: 15px;
		font-size: 11px;
		text-align: center;
	}

	#sidebar .sidebar-footer a {
		color: #fff;
	}
	
	#sidebar .sidebar-footer a:focus, 
	#sidebar .sidebar-footer a:hover {
		color: #fff;
		text-decoration: underline;
	}	
	
	.navbar-xs {
		padding: 0;
		text-align: right;
		float: right;
	}	
	
	.btn-slide-menu {
		padding: 0 10px;
		background-color: transparent;
		color: #fff;
		font-size: 16pt;
		line-height: normal;
		border: 1px solid #fff;
	}	
	
	.btn-slide-menu {
		position: relative;
		float: right;
		padding: 9px 10px;		
		background-color: transparent;
		background-image: none;
		color: #fff;
		font-size: 16pt;
		border: 1px solid #fff;
		border-radius: 4px;
	}	
	
	.btn-slide-menu .icon-bar {
		background-color: #fff;
	}

	.btn-slide-menu .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}	
	
	.btn-slide-menu .icon-bar + .icon-bar {
		margin-top: 4px;
	}	

	.btn-slide-menu:focus {
		background-color: transparent;
	}
	
	.btn-slide-menu:hover {
		background-color: rgba(255, 255, 255, 0.45);
	}
	
	
	.btn-slide-menu:hover .icon-bar {
		background-color: #fff;
	}		
	
	.main-search {
		padding-top: 0;
		padding-left: 0;
	}	
	
	.main-search a {
		margin: auto;
	}	
	
	.main-search img {
		width: 130px;
	}
	
	.navbar-nav {
		float: left;
		margin: 0;	
	}
	
	#sidebar .navbar-nav > .open > a, 
	#sidebar .navbar-nav > .open > a:focus, 
	#sidebar .navbar-nav > .open > a:hover {
		color: #FFE12F;
		background-color: transparent;
	}	
	
	#sidebar .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		border-top: 1px solid #fff;
		font-size: 14px;
		padding: 10px 25px;
		background-color: transparent !important;
	}

	#sidebar .navbar-nav .open .dropdown-menu > li > a:focus, 
	#sidebar .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #FFE12F;
		background-color: transparent !important;
	}

	#sidebar .navbar-nav .open .dropdown-menu > .active > a, 
	#sidebar .navbar-nav .open .dropdown-menu > .active > a:focus, 
	#sidebar .navbar-nav .open .dropdown-menu > .active > a:hover {
		background-color: transparent !important;
		background-image: none;
		color: #FFE12F;	
	}	
	
	.nav .open > a, 
	.nav .open > a:focus, 
	.nav .open > a:hover {
		background-color: transparent;
		border-color: #bbb;
	}
	
	/** --- NAVBAR SLIDE END --- **/	
	.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: 160px;
		margin-top: 2px;
	}
	
	.login .navbar-brand > img {
		margin-top: 5px;
		margin-left: 0;
	}

	.navbar-inverse .navbar-collapse, 
	.navbar-inverse .navbar-form {
		border-color: #fff;
	}	
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
		text-transform: capitalize;
	}	
	
	.nav > li {
		border-bottom: 1px solid #fff;
	}
	
	.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;
		background-color: rgba(0, 0, 0, 0.55) !important;
		color: #fff !important;
		border-bottom: none;		
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		height: auto;
		padding: 12px 15px;
		background-color: rgba(0, 0, 0, 0.55);
		color: #fff;
		border-bottom: none;		
	}
	
	.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 #fff;
		font-size: 16px;
		padding: 12px 25px;
	}	
	
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #FFE12F;
	}
	
	.navbar .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar .navbar-nav .open .dropdown-menu > .active > a:focus, 
	.navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
		background-color: transparent;
		background-image: none;
		color: #FFE12F;	
	}	
	
	.login-menu {
		display: none !important;
	}
	
	.login-mobile {
		float: right;
		padding-top: 4px;
	}
	
	.login-mobile > div {
		float: left;
	}
	
	.login-mobile > div > a {
		font-family: "Calibri";
		text-decoration: none;
		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: #e22b2b !important;
		background: transparent;
		border: 1px solid #e22b2b;
	}

	.login-mobile > div.register > a:hover {
		background: #F87500;
	}

	.login-mobile > div.login > a:hover {
		background: #e22b2b;
		color: #fff !important;
	}	
	
	.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 --*/
	.et_pb_bottom_inside_divider {
		background-size: 100% 85px;
		height: 85px;		
	}
	
	.slider-block {
		margin-top: 55px;
	} 
	
	.not-login-block, 
	.main-login-block.not-login-block {
		margin-top: 65px;
	}
	
	.carousel-indicators {
		z-index: 8;
	}
	
	.carousel-indicators {
		bottom: 10px;
	}
	
	.game-home-block {
		padding: 30px 0;
	}	
	
	.content-text-store {
		margin-top: 30px;
	}

	.content-image-store img {
		width: 350px;
	}

	.play-home-block {
		padding: 0 0 40px;
	}	
	
	.store-home-block {
		padding: 0 0 30px;
	}	
	
	.content-game-play-block {
		/*
		margin-top: 30px;
		*/
		margin-bottom: 30px;
	}	
	
	.bottom-block-home .ball-2 {
		left: 27%;
	}	
	
	.bottom-block-home .ball-1 img {
		width: 90px;
	}	
	
	.bottom-block-home .ball-2 img {
		width: 50px;
	}	
	
	.bottom-block-home .ball-3 img {
		width: 75px;
	}	
	
	.article-block {
		padding: 30px 0 10px;
	}	
	
	.date-article {
		margin: 10px 0;
	}
	
	/*--- ABOUT US BLOCK ---*/
	
	.content-banner-top {
		padding: 90px 0 20px;
	}	
	
	.content-text-banner .title {
		text-align: center;
	}
	
	.title.separate::after {
		width: 15%;
		right: 0;
		margin: auto;
	}
	
	.content-image-banner {
		margin-top: 20px;
	}
	
	/*--- SERVICES BLOCK ---*/
	.services .content-image-banner, 
	.medias .content-image-banner, 
	.games .content-image-banner, 
	.contact .content-image-banner {
		margin-top: 0;
	}	
	
	.services .content-text-banner, 
	.medias .content-text-banner, 
	.games .content-text-banner, 
	.contact .content-text-banner {
		padding-top: 30px;
	}	
	
	.services .content-text-banner .title, 
	.medias .content-text-banner .title, 
	.games .content-text-banner .title, 
	.contact .content-text-banner .title {
		text-align: left;
	}	
	
	.content-text-banner .desc {
		text-align: left;
	}	
	
	.services .title.separate::after, 
	.medias .title.separate::after, 
	.games .title.separate::after, 
	.contact .title.separate::after {
		right: unset;
		margin: unset;
	}	
	
	.services .white-label-block, 
	.medias .media-room-block, 
	.games .play-dekstop-block, 
	.contact .contact-us-block {
		padding-top: 20px;
	}	
	
	.white-label-block .content-text-banner {
		padding-top: 0;
	}	
	
	.white-label-block .content-image-banner {
		margin-top: 20px;
	}

	.white-label-block .content-image-banner img {
		width: 400px;
		margin: auto;
	}
	
	.special-image-banner {
		top: 55px;	
	}
	
	.play-mobile-block .content-text-game {
		padding-bottom: 10%;
	}
	
	.footer-menu-block {
		padding: 30px 0;
	}	

	.right-footer-menu .row {
		margin-left: -5px;
		margin-right: -5px;
	}	
	
	.right-footer-menu .row > div {
		padding-left: 5px;
		padding-right: 5px;
	}

	.top-footer-menu .logo img {
		width: 100px;
	}
	
	.left-footer-menu .title {
		font-size: 14px;
		line-height: 14px;
	}	

	.left-footer-menu .description, 	
	.nav-footer-menu > li {
		font-size: 14px;
	}	
	
	/** FOOTER **/
	
	footer {
		position: relative;
	}
	
	.logo-footer {
		display: none;
	}		
}

@media (max-width: 700px){
	
}

@media (max-width: 640px){

}

@media (max-width: 600px){
	.main-header {

	}
	
	.main-header .main-logo {
		width: 120px;
	}
	
	.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;
	}
	
	.content-video-block {
		padding: 0 30px;
	}	
	
	.bottom-block-home .ball-3 {
		right: 7%;
	}	
	
	.title-article h1 {
		font-size: 24px;
	}
	
	/*--- ABOUT US BLOCK ---*/
	
	.content-text-banner .title {
		font-size: 28px;
		line-height: 28px;
	}	

	/*--- SERVICES BLOCK ---*/
	
	.services .content-banner-top .row > div, 
	.medias .content-banner-top .row > div, 
	.games .content-banner-top .row > div, 
	.contact .content-banner-top .row > div {
		width: 100%;
	}
	
	.games .content-banner-top .row > div {
		margin-left: 0;
	}
	
	.services .content-image-banner img, 
	.medias .content-image-banner img, 
	.games .content-image-banner img, 
	.contact .content-image-banner img {
		width: 300px;
		margin: auto;
	}
	
	.services .content-text-banner, 
	.medias .content-text-banner, 
	.games .content-text-banner, 
	.contact .content-text-banner {
		padding-top: 20px;
		padding-bottom: 30px;
	}	
	
	.white-label-block .content-text-banner {
		padding-top: 0;
		padding-bottom: 0;
	}	
	
	.white-label-block .content-image-banner {
		margin-top: 10px;
	}	
	
	.services .game-home-block {
		padding-top: 10px;
	}
	
	.medias .game-home-block, 
	.contact .game-home-block {
		padding-top: 0;
	}
	
	.content-media-room .row > div {
		width: 25%;
	}
	
	/*
	.content-media-room .row > div:nth-child(4) {
		margin-left: 16.66666666%;
	}
	*/

	.games .banner-top-block .row > div.special {
		width: 50%;
	}
	
	.games .content-text-banner {
		padding-top: 30px;
		text-shadow: 1px 2px 3px #000;
	}
	
	.content-text-game .title {
		font-size: 28px;
		line-height: 28px;
	}	
	
	.content-text-game {
		padding-top: 0;	
	}
	
	.content-text-game .description {
		margin: 10px 0 20px;
	}	
	
	.play-mobile-block {
		padding-top: 40px;	
	}
	
	.content-play-mobile .content-image-game {
		padding-top: 30px;
	}
	
	.left-footer-menu .social ul {
		margin-left: -3px;
		margin-right: -3px;
	}	
	
	.left-footer-menu .social ul > li {
		margin-left: 3px;
		margin-right: 3px;	
	}
	
	/** 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){	

}	

@media (max-width: 520px) {	
	/*-- 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){
	.main-header {
		height: 50px;
		padding: 10px 0;
	}
	
	.main-header .logo-header {
		margin-top: 4px;
	}	
	
	.main-header .logo-header img {
		margin-top: 0;
	}	
	
	.btn-slide-menu {
		padding: 7px 7px;
	}
	
	#sidebar .sidebar-header {
		padding: 12px 15px;
	}
	
	.main-search img {
		width: 105px;
	}	
	
	.login-mobile {
		padding-top: 2px;
	}	
	
	.login-mobile > div > a {
		padding: 8px 12px;
	}	

	/*-- HOME BLOCK --*/
	.slider-block {
		margin-top: 50px;
	} 
	
	.modal-login {
		min-width: 250px;
	}
	
	.content-image-store img {
		width: 250px;
	}	
	
	.content-video-block {
		padding: 0;
	}	
	
	.game-home-block {
		padding: 30px 0 10px;
	}	
	
	.store-home-block {
		padding: 0 0 10px;
	}	
	
	.play-home-block {
		padding: 0 0 10px;
	}	
	
	.content-text-play-block .logo img {
		width: 145px;
	}	
	
	.main-video-block {
		padding: 30px 0 140px;
	}	
	
	.bottom-block-home {
		margin-top: -140px;
	}	
	
	.bottom-block-home, 
	.room-bottom-block-home {
		height: 140px;
	}	
	
	.bottom-block-home .ball-1 img {
		width: 70px;
	}	
	
	.bottom-block-home .ball-2 img {
		width: 45px;
	}	
	
	.bottom-block-home .ball-3 img {
		width: 55px;
	}	
	
	.article-block {
		padding: 20px 0;
	}	
	
	.main-article-block > div {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 10px;		
	}

	/*--- ABOUT US BLOCK ---*/
	.content-text-banner .category {
		font-size: 18px;
		line-height: 18px;
	}	
	
	.content-text-banner .title {
		font-size: 23px;
		line-height: 23px;
	}	
	
	.about-us .game-home-block, 
	.services .game-home-block, 
	.medias .game-home-block, 
	.play-mobile-block, 
	.contact .game-home-block {
		padding-bottom: 110px;
	}
	
	.about-us .game-home-block,
	.services .white-label-block, 
	.medias .media-room-block, 
	.contact .contact-us-block, 
	.privacy .contact-us-block {
		padding-bottom: 150px;
	}	
	
	/*--- SERVICES US BLOCK ---*/
	.services .content-image-banner img, 
	.medias .content-image-banner img, 
	.games .content-image-banner img, 
	.contact .content-image-banner img {
		width: 200px;
	}	
	
	.services .content-text-banner, 
	.medias .content-text-banner, 
	.games .content-text-banner, 
	.contact .content-text-banner {
		padding-bottom: 15px;
	}
	
	.white-label-block .content-text-banner {
		padding-bottom: 0;
	}	

	.white-label-block .content-image-banner img {
		width: 250px;
	}
	
	.services .game-home-block, 
	.medias .game-home-block, 
	.contact .game-home-block {
		padding-top: 0;
	}

	.content-play-dekstop .row > div, 
	.content-play-mobile .row > div {
		width: 100%;
	}
	
	.content-text-game .title {
		font-size: 23px;
		line-height: 23px;
	}
	
	.play-dekstop-block .content-image-game {
		margin-top: 20px;
	}
	
	.content-image-game img {
		width: 180px;
	}

	.play-mobile-block {
		padding-top: 30px;
	}	
	
	.content-play-mobile .content-image-game {
		display: none;
		padding-top: 0;
	}	
	
	.play-mobile-block .content-text-game {
		padding-top: 0;
		padding-bottom: 15%;
	}	
	
	.play-mobile-block .content-text-game .title, 
	.play-mobile-block .content-text-game .sub-title, 
	.play-mobile-block .content-text-game .description, 
	.play-mobile-block .content-text-game .go-to-mars {
		text-align: left;
	}	
	
	.play-mobile-block .content-text-game .go-to-mars ul {
		float: left;	
	}
	
	.content-media-room .row > div {
		width: 50%;
		margin-bottom: 10px;
	}	
	
	.footer-menu-block .row > div {
		width: 100%;
	}	
	
	.right-footer-menu {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #fff;		
	}	
	
	.right-footer-menu .row > div {
		width: 50%;
	}	
}

@media (max-width: 460px) {	

}

@media (max-width: 420px) {
	.navbar-brand > img {
		width: 135px;
		margin-top: 5px;
	}
	
	.login .navbar-brand > img {
		margin-top: 8px;
	}		
}

@media (max-width: 400px) {

}

@media (max-width: 360px){
	.navbar-brand {
		padding: 15px 0 15px 15px;
	}	
	
	.login-mobile > div > a {
		padding: 8px;
	}
	
	.navbar-brand > img {
		width: 125px;
		margin-top: 5px;
	}
	
	.login .navbar-brand > img {
		margin-top: 10px;
	}	
		
	.img-300 {
		width: 180px;
	}
	
	.pagination > li > a, .pagination > li > span {
		padding: 2px 7px;
		font-size: 14px;
	}	

	.et_pb_bottom_inside_divider {
		background-size: 100% 55px;
		height: 55px;
	}	
	
	.about-game-home-block .title {
		min-height: 35px;
	}	
	
	.main-game .btn {
		font-size: 14px;
		padding: 5px 10px;
	}
	
	/*
	.content-media-room .row > div {
		width: 50%;
	}
	
	.content-media-room .row > div:nth-child(4) {
		margin-left: 0;
	}	
	
	.content-media-room .row > div:last-child {
		margin-left: 25%;
	}
	*/
	
	/* FOOTER */
	
	.tail-footer .row > div {
		padding-left: 8px;
		padding-right: 8px;
	}		
}

@media (max-width: 320px){
	.main-header .logo-header {
		/*
		margin-top: 6px;
		*/
	}	
	
	.modal-login {
		min-width: 0;
	}
	
	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) {  

}
*/

/*
=======================================
		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;
	}
}