body {
    background: #111111;
    color: #fff;
}

.logo {
    width: 30px; height: 28px;
    overflow: visible;
    background-image: url(f2pesttbWk6gtGnmpmdNZV6sGH2uieAg1cQnmpsA1rF.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    /*margin-right: 4px;*/
    top: 8px;
    left: -8px;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.panel.nopadding {
    padding: 0;
}

.face {
    padding: 0px;
    border-radius: 50%;
    margin-bottom: 1.5em;
    overflow: hidden;
}

.column.nopadding {
    padding-left: 0;
}

p .exceptional {
    color: #FECF81;
    font-size: 20px;
    /*-webkit-text-fill-color: #ffa999; *//* Will override color (regardless of order) */
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: black;*/
    text-shadow: 1px 1px 2px #FECF81, -1px -1px 2px #7E4D1B;
}

.aboutshop {
    padding: 0px;
    margin-bottom: 1.5em;
}

.writeup p {
    font-size: 0.8em;
}

.status_container {
    font-size: 12pt;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
}

#seats {
    display: table;
    margin: 10px auto;
    border-collapse: collapse;
    border-spacing: 0px;
    position: relative;
}

.sofa-container {
    position: relative;
    height: 62px;
    display: inline-block;
}

.sofa-size-6.sofa-container {
    width: 247px;
}

.sofa-size-3.sofa-container {
    width: 124px;
}

.sofa {
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    height: 36px;
    position: absolute;
    top: 28px;
    left: 0;
}

.sofa-size-6 .sofa {
    background-image: url("3JKu4ZdyAXBuAHbkRs9nRqctBRsmo0iPn0CVhuHgveY.png");
    background-size: 247px;
    width: 247px;
}

.sofa-size-3 .sofa {
    background-image: url("OkTQOgOx140LL7zadzjZMkjGvqcMM4OXFEGaQz1HwLy.png");
    background-size: 124px;
    width: 124px;
}
.seat.occupant0 {
    background-image: url("T1fjJ93PMHEhuGAfWglvXbV6tCkmFmelH3zuWl7Nbs2.png");
}
.seat.occupant1 {
    background-image: url("zm4X57mkQKZ5p7e9kmWbO6vYQWE6wEMfLpNPzeQoYU7.png");
}
.seat.occupant2 {
    background-image: url("eVL4dFzCYYcqlskMImk7iwdglKVsZ5mmB5ud43CmhkP.png");
}
.seat.occupant3 {
    background-image: url("BuEOXeXwL3UAgWzZn3HEZHWUt17m5H428GEFLNUWp8y.png");
}
.seat.occupant4 {
    background-image: url("nPstVqqRMgkc9YyupA9f4rgNpYt5y9Bj2kcIVKCaF88.png");
}
.seat.occupant5 {
    background-image: url("w2TEcE58EWHO0yoMD8jW1CtlYlNFNjxx7O7hudDVwld.png");
}

.seat {
    position: absolute;
    width: 35px;
    height: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 35px;
}
.seat.left {
    left: 9px;
}
.seat.s0 {
    left: 3px;
}
.seat.s1 {
    left: 44px;
}
.seat.s2 {
    left: 85px;
}
.seat.s3 {
    left: 126px;
}
.seat.s4 {
    left: 167px;
}
.seat.s5 {
    left: 208px;
}
.seat.centre {
    left: 42px;
}
.seat.right {
    right: 8px;
}

.closedsign {
    visibility: hidden;
    display: inline-block;
    position: absolute; text-align: center; left:0; right:0; top: 0; margin-top: 10px;
}

.pleasewait {
    visibility: hidden;
    display: inline-block;
    position: absolute; text-align: center; left:0; right:0; top: 0; margin-top: 50px;
}

.top-bar .name h1 a {
    color: #95661F;
}

.top-bar .title-area {
    white-space: nowrap;
}

.panel {
    border-color: #95661F;
    background: #111;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #fff;
}

.top-bar .title-area {
    white-space: nowrap;
}

.top-bar-section ul li > a.button {
    background: #f00;
}

.top-bar-section ul li > a.button:hover {
    background: #333;
}

.top-bar-section ul li.active > a {
    background: #f00;
    color: #95661F;
}

.top-bar-section ul li.active > a:hover {
    background: #333;
    color: #95661F;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #95661F;
    background: #111;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    color: #7F4C1A;
    background: #111;
}

button, .button {
    border: inherit;
    border-width: 2px;
    background-color: #eee;
    border-color: #555;
    color: #000;
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #fff;
}

button:hover, button:focus, .button:hover, .button:focus {
    color: #111;
}

button.radius, .button.radius {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button.small, .button.small {
    padding-top: 0.675rem;
    padding-right: 1rem;
    padding-bottom: 0.6375rem;
    padding-left: 1rem;
    white-space: nowrap;
    font-size: inherit;
}

.button-group {
    left: 0;
}

.clearing-container .clearing-caption {
    color: #cccccc;
    font-size: 120%;
/*
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0;
*/
}

#map-canvas {
    padding: 0;
}

.pricing-table {
    list-style: none;
    line-height: 1;
    background-color: #925f22;
    margin-bottom: 10px;
}

.pricing-table .title {
    color: #eee;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.9375rem 1.25rem;
    text-align: center
}

.pricing-table hr {
    margin: 0px 20px;
    border-top-width: 2px;
    /*padding-bottom: 0.2rem;*/
}

.pricing-table .price {
    color: #eee;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    /*padding: 1rem 1rem;*/
    text-align: center;
    padding-bottom: 10px;
}

.pricing-table .description {
    color: #eee;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic;
    text-align: center
}

.pricing-table .bullet-item {
    color: #FECF81;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center
}

.pricing-table .cta-button {
    background-color: #fff;
    padding: 1.25rem 1.25rem 0;
    text-align: center
}

/* =========== https://codepen.io/cafebabe/pen/mdVLdbz ============ */

.barber-pole-positioner {
    position: absolute;
    top: 6px;
    right: 20px;
    height: 106px;
}

.barber-pole-container *, *:before, *:after {
    box-sizing: initial;
    webkit-box-sizing: initial;
}

.pole-top-common, .pole-top::after, .pole-bottom::after {
    width: 20px;
    height: 7px;
    position: absolute;
    content: '';
}

.default-border, .pole-top-common, .pole-top::after, .pole-bottom::after, .pole-top::before, .cylinder, .pole-bottom, .pole-bottom::before {
    border: 1px solid #333;
}

.shadow, .pole-top, .pole-top::before, .pole-bottom, .pole-bottom::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 15%, transparent 20%, transparent 85%, rgba(0, 0, 0, 0.1) 95%, rgba(0, 0, 0, 0.1) 100%);
}

.shadow-radial, .pole-top::after {
    background: radial-gradient(12px at 55% 75%, transparent 15%, transparent 50%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.2) 100%);
}

.shadow-radial-inverted, .pole-bottom::after {
    background: radial-gradient(12px at 55% 25%, transparent 15%, transparent 50%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.2) 100%);
}

.barber-pole-container {
    /*width: 100%;*/
    /*height: 100vh;*/
    display: flex;
    margin: 20px 10px 20px 10px;
}

.barber-pole {
    margin: auto;
}

.pole-top {
    position: relative;
    border: 1px solid #222;
    border-top: 0;
    width: 23px;
    left: 0;
    top: 1px;
    height: 2px;
    background-color: silver;
    border-radius: 5px;
    z-index: 5;
}
.pole-top::before {
    position: absolute;
    width: 26px;
    height: 3px;
    top: -5px;
    left: -3px;
    background-color: silver;
    border-radius: 5px;
    content: '';
}
.pole-top::after {
    top: -13px;
    left: 0px;
    width: 21px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom: 0;
    background-color: silver;
}

.cylinder {
    margin: auto;
    height: 58px;
    width: 11px;
    background: linear-gradient(to right, #FFF 0%, #FFF 2%, rgba(0, 0, 0, 0.3) 3%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 35%, rgba(211, 211, 211, 0.1) 45%, rgba(211, 211, 211, 0.1) 60%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.6) 80%, rgba(211, 211, 211, 0.1) 80%, rgba(211, 211, 211, 0.1) 97%, #FFF 98%, #FFF 100%), repeating-linear-gradient(-30deg, #1752d3, #1752d3 12px, white 12px, white 25px, red 25px, red 37px, white 37px, white 50px);
    padding: 0 5px;
    animation: barber 5s linear infinite;
    border-radius: 2px;
    position: relative;
    border-left: none;
    border-right: none;
}

.pole-bottom {
    position: relative;
    border-bottom: 0;
    width: 23px;
    bottom: 2px;
    height: 2px;
    background-color: silver;
    border-radius: 10px;
    z-index: 5;
}
.pole-bottom::before {
    position: absolute;
    width: 25px;
    height: 3px;
    bottom: -5px;
    left: -2px;
    background-color: silver;
    border-radius: 5px;
    content: '';
}
.pole-bottom::after {
    bottom: -13px;
    left: 0;
    width: 21px;
    border-top: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: silver;
}

@keyframes barber {
    from {
        background-position-y: 0px;
    }
    to {
        background-position-y: 115px;
    }
}
