﻿
.head {
    display: block;
}


@media only screen and (max-width: 1200px) {
    .container {
        width: 970px;
    }

    .nav ul li a {
        font-size: 17px;
    }

    .hira-logo a {
        padding: 0 0px;
    }

    .inner-banner-text {
        bottom: 85px;
    }

    .contact-details {
        width: 35%;
    }

    .contact-form {
        width: 61%;
        margin-left: 4%;
    }

    .tab_menu li {
        width: 33.1282%;
    }
}


@media only screen and (max-width: 1000px) {
    .container {
        width: 870px;
    }


    .sponsor-head {
        font-size: 15px;
    }

    .mbpl-logo a {
        margin-left: 10px;
        width: 100px;
    }

    .mbpl-logo {
        min-width: 100px;
        width: 17%;
    }

    .nav ul li {
        margin: 39px 1%;
    }

    .hira-logo a {
        width: 116px;
        margin-top: 3px;
    }

    .nav {
        width: 63%;
    }

        .nav ul li a {
            font-size: 14px;
        }

    .fx-tie, .fx-grp {
        font-size: 14px;
    }

    .tab_menu li {
        width: 30.333%;
        margin: 0 1.5%;
        border: 0;
    }
}

@media only screen and (max-width: 900px) {
    .container {
        width: 770px;
    }

    .team-logo {
        width: 90%;
        margin: 10px 5%;
    }

    .fx-team1 {
        width: 30%;
    }

    .score {
        width: 40%;
        float: left;
    }

    .fx-team2 {
        width: 30%;
        float: left;
    }

    .title {
        font-size: 25px;
        line-height: 30px;
    }

    .grp-team-logo {
        width: 30.78%;
    }

    .grp-team-name {
        width: 64.22%;
        line-height: 64px;
    }

    .fixtures-grp-col .grp-team-name {
        width: 100%;
        text-align: center;
    }

    .fixtures-grp-col .grp-team-logo {
        width: 100%;
    }

    .contact-details {
        width: 42%;
    }

    .contact-form {
        width: 54%;
        margin-left: 4%;
    }
}

@media only screen and (max-width: 800px) {
    .container {
        width: 670px;
    }

    .sponsor-col {
        width: 32.333%;
        margin: 10px 0.5%;
        float: left;
    }

    .hira-logo:before {
        width: 336px;
    }

    .fx-tie, .fx-grp {
        font-size: 12px;
    }

    .grp-team-name {
        line-height: 56px;
        font-size: 20px;
    }

    .sponsor-logo-new img {
        width: 90%;
        margin: 10px 5%;
    }

    .inner-banner-text {
        bottom: 40px;
    }

    .rules-outer ul {
        width: 80%;
        margin-left: 10%;
        margin-right: 0;
    }

    .playoffs img {
        width: 100%;
    }

    .rules-outer ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-details {
        width: 49%;
    }

    .contact-form {
        width: 47%;
        margin-left: 4%;
    }
}

@media only screen and (max-width: 700px) {
    .viewmore {
        font-size: 14px;
    }

        .viewmore a {
            padding-right: 6px;
        }

            .viewmore a:before {
                font-size: 30px;
            }




    .fx-title-col {
        width: 43.333%;
    }

    .fx-date {
        width: 25%;
    }

    .fx-time {
        width: 25%;
    }

    .copyright span {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    .inner-banner-text {
        bottom: 30px;
    }

    nav {
        display: block;
    }

    .head {
        display: none;
    }

    .contact-details {
        width: 54%;
    }

    .contact-form {
        width: 44%;
        margin-left: 2%;
    }
}

@media only screen and (max-width: 600px) {
    .fixtures-col {
        width: 96%;
    }

    .grp-team-name {
        /*line-height: 96px;*/
        font-size: 25px;
    }

    .inner-banner-text {
        bottom: 20px;
        font-size: 30px;
    }

        .inner-banner-text:after {
            width: 150px;
            margin-top: 3px;
        }

    .sponsor-head {
        font-size: 14px;
    }

    .sponsor-logo-new img {
        width: 100%;
        margin: 10px 0%;
    }

    .fixtures-grp-col .grp-team-name {
        font-size: 16px;
    }

    .email p {
        font-size: 19px;
    }

    .about-text h3 {
        font-size: 22px;
    }

    .about-text p {
        font-size: 18px;
        line-height: 25px;
    }

    .gallery-col {
        width: 47%;
    }

    .team-col {
        width: 96%;
    }
}

@media only screen and (max-width: 500px) {
    .sponsor-logo-new img {
        width: 100%;
        margin: 10px auto;
        display: block;
    }

    .sponsor-col {
        width: 97%;
        margin: 10px 1.5%;
        float: left;
    }

    .fixtures-page-col {
        width: 98%;
        float: left;
        margin: 0 1%;
    }

    .fixtures-grp-col {
        width: 98%;
        float: left;
        margin: 0 1%;
    }

    .contact-details {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
    }

    .address img {
        width: 80%;
        display: block;
        margin: 10px auto;
    }

    .contact-details:after {
        right: 0;
        top: 100%;
        height: 2px;
        width: 100%;
    }

    .contact-form input[type="text"] {
        width: 83%;
        display: block;
        float: none;
        margin: 10px auto;
    }

    .contact-form {
        width: 100%;
        margin-left: 0;
    }

        .contact-form textarea {
            width: 83%;
            display: block;
            float: none;
            margin: 10px auto;
        }

    .email p {
        font-size: 20px;
        margin: 10px 0;
        line-height: 20px;
    }

    .contact-form h1 {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }

    .contact-form input[type="button"] {
        margin: 0 auto;
    }

    .facebook {
        width: 30px;
        height: 30px;
    }

    .team-outer {
        font-size: 18px;
    }

    .team-col {
        width: 96%;
    }

    .tab_menu li {
        width: 31.333%;
        margin: 0 1%;
        border: 0;
    }

        .tab_menu li a {
            font-size: 14px;
            padding: 10px 0;
        }
}





@media only screen and (max-width: 400px) {
    .grp-team-name {
        line-height: 50px;
        font-size: 21px;
    }

    /*.team-outer {
        font-size: 48px;
    }*/

    .rules-outer ul li {
        font-size: 15px;
        line-height: 25px;
    }

    .inner-banner-text {
        bottom: 14px;
        font-size: 23px;
    }

    .gallery-col {
        width: 97%;
    }
}

@media only screen and (max-width: 350px) {
    .swiper-slide a img {
        width: 60%;
        margin: 0% 20%;
    }
}

@media only screen and (max-width: 320px) {
}
