/* New phone numbers on homepage */
@media screen and (min-width: 30.1em) {

    /* MAIN NAV START */

    a#menu-10512 {
        border: 2px solid;
        position: relative;
        top: 23px;
        height: 40px;
        line-height: 2 !important;
    }

    /* MAIN NAV END */


    .number-mobile {
        display: none;
    }
}
@media screen and (max-width: 480px) {

    /* MAIN NAV START */

    a#menu-10512 {
        border: none;
        top: 0;
        height: 20px;
        line-height: 1.5 !important;
    }

    /* MAIN NAV END */

    .number-desktop {
        display: none;
    }
}

/* ClickandGone Campaign */
#home #main-image h2{

    font-size: 1.8em;
    text-align: center;
    text-shadow: 0;
    white-space: normal;
    width: 50%;
    clear: both;
    margin: 0 auto;
    color: #FFFFFF;
}

/*@media screen and (max-width: 480px) {
    .page-homepage .usp,
    .page-homepage #smallImageMobile {
        display: none;
    }
    #home #booking-form h2{

        font-size: 1.4em;
        text-align: center;
        text-shadow: 0;
        white-space: normal;
        width: 95%;
        clear: both;
        margin: 0 auto;
        color: #FFFFFF;
        background-image: url(/static/img/promotions/backgroundcg.jpg);
        margin-top: 2%;
        padding: 2%;
    }
}*/
/*@media screen and (min-width: 30.1em) {
    #home #booking-form h2 {
        display: none;
    }
} */
