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

@font-face {
    font-family: VIPArabicTypo;
    src: url('../fonts/VIP-Arabic-Typo-1.ttf');
}

@font-face {
    font-family: DROIDSANS;
    src: url('../fonts/DROIDSANS.TTF');
}

@font-face {
    font-family: BOLDCARE_AR_PHOTOSHOP;
    src: url('../fonts/BOLDCARE_AR_PHOTOSHOP.TTF');
}

@font-face {
    font-family: DroidSansArabic;
    src: url('../fonts/DroidSansArabic.otf');
}

.DROIDSANS {
    font-family: DROIDSANS !important;
}

.VIPArabicTypo {
    font-family: VIPArabicTypo !important;
}

.BOLDCARE_AR_PHOTOSHOP {
}

.DroidSansArabic {

    font-family: DroidSansArabic !important;
}


html,
body {
    height: 100%;
    font-family: DroidSansArabic !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#latestNewsBox h5.boxBorderTop
.wrap > .container {
    padding: 70px 15px 20px;
}

main {
    min-height: 500px;
}

.footer {
    background-color: #000000;
    display: block;
    position: inherit;
    bottom: 0px;
    width: 100%;
}

.footer a {
    font-size: 14px;
    padding-top: 25px;
    padding-left: 6px;
    text-decoration: none;
    margin-left: 20px;
}

.footer a:hover {
    color: #bf0215 !important;
    text-decoration: none;
}

.boxBorderTop {
    font-size: 30px;
    line-height: 30px
}

.boxBorderTop .small {
    font-size: 14px;
}

.boxBorderTop > hr {
    width: 30%;
    height: 3px;
    background-color: #bf0215;
    border: none;
    margin: 0px;
    margin-bottom: 5px;

}

.boxShadowJbf {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(234, 234, 234, 0.66);
    -moz-box-shadow: 0px 0px 10px 5px rgba(234, 234, 234, 0.66);
    box-shadow: 0px 0px 10px 5px rgba(234, 234, 234, 0.66);
}

.latest-result .boxShadowJbf,
.next-match .boxShadowJbf {
    min-height: 250px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.site-index,
.limit-width {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 26px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

#social-media a:hover {
    cursor: pointer;
}

#instagram {
    background: url("../img/instagram.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 5px;
}

#instagram:hover {
    background: url("../img/a_instagram.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twitter {
    background: url("../img/twitter.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 5px;
}

#twitter:hover {
    background: url("../img/a_twitter.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#youtube {
    background: url("../img/youtube.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 5px;
}

#youtube:hover {
    background: url("../img/a_youtube.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#facebook {
    background: url("../img/facebook.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px 5px;
}

#facebook:hover {
    background: url("../img/a_facebook.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#search {
    background: url("../img/search.png") no-repeat;
    width: 27px;
    height: 32px;
    display: inline-block;
    margin: 0px 5px;
}

#search:hover {
    background: url("../img/a_search.png") no-repeat;
}

#language {
    height: 30px;
    width: 50px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    color: #8f8b8c;
}

#language:hover {
    color: #bf0215;
}

/*footer*/
#f_instagram {
    background: url("../img/f_instagram.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 5px;
}

#f_instagram:hover {
    background: url("../img/a_instagram.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#f_twitter {
    background: url("../img/f_twitter.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 5px;
}

#f_twitter:hover {
    background: url("../img/a_twitter.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#f_youtube {
    background: url("../img/f_youtube.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 5px;
}

#f_youtube:hover {
    background: url("../img/a_youtube.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#f_facebook {
    background: url("../img/f_facebook.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0px 5px;
}

#f_facebook:hover {
    background: url("../img/a_facebook.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#social-media > p {
    height: 35px;
    width: 90px;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    color: #8f8b8c;
    text-align: left;
}

#main-mnue {
    background-color: #2d2628;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main-mnue a {
    font-size: 14px;
    text-decoration: none;
}

#main-mnue a:hover {
    color: #bf0215 !important;
}

div.site-index > div.body-content > div.row.mb-5 > div.col-md-12 {
    padding: 0px;
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption,
#latestNewsBox .col-md-12 .carousel-caption {
    left: 20px;
    bottom: 0px;
    text-align: start;
    color: white;
}

#carouselExampleIndicators .carousel-inner .carousel-item .slide-background {

    height: 450px;

    -webkit-box-shadow: inset 0px -80px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -80px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -80px 30px 0px rgba(0, 0, 0, 0.75);
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption {
    top: 350px;
    height: 100px;
}

#latestNewsBox .col-md-12 .carousel-caption {
    padding: 0px;
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h5 hr {
    width: 20%;
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h5,
#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h5 a {
    font-weight: bold;
    color: white;
    font-size: 30px;
}

#carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption time {
    font-size: 14px;
}

#carouselExampleIndicators .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

h2.h2LatestNews.boxBorderTop > hr,
h2.h2LatestVideos.boxBorderTop > hr,
.schedule-index h2.boxBorderTop > hr {
    width: 14%;
}

h2.h2LatestResult.boxBorderTop > hr,
h2.h2NextMatch.boxBorderTop > hr,
h2.h2LeagueTable.boxBorderTop > hr,
h2.boxBorderTop.h2Galleries > hr,
.team_latest_results h2.boxBorderTop > hr,
.team_statistics h2.boxBorderTop > hr {
    width: 60%;
}

#latestNewsBox .col-md-12 img {
    height: 360px !important;
}

#latestNewsBox h5.boxBorderTop {
    /*margin-bottom: 80px;*/
    line-height: 12px;
}

#latestNewsBox h5.boxBorderTop a {
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}

#latestNewsBox h5.boxBorderTop time {
    font-size: 14px;
}

#latestNewsBox ul.list-group {
    margin-top: 20px;
}

#latestNewsBox ul.list-group li {
    background-color: #f7f7f7;
    border: none;
    padding-bottom: 0px;
}

#latestNewsBox ul.list-group li hr {
    width: 100%;
    margin: 5px auto 5px;
    border-bottom: 1px solid #dedede;
}

#latestNewsBox ul.list-group li:last-of-type hr {
    border: none;
}

#latestNewsBox ul.list-group li a {
    color: #2d2628;
    font-size: 14px;
    display: block;
}

#latestNewsBox ul.list-group li small {
    color: #bf0215;
    font-size: 12px;
}

#latestNewsBoxLeft .col-md-12 {
    padding: 0px;
}

#latestNewsBoxLeft .col-md-12 img {
    /* height: 250px !important;*/
}

#latestNewsBoxLeft .col-md-12 a {
    color: #2d2628;
    font-size: 16px;
    display: block;
}

#latestNewsBoxLeft .col-md-12 small {
    color: #bf0215;
    font-size: 12px;
}

.league-table table thead tr th {
    background-color: #e0e0e0;
}

.league-table table tbody > tr:nth-child(odd) > * {
    background-color: #ffffff;
}

.league-table table tbody > tr:nth-child(even) > * {
    background-color: #e9f2e9;
}

.league-table table tr th,
.league-table table tr td {
    font-size: 12px;
    padding: .4rem;
}

.containerImgHomePage {
    background-color: #e0e0e0;
}

.boxLatestNews3 .col-md-4 a {

}

#carouselExampleIndicators {
    -webkit-box-shadow: inset 0px -66px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -66px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -66px 30px 0px rgba(0, 0, 0, 0.75);
}

.box-shadow-bottom > a {
    cursor: pointer;
}

.box-shadow-bottom > a,
.box-shadow-bottom > .active {
    position: relative;
    max-width: 100%;
    float: right;
}

.box-shadow-bottom > a::before,
.box-shadow-bottom > .active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0px -66px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -66px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -66px 30px 0px rgba(0, 0, 0, 0.75);
}

.box-shadow-bottom > a img,
.box-shadow-bottom > .active img {
    float: left;
    width: 100%;
    max-height: 350px;
}

.boxLatestNews3 .carousel-caption {
    bottom: 0px;
    left: 5%;
    text-align: start;
}

.boxLatestNews3 .carousel-caption h5 {
    line-height: 11px;
}

.boxLatestNews3 .carousel-caption h5 a {
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

.boxLatestNews3 .carousel-caption h5 small {
    font-size: 14px;
}

.containerVideoAndGallery {
    position: relative;
    margin: 0px !important;
}

.containerVideoAndGallery > div {
    z-index: 20;
}

.containerVideoAndGalleryBackground {
    position: absolute;
    top: 0px;
    background-color: #211c1d;
    height: 75%;
    width: 100%;
    z-index: 10;
}

.containerLatestVideos div.row.text-light.mb-5 .col-md-8 img {
    height: 500px !important;
}

.containerLatestVideos div.row.text-light .col-md-3 img {
    height: 150px !important;
}

.containerLatestVideos div.row.text-light .col-md-4 h3 a {
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.containerLatestVideos div.row.text-light .col-md-3 a {
    color: #2d2628;
    font-weight: bold;
    cursor: pointer;
}

.containerLatestVideos div.row.text-light .col-md-3 small {
    color: #bf0215;
}

.galleriesList div.clear {
    height: 278px;
}

.galleriesList .col-md-6 a img {
    max-width: 100%;
    height: 270px !important;
}

.galleriesList .carousel-caption,
.firstGalleriesList .carousel-caption {
    bottom: 0px;
    left: 2%;
    text-align: start;
}

.firstGalleriesList .carousel-caption {
}

.galleriesList .carousel-caption h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.firstGalleriesList > a {
    max-width: 110%;
    cursor: pointer;
}

.firstGalleriesList .boxBorderTop {
    line-height: 8px;
}

.firstGalleriesList .carousel-caption h3 a {
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

.galleriesList .carousel-caption h4 small,
.firstGalleriesList .carousel-caption h3 small {
    font-size: 13px;
}

.galleriesList .carousel-caption h4 a {
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.lastResultScore {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.lastResultScore > span {
    display: inline-block;
    padding: 14px;
    color: #424343;
    font-weight: bold;
    font-size: 28px;
}

.team_latest_results .lastResultScore > span {
    padding: 12px;
}

.team_latest_results .lsat-result,
.player-thumb-list-border {
    border-right: 1px solid #dee2e6;
}

.nextMatchTime > span {
    display: inline-block;
    padding: 14px;
    color: white;
    background: linear-gradient(
            #585858,
            #585858 50%,
            #3b3b3b 50%);
}

figure {
    margin: 0px !important;
}

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

.team-index h1,
.player-info h1,
.news-list h1,
.page-index h1,
.content-news-index h1,
.list-player-index h1,
.schedule-index h1,
.match-latest-results h1 {
    background-color: #bf0215;
    min-height: 80px;
}

.team-index .container div.col-md-2.text-center {
    padding-bottom: 20px;
}

.team-index .container .border-bottom,
.team-index .container .team-logo:hover {
    border-bottom: 6px solid #247b2c !important;
}

.team-index .container .team-logo a {
    color: black;
    font-weight: bold;
}

.team-index .container .border-bottom a:hover,
.team-index .container .team-logo a:hover {
    text-decoration: none;
}

.team-index .container #carouselExampleControls .carousel-inner {
    width: 95% !important;
    margin: 0 auto !important;
}

.team-index .container #carouselExampleControls a.carousel-control-prev {
    left: -80px !important;
    top: 25% !important;
}

.team-index .container #carouselExampleControls a.carousel-control-next {
    right: -80px !important;
    top: 25% !important;
}

.team-index .container #carouselExampleControls a.carousel-control-prev,
.team-index .container #carouselExampleControls a.carousel-control-next {
    width: 20px !important;
    height: 70px !important;
    background: black !important;
}

#team-bar {
    background: url("../img/team_page.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#team-bar .table {
    font-size: 14px;
}

#team-bar .table tr td {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    border-top: none;
    border-right: 1px solid #dee2e6;
}

#team-bar .table tr td:last-of-type {
    border: none;
}

#team-bar .table tr td p {
    margin: 0px;
    padding: 0px 16px;
}

.player-info .table td,
.player-info .table th {
    border: none;
}

.player-info .table th {
    padding: 4px;
    width: 35%;
}

.player-info .table td {
    padding: 4px;
}

.player-info .table th.name_prob {
    font-size: 24px;
}

.player-info .table th.p-position {
    font-size: 22px;
    color: #4C7A35;
}

.player-info .col-md-6 .table {
    background: url("../img/team_page.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    margin-top: 20px;
    text-align: center;
}

.player-info .col-md-6 .table tr:first-of-type th {
    padding-top: 30px;
}

.player-info .col-md-6 .table tr:last-of-type th {
    padding-bottom: 30px;
}

.player-info h2.bio {
    display: inline-block;
    background-color: #E9E9E9;
}

.player-info .player-stats,
.team_statistics table,
.league-table-container table {
    color: white;
}

.player-info .player-stats tr th,
.player-info .player-stats tr td,
.team_statistics table tr th,
.team_statistics table tr td,
.league-table-container table tr th,
.league-table-container table tr td {
    border: 1px solid #E9E9E9;
    font-size: 12px;
    padding: .4rem;
}

.player-info .player-stats tr th:nth-child(odd),
.team_statistics table tr th:nth-child(odd),
.league-table-container table tr th:nth-child(odd) {
    background-color: #424343;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    vertical-align: middle !important;
}

.player-info .player-stats tr th:nth-child(even),
.team_statistics table tr th:nth-child(even),
.league-table-container table tr th:nth-child(even) {
    background-color: #424343;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
}

.player-info .player-stats tr td:nth-child(odd),
.team_statistics table tr td:nth-child(odd),
.league-table-container table tr td:nth-child(odd) {
    background-color: #E9E9E9;
    border: 1px solid white;
    color: black;
    padding: 5px 10px;
}

.player-info .player-stats tr td:nth-child(even),
.team_statistics table tr td:nth-child(even),
.league-table-container table tr td:nth-child(even) {
    color: black;
    background-color: white;
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
}

.player-info .player-stats tr td:nth-child(even):hover,
.team_statistics table tr td:nth-child(even):hover,
.league-table-container table tr td:nth-child(even):hover {
    background-color: #E9E9E9;
}

.player-info .player-stats tr td:nth-child(odd):hover,
.team_statistics table tr td:nth-child(odd):hover,
.league-table-container table tr td:nth-child(odd):hover {
    background-color: white;
}

img.img-thumbnail,
.news-list div.list-group-item {
    border: none !important;
}

.news-list div.list-group-item .col-md-7 a {
    color: black;
    font-weight: bold;
}

.news-list div.list-group-item .col-md-7 a:hover {
    text-decoration: none;
    color: #4C7A35;
}

.news-list #pagination-container ul,
.match-latest-results #pagination-container ul {
    width: 40%;
    text-align: center;
    margin: 20px auto;
    height: 50px;
    border-radius: 25px;
    vertical-align: middle;
    background-color: #eee;
    overflow: hidden;
}

.news-list #pagination-container ul li,
.match-latest-results #pagination-container ul li {
    display: inline-block;
    width: 45px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.news-list #pagination-container ul li.active,
.news-list #pagination-container ul li:hover,
.match-latest-results #pagination-container ul li.active,
.match-latest-results #pagination-container ul li:hover {
    background-color: #4C7A35;
    color: white;
}

.news-list #pagination-container ul li a,
.match-latest-results #pagination-container ul li a {
    color: black;
    display: block;
}

.news-list #pagination-container ul li.active a,
.news-list #pagination-container ul li:hover a,
.match-latest-results #pagination-container ul li.active a,
.match-latest-results #pagination-container ul li:hover a {
    color: white;
    text-decoration: none;
}

#player-position {
    background-color: #E0E0DD;
    color: black;
    border-bottom: 1px solid #A0A0A0;
    padding: 30px 15px 2px;
    margin: 0px !important;
}

#player-letters {
    background-color: #E0E0DD;
    color: black;
    padding: 3px 15px;
    direction: ltr;
    margin: 0px !important;
}

#player-position input {
    color: black;
}

#player-position a,
#player-letters a {
    color: black;
    font-size: 20px;
}

#player-position > .col-md-6:first-of-type a.font-weight-bold,
#player-position a:hover {
    border-bottom: 6px solid #247b2c !important;
    text-decoration: none;
}

#player-letters a:hover {
    text-decoration: none;
    background-color: #247b2c;
}

.player-thumb div {
    text-align: center;
}

.player-thumb a {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.player-thumb .player-thumb-Position {
    font-size: 16px;
    color: black;
}

.player-thumb .player-thumb-Position span {
    color: #247b2c;
    font-weight: bold;
}

.player-thumb .player-thumb-small {
    font-size: 14px;
    color: red;
}

.demopadding {
    width: 250px;
    text-align: center;
}

.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

    color: #FFFFFF;
}

.icon i {
    font-size: 20px;
    position: absolute;
    left: 9px;
    top: 10px;
}

.icon.social {
    float: left;
    margin: 0 10px 0 0;
    cursor: pointer;
    background: #6d6e71;
    color: #FFFFFF;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.icon.social:hover {
    background: #262626;
    color: #FFFFFF;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -moz-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -ms-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    -o-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0 1px 10px rgba(0, 0, 0, .8));
}

.icon.social.fb i {
    left: 12px;
    top: 10px;
}

.icon.social.tw i {
    left: 11px;
}

.icon.social.in i {
    left: 11px;
}

#social-media a {
    color: #fff;
}

.lang-switcher a {
    color: #000 !important;
}

.static-background {
    background: url("../img/world-cup-artwork1.png") repeat center center !important;
    min-height: 500px;
}

.player-card {
    background: url("../img/Card-27-new.png") no-repeat center center !important;
}

.player-custom-image {
    padding-top: 20px;
}

.latest-result-table .text-center {
    font-size: 13px;
}

.mdbootstrap {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
    height: auto !important;
    padding: .6rem 0 .4rem 0 !important;
    margin: 0 0 .5rem 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    width: calc(70% - 2.5rem) !important;
    margin-left: 2.5rem !important;
    box-sizing: border-box !important;
}

.mdbootstrap:focus {
    border-bottom: 1px solid #bf0215 !important;
    -webkit-box-shadow: 0 1px 0 0 #bf0215 !important;
    box-shadow: 0 1px 0 0 #bf0215 !important;

}

.compare-player-progress {
    color: black;
}

.compare-player-progress .progress {
    margin: 0px auto;
    background: transparent;
    height: 100%;
}

.compare-player-progress .progress-bar {
    width: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block !important;
    background-color: #bf0215;
    color: transparent;
}

.compare-player-progress .progress span {
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-weight: bold;
}

.latest-gallery .carousel-caption {
    text-align: start;
    bottom: 0px;
}

.latest-gallery .carousel-caption a {
    color: white;
}

.latest-gallery .boxBorderTop {
    font-size: 25px;
    line-height: 25px;
}

.latest-gallery .box-shadow-bottom.even > a {
    float: left;
}

.latest-gallery .box-shadow-bottom.odd .carousel-caption,
.latest-gallery .box-shadow-bottom.even .carousel-caption {
    right: 4%;
    left: 4%;
}

.show-gallery .item {
    flex-grow: 2;
}

.show-gallery .item-wide {
    flex-grow: 4;
}

.subMainMenu > .nav-link.dropdown-toggle {
    display: none !important;
}

#profile.tab-pane h2.boxBorderTop,
#contact.tab-pane h2.boxBorderTop {
    display: none;
}

.container-basicAutoComplete > div {
    left: 20% !important;
}

.help-block.help-block-error {
    color: #bf0215 !important;
}

.compare-player-progress button {
    outline: none;
}

.compare-player-progress button:focus {
    border: 0;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;

}

button:focus {
    outline: none;
}

.marginTopSchedule {
    margin-top: -30px;
}

.store-index .container .alert-success {
    opacity: 1 !important;
}
#cart-count{
    font-size: small;
    position: absolute;
}