/* @group HTML5 Boilerplate */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 1250px;
}

html, button, input, select, textarea {
    color: #222;
}

body {
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #fff;
    color: #1B1333;
    text-shadow: none;
}

::selection {
    background: #fff;
    color: #1B1333;
    text-shadow: none;
}

a {
    color: #fff;
}

    a:visited, button:visited {
        color: #fff;
    }

    a:hover, button:hover {
        color: #fff;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

/* Available Schedule Checkboxes */
input#mondayPM,
input#tuesdayPM,
input#wednesdayPM,
input#thursdayPM,
input#fridayPM,
input#saturdayPM,
input#sundayPM {
    margin-left: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

/* @end */

/* @group Typography */

@font-face {
    font-family: 'VinkelRegular';
    src: url('../fonts/vinkel-regular-webfont.eot');
    src: url('../fonts/vinkel-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vinkel-regular-webfont.woff') format('woff'), url('../fonts/vinkel-regular-webfont.ttf') format('truetype'), url('../fonts/vinkel-regular-webfont.svg#VinkelRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'VinkelRegular',arial, sans-serif;
    color: #fff;
    font-size: .875em;
}

h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.125em;
    margin: 0 0 22px 0;
    line-height: 1.3em;
}

p {
    margin: 0 0 20px 0;
}

/* @end */

/* @group Global Structure - Header, Footer */

.container {
    /*width: 960px;*/
    margin: 0 auto;
    max-width: 100%;
}

.logo-area {
    min-width: 1250px;
    height: 115px;
    position: relative;
    border-bottom: solid 3px #fff;
}

    .logo-area img {
        position: absolute;
        bottom: 15px;
        left: 50%;
    }


nav.main {
    min-width: 1250px;
    border-bottom: solid 3px #fff;
}

    nav.main ul li {
        float: left;
        display: block;
        padding-right: 15px !important;
        background: url('../img/nav-star.png') center right no-repeat;
    }

        nav.main ul li.last {
            background: none;
        }

        nav.main ul li a, nav.main ul li button {
            text-decoration: none;
            font-size: 16px;
            text-transform: uppercase;
            padding: 17px 30px;
            display: block;
            float: left;
        }

    nav.main .giftcardlink {
        position: relative;
    }

        nav.main .giftcard .gcSpecial {
            background: url('../img/nav-star.png') center right no-repeat;
        }

nav.sub {
    position: absolute;
    width: 100%;
    min-width: 1250px;
    border-bottom: 3px solid #fff;
    /*padding-bottom: 50px;*/
    height: 373px;
    display: none;
    z-index: 100;
}

    nav.sub ul {
        float: left;
        text-align: center;
    }

    nav.sub #menus-sub {
        width: 87px;
        margin-left: -20px;
        margin-right: 26px;
    }

    nav.sub #brewery-sub {
        width: 94px;
    }


    nav.sub li {
        /*border-bottom: 1px solid #766f78;*/
    }

        nav.sub li.last {
            border-bottom: none;
        }

    nav.sub a {
        color: #fffae0;
        text-decoration: none;
        text-transform: uppercase;
        padding: 20px 0;
        display: block;
    }


nav.breadcrumb {
    padding: 7px 0;
    min-width: 1250px;
}

    nav.breadcrumb li {
        display: inline-block;
        margin-right: 8px;
    }

.lt-ie8 nav.breadcrumb li {
    display: inline;
}

nav.breadcrumb li:after {
    content: ">";
}

nav.breadcrumb li.active a {
    color: #fbd881;
}

nav.breadcrumb li.active:after {
    content: "";
}

nav.breadcrumb li a {
    font-size: 1.11em;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 10px;
}

#main-content {
    padding-top: 75px;
    padding-bottom: 90px;
    overflow: hidden;
    min-width: 1000px;
    padding: 0 80px;
    padding-top: 75px;
    padding: 75px 80px 90px;
}

.content {
    float: left;
    width: 475px;
    margin-right: 120px;
    padding-left: 1em;
}

aside {
    float: left;
    width: 365px;
}

footer {
    border-top: solid 3px #fff;
    min-width: 1250px;
}

    footer .container {
        position: relative;
    }

.desc {
    margin: auto 290px;
    padding-top: 20px;
    text-align: center;
    font-style: italic;
    font-size: 1.071em;
    line-height: 1.5em;
}

    .desc p {
        margin: 0px;
    }

.locations-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 225px;
}

.locations ul {
    margin: 0;
    padding: 0;
    display: none;
}

.locations li {
    list-style: none;
    text-align: center;
    padding: 0px;
}

    .locations li.first {
        padding-top: 5px;
    }

    .locations li.last {
        padding-bottom: 5px;
    }

    .locations li.middle {
        padding: 0px;
    }

    .locations li a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
    }

    .locations li.active a span {
        display: block;
        position: absolute;
        top: 2px;
        left: -20px;
        width: 13px;
        height: 14px;
    }

.locations .label {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
}

    .locations .label img {
        vertical-align: center;
    }

/*Style block for display of Address on individual index pages*/
.locations-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
}

.label-left {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 0px;
    border-style: solid;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    background: none;
    margin: 0px;
}

    .label-left li {
        list-style: none;
        text-align: center;
    }

.first-left {
    padding-top: 3px;
}

.last-left {
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer-links {
    margin-top: 75px;
    margin-left: 133px;
}

    .footer-links li {
        list-style: none;
        float: left;
        padding: 0 15px;
    }

        .footer-links li.divider {
            background: url('../img/footer-links-divider.png') no-repeat left bottom;
            padding: 0;
            width: 1px;
            height: 55px;
        }

        .footer-links li.pad-top {
            padding-top: 30px;
        }

        .footer-links li a {
            text-decoration: none;
            text-transform: uppercase;
        }

/* @end */

/* @group Internal Pages */

.accordion h3 {
    margin: 0 0 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px 0;
    font-weight: normal;
    font-size: 1.071em;
    height: 1%;
}

    .accordion h3 a {
        color: #000;
        padding: 4px 35px 4px 12px;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        background-image: url('../img/accordion-divider.png'), url('../img/accordion-plus.png');
        background-position: 94% center, 98% center;
        background-repeat: repeat-y, no-repeat;
        line-height: 1.15em;
    }

.lt-ie9 .accordion h3 a {
    background-image: url('../img/accordion-plus.png');
    background-position: 98% center;
    background-repeat: no-repeat;
}

.accordion h3.ui-state-active a {
    background-image: url('../img/accordion-divider.png'), url('../img/accordion-minus.png');
    background-position: 94% center, 98% center;
    background-repeat: repeat-y, no-repeat;
}

.lt-ie9 .accordion h3.ui-state-active a {
    background-image: url('../img/accordion-minus.png');
    background-position: 98% center;
    background-repeat: no-repeat;
}

.accordion div {
    padding: 0 12px 20px 12px;
}

.feature {
    border: 3px solid #fff;
    margin-bottom: 45px;
}

#rotate {
    overflow: hidden;
    width: 360px;
    height: 464px;
}

.feature img {
    top: 0;
    left: 0;
}

.button {
    text-align: center;
    color: #000;
    padding: 5px 8px;
    font-size: 1.071em;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.15em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 1%;
    margin-right: 5px;
}

    .button.half {
        width: 161px;
        float: left;
    }

        .button.half.rgutter {
            margin-right: 5px;
        }

    .button:hover, .button:visited {
        color: #000;
    }

.size1of3 {
    float: left;
    width: 320px;
}

.locations-content .item {
    padding: 0 0 35px 135px;
    position: relative;
}

.locations-content .r-logo {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    width: 120px;
}

.locations-content .item p {
    font-size: .8571em;
}


/* @end */

/* @group Home Page styles */

.home #main-content {
    margin: 0;
    padding: 0;
    background: #000;
}

#home-rotate {
    overflow: hidden;
    width: 1282px;
    height: 373px;
    margin: 0 auto;
}

    #home-rotate img {
        top: 0;
        left: 0;
    }

/* @end */

/* @group Helper Classes */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/

.ptn, .pvn, .pan {
    padding-top: 0px !important;
}

.pts, .pvs, .pas {
    padding-top: 5px !important;
}

.ptm, .pvm, .pam {
    padding-top: 10px !important;
}

.ptl, .pvl, .pal {
    padding-top: 20px !important;
}

.prn, .phn, .pan {
    padding-right: 0px !important;
}

.prs, .phs, .pas {
    padding-right: 5px !important;
}

.prm, .phm, .pam {
    padding-right: 10px !important;
}

.prl, .phl, .pal {
    padding-right: 20px !important;
}

.pbn, .pvn, .pan {
    padding-bottom: 0px !important;
}

.pbs, .pvs, .pas {
    padding-bottom: 5px !important;
}

.pbm, .pvm, .pam {
    padding-bottom: 10px !important;
}

.pbl, .pvl, .pal {
    padding-bottom: 20px !important;
}

.pln, .phn, .pan {
    padding-left: 0px !important;
}

.pls, .phs, .pas {
    padding-left: 5px !important;
}

.plm, .phm, .pam {
    padding-left: 10px !important;
}

.pll, .phl, .pal {
    padding-left: 20px !important;
}

.mtn, .mvn, .man {
    margin-top: 0px !important;
}

.mts, .mvs, .mas {
    margin-top: 5px !important;
}

.mtm, .mvm, .mam {
    margin-top: 10px !important;
}

.mtl, .mvl, .mal {
    margin-top: 20px !important;
}

.mrn, .mhn, .man {
    margin-right: 0px !important;
}

.mrs, .mhs, .mas {
    margin-right: 5px !important;
}

.mrm, .mhm, .mam {
    margin-right: 10px !important;
}

.mrl, .mhl, .mal {
    margin-right: 20px !important;
}

.mbn, .mvn, .man {
    margin-bottom: 0px !important;
}

.mbs, .mvs, .mas {
    margin-bottom: 5px !important;
}

.mbm, .mvm, .mam {
    margin-bottom: 10px !important;
}

.mbl, .mvl, .mal {
    margin-bottom: 20px !important;
}

.mln, .mhn, .man {
    margin-left: 0px !important;
}

.mls, .mhs, .mas {
    margin-left: 5px !important;
}

.mlm, .mhm, .mam {
    margin-left: 10px !important;
}

.mll, .mhl, .mal {
    margin-left: 20px !important;
}

.mbxl {
    margin-bottom: 65px;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* @end */

@media only screen and (min-width: 35em) {
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

form.howdoing {
    width: 600px;
}

    form.howdoing input[type="text"], form.howdoing input[type="email"], form.howdoing textarea, form.howdoing select {
        border: solid 2px #939598;
        color: #000;
        font-style: normal;
        padding: 7px 9px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 660px;
        background: #f7f7f7;
        font-size: 1em;
    }

    form.howdoing textarea {
        height: 200px;
        width: 500px;
    }

        form.howdoing textarea::-webkit-input-placeholder {
            font-family: 'VinkelRegular',arial,sans-serif;
        }

        form.howdoing textarea:-moz-placeholder {
            font-family: 'VinkelRegular',arial,sans-serif;
        }

    form.howdoing select {
        width: 520px;
    }

    form.howdoing ul {
        padding: 0;
    }

    form.howdoing li {
        margin-bottom: 10px;
        list-style: none;
    }

        form.howdoing li.half.lgutter {
            float: left;
            width: 250px;
            display: block;
        }

        form.howdoing li.half.rgutter {
            float: left;
            width: 250px;
            display: block;
            margin-right: 10px;
        }

        form.howdoing li.half input {
            width: 240px;
        }

.lt-ie8 form.howdoing li.half input {
    width: 220px;
}

form.howdoing input.button {
    border: none;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    width: auto;
}

form.giftcard {
    width: 770px;
    margin: 0 auto;
}

div.backgroundfix {
    min-width: 1250px;
}

.submit-card {
    margin-left: 95px;
}

p.gift-card {
    width: 875px;
    margin: 0 auto;
}

#timeline {
    clear: both;
    margin-left: 30px;
}

select#partysize {
    margin-left: 0px;
    margin-right: 10px;
}

.breadcrumb .container {
    width: 980px;
}

#join-our-team {
    width: 350px;
    border: 4px solid #fff;
}

    #join-our-team ul {
        margin: 0;
        padding: 0;
    }

        #join-our-team ul li {
            background: #121a3a;
            text-align: center;
            list-style-type: none;
            font-size: 30px;
            color: #fff;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            text-transform: uppercase;
        }

            #join-our-team ul li a {
                color: #fff;
                padding: 0px 0;
                display: block;
                text-shadow: 1px 1px 0 #444;
                text-decoration: none;
                padding: 15px;
            }
/* Sweet Water Styles */
#sweetwater-locations {
    width: 350px;
    border: 4px solid #fff;
}

    #sweetwater-locations ul {
        margin: 0;
        padding: 0;
    }

        #sweetwater-locations ul li {
            background: #1B1333;
            text-align: center;
            list-style-type: none;
            font-size: 30px;
            color: #fff;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            text-transform: uppercase;
        }

            #sweetwater-locations ul li a {
                color: #fff;
                padding: 0px 0;
                display: block;
                text-shadow: 1px 1px 0 #444;
                text-decoration: none;
            }

                #sweetwater-locations ul li a:hover {
                    color: #FFFAE0;
                    background: #322B4D;
                }

            #sweetwater-locations ul li.sweetwater {
                text-indent: -9999px;
                padding: 0;
                height: 120px;
                background: #1B1333 url('../img/restaurant-logos/sweetwater-logo.png') no-repeat 90px 0px;
                border-bottom: 3px solid #fff;
            }

/* Sweet Water Styles */
#bestbuns-locations {
    width: 350px;
    border: 4px solid #fff;
}

    #bestbuns-locations ul {
        margin: 0;
        padding: 0;
    }

        #bestbuns-locations ul li {
            background: #78070d;
            text-align: center;
            list-style-type: none;
            font-size: 30px;
            color: #fff;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            text-transform: uppercase;
        }

            #bestbuns-locations ul li a {
                color: #fff;
                padding: 0px 0;
                display: block;
                text-shadow: 1px 1px 0 #444;
                text-decoration: none;
            }

                #bestbuns-locations ul li a:hover {
                    color: #FFFAE0;
                    background: #322B4D;
                }

            #bestbuns-locations ul li.bestbuns {
                text-indent: -9999px;
                padding: 0;
                height: 120px;
                background: #78070d url('../img/restaurant-logos/best-buns.png') no-repeat 120px 50px;
                border-bottom: 3px solid #fff;
            }

/* Coastal Flats Styles */
#coastalflats-locations {
    width: 350px;
    border: 4px solid #fff;
}

    #coastalflats-locations ul {
        margin: 0;
        padding: 0;
    }

        #coastalflats-locations ul li {
            background: #005FA7;
            text-align: center;
            list-style-type: none;
            font-size: 30px;
            color: #fff;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            text-transform: uppercase;
        }

            #coastalflats-locations ul li a {
                color: #fff;
                padding: 0px 0;
                display: block;
                text-shadow: 1px 1px 0 #444;
                text-decoration: none;
            }

                #coastalflats-locations ul li a:hover {
                    color: #FFDE00;
                    background: #7EBF84;
                }

            #coastalflats-locations ul li.coastalflats {
                text-indent: -9999px;
                padding: 0;
                height: 120px;
                background: #005FA7 url('../img/restaurant-logos/coastal-flats.png') no-repeat 115px 20px;
                border-bottom: 3px solid #fff;
            }


form.standard {
    width: 1000px;
}

    form.standard input[type="text"], form.standard input[type="email"], form.standard textarea, form.standard select {
        margin-right: 10px;
        border: solid 2px #939598;
        color: #939598;
        font-style: italic;
        padding: 7px 9px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 936px;
        background: #f7f7f7;
        font-size: .9087em;
    }

    form.standard textarea {
        height: 200px;
    }

        form.standard textarea::-webkit-input-placeholder {
            font-family: 'VinkelRegular',arial,sans-serif;
        }

        form.standard textarea:-moz-placeholder {
            font-family: 'VinkelRegular',arial,sans-serif;
        }

    form.standard select {
        width: 470px;
    }

    form.standard ul {
        padding: 0;
    }

    form.standard li {
        margin-bottom: 10px;
        list-style: none;
    }

        form.standard li.half.lgutter {
            float: left;
            margin-right: 45px;
            width: 445px;
            display: block;
        }

        form.standard li.half.rgutter {
            float: left;
            width: 445px;
            display: block;
            margin-right: 45px;
        }

        form.standard li.half input,
        form.standard input {
            width: 100%;
        }

    form.standard .days-available input {
        width: 20px;
    }

.rest-span {
    float: left;
    margin-right: 20px;
    height: 20px;
    width: 20px;
}
/* .lt-ie8 form.standard li.half input { width: 490px; }  */

form.standard input.button {
    border: none;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    width: auto;
}

h4.form-clear,
.form-clear {
    clear: both;
}

.content.print {
    width: 800px;
}

    .content.print p {
        font-weight: normal;
        font: 16px arial, "serif";
    }

.content.map {
    float: left;
    width: 240px;
    margin-right: 0;
}

aside.map {
    width: 600px;
    float: right;
}

.home .restaurant-logos, .home #main-content, .home nav.main, .home footer {
    min-width: 1250px;
}

li.first {
    position: relative;
}

.phonelink {
    background: url(../img/garphone.png) no-repeat;
    position: absolute;
    top: -42px;
    left: -60px;
    width: 120px;
    height: 97px;
    padding: 0 !important;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

a.phonelink:hover {
    height: 225px;
    top: -135px;
}

.joinOurTeamLink {
    background: url(../img/JoinOurTeam-Front-Image-Landscape.png) no-repeat;
    position: absolute;
    top: -62px;
    left: -170px;
    width: 174px;
    height: 115px;
    z-index: 1;
    padding: 0 !important;
}

@media screen and (max-width:1250px) {
    #home-rotate img {
        margin-left: -10px;
    }
}

.restaurant-logos img{
    width:calc(80%/13);
    max-height:6vh;
}
.restaurant-logos a {
    padding:0 0.25vw;

}
.restaurant-logos .col {
    text-align:center;
}

.social-links .col{
    text-align:center;
    padding:3vh 0;
}
.social-links a{
    display:inline-block;
}