@font-face {
    font-family: Roboto Slab;
    src: url(../fonts/RobotoSlab-Regular.ttf);
}
.clear-fix {
    clear: both;
}
*{
    padding: 0px;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
}
/* Keep scrollbar gutter so short pages do not shift sideways */
html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
}
.wrapper{
    width: 990px !important;
    margin: 0 auto;
    position: relative;
}
body{
    background: #5E0823 url(../../images/bg.jpg) center top no-repeat;
    padding: 0px;
    margin: 0px;
}
.clear{clear: both;}
.pull-left{float:left;}
.pull-right{float:right;}
a {
    color: #fff;
    text-decoration: none;
}
.date-time {
    color: #fff;
    font-family: Arial;
    padding: 4px 0px;
    font-size: 12px;
}
#language {
    padding: 16px 0 0;
    margin: 0;
    float: none;
    position: static;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 0 auto;
}
#language li {
    display: block;
    margin: 0;
}
#language a {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 64px;
    height: 30px;
    padding: 0 8px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid rgba(255, 210, 74, 0.45);
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.95) 0%, rgba(12, 12, 12, 0.95) 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
#language a:hover {
    transform: translateY(-1px);
    border-color: #ffd24a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5), 0 0 8px rgba(255, 210, 74, 0.25);
}
#language a.lang-active {
    border-color: #ffd24a;
    background: linear-gradient(180deg, rgba(255, 210, 74, 0.28) 0%, rgba(255, 184, 0, 0.12) 100%);
    box-shadow: 0 0 0 1px rgba(255, 210, 74, 0.35), 0 2px 10px rgba(0, 0, 0, 0.4);
}
#language a img {
    width: 22px;
    height: 15px;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}
#language a span {
    display: inline-block !important;
    color: #ffd24a !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px;
    font-family: "Segoe UI", Arial, sans-serif !important;
    line-height: 1;
    visibility: visible !important;
    opacity: 1 !important;
}
#language.language-solo {
    float: none;
    padding-top: 22px;
    flex-direction: row;
    gap: 8px;
    margin-left: auto;
}
#language.language-solo a {
    min-width: 72px;
    height: 32px;
    padding: 0 10px;
}
.header-left {
    width: 324px;
    float: left;
}
.wrap-login {
    float: none;
    margin: 0;
    flex: 0 0 auto;
}



#contact{width: 550px;height: 62px;}
#contact>ul>li{display: inline-block;margin-left: 60px;}
#contact>ul>li>a{text-decoration: none;color: #f5f1a9;font-family: arial;}
#contact>ul>li>a>img{margin-right: 10px;vertical-align: middle;}
#contact>ul>li>a>div>p{font-family: ARLRDBD;}
#contact>ul>li:first-child{margin-left: 35px;}
#contact-header{font-size: 15px;}
#contact-acc{font-family: Arial;font-size: 10px;}

#bank {
    width: 346px;
    background: rgba(0, 0, 0, 0.58);
    float: left;
    box-shadow: 0px 0px 4px #c1c1c1;
    border-radius: 6px;
    padding: 10px;
}
#bank table {
    text-align: center;  
}
#bank table tr td {
    padding: 5px;
}
#header{height:  auto;}
#logo {
    width: 300px;
    height: 152px;
    text-align: center;
    z-index: 999;
    float: left;
    margin: 12px 0px;
}
.header-right {
    float: right;
    width: 660px;
}
.header-right-top {
    width: 360px;
    min-height: 108px;
    float: right;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    box-sizing: border-box;
}
.forget {
    display: block;
    text-align: right;
    padding: 5px 0px;
    float: right;
    position: relative;
    top: 16px;
    right: 8px;
}
.forget .forget-password {
    color: #ffffff;
    font-style: italic;
    font-size: 14px;
    font-family: Arial;
}

#frm-login {
    float: none;
    width: auto;
    height: auto;
    color: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    border-collapse: separate;
    border-spacing: 6px 4px;
}
#frm-login tr td {
    padding: 0;
    vertical-align: middle;
    color: #ffd24a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
#frm-login input[type="text"],
#frm-login input[type="password"] {
    width: 122px;
    height: 32px;
    font-size: 13px;
    margin: 0;
    padding: 0 12px;
    background: linear-gradient(180deg, #1f1f1f 0%, #121212 100%);
    border-radius: 8px;
    outline: none;
    border: 1px solid rgba(255, 210, 74, 0.45);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #f5f5f5 !important;
    box-sizing: border-box;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.55), 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#frm-login input[type="text"]:focus,
#frm-login input[type="password"]:focus {
    border-color: #ffd24a !important;
    box-shadow: 0 0 0 2px rgba(255, 210, 74, 0.22), inset 0 1px 2px rgba(0, 0, 0, 0.45);
}
#frm-login input::-webkit-input-placeholder {
    color: #888;
}
#frm-login input:-webkit-autofill,
#frm-login input:-webkit-autofill:hover,
#frm-login input:-webkit-autofill:focus {
    -webkit-text-fill-color: #f5f5f5 !important;
    -webkit-box-shadow: 0 0 0 1000px #1a1a1a inset !important;
    transition: background-color 9999s ease-in-out 0s;
}
.btn-bg {
    width: 122px;
    height: 32px;
    border: none;
    border-radius: 8px;
    font-family: "Segoe UI", Arial, sans-serif;
    background: linear-gradient(180deg, #3a3a3a 0%, #151515 100%);
    border: 1px solid rgba(255, 210, 74, 0.35);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}
.btn-bg:hover {
    border-color: #ffd24a;
    color: #ffd24a;
}
.btnRegister {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: 122px;
    height: 32px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffe566 0%, #ffd24a 55%, #ffb800 100%);
    border: 1px solid #e0a800;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    color: #1a1a1a !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    font-family: "Segoe UI", Arial, sans-serif;
    box-sizing: border-box;
}
.btnLogin {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 !important;
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    height: 32px;
    box-sizing: border-box;
}
.btnRegister:hover,
.btnRegister:active {
    text-decoration: none !important;
    filter: brightness(1.06);
    color: #1a1a1a !important;
}
.btnLogin:focus,
.btnRegister:focus {
    outline: none;
    text-decoration: none;
}
#marquee-bg{width: 990px;height: 20px;background: url(../../images/marquee_bg.png) center no-repeat;font-family: Arial;font-size: 12px;font-weight: bold;}
.runningTitle {
    float: left;
    width: 62px;
    line-height: 24px;
    height: 33px;
    background: url(../../images/speaker.png) center no-repeat;
}
.runningText {
    width: 100%;
    float: left;
    margin: 15px 0px;
}
#runningText {
    font-family: Roboto Slab;
    font-size: 13px;
    color: #F1EBA5;
    float: right;
    width: 528px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0px;
}
.content-right {
    float: right;
    width: 640px;
}
#games {
    float: left;
    margin: 0px 0px 0px 0px;
}
/* ----- menu ----- */
.menu-wrapper {
    width: 770px;
    float: right;
}
#menu  ,
#menu-bottom {
    margin: 0px;
    position: relative;
    width: 100%;
    display: table;
    clear: both;
}
#menu li ,
#menu-bottom  li {
    display: table-cell;
    position: relative;
}

#menu li a {
    font-family: Roboto Slab;
    font-size: 14px;
    color: #dadada;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 12px 13px;
}
#menu li a:hover {
    color: #ffef9f;
}

#menu-bottom {
    padding: 10px 0px;
    width: 575px;
    float: left;
}
#menu-bottom li a {
    padding: 10px 32px;
    font-family: ProximaNovabold;
    font-size: 14px;
    background: url(../../images/menu-left.png) no-repeat center left, url(../../images/menu-right.png) no-repeat center right;
}
#menu-bottom li a:hover {
background: url(../../images/hover-left.png) no-repeat center left, url(../../images/hover-right.png) no-repeat center right,
url(../../images/hover-repeat.png);
}
#menu-bottom li a span {
    position: relative;
}
/* ----- / menu ----- */
.title-marquee {
	width: 200px;
	float: left;
}
.info {
    color: #8f0502;
    font-style: italic;
    font-weight: bold;
}
#slideshow {
    width: 100%;
    height: 270px;
}
#contact {
	background: transparent url(../../images/contact-bg.png) center center no-repeat;
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 12px;
	font-family: Roboto Slab;
}
#contact > div {
	display: inline-block;
	margin-right: 20px;
}
#contact > div:last-child {
	margin-right: 0px;
}
#contact > div > .contact-info ,
#contact > div > .contact-icon {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;

}
#contact > div > .contact-icon {
    height: 40px;
}   
/* social */
.social {
    background: url(../../images/bg-contact.png) center center no-repeat;        
    padding: 20px 0px;
    float: left;
    height: 80px;
    width: 640px; 
    text-align: center;
}
#socail {
    display: inline;
}
#social li {
    height: 42px;
    padding: 2px 0px;
    display: inline-block;
}
#social .social-icon {
    float: left;
    cursor: pointer;
}
.social-info {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 10px;
    text-align: left;
    font-family: Roboto Slab;
}
.icon-social {
    height: 50px;
    width: 208px;
    background: url(../../images/contact.png) center center no-repeat;
    float: left;
}

/* /social */


#content .header {
    border: 1px solid #ECCE04;
    color: #FFF;
    font-size: 20px;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0,0,0, 0.4);
    border-bottom: 1px #ECCE04 solid;
    padding-left: 20px;
    font-family: Arial;
    padding: 5px 10px;
}
#content .body {
    font-family: Arial;
    border: 1px solid #ECCE04;
    color: #FFF;
    border-top: none;
    min-height: 350px;
    margin-bottom: 10px;
    padding: 10px;
    background: none repeat scroll 0 0 rgba(0,0,0, 0.4);
}
.body p{
    padding-top: 20px;
    
}
/* --------------  menu footer  -----------------*/
.menu-footer {
    width: 100%;
    float: left;
        padding: 10px 0px;
}
#menu-footer {
    margin: 0px auto;
}
#menu-footer li {
    display: inline-block;    
}
#menu-footer li a {
    text-decoration: none;
    color: #e8c042;
    font-family: Roboto Slab;
    font-size: 11px;
    display: block;
    padding: 0px 6px;
    font-weight: bold;
}
#menu-footer li:last-child a {
    border-right: 0px;
}
/* -------------- / menu footer   -----------------*/
.footer-contact {
    text-align: center;
}
.copy-right {
    width: 346px;
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    text-align: center;
}
#app {
    width: 346px;
    background: url(../../images/icons/app.png) center center no-repeat;
    height: 64px;
}
#wowslider-container1  .ws_bullets div {
  top: 8px !important;  
}
#wowslider-container1 .ws_controls .ws_bullets div a  {
    background-color: #ead200;
   box-shadow: none !important;
   padding: 3px !important;

}
#wowslider-container1 .ws_controls .ws_bullets div a.ws_selbull {
     background-color: #fff;
}
#wowslider-container1  .ws_bullets {
    left: 90% !important;

}
#wowslider-container1 .ws_bullets a.ws_selbull {
    padding: 3px !important;
}
#logo-footer {
    background: url(../../images/logo-footer.png) no-repeat center center;
    width: 200px;
    height: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#download   {
    z-index:9999;
    box-shadow: 0px 0px 4px #c1c1c1; 
    background: rgba(0, 0, 0, 0.58);
    padding: 15px;
    border-radius: 6px;
    position: fixed;
    top: 200px;
}
#main-download li a {
    padding: 10px 0px;
    display: block;
}
#menu li a .menu-icon img:nth-child(2){
    display: none;
}
#menu li a .menu-icon {
    width: 100%;
    height: 42px;
    margin: 0px auto;
    float: left;
    text-align: center;
}
img[usemap], map area{
    outline: none;
}
.date-time span {
    margin: 0px 10px;
}