
#cartIcon{ display: none !important;}

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
    #cartIcon {display: inline;}
}
/* All Responsive
================================================== */
@media only screen and (min-width: 1024px) {

}

/* All Responsive
================================================== */
@media only screen and (max-width: 959px) {
    header {
        position: relative;
    }

    header nav#main-mnue {
        position: absolute;
        top: 0px;
        width: 100%;
        padding: 10px;
        left: 0px;
    }

    nav#main-mnue a {
        display: block !important;
    }

    .footer {
        display: inline-block;
        padding: 10px;
    }

    header #header-container,
    footer #footer-container {
        width: 80% !important;
        display: block !important;
        float: none !important;
        margin: 0 auto !important;
        padding-top: 60px !important;
    }

    header #header-container .header-container,
    footer #footer-container .footer-container {
        width: 100% !important;
        display: block !important;
        float: none !important;
        margin-bottom: 15px;
    }

    main {
        overflow: hidden;
    }

    main,
    .site-index,
    .limit-width {
        width: 100% !important;
        max-width: 100% !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 54px;
        right: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }

    #navbarTogglerDemo01:not(.show) {
        display: none !important;
    }

    .navbar-collapse.show {
        right: 0;
        background: #2d2628;
        z-index: 100000;
    }

    .home-container {
        width: 80%;
        margin: 0 auto;
        padding: 0px;
    }

    #latestNewsBox {
        padding: 0px;
    }

    #latestNewsBoxLeft {
        text-align: center;
        padding: 10px 0px;
    }

    #latestNewsBoxLeft > div {
        margin-bottom: 10px;
    }

    .boxShadowJbf .lastResultScore,
    #selectedTeamImage {
        width: 100% !important;
        padding: 0 !important;
        margin: 0px !important;
    }

    .page-index img,
    #selectedTeamImage > img {
        max-width: 100% !important;
    }

    h1.text-uppercase > div.pull-left,
    h1.text-uppercase > div.pull-right {
        float: none !important;
        width: 100% !important;
        display: block !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .latest-result .boxShadowJbf, .next-match .boxShadowJbf {
        text-align: center !important;
    }

    .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 {
        min-height: 140px;
    }

    #compare-player-1-picture,
    #compare-player-2-picture {
        display: inline-block;
        width: 30%;
    }

    #compare-player-1-picture *,
    #compare-player-2-picture * {
        max-width: 100%;
    }

    .float-left.col-md-8.p-1.compare-player-progress {
        display: inline-block;
        width: 40%;
    }

    .float-left.col-md-8.p-1.compare-player-progress table {
        margin-top: 140px;
    }

    #carouselExampleIndicators .carousel-inner .carousel-item.active .carousel-caption {
        display: block !important;
        top: 250px !important;
    }

    #carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h5,
    #carouselExampleIndicators .carousel-inner .carousel-item .carousel-caption h5 a {
        font-size: 24px !important;
    }

    #add-carousel img {
        max-width: 100% !important;
        height: auto !important;
    }
   .marginTopSchedule{
	 margin-top: 0px  !important; 
	}
}


/* Tablet (Portrait) = Design for a width of 730px
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

}


/* Mobile (Portrait) = Design for a width of 300px
================================================== */

@media only screen and (max-width: 767px) {

}


/* Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
