/* cyrillic-ext */
@font-face {
	font-family: 'Open Sans';
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: 'New Town Bold';
	src: url(../fonts/Newtown-Bold.ttf);
}
@font-face {
	font-family: 'Myriad Pro Bold';
	src: url(../fonts/MyriadPro-Bold.ttf);
}

@-webkit-keyframes bouncerMenu {
    from {
    	-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
    }

    to {
    	-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
   	}
} 

@keyframes bouncerMenu {
    from {
    	-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
    }

    to {
    	-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
   	}
}

body {
	font-family: "Open Sans" !important;
	background-color: #131313 !important;
}

a, p, h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

article {
	background: #D5D7D8;
}

/* Header */
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0 !important;
	border: 1px solid transparent;
}

.navbar-default {
	background: #bd1313;
	background: -moz-linear-gradient(top, #fb0b0b 0%,#540000 100%);
	background: -webkit-linear-gradient(top, #fb0b0b 0%,#540000 100%);
	background: linear-gradient(to bottom, #fb0b0b 0%,#540000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0b0b', endColorstr='#540000',GradientType=0 );
	border:	none !important; 
}

.navbar-brand {
	padding: 2.5px 15px !important;
}

.navbar-brand >img {
	width: 240px;
	display: block;
}

.navbar-default .navbar-nav>li>a {
	font-family: "Open Sans";
	font-weight: 600;
	font-size: 12px;
	color: #fff !important;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li> .active, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: rgb(255, 255, 255) !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent !important; 
}

.navbar-right li:nth-child(5) {
	position: relative;
	transition: 0.2s all ease-in;
}

.navbar-right li:nth-child(5):hover {
	-webkit-animation: bouncerMenu 0.2s; /* Safari 4.0 - 8.0 */
    animation: bouncerMenu 0.2s;
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
    animation-iteration-count: 1;
}

.navbar-right li:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: #f5d76d;
    border-radius: 50%;
}

#heading {
	position: relative;
	height: 360px;
	background: url(../img/Slider.png) no-repeat;
	background-size: auto 100%;
	background-position: center;
	background-color: #030303;
}

#heading h1, #heading h2 {
	position: absolute;
	color: transparent;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	opacity: 0.0;
}

#heading h1 span:after {content:""; display: inline-block; width: 5px;}

#heading h1 {
	top: 105px;
	left: 29%;
}

#heading h1 span {
	display: block;
}

#heading h1 span:first-child {
	font-size: 103px;
	letter-spacing: 35px;
	margin-bottom: 12px;
}

#heading h1 span:last-child {
	font-size: 70px;
	letter-spacing: 11px;
	text-indent: 15px;
}

#heading h2 {
	font-size: 24px;
	left: 28%;
	top: 53px;
	letter-spacing: 0.9px;
}

.welcome-box {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0px 20px;
	color: #000000;;
	background-size: cover;
}

.welcome-box p {
	color: #fff;
	font-size: 14px;
	margin: 10px auto 10px;
}

.welcome-box h3 {
	color: #ff0000;
	font-weight: bold;
	font-size: 17px;
	margin: 10px 0 10px;
}

.welcome-join a {
	padding: 8px 22px;
}

.welcome-join a:first-child {
	margin-right: 5px;
}

.welcome-join a:last-child {
	margin-left: 5px;
}

.welcome-join a {
	color: #fff;
	text-transform: uppercase;
}

.welcome-join a:hover {
	color: #fff;
	opacity: 0.7;
}

.btn:hover {
	color: #fff;
	opacity: 0.7;
}

.btn-orange {
	background-image: url(../img/login.png) !important;
	background-repeat: no-repeat; 
	background-size: 100% 100%;
}

.btn-green {
	background-image: url(../img/daftar.png) !important;
	background-repeat: no-repeat; 
	background-size: 100% 100%;
}

.btn-android {
	background-image: url(../img/android-btn.png) !important;
	background-repeat: no-repeat; 
	background-size: 100% 100%;
}

.btn-ios {
	background-image: url(../img/ios-btn.png) !important;
	background-repeat: no-repeat; 
	background-size: 100% 100%;
}

.content {
	text-align: center;
}

.content h3 {
	color: #fff;
	font-size: 14px;
	margin: 20px 0 20px;
}

.content .link-alternatif-box .link-alternatif {
	display: inline-block;
	background: #272727;
	padding: 10px 45px;
	margin-right: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.content .link-alternatif a {
	color: #3dbac9;
	text-decoration: underline;
}

.content .link-alternatif a:hover {
	color: #a5a5a5;
}

.content .link-alternatif-box .link-alternatif:last-child {
	margin-right: 0px;
}

.banner-box {
	margin: 25px 75px 0;
}
.banks-box {
	text-align: center;
	padding: 15px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 85%;
	margin: 0 auto 25px;
}
.banner {
	margin-bottom: 15px;
}

.banner a img {
	margin-bottom: 10px;
}

.banner a img:hover {
	opacity: 0.7;
	box-shadow: 0px 0px 10px white;
}

.banner-title {
	text-transform: uppercase;
	margin-top: 10px;
	color: #fff;
}

.bank {
	display: inline-block;
	margin-right: 15px;
	opacity: 0.5;
}

.bank:nth-child(4) a img {
	margin-bottom: 5px;
}

.bank:last-child {
	margin-right: 0;
}

.video-tutorial {
	max-width: 640px;
	margin: 0 auto;
}
.video-tutorial h2 {
	font-size: 18px;
	margin: 15px 0 20px;
}

.ytplayer {
	margin-top: 35px;
	text-align: center;
}

.ytplayer {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.ytplayer iframe, .ytplayer object, .ytplayer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.join-ceme > .container > img {
	display: inline-block;
	margin-top: -165px;
	margin-right: 20px;
}

.ceme-join-now {
	display: inline-block;
	text-align: left;
	margin:	0 auto;
}
.ceme-join-now img {
	display: block;
	margin-top: 25px;
}
.ceme-join-now a, .ceme-join-now h1 {
	text-align: left;
	color: #fff;
}
.ceme-join-now p {
	color: #42e4f9;
}
.ceme-join-now a {
	padding: 8px 20px;
}
.ceme-join-now h1 {
	font-family: "New Town Bold";
	margin: 0;
}

.contact-us {
	padding: 80px;
	text-align: center;
	background: url(../img/shutterstock_574850677copy.png) no-repeat;
	background-position: center;
	font-size: 18px;
}

.contact-us p {
	margin: 0;
}

.contact-us a {
	color: #42e4f9;
	text-decoration: underline;
}

.about-us {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 45px;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.logo-about-us {
	padding: 0 0 20px;
}

.about-us p {
	max-width: 705px;
	margin: 0 auto;
}

.our-games {
	text-align: center;
	padding: 15px 0 20px;
	margin-bottom: 60px;
}
.our-games > .container > img {
	display: inline-block;
	margin-right: 5px;
	width: 13%;
	margin-top: -40px;
}
.ceme-our-games {
	display: inline-block;
	text-align: left;
	margin:	0 auto;
}
.ceme-our-game img {
	display: block;
	margin-top: 25px;
}
.our-games h2 {
	color: #42e4f9;
	font-size: 22px;
	margin-bottom: 25px;
}
.our-games h1 {
	font-family: "New Town Bold";
	color: #fff;
	margin: 0;
}
.game-box {
	margin-top: 25px;
}
.game {
	display: inline-block;
	height: 120px;
	border-right: 2px solid #3b3b3b;
	width: 16.6667%; /* fallback for non-calc() browsers */
	width: calc(90% / 6);
}
.game-title {
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.game:nth-child(4) .game-content {
	margin-top: 18px;
}
.game:nth-child(5) .game-content {
	margin-top: 11px;
}
.game:nth-child(5) {
	border: none;
}
.game-box .play-now {
	display: block;
	margin-top: 20px;
	padding: 8px 22px;
}
.game-box .play-now a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.mobile-wrapper {
	text-align: center;
	background-position: top center;
}

.mobile-wrapper .mobilepic {
	margin-bottom: -320px;
    padding-top: 20px;
}
.mobile-wrapper .mobile-content {
	padding: 300px 0 0;
	margin-bottom: 50px;
}
.mobile-header img {
	display: block;
	margin: 0 auto;
}
.mobile-content h1 {
	font-family: "Myriad Pro Bold";
	text-transform: uppercase;
	font-size: 38px;
	background: -webkit-linear-gradient(top, #888888, #fff, #000);
	background: linear-gradient(top, #888888, #fff, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mobile-content h3, .mobile-content .mobile-download a {
	color: #fff;
}
.mobile-content h3 {
	margin-top: -10px;
	font-weight: 600;
	font-size: 20px;
}
.mobile-content p {
	width: 70%;
	font-size: 14px;
	margin: 0 auto 20px;
}
.mobile-content .mobile-download a {
	display: block;
	margin:	0 auto 15px;
	width: 230px;
}

.mobile-content > a {
	color: #42ddf0;
	text-decoration: underline;
}

.mobile-content a span {
	vertical-align: middle;
}

.support-wrapper {
	text-align: center;
	padding: 25px 0;
	margin-bottom: 35px;
}
.support-wrapper > p {
	font-size: 14px;
	margin: 25px auto 30px;
	width: 68%;
}
.support-info .support-icon img {
	display: inline-block;
}
.support-icon {
	display: inline-block;
	width: calc(65%/5);
}
.support-icon a,
.support-icon a:hover,
.support-icon a:active,
.support-icon a:visited,
.support-icon a:focus {
	color: #fff;
	text-decoration: none;
}
.support-title {
	color: #fff;
	margin-top: 10px;
}

.promotion-content  {
	margin: 0 auto;
}
.promotion-content iframe {
	display: block;
	width: 100%;
	height: 800px;
	border: none;
	margin: 0 auto;
}

footer {
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 10px;
	background: #bd1313;
	background: -moz-linear-gradient(top, #fb0b0b 0%, #540000 100%);
	background: -webkit-linear-gradient(top, #fb0b0b 0%,#540000 100%);
	background: linear-gradient(to bottom, #fb0b0b 0%,#540000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0b0b', endColorstr='#540000',GradientType=0 );
	border:	none !important;
}

footer .img-group {
	margin-bottom: 5px;
}

footer .img-group a img {
	width: 35px;
	margin-right: 10px;
}

footer .img-group a:nth-child(3) img {
	width: 70px;
}

footer .img-group a:nth-child(4) img {
	margin-right: 0px;
	width: 45px;
}

/* INFO ARTICLE */
.info-article {
	display: block;
	width: 690px;
	max-width: calc(100% - 20px);
	margin: 10px auto;
	padding: 10px 15px;
	/*background: #f2f2f2;*/
	background: url(../img/Rectangle6.png) no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.info-article .article-title {
	margin: 0 0 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.info-article .article-content {
	font-size: 13px;
}
/* END INFO ARTICLE */

/* Media */
@media(max-width: 1199px) {
	.our-games > .container > img {
		width: 14%;
	}
	.game {
		width: calc(90% / 5);
	}
}

@media(max-width: 1024px) {
	#heading h1 {
		top: 105px;
		left: 12%;
	}
	#heading h2 {
		font-size: 24px;
		left: 9%;
		top: 53px;
		letter-spacing: 0.9px;
	}
}

@media(max-width: 991px) {
	#heading {
		height: 186px;
	}
	#heading h1 {
		top: 54px;
		left: 30%;
	}
	#heading h1 span:last-child {
		font-size: 29px;
		letter-spacing: 9px;
		text-indent: 3px;
	}
	#heading h1 span:first-child {
		font-size: 52px;
		letter-spacing: 16px;
		margin-bottom: 12px;
	}
	#heading h2 {
		font-size: 12px;
		left: 28%;
		top: 28px;
		letter-spacing: 0.7px;
	}
	.banner-box {
		margin: 25px auto 15px;
		width: 500px;
	}
	.bank {
		width: 80px;
	}
	.bank:nth-child(4) a img {
		margin-bottom: 0;
	}
	.our-games > .container > img {
		width: 18%;
	}
	.game {
		width: calc(95% / 5);
	}
	.support-icon {
		width: calc(90%/5);
	}
}

@media(max-width: 768px) {
	#heading {
		height: 144px;
	}
	#heading h1 {
		top: 39px;
		left: 30%;
	}
	#heading h1 span:first-child {
		font-size: 45px;
		letter-spacing: 8px;
		margin-bottom: 2px;
	}
	#heading h1 span:last-child {
		font-size: 28px;
		letter-spacing: 5px;
		text-indent: 0; 
	}
	#heading h2 {
		font-size: 8px;
		left: 28%;
		top: 22px;
		letter-spacing: 1.4px;
	}
	.game {
		margin-bottom: 15px;
		width: calc(100% / 4);
	}
	.support-wrapper > p {
		margin: 25px auto 30px;
		width: 100%;
	}
	.banner a img {
		margin: 0 auto;
	}
}

@media(min-width: 768px) {
	.navbar {
		border-radius: 0 !important;
	}
}

@media(max-width: 551px) {
	.join-ceme > .container > img {
		display: block;
		width: 140px;
		margin: 0 auto; 
	}
	.banner {
		width: 100% !important;
	}
	.banner-box {
		margin: 25px auto 15px;
		width: 255px;
	}
	.our-games > .container > img {
		display: block;
		width: 30%;
		margin: 0 auto;
	}
	.our-games h2 {
		text-align: center;
	}
	.game {
		border:none;
		margin-bottom: 15px;
		width: calc(90% / 2);
	}
	.support-icon {
		width: calc(100%/4);
		margin-bottom: 15px;
	}
}

@media(max-width: 423px) {
	.content .link-alternatif-box .link-alternatif {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media(max-width: 414px) {
	#heading {
		height: 114px;
	}
	#heading h1 {
		top: 34px;
		left: 20%;
	}
	#heading h1 span:first-child {
		font-size: 32px;
		letter-spacing: 11px;
		margin-bottom: 7px;
	}
	#heading h1 span:last-child {
		font-size: 19px;
		letter-spacing: 5px;
		text-indent: 5px;
	}
	#heading h2 {
		font-size: 6px;
		left: 18%;
		top: 18px;
		letter-spacing: 1.3px;
	}
	.bank {
		width: 55px;
		margin-right: 5px;
	}
	.video-tutorial h2 {
		font-size: 12px;
	}
	.contact-us {
		padding: 50px;
	}
	.logo-about-us img {
		width: 70%;
	}
	.mobile-content p {
		width: 100%;
	}
	.mobile-wrapper {
		background-size: contain;
	}
	.mobile-wrapper .mobile-content {
		padding: 145px 0 0;
	}
	.support-icon {
		width: calc(90%/3);
		margin-bottom: 15px;
	}

	.info-article .article-title {
		font-size: 28px;
	}
}

@media(max-width: 375px) {
	#heading h1 {
		left: 17%;
	}
	.mobile-wrapper .mobile-content {
		padding: 130px 0 0;
	}
}

@media(max-width: 360px) {
	#heading h1 {
		left: 15%;
	}
	#heading h2 {
		left: 13%;
	}
}

@media(max-width: 320px) {
	#heading h1 {
		left: 11%;
	}
	.mobile-wrapper .mobile-content {
		padding: 115px 0 0;
	}
}
.text-penting {
text-align: center;
}