div#head:before {
    content: '3 Booking Lines: 01223 715715 / 424424 / 523523';
    display: block;
    width: 100%;
    height: 36px;
    color: #fff;
    background: #6cace0;
    line-height: 36px;
    font-size: 15px;
    padding-left: 20px;
    box-sizing: border-box;
}
img#logo {
    padding: 5px;
    box-sizing: border-box;
    margin-left: 50px;
}
section#logged-in {
    top: 36px;
}
li.active,
#main-nav li:hover {
    font-weight: bold;
}
#main-nav li:hover {
    background: #fff;
}
#main-nav li:hover a {
    color: #000;
}
input#rem-via,
input[name=add-via] {
    color: #000;
}
.switch-candy input:checked + label {
    color: black;
    text-shadow: 1px 1px rgba(0,0,0,.5);
}
#address-form label {
    text-transform: none;
}
div.force-value-input-div {
    border: 1px solid #000;
    box-sizing: border-box;
    color: #000!important;
    text-transform: none!important;
}
/*BETTER BUTTONS*/
input[type="submit"],
button,
#refresh-captcha,
#play-captcha,
input[type="button"],
a.link-button {
    border-radius: 4px;
    box-shadow: 0 5px 0 #2d84c8;
    text-shadow: none;
    font-weight: bold;
    font-family: Ubuntu;
    color: #bfdbf1;
}
a.link-button.cancel-button {
    border: none;
    box-shadow: 0 5px 0 #af1d19;
    color: #f2a4a2;
}
a.link-button.track-button {
    border: none;
    box-shadow: 0 5px 0 #1d68e0;
    color: #d0e0f9;
}
label.icon-ACCOUNT {
    text-transform: lowercase;
}
label.icon-account,
label.icon-cash,
label.icon-card-in-car,
label.icon-card {
    text-transform: uppercase!important;
}
.template-1015 label#force-value-vehicle-label,
.template-1015 #force-value-vehicle {
    display: none;
}
.template-1025 .price-display,
.template-1029 .price-display {
    display: none!important;
}
.template-1025 .eta-display,
.template-1029 .eta-display {
    float: none!important;
}
@media screen and (min-width: 768px) {
    .windowBox button {
        margin-bottom: 5px;
    }
}
/*END BUTTONS*/
@media screen and (max-width: 768px) {
    div#ep-display-container,
    div.price-display,
    div.eta-display {
        background: #6cace0;
    }
    div#head:before {
        height: 60px;
        padding: 0 20px;
        content: '01223 715715 / 424424 / 523523';
        text-align: center;
        line-height: 60px;
    }
    div#head a img#logo-mobile {
        width: 100%;
        box-sizing: border-box;
    }
    div#head a img#logo {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 2px;
        background: transparent;
    }
    a.logo.desktop-logo {
        width: 100px;
        height: 54px;
    }
}