/* New Addon */
body {color: #141414;}
a {text-decoration:none;}
.bg-theme {background: url("../img/web_bg_home.jpg") no-repeat;background-size: cover;background-color: #fdf9f0;}
.bg-header {background-color: #ffffff;}
.bg-login {background: url("../img/web_bg_login.jpg") no-repeat;background-size: cover;}
.bg-141414 {background-color: #141414;}
.bg-1f1f1f {background-color: #1f1f1f;}
.bg-fcf6e3 {background-color: #fcf6e3;}
.bg-ffc107 {background-color: #ffc107;}
.fc-808080 {color: #808080;}
.fc-ffc107 {color: #ffc107;}
.fc-282829 {color: #282829;}
.shadow-gold {box-shadow: 0px 0px 35px -15px #efb623;}
.border-gold {border: 1px solid gold;}
.choose-language {font-size: 0.8em;color: #282829;}
.btn-gold {background: rgb(252,247,187);background: linear-gradient(180deg, rgba(252,247,187,1) 0%, rgba(216,166,76,1) 35%, rgba(255,193,7,1) 100%);}
.btn-outline-gold {color: #000;border-color: #ffc107;}
.btn-outline-gold:hover {color: #ffc107;}
.game-img:hover {max-width: 103%;}
@media screen and (max-width: 768px) {	
	.text-sm-rwd{font-size:.8em;color: #ffc107;}
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #808080 !important;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #808080 !important;
	opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #808080 !important;
	opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #808080 !important;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color:    #808080 !important;
}

.form-control::placeholder { /* Most modern browsers support this now. */
	color:    #808080 !important;
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*----- End lang Select -----*/
/*layerui*/
body .layui-layer-dialog .layui-layer-title{background:#333; color:#fff; border: none;}
body .layui-layer-dialog .layui-layer-content{word-break:normal;color:#222;}
body .layui-layer-dialog .layui-layer-btn{border:0px solid #E9E7E7}
body .layui-layer-dialog .layui-layer-btn a{background:#333;}
body .layui-layer-dialog .layui-layer-btn .layui-layer-btn0{border:0; color:#fff;}
body .layui-layer-dialog .layui-layer-content{word-break:normal;}
body .layui-layer .layui-layer-content{word-break:normal;}
/*layerui end*/

.btn:hover,.btn:focus,.form-control,.form-control:focus, a, .accordion-button, .accordion-button:focus{
  outline: 0;
  box-shadow: none;
}