.content {
	background-image: url("/v2/img/winner/bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
section {
	position: relative;
}
section:before {
	content: "";
	display: table;
}

.navbar-winner {
	top: 0;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	border: 0;
	border-radius: 0;
	z-index: 9;
}
.navbar-winner ul {
	float: none;
	width: calc(100% - 20px);
	margin: 0 10px;
	padding-bottom: 10px;
	text-align: center;
	overflow: auto;
	white-space: nowrap;
}
.navbar-winner ul > li {
	display: inline-block;
	float: none;
}
.navbar-winner ul > li > a {
	color: #000;
	padding: 6px 12px;
	font-size: 12px;
	border: 2px solid transparent;
	text-align: center;
	text-transform: uppercase;
}
.navbar-winner ul > li > a.active {
	border: 2px solid #BDABD3;
}
.navbar-winner ul > li > a:hover,
.navbar-winner ul > li > a:focus {
	background-color: transparent;
}

.super-jackpot {
	position: relative;
	background-image: url("/v2/img/winner/super-jackpot.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 290px; height: 127px;
	margin: 15px auto -20px;
}
.super-jackpot:before {
	content: ""; display: table;
}
.super-jackpot p {
	color: #FFF;
	margin-top: 68px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.fortune-girl {
	position: absolute;
	bottom: -75px; right: -45px;
	background-image: url("/v2/img/winner/fortune-girl.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 300px; height: 419px;
}
.fortune-girl:before {
	content: "";
	display: table;
}

.winner-history {
	position: relative;
	background-color: rgba(255,255,255,.6);
	width: 100%;
	margin-bottom: 75px;
	padding: 15px;
	border: 2px solid #CCC;
}
.winner-history h2 {
	float: left;
	color: #000;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.winner-history .pager {
	float: right;
	margin: 1px -10px 5px 0;
}
.winner-history .pager > li {
	display: table-cell;
}
.winner-history .pager > li:first-child {
	border-right: 1px solid #775D8A;
}
.winner-history .pager > li > a {
	background-color: transparent;
	color: #775D8A;
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.winner-history .slide-frame {
	position: relative;
}

.winner-history .slide-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 209;
}
.winner-history .slide-loader img {
	position: absolute;
	top: calc(50% - 52px/2);
	left: calc(50% - 49px/2);
}

.winner-history .slide-main {
	background-color: #FFF;
	margin-bottom: 12px;
	border: 4px solid #333;
	overflow: hidden;
}
.winner-history .slide-main img {
	display: none;
	width: 100%;
}

.winner-history .slide-nav {
	position: relative;
}
.winner-history .slide-nav .btn-slide-prev,
.winner-history .slide-nav .btn-slide-next {
	position: absolute;
	top: 0; bottom: 0;
	background-color: #B9B9B9;
	color: #FFF;
	width: 25px;
	padding: 4px;
	font-size: 25px;
}
.winner-history .slide-nav .btn-slide-prev {
	left: 0;
	text-align: left;
}
.winner-history .slide-nav .btn-slide-next {
	right: 0;
	text-align: right;
}
.winner-history .slide-nav .btn-slide-prev:before,
.winner-history .slide-nav .btn-slide-next:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.winner-history .slide-nav .btn-slide-prev i,
.winner-history .slide-nav .btn-slide-next i {
	vertical-align: middle;
}

.winner-history .slide-list {
	padding: 0 36px;
	height: 66px;
	overflow: hidden;
}
.winner-history .slide-list-item {
	position: relative;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 66px; height: 66px;
	margin: 0 auto;
	cursor: pointer;
}
.winner-history .slide-list-item:after {
	content: "";
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: rgba(0,0,0,0.5);
}
.winner-history .slide-list .slick-slide {
	margin-right: 10px;
	outline: 0;
}
.winner-history .slide-list .slick-slide.slick-current .slide-list-item {
	border: 2px solid #333;
}
.winner-history .slide-list .slick-slide.slick-current .slide-list-item:after {
	background-color: transparent;
}

.winner-history + .btn-more-winner {
	position: absolute;
	bottom: -60px;
	right: 0;
	background-image: url("/v2/img/winner/icon-more-winner.png");
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 22px;
	background-color: #775D8A;
	padding: 14px 30px 14px 45px;
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	border-radius: 0;
	text-align: left;
	text-transform: uppercase;
	white-space: normal;
}
.winner-history + .btn-more-winner i {
	position: absolute;
	top: calc(50% - 20px/2);
	right: 10px;
	font-size: 20px;
}

.customer-comment {
	background-color: #F2F2F2;
	margin: 15px 0 40px 0;
	padding: 20px 15px;
	border: 2px solid #CCC;
}
.customer-comment h2 {
	color: #000;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.customer-comment p {
	margin: 0;
}
.customer-comment .media {
	background-color: #FFF;
	margin: 0 0 18px 0;
	padding: 12px 16px;
}
.customer-comment .comment-thumbnail {
	float: left;
	width: 80px;
}
.customer-comment .comment-thumbnail img {
	width: 100%;
}
.customer-comment .comment-title {
	color: #775D8A;
	font-size: 16px; font-weight: 500;
}
.customer-comment .comment-date {
	color: #A6A6A6;
	margin-bottom: 10px;
}
.customer-comment .comment-text {
	color: #000;
	margin: 8px 0;
}
.customer-comment .comment-likes {
	color: #A6A6A6;
}
.customer-comment .btn-view-image {
	display: none;
	color: #A6A6A6;
}
.customer-comment .btn-like {
	color: #775D8A;
	margin-right: 10px;
	font-weight: 500;
}

.btn-liked {
	color: #A6A6A6;
}

@media (min-width: 550px) {
	.super-jackpot {
		width: 520px; height: 228px;
		margin: 20px auto -40px;
	}
	.super-jackpot p {
		margin-top: 123px;
		font-size: 30px;
	}
	.fortune-girl {
		right: -70px;
		width: 480px;
		height: 670px;
	}
	.winner-history {
		margin-bottom: 75px;
	}
}

@media (max-width: 767px) {
	.content {
		margin-top: 104px;
	}
	
	.navbar-winner {
		position: fixed;
		top: 50px;
	}
}

@media (min-width: 768px) {
	.navbar-winner ul {
		width: calc(100% - 120px);
		margin: 0 60px;
	}
	.navbar-winner ul > li > a {
		padding: 10px 15px;
		font-size: 16px;
	}
	.navbar-winner ul > li > a:hover,
	.navbar-winner ul > li > a:focus {
		border: 2px solid #BDABD3;
	}

	.super-jackpot {
		width: 90%;
		height: 284px;
		margin: 25px auto -55px;
	}
	.super-jackpot p {
		margin-top: 153px;
		font-size: 38px;
	}
	.fortune-girl {
		top: 205px;
		bottom: -100px;
		right: -100px;
		width: 90%;
		height: auto;
	}
	.winner-history {
		margin-bottom: 100px;
		padding: 18px 30px 20px 30px;
	}
	.winner-history .slide-main {
		height: 605px;
	}
	.customer-comment {
		padding: 25px 40px;
	}
	.customer-comment .comment-thumbnail img {
		pointer-events: none;
	}
	.customer-comment .btn-view-image {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.navbar-winner ul > li {
		width: auto;
		min-width: 150px;
	}
	.super-jackpot {
		width: 70%; height: 288px;
		margin: 40px 0 -60px;
	}
	.fortune-girl {
		top: 60px;
		bottom: -20px;
		right: -70px;
		width: 65%;
	}
	.winner-history {
		width: 70%;
		margin-bottom: 20px;
	}
	.winner-history .slide-main {
		height: 553px;
	}
	.winner-history + .btn-more-winner {
		top: 880px;
		bottom: auto;
		right: 40px;
		width: 220px;
	}
}

@media (min-width: 1200px) {
	.super-jackpot {
		width: 65%;
		height: 324px;
		margin-top: 45px;
	}
	.super-jackpot p {
		margin-top: 172px;
		font-size: 45px;
	}
	.fortune-girl {
		top: 35px;
		right: -100px;
	}
	.winner-history {
		width: 65%;
	}
	.winner-history .slide-main {
		height: 630px;
	}
	.winner-history + .btn-more-winner {
		top: 1000px;
		right: 140px;
	}
}