/************FONTS**************/
@font-face {
    font-family: "Myriad Pro Bold";
    src: url("../fonts/MyriadPro-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Semibold";
    src: url("../fonts/MyriadPro-Semibold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../fonts/MyriadPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Condensed";
    src: url("../fonts/MyriadCondensedWeb.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Bold Condensed";
    src: url("../fonts/MyriadPro-BoldCond.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue Bold";
    src: url("../fonts/BebasNeue Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue Regular";
    src: url("../fonts/BebasNeue Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bebas Neue Book";
    src: url("../fonts/BebasNeue Book.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Corbel Regular";
    src: url("../fonts/CORBEL.TTF");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Corbel Bold";
    src: url("../fonts/Corbel Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Big Noodle Tilting";
    src: url("../fonts/big_noodle_titling.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.otf");
    font-weight: normal;
    font-style: normal;
}




body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

#home-middle-ads {
    padding: 20px 0 20px 0;
    border-top: thin gray;
    border-bottom: thin gray;
}

/***** HOME PAGE *****/

/* bootstrap sm screen size */
@media (min-width: 576px) {
    .home-top-banner {
        text-align: center;
    }

    .home-top-banner a img {
        max-width: 100%;
        height: auto;
    }

    .home-sponsor-banner {
        width: 95px;
    }

    .home-sponsor-kapalapi {
        width: 95px;
    }

    .home-sponsor-biore {
        /* width: 95px; */
        width: 74px;
    }

    .home-sponsor-antangin {
        width: 95px;
    }

    .home-sponsor-safecare {
        /* width: 65px; */
        width: 50px;
    }

    .home-sponsor-gojek {
        width: 95px;
    }

    .home-sponsor-mpm {
        width: 95px;
    }

    .home-sponsor-honda {
        width: 120px;
    }

    .home-sponsor-proteam {
        width: 95px;
    }

    .home-sponsor-ardiles {
        /* width: 65px; */
        width: 60px;
    }

    .home-sponsor-nusanet {
        width: 128px;
    }

    .home-sponsor-surya {
        /* width: 70px; */
        width: 70px;
    }

    .home-sponsor-reliance {
        width: 95px;
    }

    .home-sponsor-tribun-jatim {
        width: 135px;
    }

    .home-sponsor-genfm {
        width: 100px;
    }

    .home-sponsor-ums {
        width: 160px;
    }


}

/* bootstrap xs screen size */
@media (max-width: 575px) {

    .home-top-banner a img {
        height: 122px;
        width: 100%;
    }

    .home-sponsor-banner {
        width: 100px;
    }

    .home-sponsor-kapalapi {
        width: 125px;
    }

    .home-sponsor-biore {
        /* width: 110px; */
        width: 75px;
    }

    .home-sponsor-antangin {
        width: 97px;
    }

    .home-sponsor-safecare {
        /* width: 70px; */
        width: 50px;
    }

    .home-sponsor-gojek {
        width: 94px;
    }

    .home-sponsor-mpm {
        width: 98px;
    }

    .home-sponsor-honda {
        width: 97px;
    }

    .home-sponsor-proteam {
        /* width: 100px; */
        width: 84px;
    }

    .home-sponsor-ardiles {
        /* width: 75px; */
        width: 58px;
    }

    .home-sponsor-nusanet {
        /* width: 100px; */
        width: 92px;
    }

    .home-sponsor-surya {
        /* width: 75px; */
        width: 68px;
    }

    .home-sponsor-reliance {
        width: 97px;
    }

    .home-sponsor-tribun-jatim {
        width: 110px;
    }

    .home-sponsor-genfm {
        width: 90px;
    }

}

/* bootstrap md screen size */
@media (min-width: 768px) {
    .home-top-banner a img {
        /* height: 131px; */
        object-fit: cover;
        height: 142px;
        width: 100%;
    }

    .category-long-text {
        white-space: normal;
        text-align: left;
        padding: 7px 0 7px 25px !important;
    }
}



.home-standing-background {
    background-image: url(../img/standings-background.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.home-standing-match {
    background-color: #036933;
    color: #fff;
}

.home-standing .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: #292929;
}

.home-standing .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #036933;
    background-color: #007bff00;
}

.home-post-top-title a {
    color: #036933;
    font-weight: 900;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}

/***** CATEGORY PAGE *****/

.category-post-item {
    margin-bottom: 20pt;
}

/***** FEATURED POST *****/

.featured-post-category {
    font-size: 12px;
    background: #036933;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    color: white;
    text-decoration: none;
    margin-bottom: 21px;
}

.featured-post-title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px 5px 0px;
    font-weight: 700;
}

.featured-post-title a {
    color: #000;
    text-decoration: none;
}

.featured-post-category a {
    color: white;
    text-decoration: none;
}

.featured-post-date {
    color: #939598;
    font-size: 10px;
}


/***** POST *****/
/* bootstrap md screen size */
@media (min-width: 768px) {
    .post-body p {
        font-weight: 400;
    }

    .post-body b,
    strong {
        font-weight: 400;
    }

    .post-body li {
        font-weight: 400;
        font-size: 14px;
    }

    .post-divider {
        border-left: 1px solid #AFB1B3;
        border-right: 1px solid #AFB1B3;
        height: 100%;
    }

    .post-image {
        height: 150px;
    }
}

/* bootstrap sm screen size */
@media (max-width: 767px) {
    .post-body iframe {
        max-width: 100%;
        height: auto;
    }

    .post-divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .post-image {
        height: 200px;
    }
}

/* bootstrap xs screen size */
/* @media (max-width: 575px) {
    .post-image {
        height: 200px;
    }
} */

.post-image {
    width: 100%;
    object-fit: cover;
}

.post-title {
    color: #272727;
    font-weight: 600;
    font-size: 18px;
    /* padding: 5px 0px 5px 0px; */
    padding: 0px 0px 5px 0px;
    font-weight: 900;
}

.post-title a {
    color: #272727;
    text-decoration: none;
}

.other-post-title {
    color: #272727;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
    font-weight: 900;
}

.other-post-title a {
    color: #272727;
    text-decoration: none;
}

.other-featured-title-mobile {
    background-color: #f3f3f3;
    font-size: 12px;
    margin-top: 5px
}

.post-top-title {
    color: #036933;
    font-weight: 900;
    font-size: 17px;
    margin-top: 10px;
}

.post-caption {
    color: #878787;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px;
}

.post-date {
    color: #878787;
    font-weight: 400;
    font-size: 12px;
}

.post-read-more {
    font-size: 12px;
    font-weight: 700;
}

.post-read-more a {
    color: #036933;
    text-decoration: none;
}

.post-author img {
    width: 70px;
    height: 70px;
    text-decoration: none;
    border-radius: 50% !important;
}

div.post-author>a {
    color: #5a5a5a;
}

.post-author {
    font-size: 8.5pt;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
    font-style: normal;
}

.post-category {
    font-size: 11px;
    font-weight: 400;
    /* text-transform: uppercase; */
    padding: 5px 0px 0px 0px;
    color: #878787;
    text-decoration: none;
}

.post-category a {
    /* color: #036933; */
    color: #878787;
    text-decoration: none;
}

.post-body {
    /* padding-top: 20px; */
    font-weight: 400;
    font-family: "Lato" !important;
}

.category-post-body {
    /* padding-top: 20px; */
    font-weight: 700;
    font-size: 14px;
    font-family: "Lato" !important;
}

.post-body>p>span[style] {
    font-family: "Lato" !important;
    font-weight: 400;
}

.post-body img {
    max-width: 100%;
    height: auto;
}

.post-body p {
    font-weight: 400;
    font-size: 15px;
}

.post-body b,
strong {
    font-weight: 700;
}

.post-body li {
    font-weight: 400;
    font-size: 16px;
}

.section-header {
    font-size: 16px;
    text-transform: uppercase;
    background: #036933;
    padding: 8px 10px 8px 25px;
    color: white;
    text-decoration: none;
    /* margin-bottom: 21px; */
    font-weight: 600;
    font-weight: 700;
    -webkit-clip-path: polygon(100% 0, 95% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 95% 100%, 0 100%, 0 0);
}

.sidebar-header {
    font-size: 16px;
    text-transform: uppercase;
    background: #036933;
    padding: 8px 10px 8px 10px;
    color: white;
    text-decoration: none;
    margin-bottom: 14px;
    font-weight: 600;
    font-weight: 700;
}


/***** HEADLINE *****/

.headline-post-category {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}

/* bootstrap sm screen size */
@media (max-width: 767px) {
    .headline-post-category {
        color: #878787;
        font-size: 10px;
    }
}

#firstHeadlineImage {
    width: 100%;
    /*height: 280px;*/
    object-fit: cover;
}

#firstHeadlineImage-scale-down {
    width: 100%;
    object-fit: scale-down;
    background-color: #000;
    /*object-position: 50% 0%;*/
    /*height: 280px;*/
    min-height: 180px;
}

.headline-wrapper {
    position: relative;
}

.headline-text {
    position: absolute;
    padding-bottom: 5px;
    bottom: 0;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 10px;
    left: 0px;
    right: 0px;
    /*background: #0000008c;*/
    background-color: rgba(0, 0, 0, 0.55);
}

.headline-post-category:hover {
    color: #fff;
}

.small-headline {
    padding-right: 15px;
}

.headline-text .big-title,
.headline-text .medium-title {
    color: #fff;
    margin-top: 5px;
    font-weight: 900;
    text-transform: uppercase;
    /*text-shadow: -1px -1px 0 #bdbdbd, 1px -1px 0 #bdbdbd, -1px 1px 0 #bdbdbd, 1px 1px 0 #bdbdbd;;*/
}

.headline-text .small-title {
    color: #fff;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}


.headline-text a:hover {
    text-decoration: none;
}

.headline-text>.date {
    font-size: 13px;
    color: white;
    font-family: Myriad Pro Regular;
}

.img-home-responsive {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.img-home-bottom-responsive {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.home-latest-match {
    color: #fff;
    /* font-size: 13pt;
    font-weight: 400;
    font-size: 11pt; */
    height: 100%;
    background-image: url('../img/latest-match.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

.next-match-date {
    font-size: 14px;
    font-weight: 900;
}

.next-match-stadium {
    font-size: 11px;
    font-weight: 700;
}

.next-match-wrapper {
    font-size: 11px;
    font-weight: 700;
}

.btn-buy-tickets {
    background-color: #F1D015;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 900;
    color: #036933;
    padding: 1px 15px;
}

@media (max-width: 767px) {
    /* .img-home-responsive
    {
        height: 300px;
    }
    .img-home-bottom-responsive
    {
        height: 180px;
    } */

    .small-title {
        color: #000;
        font-weight: 900;
        font-family: "Lato";
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    #firstHeadlineImage {
        height: 350px;
    }

    #firstHeadlineImage-scale-down {
        height: 350px;
    }

    .headline-text .big-title {
        /* font-size: 25px; */
        font-size: 30px;
    }

    .headline-text .medium-title {
        font-size: 15px;
    }

    .headline-text .small-title {
        font-size: 14px;
    }

    .headline-text {
        padding-bottom: 15px;
        bottom: 0;
    }

    .img-home-responsive {
        height: 120px;
    }

    .img-home-bottom-responsive {
        height: 100px;
    }
}

@media (min-width: 992px) {
    #firstHeadlineImage {
        height: 400px;
    }

    #firstHeadlineImage-scale-down {
        height: 400px;
    }

    .headline-text {
        padding-bottom: 15px;
        bottom: 0;
    }

    .img-home-responsive {
        height: 150px;
    }

    .img-home-bottom-responsive {
        height: 110px;
    }
}

@media (min-width: 1200px) {
    #firstHeadlineImage {
        height: 393px;
    }

    #firstHeadlineImage-scale-down {
        height: 393px;
    }

    .headline-text {
        padding-bottom: 15px;
        bottom: 0;
    }

    .small-headline {
        padding-bottom: 5px;
    }

    .img-home-responsive {
        height: 192px;
    }

    .img-home-bottom-responsive {
        height: 120px;
    }
}



/***** FRONTEND HEADER *****/

/* bootstrap md screen size */
@media (min-width: 768px) {
    .navbar-brand {
        padding: 0 15px;
        height: 53px;
        line-height: 60px;
    }

    .logo {
        position: absolute;
        max-width: 85px;
        left: 45px;
        top: 0;
        bottom: 40px;
        margin: auto;
    }

    .navbar-nav {
        padding-left: 30px;
        margin-left: 90px;
    }

    .navbar-expand-md .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 28px;
        padding-right: 28px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #282828;
        padding-top: 15px;
        padding-bottom: 10px;
        font-weight: 900;
    }

    /* .mainbasket-nav-v2 .dropdown-menu > a{
        font-weight: 900;
        font-size: 12pt;
        color: #fff;
        background-color: #036933;
    } */

    .dropdown-menu>a:focus,
    .dropdown-menu>a:hover {
        text-decoration: none;
        color: #fff;
        /* background-color: #363636; */
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #036933;
    }


    .navbar-nav>li>a:focus,
    .navbar-nav>li>a:hover {
        text-decoration: none;
        color: #036933;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #036933;
    }

    /* .mainbasket-nav-v2 .navbar-nav li:hover > a {
        color:#036933;
    } */

    /* .mainsepeda-nav .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 27px;
    }

    .mainsepeda-nav .navbar-search {
        margin-top: 10px;
    } */

    .dropdown-menu {
        background-color: #036933;
    }

    .dropdown-item:hover {
        background-color: #036933;
    }
}

/* bootstrap sm screen size */
@media (max-width: 767px) {
    .navbar-brand {
        height: 63px;
        line-height: 60px;
    }

    #nav-content {
        background-color: #036933;
    }

    .persebaya-nav {
        background-color: #036933;
        padding-left: 0px;
        padding-right: 0px;
    }

    .logo {
        /* max-width: 44px; */
        /* max-width: 157px; */
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        width: 216px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-weight: 700;
        color: #fff;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #fff;
    }

    .dropdown-menu {
        background-color: #036933;
    }

    .dropdown-item {
        font-weight: 700;
        color: #fff;
    }

    .signin-mobile {
        margin-right: 15px;
    }

    .brand-logo-mobile {
        margin-right: 32px;
    }
}

.navbar {
    margin-bottom: 0px;
}

#userPhotoNav {
    width: 33px;
    object-fit: cover;
    border-radius: 18px;
    height: 33px;
    position: relative;
    top: -4px;
}

#userNavDropdown {
    top: 55px;
    left: -96px;
}

.main-logo-mobile {
    /* max-width: 245px; */
    max-width: 180px;
    padding: 10px 10px 0px 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.container .header-mb {
    background: #036933;
    padding: 12px 45px;
}

.container .header-mb a {
    color: #fff;
    text-decoration: none;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-menu {
    padding-top: 0px;
    margin-top: 0px;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.dropdown-item {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

/* .mainbasket-nav-v2 .navbar-nav > li:focus , .mainbasket-nav-v2 .navbar-nav > a.nav-item:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #424242 0%,#161719  100%);
    background-image: linear-gradient(to bottom, #424242 0%, #161719 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#161719', GradientType=0);
}  */

.navbar-toggle {
    /* (70px - button height 34px) / 2 = 18px */
    margin-top: 18px;
    padding: 9px 10px !important;
}

.custom-nav {
    /* background:#2c2c2c;
     */
    background-image: -webkit-linear-gradient(top, #4a4a4a 0%, #191919 100%);
    background-image: linear-gradient(to bottom, #4a4a4a 0%, #191919 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4a4a', endColorstr='#191919', GradientType=0);
}

.searchbox-header ::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.searchbox-header :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.searchbox-header ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

/***** FOOTER SECTION *****/
/* bootstrap sm screen size */
@media (min-width: 576px) {
    .footer-sponsor-banner {
        width: 110px;
    }

    .footer-sponsor-kapalapi {
        width: 110px;
    }

    .footer-sponsor-biore {
        width: 95px;
    }

    .footer-sponsor-antangin {
        width: 140px;
    }

    .footer-sponsor-safecare {
        width: 50px;
    }

    .footer-sponsor-gojek {
        width: 140px;
    }

    .footer-sponsor-mpm {
        width: 130px;
    }

    .footer-sponsor-honda {
        width: 130px;
    }

    .footer-sponsor-proteam {
        width: 93px;
    }

    .footer-sponsor-ardiles {
        width: 70px;
    }

    .footer-sponsor-nusanet {
        width: 120px;
    }

    .footer-sponsor-surya {
        width: 80px;
    }

    .footer-sponsor-reliance {
        width: 140px;
    }

    .footer-sponsor-tribun-jatim {
        width: 150px;
    }

    .footer-sponsor-genfm {
        width: 85px;
    }

    .footer-sponsor-ums {
        width: 170px;
    }

}

/* bootstrap xs screen size */
@media (max-width: 575px) {
    .footer-sponsor-banner {
        width: 100px;
    }

    .footer-sponsor-kapalapi {
        width: 100px;
    }

    .footer-sponsor-biore {
        width: 100px;
    }

    .footer-sponsor-antangin {
        width: 140px;
    }

    .footer-sponsor-safecare {
        width: 50px;
    }

    .footer-sponsor-gojek {
        width: 140px;
    }

    .footer-sponsor-mpm {
        width: 100px;
    }

    .footer-sponsor-honda {
        width: 100px;
    }

    .footer-sponsor-proteam {
        width: 100px;
    }

    .footer-sponsor-ardiles {
        width: 55px;
    }

    .footer-sponsor-nusanet {
        width: 85px;
    }

    .footer-sponsor-surya {
        width: 55px;
    }

    .footer-sponsor-reliance {
        width: 140px;
    }

    .footer-sponsor-tribun-jatim {
        width: 130px;
    }

    .footer-sponsor-genfm {
        width: 70px;
    }

    .footer-sponsor-ums {
        width: 100px;
    }


}

#footer-divider {
    min-width: 100%;
    height: 50px;
    background-color: #036933;
}

#footer-top {
    color: #fff;
    /* padding: 20px 20px; */
    /* margin-top: 30px; */
    margin-top: 5px;
    font-size: 13pt;
    font-weight: 400;
    font-size: 11pt;
    /* background-image: url('../img/footer.jpg'); */
    background-color: #272727;
    background-size: cover;
    background-position: 50% 50%;
    /* border-top: 1px solid black; */
}

#footer-top a {
    text-decoration: none;
    color: #fff;
}

.footer-sponsorship {
    max-width: 128px;
    padding: 10px 10px;
}

#footer-top .right,
#footer-top .right strong {
    text-align: right;
    font-weight: 400;
    font-size: 15px;
}

#footer-wa-contact {
    font-size: 19pt;
    margin-top: 10px;
}

#footer-social-media-username {
    font-size: 23px;
    margin-left: 5px;
    font-family: "Myriad Pro Condensed";
}

#footer-bottom {
    background-color: #000000;
    color: #FFF;
    padding: 20px 20px;
    font-size: 9pt;
}

#footer-bottom a {
    color: #FFF;
    text-decoration: none;
}

#footer-logo {
    max-width: 300px;
}

.footer-text {
    font-size: 11px;
    color: #D4D4D4 !important;
}

.footer-links {
    text-decoration: none;
}

@media (max-width: 767px) {
    #footer-top {
        /* margin-top: 30px; */
        border-top: none;
    }

    #footer-top .right,
    #footer-top .right strong {
        text-align: left;
        margin-top: 5px;
    }

    #footer-bottom {
        text-align: center;
        margin-bottom: 10%;
    }

    #footer-wa-contact {
        font-size: 16pt;
        margin-top: 0px;
    }

    #footer-social-media-username {
        font-size: 17px;
        margin-left: 0px;
    }

    #footer-logo {
        max-width: 180px;
    }

    #footer-devider-mobile {
        height: 1px;
        overflow: hidden;
        background-color: #000000;
        position: relative;
        left: 60px;
        top: 16px;
        width: 73%;
    }
}


#latestPostSidebar {
    list-style-type: none;
    padding-left: 0px;
}

#latestPostSidebar>li {
    color: #f7941d;
    border-bottom: 1px #9C9EA0 solid;
    padding: 8px 0;
    margin: 2px 0;
    font-size: 24px;
    line-height: 14px;
}

#latestPostSidebar>li>.title-latest-post {
    /* color: #272727;
    font-weight: 900;
    font-size: 14px; */
    color: #373737;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
}

#latestPostSidebar>li .date-latest-post {
    font-weight: 400;
    font-size: 10px;
    color: #878787;
}

.aligncenter {
    display: block;
    margin: auto;
}

#categoryTab a {
    line-height: 32px;
    font-size: 26px;
    text-transform: uppercase;
    border: 2px solid black;
    width: 100%;
    height: 50px;
    border-radius: 0;
}

#categoryTab .tab {
    padding: 0 5px;
}

@media(max-width: 768px) {
    #categoryTab a {
        font-size: 14px;
    }
}

#categoryTab a.active {
    color: white;
    background: black;
}

#titleCategory span {
    background: white;
    padding: 0 11px;
    text-transform: uppercase;
}

#titleCategory hr {
    border-top: 2px solid;
    margin-top: -29px;
}

#navigationMatch a {
    font-size: 16pt;
    text-transform: uppercase;
    color: black;
}

#navigationMatch a.left {
    float: left;
}

#navigationMatch a.right {
    float: right;
}

#navigationMatch a span.angle {
    color: #036933;
    font-size: 19pt;
    font-weight: 800;
}

#navigationMatch a span.nav-text {
    font-family: "Myriad Pro Semibold";
}

.header-week {
    background: #036933;
    color: white;
    text-align: center;
}

.title-day {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;

}

.row-match {
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}

/* .match-score
{
    display: flex;
    align-items: center;
    font-family:'Myriad Pro Bold Condensed';
    font-size:15pt;
    font-weight:600;
}
.match-score .home,.match-score .away
{
    color:#008dc1;
} */
.winner-score {
    color: #e80000;
}

.loser-score {
    color: black;
}

/* .match-detail
{
    display: flex;
    align-items: center;
    font-family:'Myriad Pro Regular';
    font-size:13pt;
    color:black;
} */

/* .match-time
{
    font-family: "Big Noodle Tilting";
    font-size: 16pt;
} */

/* .match-score-detail .team
{
    font-family: "Bebas Neue Regular";
    font-size: 40pt;
    text-transform: uppercase;
    color: rgb(83,83,83);
}
.match-score-detail .team.winner-match-detail
{
    font-family: "Bebas Neue Bold";
}

.match-score-detail .score
{
    float: right;
}

.table-score-match-detail .header
{
    font-family: "Bebas Neue Book";
    font-size: 20pt;
}

.table-score-match-detail
{
    text-align: center;
    width: 100%;
}
.table-score-match-detail .team
{
    font-family: "Bebas Neue Regular";
    font-size: 30pt;
}

.table-score-match-detail .point
{
    font-size: 30pt;
    font-family: "Bebas Neue Book";
}

.table-score-match-detail .point.winner
{
    font-family: "Bebas Neue Bold";
} */

.title-top-performance {
    background: rgb(149, 149, 149);
    color: white;
    padding: 5px 0 5px 15px;
    font-family: 'Bebas Neue Regular';
}

.top-performance-player {
    font-family: 'Bebas Neue Regular';
    color: rgb(149, 149, 149);
    font-size: 40pt;
    margin: 0;
}

.top-performance-player-club {
    font-family: 'Bebas Neue Book';
    color: rgb(149, 149, 149);
    font-size: 25pt;
    margin: 0;
}

.top-performance-status .point {
    font-family: 'Bebas Neue Bold';
    color: rgb(149, 149, 149);
    font-size: 80pt;
    text-align: center;
    margin-bottom: 5px;
}

.top-performance-status .attribute {
    font-family: 'Bebas Neue Regular';
    color: rgb(149, 149, 149);
    font-size: 28pt;
    text-align: center;
    margin-top: 0;
}

/* .league-group-1
{
    width: 100%;
    text-align: center;
}

.league-group-1-name
{
    display: inline;
    font-size: 18pt;
    padding: 5px 20px;
    margin: 0 5px;
    border-radius: 10px;
    border: 1px solid #036933;
    text-transform: uppercase;
    font-family: "Bebas Neue Bold";
}

.league-group-1-name.active
{
    background: #036933;
    color: white;
}

.group-league-2-name
{
    font-family: "Bebas Neue Bold";
    font-size: 18pt;
    color: #036933;
    margin-bottom: 0px;
    margin-top: 40px;
} */
.league-group-name {
    font-weight: 700;
    font-size: 22px;
    color: #036933;
}

.standing-table thead th {
    color: #fff;
    background-color: #036933;
}

/* PROFILE PAGE */
.profile-panel {
    margin-bottom: 20px;
    background-color: #fff;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
}


@media only screen and (min-width: 992px) {
    .profile-divider {
        display: block;
        color: #cccccc;
        margin-top: -10%;
        margin-bottom: 0.5em;
        margin-left: 25%;
        margin-right: -575px;
        border-style: solid;
        border-width: 2px;
    }

    .profile-name {
        font-family: 'Big Noodle Tilting';
        color: #626262;
        font-size: 80px;
        letter-spacing: 10px;
        /* font-weight: bold; */
    }
}

@media only screen and (max-width: 991px) {
    .profile-name {
        font-family: 'Big Noodle Tilting';
        color: #626262;
        font-size: 80px;
        letter-spacing: 10px;
        text-align: center;
        /* font-weight: bold; */
    }
}

.user-img-profile {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.bio {
    font-weight: 700;
    color: #626262;
    font-size: 18.6px;
}

.bio-description {
    font-weight: 700;
    color: #3c3c3c;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-word;
}

.title-article a {
    font-weight: 700;
    margin-bottom: 0;
    color: #626262;
    text-decoration: none;
}

/* LOGIN PAGE */

.btn-persebaya,
.btn-persebaya:hover,
.btn-persebaya:active,
.btn-persebaya:visited,
.btn-persebaya:focus {
    background-color: #036933;
    border-color: #005a2c;
    color: #fff;
}

/*Custom pagination*/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #036933;
    border-color: #ffffff;
    border-radius: 0px;
    cursor: default;
}

.pagination>li>a {
    background: #fafafa;
    color: #666;
    border-color: #036933;
    color: #ffffff;
    border-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    margin: 0 10px;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #036933;
    background-color: #ffffff;
    border-color: #005a2c;
    border-radius: 0px;
    cursor: not-allowed;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination>li>a {
    background: #ffffff;
    color: #666;
    border-color: #005a2c;
    color: #ffffff;
    border-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #ffffff;
    background-color: #005a2c;
    border-color: #ffffff;
}


/* POPUP */
.user_register,
.user_register_next_page,
.resend_email,
.forgot_password {
    display: none;
}

@media(min-height: 768px) {
    /*.email-login-popup
    {
        padding-right: 2px !important;
    }
    .password-login-popup
    {
        padding-left: 2px !important;
    }*/
}


.popupContainer {
    position: absolute !important;
    height: auto;
    left: 45%;
    /*top: 60px !important;*/
    background: #FFF;
    width: 90%;
}

@media (min-width: 500px) {
    .popupContainer {
        top: 60px !important;
        /*width: 90%;*/
    }
}

@media (max-width: 850px) {
    .popupContainer {
        left: 0px;
        top: 60px !important;
        /*width: 500px;*/
    }
}

@media (max-width: 499px) {
    .popupContainer {
        top: 5px !important;
        /*width: 90%;*/
    }
}


#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.input-round {
    border-radius: 16px
}

.popupBody div.direction {
    position: relative;
    top: 6px;
    padding-right: 5px;
}

.register-column {
    margin-top: 5px;
}

.popupBody {
    /*padding: 20px;*/
    margin: 20px;
}

.box-title {
    font-family: "Roboto Regular";
    font-size: 13pt;
    font-weight: bolder;
    color: black;
    margin-bottom: 7pt;
    margin-top: 5px;
}

.box-title-second {
    font-family: "Roboto Regular";
    font-size: 10pt;
    color: #58595B;
    margin-bottom: 7pt;
    margin-top: 5px;
}

#box_title_msg {
    font-family: "Roboto Regular";
    font-size: 12pt;
    color: #58595B;
    margin-bottom: 7pt;
}

.input-group-addon {
    background: white;
    color: #58595B;
}

.btn-facebook {
    background-color: #545454;
    border-color: #545454;
    width: 186px;
    color: #FFFFFF;
    margin-top: 0.5em;
}

.btn-facebook:hover {
    color: #ffffff;
    background-color: #545454;
    border-color: #545454;
}

.btn-google {
    background-color: #545454;
    border-color: #545454;
    width: 186px;
    color: #FFFFFF;
    margin-top: 0.5em;
}

.btn-google:hover {
    color: #ffffff;
    background-color: #545454;
    border-color: #545454;
}

/*OVERRIDE PAGINATION NAVIGATION DESIGN*/
.pagination>.active>span {
    background-color: #036933;
    border-color: #ffffff;
}

.pagination>li>a {
    color: #036933;
}

.box-title {
    text-align: center;
    font-weight: 700;
}

.email-login-popup>input {
    border-radius: 0;
    margin-bottom: 10px;
}

.password-login-popup>input {
    border-radius: 0;
}


#wrap_register {
    text-align: center;
    width: auto;
}

#btn-login,
#goToLoginFromRegister,
#btn_register,
.btn-black-popup,
#register_form {
    color: white;
    background: black;
    border-radius: 0;
    width: auto;
    font-weight: 600;
}

#btn-login {
    color: #ffffff;
    background-color: #005a2c;
    border-color: rgba(0, 0, 0, 0.2);
}

#btn-login:hover {
    color: #ffffff;
    background-color: #036933;
    border-color: rgba(0, 0, 0, 0.2);
}


#wrap_login {
    text-align: right;
}


.register-validate {
    border-radius: 0;
}

/*JQUERY COMMENT PLUGIN*/

.jquery-comments ul.main li.comment .name {
    color: #3c3c3c;
    font-style: italic;
}

.jquery-comments ul.main li.comment .child-comments li.toggle-all {
    color: #3c3c3c !important;
}

span.send.save.highlight-background {
    background-color: black !important;
}

span.send.save.highlight-background.enabled {
    background-color: black !important;
}

.img-top-member {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 1px solid #949494;
    object-fit: cover;
    border-radius: 50% !important;
}

.search-title {
    font-weight: 700;
    font-size: 30px;
}


.btn-twitter {
    background-color: #545454;
    border-color: #545454;
    width: 186px;
    color: #FFFFFF;
    margin-top: 0.5em;
}

.btn-twitter:hover {
    color: #ffffff;
    background-color: #545454;
    border-color: #545454;
}

/************GENERAL**************/
/* bootstrap md screen size */
@media (min-width: 768px) {

    /* .league-group-menu-wrapper {
        float: right!important;
    } */
    .league-group-menu {
        padding: 15px 23px;
        color: #272727;
        font-weight: 900;
        font-size: 14px;
        border-bottom: 2px solid #E3E3E3;
    }
}

/* bootstrap sm screen size */
@media (max-width: 767px) {

    /* .league-group-menu-wrapper {
        text-align: center;
    } */
    .league-group-menu {
        padding: 0px 0px 10px 0px;
        color: #272727;
        font-weight: 900;
        font-size: 11px;
        border-bottom: 2px solid #E3E3E3;
    }
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.btn-persebaya-1 {
    color: #fff;
    background-color: #005a2c;
    border-color: #fff;
    border-radius: 0px;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 700;
}

.btn-persebaya-1:hover {
    color: #fff;
    font-weight: 700;
}

.btn-persebaya-2 {
    color: #fff;
    background-color: #036933;
    border-color: #fff;
    border-radius: 0px;
    padding-top: 17px;
    padding-bottom: 18px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 700;
}

.btn-persebaya-2:hover {
    color: #fff;
    font-weight: 700;
}

.btn-persebaya-rounded {
    color: #fff;
    background-color: #036933;
    border-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
}

.btn-persebaya-rounded:hover {
    color: #fff;
}

.league-group-menu-wrapper .active {
    color: #036933;
    border-bottom: 2px solid #036933;
}

a.league-group-menu:hover {
    color: #036933;
    text-decoration: none;
    border-bottom: 2px solid #036933;
}

/***** BOOTSTRAP 4 OVERRIDE *****/
/* bootstrap xl screen size */
@media (min-width: 1200px) {
    /* .container {
        max-width: 1170px;
    } */
}

/* bootstrap sm screen size */
@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: none;
    }

    .pagination {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
    }

    .pagination>li {
        display: inline;
    }
}

/***** MATCH PAGE *****/
@media (max-width: 767px) {
    .match-place {
        text-align: center !important;
        font-size: 12px;
    }

    .btn-report {
        text-align: center !important;
    }

    .home-standing-match {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .carousel-control-prev {
        left: -25px;
        justify-content: flex-start;
        width: auto;
        opacity: 1;
    }

    .carousel-control-next {
        right: -25px;
        justify-content: flex-end;
        width: auto;
        opacity: 1;
    }
}


@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .carousel-control-prev {
        left: -25px;
        justify-content: flex-start;
        width: auto;
        opacity: 1;
    }

    .carousel-control-next {
        right: -25px;
        justify-content: flex-end;
        width: auto;
        opacity: 1;
    }


    .match-padding {
        padding: 30px 70px;
    }

    .btn-report {
        float: right;
    }
}

.active-match {
    display: block;
}

.hide-match {
    display: none;
}

#match-carousel a {
    font-weight: 900;
    color: #fff;
    cursor: pointer;
}

#match-carousel a.selected-date {
    font-weight: 900;
    color: #000;
    cursor: pointer;
}

.match-date {
    background-color: #036933;
    color: #fff;
}

.selected-date {
    background-color: #F1D015;
    color: #272727;
}

a.btn-report {
    border-radius: 25px;
    min-width: 137px;
    color: #000;
    background-color: #F1D015;
    font-weight: 900;
    font-size: 13px;
}

.match-day {
    font-weight: 900;
}

.match-kickoff {
    font-weight: 400;
    margin-top: 40%;
    font-size: 12px;
}

.match-time {
    font-weight: 900;
}

.match-team-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.match-team-score {
    margin-top: 40%;
    font-weight: 900;
}

.match-team-image {
    /* width: 100px;  */
    max-height: 120px;
}

.match-score {
    font-weight: 900;
    margin-top: 40%;
}

.match-carousel-control {
    background-color: #036933;
    padding: 5px 7px;
    border-radius: 50%;
    font-size: 10px;
}

.arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #F1D015;
    position: absolute;
    z-index: 1;
}

.league-labels {
    font-weight: 700;
    font-size: 12px;
}

/***** MATCH DETAIL PAGE *****/
/* bootstrap sm screen size */
@media (min-width: 576px) {
    .detail-match-team-name {
        font-size: 24px;
        line-height: 24px
    }

    .detail-match-score {
        font-size: 58px;
    }

    .detail-match-vs {
        font-weight: 700;
        font-size: 25px;
    }

    .detail-match-events {
        font-size: 13px;
    }

    .match-score-body {
        font-size: 40px;
    }
}

/* bootstrap xs screen size */
@media (max-width: 575px) {
    .detail-match-team-name {
        font-size: 12px;
    }

    .detail-match-score {
        font-size: 26px;
    }

    .detail-match-vs {
        font-weight: 700;
        font-size: 18px;
    }

    .detail-match-events {
        font-size: 12px;
    }

    .match-score-body {
        font-size: 34px;
    }
}

.detail-match-team-name {
    font-weight: 700;
}

.detail-match-score {
    font-weight: 900;
}

.match-menu-border {
    border-left: 2px solid #E3E3E3;
}

.match-border {
    border-left: 2px solid #E3E3E3;
    border-right: 2px solid #E3E3E3;
}

.match-score-title {
    font-weight: 900;
    font-size: 14px;
}

.match-score-body {
    font-weight: 900;
    color: #036933;
}


/***** TEAM PAGE *****/
.team-position {
    color: #036933;
    font-weight: 900;
    font-size: 18px;
}

a.team-wrapper {
    background-color: #E3E3E3;
    font-weight: 900;
    color: #212529;
    text-decoration: none;
}

.team-wrapper:hover,
.team-wrapper a:hover {
    background-color: #036933;
    color: #fff;
}

.team-wrapper .player-image {
    height: 159px;
    object-fit: cover;
    object-position: 50% 0%;
}

.team-wrapper .player-name,
.team-wrapper .player-number {
    font-size: 17px;
}

.team-wrapper .player-position {
    font-size: 12px;
}

/***** PLAYER PAGE *****/

@media (max-width: 767px) {
    .single-player-wrapper .player-name {
        font-size: 36px;
        text-align: center;
    }

    .single-player-wrapper .player-number {
        font-size: 36px;
        text-align: center;
    }

    .single-player-wrapper .player-position {
        font-size: 16px;
        text-align: center;
    }

    .single-player-wrapper .single-player-image {
        height: 220px
    }

    .single-player-wrapper .statistic-title {
        font-size: 10px;
    }

    .single-player-wrapper .statistic-value {
        font-size: 26px;
    }

    .player-nav .nav-item {
        padding: 0px 15px;
    }

    .player-nav .nav-link {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    .single-player-wrapper .player-name {
        font-size: 52px;
    }

    .single-player-wrapper .player-number {
        font-size: 52px;
    }

    .single-player-wrapper .player-position {
        font-size: 20px;
    }

    .single-player-wrapper .single-player-image {
        height: 348px;
    }

    .single-player-wrapper .statistic-title {
        font-size: 14px;
    }

    .single-player-wrapper .statistic-value {
        font-size: 46px;
    }

    .player-nav .nav-item {
        padding: 0px 34px;
    }

    .single-player-wrapper .statistic-border {
        border-left: 2px solid #E3E3E3;
    }
}

.single-player-wrapper .single-player-image {
    object-fit: cover;
    object-position: 50% 0%;
}

.single-player-wrapper .headline-player {
    background-color: #036933;
}

.single-player-wrapper .player-name {
    font-weight: 900;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.single-player-wrapper .player-number {
    font-weight: 900;
}

.single-player-wrapper .player-position {
    font-weight: 900;
}

.single-player-wrapper .player-statistic-sidebar {
    background-color: #E3E3E3;
}

.single-player-wrapper .statistic-title {
    color: #272727;
    font-weight: 900;
}

.single-player-wrapper .statistic-value {
    color: #036933;
    font-weight: 900;
}

.single-player-wrapper .btn-back-to-player {
    background-color: #036933;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    padding: 5px 15px;
}

.player-nav .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #036933;
    font-weight: 900;
    background-color: transparent;
    border-bottom: 4px solid #036933;
}

.player-nav .nav-link {
    color: #272727;
    font-weight: 900;
    border-radius: 0px;
    padding: 10px 0px;
}

.player-nav .nav-link:hover {
    border-bottom: 4px solid #036933;
}



/* TINYMCE related css */
/* Image captions using the HTML5 figure element */
figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

figure.image {
    display: inline-block;
    border: 0px solid gray;
    margin: 0 2px 0 1px;
    background: #fff;
}

figure.image img {
    padding: 5px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center;
    color: grey;
    font-family: "Helvetica";
}


/*REGISTER PAGE*/

/* bootstrap xs screen size */
@media (max-width: 575px) {

    #webcamContainer {
        width: 100%;
        height: 260px;
    }
}

/*POSTPONED MATCH*/
.postponed {
    font-size: 1.5rem;
}


/*LOGIN PAGE*/
.span-or {
    display: block;
    position: absolute;
    left: 40%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 145px;
    text-align: center;
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
    color: #ffffff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

/***** PAYMENT CONFIRMATION PAGE *****/
.payment-confirmation-wrapper {
    background-image: url("../img/payment-confirmation.jpg");
    color: #fff;
}

.payment-confirmation-header {
    font-weight: 700
}

fieldset.payment-confirmation-form {
    display: block;
    line-height: 0;
    margin-top: 10px;
    /* -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em; */
    min-width: -webkit-min-content;
    /* border: 2px solid #000; */
    border-width: 2px;
    border-style: groove;
    /* border-color: threedface; */
    border-image: initial;
    min-height: 50px;
}

fieldset.payment-confirmation-form legend {
    font-size: 15px;
    font-weight: 900;
    width: inherit;
    margin-bottom: 0;
    /* text-align: center; */
    background-color: #fff;
    position: relative;
    margin-left: 40px;
}

fieldset.payment-confirmation-form .form-control {
    border: 0px solid #ced4da;
    border-radius: 0;
    /* height: 50px; */
}

.payment-confirmation-form input[type="text"],
.payment-confirmation-form input[type="number"],
.payment-confirmation-form select {
    min-height: 46px;
}

fieldset.payment-confirmation-form input[type="file"],
fieldset.payment-confirmation-form input[type="number"] {
    border: 0px solid #ced4da;
    border-radius: 0;
}

.payment-confirmation-form .input-title {
    background-color: #fff;
}

/* bootstrap lg screen size (laptop, desktop and larger device) */
@media (min-width: 992px) {
    .payment-confirmation-header {
        padding-right: 140px;
    }
}

/* bootstrap xs and sm screen size (smartphone portrait and landscape) */
@media (max-width: 767px) {
    .payment-confirmation-header {
        font-size: 14px;
    }
}

/*image caption on article body*/
.image-caption-body {
    position: relative;
    font-size: 75%;
    line-height: 1.4;
    vertical-align: baseline;
    font-style: italic;
}

.title-photo-gallery {
    font-weight: 700;
    font-size: 24px
}

.lh-1 {
    line-height: 1;
}


/* START Owl Carousel */
.owl-prev {
    /* width: 15px; */
    height: 100px;
    position: absolute;
    top: 35%;
    /* margin-left: -20px; */
    margin-left: 5px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    /* width: 15px; */
    height: 100px;
    position: absolute;
    top: 35%;
    /* right: -25px; */
    right: 5px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    /* transform : scale(1,6);  */
    font-size: 45px;
    color: #ccc;
}

/* END Owl Carousel */

/*----------------------------------------- Photo Story CSS -----------------------------------------*/

.photo-story .story-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.photo-story .multiple-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
}

.photo-story .story-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 44%;
    font-weight: 700;
    /*font-size: 31px;*/
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    text-shadow: 2px 2px 6px #000000;
}

.photo-story .date {
    font-weight: bold;
    color: #ff2600;
    font-size: 12px;
    font-family: 'quantify';
}

.photo-story .category {
    font-weight: bold;
    color: #ff2600;
    font-size: 12px;
    font-family: 'quantify';
}

.albumListAction {
    margin-top: 15px;
}


/***** EVENT *****/
#headlineContentWrapper {
    position: relative;
    margin-bottom: 10px;
}

.top-title-event {
    font-family: 'Myriad Pro Bold', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #464646;
}

.main-title-event {
    font-family: 'Playfair Display', serif;
    font-size: 350%;
    line-height: 100%;
    font-weight: bold;
}

.event-description {
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
    color: #333;
    padding: 0px 30px;
}

#gfr-menu {
    margin-left: 0px;
}

/* bootstrap lg screen size */
@media (min-width: 992px) {
    .headline-event-content {
        width: 65%;
        margin-left: 5%;
        padding: 5%;
        background-color: #fff;
        position: relative;
        margin-top: -10%;
    }
}

/* bootstrap md screen size */
@media (max-width: 991px) {
    .headline-event-content {
        padding: 5%;
        background-color: #fff;
        position: relative;
    }
}

/***** EVENT MENU ITEM *****/
/* bootstrap md screen size */
@media (min-width: 768px) {
    #custom-event-menu .navbar-nav>li>a {
        color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        font-family: "Bebas Neue";
        font-size: 16pt;
    }
}

/* bootstrap sm screen size */
@media (max-width: 767px) {
    #custom-event-menu .navbar-nav>li>a {
        font-family: "Bebas Neue";
        font-size: 20px;
        padding: 2px 2px;
    }
}

#custom-event-menu {
    margin-bottom: 15px;
}

#custom-event-menu .nav>li>a:focus,
#custom-event-menu .nav>li>a:hover {
    text-decoration: none;
    color: #ffffff;
}

#custom-event-menu .navbar-brand {
    font-family: "Bebas Neue";
    font-size: 20px;
    color: #464646;
}

#custom-event-menu {
    font-size: 15px;
    background-color: rgba(248, 248, 248, 0);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 0) 100%);
    border-width: 1px;
    border-radius: 0px;

    border-bottom: 1px solid #464646;
}

#custom-event-menu .navbar-nav>li>a {
    color: #036933;
    background-color: rgba(255, 255, 255, 1);
}

#custom-event-menu .navbar-nav>li>a:hover,
#custom-event-menu .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(248, 248, 248, 0);
}

#custom-event-menu .navbar-nav>.active>a,
#custom-event-menu .navbar-nav>.active>a:hover,
#custom-event-menu .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
}

#custom-event-menu .navbar-toggle {
    border-color: #fff;
}

#custom-event-menu .navbar-toggle:hover,
#custom-event-menu .navbar-toggle:focus {
    background-color: #fff;
}

#custom-event-menu .navbar-toggle .icon-bar {
    background-color: #888;
}

#custom-event-menu .navbar-toggle:hover .icon-bar,
#custom-event-menu .navbar-toggle:focus .icon-bar {
    background-color: #888;
}



/***** EVENT RESULTS *****/
/* bootstrap xs screen size */
@media (max-width: 575px) {
    .event-result-tabs .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }

    .event-result-tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        width: 100%;
        text-align: center;
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #dee2e6;
    }
}

.event-result-tabs .nav-tabs a {
    color: #0095e1;
}

/***** GENERAL ITEM *****/
.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}


/***** EVENT GALLERY *****/

.my-gallery {
    width: 100%;
    text-align: left;
    position: relative;
}

.my-gallery figure {
    padding: 0;
    border: #ececec;
    border-style: solid;
    border-width: thin;
}

/*.my-gallery figure:after {*/
/*content: "";*/
/*display: inline-block;*/
/*width: 100%;*/
/*}*/

.my-gallery figcaption {
    display: none;
}

.gallery-container {
    position: relative;
    width: 100%;
}

.photo-gallery-list-frame {
    /*width: 100%;*/
    /*height: 30vmax;*/
    margin: 0 10px 0 10px;
    height: 200px;
    border: 0px solid #939598;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
}

.photo-gallery-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}

.photo-gallery-label3 {
    /* font-family: "Roboto Regular"; */
    position: absolute;
    bottom: 0;
    font-size: 9pt;
    /* font-weight: 600; */
    margin: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: black;
    /*background: rgba(254, 242, 0, 1);*/
    background: rgba(0, 0, 0, 0.44);
    padding: 5px 2px 5px 2px;
}

.photo-gallery-tag {
    padding: 5px !important;
    margin: 2px 2px !important;
}

.btn {
    border-radius: 0 !important;
}