html {
    height: 100%;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    color: #000;
    font-family: "Courier New", Courier;
    font-size: 12px;
    height: 100%;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
    display: block;
    position: relative
}


/* headers
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal;
    font-style: normal;
    line-height: normal
}


/* links
-----------------------------------------------*/
a {
    color: #ef4d25;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

/* paragraphs
-----------------------------------------------*/
p, address {
    display: block;
    font-style: normal
}

strong, b {
    font-family: "Courier New", Courier;
    font-weight: 900
}


/* general
-----------------------------------------------*/

#holder {
    clear: both;
    display: block;
    width: 100%
}

.fixer {
    clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 940px
}

.col-lhs450 {
    float: left;
    position: relative;
    width: 450px
}

.col-rhs450 {
    float: right;
    position: relative;
    width: 450px;
    min-height: 620px;
    z-index: 1;
}

.col-lhs220 {
    float: left;
    position: relative;
    width: 220px;
    min-height: 300px;
    background-color: #ef4d25
}

.col-full {
    float: left;
    position: relative;
    width: 940px
}


/* header
-----------------------------------------------*/

#header {
    clear: both;
    min-height: 130px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 99
}

#header .fixer {
    min-height: 130px;
}

#header .logo {
    background: url("../img/the-blackbird-logo.png") no-repeat 0 0;
    display: block;
    font-size: 1px;
    height: 94px;
    left: 0;
    line-height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999em;
    top: 18px;
    width: 172px;
    z-index: 9999
}


#header .social {
    display: block;
    padding: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 115px;
    height: 32px;
    z-index: 99
}

#header .social ul {
    margin: 0;
    overflow: hidden;
    padding: 0
}

#header .social li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 5px 10px 0
}

#header .social a {
    display: block;
    font-size: 1px;
    height: 32px;
    line-height: 1px;
    overflow: hidden;
    text-indent: -9999em;
    width: 32px
}

#header .social .twitter {
    background: url("../img/icons/twitter32x32.png") no-repeat 0 0
}

#header .social .facebook {
    background: url("../img/icons/facebook32x32.png") no-repeat 0 0
}

#header .social .instagram {
    background: url("../img/icons/instagram32x32.png") no-repeat 0 0
}


/* nav
-----------------------------------------------*/

#nav-holder {
    background-color: #FFFFFF;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#nav {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 9
}

#nav .menu-link {
    background: url("../img/menu-link.png") no-repeat 0 0;
    display: none;
    font-size: 0;
    height: 56px;
    line-height: 1px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999em;
    top: 73px;
    width: 80px
}

#nav .menu {
    float: right;
    margin: 0;
    overflow: hidden;
    padding: 0;
    max-width: 450px;
}

#nav .menu li {
    float: left;
    font-size: 20px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 0 35px 10px 0;
    width: 150px;
}

#nav .menu a {
    color: #000;
    display: block;
    font-family: 'helvetica';
    font-weight: 800;
    font-size: 16px;
    line-height: 20px
}

#nav .menu a:hover, #nav .menu .active {
    color: #ef4d25;
    text-decoration: none
}


/* main
-----------------------------------------------*/

#main {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 45px 0 30px 0;
    position: relative
}


.col-lhs450 img {
    max-width: 100%;
    display: block;
}

.rabbit {
    background: url("../img/rabbitbg.png") no-repeat;
    width: 343px;
    height: 574px;
    position: absolute;
    z-index: 0;
    left: 110px;
    top: 140px;
}

.cat {
    background: url("../img/catbg.png") no-repeat;
    width: 507px;
    height: 515px;
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: -150px;
}

.tortoise {
    background: url("../img/tortoisebg.png") no-repeat;
    width: 545px;
    height: 446px;
    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0;
}

.trumpet {
    background: url("../img/trumpetbg.png") no-repeat;
    width: 545px;
    height: 446px;
    position: absolute;
    z-index: 0;
    left: 160px;
    top: 50px;
}

.heart {
    background: url("../img/heartbg.png") no-repeat;
    width: 545px;
    height: 446px;
    position: absolute;
    z-index: 0;
    left: 160px;
    top: 30px;
}

.twitterfeed {
    background-color: #ef4d25;
    display: block;
    margin: 0 0 12px 0;
    overflow: hidden;
    height: 301px;
    width: 194px;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}


/* general -----------------------------------------------*/

#main h1 {
    font-family: 'helvetica';
    font-weight: 800;
    font-size: 56px;
    padding: 0 0 30px 0;
    color: #000000;
    background: url("../img/dash.jpg") no-repeat 0 80px;
    line-height: 80px;
}

#main h2 {
    font-size: x-large;
    text-align: center;
    font-weight: 800;
    margin-top: 20px;
}

#main p {
    font-family: "Courier New", Courier;
    font-size: 16px;
    line-height: 25px;
    padding: 0 0 30px 0;
    color: #000000
}

#main .bullets-list {
    display: block;
    margin: 0;
    padding: 30px 0 30px 0
}

#main .bullets-list li {
    background: url("../img/orange-triangle.png") no-repeat 0 7px;
    float: left;
    clear: both;
    display: block;
    font-size: 20px;
    line-height: 30px;
    list-style: none;
    padding: 0 0 0 12px
}


.two-cols-panel, .content {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.strap-line {
    margin-top: 50px;
}

.strap-line h2 {
    text-align: left !important;
}

.image-centre {
    padding-bottom: 0 !important;
    text-align: center;
}

.book-now-container {
    margin-top:20px;
    margin-bottom:20px;
}

/* opening hours
-----------------------------------------------*/

.opening-hours-main-container {
    margin-top: 20px;
}

.opening-hours-title h3 {
    font-size: 20px;
    font-weight: 400;
}

.opening-hours-details-container {
    margin-top: 20px;
    float: left;
}

.opening-hours-details {
    width: 33%;
    float: left;
}

.opening-hours-details h4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.home-sub-titles {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    color: black;
}

.opening-hours-details p {
    padding-bottom: 10px !important;
}

/* footer
-----------------------------------------------*/

#footer {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0 40px 0;
    position: relative;
    z-index: 777;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #EF4D25;
    margin-top: -40px;
}

#footer .col-rhs450footer {
    float: right;
    position: relative;
    width: 450px
}

#footer .contacts {
    clear: both;
    display: block;
    overflow: hidden;
}

#footer .contacts ul {
    float: left;
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0
}

#footer .contacts li {
    float: left;
    font-family: "Courier New", Courier;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0
}

#footer .logos {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 0
}

#footer .logos li {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0
}

#footer .logos a {
    display: block;
    font-size: 1px;
    height: 91px;
    line-height: 1px;
    overflow: hidden;
    text-indent: -9999em
}

#footer .logos .style-award {
    background: url("../img/icons/style-award.png") no-repeat 0 0;
    width: 120px;
    padding-right: 20px;
}

#footer .logos .vob {
    background: url("../img/icons/the-voyage-of-buck-logo.png") no-repeat 0 0;
    width: 90px;
    margin-top: 15px;
}

#footer .logos .treacle {
    background: url("../img/icons/treacle-logo.png") no-repeat 0 0;
    width: 167px;
}

#footer .logos .hamiltons {
    background: url("../img/icons/hamiltons.png") no-repeat 0 0;
    width: 105px;
    margin-top: -5px;
}

#footer .logos .big-red-events {
    background: url("../img/icons/big-red-events.png") no-repeat 0 0;
    width: 156px;
}

#footer .logo {
    background: url("../img/free-wifi.jpg") no-repeat 0 0;
    display: block;
    font-size: 1px;
    height: 51px;
    line-height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 20px;
    width: 190px;
    z-index: 9999
}

.desktop {
    display: block !important;;
}
.mobile {
    display: none !important;;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

}


@media only screen and (max-width: 767px) {

    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
        min-height: 100px !important;
    }

    #holder {
        width: auto;
        padding: 5px;
    }

    .fixer {
        clear: both;
        margin: 0;
        overflow: hidden;
        width: auto
    }

    .col-lhs450, .col-rhs450, .col-full, .col-lhs220, .col-lhs620, .col-rhs450footer {
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        width: auto;
    }

    #header {
    }

    #header .logo {
        left: 23px;
        top: 23px;
        z-index: 9999
    }

    #header .social {
        display: none
    }

    #nav {
        padding: 140px 0 0 0
    }

    #nav .menu-link {
        display: block
    }

    #nav .menu {
        display: none;
        float: none;
        padding: 0 0 10px 0
    }

    #nav .menu li {
        border-bottom: 1px solid #ef4d25;
        clear: both;
        display: block;
        float: none;
        font-size: 24px;
        line-height: 24px;
        overflow: hidden;
        padding: 0;
        text-align: right;
        width: auto
    }

    #nav .menu a {
        display: block;
        font-size: 24px;
        line-height: 24px;
        text-align: right;
        padding: 5px 20px
    }

    #intro {
        background: none;
        height: auto;
        min-height: 1px;
    }

    #intro .tabs {
        padding: 17px 20px 11px 20px
    }

    #intro .tabs ul {
        margin: 0
    }

    #intro .tabs li {
        clear: both;
        display: block;
        float: none;
        overflow: hidden;
        padding: 0 0 6px 0;
        width: auto
    }

    #main {
        padding: 0 0 20px 0
    }

    #main .col-lhs220 {
        margin: 0 auto;
        width: 220px;
        margin-bottom: 20px;
    }

    #main .col-rhs450 {
        min-height: 320px
    }

    #main .two-cols-panel, #main .content {
        padding: 0 20px
    }

    .rabbit, .cat, .tortoise, .trumpet, .heart {
        display: none;
    }

    #footer {
        padding: 20px 0;
    }

    #footer .contacts {
        padding: 0 0 10px 0;
        margin-top: 40px;
    }

    #footer .contacts li {
        clear: both;
        display: block;
        float: left;
        padding: 0 0 15px 0;
        text-align: center;
        width: 304px;
        font-size: 14px
    }

    #footer .logos .treacle {
        background: url("../img/icons/treacle-logo.png") no-repeat 0 0;
        background-size: 50%;
        width: 90px
    }

    #footer .logos .hamiltons {
        background: url("../img/icons/hamiltons.png") no-repeat 0 0;
        background-size: 50%;
        width: 90px
    }

    #footer .logos .big-red-events {
        background: url("../img/icons/big-red-events.png") no-repeat 0 0;
        background-size: 50%;
        width: 90px
    }

    .image-centre {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0 !important;
        text-align: center;
    }

    #footer .logos {
        margin-right: 6%;
    }

    #footer .contacts {
        margin-left: 8%;
    }

    .good-to-go {
        margin: 40px 0 !important;
        padding-bottom: 0 !important;
        display: block;
    }

    .book-now-container {
    }

    #main h1 {
        text-align: center;
        background: none;
    }

    #footer .logos li {
        text-align: center;
        float: none;
        list-style: auto;

    }

    #footer .logos .style-award {
        background: url("../img/icons/style-award.png") no-repeat 0 0;
        margin: auto;
        padding: 0;
        width: 120px;
    }

    #footer .logos .vob {
        background: url("../img/icons/the-voyage-of-buck-logo.png") no-repeat 0 0;
        margin: auto;
        padding: 0;
        width: 90px;
    }

    #footer .logos .hamiltons {
        background: url("../img/icons/hamiltons.png") no-repeat 0 0;
        margin: auto;
        padding: 0;
        width: 105px;
    }

    #footer .col-rhs450footer {
        text-align: center;
        width: 100%;
        padding: 0;
    }
}


