* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.header,
.content,
.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.wrapper {
    width: 990px !important;
    margin: 0 auto;
    position: relative;
}
body {
    background: url(../../images/other/bg.jpg) center top no-repeat;
}
.clear {
    clear: both;
}

/* css rest */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul,
li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
a:focus{
    outline: none !important;
    text-decoration: none !important;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url(../font/CenturyGothic.ttf);
}

/* logo */
.logo {
    margin-top: 20px;
}

/* header form */
.btnLogin{
    background: #5a739e;
}
.btnDaftar{
    background: #ffcf01;
}
.btnLogin, .btnDaftar{
    width: 145px;
    height: 45px;
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    z-index: 99;
    padding-top: 10px;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 1px;
}
.btnLogin:hover, .btnDaftar:hover{
    text-decoration: none;
    color: #fff;
}
.btnLogin:focus{
    outline: none;
    text-decoration: none;
    color: #fff;
}
form.ui_form input[name="username"], form.ui_form input[name="password"] {
    margin: 0 3px;
}
form.ui_form input[name="username"], form.ui_form input[name="password"], form.ui_form input[name="code"] {
    width: 110px;
    height: 20px;
    background: transparent;
    border: 1px solid #8090a4;
    color: #fff;
    padding: 0 10px;
    font-size: 0.9em;
}
form.ui_form input[name="code"], .code_img {
    width: 60px;
    height: 20px;
    margin-right: 3px;
    text-align: center;
}
.ui_form {
    margin-top: 30px;
}
form.ui_form input[name="password"], .code_img {
    margin-top: 5px;
}
::placeholder {
    color: #fff;
    font-size: 0.85em;
}

/* main menu */
#menu {
    height: auto;
    margin-top: 21px;
    margin-bottom: 0;
}

#menu>li {
    display: inline-block;
    text-align: center;
    padding-right: 34.4px;
}

#menu li:last-child{
    padding: 0;
}
#menu a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    padding: 5px;
    text-transform: uppercase;
}

#menu li:nth-child(2) a {
    text-transform: inherit;
}

#menu>li>a:hover {
    color: #ffd739;
}

li.current-menu-item a.current-menu-item {
    color: #afafaf !important;
}

/* second menu */
.menu1{
    margin-top: 3px;
}
.menu1 li{
    display: inline-block;
}
.menu1 li a{
    color: #afafaf;
    font-size: 12px;
}
.menu1 li:nth-child(13){
    padding-left: 5px;
}
.menu1 li a:hover{
    color: #ffd42a;
    text-decoration: none;
}
.new{
    width: 32px;
    height: 14px;
    background: linear-gradient(#bd0001, #9a0001, #7a0000);
    text-transform: uppercase;
    position: absolute;
    left: 445px;
    top: 102px;
    font-size: 10px;
    color: #fff;
}
.livehelp {
    margin-top: 3px;
}

/* footer menu */
.footer_menu_wrap{
    width: 991.4px;
    height: 23px;
    background: #181f2c;
    border-radius: 3.5px;
    margin-top: 5px;
    margin-left: -1px;
}
.footer_menu{
    margin-left: 10px;
}
.grey{
    color: #333538;
}
.footer_menu li{
    display: inline-block;
}
.footer_menu li a:hover{
    text-decoration: none;
    color: #ffcf01;
}
.footer_menu li a, .copyright{
    font-size: 10.5px;
}
.copyright{
    color: #337ab7;
    margin-top: 4px;
    margin-right: 10px;
}

.menu_country{
    margin-top: 10px;
}
.menu_country li{
    display: inline-block;
}
.menu_country li a:hover{
    color: #ffcf01;
}
.menu_country li a{
    color: #7e99cd;
    text-decoration: underline;
    font-size: 11px;
}
.lightblue{
    color: #7e99cd;
}

/* running text */
.msg_wrap{
    width: 100%;
    height: 20.5px;
    background: #32405d;
    margin-left: -1px;
}
.marquee_wrap{
    width: 720px;
    height: 15px;
    background: #000;
    margin-top: 2.5px;
}
.running_text{
    color: #d8af00;
    font-size: 11px;
    font-weight: 700;
}
.timezone{
    color: #6382c2;
    font-size: 12px;
    margin: 2.5px 30px;
}

/* slideshow */
.slideshow{
    margin-top: 4px;
    margin-left: -1px;
}

/* info/register/desposit */
.info_wrap a:first-child{
    width: 328px;
    height: 67px;
    background: #ffcf01;
    float: left;
}
.info_wrap a{
    width: 328px;
    height: 67px;
    background: #5071a1;
    float: left;
}
.info_wrap a{
    padding-left: 20px;
}
.info_text_yellow, .info_text{
    margin-top: 13px;
}
.info_text_yellow p, .info_text p{
    margin: 0;
    font-family: 'CenturyGothic';
    text-transform: uppercase;
    color: #544400;
    font-weight: 700;
}
.info_text_yellow p:first-child, .info_text p:first-child{
    font-size: 18px;
}
.info_text_yellow p:last-child, .info_text p:last-child{
    font-size: 10px;
}
.info_text p{
    color: #fff;
    margin-left: 20px;
    text-align: center;
}
.info_wrap a:first-child{
    margin-left: -1px;
}
.info_wrap a:nth-child(2){
    margin: 0 3px;
}

/* product */
.product a:first-child{
    margin-left: -1px;
}
.product a:nth-child(2){
    margin-left: -4px;
}
.product a:last-child{
    margin-left: -4px;
}
.banner{
    margin-left: -1px;
}
.banner img{
    width: 100%;
}

/* footer */
.copyright {
    color: #337ab7;
    margin-top: 4px;
    margin-right: 10px;
}
.payment p{
    color: #6e83ac;
    font-size: 11px;
    margin: 0 0 5px;
}
.responsiblegaming{
    font-size: 11px;
}
.responsiblegaming a{
    text-decoration: underline;
}
.responsiblegaming a:hover{
    color: #ffcf01;
}
.responsiblegaming p{
    color: #6e83ac;
}
.responsiblegaming span img{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.social img{
    margin-left: 5px;
}
.term{
    color: #717d9e;
    font-size: 11px;
}

/* team fixture */
.fixture_wrap{
    width: 241px;
    height: 231px;
    margin-top: 4px;
}
.fixture {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 750px;
}
.fixture li {
    width: 241px;
    height: auto;
    float: left;
}
.titlesnw {
    padding: 8px 0;
    height: 35px;
    color: #fff;
    font-family: 'CenturyGothic';
    background: #6789bb;
    font-size: 14px;
}
.head {
    background: #11131f;
    color: #fff;
    padding: 8px 0;
    width: 100%;
    height: 60px;
    text-transform: uppercase;
    font-family: 'CenturyGothic';
    text-align: center;
}
.head>h4, .head>h6{
    margin: 0;
}
.head>h6{
    color: #a9b9e8;
    margin-top: 5px;
}
.fixture {
    border-collapse: inherit;
    cursor: pointer;
}
.fixture td {
    font-family: Sans-serif,Arial,Tahoma,Helvetica !important;
    background: #31405f;
    color: #fff;
    font-size: 10px !important;
    text-align: center;
    height: 45px;
    border-bottom: 1px solid #ccc;
}
.fixture td.dark {
    background: #243145;
}
.swiper-container {
    width: 100%;
    height: 171px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mightOverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    margin-left: 15px;
}