/*
    Theme Name:   HTML5blank Child
    Theme URI:    n/a
    Description:  HTML5blank Child Theme
    Author:       AsianBGE
    Author URI:   n/a
    Template:     html5blank
    Version:      1.0.0
    Tags:         n/a
    Text Domain:  html5blank-child
*/

/*--------------------------------------------------------------------------------*\
    FONTS
\*--------------------------------------------------------------------------------*/
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'),
            url('fonts/myriad-pro/MyriadPro-Regular.otf') format('opentype'),
            url('fonts/myriad-pro/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
            url('fonts/myriad-pro/MyriadPro-Regular.eot?') format('eot'),
            url('fonts/myriad-pro/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
        src: url('fonts/myriad-pro-bold/MyriadPro-Bold.woff') format('woff'),
            url('fonts/myriad-pro-bold/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
            url('fonts/myriad-pro-bold/MyriadPro-Bold.otf')  format('opentype'),
            url('fonts/myriad-pro-bold/MyriadPro-Bold.ttf')  format('truetype'),
            url('fonts/myriad-pro-bold/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/open-sans/OpenSans.eot?#iefix') format('embedded-opentype'),
          url('fonts/open-sans/OpenSans.woff') format('woff'),
          url('fonts/open-sans/OpenSans.ttf')  format('truetype'),
          url('fonts/open-sans/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prototype';
    src: url('fonts/prototype/Prototype.eot?#iefix') format('embedded-opentype'),
        url('fonts/prototype/Prototype.woff') format('woff'),
        url('fonts/prototype/Prototype.ttf') format('truetype'),
        url('fonts/prototype/Prototype.svg#Prototype') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------------------------*\
    GENERAL
\*--------------------------------------------------------------------------------*/
/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background:none\9;
        padding: 5px\9;
    }
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

/* clear */
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    outline: 0;
}

a {
    color: #af0000;
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    color: #333333;
    outline: 0;
}

a:focus {
    outline: 0;
}

a:visited {
    color: #1fa0ae;
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
}

p {
    margin: 0 0 10px;
}

button {
    outline: none;
}

body {
    font-family: 'MyriadPro', 'OpenSans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #424242;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    min-width: 320px;
}

/*body#kr {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

body.home {
    color: #000000;
}

.videos-page .wrapper {
    padding-top: 20px;
}

.fixtures-page .wrapper, .single-teams-page .wrapper {
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.single-teams-page .wrapper {
    padding-bottom: 100px;
}

.wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.team-flag-img-diagonal {
    -ms-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.featured-subheader-background-img {
    background: url('img/page-sub-header-bg.jpg') no-repeat top center;
    height: 77px;
    text-align: center;
    color: #ffe000;
    font-size: 38px;
    margin-bottom: 20px;
}

.fixtures-page .featured-subheader-background-img {
    margin-bottom: 10px;
}

.featured-subheader-background-img h3 {
    font-family: 'MyriadPro-Bold', 'MyriadPro', Arial;
    margin: 0;
    color: #ffe000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 59px;
    line-height: 1.6;
    height: 77px;
}

/*body#kr .featured-subheader-background-img h3 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    line-height: 1;
    font-size: 79px;
    font-weight: bold;
}

body#sc .featured-subheader-background-img h3 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    font-size: 75px;
    line-height: 1.2;
    font-weight: bold;
}

body#th .featured-subheader-background-img h3 {
    font-family: Tahoma, Arial, sans-serif !important;
    line-height: 1.2;
    font-weight: bold;
}

body#vn .featured-subheader-background-img h3 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    line-height: 1.2;
    font-weight: bold;
}*/

a.bet-now-btn, a.visit-dafabet-btn {
    display: inline-block;
    background: #af0000;
    color: #ffe000;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    font-size: 13px;
    white-space: nowrap;
}

/*body#sc a.bet-now-btn, body#sc a.visit-dafabet-btn {
    padding: 6px 10px;
}

body#th a.bet-now-btn, body#th a.visit-dafabet-btn {
    padding: 5px 10px 7px;
}

body#vn a.bet-now-btn, body#vn a.visit-dafabet-btn {
    padding: 6px 10px;
}

body#kr a.bet-now-btn, body#kr a.visit-dafabet-btn {
    padding: 4px 10px 8px;
    font-size: 12px;
}*/

.bet-now-btn:hover, .visit-dafabet-btn:hover {
    background: #ffe000;
    color: #af0000;
}

.nearest-match .bet-now-btn:hover, .nearest-match .visit-dafabet-btn:hover {
    border: 1px solid #af0000;
}

.sprite {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
}

.sprite-2 {
    background-image: url("img/sprite.jpg");
    background-repeat: no-repeat;
}

.main {
    background: url('img/bg-main.jpg') no-repeat;
    background-position: center 75px;
    margin-top: 147px;
    position: relative;
    height: auto !important;
}

.main.home-page {
    background: url('img/bg-main.jpg') no-repeat;
    background-position: center -155px;
    margin-top: 147px;
    position: relative;
    padding-bottom: 30px;
}
.main.home-page .slider-item img.slider-img-mobi {
    display: none;
}

/* PREVIEW MATCH ON HOME SLIDER */  
.feature-match-slider-bg {
    max-width: 692px;
    height: 218px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 72px;
    /* left: 22%; */
    margin-left: 155px;
} 
.feature-match-slider-bg .top-bg {
    width: 100%;
    height: 40px;
    background: #00606e;
    border-radius: 20px 20px 0 0;
}
.feature-match-slider-bg .center-bg {
    width: 100%;
    height: 160px;
    background: #3db8c7;
    border-left: 1px solid #00606e;
    border-right: 1px solid #00606e;
}
.feature-match-slider-bg .bottom-bg {
    width: 100%;
    height: 19px;
    position: relative;
    bottom: 1px;
    background: url('img/feature-match-slider-bottom-bg.png') center 0 no-repeat;
}
.feature-match-slider-bg .top-bg .match-date-time {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.feature-match-slider-bg .top-bg .match-date-time span {
    font-family: 'MyriadPro-Bold';
    font-size: 16px;
    margin-top: 5px;
}
.feature-match-slider-bg .center-bg .full-column {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-match-slider-bg .center-bg .two-column {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.feature-match-slider-bg .center-bg .two-column .column-half {
    width: 50%;
    height: 100%;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.feature-match-slider-bg .center-bg .match-group-name {
    font-family: 'MyriadPro-Bold';
    width: 100%;
    height: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #00606e;
    font-size: 14px;
    margin-bottom: 10px;
}
.feature-match-slider-bg .center-bg .match {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 80%;
}
.feature-match-slider-bg .center-bg .two-column .column-half .match {
    width: 100%;
}
.feature-match-slider-bg .center-bg .team-1,
.feature-match-slider-bg .center-bg .team-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}
.feature-match-slider-bg .center-bg img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 5px;
}
.feature-match-slider-bg .center-bg .versus {
    font-family: 'MyriadPro-Bold';
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.feature-match-slider-bg .center-bg .team-1,
.feature-match-slider-bg .center-bg .team-2 {
    font-family: 'MyriadPro-Bold';
    color: #00606e;
    font-size: 14px;
    text-transform: uppercase;
}
.feature-match-slider-bg .center-bg .odds {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'MyriadPro-Bold';
    color: #00606e;
    font-size: 14px;
    margin-top: 10px;
}
.feature-match-slider-bg .center-bg .odds .odd-1,
.feature-match-slider-bg .center-bg .odds .odd-draw,
.feature-match-slider-bg .center-bg .odds .odd-2 {
    padding: 4px 12px 2px;
    background: #fee100;
}
.feature-match-slider-bg .center-bg .odds .odd-1 {
    margin-right: 15px;
}
.feature-match-slider-bg .center-bg .odds .odd-2 {
    margin-left: 15px;
}
/* END PREVIEW MATCH ON HOME SLIDER */    

.main.search-result-page {
    background-position: 0 0;
}

.main.videos-page {
    font-family: 'OpenSans', 'MyriadPro', Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    font-size: 13px;
}

/*body#kr .main.videos-page {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc .main.videos-page {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th .main.videos-page {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn .main.videos-page {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

.page-template-page-dafamillion .main {
    margin-bottom: 0;

}

.page-template-page-dafamillion .footer {
    margin-top: -55px;
    position: relative;
}

/*-------- dafa flag --------*/
.dafa-flag {
    display: inline-block;
    background: #353535;
    padding: 4px 12px;
    vertical-align: middle;
}

.match-team-1-flag-name .dafa-flag {
    margin: 2px 10px 2px 0;
}

.match-team-2-flag-name .dafa-flag {
    margin: 2px 0 2px 10px;
}

.dafa-flag .dafa-flag-img {
    background-position: -35px -388px;
    width: 25px;
    height: 23px;
    display: block;
    margin: 0;
}

.dafa-flag-small {
    display: inline-block;
    background: #353535;
    padding: 2px 8px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.dafa-flag-small .dafa-flag-img-small {
    background-position: -72px -393px;
    width: 16px;
    height: 15px;
    display: block;
    margin: 0;
}

.dafa-flag-large {
    display: inline-block;
    background: #353535;
    padding: 7px 23px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.dafa-flag-large .dafa-flag-img-large {
    background-position: -48px -13px;
    width: 41px;
    height: 38px;
    display: block;
    margin: 0;
}

/*--------- loader ----------*/
.match-results {
    position: relative;
    height: 92px;
}

#match-day-selector-loader {
    background: url('img/ajax-loader-red.png') no-repeat center center;
    width: 135px;
    height: 30px;
    position: absolute;
    margin: auto;
    left: 45px;
    top: 0;
    bottom: 0;
    display: none;
}

#groups_matches_loader {
    background: url('img/ajax-loader-red.png') no-repeat center center;
    width: 135px;
    height: 30px;
    margin: 20px auto;
    display: none;
}

#match-day-slider-loader {
    background: url('img/ajax-loader-yellow.png') no-repeat center center;
    width: 135px;
    height: 30px;
    margin: 20px auto;
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#stadium-matches-section-loader {
    background: url('img/ajax-loader-red.png') no-repeat center center;
    width: 135px;
    height: 30px;
    margin: 155px auto;
    display: none;
}

#team-fixtures-section-loader {
    background: url('img/ajax-loader-red.png') no-repeat center center;
    width: 135px;
    height: 30px;
    margin: 155px auto;
    display: none;
}

/*--------------------------------------------------------------------------------*\
    HEADER
\*--------------------------------------------------------------------------------*/
.header {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    top: 0;
    height: 55px;
}

.header #dafabet-logo {
    text-indent: -9999999px;
    display: inline-block;
    background-position: -48px -13px;
    width: 159px;
    height: 38px;
    margin-top: 8px;
}

body#sc .header #dafabet-logo {
    background-position: -563px -621px;
    width: 188px;
    height: 38px;
}

.extra-nav {
    float: right;
}

/*--------- main menu ----------*/
#main-menu {
    float: left;
    /*width: 750px;*/
}

/*body#sc #main-menu {
     width: 700px;
}*/

#main-menu .hot-tag {
    position: relative;
}

#main-menu .hot-tag span {
    background: #ffe000;
    color: #af0000;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 5px;
    position: absolute;
    top: 1px;
    right: 15px;
}

/*---------- superfish menu -----------*/
#main-menu ul {
    margin: 0;
    padding: 0;
    z-index: 99999;
    border-right: 1px solid #920000;
    display: inline-block;
    border-left: 1px solid #c30000;
}

#main-menu li a {
    padding: 9px 20px 6px 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 3.3;
    font-size: 12px;
    height: 55px;
}

body#vn #main-menu li.menu-item a {
    padding: 9px 15px 6px 15px;
}

#main-menu li.lang a {
    padding: 8px 0 0 0;
    height: auto;
}

#main-menu .sf-menu > ul > li:last-child:after {
    display: none;
}

#main-menu li:hover ul li,
#main-menu li.sfHover ul li{
    background: #373737;
}

#main-menu li:hover ul,
#main-menu li.sfHover ul {
    top: 50px;
}

#main-menu li li:hover ul,
#main-menu li li.sfHover ul {
    top: -1px;
    border-left: 1px dotted #565656;
}

#main-menu li li {
    border-bottom: 1px dotted #565656;
}

#main-menu li li a {
    color: #FFFFFF;
}

#main-menu li a:hover,
#main-menu li.sfHover > a,
#main-menu li.current_page_item > a,
#main-menu li.current-menu-item > a,
#main-menu li.current-menu-parent > a,
#main-menu li.current-page-parent > a,
#main-menu li.current-page-ancestor > a,
#main-menu li.current_page_ancestor > a {
    color: #ffe000;
    background: #960202;
}

#main-menu li:hover li a,
#main-menu li.sfHover li a {
    padding: 0 25px;
}

.sf-menu ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sf-menu ul {
    display: inline-block;
}

* html .sf-menu ul {
    height: 1%;
}

*:first-child+html .sf-menu ul {
    min-height: 1px;
}

.sf-menu ul {
    display: block;
}

.sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li ul {
    top: -999em;
    position: absolute;
    z-index: 900;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 40px;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
    top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
    top: 0;
    left: 170px;
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
    top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
    top: 0;
    left: 170px;
}

.sf-menu li {
    float: left;
    position: relative;
    visibility: inherit;
    border-right: 1px solid #c30000;
    border-left: 1px solid #920000;
}

.sf-menu li a {
    float: left;
    display: block;
    font-weight: 400;
    text-decoration: none;
}

.sf-menu li a:hover,
.sf-menu li.sfHover > a,
.sf-menu li.current_page_item > a,
.sf-menu li.current-menu-item > a,
.sf-menu li.current-menu-parent > a,
.sf-menu li.current-page-parent > a,
.sf-menu li.current-page-ancestor > a,
.sf-menu li.current_page_ancestor > a {}

.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
    width: 185px;
}


/*----------- language switcher ------------*/

.flags-sprite {
    background-image: url('img/flags-sprite.png');
    background-repeat: no-repeat;
}

.language-ticker {
    float: left;
    width: 60px;
    margin-top: 12px;
}

body#ke .language-ticker {
    display: none;
}

body#tr .language-ticker {
    display: none;
}

.language-switcher {
    max-width: 60px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999999;
}

.lang-wrap {
    background: #900000;
    width: 60px;
    position: absolute;
}

.lang-trigger {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 7px;
    cursor: pointer;
}

.lang-trigger .tpl-arw-lang {
    background-position: -9px -45px;
    position: absolute;
    top: 12px;
    right: 6px;
    width: 13px;
    height: 9px;
}

.lang-select {
    background: #900000;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
    display: none;
}

.lang-select li {
    list-style-type: none;
    clear: both
}

.lang-select li a {
    float: left;
    clear: both;
    padding: 5px 8px;
    width: 100%;
}

.lang-select li a:hover {
    background-color: #ffe000;
    color: #000
}

.lang-trigger span.current-lang {
    display: block;
    width: 29px;
    height: 17px;
}

.lang-select .lang a span {
    display: block;
    width: 29px;
    height: 17px;
    text-indent: -999999px;
}

.lang-select .lang a#en span, .lang-trigger span#en {
    background-position: 0 0;
}

.lang-select .lang a#sc span, .lang-trigger span#sc {
    background-position: 0 -80px;
}

.lang-select .lang a#th span, .lang-trigger span#th {
    background-position: 0 -160px;
}

.lang-select .lang a#vn span, .lang-trigger span#vn {
    background-position: 0 -200px;
}

.lang-select .lang a#id span, .lang-trigger span#id {
    background-position: 0 -241px;
}

.lang-select .lang a#kr span, .lang-trigger span#kr {
    background-position: 0 -320px;
}

.lang-select .lang a#in span, .lang-trigger span#in {
    background-position: 0 -360px;
}

.lang-select .lang a#pt span, .lang-trigger span#pt {
    background-position: 0 -564px;
}

.lang-select .lang a#es span, .lang-trigger span#es {
    background-position: 0 -607px;
}

.lang-select .lang a#ke span, .lang-trigger span#ke {
    background-position: 0 -649px;
}

.lang-select .lang a#gh span, .lang-trigger span#gh {
    background-position: 0 -689px;
}

/*---------- search box -----------*/
.search-box {
    float: left;
    width: 190px;
    margin-top: 13px;
}

/*body#sc .search-box, body#th .search-box, body#vn .search-box, body#id .search-box, body#kr .search-box, body#ke .search-box, body#tr .search-box {
    display: none;
}

body#sc #search-icon, body#th #search-icon, body#vn #search-icon, body#id #search-icon, body#kr #search-icon, body#ke #search-icon, body#tr #search-icon {
    display: none;
}*/

.search-box .search-input {
    border: 1px solid #FFFFFF;
    padding: 2px 5px;
    margin-right: -4px;
    width: 140px;
    height: 23px;
}

.search-box .search-submit {
    background-color: #FFFFFF;
    background-position: -7px -322px;
    width: 15px;
    height: 29px;
    border: 1px solid #FFFFFF;
    padding: 13px 12px;
    vertical-align: top;
}

/*--------- simple-text-ad -----------*/
.simple-text-ad {
    float: left;
    width: 411px;
    text-align: right;
    margin-top: 15px;
    margin-right: 10px;
}

/*body#sc .simple-text-ad {
    margin-top: 10px;
}

body#th .simple-text-ad {
    margin-top: 13px;
}

body#vn .simple-text-ad {
    margin-top: 14px;
}

body#kr .simple-text-ad {
    margin-top: 12px;
}

body#tr .simple-text-ad {
    width: 465px;
}*/

.simple-text-ad .text-ad, .simple-text-ad .text-ad > a {
    color: #ffe000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    text-decoration: underline;
}

.simple-text-ad a#ad-button-text {
    background: #ffe000;
    color: #000000;
    padding: 10px 20px 6px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 17px;
    transition: all 0.5s ease;
    white-space: nowrap;
}

/*body#sc .simple-text-ad a#ad-button-text {
    padding: 5px 20px;
    font-size: 16px;
}

body#th .simple-text-ad a#ad-button-text {
    padding: 5px 20px;
    font-size: 16px;
}

body#vn .simple-text-ad a#ad-button-text {
    padding: 5px 20px;
    font-size: 19px;
}

body#kr .simple-text-ad a#ad-button-text {
    padding: 5px 20px;
    font-size: 16px;
}*/

.simple-text-ad a#ad-button-text:hover {
    opacity: 0.9;
}

/*--------- match day selector --------*/
.selector-form {
    margin: 28px 25px 0 0;
}

select#match-date-selection {
    font-family:  Arial, 'MyriadPro', 'OpenSans';
    background-position: 60px 0;
    border: 1px solid #111;
    padding: 5px 35px 5px 5px;
    font-size: 15px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    outline: none;
    min-width: 100px;
}

/*body#tr select#match-date-selection {
    background-position: 95px 0;
}

body#kr select#match-date-selection {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc select#match-date-selection {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th select#match-date-selection {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn select#match-date-selection {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

.selector-form label {
    color: #af0000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px;
    vertical-align: sub;
}

.match-day-selector .selector-form, .match-day-selector .match-results {
    float: left;
}

.match-day-selector .match-results .match {
    background-position: -128px -392px;
    width: 160px;
    height: 80px;
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    float: left;
    padding: 5px 10px;
    margin: 6px 3px;
    color: #FFFFFF;
    font-size: 10px;
    text-transform: uppercase;
}

.match-day-selector .match-results .match:last-child {
    border-right: none;
}

.match-day-selector .match-results .match .date-time {
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.match-day-selector .match-results .match .team > div {
    float: left;
    height: 20px;
    margin-right: 5px;
    line-height: 2;
}

.match-day-selector .match-results .match .team > div.flag {
    width: 30px;
}

.match-day-selector .match-results .match .team > div.odds {
    margin-right: 0;
}

body.dafamillion .match-day-selector .match-results .match .team > div.flag {
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.match-day-selector .match-results .match .team > div.name {
    width: 83px;
}

/*body#sc .match-day-selector .match-results .match .team > div.name {
    width: 75px;
}

body#th .match-day-selector .match-results .match .team > div.name {
    width: 75px;
}

body#kr .match-day-selector .match-results .match .team > div.name {
    width: 80px;
}*/

.match-day-selector .match-results .match .team > div.name a {
    color: #FFFFFF;
}

.match-day-selector .match-results .match .team {
    margin: 3px 0 3px 0;
}

.match-day-selector .match-results .match .team .odds {
    text-align: right;
    font-weight: bold;
}

/*-------- header top ---------*/
.header-top {
    background: #fff url("img/header-top-bg.jpg") no-repeat top center;
}

.header-top .match-day-selector {
    max-width: 1000px;
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;

}

.header-top .banner-ad {
    max-width: 600px;
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 16px;
}

/*--------- header bottom ----------*/
.header-bottom {
    background: #af0000;
    height: 55px;
}

.header-bottom .logo {
    float: left;
    margin-right: 20px;
}

.header-bottom .logo img {
    width: 180px;
}

/*--------------------------------------------------------------------------------*\
    MAIN: HOME PAGE
\*--------------------------------------------------------------------------------*/
/*----------- home slider -----------*/
.feature-match-slider-bg.desktop {
    display: block;
}

.feature-match-slider-bg.mobile {
    display: none;
    position: relative;
    margin-bottom: 50px;
    height: auto;
}

section.home-slider {
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}

.home-slider .bx-wrapper .bx-controls-direction a {
    width: 27px;
    height: 40px;
}

.home-slider .bx-wrapper .bx-prev {
    background: url(img/sprite.png) no-repeat -3px -76px;
    left: 80px;
}

.home-slider .bx-wrapper .bx-next {
    background: url(img/sprite.png) no-repeat -3px -138px;
    right: 80px;
}

.home-slider .bx-wrapper .bx-prev:hover {
    background: url(img/sprite.png) no-repeat -51px -269px;
}

.home-slider .bx-wrapper .bx-next:hover {
    background: url(img/sprite.png) no-repeat -50px -332px;
}

.banners-slider > div {
    height: 350px;
    position: relative;
}

.banners-slider > div > img {
    position: absolute;
}

.home-slider-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1px solid #FFFFFF;
}

.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
.home-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ffe000;
}

.home-slider-wrapper .bx-wrapper .bx-pager, .home-slider-wrapper .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.banners-slider .context-wrapper {
    position: absolute;
    right: 150px;
    top: 0;
    max-width: 750px;
    width: 100%;
}

.banners-slider .context-wrapper > a.main-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.banners-slider .context {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    top: 80px;
}
.banners-slider .context-mobi {
    display: none;
}

.banners-slider .context .title {
    background: #af0000;
    font-size: 21px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding: 10px 30px;
}

.banners-slider .context .promotional-text {
    font-size: 15px;
    color: #303030;
    text-align: right;
}
.banners-slider .context .promotional-text-subheading {
    text-align: right;
}

.banners-slider .context .promotional-text img {
    max-width: none;
}

.banners-slider .learn-more-box {
    text-align: right;
}

.banners-slider .learn-more-box .learn-more-btn {
    font-family: 'MyriadPro-Bold', 'MyriadPro', 'OpenSans', Arial;
    background: #ffe000;
    color: #280000;
    text-transform: uppercase;
    display: inline-block;
    font-size: 30px;
    padding: 15px 66px 10px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

/*body#kr .banners-slider .learn-more-box .learn-more-btn {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    padding: 12px 25px;
}

body#sc .banners-slider .learn-more-box .learn-more-btn {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
    padding: 12px 25px;
}

body#th .banners-slider .learn-more-box .learn-more-btn {
    font-family: Tahoma, Arial, sans-serif !important;
    padding: 12px 25px;
}

body#vn .banners-slider .learn-more-box .learn-more-btn {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
    padding: 12px 25px;
}*/

.banners-slider .learn-more-box .learn-more-btn:hover {
    opacity: 0.8;
}

.context .summary .learn-more {
    color: #af0000;
    font-size: 12px;
    margin-left: 5px;
}

.promotional-text-mobile {
    display: none;
    background: rgba(21, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    color: #FFF;
    padding: 20px 20px 30px 20px;
}

.promotional-text-mobile a {
    color: #FFFFFF;
}

.promotional-text-image-mobile {
    display: none;
}

/*---------- match day slider ----------*/
.match-day-slider-wrapper {
    position: absolute;
    top: 25px;
    left: 200px;
    width: 530px;
    right: 0;
    z-index: 9999;
    display: none;
}

.match-day-slider-wrapper .mds-bar {
    text-align: center;
    margin-bottom: -36px;
}

.match-day-slider-wrapper .mds-bar > div {
    display: inline-block;
    vertical-align: top;
}

.match-day-slider-wrapper #mds-left {
    background-position: -12px -395px;
    width: 7px;
    height: 8px;
    margin-right: -3px;
}

.match-day-slider-wrapper #mds-right {
    background-position: -12px -364px;
    width: 7px;
    height: 8px;
    margin-left: -3px;
}

.match-day-slider-wrapper .slider-title {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#760d07+0,fc3535+19,c52315+37,c52315+87,ee3c2d+95 */
    background: #760d07; /* Old browsers */
    background: -moz-linear-gradient(top,  #760d07 0%, #fc3535 19%, #c52315 37%, #c52315 87%, #ee3c2d 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #760d07 0%,#fc3535 19%,#c52315 37%,#c52315 87%,#ee3c2d 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #760d07 0%,#fc3535 19%,#c52315 37%,#c52315 87%,#ee3c2d 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760d07', endColorstr='#ee3c2d',GradientType=0 ); /* IE6-9 */
    text-align: center;
    text-transform: uppercase;
    color: #ffe000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
    width: auto;
    margin: 0 auto;
    position: relative;
    white-space: nowrap;
}

.match-day-slider-wrapper .bx-wrapper {
    max-width: 300px !important;
}

.match-day-slider-wrapper .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.match-day-slider-wrapper .bx-wrapper .bx-controls-direction a {
    top: 12%;
}

.match-day-slider-wrapper .match-day-slider {
    background: rgba(0, 0, 0, 0.4);
    height: 290px;
    border: 1px solid #af0000;
    border-radius: 30px;
    padding-top: 55px;
}

.match-day-slider-wrapper .match-day-slider .match-slide {
    width: 262px !important;
    height: 210px;
    overflow: hidden;
    display: inline-block;
}

.match-day-slider-wrapper .match-day-slider .match-slide.odds-null .match_cta_button {
    margin-top: 0 !important;
}

body#kr .match-day-slider-wrapper .match-day-slider .match-slide {
    width: 260px !important;
}

.match-day-slider-wrapper .match-day-slider .match-slide .the-match-wrapper {
    margin: 2px;
    text-align: center;
}

.match-day-slider-wrapper .team1, .match-day-slider-wrapper .team2 {
    width: 80px;
}

body#id .match-day-slider-wrapper .team1, body#id .match-day-slider-wrapper .team2 {
    width: 90px;
}

.match-slide .details {
    text-align: center;
    padding: 5px;
}

.match-slide .details .date-time {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
}

.match-slide .details .group {
    color: #ffe000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.match-slide .details .venue a {
    color: #FFFFFF;
    font-size: 11px;
}

body#th .match-slide .details .venue a {
    font-size: 9px;
}

.match-slide .the-match > div {
    display: inline-block;
    margin: 3px 10px 0 10px;
    color: #FFFFFF;
    text-align: center;
}

body#id .match-slide .the-match > div {
    margin: 3px 3px 0 3px;
}

.match-slide .the-match > div:nth-child(2) {
    margin: 5px;
    vertical-align: top;
}

body#id .match-slide .the-match > div:nth-child(2) {
    margin: 1px;
}

.match-slide .the-match > div:nth-child(2) .vs {
    font-weight: bold;
    font-size: 25px;
    padding-top: 8px;
    font-style: italic;
    width: 30px;
}

.match-slide .the-match > div:nth-child(2) .dash {
    padding-top: 56px;
    font-size: 21px;
    font-weight: bold;
}

.match-slide .the-match .team-flag img {
    -ms-transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.match-slide .the-match .team-name {
    margin: 4px 0 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
}

body#th .match-slide .the-match .team-name {
    font-size: 11px;
}

.match-slide .the-match .team-name a {
    color: #FFFFFF;
}

.match-slide .the-match .team-odd-price {
    margin-top: 15px;
}

body#th .match-slide .the-match .team1 .team-odd-price {
    text-align: left;
}

body#th .match-slide .the-match .team2 .team-odd-price {
    text-align: right;
}

body#id .match-slide .the-match .team1 .team-odd-price {
    text-align: left;
}

body#id .match-slide .the-match .team2 .team-odd-price {
    text-align: right;
}

body#kr .match-slide .the-match .team1 .team-odd-price {
    text-align: left;
}

body#kr .match-slide .the-match .team2 .team-odd-price {
    text-align: right;
}

.call-to-action-wrapper {
    text-align: center;
    margin: 3px;
}

.call-to-action-wrapper .bet-now-btn {
    background: #af0000;
    color: #ffe000;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #af0000;
}

.call-to-action-wrapper .bet-now-btn:hover {
    background: #ffe000;
    color: #af0000;
    border: 1px solid #af0000;
}

.the-match-wrapper a.bet-now-btn, .the-match-wrapper a.visit-dafabet-btn {
    width: 100px;
}

.match-slide .match_cta_button {
    text-align: center;
    margin-top: -31px;
}

.match-slide.team-status-false .match_cta_button {
    margin-top: 0;
}

/*-------- home tiles ----------*/
.home-tiles .tile {
    width: 25%;
    float: left;
    border: 1px solid #FFFFFF;
    margin-bottom: 20px;
}

.home-tiles .tile .featured-image img {
    vertical-align: bottom;
}

.home-tiles .tile .details {
    background: #e6e7e8;
}

.home-tiles .tile .details .icon {
    /*background-position: -144px -264px;*/
    float: left;
    width: 85px;
    height: 77px;
}

.home-tiles .tile .details .icon img {
    display: block;
    margin: 17px auto;
}

.home-tiles .tile .details .context {
    float: left;
    width: 75%;
    padding: 7px;
    margin-top: 8px;
}

.home-tiles .tile .details .context .title {
    color: #af0000;
    font-size: 13px;
    font-weight: bold;
}

.home-tiles .tile .details .context .summary .learn-more {
    text-decoration: underline;
}

.home-tiles .tile .details .context .summary .learn-more span {
    font-size: 10px;
    letter-spacing: -2px;
    margin-top: -5px;
}

/*---------- group standings widget -----------*/
.group-standings-widget {
    background: #af0000 url('img/group-widget-bg.jpg') no-repeat top center;
    height: 303px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px;
    overflow: hidden;
}

/*body#sc .group-standings-widget {
    padding: 5px;
}*/

.group-standings-widget .wc-dafabet-logo {
    background-position: -48px -13px;
    width: 42px;
    height: 38px;
    margin: 0 auto;
}

.group-standings-widget h3 {
    font-family: 'Prototype', 'OpenSans', Arial;
    text-align: center;
    color: #ffe000;
    font-size: 25px;
    margin: 2px;
    font-weight: normal;
}

/*body#sc .group-standings-widget h3 {
    font-size: 17px;
}

body#kr .group-standings-widget h3 {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc .group-standings-widget h3 {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th .group-standings-widget h3 {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn .group-standings-widget h3 {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

.group-standings-widget .group-name {
    text-align: center;
    color: #ffe000;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 5px;
}

/*body#sc .group-standings-widget .group-name {
    margin-bottom: 0;
    font-size: 17px;
}*/

.group-standings-widget table {
    width: 95%;
    font-size: 11px;
    margin: 0 auto;
}

/*body#sc .group-standings-widget table {
    width: 94%;
}*/

.group-standings-widget table {
    border-collapse: separate;
}

.group-standings-widget table tr:not(:first-child) {
    -ms-transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

.group-standings-widget table tr td span {
    -ms-transform: skew(25deg);
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    display: inline-block;
    font-size: 9px;
}

.group-standings-widget table tr:first-child {
    height: 20px;
}

.group-standings-widget table tr:first-child th {
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}

.group-standings-widget table tr th:first-child {
    width: 23%;
}

.group-standings-widget table tr th {
    width: 8%;
}

.group-standings-widget table tr td:first-child {
    text-align: left;
}

/*body#sc .group-standings-widget table tr td:first-child {
    font-size: 8px;
}*/

.group-standings-widget table tr {
    background-position: -128px -352px;
    height: 30px;
}

.group-standings-widget table tr td {
    text-align: center;
    margin: 0 0 2px 0;
    color: #000000;
    border-right: 1px solid #d3d2d2;
    border-bottom: 1px solid #af0000;
    border-left: 1px solid #FFFFFF;
}

.group-standings-widget table tr td a {
    color: #000000;
}

.group-standings-widget .bx-wrapper table tr td img {
    display: inline;
    margin-right: 7px;
    vertical-align: middle;
}

.group-standings-widget .gs-slider-nav {
    text-align: center;
    margin-top: 10px;
}

/*body#sc .group-standings-widget .gs-slider-nav {
    margin-top: 13px;
}*/

.group-standings-widget .gs-nav {
    display: inline-block;
    line-height: 0;
}

.group-standings-widget .gs-nav a {
    color: #ffe000;
}

.group-standings-widget #gs-prev {
    border-right: 2px solid #ffe000;
    padding-right: 10px;
}

.group-standings-widget #gs-prev a > span.sprite {
    background-position: -9px -198px;
    width: 13px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
}

.group-standings-widget #gs-prev a > span.text {
    display: inline-block;
    height: 8px;
    vertical-align: middle;
}

.group-standings-widget #gs-next {
    padding-left: 10px;
}

.group-standings-widget #gs-next a > span.sprite {
    background-position: -9px -230px;
    width: 13px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
}

.group-standings-widget #gs-next a > span.text {
    display: inline-block;
    height: 8px;
    vertical-align: middle;
}

/*---------- home videos -----------*/
.home-videos {
    border-top: 2px solid #07adbd;
    padding-top: 20px;
}

.home-videos .featured-video {
    float: left;
    width: 25%;
}

.home-videos .row-2-tile {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    margin-top: 29px;
}

.row-2-thumb {
    position: relative;
}


.home-videos .featured-video .featured-video-thumb {
    position: relative;
}

.home-videos .featured-video .featured-video-thumb img {
    width: 100%;
}

.home-videos .featured-video .featured-video-thumb .play-btn-big {
    background-position: -298px -394px;;
    width: 73px;
    height: 73px;
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
}

.home-videos .featured-video .featured-video-thumb:hover .play-btn-big {
    background-position: -394px -394px;
}

.home-videos .popular-videos {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 30px;
}

.home-videos .popular-videos .bx-viewport {
    height: 186px !important;
}

.home-videos .home-banner-ad {
    float: left;
    width: 25%;
    position: relative;
}

.main-title {
    color: #af0000;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-align: left;
}

.home-videos .details .title {
    font-size: 14px;
    color: #af0000;
    font-weight: bold;
}

.home-videos .details .title a {
    color: #af0000;
}

.home-videos .popular-videos .video-lists {
    height: 180px;
    overflow: hidden;
}

.home-videos .popular-videos .video-item {
    float: left;
    width: 50%;
    margin-bottom: 17px;
    height: 77px;
}

.home-videos .popular-videos .videos-popular-thumb_vtwo .title {
    margin-top: 10px;
}

.home-videos .popular-videos .videos-popular-thumb_vtwo .details {
    width: 95%;
}

.home-videos .featured-video .details {
    margin-top: 15px;
    text-align: left;
}

.video-item .featured-thumb {
    float: left;
    margin-right: 20px;
}

.video-item .featured-thumb {
    position: relative;
}

.video-item .featured-thumb-mobile {
    display: none;
}

.video-item .featured-thumb .play-btn-small {
    background-position: -42px -425px;
    width: 44px;
    height: 44px;
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
}

.video-item .featured-thumb:hover .play-btn-small {
    background-position: -42px -490px;
}

.video-item .details {
    float: left;
    width: 60%;
    text-align: left;
}

.pv-slider-nav > div {
    display: inline-block;
    vertical-align: top;
}

.pv-slider-nav > div#more-video {
    vertical-align: bottom;
}

.pv-slider-nav {
    margin-top: 3px;
    text-align: left;
}

.pv-slider-nav #more-video a {
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    color: #af0000;
}

.pv-slider-nav #pv-prev a, .pv-slider-nav #pv-next a {
    height: 25px;
    display: inline-block;
    background: #e6e7e8;
    text-transform: uppercase;
    padding: 0 7px;
    line-height: 1.7;
    font-weight: bold;
    padding: 4px 8px;
    color: #af0000;
}

.pv-slider-nav #pv-prev a:hover, .pv-slider-nav #pv-next a:hover {
    background: #c6c6c7;
}

.popular-videos #pv-pager .bx-pager-item {
    display: inline-block;
}

.popular-videos #pv-pager .bx-pager.bx-default-pager a:hover,
.popular-videos #pv-pager .bx-pager.bx-default-pager a.active,
.popular-videos #pv-pager .bx-pager.bx-default-pager a:focus {
    background: #c6c6c7;
}

.popular-videos #pv-pager .bx-pager-item {
    font-size: 12px;
    line-height: 2;
}

.popular-videos #pv-pager .bx-pager.bx-default-pager a {
    background: #e6e7e8;
    width: 25px;
    height: 25px;
    border-radius: 0;
    margin: 0 2px;
    text-indent: 0;
    color: #000000;
    display: inline-block;
    text-align: center;
    padding: 1px;
}

/*--------------------------------------------------------------------------------*\
    MAIN: TEAMS PAGE
\*--------------------------------------------------------------------------------*/
 /*-------- open tab ----------*/
.main.teams-page .tab {
    display: none;
}

.tab {
    overflow: hidden;
    background-color: #af0000;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 16px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px;
    width: 50%;
}

.tab button.active {
    background-color: #960202;
    color: #ffe000;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s;
}

.tabcontent#continent {
    padding: 0;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*---------- teams page both tab ------------*/
.tabcontent h3 {
    background: url(img/teams-group-heading-bg.jpg) no-repeat;
    color: #ffe000;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0 6px;
    font-size: 17px;
    margin: 0;
}

body#th .tabcontent h3 {
    padding: 15px 10px;
}

body#vn .tabcontent h3 {
    padding: 15px 10px;
}

.tabcontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabcontent ul li img {
    margin-right: 10px;
    vertical-align: middle;
    transform: scale(0.8);
}

.teams-page .tabcontent ul li {
    background: rgba(186, 186, 186, 0.5);
    border-bottom: 2px solid #FFFFFF;
    padding: 3px 20px;
    display: block;
    text-align: left;
}

.teams-page .tabcontent ul li a {
    background-position: 238px -251px;
    color: #000000;
    display: block;
    text-transform: uppercase;
    font-size: 17px;
}

/*---------- teams page tab group -------------*/
#group.tabcontent .gtop, #group.tabcontent .gbottom {
    max-width: 990px;
    width: 100%;
    margin: 5px auto 8px;
}

#group.tabcontent .gtop {
    margin-top: 10px;
}

#group.tabcontent .gbottom {
    margin-bottom: 40px;
}

#group.tabcontent .group-wrapper {
    float: left;
    margin-right: 30px;
    max-width: 300px;
    width: 100%;
}

#group.tabcontent hr {
    border: 1px solid #e6e7e8;
    width: 1000px;
}

/*----------- teams page tab continent -----------*/
#continent.tabcontent .continent-wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

#continent.tabcontent #asia.continent-items {
    width: 284px;
}

#continent.tabcontent #asia.continent-items ul li a {
    background-position: 222px -251px;
}

#continent.tabcontent #caribbean.continent-items h3 {
    font-size: 15px;
    padding: 9px 0 6px;
}

/*body#th #continent.tabcontent #caribbean.continent-items h3 {
    padding: 6px 10px;
}

body#vn #continent.tabcontent #caribbean.continent-items h3 {
    padding: 16px 10px;
}

body#id #continent.tabcontent #caribbean.continent-items h3 {
    font-size: 15px;
    padding: 7px 10px;
}

body#sc #continent.tabcontent #caribbean.continent-items h3 {
    padding: 16px 0 17px;
}*/

#continent.tabcontent .continent-items {
    float: left;
    margin-right: 5px;
    width: 262px;
}

#continent.tabcontent .continent-items:last-child {
    margin-right: 0;
}

#continent.tabcontent #europe.continent-items ul {
    float: left;
    width: 255px;
}

#continent.tabcontent #europe.continent-items {
    width: 510px;
}

#continent.tabcontent ul li a {
    background-position: 194px -251px;
}

#continent.tabcontent #europe.continent-items ul li a {
    background-position: 193px -251px;
}

/*--------------------------------------------------------------------------------*\
    MAIN: GROUPS PAGE
\*--------------------------------------------------------------------------------*/
/*--------- groups standings ---------*/
.groups-standings {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 70px;
}

.groups-standings .group-header {
    background: url('img/group-header.jpg') center 0px no-repeat;
}

.fixed-table-header {
    display: none;
}

.fixed-table-header table {
    width: 100%;
}

.fixed-table-header table tr th:first-child {
    width: 248px;
}

.fixed-table-header table tr th {
    width: 8%;
}

.sticky-table-header {
    max-width: 1200px;
    width: 100%;
    position: fixed;
    top: 190px;
    z-index: 9;
}

.groups-menu-sticky {
    position: fixed;
    top: 142px;
    z-index: 9;
}

.groups-standings .groups-menu {
    background: #FFFFFF;
}

.groups-standings .groups-menu ul {
    list-style: none;
    /*border-bottom: 2px solid #af0000;*/
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.groups-standings .groups-menu ul li {
    float: left;
    margin: 0;
    line-height: normal;
    padding: 0;
}

.groups-standings .groups-menu ul li:nth-child(2),
.groups-standings .groups-menu ul li:nth-child(4),
.groups-standings .groups-menu ul li:nth-child(6) {
    background: #950101;
}

.groups-standings .groups-menu ul li:nth-child(1),
.groups-standings .groups-menu ul li:nth-child(3),
.groups-standings .groups-menu ul li:nth-child(5) {
    background: #af0000;
}

.groups-standings .groups-menu ul li a {
    display: block;
    width: 200px;
    text-align: center;
    color: #ffe000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 0 9px;
    font-size: 18px;
}

.groups-standings .groups-menu ul li a:hover, .groups-standings .groups-menu ul li a.active {
    /*background: #0d7c88;*/
    box-sizing: border-box;
    color: #ffe000;
    border-top: 2px solid #0d7c88;
}

.groups-standings div > table {
    width: 100%;
}

/*.groups-standings #group-standing-mobile {
    display: none;
}*/

.groups-standings div > table tr.team-row {
    cursor: pointer;
    transition: all 0.5s ease;
}

.groups-standings div > table tr.team-row:hover {
    background: #ffe000;
}

.groups-standings div > table tr {
    border-bottom: 1px solid #e6e7e8;
}

.groups-standings table.team-matches-list {
    width: 100%;
}

.groups-standings table.team-matches-list tr {
    background: rgba(186, 186, 186, 0.5);
    border-bottom: 2px solid #FFFFFF;
}

.groups-standings table.team-matches-list tr:last-child {
    border-bottom: none;
}

.groups-standings table tr th {
    color: #ffe000;
    text-transform: uppercase;
    padding: 9px 10px;
    font-size: 17px;
    font-weight: bold;
    width: 9%;
}

.groups-standings table tr th:first-child {
    text-align: left;
    padding-left: 100px;
    width: 28%;
}

.groups-standings table tr td {
    vertical-align: middle;
    text-align: center;
    width: 8%;
}

.groups-standings table tr.team-row td {
    font-size: 18px;
    color: #000000;
}

.groups-standings table tr.team-row:hover td {
    color: #000000;
}

.groups-standings table tr.team-row > td:first-child {
    width: 248px;
    height: 42px;
    text-align: left;
    padding-left: 15px;
}

.groups-standings table tr.team-row > td:first-child:nth-of-type(odd) {
    background: rgba(207, 207, 207, 0.9);
}

.groups-standings table tr.team-row > td:first-child:nth-of-type(even) {
    background: rgba(241, 237, 237, 0.9);
}

.groups-standings table tr.team-row > td:first-child > span {
    display: inline-block;
    line-height: 2.2;
    width: 250px;
    height: 35px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    transition: all 0.5s ease;
}

.groups-standings table tr.team-row > td:first-child > span.group-dd {
    background: url(img/group-dropdown-icon.png) center right no-repeat;
}

.groups-standings table tr.team-row > td:first-child > span.arrow-down-white {
    display: none;
}

.groups-standings table tr.team-row.clicked-row > td:first-child > span.team-name {
    background-position: 126px -414px;
}

.groups-standings table tr.team-row > td:first-child img {
    margin-right: 10px;
    vertical-align: top;
    padding-top: 3px;
}

/*--------- three team matches list from dropdown ---------*/
.groups-standings tr.team-matches {
    display: none;
    position: relative;
    display: table-row;
    transition: all 0.5s ease;
}

.groups-standings tr.team-matches > td {
    padding: 0;
    transition: all 0.5s ease;
}

.team-matches-list tr td {
    color: #353535;
    vertical-align: middle;
    padding: 6px 5px;
}

.team-matches-list tr:nth-child(3) {
    border-bottom: none;
}

.team-matches-list tr td.match-date-time {
    text-align: left;
    padding-left: 130px;
    width: 25%;
}

.team-matches-list tr td.match-date-time span {
    display: block;
}

.team-matches-list td.team1-flag-name {
    line-height: 3;
    text-align: left;
}

.team-matches-list td.team1-flag-name {
    width: 15%;
}

.team-matches-list td #team-name-mobile {
    display: none;
}

.team-matches-list td #team2-flag-mobile {
    display: none;
}

.team-matches-list td.team1-flag-name img {
    vertical-align: middle;
    margin-right: 10px;
}

.team-matches-list td.team1-flag-name span {
    display: inline-block;
}

.team-matches-list td.team1-flag-name .odds-box {
    display: inline-block;
}

.team-matches-list td.team1-odd-price {
    width: 5%;
    text-align: left;
}

.team-matches-list td .odd-price-mobile {
    display: none;
}

.team-matches-list td.match-time {
    width: 5%;
    font-size: 20px;
}

.team-matches-list td.team2-flag-name {
    width: 15%;
    text-align: right;
}

.team-matches-list td.team2-flag-name {
    line-height: 3;
}

.team-matches-list td.team2-flag-name img {
    vertical-align: middle;
    margin-left: 10px;
}

.team-matches-list td.team2-flag-name span {
    display: inline-block;
}

.team-matches-list td.team2-flag-name .odds-box {
    display: inline-block;
}

.team-matches-list td.team2-odd-price {
    width: 5%;
    text-align: right;
}

.team-matches-list td.match_cta_button {
    width: 15%;
}

.team-matches-list td.match_cta_button a.bet-now-btn, .team-matches-list td.match_cta_button a.visit-dafabet-btn {
    width: 130px;
}

body#id .team-matches-list td.match_cta_button a.bet-now-btn, body#id .team-matches-list td.match_cta_button a.visit-dafabet-btn {
    width: auto;
}

.team-matches-list td.match-date-time a, .team-matches-list td.team1-flag-name a, .team-matches-list td.team2-flag-name a {
    color: #353535;
}



/*--------------------------------------------------------------------------------*\
    MAIN: VIDEOS PAGE
\*--------------------------------------------------------------------------------*/
.videos-page .main-bar {
    float: left;
    padding-right: 45px;
    max-width: 1100px;
    width: 100%;
}

#video-wrapper-youtube.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#video-wrapper-youtube.video-wrapper iframe, #video-wrapper-youtube.video-wrapper object, #video-wrapper-youtube.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos-page .side-bar {
    float: left;
    max-width: 500px;
    width: 100%;
}

.videos-page .main-bar .featured-video .wp-video {
    width: 100%;
}

.videos-page .playlist-content {
    background: #af0000;
    padding: 10px;
    margin-top: 25px;
}

.videos-page .playlist-content h3.box-title {
    margin: 0;
    padding-bottom: 3px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffe000;
    font-size: 17px;
    color: #ffe000;
    text-transform: uppercase;
}

.featured-video h2.title {
    color: #af0000;
    margin: 5px 0;
    font-size: 17px;
    font-weight: bold;
}

.videos-carousel-more4 .slick-slide {
    width: 255px !important;
    margin-right: 4px !important;
}

.videos-carousel-more4 .slick-next {
    background-image: url('img/sprite.png');
    background-position: -44px -80px;
    width: 40px;
    height: 64px;
    right: -16px;
}

.videos-carousel-more4 .slick-next::before {
    content: '';
}

.videos-carousel-more4 .slick-prev {
    background-image: url('img/sprite.png');
    background-position: -44px -175px;
    width: 40px;
    height: 64px;
    left: -16px;
}

.videos-carousel-more4 .slick-prev::before {
    content: '';
}

.videos-carousel .video-item {
    background: #890313;
    max-width: 255px !important;
    margin-right: 1px;
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    height: 355px;
}

.videos-carousel .video-item .entry-thumbnail {
    position: relative;
    width: 240px;
    height: 187px;
}

.videos-carousel .video-item .entry-thumbnail #video-duration {
    position: absolute;
    background: #231f20;
    color: #c7b889;
    bottom: 7px;
    right: 7px;
    padding: 3px 8px;
    border-radius: 2px;
    display: block;
}

.videos-carousel .video-item:hover, .videos-carousel .video-item.active {
    opacity: 0.5;
}

.videos-carousel .video-item:last-child {
    margin-right: 0;
}

.videos-carousel .video-item .summary {
    text-align: left;
    padding: 5px;
}

.videos-carousel .video-item .summary h3 {
    margin: 5px 0;
    color: #c7b889;
}

.videos-carousel .video-item .summary p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

.side-bar .playlists h3.box-title {
    color: #af0000;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 5px;
}

.side-bar .playlists .playlist-items {
    height: 637px;
    outline: none;
}

.side-bar .playlists .playlist-item.active, .side-bar .playlists .playlist-item:hover {
    background: #e6e7e8;
}

.side-bar .playlists .playlist-item:first-child {
    margin-top: 20px;
}

.side-bar .playlists .playlist-item {
    margin-bottom: 11px;
    height: 115px;
    cursor: pointer;
}

.side-bar .playlists .thumbnail {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 205px;
    height: 115px;
}

.side-bar .playlists .thumbnail .featured-thumb-mobile {
    display: none;
}

.side-bar .playlists .thumbnail .video-number {
    position: absolute;
    color: #5e5e5e;
    font-size: 12px;
    font-weight: normal;
    bottom: 0;
    right: 0;
    background: #231f20;
    color: #c7b889;
    text-transform: uppercase;
    padding: 4px 10px;
}

.side-bar .playlists .thumbnail .new-tag {
    position: absolute;
    top: -8px;
    left: 2px;
}

.side-bar .playlists .thumbnail .new-tag #back-flip {
    background-position: -10px -491px;
    width: 7px;
    height: 9px;
    display: block;
    position: absolute;
}

.side-bar .playlists .thumbnail .new-tag #new-text {
    background: #ffe000;
    position: absolute;
    left: 7px;
    top: 1px;
    color: #af0000;
    font-weight: bold;
    padding: 1px 5px;
    text-transform: uppercase;
}

.side-bar .playlists .summary {
    margin: 0;
    position: relative;
    width: 250px;
    float: left;
}

.side-bar .playlists .summary p {
    margin: 0;
}

.side-bar .playlists .summary h3 {
    margin: 5px 0;
    text-transform: uppercase;
    color: #af0000;
}

/*--------------------------------------------------------------------------------*\
    MAIN: FIXTURES PAGE
\*--------------------------------------------------------------------------------*/
/*--------- open tab first layer ---------*/
.fixtures-page .tabcontent {
    padding: 0;
}

.fixtures-page #group-view {
    width: 100% !important;
}

.fixtures-page .tab {
    margin-bottom: 0;
}

#day-view-mobile {
    display: none;
}

.fixtures-page .download-wall-chart-box {
    background: url('img/fixtures-wall-chart-bg.jpg') no-repeat top center;
    height: 68px;
    margin-bottom: 10px;
    text-align: center;
}

.fixtures-page .download-wall-chart-box #fixtures-dafabet-logo {
    background-position: -137px -562px;
    width: 272px;
    height: 64px;
    margin-top: 2px;
    margin-left: 30px;
    float: left;
    transform: scale(0.8)
}

.fixtures-page .download-wall-chart-box .wrapper > div {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.fixtures-page .download-wall-chart-box .wrapper #download-wall-chart {
    margin: 19px 100px 10px 0px;
}

.download-wall-chart-box #wall-chart-text {
    color: #FFFFFF;
    font-family: 'Prototype';
    font-size: 45px;
    text-transform: uppercase;
}

/*body#kr .download-wall-chart-box #wall-chart-text {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc .download-wall-chart-box #wall-chart-text {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th .download-wall-chart-box #wall-chart-text {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn .download-wall-chart-box #wall-chart-text {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

.download-wall-chart-box #download-wall-chart-btn {
    background: #ffe000;
    color: #af0000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    padding: 15px 20px 10px;
}

/*body#sc .download-wall-chart-box #download-wall-chart-btn {
    padding: 15px 20px 14px;
}

body#th .download-wall-chart-box #download-wall-chart-btn {
    padding: 15px 20px;
}

body#kr .download-wall-chart-box #download-wall-chart-btn {
    padding: 15px 20px;
}*/

 /*--------- open tab ---------*/
.match-day-tab {
    overflow: hidden;
    /*border-bottom: 2px solid #af0000;*/
    margin-top: 5px;
    margin-bottom: 2px;
}

.match-day-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 16px 10px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffe000;
    font-size: 18px;
    width: 25%;
}

/*body#sc .match-day-tab button {
    padding: 13px 16px;
}

body#th .match-day-tab button {
    padding: 13px 16px;
}

body#vn .match-day-tab button {
    padding: 13px 16px;
}

body#kr .match-day-tab button {
    padding: 13px 16px;
}*/

.match-day-tab button:last-child {
    border-right: none;
}

.match-day-tab button:first-child,
.match-day-tab button:nth-child(3) {
    background-color: #0d7c88;
}

.match-day-tab button:nth-child(2),
.match-day-tab button:last-child {
    background-color: #1699a7;
}

.match-day-tab button.active {
    color: #ffe000;
    /*background-color: #af0000;*/
    border-bottom: 2px solid #af0000;
}

/*--------- day view tab content ---------*/
.mdtabcontent {
    display: none;
    border-top: none;
    height: 1000px;
    overflow: hidden;
}

.add-animation .mdtabcontent {
    animation: slideDown 5s;
}

main.adjust-fixtures-page {
    height: 1000px;
}

@keyframes slideDown {
    from {
        height: 0;
    }
    to {
        height: 1000px;
    }
}

/*.mdtabcontent {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}*/

.mdtabcontent table {
    width: 100%;
}

.mdtabcontent table tr {
    background: rgba(186, 186, 186, 0.5);
    border-bottom: 1px solid #FFF;
}

.mdtabcontent table tr td {
    padding: 8px 5px;
    color: #353535;
    font-size: 11px;
}

.mdtabcontent table tr td:first-child {
    font-size: 13px;
}

.mdtabcontent table tr td.match-date-time span.stadium, .mdtabcontent table tr td.match-date-time span.stadium-location {
    font-size: 10px;
}

.mdtabcontent table tr td.match-group {
    width: 10%;
    color: #af0000;
    text-align: center;
}

.mdtabcontent table tr td.match-date-time {
    width: 15%;
}

.mdtabcontent table tr td.match-date-time .match-group-mobile {
    display: none;
}

.mdtabcontent table tr td.match-date-time span {
    display: block;
}

.mdtabcontent table tr td.match-team-1-flag-name {
    width: 15%;
    vertical-align: middle;
}

body#th .mdtabcontent table tr td.match-team-1-flag-name {
    width: 17%;
}

body#kr .mdtabcontent table tr td.match-team-1-flag-name {
    width: 18%;
}

.mdtabcontent table tr td.match-team-1-flag-name .team-name {
    display: inline-block;
    vertical-align: middle;
}

.mdtabcontent table tr td.match-team-1-flag-name img {
    margin-right: 10px;
    vertical-align: middle;
}

.mdtabcontent table tr td.match-team-1-flag-name .odds-box {
    display: inline-block;
}

.mdtabcontent table tr td.team1-odd-price {
    width: 7%;
    text-align: left;
}

.odds-price-mobile {
    display: none;
}

.mdtabcontent table tr td.match-time {
    width: 10%;
    text-align: center;
    font-size: 21px;
}

.mdtabcontent table tr td.match-time .match_cta_button_mobile {
    display: none;
}

.mdtabcontent table tr td.team2-odd-price {
    width: 7%;
    text-align: right;
}

.mdtabcontent table tr td.match-team-2-flag-name {
    width: 15%;
    text-align: right;
    line-height: 3;
}

body#th .mdtabcontent table tr td.match-team-2-flag-name {
    width: 17%;
}

body#kr .mdtabcontent table tr td.match-team-2-flag-name {
    width: 18%;
}

.mdtabcontent table tr td.match-team-2-flag-name .team-name {
    vertical-align: middle;
}

.mdtabcontent table tr td.match-team-2-flag-name img {
    margin-left: 10px;
    vertical-align: middle;
}

.mdtabcontent table tr td.match-team-2-flag-name .odds-box {
    display: inline-block;
}

.mdtabcontent table tr td.match_cta_button {
    text-align: center;
}

.mdtabcontent table tr td.match_cta_button a.bet-now-btn, .mdtabcontent table tr td.match_cta_button a.visit-dafabet-btn {
    width: 140px;
}

.mdtabcontent table tr td.match-date-time a, .mdtabcontent table tr td.match-team-1-flag-name .team-name a, .mdtabcontent table tr td.match-team-2-flag-name .team-name a {
    color: #353535;
}

.mdtabcontent .team-name-mobile {
    display: none;
}


/*--------------------------------------------------------------------------------*\
    MAIN: STADIUMS PAGE a
\*--------------------------------------------------------------------------------*/
.stadiums-page .featured-subheader-background-img {
    margin-bottom: 0;
    position: relative;
    z-index: 0;
}

.main.stadiums-page {
    height: 860px;
}

.image-slider-item {
    border: 2px solid #0da1b9;
}

.featured-images-slider {
    width: 600px;
    float: left;
    margin-top: 50px;
    margin-right: 30px;
    position: relative;
}

.featured-images-slider .bx-wrapper .bx-next {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    background-position: -3px -138px;
    width: 27px;
    height: 40px;
}

.featured-images-slider .bx-wrapper .bx-prev {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    background-position: -3px -76px;
    width: 27px;
    height: 40px;
}

.featured-images-slider .bx-wrapper .bx-next:hover {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    background-position: -50px -332px;
    width: 27px;
    height: 40px;
}

.featured-images-slider .bx-wrapper .bx-prev:hover {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    background-position: -51px -269px;
    width: 27px;
    height: 40px;
}

.short-matches-list {
    max-width: 600px;
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.short-matches-list  #stadium_matches_section {
    position: relative;
}

.short-matches-list-wrapper {
    position: relative;
    height: 355px;
    margin: 0;
}

.short-matches-list table {
    width: 100%;
}

.short-matches-list table tr {
    border-bottom: 2px solid #FFFFFF;
}

.short-matches-list tr.even {
    background: #c6c6c7;
}

.short-matches-list tr.odd {
    background: #dbdbdb;
}

.short-matches-list table td {
    vertical-align: top;
    text-align: center;
    padding: 12px 8px
}

.short-matches-list table td span {
    display: block;
}

.short-matches-list table td.match-date-time {
    text-align: left;
    width: 25%;
    padding-left: 20px;
}

.short-matches-list table td.match-date-time a {
    color: #424242;
}

.short-matches-list table td.team1-info {
    width: 15%;
}

.short-matches-list table td .odd-price-mobile {
    display: none;
}

.short-matches-list table td.team1-info .team-name a {
    color: #424242;
}

.short-matches-list table td.team1-odd-price {
    width: 10%;
}

.short-matches-list table td.match-time {
    font-size: 15px;
    width: 20%;
}

.short-matches-list table td.team2-info {
    width: 15%;
}

.short-matches-list table td.team2-info .team-name a {
    color: #424242;
}

.short-matches-list table td.team2-odd-price {
    width: 10%;
}

.short-matches-list table td.match_cta_button {
    text-align: right;
    padding-right: 20px;
}

.short-matches-list table td a.bet-now-btn, .short-matches-list table td a.visit-dafabet-btn {
    width: 120px;
}

.stadium-info {
    /*margin-top: 30px;*/
    width: 600px;
}

.featured-images-slider .description {   
    font-family: 'Myriadpro-Regular';
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #0da1b9;
    border-top: none;
}

.featured-images-slider .description p {
    margin: 0;
}

.stadium-info .details {
    float: left;
    max-width: 600px;
    width: 100%;
    position: relative;
    left: 0;
}

.stadium-info .details table {
    width: 100%;
}

.stadium-info .details table tr.odd {
    background: #dbdbdb;
}

.stadium-info .details table tr.even {
    background: #c6c6c7;
}

.stadium-info .details table tr td:first-child {
    width: 35%;
}


.stadium-info .details table tr td {
    border: 2px solid #FFFFFF;
    padding: 10px;
    width: 50%;
    font-size: 12px;
}

.stadium-info .details table tr td:first-child {
    background: #af0000;
    color: #ffe000;
    text-align: right;
}

.stadium-info .details {
    display: inline-block;
}

.stadium-info .details .left-table {
    float: left;
    width: 300px;
}

.stadium-info .details .right-table {
    float: right;
    width: 300px;
}

.stadiums-page h3.box-title {
    color: #af0000;
    /*border-bottom: 1px solid #e6e7e8;*/
    /*padding-bottom: 10px;*/
    font-size: 20px;
    margin-bottom: 0;
    /*margin: 0 0 20px 0;*/
}

.stadiums-page .featured-images-slider h3.box-title {
    font-family: 'MyriadPro-Bold', 'MyriadPro', 'OpenSans', Arial;
    font-weight: normal;
    font-size: 40px;
    padding-bottom: 0;
    margin: 0 0 10px 0;
}

/*body#kr .stadiums-page .featured-images-slider h3.box-title {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc .stadiums-page .featured-images-slider h3.box-title {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th .stadiums-page .featured-images-slider h3.box-title {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn .stadiums-page .featured-images-slider h3.box-title {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

/*--------- europe map outline ---------*/
.map-container {
    max-width: 1600px;
    width: 100%;
    height: 900px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -800px;
}
.europe-map {
    max-width: 1165px;
    width: 100%;
    height: 900px;
    background: url('img/stadium-map.png') right -50px no-repeat;
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    right: -66px;
    overflow-x: hidden;
}

.europe-map .coliseum,
.europe-map .coliseum.active {
    position: absolute;
    max-width: 160px;
    width: 100%;
    height: 82px;
    z-index: 5;
    text-align: center;
}

span.coliseum-location-icon-text {
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 12px;
    margin-left: -7px;
    font-weight: 600;
    letter-spacing: .2pt;
    text-transform: uppercase;
}

.coliseum.active span.coliseum-location-icon-text {
    color: #ffe000;
}

/* AMSTERDAM COLISEUM */
.europe-map #stdm-1490 {
    right: 559px;
    top: 430px;
    height: 74px;
}
.europe-map #stdm-1490 {
    background: url('img/amsterdam-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1490.active {
    background: url('img/amsterdam-btn-active.png') no-repeat;
}

/* BAKU COLISEUM */
.europe-map #stdm-1494 {
    right: 38px;
    top: 506px;
    height: 80px;
}
.europe-map #stdm-1494 {
    background: url('img/baku-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1494.active {
    background: url('img/baku-btn-active.png') no-repeat;
}

/* BILBAO COLISEUM */
.europe-map #stdm-1495 {
    right: 707px;
    top: 626px;
    height: 76px;
}
.europe-map #stdm-1495 {
    background: url('img/bilbao-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1495.active {
    background: url('img/bilbao-btn-active.png') no-repeat;
}

/* BUCHAREST COLISEUM */
.europe-map #stdm-1496 {
    right: 246px;
    top: 533px;
    height: 83px;
}
.europe-map #stdm-1496 {
    background: url('img/bucharest-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1496.active {
    background: url('img/bucharest-btn-active.png') no-repeat;
}

/* BUDAPEST COLISEUM */
.europe-map #stdm-1497 {
    right: 481px;
    top: 548px;
    height: 77px;
}
.europe-map #stdm-1497 {
    background: url('img/budapest-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1497.active {
    background: url('img/budapest-btn-active.png') no-repeat;
}

/* COPENHAGEN COLISEUM */
.europe-map #stdm-1498 {
    right: 417px;
    top: 332px;
    height: 86px;
}
.europe-map #stdm-1498 {
    background: url('img/copenhagen-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1498.active {
    background: url('img/copenhagen-btn-active.png') no-repeat;
}

/* DUBLIN COLISEUM */
.europe-map #stdm-1499 {
    right: 867px;
    top: 337px;
    height: 76px;
}
.europe-map #stdm-1499 {
    background: url('img/dublin-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1499.active {
    background: url('img/dublin-btn-active.png') no-repeat;
}

/* ROME COLISEUM */
.europe-map #stdm-1526 {
    right: 425px;
    top: 658px;
}
.europe-map #stdm-1526 {
    background: url('img/rome-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1526.active {
    background: url('img/rome-btn-active.png') no-repeat;
}

/* ST. PETERSBURG COLISEUM */
.europe-map #stdm-1531 {
    right: 445px;
    top: 220px;
}
.europe-map #stdm-1531 {
    background: url('img/st-petersburg-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1531.active {
    background: url('img/st-petersburg-btn-active.png') no-repeat;
}

/* GLASGLOW COLISEUM */
.europe-map #stdm-1532 {
    right: 640px;
    top: 295px;
}
.europe-map #stdm-1532 {
    background: url('img/glasgow-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1532.active {
    background: url('img/glasgow-btn-active.png') no-repeat;
}

/* MUNICH COLISEUM */
.europe-map #stdm-1533 {
    right: 655px;
    top: 525px;
}
.europe-map #stdm-1533 {
    background: url('img/munich-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1533.active {
    background: url('img/munich-btn-active.png') no-repeat;
}

/* LONDON COLISEUM */
.europe-map #stdm-1537 {
    right: 810px;
    top: 430px;
    height: 99px;
}
.europe-map #stdm-1537 {
    background: url('img/london-btn-inactive.png') no-repeat;
}
.europe-map #stdm-1537.active {
    background: url('img/london-btn-active.png') no-repeat;
}
/*--------- end europe map outline ---------*/

.city-name {
    font-family: 'MyriadPro-Bold';
    color: #ffe000;
    text-transform: uppercase;
    font-size: 25px;
}

/*body#kr .city-name {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc .city-name {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th .city-name {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn .city-name {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

.stadium-name {
    color: #FFFFFF;
    font-size: 25px;
    padding-left: 9px;
}

/*--------------------------------------------------------------------------------*\
    MAIN: SINGLE TEAM
\*--------------------------------------------------------------------------------*/
.single-teams-page h3.box-title {
    color: #af0000;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
}

/*--------- 1st row ---------*/
.single-teams-page .row-1 {
    position: relative;
}

.single-teams-page .featured-subheader-background-img {
    margin-bottom: -70px;
}

/*-------- 2nd row a --------*/
.single-teams-page .row-2a {
    position: relative;
    margin-top: 100px;
}

.single-teams-page .row-2a .team-flag-large {
    float: left;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.single-teams-page .row-2a .team-flag-large img {
    width: 205px;
    height: 120px;
}

.single-teams-page .row-2a .team-flag-large .team-name {
    font-family: 'MyriadPro-Bold', 'MyriadPro', 'OpenSans', Arial;
    color: #af0000;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 0;
    margin-left: 15px;
}

/*body#kr .single-teams-page .row-2a .team-flag-large .team-name {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
}

body#sc .single-teams-page .row-2a .team-flag-large .team-name {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th .single-teams-page .row-2a .team-flag-large .team-name {
    font-family: Tahoma, Arial, sans-serif !important;
}

body#vn .single-teams-page .row-2a .team-flag-large .team-name {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

/*--------- 2nd row ---------*/
.single-teams-page .row-2 {
    margin-top: 5px;
    position: relative;
}

.single-teams-page .row-2 .team-info {
    display: inline;
}

.single-teams-page .row-2 .team-info .info-item {
    display: inline-block;
    color: #ffe000;
    text-align: center;
    text-transform: uppercase;
}

.the-box {
    display: inline-block;
    vertical-align: top;
    background: #a20101;
}

/*.the-box-left {
    width: 13px;
    height: 81px;
}

body#kr .the-box-left {
    margin-right: -5px;
}

.the-box-right {
    width: 13px;
    height: 81px;
}*/

.best-performance .the-box-center {
    width: auto;
}

.best-performance .the-box-center .bp-item {
    display: inline-block;
    padding: 0 10px;
}

body#vn .best-performance .the-box-center .bp-item {
    padding: 3px 10px;
}

body#th .best-performance .the-box-center .bp-item {
    padding: 0;
}

.best-performance .the-box-center .brank {
    margin-top: 6px;
}

.best-performance .the-box-center .bp-item span.rank {
    display: block;
    font-size: 24px;
}

/*body#sc .best-performance .the-box-center .bp-item span.rank {
    font-size: 25px;
}

body#th .best-performance .the-box-center .bp-item span.rank {
    font-size: 24px;
}

body#vn .best-performance .the-box-center .bp-item span.rank {
    font-size: 22px;
}

body#kr .best-performance .the-box-center .bp-item span.rank {
    font-size: 30px;
}*/

.best-performance .the-box-center .bp-item span.year {
    display: block;
    font-size: 10px;
    margin-top: -6px;
}

/*body#sc .best-performance .the-box-center .bp-item span.year {
    margin-top: -3px;
}

body#th .best-performance .the-box-center .bp-item span.year {
    margin-top: -3px;
}

body#kr .best-performance .the-box-center .bp-item span.year {
    margin-top: -6px;
}

body#vn .best-performance .the-box-center .bp-item span.year {
    margin-top: -3px;
}*/

.best-performance .the-box-center span.box-label {
    margin-top: 1px;
}

/*body#sc .best-performance .the-box-center span.box-label {
    margin-top: 0;
}

body#th .best-performance .the-box-center span.box-label {
    margin-top: 5px;
}

body#vn .best-performance .the-box-center span.box-label {
    margin-top: 6px;
}

body#kr .best-performance .the-box-center span.box-label {
    margin-top: 0;
}*/

.the-box-center {
    height: 58px;
    width: 75px;
    position: relative;
}

/*body#vn .the-box-center {
    width: auto;
    padding: 0 5px;
}

body#th .the-box-center {
    width: auto;
    padding: 0 5px;
}*/

.the-box-center span.box-value {
    font-family: 'Prototype', 'MyriadPro-Bold', 'MyriadPro', 'OpenSans', Arial;
    display: block;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 8px;
}

/*body#kr .the-box-center span.box-value {
    font-family: "Malgun Gothic", Arial, sans-serif !important;
    margin-top: 0;
}

body#sc .the-box-center span.box-value {
    font-family: "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Arial, sans-serif !important;
}

body#th .the-box-center span.box-value {
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: 27px;
    margin-top: 6px;
}

body#vn .the-box-center span.box-value {
    font-family: Calibri, "Times New Roman", Arial, sans-serif !important;
}*/

.the-box-center span.box-label {
    display: block;
    background: #ffe000;
    color: #af0000;
    margin-top: 7px;
    padding: 2px;
    font-size: 9px;
}

/*body#sc .the-box-center span.box-label {
    margin-top: 3px;
}

body#th .the-box-center span.box-label {
    margin-top: 14px;
}

body#vn .the-box-center span.box-label {
    margin-top: 8px;
    font-size: 10px;
}

body#kr .the-box-center span.box-label {
    margin-top: 6px;
}*/

.row-2 .description {
    margin-top: 25px;
    font-size: 13px;
    line-height: 2;
}

.single-teams-page .row-2 .team-details {
    float: left;
}

.single-teams-page .row-2 .odds_to_win_banner {
    float: right;
    margin-top: -70px;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
}

/*--------- 3rd row ---------*/
.single-teams-page .player-to-watch {
    float: left;
    max-width: 600px;
    width: 100%;
    margin-right: 30px;
}

.single-teams-page .player-to-watch .player-image {
    float: left;
    margin-right: 20px;
}

.single-teams-page .player-to-watch .player-details {
    font-size: 13px;
    line-height: 2;
    max-width: 298px;
    width: 100%;
    float: left;
    margin-top: -10px;
}

.single-teams-page .player-to-watch .player-details h3 {
    text-transform: uppercase;
    color: #af0000;
    font-size: 20px;
    margin: 0;
}

.single-teams-page .team-kits {
    max-width: 570px;
    width: 100%;
    float: left;
}

.single-teams-page .team-kits img {
    margin: 0 2px 2px 0;
}

.team-kits-cbox #cboxPrevious {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    background-position: -3px -76px;
    width: 27px;
    height: 40px;
    left: 5px;
    top: 45%;
}

.team-kits-cbox #cboxPrevious:hover {
    background-position: -51px -269px;
}

.team-kits-cbox #cboxNext {
    background-image: url("img/sprite.png");
    background-repeat: no-repeat;
    background-position: -3px -138px;
    width: 27px;
    height: 40px;
    right: 5px;
    top: 45%;
}

.team-kits-cbox #cboxNext:hover {
    background-position: -50px -332px;
}

.team-kits-cbox #cboxClose {
    display: none;
}

.team-kits-cbox #cboxContent {
    background: none !important;
}

/*--------- 4th row ---------*/
.single-teams-page .team-roster {
    float: left;
    width: 600px;
    margin-right: 30px;
}

.single-teams-page #squad-list-mobile {
    display: none;
}

.single-teams-page .team-roster table {
    width: 100%;
    font-size: 13px;
}

.single-teams-page .team-roster .note {
    color: #af0000;
    font-style: italic;
    font-size: 10px;
}

.single-teams-page .team-roster table tr {
    height: 30px;
}

.single-teams-page .team-roster table tr th {
    background: #af0000;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 4px 0;
    font-weight: normal;
}

.single-teams-page .team-roster table tr.odd {
    background: #e6e7e8;
}

.single-teams-page .team-roster table tr.even {
    background: #c6c6c7;
}

.single-teams-page .team-roster table tr.featured-player {
    background: #ffe000 !important;
}

.single-teams-page .team-roster table tr td {
    border: 1px solid #FFFFFF;
    padding: 3px;
    text-align: center;
}

.single-teams-page .team-fixtures {
    width: 570px;
    float: left;
}

.team-fixtures table tr.odd {
    background: #e6e7e8;
}

.team-fixtures table tr.even {
    background: #c6c6c7;
}

.team-fixtures table tr {
    border-bottom: 2px solid #FFFFFF;
}

.team-fixtures table {
    width: 100%;
}

.team-fixtures table tr {
    border-bottom: 2px solid #FFFFFF;
}

.team-fixtures tr.even {
    background: #c6c6c7;
}

.team-fixtures tr.odd {
    background: #dbdbdb;
}

.team-fixtures table td {
    vertical-align: top;
    text-align: center;
    padding: 12px 8px
}

.team-fixtures table td span {
    display: block;
}

.team-fixtures table td.match-date-time {
    text-align: left;
    width: 20%;
}

.team-fixtures table td.team1-info {
    width: 10%;
}

.team-fixtures table td.team1-odd-price {
    width: 10%;
}

.team-fixtures table td.match-time {
    font-size: 15px;
}

/*body#sc .team-fixtures table td.match-time {
    font-size: 12px;
}

body#th .team-fixtures table td.match-time {
    font-size: 11px;
}

body#kr .team-fixtures table td.match-time {
    font-size: 12px;
}*/

.team-fixtures table td.team2-info {
    width: 10%;
}

.team-fixtures table td.team2-odd-price {
    width: 10%;
}

.team-fixtures table td.match_cta_button {
    width: 10%;
    text-align: right;
}

.team-fixtures table td a.bet-now-btn, .team-fixtures table td a.visit-dafabet-btn {
    width: 100px;
}

.team-fixtures table td.match-date-time a, .team-fixtures table td.team1-info a, .team-fixtures table td.team2-info a {
    color: #424242;
}

.team-fixtures .odd-price-mobile {
    display: none;
}


/*--------- left and right col ---------*/
.column-wrapper #left-col {
    float: left;
    max-width: 600px;
    width: 100%;
    margin-right: 30px;
}

.column-wrapper #right-col {
    max-width: 570px;
    width: 100%;
    float: left;
}

/*--------- accordion ---------*/
.accordion {
    background: #af0000;
    color: #ffe000;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 5px solid #FFFFFF;
}

.groups .accordion {
    text-align: left;
}

.accordion .arrow-down {
    display: inline-block;
    background-position: -7px -459px;
    width: 17px;
    height: 12px;
    float: right;
    margin-top: 5px;
}

.accordion.active .arrow-down {
    background-position: -7px -425px;
}

.accordion.active {
    border-bottom: 0 solid #FFFFFF;
}

.accordion.active, .accordion:hover {
    background: #960202;
}

.panel {
    padding: 0 0;
    display: none;
    overflow: hidden;
}



/*--------------------------------------------------------------------------------*\
    MAIN: SEARCH RESULTS PAGE
\*--------------------------------------------------------------------------------*/
.main.search-result-page {
    padding: 30px 0;
    min-height: 1000px;
}

.main.search-result-page .wrapper {
    max-width: 1200px;
    width: 100%;
}

.main.search-result-page h1 {
    background: #af0000;
    color: #FFFFFF;
    padding: 10px 10px;
}

.pagination {
    margin-top: 30px;
}

.pagination span, .pagination a {
    display: inline-block;
    padding: 5px 10px;
    color: #000000;
    font-size: 13px;
}

.pagination a {
    background: #e6e7e8;
}

.pagination a:hover {
    background: #c6c6c7;
}

.pagination span.page-numbers.current {
    background: #c6c6c7;
}

/*--------------------------------------------------------------------------------*\
    FOOTER
\*--------------------------------------------------------------------------------*/
.footer {
    color: #5e5e5e;
}

.footer .wrapper {
    width: 100%;
}

.footer-wrapper {
    background: #e6e7e8;
    /*border-top: 2px dashed #bfc0c0;*/
}

.footer .footer-sponsors {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.footer .footer-sponsors .sponsors {
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
}

.footer .footer-sponsors .sponsors > img {
    margin: 0 4px 16px;
    width: auto;
    max-height: 65px;
    height: 100%;
}

.footer .footer-sponsors .sponsors > img:first-child,
.footer .footer-sponsors .sponsors > img:last-child {
    margin-right: 0;
}

.back-to-top-wrapper {
    max-width: 1800px;
    margin: 0 auto -6px;
    text-align: right;
    width: 100%;
}

#back-to-top-img {
    background: url('img/cta-up.png') no-repeat bottom left;
    width: 39px;
    height: 39px;
    display: inline-block;
    float: right;
    position: relative;
    top: -39px;
    right: 65px;
}

.footer .footer-sponsors {
    text-align: center;
    padding: 40px 20px 0;
}

.footer .footer-top {
    padding: 20px;
}

.footer .footer-top .column {
    float: left;
    width: 33.33333%;
    padding-right: 40px;
    padding-left: 40px;
}

.footer .copyright {
    background: #c6c6c7;
    padding: 10px 20px;
    font-size: 13px;
    text-align: center;
}

.footer .footer-top .column h3 {
    font-size: 18px;
}

/*--------- 1st column ---------*/
#col-about-dafabet p {
    font-size: 15px;
    line-height: 2;
}

/*--------- 2nd column ---------*/
#col-quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
}

#col-quick-links ul li a {
    font-size: 15px;
    color: #5e5e5e;
}

#col-quick-links ul li {
    margin: 0 0 20px 0;
}

/*--------- 3rd column ---------*/
#col-follow-us {
    text-align: center;
}

#col-follow-us .social-media-icons {
    margin-bottom: 50px;
}

#col-follow-us .social-media-icons a {
    width: 47px;
    height: 47px;
    margin: 0 2px;
    display: inline-block;
    text-indent: -9999px;
}

.icon-facebook {
    background-position: -329px -8px;
}

.icon-facebook:hover {
    background-position: -393px -8px;
}

.icon-twitter {
    background-position: -329px -72px;
}

.icon-twitter:hover {
    background-position: -393px -72px;
}

.icon-google {
    background-position: -329px -137px;
}

.icon-google:hover {
    background-position: -393px -138px;
}

.icon-youtube {
    background-position: -329px -200px;
}

.icon-youtube:hover {
    background-position: -393px -200px;
}

.icon-instagram {
    background-position: -329px -645px;
}

.icon-instagram:hover {
    background-position: -394px -645px;
}

.dafabet-partners span.icon-playtech {
    background-position: -103px -143px;
    display: inline-block;
    width: 153px;
    height: 33px;
}

.dafabet-partners span.icon-ipoker {
    background-position: -125px -208px;
    display: inline-block;
    width: 110px;
    height: 37px;
}

/*--------------------------------------------------------------------------------*\
    HOVER ANIMATION OVERRIDE
\*--------------------------------------------------------------------------------*/
.hvr-sweep-to-right::before {
    background: #ffe000;
}


/*--------------------------------------------------------------------------------*\
    SINGLE TEAM PAGE QUICK NAV: GROUP AND TEAM SELECTION
\*--------------------------------------------------------------------------------*/
.nav-and-banner {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 99999;
}

/*body#sc .nav-and-banner .quick-nav {
    margin-left: 140px;
}

body#th .nav-and-banner .quick-nav {
    margin-left: 140px;
}

body#kr .nav-and-banner .quick-nav {
    margin-left: 139px;
}*/

.nav-and-banner .quick-nav .quick-nav-box {
    display: inline-block;
    z-index: 999;
    vertical-align: top;
}

.quick-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.quick-nav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: left;
}

.quick-nav ul li.active {
    display: none;
}

.quick-nav li ul {
    display: none;
}

.quick-nav ul li a {
    display: block;
    background: #FFFFFF;
    padding: 8px 10px 6px;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.5s ease;
}

/*body#sc .quick-nav ul li a {
    padding: 5px 10px 6px;
}

body#th .quick-nav ul li a {
    padding: 6px 10px;
}

body#vn .quick-nav ul li a {
    padding: 6px 10px;
}

body#kr .quick-nav ul li a {
    padding: 6px 10px;
}*/

.quick-nav ul li a span.select-text {
    margin-top: 1px;
    display: block;
}

/*body#sc .quick-nav ul li a span.select-text {
    margin-top: 0;
}

body#th .quick-nav ul li a span.select-text {
    margin-top: 0;
}

body#vn .quick-nav ul li a span.select-text {
    margin-top: 0;
}

body#kr .quick-nav ul li a span.select-text {
    margin-top: 0;
}*/

.quick-nav ul li ul li a {
    padding: 9px 10px 3px;
}

.quick-nav ul li a span#arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    right: 10px;
    background-position: -8px -10px;
    width: 15px;
    height: 15px;
}

.quick-nav ul li a:hover {
    background: #ffe000;
    color: #af0000;
}

/*.quick-nav li:hover ul {
    display: block;
    position: absolute;
    transition: all 0.5s ease;
}*/

.quick-nav li:hover li {
    float: none;
}

#group-selection-box ul, #group-selection-box ul li a {
    width: 130px;
    height: 35px;
}

#team-selection-box ul, #team-selection-box ul li a {
    width: 225px;
    height: 35px;
}

#group-selection-box ul li a {
    padding: 8px 10px 5px;
    vertical-align: top;
    line-height: 1.4;
}

/*body#sc #group-selection-box ul li a {
    padding: 5px 10px 5px;
}

body#th #group-selection-box ul li a {
    padding: 6px 10px;
}

body#vn #group-selection-box ul li a {
    padding: 6px 10px;
}

body#kr #group-selection-box ul li a {
    padding: 6px 10px;
}*/

#team-selection-box ul li a .team-name {
    margin-left: 5px;
    vertical-align: top;
    display: inline-block;
    margin-top: 3px;
}

/*body#sc #team-selection-box ul li a .team-name {
    margin-top: 0;
}

body#th #team-selection-box ul li a .team-name {
    margin-top: 0;
}

body#vn #team-selection-box ul li a .team-name {
    margin-top: 0;
}

body#kr #team-selection-box ul li a .team-name {
    margin-top: 0;
}*/

#team-selection-box ul li a#trigger img {
    vertical-align: middle;
}


/*--------------------------------------------------------------------------------*\
    ODDS BOX
\*--------------------------------------------------------------------------------*/
.odds-box {
    font-family: Arial, 'MyriadPro', Helvetica, sans-serif;
    font-family: 13px;
}

.odds-box a.odd-price {
    display: inline-block;
    background: #af0000;
    color: #ffe000;
    padding: 7px 3px;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    width: 50px;
}

body#id .odds-box a.odd-price {
    width: 46px;
}

.odds-box a.odd-price:hover {
    background: #ffe000;
    color: #af0000;
}

.nearest-match .odds-box a.odd-price:hover {
    border: 1px solid #af0000;
}



/* Hide Header Top Temporarily */
body.hide-header-top .header-top {
    display: none;
}

body.hide-header-top .main {
    margin-top: 55px;
}

body.hide-header-top .main.home-page {
    margin-top: 55px;
}

body.hide-header-top .groups-menu-sticky {
    top: 55px;
}

body.hide-header-top .sticky-table-header {
    top: 104px;
}


/* stadium quick navigation */
#stadium-quick-nav {
    text-align: center;
    position: relative;
    z-index: 99999;
    display: none;
}

#stadium-selection-box {
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    margin: 0 auto;
    width: 550px;
    border: 1px solid #c6c6c7;
    background: #FFFFFF;
    overflow: hidden;
}

/*#stadium-selection-box ul li a#trigger {
    border-bottom: 1px solid #c6c6c7;
}*/

#stadium-selection-box ul li a#trigger .stadium-name {
    color: #af0000;
    font-weight: bold;
}

#stadium-selection-box ul, #stadium-selection-box ul li a {
    width: 550px;
}

#stadium-selection-box .stadium-name {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
}

#stadium-selection-box ul li a span#arrow {
    background-position: 3px -447px;
    width: 39px;
    height: 37px;
    background-color: #af0000;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
}

/* GDPR Box */
.gdpr-compliance-box {
    background: #595959;
    color: #FFFFFF;
    position: fixed;
    bottom: 8px;
    left: 8px;
    z-index: 999;
    padding: 25px;
    max-width: 400px;
    width: 95%;
    font-size: 15px;
    display: none;
    margin: 0 10px 0 0;
}

.gdpr-compliance-box-wrapper {
    position: relative;
}

.gdpr-compliance-box #gdpr-click-here {
    color: #ffe000;
}

.gdpr-compliance-box #gdpr-close-btn {
    font-family: 'OpenSans', Arial, 'MyriadPro', Helvetica, sans-serif;
    position: absolute;
    right: -12px;
    top: -15px;
    color: #FFF;
    font-size: 13px;
    display: block;
    cursor: pointer;
    font-weight: bold;
}

/* 2021 */
.home-videos img {
    padding: 2px;
}

body#pt .simple-text-ad {
    width: 330px;
}

body#es .simple-text-ad {
    width: 310px;
}

.fixtures-page .download-wall-chart-box {
    background: url(img/teams-group-heading-bg.jpg) repeat top center;
    height: 75px;
    margin-bottom: 10px;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 15px auto;
}

.download-wall-chart-box #wall-chart-text {
    margin: 5px auto;
    max-width: 535px;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    font-size: 2.4rem;
    float: left;
    padding-left: 21px;
    font-family: calibri,tahoma,arial;
    font-weight: 700;
}

.fixtures-page .download-wall-chart-box .wrapper #download-wall-chart {
    margin: 19px 40px 10px 0px;
}

.download-wall-chart-box #download-wall-chart-btn {
    width: 100%;
    display: block;
    position: relative;
    top: -7px;
    font-size: 1rem;
    font-family: calibri,tahoma,arial;
}

.fixtures-page .featured-subheader-background-img {
    margin-bottom: 0;
}