
/* Col md */
@media only screen and (max-width : 1200px) {
       #stages p {
    width:90%;
}
}

/* Col Sm */
@media (max-width: 991px) {
    #stages p {
    width:100%;
    clear:both;
    margin:10px 0;
    display: block;
    line-height: 2em;
}
#stages {
    padding:20px 0 25px;
}
}

/* Col XS */
@media screen and (max-width:768px){
    input:focus,
    select:focus,
    textarea:focus,
    button:focus,
    a:focus, a:active {
        outline:#5bc0de;
        
    }

    .map {
        margin:40px 0 0;
    }
    #home-intro p {
        width:100%;
    }
    #contact {
        text-align: center;
    }
    header#home { 
        background-size:calc;
        background-attachment:scroll;
    }
    
    #stages .number {
        margin-bottom:20px;
    }
    #stages p {
        line-height: 1.3em;
    }
    h3.month {
        display: block;
        margin: 0 auto;
        width: 369px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .table-responsive {
        border:1px solid #333;
        padding:10px 20px 10px 5px;
    }
    #stages {
        padding: 20px 0 10px;
    }
    #players {
        width:100%;
        font-size:30px;
        padding-bottom:20px;
    }
    #players label {
        margin:20px 0;
    }
    #details label {
        width:100%;
        text-align: center;
    }
    #details input {
        width: 113%;
        margin-left: -20px;
    }
    
    .booking {
        width:100%;
        font-size:20px;
    }
    .day {
        display: none;
    }
    .table > tbody > tr > td {
        padding:3px;
    }
    td .number {
        display: block;
        font-size: 21px;
        text-align: center;
    }
    .big-button.next-stage {
        font-size:17px;
        padding:0;
    }
}