/* Media Query
----------------------------------------------------------*/
@media screen and (min-width: 1280px) {

    /*	containers
----------------------------------------------------------*/

    div.container {
        margin: 10px auto;
        background-color: #fff;
        width: 1200px;
    }
    p img {
        display: inline-block;
        margin: 10px;
    }
        p img.fr {
            float: right;
        }
    div.header {
        width: 100%;
        position: relative;
    }

    div.logo {
        width: 300px;
        float: left;
        text-align: center;
    }

    div.mobile_menu{
        display: none;
    }
    div.mobile_menu_open {
        display: none;
    }
    div.header_right {
        width: 899px;
        float: right;
        text-align: left;
        position: relative;
    }

    div.rooms {
        width: 100%;
    }

        div.rooms div.top_button:last-child {
            border-right: 0;
        }

    div.top_button {
        display: inline;
        float: left;
        width: 25%;
        height: 40px;
        color: #4a5b48;
        text-align: center;
        border-right: 2px solid #ffffff;
        box-sizing: border-box;
    }

        div.top_button a {
            display: block;
            font-size: 18px;
            font-family: 'Oxygen', Helvetica, Arial, sans-serif;
            font-weight: normal;
            color: #4a5b48;
            text-decoration: none;
            padding-top: 8px;
        }

    div.banner {
        width: 100%;
        text-align: center;
    }
        div.banner img{
            max-width: 705px;
            width: 100%;
        }


    div.page_content {
        position: relative;
    }

    div.nav {
        width: 280px;
        float: left;
        text-align: center;
        padding-left: 20px;
    }

    div.side_navigation {
        padding-left: 3px;
        padding-right: 3px;
    }

        div.side_navigation a {
            display: block;
            font-family: 'Oxygen', Helvetica, Arial, sans-serif;
            font-weight: normal;
            font-size: 16px;
            color: #4a5b48;
            text-decoration: none;
            background-image: url('../images/side_nav.gif');
            background-repeat: no-repeat;
            background-position: top left;
            padding-left: 30px;
            padding-top: 4px;
            padding-bottom: 4px;
            text-align: left;
        }

            div.side_navigation a:hover {
                color: #f9ce1d;
            }

    div.side_navigation_sub {
        padding-left: 3px;
        padding-right: 3px;
    }

        div.side_navigation_sub a {
            display: block;
            font-family: 'Oxygen', Helvetica, Arial, sans-serif;
            font-weight: normal;
            font-size: 14px;
            color: #4a5b48;
            text-decoration: none;
            padding-left: 40px;
            padding-top: 4px;
            padding-bottom: 4px;
            text-align: left;
            background: none;
        }

            div.side_navigation_sub a:hover {
                color: #f9ce1d;
            }

    div.content {
        width: 869px;
        float: right;
        text-align: left;
        position: relative;
        padding-right: 30px;
    }

    div.footer {
        width: calc(100% - 60px);
        margin: 60px auto 40px;
        padding: 30px 0 30px;
        border-top: 2px dotted #a6c59b;
    }

    div.footer_left {
        text-align: left;
        width: 30%;
        display: inline-block;
        margin-right: 5%;
        float: left;
    }

    div.footer_middle {
        text-align: left;
        width: 30%;
        display: inline-block;
    }

    div.footer_right {
        text-align: right;
        width: 30%;
        float: right;
    }

        div.footer_right a,
        div.footer_left a,
        div.footer_middle a {
            text-decoration: none;
            color: #4a5b48;
        }

            div.footer_right a:hover,
            div.footer_left a:hover,
            div.footer_middle a:hover {
                text-decoration: none;
                color: #f9ce1d;
            }

    div.footer_bottom {
        width: 100%;
        margin: 30px auto 0;
        text-align: left;
    }






    div.ofsted {
        display: none;
    }

    div.homepage {
        background-color: #e5efe4;
        font-family: trebuchet MS, arial;
        font-weight: normal;
        font-size: 24px;
        color: #4a5b48;
        padding: 30px;
        border: solid 2px #a6c59b;
        margin: 40px;
    }

    div.row {
        clear: both;
        padding-top: 5px;
        width: 100%;
    }

        div.row span.label {
            display: block;
            padding: 10px 0 5px;
            text-align: left;
        }

        div.row span.formw,
        div.row div.formw {
            display: block;
            width: 75%;
        }
            div.row span.formw input {
                width: 100%;
            }

            div.row span.formw textarea {
                width: 100%;
                height: 80px;
            }

            div.row span.formw input[type=button],
            div.row span.formw input[type=submit],
            div.row span.formw input[type=reset] {
                background-color: #f9ce1d;
                border: none;
                color: white;
                padding: 8px 24px;
                text-decoration: none;
                margin: 4px 2px;
                cursor: pointer;
                width: auto;
            }



    .help {
        color: #4a5b48;
        font-size: 70%;
        vertical-align: middle;
    }

    #error {
        border: 3px solid #4a5b48;
        background-color: #fff;
        color: #4a5b48;
        padding: 10px;
        text-align: center;
        margin-top: 15px;
    }

    #msg {
        border: 3px solid #4a5b48;
        background-color: #fff;
        color: #4a5b48;
        padding: 10px;
        text-align: center;
        margin-top: 15px;
    }

    .sep {
        width: 600px;
        clear: both;
        height: 1px;
        margin: 15px auto 5px;
        border-top: 1px solid #CCC;
    }

    .clr {
        clear: both;
        font-size: 0;
    }

    div.covid {
        background-color: #eee;
        font-family: trebuchet MS, arial;
        font-weight: normal;
        font-size: 18px;
        color: #ff0000;
        padding: 20px;
        border: solid 2px #ff6a00;
        margin: 40px 0;
        text-align: center;
    }





/*----------------------------------------------------------*/
}


