.whatres {
    display: none;
    /*z-index:10000000;
    height:8px;*/
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 105px !important;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}

.modal-backdrop {
    background-color: #000 !important;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 !important;
}


.navbar {
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    background-color: #231f20;
}

    .navbar .container {
        padding-left: 0;
        padding-right: 0;
    }

.navbar-brand {
    float: left !important;
    padding: 0 !important;
    line-height: normal !important;
    height: 42px !important;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0 !important;
}


a.navbar-toggle {
    display: block;
    float: initial;
    padding: 2px 10px;
    margin: 0 0 0 0;
    background-color: transparent;
    cursor: pointer;
}



.head-container {
    padding: 10px 12px 19px 12px;
}

.logo {
    float: left;
}
    .logo img {
        width: 320px;
    }

.navbar-right i {
    font-size: 15px;
    position: absolute;
}

.navbar-right a {
    white-space: nowrap;
    padding: 0;
    margin: 0 5px 0 5px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.navbar-right li a {
    white-space: nowrap !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    padding: 9px 10px !important;
}

.navbar-nav {
    margin-top: 8px;
}

.navbar-nav > li > .dropdown-menu {
    left: auto;
    right: auto;
}


.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent !important;
    color: #ee2a24 !important;
}

.nav > li:not(:first-child):before {
    content: " | ";
    color: #ee2a24;
    position: absolute;
    top: 5px;
    margin-left: -2px;
}

.navbar-nav > li > a:hover
{
    background-color:transparent;
    text-decoration:none;
    color: #ee2a24;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
    background-color:transparent;
    text-decoration:none;
    color: #ee2a24;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 18px !important;
    border-radius: 10px;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    z-index: 9999;
    padding: 5px 0;
    background-color: #ee2a24;
}

    .navbar-nav > li > .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px !important;
        margin: 0;
    }

        .navbar-nav > li > .dropdown-menu > li > a:hover,
        .navbar-nav > li > .dropdown-menu > li > a:focus {
            color: #000 !important;
            background-color: transparent;
        }

.caret {
    width: 100% !important;
    height: 0 !important;
    margin-left: 0 !important;
    border-top: 0px !important;
    display: block !important;
}

.redbar {
    color: white;
    background-color: #ee2a24;
    padding: 5px 0;
}
    .redbar a {
        color: #fff;
        text-decoration:none;
    }

.mobile-menu {
    display:none;
}

.strapline {
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
}
.strapline .fa {
        margin-right: 5px;
}
.strapline span {
        color:#000;
    }

.strapline div {
        text-align: center;
        display: inline-block;
        padding: 0 15px;
}



h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    line-height: 35px !important;
}

h1 {
    font-weight: normal;
    font-size: 35px !important;
    margin-top: 15px;
    margin-bottom: 15px !important;
}

h2 {
    font-size: 28px !important;
}

h3 {
    font-size: 26px !important;
}

h4 {
    font-size: 22px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 16px !important;
}

p, ol, ul {
    font-size: 18px;
    margin: 0 0 15px;
}

.sm {
    font-size: 12px;
}

.smaller {
    font-size: 15px;
}



hr {
    border-top: 1px solid #ccc;
}


.furtherInfoForm {
    background-color: #ee2a24;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1;
}

    .furtherInfoForm h3 {
        font-size: 28px;
        font-weight:bold;
    }

        .furtherInfoForm h3 span {
            font-size: 0.8em;
            white-space: nowrap;
            font-weight: normal;
        }

    .furtherInfoForm h3 a {
        color: #fff;
    }

.furtherInfoForm [class*="col-sm"], .furtherInfoForm [class*="col-md"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .furtherInfoForm .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        border-radius: 5px;
    }

.btn-black {
    background-color: #151515;
    color: #fff !important;
    border-radius: 5px;
}

    .btn-black:hover {
        color: #fff;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.btn-red {
    background-color: #ee2a24;
    color: #fff !important;
    border-radius: 5px;
}

    .btn-red:hover {
        color: #fff;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.furtherInfoForm .has-error .help-block {
    color: #611c1a;
}

.form-section {
    background-color: #efefef;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .form-section label {
        font-size: 16px;
        margin-right: 15px;
    }

    .form-section .radio-inline .form-control-feedback {
        margin: -8px -40px 0 0;
    }


.main-content {
    margin-bottom: 25px;
}

.main-content h1 {
    margin-top: 35px !important;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4 {
    color: #ee2a24;
}

.main-content a {
    color: #ee2a24;
}

form {
    display: inline;
}

    form input::-webkit-input-placeholder {
        color: #555 !important;
    }

    form textarea::-webkit-input-placeholder {
        color: #555 !important;
    }

.has-feedback .form-control-feedback {
    top: 0px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 12px;
    font-weight: normal;
}

/*input[type=radio] {
    margin: 4px 4px 0 0;
    margin-top: 1px \9;
}*/

input[type=checkbox], input[type=radio] {
    margin: -2px 5px 0 0;
    position: initial !important;
    margin-left: 0px !important;
}

.captchamessage {
    color: #a94442;
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.book-a-discovery {
    color: white;
    background-color: #ee2a24;
    padding: 15px 0;
}

    .book-a-discovery a {
        color: #fff;
        text-decoration: none;
    }


/*Postcode lookup*/
#postcode_lookup #opc_input, .postcode_lookup #opc_input {
    display: block;
    width: 50%;
    background-color: #fff;
    background-image: none;
}

#postcode_lookup #opc_button, .postcode_lookup #opc_button {
    width: 50%;
}

/*FOOTER*/
footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0px 15px 0;
    margin-top: 0;
    color: #fff;
}

.foot-logo img {
    max-width:255px;
    display:inline;
}

.foot-strapline {
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    margin:10px 0;
    text-align:center;
    white-space:nowrap;
}
    .foot-strapline span {
        color: #ee2a24;
    }


.foot-social {
    text-align:right;
}

.socialmedia {
    margin: 0 0 10px 10px;
    max-width: 50px;
}
    .socialmedia:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.foot-copyright {
    font-size: 11px;
    text-align: right;
    margin-top: 15px;
    color: #ccc;
}




@media (max-width:1200px) {

    .whatres {
        background-color: red;
    }


    .furtherInfoForm h3 {
        font-size: 23px;
        line-height: 30px;
    }

}

@media (max-width:992px) {
    .whatres {
        background-color: blue;
    }

    body {
        padding-top: 99px !important;
    }

    /*.logo {
        margin-top: 7px;
    }*/

    .logo img {
        width: 280px;
        margin-bottom: 18px;
    }

    .navbar-right li a {
        font-size: 13px;
        padding: 11px 7px !important;
    }

    .nav > li:not(:first-child):before {
        top: 7px;
        margin-left: -2px;
    }

    .foot-social {
        text-align: center;
        margin-top: 15px;
    }

    .foot-copyright {
        text-align: center;
    }
}

@media (max-width:767px) {
    .whatres {
        background-color: yellow;
    }

    body {
        padding-top: 113px !important; 
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .navbar-collapse {
        position: absolute;
        background-color: rgba(238, 42, 36, 0.9);
        width: 100%;
        top: 107px;
        margin-left: -14px;
        z-index: 1;
    }

    .navbar-right i {
        top: 10px;
        right: 43px;
    }

    .pull-right {
        float: left !important;
    }

    .navbar-nav > li > a {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 3px 30px !important;
        text-align: left;
    }
    .navbar-nav > li > a:hover {
        color: #000;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        color: #000;
    }

    .nav > li:not(:first-child):before {
        content: "";
        position: absolute;
        top: 0px;
        margin-left: 0px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
        text-align: left;
        font-weight: bold;
        font-size: 16px;
    }

    .navbar-nav .open .dropdown-menu {
        margin-left:50px;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .caret i {
        display:none;
    }

    .redbar {
        padding: 0 0 5px;
    }

    .mobile-menu {
        display: block;
        text-align: center;
        font-size: 16px;
    }

    .strapline {
        font-size: 16px;
        text-align: center;
    }


    h1 {
        font-size: 35px !important;
    }

    .furtherInfoForm h3 span {
        display: block;
        font-size: 0.8em;
        white-space:initial;
    }

    .foot-copyright {
        font-size: 10px;
    }

    .navbar-right span {
        display: inline-block;
    }

}

@media (max-width:480px) {
    .whatres {
        background-color: green;
    }

    .logo img {
        width: 100%;
    }

    .navbar-right i {
        top: -8px;
        right: 4px;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        line-height: 30px !important;
    }

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 16px !important;
    }

    p, ol, ul {
        font-size: 14px !important;
    }

    .navbar {
        margin: 0;
    }

        .navbar .navbar-nav > li > a > span {
            font-size: 12px;
            padding-left: 0;
        }

        .navbar .navbar-nav > li > a > i {
            width: 42px;
            vertical-align: middle;
        }

    .furtherInfoForm h3 {
        font-size: 21px !important;
        line-height: 30px;
    }
        .furtherInfoForm h3 span {
            font-size: 0.6em;
            line-height: 1.7;
        }


    .socialmedia {
        margin: 0 0 10px 5px;
        max-width: 30px;
    }
}

@media (max-width:320px) {
    .whatres {
        background-color: pink;
    }

    .logo img {
        width: 200px;
    }

    .navbar-collapse {
        top: 91px;
    }

    .furtherInfoForm h3 {
        font-size: 17px !important;
        line-height: 18px !important;
    }
        .furtherInfoForm h3 span {
            font-size: 0.7em;
            line-height: 1.4;
        }

    .foot-logo img {
        max-width: 215px;
    }

    .foot-strapline {
        font-size: 19px;
    }

    .socialmedia {
        margin: 0 0 9px 2px;
        max-width: 27px;
    }

}
