
.owl-carousel {
    display: grid !important;
}

.match-info-head {
    padding: 10px;
    min-height: 250px;
    border-radius: 50px;
    margin-top: 80px;
}

    .match-info-head .match-teams {
        padding: 10px;
        min-height: 230px;
        border-radius: 40px;
        box-shadow: 0px 0px 8px #eee;
        position: relative;
    }

.title-match {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 30%;
    text-align: center;
    color: #fff;
    border-radius: 0 0 20px 20px;
    background: #8e8e8e; /* Old browsers */
    background: -moz-linear-gradient(left, #8e8e8e 0%, #8e8e8e 0%, #d4d2d2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8e8e8e 0%,#8e8e8e 0%,#d4d2d2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8e8e8e 0%,#8e8e8e 0%,#d4d2d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#d4d2d2',GradientType=1 ); /* IE6-9 */
}

.match-info-head .match-teams .team-flag {
    width: 80px;
    height: 80px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
}

    .match-info-head .match-teams .team-flag img {
        width: 60px;
        height: 60px;
    }

.match-info-head .match-teams .team-name {
    font-size: 18px !important;
    color: #dc3545;
    line-height: 60px;
    padding-left: 80px;
}

.match-info-head .match-teams .text-right .team-name {
    padding-right: 80px;
    padding-left: 0px;
}

.h-match-teams-players {
    background-color: #eeeeee;
    color: #888;
}

.h-members {
    color: #888888;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: right;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.h-members-flag {
    position: absolute;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
    padding: 10px 15px;
    background-color: #fff;
}

    .h-members-flag img {
        width: 30px;
    }

.member-info {
    background-color: #dc3545;
    border-top: 2px solid #fff;
    padding: 4px;
    position: relative;
}

    .member-info .member-no {
        padding: 0 2px;
        background-color: #fff;
        color: #dc3545;
        margin-left: 3px;
        float: right;
    }

    .member-info h6 {
        color: #fff;
    }

    .member-info .member-state {
        width: 25px;
        position: absolute;
        top: 4px;
        left: 4px;
        border: 1px solid #fff;
        box-shadow: 0px 0px 2px #333;
    }

#other-team-members .member-info,
#other-reserve-members .member-info {
    background-color: #888;
}

.match-teams-players .carousel-control-prev,
.match-teams-players .carousel-control-next {
    background-color: #fff;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #999;
    box-shadow: 0px 2px 5px #999;
}

.match-teams-players .carousel-control-prev {
    left: -20px;
    top: 35%;
}

.match-teams-players .carousel-control-next {
    right: -20px;
    top: 35%;
}

.match-score {
    position: relative;
    padding-top: 60px;
}

.match-teams .status {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, -120%);
    border-radius: 50px 50px 0 0;
    width: 200%;
}

    .match-teams .status img {
        width: 50px;
    }

.match-teams .ScoreBox,
.match-teams .match-discription {
    width: 80%;
}

    .match-teams .match-discription p {
        display: inline-block;
    }

        .match-teams .match-discription p a {
            color: #a8a6a6;
        }

    .match-teams .ScoreBox p:first-of-type {
        display: inline-block;
        font-size: 30px;
    }

.match-score .match-discription .ahly-btn:hover {
    background-color: #eb1c24;
    color: #f8f9fa;
}

.match-teams .infoShare ul {
    border-top: 1px solid #d9d8d8;
    margin-top: 20px;
    margin-bottom: 0;
}

    .match-teams .infoShare ul li a i {
        color: #eb1c24;
    }

    .match-teams .infoShare ul li:not(:last-of-type) {
        float: right;
        margin-left: 15px;
    }

.topRated .rated-player {
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0px 0px 5px #e4e4e4;
}

    .topRated .rated-player .RP-img {
        position: relative;
        box-shadow: 0px 0px 5px #6f6f6f;
    }

        .topRated .rated-player .RP-img img {
            width: 100%;
        }

        .topRated .rated-player .RP-img a {
            position: absolute;
            bottom: 5px;
            right: 5px;
            left: 5px;
            background-color: rgba(191, 188, 188, 0.62);
            color: #fff;
            padding: 5px 10px;
            border-radius: 15px;
        }

    .topRated .rated-player h4 {
        color: #eb1c24;
        font-size: 18px;
    }

    .topRated .rated-player .starRate {
        color: #f0c001;
        font-size: 10px;
    }

        .topRated .rated-player .starRate .fa-star-half-o {
            transform: rotateY(180deg);
        }



/******

		Responsive
					******/

@media (max-width: 375px) {
    .match-info-head .match-teams .team-name {
        font-size: 16px;
        padding: 0;
        text-align: center;
    }

    .match-score .ScoreBox img {
        width: 50px;
    }

    .match-score .ScoreBox p:first-of-type {
        margin: 15px !important;
    }

    .search-filter .btn-group {
        flex-direction: column;
        transition: all ease-in-out 0.4s;
        text-align: right;
        justify-content: right;
    }

    .conte .search-filter .group-parent .btn {
        text-align: right;
        margin: inherit !important;
    }

    .champ-box .champ-title:after {
        right: 51% !important;
    }

    .match-info-head .match-teams .team-flag {
        width: 50px;
        height: 50px;
    }

        .match-info-head .match-teams .team-flag img {
            width: 30px;
            height: 30px;
        }

    .ScoreInfo p {
        font-size: 25px;
        line-height: 43px;
    }

    .match-info-head .match-teams .text-right .team-name, .match-info-head .match-teams .team-name {
        font-size: 15px !important;
        line-height: 24px;
    }

    .match-info-head .match-teams .team-flag {
        margin: auto;
        float: none !important;
    }

    .match-info-head .match-teams .text-right .team-name {
        padding: 0;
    }

    .match-teams .ScoreBox p:first-of-type {
        font-size: 24px;
    }

    .ahly-btn {
        margin-bottom: 5px;
    }

    .match-teams .ScoreBox, .match-teams .match-discription {
        width: 100%;
        padding: 0;
    }

    .match-score .ScoreBox p.player-name {
        font-size: 16px;
    }

    .match-score .match-discription .ahly-btn {
        font-size: 16px;
    }

    .cd-timeline-content h2 {
        font-size: 19px;
    }
}
/******
		Photo Gallery page
							******/
.title-ph {
    text-align: right;
    margin: 40px 0 20px;
}

    .title-ph h3 {
        display: inline-block;
        border-right: 5px solid #dc3545;
        padding-right: 5px;
        font-size: 40px;
    }

.more-ph {
    text-align: center;
    margin-top: 10px;
}

    .more-ph a {
        display: inline-block;
        padding: 0 15px;
        line-height: 45px;
        color: #fff;
        background-color: #dc3545;
        transition: all 0.2s ease-in-out;
    }

.title-ph a:hover {
    color: #555;
    background-color: #eee;
}

@media (max-width: 575px) {
    .title-ph h3 {
        display: block;
    }

    .title-ph a {
        float: none;
    }

    .search-filter .btn-group {
        flex-direction: column;
        transition: all ease-in-out 0.4s;
        text-align: right;
        justify-content: right;
    }

    .conte .search-filter .group-parent .btn {
        text-align: right;
        margin: inherit !important;
    }

    .champ-box .champ-title:after {
        right: 51% !important;
    }

    .match-info-head .match-teams .team-flag {
        width: 50px;
        height: 50px;
    }

        .match-info-head .match-teams .team-flag img {
            width: 30px;
            height: 30px;
        }

    .ScoreInfo p {
        font-size: 25px;
        line-height: 43px;
    }

    .match-info-head .match-teams .text-right .team-name, .match-info-head .match-teams .team-name {
        font-size: 15px !important;
    }
}

#wrapper {
    margin-bottom: -70px;
}

.new-ph {
    position: relative;
}

    .new-ph #carousel-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #eee;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        width: 100%;
        padding: 5px;
    }

        .new-ph #carousel-wrapper img {
            width: 100%;
        }

    .new-ph #carousel {
        width: 800px;
        height: 500px;
        overflow: hidden;
    }

        .new-ph #carousel img {
            display: block;
            float: left;
        }

    .new-ph #pager-wrapper {
        height: 120px;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        transform: translateY(-50%);
    }

    .new-ph #pager img {
        cursor: pointer;
        background: #eee;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        display: block;
        width: 80px;
        height: 80px;
        padding: 3px;
        margin: 10px;
        float: left;
    }

        .new-ph #pager img:hover {
            background: #dc3545;
        }

        .new-ph #pager img.selected {
            background: #dc3545;
        }

.alb-ph {
    overflow: hidden;
    position: relative;
    height: 92%;
    transition: all 0.5s ease-in-out;
}

    .alb-ph img {
        min-width: 100%;
    }

    .alb-ph:hover {
        transform: scale(1.05,1.05);
        box-shadow: 0 0 10px #ababab;
    }

    .alb-ph .discription {
        background-color: #dc3545;
        padding: 5px 10px;
        color: #fff;
        position: absolute;
        bottom: -60px;
        right: 0;
        left: 0;
        transition: all 0.5s ease-in-out;
    }

    .alb-ph:hover .discription {
        bottom: 0%;
    }

    .alb-ph .discription h5 {
        font-size: 16px;
    }

    .alb-ph .discription ul li {
        font-size: 12px;
    }

@media (max-width: 767px) {
    .alb-ph .discription {
        bottom: 0%;
    }

    .alb-ph .discription {
        position: static;
    }
}

.Cat-ph .cat-ph {
    padding: 15px 10px 5px;
    background-color: #efefef;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

    .Cat-ph .cat-ph:hover {
        transform: scale(1.05,1.05);
        box-shadow: 0 0 10px #ababab;
    }

    .Cat-ph .cat-ph h6 {
        margin-bottom: 0;
        padding-top: 5px;
        color: #dc3545;
    }

    .Cat-ph .cat-ph p {
        font-size: 12px;
    }


/******
		Game Page
					******/
.title-gm {
    position: relative;
}

    .title-gm:before,
    .title-gm:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 50%;
        width: 50px;
        height: 2px;
        background-color: #dc3545;
        transform: translateX(-50%);
    }

    .title-gm:after {
        right: auto;
        left: 50%;
        transform: translateX(50%);
    }

    .title-gm img {
        width: 30px;
    }

.nav-tabs {
    border-bottom: 1px solid #dc3545;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-color: #dc3545 #dc3545 #fff;
    }

    .nav-tabs .nav-item {
        margin-left: 1px;
    }

.choose-gm .nav-link:not(.active) {
    background-color: #dc3545;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

    .choose-gm .nav-link:not(.active):hover {
        color: #dc3545;
        background-color: #eee;
    }

.choose-gm .tab-content {
    border: 1px solid #dc3545;
    border-top: 0;
    padding: 10px;
}

    .choose-gm .tab-content li {
        width: 19%;
        padding: 10px;
        display: inline-block;
        margin: 0;
    }

    .choose-gm .tab-content .pl-info-box img {
        border-radius: 50%;
        border: 1px solid #dc3545;
    }

    .choose-gm .tab-content .pl-info-box p {
        font-size: 14px;
        padding-top: 5px;
        margin: 0;
        text-align: center;
    }

.choose-gm .nav-item {
    padding-right: 0;
}

@media (max-width: 575px) {
    .nav-fill .nav-item {
        width: 100%;
        padding: 0;
    }

    .choose-gm .tab-content li {
        width: 32%;
    }
}

/******
		Championships Page
							******/
.champ-box .champ-title {
    overflow: hidden;
    width: 100%;
}

.champ-box .champ-title {
    color: #dc3545;
    position: relative;
}

    .champ-box .champ-title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 30%;
        width: 100%;
        height: 1px;
        background-color: #dc3545;
    }

    .champ-box .champ-title.text-muted {
        padding: 5px 10px;
        color: #fff !important;
        background-color: #868e96;
        display: inline-block;
        width: auto;
    }

        .champ-box .champ-title.text-muted:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 3px;
            height: 100%;
            background-color: #868e96;
        }

.champ-box .pl-box-info {
    padding: 20px;
    color: #dc3545;
}

    .champ-box .pl-box-info .pl-img-avatar {
        background-color: #fbfbfb;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
        margin-bottom: 10px;
        box-shadow: 0 0 20px #e4e3e3;
        position: relative;
        width: 150px;
        height: 150px;
    }

    .champ-box .pl-box-info .pl-img-avatar img {
  width: 100%;
  height: 100%
}



@media (max-width: 375px) {
  .pl-res {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.333333%;
    flex: 0 0 49.333333%;
    max-width: 49.333333%;
  }
  
  .champ-box .pl-box-info .pl-img-avatar {
    width: 80px;
    height: 80px
  }
}


@media (min-width: 376px) and (max-width: 575px) {
  .pl-res {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.333333%;
    flex: 0 0 49.333333%;
    max-width: 49.333333%;
  }
  
  .champ-box .pl-box-info .pl-img-avatar {
    width: 120px;
    height: 120px
  }
}




        .champ-box .pl-box-info .pl-img-avatar p {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 0;
            line-height: 160px;
            opacity: 0;
            background-color: rgba(238, 238, 238, 0.7);
            transition: all 0.5s ease-in-out;
        }

        .champ-box .pl-box-info .pl-img-avatar:hover p {
            opacity: 1;
        }

    .champ-box .pl-box-info .nadiiName {
        margin: 5px 0 0;
    }

    .champ-box .pl-box-info .GoalsNo {
        margin: 5px 0 0;
    }

.champ-box .counter-infoBox .counterIcon {
    width: 80px;
    height: 80px;
    padding: 10px 0;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #d4d2d2;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.champ-box .counter-infoBox:hover .counterIcon {
    border: 1px solid #dc3545;
    box-shadow: 0 0 20px #e4e3e3;
    transform: scale(1.05,1.05);
}

.champ-box .counter-infoBox p {
    color: #a7a7a7;
    margin-bottom: 0;
}

.champ-box .counter-infoBox h3 {
    color: #dc3545;
}

.champ-table {
    overflow-x: auto;
    border: 1px solid #dc3545;
}

.fold-table {
    margin: 0;
}

    .fold-table tr.view {
        background-color: #dc3545 !important;
        color: #fff;
    }

        .fold-table tr.view td {
            padding: 0;
        }

            .fold-table tr.view td i {
                font-size: 2em;
            }

        .fold-table tr.view.hide td i:before {
            content: "\f106";
        }

    .fold-table tr.fold {
        display: none;
    }

        .fold-table tr.fold.open {
            display: table-row;
        }

.compition-champ .match-info-head {
    margin-top: 10px;
    margin-bottom: 50px;
}

.dropdown-menu.p-2.text-right {
    width: 100%;
    right: 0;
}

.conte .search-filter .group-parent {
    width: 100%;
    margin: 0;
}

    .conte .search-filter .group-parent .btn {
        padding: .375rem .25rem;
        margin: 0 auto 0 0;
    }

@media (min-width: 320px) and (max-width: 1199px) {
    .champ-box .pl-box-info {
        padding: 20px 10px;
    }

    .conte .search-filter .group-parent .btn {
        padding: .375rem .25rem;
        font-size: 0.8rem;
    }

    .match-info-head .match-teams .text-right .team-name {
        padding-right: 60px;
        font-size: 20px;
    }

    .match-info-head .match-teams .team-name {
        padding-left: 60px;
        font-size: 20px;
    }

    .ScoreBox {
        padding: 0;
    }
}

@media (min-width: 1300px) {
}
/******
		Evaluation Result Page
								******/
.title-evR {
    position: relative;
}

    .title-evR:before,
    .title-evR:after {
        content: "";
        position: absolute;
        bottom: 10px;
        right: 50%;
        width: 50px;
        height: 2px;
        background-color: #dc3545;
        transform: translateX(-50%);
    }

    .title-evR:after {
        right: auto;
        left: 50%;
        transform: translateX(50%);
    }

.title-gm img {
    width: 30px;
}

#myChart {
    height: 500px !important;
}

.ev-RInfo span {
    margin: 0 5px;
    padding: 2px 5px;
    background-color: #8e8e8e;
    color: #fff;
}

.evR-Pl {
    position: relative;
    margin-bottom: 50px;
}

    .evR-Pl .timer {
        display: none;
    }

.evR-circle {
    z-index: 2;
}

.evR-Pl .evR-No {
    position: absolute;
    top: 110px;
    right: 50%;
    transform: translateX(50%);
    font-size: 40px;
    z-index: 5;
}

.evR-Pl .evR-details {
    position: absolute;
    top: 162px;
    right: 50%;
    transform: translateX(50%);
    background-color: #eee;
    width: 95%;
    padding: 20px 15px;
    border-radius: 20px;
    z-index: 1;
}

.PIMG {
    position: relative;
}

.evR-Pl .evR-details i {
    position: absolute;
    top: 70%;
    right: 20%;
    color: #ffe100;
    border-radius: 50%;
    background-color: #dc3545;
    padding: 5px;
}

.evR-Pl .evR-details .evR-img {
    border-radius: 50%;
    z-index: 3;
}

.evR-Pl .evR-details .evR-Name {
    padding-top: 15px;
    font-size: 20px;
}

.evR-Pl .evR-details img {
    width: 50%;
}

.ug-textpanel-textwrapper {
    text-align: right;
}

.ug-gallery-wrapper .ug-strip-panel {
    background-color: #eee;
}

.ug-textpanel {
    background-color: rgba(238, 238, 238, 0.5);
}



/* The Modal (background) */
#myModal.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #333;
}

.ph-albm .phSngile {
    border: 2px solid #eee;
    box-shadow: 0 0 5px #ddd;
    transition: all 0.2s ease-in-out;
}

    .ph-albm .phSngile:hover {
        transform: scale(1.1,1.1);
        z-index: 2;
    }
/* Modal Content */
#myModal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
}

/* The Close Button */
#myModal .close {
    color: white;
    position: absolute;
    top: 65px;
    left: 25px;
    font-size: 50px;
    font-weight: bold;
}

    #myModal .close:hover,
    #myModal .close:focus {
        color: #dddddd;
        text-decoration: none;
        cursor: pointer;
    }

#myModal .mySlides {
    display: none;
}

#myModal .cursor {
    cursor: pointer;
}

/* Next & previous buttons */
#myModal .prev,
#myModal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    color: #dc3545;
}

/* Position the "next button" to the right */
#myModal .prev {
    right: 0;
    border-radius: 3px 0 0 3px;
}

#myModal .next {
    left: 0;
    border-radius: 0 3px 3px 0;
}
    /* On hover, add a black background color with a little bit see-through */
    #myModal .prev:hover,
    #myModal .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
#myModal .numbertext {
    color: #f2f2f2;
    font-size: 22px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: #dc3545;
}

#myModal .caption-container {
    background-color: #dc3545;
    padding: 10px 16px;
    color: white;
    text-align: right;
}

    #myModal .caption-container #caption {
        font-size: 24px;
        display: inline-block;
        margin-bottom: 0;
    }

    #myModal .caption-container ul.social li a {
        color: #fff;
        margin-left: 20px;
        font-size: 24px;
    }

#myModal .demo {
    opacity: 0.6;
}

    #myModal .active,
    #myModal .demo:hover {
        opacity: 1;
    }

#myModal img.hover-shadow {
    transition: 0.3s;
}

#myModal .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.albums-ph {
    margin-bottom: 20px;
}

@media all and (max-width: 767px) {
    #myModal .modal-content {
        width: 90%;
    }
}

@media all and (max-width: 575px) {
    #myModal .thumbnails {
        display: none;
    }
}


@media (max-width:1550px) and (min-width: 1501px) {
    .evR-Pl .evR-details {
        top: 150px;
    }
}

@media (max-width:1500px) and (min-width: 1451px) {
    .evR-Pl .evR-No {
        top: 100px;
    }

    .evR-Pl .evR-details {
        top: 145px;
    }
}

@media (max-width:1530px) and (min-width: 1401px) {
    .evR-Pl .evR-No {
        top: 90px;
    }

    .evR-Pl .evR-details {
        top: 140px;
    }
}

@media (max-width:1400px) and (min-width: 1301px) {
    .evR-Pl .evR-No {
        top: 80px;
    }

    .evR-Pl .evR-details {
        top: 130px;
    }
}

@media (max-width:1300px) and (min-width: 1201px) {
    .evR-Pl .evR-No {
        top: 70px;
    }

    .evR-Pl .evR-details {
        top: 120px;
    }
}

@media (max-width:1200px) and (min-width: 1101px) {
    .evR-Pl .evR-No {
        top: 60px;
    }

    .evR-Pl .evR-details {
        top: 105px;
    }

        .evR-Pl .evR-details i {
            font-size: 1.5em;
        }
}

@media (max-width:1100px) and (min-width: 992px) {
    .evR-Pl .evR-No {
        top: 50px;
    }

    .evR-Pl .evR-details {
        top: 95px;
    }

        .evR-Pl .evR-details i {
            font-size: 1.5em;
        }
}

@media (max-width:991px) and (min-width: 851px) {
    .evR-Pl .evR-No {
        top: 65px;
    }

    .evR-Pl .evR-details {
        top: 115px;
    }
}

@media (max-width:850px) and (min-width: 768px) {
    .evR-Pl .evR-No {
        top: 55px;
    }

    .evR-Pl .evR-details {
        top: 100px;
    }

        .evR-Pl .evR-details i {
            font-size: 1.5em;
        }
}

@media (max-width:690px) and (min-width: 591px) {
    .evR-Pl .evR-No {
        top: 90px;
    }

    .evR-Pl .evR-details {
        top: 140px;
    }
}

@media (max-width:590px) and (min-width: 491px) {
    .evR-Pl .evR-No {
        top: 60px;
    }

    .evR-Pl .evR-details {
        top: 115px;
    }

        .evR-Pl .evR-details i {
            font-size: 1.5em;
        }
}

@media (max-width:490px) and (min-width: 391px) {
    .evR-Pl .evR-No {
        top: 50px;
        font-size: 20px;
    }

    .evR-Pl .evR-details {
        top: 85px;
        padding: 5px;
    }

        .evR-Pl .evR-details .evR-Name {
            font-size: 16px;
        }

        .evR-Pl .evR-details i {
            font-size: 1em;
        }
}

@media (max-width:390px) and (min-width: 280px) {
    .evR-Pl .evR-No {

        font-size: 20px;
    }

    .evR-Pl .evR-details {
        top: 65px;
        padding: 5px;
    }

        .evR-Pl .evR-details .evR-Name {
            font-size: 16px;
        }

        .evR-Pl .evR-details i {
            font-size: 1em;
        }
}

/*****************/
.teamPage .headerr {
    padding-top: 50px;
}

    .teamPage .headerr h3 {
        margin-bottom: 30px;
    }

    .teamPage .headerr img {
        width: 30%;
    }

.teamPage .TeamInFo .counter-infoBox .counterIcon {
    width: 80px;
    height: 80px;
    padding: 10px 0;
    border-radius: 50%;
    margin: auto;
    border: 1px solid #d4d2d2;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.teamPage .TeamInFo .counter-infoBox:hover .counterIcon {
    border: 1px solid #dc3545;
    box-shadow: 0 0 20px #e4e3e3;
    transform: scale(1.05,1.05);
}

.teamPage .TeamInFo .counter-infoBox p {
    color: #a7a7a7;
    margin-bottom: 0;
}

.teamPage .TeamInFo .counter-infoBox span {
    font-size: 16px;
}

.teamPage .TeamInFo .counter-infoBox h6 a {
    color: #dc3545;
}

.teamPage .details p {
    text-align: justify;
}

@media (max-width:480px) {
    .teamPage .headerr img {
        width: 50%;
    }

    .teamPage .col-xs-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

/**********************/
.teamPLayersPage .headerr {
    padding-top: 50px;
}

    .teamPLayersPage .headerr h3 {
        margin-bottom: 30px;
    }

    .teamPLayersPage .headerr img {
        width: 50%;
        margin-bottom: 30px;
        border-radius: 20px;
        border: 4px solid #ddd;
    }

.teamPLayersPage .TeaMPLayres .title {
    text-align: center;
    position: relative;
}

    .teamPLayersPage .TeaMPLayres .title:before,
    .teamPLayersPage .TeaMPLayres .title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 2px;
        width: 30%;
        background-color: #dc3545;
        transform: translateY(-50%);
    }

    .teamPLayersPage .TeaMPLayres .title:after {
        right: auto;
        left: 0;
    }

    .teamPLayersPage .TeaMPLayres .title h4 {
        position: relative;
        margin: 30px 0;
    }

        .teamPLayersPage .TeaMPLayres .title h4:before,
        .teamPLayersPage .TeaMPLayres .title h4:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            transform: translateY(-50%);
            background-color: #dc3545;
        }

        .teamPLayersPage .TeaMPLayres .title h4:after {
            right: auto;
            left: 0;
        }

.teamPLayersPage .person .tumbnail {
    position: relative;
    border-radius: 10px;
    border: 4px solid #ddd;
    overflow: hidden;
    width: 80%;
    margin: auto;
}

    .teamPLayersPage .person .tumbnail .Flag {
        position: absolute;
        bottom: -4px;
        right: 50%;
        transform: translateX(50%);
        width: 50px;
        border-radius: 10px 10px 0 0;
        border: 4px solid #ddd;
    }

.teamPLayersPage .person h6 {
    margin: 10px 0 20px;
    text-align: center;
}

@media (max-width:480px) {
    .teamPLayersPage .headerr img {
        width: 50%;
    }

    .teamPLayersPage .col-xs-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.VSliDer {
    padding: 0;
    border-radius: 5px;
    margin-top: 90px;
    list-style: none;
    border: 5px solid #333;
    height: 156px
}

    .VSliDer li {
        display: inline-block;
        padding: 5px;
        background: #333;
        width: 24%;
        float: right;
        margin: 0.5%;
        line-height: 1em;
        height: 140px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
    }
    .VSliDer li object,
    .VSliDer li object embed
    {
        height: auto !important;
        max-height: 80px !important
    }
        .VSliDer li .MyBTN {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            /*background: #f0f8ff;*/
            opacity: 0.5;
        }

        .VSliDer li img,
        .VSliDer li iframe {
            width: 100% !important;
            margin: 0;
            height: 80px !important;
        }

        .VSliDer li .flex-captiontop,
        .VSliDer li .flex-caption {
            color: #fff;
            text-align: right;
            height: 32px;
            overflow: hidden;
            margin-top: 10px;
        }

        .VSliDer li iframe .media-container {
            height: auto;
        }

.Vslider_Veiw {
    width: 100%;
    min-height: 280px;
    padding: 10px;
    background: #333333;
    margin-bottom: 10px;
    cursor: default;
        position: relative;
    border-radius: 15px 15px 0 0
}

.Vslider_Veiw::after {
    content: "";
    width: calc(100% + 1px);
    height: 90px;
    position: absolute;
    background-image: url('../imgs/ahly tv.png');
    background-size: 100% 100%;
    bottom: -75px;
    right: 0px;
}


    .Vslider_Veiw iframe {
        width: 100% !important;
        margin: 0;
        height: 300px !important;
    }

        .Vslider_Veiw iframe .media-container {
            height: auto !important;
        }

    .Vslider_Veiw .flex-captiontop {
        color: #fff;
        text-align: right;
        height: 32px;
        overflow: hidden;
        margin-top: 10px;
    }



.VSliDer li .flex-captiontop, .VSliDer li .flex-caption {
	font-size: 12px;
	position: absolute;
	right: 5px;
	bottom: 2px;
	overflow: visible
}






.file_menu {
    text-align: right;
}

.inner01 .match-row {
    padding: 15px 0;
}

.Cat-ph .cat-ph h6 a {
    color: #dc3545 !important;
}

.Cat-ph .cat-ph h5 {
    margin-top: 10px;
}

.alb-ph {
    background: #dc3545;
}

    .alb-ph h5 a {
        color: #fff;
        padding: 5px 5px 0;
        display: block;
        overflow: hidden;
        font-size: 14px;
    }
    .cat-ph.alb-ph h5 a{
        color:#343a40;
        padding:0;
        height: 20px;
    }

    .alb-ph.title-ph a:hover {
        background-color: transparent;
        color: #fff;
    }

    .alb-ph h6 {
        padding: 2px 5px;
        font-size: 14px;
    }
.table.fold-table td, .table.fold-table th {
    padding: .5rem;
}
body{
    text-align: right
}
.readmore {
    background: #dc3545;
    display: block;
    margin: 20px auto;
    width: 150px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #dc3545;
    transition: all 0.5s ease-in-out
}
.readmore:hover{
    background: #fff;
    color:#dc3545;

}
.Vslider_Veiw iframe,
.Vslider_Veiw img{
    width: 100%;
    max-width: 100%;
    min-width: 100%
}
.sharing {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
   
}


.box .match-info-head {
    padding: 10px;
    border-radius: 50px;
    margin-top: 80px;
}

    .box .match-info-head .match-teams {
        padding: 10px;
        margin: 10px 0;
        border-radius: 40px;
        box-shadow: 0px 0px 8px #eee;
        position: relative;
    }

.title-match {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 30%;
    text-align: center;
    color: #fff;
    border-radius: 0 0 20px 20px;
    background: #8e8e8e; /* Old browsers */
    background: -moz-linear-gradient(left, #8e8e8e 0%, #8e8e8e 0%, #d4d2d2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8e8e8e 0%,#8e8e8e 0%,#d4d2d2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8e8e8e 0%,#8e8e8e 0%,#d4d2d2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#d4d2d2',GradientType=1 ); /* IE6-9 */
}

.box .match-info-head .match-teams .team-flag {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
}

    .box .match-info-head .match-teams .team-flag img {
        width: 40px;
        height: 40px;
    }

.box .match-info-head .match-teams .team-name {
    font-size: 20px;
    color: #dc3545;
    padding-top: 12px;
    padding-left: 80px;
}

.box .match-info-head .match-teams .text-right .team-name {
    padding-right: 80px;
    padding-left: 0px;
}



/******

		Responsive
					******/

@media (max-width: 375px) {
    .box .match-info-head .match-teams .team-name {
        font-size: 16px;
        padding: 0;
        text-align: center;
    }

    .match-score .ScoreBox img {
        width: 50px;
    }

    .match-score .ScoreBox p:first-of-type {
        margin: 15px !important;
    }

    .search-filter .btn-group {
        flex-direction: column;
        transition: all ease-in-out 0.4s;
        text-align: right;
        justify-content: right;
    }

    .conte .search-filter .group-parent .btn {
        text-align: right;
        margin: inherit !important;
    }

    .champ-box .champ-title:after {
        right: 51% !important;
    }

    .box .match-info-head .match-teams .team-flag {
        width: 50px;
        height: 50px;
    }

        .box .match-info-head .match-teams .team-flag img {
            width: 30px;
            height: 30px;
        }

    .ScoreInfo p {
        font-size: 25px;
        line-height: 43px;
    }

    .box .match-info-head .match-teams .text-right .team-name, .box .match-info-head .match-teams .team-name {
        font-size: 15px !important;
        line-height: 24px;
    }

    .box .match-info-head .match-teams .team-flag {
        margin: auto;
        float: none !important;
    }

    .box .match-info-head .match-teams .text-right .team-name {
        padding: 0;
    }

    .match-teams .ScoreBox p:first-of-type {
        font-size: 24px;
    }

    .ahly-btn {
        margin-bottom: 5px;
    }

    .match-teams .ScoreBox, .match-teams .match-discription {
        width: 100%;
        padding: 0;
    }

    .match-score .ScoreBox p.player-name {
        font-size: 16px;
    }

    .match-score .match-discription .ahly-btn {
        font-size: 16px;
    }

    .cd-timeline-content h2 {
        font-size: 19px;
    }
}


@media (max-width: 575px) {
    .title-ph h3 {
        display: block;
    }

    .title-ph a {
        float: none;
    }

    .search-filter .btn-group {
        flex-direction: column;
        transition: all ease-in-out 0.4s;
        text-align: right;
        justify-content: right;
    }

    .conte .search-filter .group-parent .btn {
        text-align: right;
        margin: inherit !important;
    }

    .champ-box .champ-title:after {
        right: 51% !important;
    }

    .box .match-info-head .match-teams .team-flag {
        width: 50px;
        height: 50px;
    }

        .box .match-info-head .match-teams .team-flag img {
            width: 30px;
            height: 30px;
        }

    .ScoreInfo p {
        font-size: 25px;
        line-height: 43px;
    }

    .box .match-info-head .match-teams .text-right .team-name, .box .match-info-head .match-teams .team-name {
        font-size: 15px !important;
    }
}

#wrapper {
    margin-bottom: -70px;
}

.new-ph {
    position: relative;
}

    .new-ph #carousel-wrapper {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #eee;
        box-shadow: 0 3px 10px rgba(0,0,0,0.2);
        width: 100%;
        padding: 5px;
    }

        .new-ph #carousel-wrapper img {
            width: 100%;
        }

    .new-ph #carousel {
        width: 800px;
        height: 500px;
        overflow: hidden;
    }

        .new-ph #carousel img {
            display: block;
            float: left;
        }

    .new-ph #pager-wrapper {
        height: 120px;
        width: 100%;
        overflow: hidden;
        z-index: 2;
        transform: translateY(-50%);
    }

    .new-ph #pager img {
        cursor: pointer;
        background: #eee;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        display: block;
        width: 80px;
        height: 80px;
        padding: 3px;
        margin: 10px;
        float: left;
    }

        .new-ph #pager img:hover {
            background: #dc3545;
        }

        .new-ph #pager img.selected {
            background: #dc3545;
        }

.champ-box .champ-title.text-muted{
    display: block;
    width: 100%
}
.box .match-info-head .match-teams .team-name {
    line-height: normal
}

.compition-champ.box .match-info-head {
    margin-top: 60px;
}
.compition-champ.box .match-info-head{
    margin-bottom:5px
}
.box .match-info-head {
    min-height: 100px
}
    .box .match-info-head .match-teams
    {
        min-height: 80px
    }
    .compition-champ.box .match-info-head:nth-of-type(1) {
        margin-top: 20px;
    }

@media (min-width: 320px) and (max-width: 1199px) {
    .champ-box .pl-box-info {
        padding: 20px 10px;
    }

    .conte .search-filter .group-parent .btn {
        padding: .375rem .25rem;
        font-size: 0.8rem;
    }

    .box .match-info-head .match-teams .text-right .team-name {
        padding-right: 60px;
        font-size: 20px;
    }

    .box .match-info-head .match-teams .team-name {
        padding-left: 60px;
        font-size: 20px;
    }

    .ScoreBox {
        padding: 0;
    }
}
img.img-responsive.img-rounded {
    max-width: 100%;
}
#Content_Content_mp_multimedia_ns1_inner_multi,
#Content_Content_mp_multimedia_ns_inner_multi {
    overflow: visible !important
}
.Alb-Child {
    background-color: #dc3545;
    padding: 10px;
   margin-top:10px
}
.Alb-Child .article-title {
    color: #fff;
    margin-top: 10px;
}
.Alb-Child .article-title a {
    color: #fff
}
.player-tabs .nav-tabs .nav-item {
    margin-left: 0;
    margin-right: 0
}
.player-tabs .nav-tabs .nav-link {
    
    border-bottom: 1px solid #f00 ;
}
.player-tabs .nav-tabs .nav-link.active {
    border: 1px solid #f00 !important;
    border-bottom: 0px !important;
    background: #fff !important;
}
.player-tabs .tab-content {
    
    border: 1px solid #f00 !important;
    border-top: 0px !important;

}
.alb-ph .discription.details-extra {
    bottom: 0px;
}

.alb-ph .discription.details-extra h6,
.alb-ph .discription.details-extra a,
.alb-ph .discription h6,
.alb-ph .discription h5,
.alb-ph .discription a{color: #fff}
.alb-ph .discription i {
    margin-left: 5px; 
}




@media only screen and (max-width: 768px) {

    .VSliDer li img, .VSliDer li iframe {
        width: 314px;
        margin: 0;
        height: 154px !important;
    }

    .VSliDer li {
        min-width: 320px;
    }
}