
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap');

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
    font-family: 'Kanit', sans-serif;
	background: url('/images/poker-bgx400.png');
	color: #fff;
	opacity: 1;
}


body.all-loaded {
    opacity: 1;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kanit', sans-serif;
	padding: 0;
	margin: 0;
	color: #fff;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #caa43e;
}

p {
	margin: 5px 0;
}

.hidden{
	display: none !important;
}

.section {
	padding: 35px 0;
	min-height: 800px;
	height: 100%;
}

.pages {
	
}

.pages-head {
	text-align: center;
	padding: 0 10px 20px 10px;
	text-transform: uppercase;
}

.pages-head h3 {
	font-size: 18px;
	font-weight: 500;
}

.bg-second {
	background: #434343;
}

.section-head {
	margin: 0 auto 8px auto;
	text-align: center;
}

.section-head h4 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
}

.section-head .underline {
	height: 2px;
	background: #e8b430;
	width: 30px;
	margin: 0 auto;
}

.section-head .divider-top {
	width: 60px;
	height: 2px;
	background: #e8b430;
	margin: 0 auto;
}

.section-head .divider-bottom {
	width: 45px;
	height: 2px;
	background: #e8b430;
	margin: 2px auto 0;
}

.firework-bg {
	min-height: 100%;

	width: auto;
	height: auto;
	position: fixed;
	z-index: -1;
	top: 50%;
	left: 50%;
	opacity: 0.55;

	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);

}

.landing-bg {
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	position: fixed;
	z-index: -1;
	top: 50%;
	left: 50%;
	opacity: 0.55;


	-webkit-filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(278.7%) contrast(0.8);
	filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(278.7%) contrast(0.8);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);

	animation: smoky 8s infinite
}

@keyframes smoky {
	15%,
	45% {
		-webkit-filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(478.7%) contrast(0.8);
		filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(478.7%) contrast(0.8);
	}
	30% {
		-webkit-filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(678.7%) contrast(0.8);
		filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(678.7%) contrast(0.8);
	}
	60%,
	100% {
		-webkit-filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(278.7%) contrast(0.8);
		filter: grayscale(90%) brightness(85%) sepia(90%) hue-rotate(5deg) saturate(278.7%) contrast(0.8);
	}
}

/*.container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}*/

.remove {
	display: none !important;
}

.stage-container {
	overflow: hidden;
	box-sizing: initial;
	border: 1px solid #222;
	margin: -1px;
}
@media (max-width: 840px) {
	.fw-stage-container {
		border: none;
		margin: 0;
	}
}

.canvas-container {
	width: 100%;
	height: 100%;
	transition: filter 0.3s;
}
.canvas-container canvas {
	position: absolute;
	mix-blend-mode: lighten;
	transform: translateZ(0);
}


.grid-v2{
	padding: 20px 0 20px 20px;
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,65px 100%,0 calc(100% - 65px));
	clip-path: polygon(0 0,100% 0,100% 100%,65px 100%,0 calc(100% - 65px));
	background: #151515;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

.grid-v2__container {
	padding: 0 20px 20px 0;
}

.grid-v2 .cover {
	min-height: 45px;
	padding: 0 10px 0 35px;
	-webkit-clip-path: polygon(0 0,100% 0,100% 100%,45px 100%);
	clip-path: polygon(0 0,100% 0,100% 100%,45px 100%);
	background: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: right;
	font-size: 12px;
}

.card-no-radius {
	box-shadow: inset 0px 0px 12px 0 #AA771C;
	text-align: center;
	transition: all 0.3s ease-in;
	position: relative;
}

.card-radius {
/*
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
*/

	border-radius: 10px;
	box-shadow: inset 0px 0px 12px 7px #AA771C;
	text-align: center;
	transition: all 0.3s ease-in;
	position: relative;
}


.card-radius:hover {
	transform: translateY(-4px);
	box-shadow: inset 0px 0px 12px 7px #eda727;
	border: 2px solid #e8b430;
}



.golden-button {
/*	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;*/
	border-radius: 8px;
	box-shadow: inset 0px 0px 8px 2px #AA771C;
	text-align: center;
	padding: 10px;
	font-size: 1.2rem;
	transition: all 0.3s ease-in;
	background: none;

	/*-webkit-clip-path: polygon(0 0,100% 0,100% 100%,25px 100%);
	clip-path: polygon(0 0,100% 0,100% 100%,25px 100%);*/
}

.golden-button:hover{
	box-shadow: inset 0px 0px 12px 7px #AA771C;
}


.golden-title {

	border-top:  2px solid #776124;
	border-bottom :  2px solid #caa43e;
	text-align: center;
	padding: 10px;
	color: #caa43e;
	font-size: 1rem;
	letter-spacing: 2px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 35px;

	/*-webkit-clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);
	clip-path: polygon(0 0, 98% 0, 100% 100%, 2% 100%);

	-webkit-clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
	clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);*/

	-webkit-clip-path: polygon(30% 0%, 70% 0%, 90% 30%, 90% 70%, 70% 100%, 30% 100%, 10% 70%, 10% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 90% 30%, 90% 70%, 70% 100%, 30% 100%, 10% 70%, 10% 30%);

	box-shadow: inset 0px 0px 12px 2px #AA771C;
}

.golden-card{
	background: rgba(5, 5, 5, 0.6);
	border-radius: 8px;
	padding: 28px 12px !important;
	box-shadow: inset 0px 0px 8px 1px #AA771C;
}

.golden-oval{
	background: rgba(30, 30, 30, 0.50);
	border-radius: 48px;
	padding: 4px 8px !important;
	border: 1px solid #AA771C;
	box-shadow: inset 0px 0px 5px 2px #eda727;
}

.vip-icon.active {
	border-bottom: 3px solid #eda727;
	transform: translateY(-4px);
}

.green-card{
	position: relative;
	margin: 0 auto;
	background: rgba(5, 5, 5, 0.6);
	padding: 28px 12px !important;
	box-shadow: inset 0px 0px 8px 1px #56c159;
	resize: both;
	border-radius: 8px;
}

.grey-card{
	position: relative;
	margin: 0 auto;
	background: rgba(5, 5, 5, 0.6);
	padding: 28px 12px !important;
	box-shadow: inset 0px 0px 8px 1px #5d5d5d;
	resize: both;
	border-radius: 8px;
}

.frame-dot {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	/*border:1px solid red;*/
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-animation: atom 3s infinite linear;
	animation: atom 3s infinite linear;
	display: block;

}
.frame-dot:after {
	content: '';
	position: absolute;
	left: calc(50% - .4em);
	top: -.4em;
	height: .8em;
	width: .8em;
	background: #eacb1a;
	border-radius: 1em;
	border: .25em solid #a78734;
	box-shadow: 0 0 .7em #a78734,
	0 0 2em #eacb1a;
}
@-webkit-keyframes atom {
	0% {-webkit-transform: translateX(calc(-50%  + 2.5em )) rotate(0);transform: translateX(calc(-50%  + 2.5em )) rotate(0);}
	30%{-webkit-transform: translateX(calc(50% - 2.5em)) rotate(0);transform: translateX(calc(50% - 2.5em)) rotate(0);}
	50% {-webkit-transform: translateX(calc(50% - 2.5em)) rotate(180deg);transform: translateX(calc(50% - 2.5em)) rotate(180deg);}
	80% {-webkit-transform: translateX(calc(-50% + 2.5em)) rotate(180deg);transform: translateX(calc(-50% + 2.5em)) rotate(180deg);}
	100% {-webkit-transform: translateX(calc(-50% + 2.5em)) rotate(360deg);transform: translateX(calc(-50% + 2.5em)) rotate(360deg);}
}
@keyframes atom {
	0% {-webkit-transform: translateX(calc(-50%  + 2.5em )) rotate(0);transform: translateX(calc(-50%  + 2.5em )) rotate(0);}
	30%{-webkit-transform: translateX(calc(50% - 2.5em)) rotate(0);transform: translateX(calc(50% - 2.5em)) rotate(0);}
	50% {-webkit-transform: translateX(calc(50% - 2.5em)) rotate(180deg);transform: translateX(calc(50% - 2.5em)) rotate(180deg);}
	80% {-webkit-transform: translateX(calc(-50% + 2.5em)) rotate(180deg);transform: translateX(calc(-50% + 2.5em)) rotate(180deg);}
	100% {-webkit-transform: translateX(calc(-50% + 2.5em)) rotate(360deg);transform: translateX(calc(-50% + 2.5em)) rotate(360deg);}
}

.red-card{
	background: rgba(5, 5, 5, 0.6);
	border-radius: 8px;
	padding: 28px 12px !important;
	box-shadow: inset 0px 0px 8px 1px #c14a3f;
}

/*bottom expand*/
.bmenu__trigger{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	box-shadow:  0 -4px 8px -6px #dedd6c;
	border-radius: 50%; top: -30px;
	height: 70px; width: 70px;
	margin: 0 auto;
	background-color: #0f0f0f;
	background-image: url('/images/gs855_logo.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 77%;

}
.trigger__active__spin360{
	-webkit-animation:spin360 3s linear infinite;
	-moz-animation:spin360 3s linear infinite;
	animation:spin360 3s linear infinite;
}

@-moz-keyframes spin360 { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin360 { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin360 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.bmenu__item{
	position: absolute;
	width: 60px;
	height: 60px;
	top: -20px;
	padding: 0 4px;
	border-radius: 50%;
	background-color: #bfb35a;
	z-index: -1000;
	border: 1px solid #AA771C;
	box-shadow: inset 0px 0px 5px 2px #eda727;
	opacity: 0;

}

.bmenu__item--0{ transition: .35s ease; left: calc(50% - 30px);}
.bmenu__item--1{ transition: .35s ease .1s; left: calc(50% - 30px);}
.bmenu__item--2{ transition: .35s ease .2s; right: calc(50% - 30px);}

.item-0 { top: -88px; left: calc(50% - 100px); opacity: 1; z-index: 2;}
.item-1 { top: -108px; left: calc(50% - 30px); opacity: 1; z-index: 2;}
.item-2 { top:-88px; right: calc(50% - 100px); opacity: 1; z-index: 2;}


/*.golden-button:hover {
	transform: translateY(-5px);
	box-shadow: inset 0px 0px 12px 7px #eda727;
}*/

.vip-avatar{
	/*box-shadow: inset 0px 0px 12px 1px #eda727;*/
	border: 1px solid #AA771C;
	border-radius: 50%;
	background: rgb(20, 20, 20, 0.7);
}

.single-play {
	border-radius: 10px;
	box-shadow: inset 0px 0px 12px 5px #eda727;
	text-align: center;
	padding: 8px;
	transition: all 0.3s ease-in;
	margin-bottom: 24px;
	position: relative;
}
.single-play .image{
	height: 80%;
	border-radius: 6px;
	border: 1px solid #eda727;
}
.single-play .image img {
	display: inline-block;
	border-radius: 50%;

	border: 1px solid #eda727;
	width: 100%;
}
.single-play .content {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 6px 2px;
	font-size: 0.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.single-play .content a {
	display: inline-block;
}
.single-play .contant h4 {
	display: block;
	margin-top: 30px;
	color: #cfcffd;
	font-size: 16px;
	line-height: 26px;
}
.single-play .contant ul li {
	margin-left: -15px;
	display: inline-block;
}
.single-play .contant ul li:first-child {
	margin-left: 0px;
}
.single-play .contant ul li img {
	width: 30px;
	height: 30px;
	border: 1px solid #364374;
	border-radius: 50%;
}
.single-play .contant ul li span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	box-shadow: inset 0px 0px 7px 3px #9a13d2;
	font-size: 10px;
	background: #300983;
}
.single-play:hover {
	transform: translateY(-5px);
	box-shadow: inset 0px 0px 12px 7px #fea036;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
	background-color: transparent;
	border: 1px solid #caa43e;
	border-radius: 6px;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 0 12px !important;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
	color: #fff;
}

textarea.materialize-textarea {
	background-color: transparent;
	border: 1px solid #caa43e;
	border-radius: 6px;
	outline: none;
	height: auto;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 16px 0;
	padding: 12px;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #caa43e;
  box-shadow: none;
}	

::-webkit-input-placeholder { 
  color: #d9d9d9;
}
::-moz-placeholder { 
  color: #d9d9d9;
}

:-ms-input-placeholder { 
  color: #d9d9d9;
}
:-moz-placeholder {
  color: #d9d9d9;
}

label{
	font-size: 16px;
	color: #caa43e;
}
/* ------------------------------
  Button
---------------------------------*/

.button{

	box-shadow: none;
	border-radius: 20px;
}

.btn:hover,.btn:active,.btn:focus {
	background: #BF953F;
}

.button-default {
	/*background: transparent;*/
	height: 42px;
	background:linear-gradient(to right, #BF953F, #bfb35a, #e6e288, #bfb35a, #AA771C);
	box-shadow: none;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 36px;
	border: 1px solid #BF953F;
	border-radius: 20px;
	font-size: 14px;
	color: #a77c29;
}

.button-primary:hover,.button-primary:active,.button-primary:focus{
	background: #BF953F;
}

.button-success {
	background: #53c149;
	border: 1px solid #3f8e39;
	color: #fff;
}

.button-success:hover,.button-success:active,.button-success:focus {
	background: #3f8e39 !important;
}


.button-danger {
	background: #df4f49;
	border: 1px solid #c14641;
	color: #fff;
}

.button-danger:hover,.button-danger:active,.button-danger:focus {
	background: #c14641;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background:linear-gradient(to right, #BF953F, #fcf498, #fcf498, #fcf498, #AA771C);
	opacity: 0.9;
	box-shadow: none;
}
	

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
	width: 100%;
	height: 65px;
	padding: 12px 18px;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 99;
	/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0, 0, 0, 0);*/
}

.site-brand {
	display: inline-block;
	float: left;
}

.site-brand a h1 {
	font-size: 24px;
	line-height: 40px;
	color: #e8b430;
	font-weight: 600;
	font-family: 'Kanit', sans-serif;
}

.site-brand a h1 span {
	color: #e8b430;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav {
	width: 280px;
	padding-bottom: 120px;

}

.side-nav a {
	font-size: 18px;
	height: 45px;
}

.side-nav li.active {
	background: #fbfbfb;
}

.side-nav-panel-left {
	float: left;
	font-size: 25px;
	color: #fff;
}

.side-nav-panel-left i {
	color: #eee;
}

.side-nav-panel-right {
	float: right;
	font-size: 25px;
	color: #eee;
}

.side-nav-panel-right i {
	font-size: 22px;
	padding: 5px;
	color: #e8b430;
	border-radius: 50%;
	width: 38px;
	height: 38px;
}

.side-nav-right {
	font-size: 28px;
	color: #313131;
}

.side-nav-panel {
	text-align: left;
	background: rgba(0, 0, 0, 0.8);
}

.side-nav-panel .profil {
	background: radial-gradient(ellipse farthest-corner at right bottom, #FFFFAC 0%, #FFFFAC 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
	radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);

	background-size: cover;
	/*padding: 50px 0 25px 18px;*/
	border-top: 0;
}

.side-nav-panel .profil img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.side-nav-panel .profil h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	cursor: default;
}

.side-nav-panel li a {
	color: #e8b430;
	font-weight: 500;
}

.side-nav-panel li {
	font-weight: 700;
	padding: 5px;
}

.side-nav-panel li:last-child {
	border-bottom: 0px solid #e8b430;
}

.side-nav-panel .li-top {
	padding-top: 10px;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel li a i {
	margin: 0 8px 0 0;
	font-size: 18px;
	color: #e8b430;
	line-height: 45px;
	padding: 0;
	background: transparent;
}

.side-nav-panel-right .collapsible {
	border: 0;
}

.side-nav .collapsible-body ul li a {
	font-weight: normal;
	color: #333;
	margin-left: 18px;
}

.side-nav .collapsible-header {
	padding: 0;
	color: #444;
	font-weight: 600;
	font-size: 14px;
}

.side-nav .collapsible-header.active {
	border-bottom: 1px solid #f3f3f3;
}

.side-nav .collapsible-header:hover {
	background: transparent;
}

.side-nav .collapsible-header.active {
	background: #fbfbfb;
}

.collapsible-header i {
	width: auto;
	font-size: 18px;
	color: #333;
	margin-left: 17px;
}

.collapsible-header span i {
	float: right;
	color: #666;
	font-size: 16px;
}

.bg-golden-profile {

	background: linear-gradient(224deg, #ebd96c, #9f7928, #8a6e2f, #d1b464);
	background-size: 800% 800%;

	-webkit-animation: goldenAnimate 8s ease infinite;
	-moz-animation: goldenAnimate 8s ease infinite;
	animation: goldenAnimate 8s ease infinite;
}

@-webkit-keyframes goldenAnimate {
	0%{background-position:0% 90%}
	50%{background-position:100% 8%}
	100%{background-position:0% 90%}
}
@-moz-keyframes goldenAnimate {
	0%{background-position:0% 90%}
	50%{background-position:100% 8%}
	100%{background-position:0% 90%}
}
@keyframes goldenAnimate {
	0%{background-position:0% 90%}
	50%{background-position:100% 8%}
	100%{background-position:0% 90%}
}

.side-profile-header{
	min-height: 168px;
	background: rgb(0, 0, 0, 0.2);

	margin: 12px;
	padding: 12px;
	border-radius: 10px;

}

.side-nav-list-icon {
	padding: 0 10px;
	vertical-align: middle;

	display: inline-block;
}
.side-nav-list-icon .item {
	display: inline-block;
	margin: 0px;
	vertical-align: middle;
	font-size: 1rem;
	color: #e8b430;
}

/* ------------------------------
  Navbar Bottom
---------------------------------*/
.navbar-bottom {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	height: 68px;
	/*background: rgba(15,15,15,0.9);*/
	background:linear-gradient(to right, #BF953F, #bfb35a, #e6e288, #bfb35a, #AA771C);
	opacity: 0.9;
	padding: 3px 0;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*box-shadow:0 10px 12px 8px #dedd6c;*/
}

.navbar-bottom a i {
	font-size: 30px;
	color: #e8b430;
}

.bar-center a i {
	border: 2px solid #eee;
	border-radius: 50%;
	padding: 10px;
	font-size: 15px;
	margin-left: 22px;
}

.bar-center span {
	position: relative;
	left: -32px;
	top: -20px;
	background: #fff;
	padding: 0px 6px;
	border-radius: 50%;
	color: #222;
	font-weight: bold;
	cursor: default;
}

.navbar-bottom-v2 {
	width: 100%;
	max-width: 720px!important;
	height: 108px;
	margin: auto;
	display: flex;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: center;

}
.navbar-bottom-v2::before {
	content: '';
	position: absolute;
	width: 84%;
	height: 0px;
	bottom: -10px;
	box-shadow: 0 0 25px 9px rgba(255, 0, 0, 0.33), 50px 10px 25px 8px rgba(18, 255, 0, 0.33), -40px 8px 25px 9px rgba(242, 255, 0, 0.33);
	left: 0;
	right: 0;
	margin: auto;
}
.navbar-bottom-v2::after {
	content: '';
}
.navbar-bottom-v2_content {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	filter: contrast(20);
	width: 100%;
	background-color: none;
	overflow: hidden;
	position: absolute;
}
.navbar-bottom-v2_bottom {
	width: 100%;
	height: 66px;
	background: black;
	display: flex;
	justify-content: center;
	filter: blur(10px);
}

.navbar-bottom-v2 input {
	display: none;
}

.navbar-bottom-v2 label {
	cursor: pointer;
	display: flex;
	width: 33%;
	height: 66px;
	position: relative;
	z-index: 2;
	align-items: center;
	justify-content: center;
}
.navbar-bottom-v2 label > img {
	width: 45px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	z-index: 3;
	transition: 200ms 100ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
}
.navbar-bottom-v2 label::before {
	content: '';
	position: absolute;
}

.circle {
	width: 60px;
	height: 60px;
	background: black;
	position: absolute;
	top: -1px;
	z-index: 1;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transition: 200ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
	background-image: url('/images/crystalball.png'); background-position: center; background-size: 108%;

}

.indicator {
	width: 70px;
	height: 70px;
	background-image: linear-gradient(0deg, #f7b0b0, rgba(183, 255, 154, 0)), linear-gradient(0deg, rgba(158, 255, 151, 0.75), rgba(183, 255, 154, 0)), linear-gradient(0deg, #b4fffb, rgba(183, 255, 154, 0));
	background-size: cover;
	background-position: 0 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -42px;
	right: 0;
	margin: auto;
	transition: 200ms cubic-bezier(0.14, -0.08, 0.74, 1.4);
}

#s1:checked ~ [for="s1"] > img {
	top: -95px;
}
#s1:checked ~ .circle,
#s1:checked ~ div div .indicator {
	left: -66%;
}

#s2:checked ~ [for="s2"] > img {
	top: -95px;
}
#s2:checked ~ .circle,
#s2:checked ~ div div .indicator {
	left: 0;
}

#s3:checked ~ [for="s3"] > img {
	top: -95px;
}
#s3:checked ~ .circle,
#s3:checked ~ div div .indicator {
	left: 66%;
}

/* ------------------------------
  Cart Menu
---------------------------------*/
.cart-menu {
	padding-bottom: 65px;
}

.cart-menu .content {
	border: 1px solid #333;
	padding: 20px 15px 5px;
	border-radius: 2px;
}

.cart-menu .content img {
	width: 100%;
}

.cart-menu .content h5 {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	color: #fff;
}

.cart-menu .content h5 a {
	color: #fff;
} 

.cart-menu .content input {
	width: 30px;
	border-color: #eee;
	height: 30px;
	padding: 0 !important;
	text-align: center;
}

.cart-menu .content .action i {
	cursor: pointer;
	color: #fff;
}

.cart-menu .content .divider {
	height: 1px;
	background: #333;
	margin-bottom: 25px;
}

.cart-menu .content .quantity {
	margin-bottom: 0;
}

.cart-menu .total {
	margin-top: 30px;
}

.cart-menu .total h5 {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
}

.cart-menu .total h6 {
	color: #fff;
}

.cart-menu .total .row {
	margin-bottom: 10px;
}

.cart-menu .total .col.s5 {
	text-align: right;
}

.cart-menu .button-default {
	margin-top: 10px;
	border-color: #fff;
	color: #fff;
	margin-bottom: 25px;
}

.cart-menu .button-default:hover {
	background: #121212;
}


/* ------------------------------
  menus
---------------------------------*/
.menus {
	background: rgba(0,0,0,1) !important;
	padding-bottom: 40px;
}

.menus .close-icon {
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #e8b430;
	font-size: 20px;
	line-height: 30px;
	padding-left: 0px;
	margin: 15px auto 25px;
	cursor: pointer;
}

.menus .close-icon i {
	color: #e8b430;
}

.menus .menu-link {
	text-align: center;
	border: 1px solid #e8b430;
	padding: 4px;
	border-radius: 10px;
	box-shadow: inset 0px 0px 12px 5px #AA771C;
	transition: all 0.3s ease-in;
	position: relative;
	height: 110px;
}


.menu-link:hover {
	transform: translateY(-5px);
	box-shadow: inset 0px 0px 12px 7px #eda727;
}


.menus .menu-link .icon {
	font-size: 18px;
}

.menus .menu-link .icon i {
	color: #e8b430;
}

.menus .menu-link a {
	font-size: 12px;
}

.menus .button-link {
	cursor: pointer;
	color: #e8b430;
}

.menus .button-link:hover {
	opacity: 0.9;
}

/* ------------------------------
  Slider
---------------------------------*/
.slider {
	height: 160px !important;
}

.slider .slides {
	height: 160px !important;
}
@media screen and (min-width: 580px) {
	.slider {
		height: 240px !important;
	}

	.slider .slides {
		height: 240px !important;
	}
}
.slider-content {
	margin: 10px auto;
	top: 25% !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
	padding: 0 20px;
	text-align: center;
}

.slider .slides li img {

	width: 100%;

}

.slider .slides li::before {
	background: #000;
	opacity: 0;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-content h2 {
	font-weight: 500;
	margin-bottom: 8px;
	color: #fff;
	font-size: 26px;
}

.slider-content h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fff;
}

.slider-content .button-default {
	margin: 20px 0;
	background: transparent;
	color: #fff;
	border-color: #fff !important;
}

.slider .indicators {
	position: relative;
	bottom: 50px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 10px;
	width: 10px;
	background: #bbb;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #e8b430;
}

/* ------------------------------
	Features
---------------------------------*/
.about-home {
	text-align: center;
}

.about-home p {
	margin-bottom: 0;
}

.about-home .content {
	padding: 35px 0;
}

.about-home .content-2 {
	background: #f7f7f7;
}

.about-home .content i {
	width: 85px;
	height: 85px;
	background: #8e417a;
	border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 83px;
	margin-bottom: 13px;

}

.about-home .content-2 i {
	background: #8e417a;
	color: #fff;
}

.about-home .content .post h5 {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.about-home .button-default {
	margin-top: 20px;
}

/* ------------------------------
	features
---------------------------------*/
.features .content {
	text-align: center;
	background: #fff;
	padding: 15px 12px;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 transparent,0 1px 5px 0 rgba(0,0,0,.24),0 3px 1px -2px transparent;
}

.features .content i {
	font-size: 30px;
	color: #8e417a;
	margin: 4px auto 10px;
}

.features .row:last-child {
	margin-bottom: 0;
}

/* ------------------------------
	quote
---------------------------------*/
.features .content h5 {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 10px;										
}

/* ------------------------------
	quote
---------------------------------*/
.quote {
	background: #ad5389; 
    background: -webkit-linear-gradient(to right, #3c1053, #ad5389); 
    background: linear-gradient(to right, #3c1053, #ad5389); 
	color: #eee;
}

.quote h5 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 500;
	color: #fefefe;
}

.quote .button-default {
	border: 1px solid #fff;
	color: #fff;
}

/* ------------------------------
	portfolio
---------------------------------*/
.portfolio img {
	width: 100%;
}

.portfolio ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;	
	margin-bottom: 4px;
}

.portfolio ul li {
	display: inline-block;
	cursor: pointer;
	color: #999;
	padding: 3px 8px 4px 8px;
	border: 1px solid #888;
	margin: 20px 5px 10px;
}

.portfolio ul li p {
	color: #555;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.portfolio ul .active {
	background: #8e417a;
	border-color: #8e417a;
}

.portfolio ul .active p {
	color: #fff;
}

.portfolio .active h5 {
	color: #222;
}

.portfolio img {
	width: 100%;
	float: left;
}

.portfolio-content img {
	width: 100% !important;;
	height: 100% !important;
}

.portfolio .row {
	padding: 0;
	margin: 0;
}

.portfolio .row .col {
    padding: 5px;
    margin: 0;
}

/* ------------------------------
	product
---------------------------------*/
.product .content {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
}
.product .content img {
	width: 100%;
}

.product .content h6 {
	margin: 10px 0 5px 0;
	font-size: 17px;
	cursor: default;
}

.product .content .price {
	font-size: 15px;
	letter-spacing: 1px;
	color: #000;
	cursor: default;
}

.product .content .price span {
	text-decoration: line-through;
	color: #666;
}

.product .content .button-default {
	margin-top: 10px;
}

.product .margin-bottom {
	margin-bottom: 5px;
}

.product-list .select-dropdown {
	border: 1px solid #999 !important;
	border-bottom: 1px solid #999 !important;
	padding: 10px !important;
	background: #eee !important;
}

.product-list .select-wrapper span.caret {

	right: 10px;
	z-index: 1;
}

.product-list .dropdown-content li > a, .dropdown-content li > span {
	color: #444;
}

.product-list .dropdown-content li:hover, .product-list .dropdown-content li.active, .product-list .dropdown-content li.selected {
	background: transparent;
}

.product-list .dropdown-content {
	box-shadow: none;
	background: #fff !important;
}

.product-list .pages-head {
	padding-bottom: 10px !important;
}

.pagination-product ul {
	margin: 6px auto 0;
	padding: 0;
	text-align: center;
}

.pagination-product ul .active {
	background: #666;
	color: #fff;
}

.pagination-product ul .active a {
	color: #fff;
}

.pagination-product ul li {
	display: inline-block;
	background: #eee;
	margin: 0 3px;
	padding: 7px 13px;
	border-radius: 1px;
	font-size: 15px;
}

/* ------------------------------
	promo
---------------------------------*/
.promo {
	background: linear-gradient(
      rgba(0, 0, 0, 0.72), 
      rgba(0, 0, 0, 0.72)
    ), url(../img/parallax.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.promo .content {
	background: rgba(17, 17, 17, 0.88);
	padding: 20px 10px 10px;
	text-align: center;
	color: #fff;
}

.promo .content h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.promo .content .button-default {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	margin-top: 8px;
}

.deposit-promo-image{
	border-radius: 8px;
	cursor: pointer;
}

.deposit-promo-image.selected{
	border: 2px solid #eda727;
}

/* ------------------------------
  Testimonial
---------------------------------*/
.testimonial img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.testimonial .owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
}

.testimonial h6 {
	font-size: 14px;
}

.testimonial .content {
	padding: 15px 0;
	text-align: center;
}

/* ------------------------------
  About us
---------------------------------*/
.about-us {
	margin: 0;
}

.about-us img {
	width: 100%;
	margin-bottom: 8px;
}

/* ------------------------------
	latest news
---------------------------------*/
.latest-news h4 {
	margin-bottom: 12px;
}

.latest-news img {
	width: 100%;
	margin-bottom: 10px;
}

.latest-news .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.latest-news .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}


/* ------------------------------
  Blog
---------------------------------*/
.blog-content img {
	width: 100%;
	padding-bottom: 20px;
	float: left;
}

.blog-content .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.blog-content h5 {
	font-size: 16px;
	margin-bottom: 3px;
}

.blog-content .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.blog-detailt {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px 16px;
	margin-bottom: 20px;
}

.pagination-blog {
	border: 1px solid #ddd;
	padding: 10px 0;
}

.pagination-blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagination-blog ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	margin: 4px;
	line-height: 28px;
}

.pagination-blog ul .active a {
	color: #191919;
}

/* ------------------------------
  Blog single
---------------------------------*/
.blog-single img {
	width: 100%;
	margin-bottom: 10px;
}

.blog-single .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.blog-single h5 {
	font-size: 16px !important;
	margin-bottom: 3px;
}

.share-post {
	border: 1px solid #ddd;
	padding: 20px 0;
	margin: 15px 0 25px;
}

.share-post ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.share-post ul li {
	display: inline-block;
	text-align: center;
	border: 1px solid #777;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
	margin: 0 3px;
}

.comment img {
	border-radius: 50%;
}

.comment h5 {
	margin-bottom: 15px;
}

.comment-form .comment-head {
	margin-bottom: 20px;
}

.comment-form .input-field {
	margin-top: 0;
}

.comment-form input, 
.comment-form textarea {
	
}

.comment-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------
  Shop single
---------------------------------*/
.shop-single {
	margin: 0;
}

.shop-single img {
	width: 100%;
	margin-bottom: 10px;
}

.shop-single .price {
	font-size: 20px;
	letter-spacing: 1px;
	color: #000;
	cursor: default;
}

.shop-single .price span {
	text-decoration: line-through;
	color: #666;
}

.shop-single h6 {
	margin-bottom: 5px;
}

.shop-single span {
	color: #191919;
	font-size: 20px;
}

.shop-single .button-default {
	margin: 10px 0;
}

.shop .pages-head h3 {
	margin-bottom: 10px;
}

.review {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

.review img {
	border-radius: 50%;
}

.review h5 {
	margin-bottom: 15px;
	font-size: 16px;
}

.review-form .review-head {
	margin-bottom: 20px;
}

.review-form h5 {
	font-size: 16px !important;
}

.review-form .input-field {
	margin-top: 0;
}

.review-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------
  Wishlist
---------------------------------*/
.wishlist .content {
	border: 1px solid #ddd;
	padding: 30px 15px 0px;
}

.wishlist .content img {
	width: 100%;
}

.wishlist .content h5 {
	font-size: 15px;
	color: #565656;
	font-weight: 400;
}

.wishlist .content input {
	width: 34px;
}

.wishlist .content h5 i {
	cursor: pointer;
}

.wishlist .content .quantity {
	margin-bottom: 0;
}

.wishlist .content .divider {
	height: 1px;
	background: #ddd;
	margin-bottom: 30px;
}

.wishlist .total {
	margin-top: 30px;
}

.wishlist .total h5 {
	font-size: 15px;
	color: #565656;
	font-weight: 400;
}

.wishlist .total .row {
	margin-bottom: 10px;
}

.wishlist .total .col.s5 {
	text-align: right;
}

.wishlist .button-default {
	margin-top: 10px;
}

.wishlist .button-default:hover {
	background: transparent;
}

/* ------------------------------
  Cart
---------------------------------*/
.cart .content {
	border: 1px solid #ddd;
	padding: 20px 15px 5px;
}

.cart .content img {
	width: 100%;
}

.cart .content h5 {
	font-size: 15px;
	color: #565656;
	font-weight: 400;
}

.cart .content input {
	width: 34px;
}

.cart .content h5 i {
	cursor: pointer;
}

.cart .content .divider {
	height: 1px;
	background: #ddd;
	margin-bottom: 25px;
}

.cart .total {
	margin-top: 30px;
}

.cart .total h5 {
	font-size: 15px;
	color: #565656;
	font-weight: 400;
}

.cart .total .row {
	margin-bottom: 10px;
}

.cart .total .col.s5 {
	text-align: right;
}

.cart .button-default {
	margin-top: 10px;
}

.cart .button-default:hover {
	background: transparent;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout .collapsible-header {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.checkout .collapsible {
	box-shadow: none;
	border-color: #ddd;
}

.checkout-content h5 {
	font-weight: 500;
	color: #666;
	font-size: 14px !important;
}

.checkout-content h6 {
	font-size: 13px !important;	
}

.checkout-content .collapsible-body {
	padding: 18px;
}

.checkout-content .collapsible-body p {
	padding: 0;
}

.checkout-content h6 {
	font-weight: 500;
	color: #666;
	font-size: 16px;
}

.checkout-content .checkout-radio {
	margin: 20px 0 10px 0;
}

.checkout-radio span {
	color: #666;
	font-weight: 500;
}

.checkout-login {
	margin-top: 20px;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
}

.checkout-login h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.checkout-login h6 span {
	font-weight: 600;
	color: #555;
	font-size: 18px;
}

.checkout-login p {
	margin: 5px 0 30px;
}

.checkout-login .button-default {
	margin-bottom: 0;
}

.billing-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.shipping-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.cart-details h5 {
	font-size: 14px;
}

.payment-mode ul {
	margin-left: 35px;
}

.payment-mode ul li {
	display: inline-block;
}

.order-review .cart-product img {
	width: 100%;
}

.order-review .divider {
	height: 15px;
	background: transparent;
	width: 100%;
}

.order-review .cart-product a {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.order-review .cart-product span {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.order-review input {
	width: 34px;
}

.order-review .row {
	margin-bottom: 0;
}

.final-price {
	margin-top: 20px;
}

.final-price h5 {
	font-weight: 600;
}

.final-price span {
	font-weight: 500;
}

/* ------------------------------
  Contact, Login, Register
---------------------------------*/
.contact-us .button-default {
	margin-top: 10px;
	margin-bottom: 0;
}

.login .button-default {
	margin-top: 25px;
}

.register .button-default {
	margin-top: 0;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
	text-align: center;
}

.error404 h4 {
	padding-top: 28px;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size: 70px;
}

/*loader custom color*/
#fakeLoader {
	background: #e8b430;
    background: -webkit-linear-gradient(to top, #e8b430, #a78124);
    background: linear-gradient(to top, #e8b430, #a77c29);
}

.spinner6 > div {
	background-color: #fff !important;
}

/* ------------------------------
  Footer
---------------------------------*/
.footer {
	background: #eee;
	padding: 35px 0;
	margin-bottom: 50px;
}

.about-us-foot {
	text-align: center;
}

.about-us-foot span {
	color: #191919;
}

.about-us-foot h6 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #8e417a;
}

.social-media {
	text-align: center;
	margin: 10px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
}

.copyright {
	text-align: center;
	padding: 20px 0 0 0;
}

.copyright span {
	text-align: center;
}

.icon_style{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	color: white;
	cursor:pointer;
}

.hidden{
	display: none;
}

.bank-select > input {
	color: #000;
}

.danger{
	background: #c14641;
	color: #fff;
}

.success{
	background: #53c149;
	color: #fff;
}

.gold{
	background: #e8b430;
	color: #fff;
}

.text-danger{
	color: #c14641;
;
}

.text-success{
	color: #53c149;
}

.text-gold{
	color: #e8b430;
}

.pagination nav{
	background: none;
	text-align: right;
	padding: 10px;
	box-shadow: none;
	line-height: 32px;
	font-size: 14px;
}

/*table*/
.profile-table{

}
.profile-table tr {

}

.profile-table td {
	font-size: 1.2rem;
	line-height: 0;
	margin: 0;
	padding: 0 2px;

}


.responsive-table {
	border: 1px solid #e3e88f;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	background: #1b1b1b;
}

.responsive-table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.responsive-table tr {

	border: 1px solid #e3e88f;
	/*padding: .35em;*/
}

.responsive-table th,
.responsive-table td {
	padding: .625em;
	/*text-align: center;*/
}

.responsive-table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.responsive-table {
		border: 0;
	}

	.responsive-table caption {
		font-size: 1.3em;
	}

	.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.responsive-table tr {
		border-bottom: 3px solid #e3e88f;
		display: block;
		margin-bottom: .625em;
	}

	.responsive-table td {
		border-bottom: 1px solid #e3e88f;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	.responsive-table td::before {
		/*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.responsive-table td:last-child {
		border-bottom: 0;
	}
}

.hnav-viewport-clip {
	width: 100%;
	height: 68px;
	overflow: hidden;

}

.hnav-viewport {
	width: 100%;
	height: 120px; /* Note the excessive extra height to keep h-scrollbar at bay */
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
}

.hnav-horizontal {
	width: 2800px;
	height: 68px;
}

.hnav-item {
	box-shadow: inset 0px 0px 8px 2px #AA771C;
	float: left;
	background: transparent;
	height: 68px;
	width: 100px;
	color:white;
	text-align:center;
	border: 1px solid #e8b430;
	padding: 14px;
}

.hnav-item a{
	color: #e8b430;
	text-decoration:none;


}

.editor-slide-left{
	transition: 1s;
	right: -1px !important;
}

.editor-slide-right{
	transition: 1s;
	right: -110px !important;
}

.hob-inlet {
	position: absolute;
	width: 68px;
	height: 72px;
	bottom: 60px;
	right: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-image: url(../images/hob-inlet-01-v2.png);
	z-index: 1;
	cursor: pointer
}

.hob-text-holder {
	display: block;
	width: 100%;
	position: absolute;
	top: 30%;
	text-align: center;
	padding: 4px;
	z-index: 99999;
}

.hob-inlet-03 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-image: url(../images/hob-inlet-03-v2.png);
	z-index: 1
}

.hob-inlet-02 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-image: url(../images/hob-inlet-02-v2.png);
	z-index: 2
}

.hob-inlet-01 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-image: url(../images/hob-inlet-01-v2.png);
	z-index: 3
}

.hob-inlet:not(.disable) .hob-inlet-02, .hob-inlet:not(.disable) .hob-text-holder {
	animation: hob_shake 1s infinite
}

.hob-inlet:not(.disable):hover .hob-inlet-02, .hob-inlet:not(.disable):hover .hob-text-holder {
	animation: hob 1s 1
}

.for-get-now {
	z-index: 33;
	animation: hob_btn 2.5s infinite
}

@keyframes hob_shake {
	15%,
	45% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
		transform-origin: 50% 100%
	}
	30% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
		transform-origin: 50% 100%
	}
	60%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: 50% 100%
	}
}

@keyframes hob {
	10%,
	30%,
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	20%,
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes hob_btn {
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.hob-mb {
	display: none
}

.attention-icon {
	animation: attention-shake 0.88s infinite cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes attention-shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

/* TICKER WRAPPER */
/* TICKER ANIMATION */
* {
	box-sizing: border-box;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.tcontainer {
	width: 100%;
	overflow: hidden; /* Hide scroll bar */
	position: relative;
}

.ticker-wrap {

	width: 100%;
	overflow: hidden;
	height: 3rem;
	background-color: rgba(27,27,27,0.7);
	padding-left: 100%;
	box-sizing: content-box;
	border-bottom: 1px solid #e8b430;
	box-shadow: inset -8px 0 12px 1px #AA771C;

}

.ticker-icon-wrap {
	position: absolute;
	left: 0;
	top: 1px;
	padding: 8px 10px;
	color: #e8b430;
	background-color: #1b1b1b;
	width: 40px;
	z-index: 2;
	height: 2.9rem;
}

.ticker-wrap .ticker {
	display: inline-block;
	height: 3rem;
	line-height: 3rem;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

.ticker-wrap .ticker:hover{
	animation-play-state: paused; /* Pause scroll on mouse hover */
}

.ticker-wrap .ticker__item {
	display: inline-block;
	padding: 0 0.5rem;
	font-size: 1rem;
	color: white;
}

/*mask*/
#mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
}

/*chest*/
.wrapper{
	width: 100%;
	max-width: 720px;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.open-body{
	width: 100%;
	max-width: 720px;
	overflow: hidden;
	height: 100vh;
	position: fixed;
	z-index: 10;
}

.mod-chest{
	position: relative;
	width: 100%;
	max-width: 720px;
	height: 100vh;
	margin-top: calc(50vh - 46px) ;
}
.mod-chest .chest-close{width: 320px;height:135px;opacity: 0;position: relative;z-index: 1; left:50%;top:0px;margin-left:-160px;}
.mod-chest .chest-close .title{ text-align: center; position: relative; top: -100px; font-size: 160%; color: #fff;}
.mod-chest .chest-close .tips{text-align:center; line-height: 34px; color: #816806; width: 196px;height:68px;background:url(../images/txt-tips-open.png) 0px 0px no-repeat;background-size: contain;position: absolute;left:60px;top:165px;-webkit-transition:all .5s;}
.mod-chest .chest-close .gift{width: 320px;height:135px;background:url(../images/chest.png) no-repeat 0px 0px;background-size: 320px auto;position: absolute;left:0;top:0px;}
.mod-chest .chest-close.shake .gift{-webkit-animation:shakegift 1s linear;-webkit-animation-fill-mode:forwards;}

.mod-chest .chest-open{width: 320px;height:135px;opacity: 0;position: relative;z-index: 1; left:50%;top:0px;margin-left:-160px;}
.mod-chest .chest-open .gift{width: 320px;height:135px;background:url(../images/chest.png) no-repeat 0px -137px;background-size: 320px auto;position: absolute;left:0;top:0px;z-index: 1;}

.mod-chest .chest-open .mod-chest-cont{}
.mod-chest .chest-open .title{ text-align: center; position: relative; top: -235px; font-size: 160%; color: #fff;}
.mod-chest .chest-open .prize-card{ box-shadow: inset 0px 0px 8px 3px #eda727; background:url(../images/prize-card.jpg) no-repeat 0px 0px; background-size: 100%; margin: 0 auto; border-radius: 20px; width: 300px; height: 170px; opacity: 0.9; z-index: 10; text-align: center; position: relative; top: -210px; font-size: 140%; line-height: 60px; color: #eccd2d; padding: 50px 8px;}


.mod-chest .show{z-index: 2;opacity: 1;}

@-webkit-keyframes shakegift {
	0% {
		transform: scale(1);
		-webkit-transform: scale3d(1, 1, 1);

	}

	6%{
		-webkit-transform: scale(.9) rotate(-8deg);
		-webkit-transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
	}

	18%, 30%,42%{
		-webkit-transform: scale(1.1) rotate(8deg);
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);

	}

	12%,24%, 36%,48%{
		-webkit-transform: scale(1.1) rotate(-8deg);
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);

	}
	54%{
		-webkit-transform: scale(1);
		-webkit-transform: scale3d(1, 1, 1);
	}

	60%{
		-webkit-transform: scale(1);
		-webkit-transform: scale3d(1, 1, 1);
	}




	80% {
		-webkit-transform: scale(1) translate(0px,90px);
		-webkit-transform: scale3d(1, 1, 1) translate3d(0px,90px,0);
	}
	90% {
		-webkit-transform: scale(1) translate(0px,110px);
		-webkit-transform: scale3d(1, 1, 1) translate3d(0px,110px,0);
	}
	100% {
		-webkit-transform: scale(1) translate(0px,120px);
		-webkit-transform: scale3d(1, 1, 1) translate3d(0px,120px,0);
	}

}

.prize_overlay{background:rgba(0,0,0,.45);position:fixed;width:100%;height:100%;top:0;left:0;z-index:1002;border-radius: 20px;}
.pop_box{position:relative; width:300px;height:250px;text-align:center;background: #e8293b;margin:200px auto;padding: 10px;border-radius: 20px;}
.pop_box img{position: relative; top: -50px; width:140px!important;height:auto!important;background-size:cover;}
.pop_box h5{position: relative; top: -50px;color: #f6ff62;font-size:140%;text-align:center;font-weight:normal;text-transform:none;position:relative; margin: 10px;}
.pop_box button{position: relative; top: -20px;}
