body {
	font-family: Roboto, sans-serif;
	position: relative;
	min-height: 100vh;
}

.content {
	padding-bottom: 90px;
	overflow: hidden;
}

.btn:focus,
.btn:active:focus {
	outline: none;
}

#Section1 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	padding: 30px 0;
	text-align: center;
}
#Section1 .title {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 4px 2px #BFBFBF;
}
#Section1 .img-logo {
	width: 240px;
}
#Section1 .btn-play-now {
	background-image: linear-gradient(to right, #FFD200, #FF2E3A);
	color: #FFF;
	width: 190px;
	margin: 0 auto 10px;
	padding: 10px;
	border: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px #B3B3B3;
	-webkit-box-shadow: 1px 3px 3px #A6A6A6;
	box-shadow: 1px 3px 3px #A6A6A6;
}

@media (min-width: 768px) {
	.content {
		padding-bottom: 32px;
	}

	#Section1 {
		height: 215px;
		padding: 25px 0;
	}
	#Section1 .title {
		font-size: 20px;
	}
	#Section1 .img-logo {
		width: 280px;
	}
	#Section1 .btn-play-now {
		width: 250px;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.content {
		padding-bottom: 36px;
	}

	#Section1 {
		height: 230px;
	}
	#Section1 .img-logo {
		width: 300px;
	}
	#Section1 .btn-play-now {
		padding: 12px;
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	#Section1 {
		height: 280px;
		padding: 40px 0;
	}
	#Section1 .img-logo {
		margin-bottom: 15px;
	}
}

@media (min-width: 1800px) {
	#Section1 {
		height: 320px;
		padding: 60px 0;
	}
}


/*==============================
=            Header            =
==============================*/

header .navbar-brand {
	display: block;
	float: none;
	width: 200px;
	height: 82px;
	margin: 0 auto;
	padding: 18px 0; 
}
header .navbar-top {
	background-color: #FFF;
	padding: 5px 0;
	border-top: 6px solid #F8D000;
}
header .navbar-bottom {
	background-color: #323232;
	height: 140px;
	-webkit-box-shadow: 0px 0px 5px #888888;
	box-shadow: 0px 0px 5px #888888;
}
header .navbar-right {
	margin-right: 0;
}

#HeaderTopRight {
	margin: 5px 0;
	padding: 0;
	text-align: right;
}
#HeaderTopRight > li {
	display: inline-block;
}
#HeaderTopRight > li > a {
	display: block;
	background-repeat: no-repeat;
	background-size: 17px;
	background-position-y: top;
	color: #333;
	margin: 0 5px;
	padding: 2px 2px 1px 22px;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}
#HeaderTopRight > li > a:focus,
#HeaderTopRight > li > a:hover {
	background-position-y: bottom;
	text-decoration: none;
}
#HeaderTopRight .btn-help {
	background-image: url("/assets/jdbroom/img/help.png");
}
#HeaderTopRight .btn-other {
	background-image: url("/assets/jdbroom/img/other.png");
}
#HeaderTopRight .btn-lobby {
	background-image: url("/assets/jdbroom/img/lobby.png");
}

#HeaderBottomRight {
	margin: 0 0 15px 0;
	text-align: center;
}
#HeaderBottomRight .btn {
	min-width: 135px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
#HeaderBottomRight .btn:hover,
#HeaderBottomRight .btn:focus {
	background-color: #9EA3A7;
	color: #FFF;
}
#HeaderBottomRight .btn-signup,
#HeaderBottomRight .btn-transfer	{
	background-color: #F56B2D;
	margin-right: 10px;
}
#HeaderBottomRight .btn-login,
#HeaderBottomRight .btn-logout	{
	background-color: #ED2025;
}

@media (min-width: 768px) {
	header .navbar-brand {
		width: 270px;
		height: 98px;
	}
	header .navbar-top {
		padding: 6px 0;
	}
	header .navbar-bottom {
		height: 98px;
	}
	header .btn-signup {
		width: 150px;
		margin-right:  15px;
	}
	header .btn-login {
		width: 150px;
	}

	#HeaderTopRight > li > a {
		background-size: 20px;
		padding: 2px 5px 1px 25px;
		font-size: 12px;
	}

	#HeaderBottomRight {
		margin: 26px 0 0 0;
	}
	#HeaderBottomRight .btn {
		font-size: 18px;
	}
}

/*=====  End of Header  ======*/


/*==============================
=            Footer            =
==============================*/

footer {
	position: absolute;
	bottom: 46px;
	left: 0;
	right: 0;
	background-color: #323232;
}
footer p {
	color: #FFF;
	margin: 0;
	padding: 8px 0;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	footer {
		bottom: 0;
	}
	footer p {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	footer p {
		font-size: 14px;
	}
}

/*=====  End of Footer  ======*/


/*===============================
=            Banner            =
===============================*/

.banners {
	margin: 0 -14px;
}
.banners .slick-banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 240px;
}
.banners .slick-banner[data-title="Login"] {
	background-image: url("/assets/jdbroom/img/slick-1-bg.png");
}
.banners .slick-banner[data-title="Transfer"] {
	background-image: url("/assets/jdbroom/img/slick-2-bg.png");
}
.banners .slick-banner[data-title="Win"] {
	background-image: url("/assets/jdbroom/img/slick-3-bg.png");
}
.banners .slick-banner[data-title="Withdraw"] {
	background-image: url("/assets/jdbroom/img/slick-4-bg.png");
}

.slick-banner .banner-figure {
	position: absolute;
	top: 0;
	bottom: auto;
	left: calc(50% - 220px/2);
	height: 160px;
}
.slick-banner .banner-text {
	position: absolute;
	bottom: 25px;
	left: 40px;
	width: 300px;
}
.slick-banner .banner-text img {
	width: 100%;
}
.slick-banner .btn-try {
	position: relative;
	background-image: linear-gradient(to right, #FFD200, #FF2E3A);
	color: #FFF;
	margin-top: 10px;
	padding: 5px 15px 5px 55px;
	font-size: 12px;
	font-weight: 600;
	border: 0;
	border-radius: 20px;
}
.slick-banner .btn-try .try-icon {
	position: absolute;
	top: calc(50% - 35px/2);
	left: 12px;
	background-color: #FFF;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.slick-banner .btn-try .try-icon i {
	display: inline-block;
	margin-left: 4px;
	margin-top: calc(50% - 16px/2);
	border-width: 8px 0 8px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #FFBE03;
}

@media (min-width: 768px) {
	.banners .slick-banner {
		height: 340px;
	}
	.slick-banner .banner-figure {
		top: auto;
		bottom: 0;
		left: calc(45% - 420px);
		height: 320px;
	}
	.slick-banner .banner-text {
		bottom: 100px;
		left: 45%;
		width: 400px;
	}
	.slick-banner .btn-try {
		margin-top: 15px;
		margin-left: 60px;
		padding: 10px 20px 10px 80px;
		font-size: 14px;
	}
	.slick-banner .btn-try .try-icon {
		top: calc(50% - 50px/2);
		left: 20px;
		width: 50px;
		height: 50px;
	}
	.slick-banner .btn-try .try-icon i {
		margin-top: calc(50% - 20px/2);
		border-width: 10px 0 10px 16px;
	}
}

@media (min-width: 1200px) {
	.banners .slick-banner {
		height: calc(100vw * 25/96);
		min-height: 400px;
	}

	.slick-banner .banner-figure {
		left: calc(45% - 500px);
		height: 400px;
	}
	.slick-banner .banner-text {
		bottom: 120px;
		width: 620px;
	}
	.slick-banner .btn-try {
		margin-left: 110px;
	}
}

/*=====  End of Footer  ======*/