@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .secondNavbar .navbar-nav .nav-item a{
        font-size: .8rem;
    }
    .single-match .match-header .match-result span{
        padding: .5rem .5rem;
        border-radius: .5rem;
        background: #4d4d4d; /* Old browsers */
        background: -moz-linear-gradient(top, #4d4d4d 0%, #3b3b3b 51%, #191a13 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #4d4d4d 0%,#3b3b3b 51%,#191a13 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #4d4d4d 0%,#3b3b3b 51%,#191a13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#191a13',GradientType=0 ); /* IE6-9 */
    }
    .single-match .match-header .fav-button-second{
        top: 8%;
        right: 90%;
    }
}
@media only screen and (max-width : 991px) {
    .secondNavbar .navbar-nav .nav-item a:hover.nav-link, .secondNavbar .navbar-nav .nav-item a:focus.nav-link, .active a.nav-link{
        background: #278131;
    }
    .secondNavbar .navbar-nav .nav-item .search-icon{
        float: left;
    }
    .right-section .tab-content h3 {
        padding: 1rem .6rem;
    }

    .single-match .match-header .second-club-logo{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .single-match .match-header .first-club-logo{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .single-match .match-header{
        padding: 2rem 0;
    }
    .single-match .match-header .match-result p.match-stadium{
        width: 100%;
        margin: 0 auto;
    }
    .single-match .match-header h2.first-club-name{
        float: none;
        text-align: center;
    }
    .single-match .match-header h2.second-club-name{
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
    .single-match .match-header .fav-button{
        position: absolute;
        top: 10%;
        right: 15%;
    }
    .single-match .match-header .fav-button-second{
        top: 25%;
        right: 15%;
    }
    header{
        margin-top: 0;
    }

    .single-match table td.stats-progress{
        display: none;
    }

    .navbar-toggler-second {
        position: absolute;
        right: 4rem !important;
    }
    .navbar-toggler-second:focus{
        outline: 0;
    }
    ul.lang-list{
        display: block;
        list-style: none;
        margin: 0;
        padding: 0.5rem 0;
    }
    ul.lang-list li a{
        display: block;
        width: 100%;
        padding: .5rem 2rem;
    }

}
@media only screen and (min-width : 767px) and (max-width : 991px) {
    .right-section .nav-tabs .nav-link {
        padding: .4em .6em;
        font-size: .9rem;
        margin-right: .6rem;
    }
    .right-section .tab-content h3::after {
        width: 40%;
    }
    .right-section .club-info .fav-button{
        right: 15%;
    }
}
@media only screen and (max-width : 767px){
    .right-section{
        padding: 1.5rem 1rem 1rem 1rem;
    }

    /* Sidebar */
    .left-sidebar{
        display: none;
    }
    .left-sidebar-resp{
        display: block;
        padding: 1rem 1rem;
    }
    .left-sidebar-resp button{
        text-transform: uppercase;
        font-family: 'AbelPro-Bold', Arial, SansSerif;
        border: 0;
        cursor: pointer;
        margin-top: 1rem;

        color: #fff;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        background: #39b54a; /* Old browsers */
        background: -moz-linear-gradient(top, #39b54a 0%, #278131 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #39b54a 0%, #278131 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #39b54a 0%, #278131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b54a', endColorstr='#278131', GradientType=0); /* IE6-9 */
    }
    .left-sidebar-resp button.collapsed{
        color: #333333;
        border-radius: 0.25rem;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #999999 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%, #999999 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%, #999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#999999', GradientType=0); /* IE6-9 */
    }
    .left-sidebar-resp button:hover{
        color: #fff;
        background: #39b54a; /* Old browsers */
        background: -moz-linear-gradient(top, #39b54a 0%, #278131 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #39b54a 0%, #278131 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #39b54a 0%, #278131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39b54a', endColorstr='#278131', GradientType=0); /* IE6-9 */
    }
    .left-sidebar-resp button:last-child{
        margin-bottom: 0;
    }
    .left-sidebar-resp ul.league-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .left-sidebar-resp ul.league-list li {
        display: block;
        margin-bottom: .5rem;
    }
    .left-sidebar-resp ul.league-list li a {
        display: block;
        color: #000;
        padding: .3rem 1rem;
    }
    .left-sidebar-resp ul.league-list li a:hover {
        color: #278131;
    }
}
@media only screen and (max-width : 480px) {
    .table .f-ball-left{
        display: none;
    }
    .table .f-ball{
        display: none;
    }


    /* Match List */
    .right-section ul.match-list li {
        height: 5rem;
    }


    ul.single-match li.match-status {
        width: 15%;
        line-height: 5rem;
    }

    ul.single-match li.first-team, ul.single-match li.second-team {
        width: 70%;
        height: 2.5rem;
        line-height: 2.5rem;
    }

    ul.single-match li.match-score{
        float: right;
    }

    ul.single-match li.match-score {
        width: 15%;
        height: 5rem;
    }
    ul.single-match li.match-score-full {
        width: 15%;
        height: 5rem;
        line-height: 5rem;
    }
    .right-section ul.match-list li.tournament-name{
        height: 2.5rem;
        line-height: 2.5rem;
    }

    ul.single-match li.match-score > ul li.first-score, ul.single-match li.match-score > ul li.second-score {
        width: 100%;
        height: 2.5rem;
        line-height: 2.5rem;
    }
    ul.single-match li.match-score > ul li.first-score{
        border-bottom: 1px solid #cccccc;
    }
    ul.single-match li{
        border-bottom: 1px solid #cccccc;
    }
    ul.match-list > li > a > ul.single-match > li:last-child {
        border-bottom: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }

    ul.single-match li.match-score > ul li.score-divider {
        display: none;
    }
    ul.single-match li.match-score > ul li.score-divider-full {
        height: 5rem;
        line-height: 5rem;
    }

}
@media only screen and (min-width : 380px) and (max-width : 767px){
    .right-section .tab-content h3::after {
        width: 50%;
    }
    .right-section .club-info .fav-button{
        right: 15%;
    }
}
@media only screen and (min-width : 320px) and (max-width : 379px){
    .right-section .tab-content h3::after {
        width: 60%;
    }
    .right-section .club-info .fav-button{
        right: 5%;
    }
}
@media only screen and (max-width : 319px){
    .right-section .tab-content h3::after {
        width: 75%;
    }
    .right-section .club-info .fav-button{
        right: 1%;
    }
}
@media only screen and (min-width : 400px) and (max-width : 529px){
    .right-section .nav-tabs .nav-link {
        padding: .4em .6em;
        font-size: .9rem;
        margin-right: .6rem;
    }
}
@media only screen and (min-width : 333px) and (max-width : 399px){
    .right-section .nav-tabs .nav-link {
        padding: .3em .4em;
        font-size: .8rem;
        margin-right: .45rem;
    }
}
@media only screen and (max-width : 332px){
    .right-section .nav-tabs .nav-link {
        padding: .3em .2em;
        font-size: .75rem;
        margin-right: .35rem;
    }
}
@media only screen and (max-width : 320px) {
    .navbar-brand{
        background-image: url("../images/logo.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 13rem;
        height: 6rem;
        margin-right: 2.5rem;
    }
}