
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800';

/* BODY */

body {
	margin: 0;
	padding-bottom: 60px;
	background: #717793;
}

/* HEADER */

header {
	margin-bottom: 20px;
	background: #222533;
	border-top: 4px solid #0F739E;
	border-bottom: 2px solid #41455B;
	text-align: center;
}

header .logo-box {
	padding: 10px 0;
}

/* MAIN CONTENT */

.container {
	display: block;
	width: 620px;
	margin: 0 10px;
}

#main .box {
	display: block;
	width: 99%;
	margin: auto;
	background: #EEEEEE;
	border-radius: 8px;
}

#main .poker-box::after,
#main .casino-box::after {
	content: '';
	position: relative;
	top: 11px;
	display: block;
	width: 100%;
	height: 10px;
	background-image: url('../img/shadow-after-box.png');
	background-size: 100% 100%;
	z-index: -1;
}

#main .box:nth-child(n+2) {
	margin-top: 20px;
}

#main .box .box-head {
	position: relative;
	padding: 10px;
	background: -webkit-linear-gradient(top, #44485D, #383D51);
	background: -moz-linear-gradient(top, #44485D, #383D51);
	background: -o-linear-gradient(top, #44485D, #383D51);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#overlay {
	width: 32.25%;
    position: absolute;
    background-size: cover;
    margin: -20px 0px 0px 0px;
    padding: 74px 0px;
    font-size: 72px;
    color: #f00;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#main .box .box-head h2 {
	display: inline-block;
	margin: 0;
	background: -webkit-linear-gradient(top, #fff, #B6B6B6);
	background: -moz-linear-gradient(top, #fff, #B6B6B6);
	background: -o-linear-gradient(top, #fff, #B6B6B6);
	background-clip: text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-o-text-fill-color: transparent;
	font: 32px 'Open Sans';
	font-weight: 800;
}

#main .box .box-head h2 span {
	margin: 0;
	background: -webkit-linear-gradient(top, #01D1FE, #1E7AA1);
	background: -moz-linear-gradient(top, #01D1FE, #1E7AA1);
	background: -o-linear-gradient(top, #01D1FE, #1E7AA1);
	background-clip: text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-o-text-fill-color: transparent;
}

#main .box .box-head .icon {
	position: absolute;
	top: -20px;
	right: 20px;
	display: inline-block;
	vertical-align: top;
}

#main .box .box-content {
	padding: 20px 0 10px;
	font: 18px 'Open Sans';
	font-weight: 700;
	overflow: hidden;
	text-align: center;
}

#main .box .box-content p {
	margin: 0;
	padding: 0 10px;
	font: 14px 'Open Sans';
	font-weight: 600;
	text-align: left;
}

#main .box .box-content p.note {
    display: block;
    width: 57%;
    margin: 10px auto 0;
    padding: 5px 0px;
    background: #383A46;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

#main .box .box-content p.casino-note {
	width: 70%;
}

#main .box .box-content .download-item {
	display: inline-block;
	width: 34%;
	padding: 20px 0 0;
	background: #35353F;
	border-radius: 10px;
	color: #C2C2C2;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}

#main .box .box-content .download-item:nth-child(n+2) {
	margin-left: 60px;
}

#main .box .box-content .download-item .android-icon,
#main .box .box-content .download-item .ios-icon {
	display: block;
	margin: auto auto 10px;
}

#main .box .box-content .download-item span {
	display: block;
	margin-top: 10px;
	padding: 10px 0;
	background: #1D7CA3;
	color: #fff;
}

#main .box .box-content .download-item span img {
	margin-right: 10px;	
}

#main .casino-box .box-content .download-item {
	width: 79%;
}

#main .casino-box .box-content .download-item .android-icon {
	display: inline-block;
	margin-right: 25px;
	vertical-align: middle;
}

#main .slide-down-box {
	background: transparent;
	border-radius: 0;
}

#main .slide-down-box-2 {
	margin-top: 20px !important;
}

#main .slide-down-box .box-head {
    padding: 32px 35px;
    border-radius: 4px;
    cursor: pointer;
}

#main .slide-down-box .box-head h3 {
	display: inline-block;
	margin: 0;
	background: -webkit-linear-gradient(top, #fff, #B6B6B6);
	background: -moz-linear-gradient(top, #fff, #B6B6B6);
	background: -o-linear-gradient(top, #fff, #B6B6B6);
	background-clip: text;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-o-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-o-text-fill-color: transparent;
	font: 30px 'Open Sans';
	font-weight: 800;
}

#main .slide-down-box .box-head img {
	margin-top: 15px;
	margin-right: 10px;
	float: right;
}

#main .slide-down-box .box-content {
	display: none;
	padding: 0;
}

#main .slide-down-box .box-content ul {
	margin: 0;
	padding-left: 0;
}

#main .slide-down-box .box-content ul li {
	display: block;
	margin-top: 1px;
	background: #35353F;
	border-radius: 4px;
	text-align: left;
	list-style: none;
}

#main .slide-down-box .box-content ul li a {
    display: block;
    padding: 10px 35px;
    background: -webkit-linear-gradient(top, #fff, #B6B6B6);
    background: -moz-linear-gradient(top, #fff, #B6B6B6);
    background: -o-linear-gradient(top, #fff, #B6B6B6);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    font: 27px 'Open Sans';
    font-weight: 800;	
}

.btn-back {
	margin-top: 12px;
	margin-right: 10px;
	float: right;
}

.btn-back img {
	margin: 0;
	height: 20px;	
}

@media (min-width: 1200px) {
	
	.container {
		margin: auto;
	}
}

@media (max-width: 1440px) {
	
	.container {
		margin: auto;
	}
	#overlay {
		width: 42.6%;
	}
}

@media (min-width: 2560px) {
	
	.container {
		margin: auto;
	}
	#overlay {
		width: 24%;
	}
}

@media (max-width: 1199px) {

	.container {
		margin: auto;
		width: 90%;
	}
	#main .box .box-content {
    padding: 20px 0px;
    font: 18px 'Open Sans';
    font-weight: 700;
    overflow: hidden;
    text-align: center;
}
	#main .box .box-content .download-item {
    display: inline-block;
    width: 40%;
    padding: 45px 0 0;
    background: #35353F;
    border-radius: 10px;
    color: #C2C2C2;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
	#main .box .box-content .download-item .android-icon, #main .box .box-content .download-item .ios-icon {
    display: block;
    margin: auto auto 35px;
    width: 95px;
}
	#main .box .box-content .download-item span {
    display: block;
    margin-top: 10px;
    padding: 22px 0;
    background: #1D7CA3;
    color: #fff;
}
	#overlay {
	width: 89.1%;
    position: absolute;
    background-size: cover;
    margin: -20px 0px 0px 0px;
    padding: 127px 0px;
    font-size: 72px;
    color: #f00;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	}

	#main .slide-down-box .box-head {
    padding: 40px 35px;
    border-radius: 4px;
    cursor: pointer;
}
	#main .slide-down-box .box-head h3 {
    display: inline-block;
    margin: 0;
    background: -webkit-linear-gradient(top, #fff, #B6B6B6);
    background: -moz-linear-gradient(top, #fff, #B6B6B6);
    background: -o-linear-gradient(top, #fff, #B6B6B6);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    font: 40px 'Open Sans';
    font-weight: 800;
}
#main .slide-down-box .box-content ul li a {
    display: block;
    padding: 10px;
    background: -webkit-linear-gradient(top, #fff, #B6B6B6);
    background: -moz-linear-gradient(top, #fff, #B6B6B6);
    background: -o-linear-gradient(top, #fff, #B6B6B6);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    font: 47px 'Open Sans';
    font-weight: 800;
}
}

@media (max-width: 640px) {

	.container {
		width: auto;
		margin: 0 10px;
	}

}

@media (max-width: 505px) {

	header .logo-box img {
		height: 46px;
	}

	#main .box .box-content .download-item {
		padding: 25px 0 0;
	}

	#main .box .box-content .download-item:nth-child(n+2) {
		margin-left: 40px;
	}

	#main .box .box-head h2 {
		font-size: 26px;
	}

	#main .poker-box .box-head .icon {
		height: 70px;
	}

	#main .casino-box .box-head .icon {
		height: 60px;
	}

	#main .box .box-content .download-item .android-icon, 
	#main .box .box-content .download-item .ios-icon {
	    width: 71px;
	    margin: auto auto 15px;
	}

	#main .box .box-content {
		font-size: 16px;
	}

	#main .box .box-content p {
		font-size: 13px;
	}

	#main .box .box-content .download-item span {
	    padding: 14px 0;
	}

	#main .box .box-content .download-item span img {
		height: 16px;
	}

	#main .slide-down-box .box-head {
		padding: 20px 25px;
	}

	#main .slide-down-box .box-head h3,
	#main .slide-down-box .box-content ul li a {
		font-size: 20px;
	}

	#main .slide-down-box .box-head img {
		margin-top: 10px;
	} 

	.btn-back {
		margin-top: 8px;
	}
}

@media (max-width: 440px) {

	header .logo-box {
		padding: 8px 0;
	}

	header .logo-box img {
		height: 40px;
	}

	#main .box .box-head {
		padding: 7px;
	}

	#main .box .box-head h2 {
		font-size: 20px;
	}

	#main .poker-box .box-head .icon {
		height: 55px;
		right: 15px;
	}

	#main .casino-box .box-head .icon {
		height: 45px;
		top: -15px;
		right: 15px;	
	}

	#main .box .box-content {
		font-size: 14px;
	}

	#main .box .box-content .download-item {
		width: 38%;
	}

	#main .box .box-content .download-item:nth-child(n+2) {
		margin-left: 20px;
	}

	#main .box .box-content .download-item span img {
		height: 14px;
	}

	#main .casino-box .box-content .download-item {
		width: 79%;
	}

	#main .slide-down-box .box-head h3, 
	#main .slide-down-box .box-content ul li a {
		font-size: 18px;
	}

	#main .slide-down-box .box-head img {
		margin-top: 7px;
	}

	.btn-back {
		margin-top: 5px;
	}

	.btn-back img {
		height: 16px;
	}
}

@media (max-width: 380px) {

	header .logo-box img {
		height: 36px;
	}

	#main .box .box-head h2 {
		font-size: 18px;
	}

	#main .poker-box .box-head .icon {
		height: 45px;
		top: -13px;
	}

	#main .casino-box .box-head .icon {
		height: 40px;
		top: -11px;
	}

	#main .box .box-content {
		font-size: 12px;
	}

	#main .box .box-content p {
		font-size: 12px;
	} 

	#main .box .box-content .download-item span img {
		height: 12px;
	}

	#main .slide-down-box .box-head h3, 
	#main .slide-down-box .box-content ul li a {
		font-size: 16px;
	}

	#main .slide-down-box .box-head img {
		height: 9px;
		margin-top: 9px;
	}

}