
/* Col md */
@media only screen and (max-width : 1200px) {
    #stages p {
        width:97%;
        font-size:12px;
    }
    #stages .number {
        font-size:12px;
    }
}

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

#stages .number {
    font-size:13px;
    margin-right:12px;
    padding:7px;
}
#players {
    width:80%;
}
#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;
        line-height: 1em;
    }
    #stages p {
        line-height: 2em;
        font-size:13px;
    }
    h3.month {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #timeslot .cost {
        margin-bottom:30px;
    }
    .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: 15px;
        text-align: center;
    }
    .big-button.next-stage {
        font-size:17px;
        padding:0;
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
    .table {
        width:90%;
        margin-left:-10px;
    }
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
    .table {
        width:100%;
        margin-left:0;
    }
}