
body .visible-finchampstead { display:none !important; } 
body .hidden-finchampstead { display:inherit !important; } 
body.shop_finchampstead .hidden-finchampstead { display:none !important; }
body.shop_finchampstead .visible-finchampstead { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #000000;

	/*background-image: url("/myimages/1103/zpos-bg-Poker__Background.png");*/
	background-image: url("//cdn1.zfood.co.uk/1103/images/zpos-bg-Poker__Background.png?auto=compress");

	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto;
}

header, #mobile-header {

	background-image:none;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

/* 
font-family: "new-order", sans-serif;
font-family: "macho", sans-serif;
*/

/* Full Bleed
.full-bleed {
    box-shadow: 0 0 0 100vmax #aa0d20;
    clip-path: inset(0 -100vmax);
}
.full-bleed-poker {	
box-shadow: 0 0 0 100vmax #aa0d20;    
clip-path: inset(0 -100vmax);
}
*/

/* Display None */
#body > h1,
.home-about,
.main,
.ct_header_row,
#body-bottom-hr,
.mod_postcode_box,
#opening-status,
.ct_details_bar
{
    display: none !important;
}

.page_contact-us #body > h1 {
	display: flex !important;
    color: white;
    padding-left: 12px;
}

/* Global */

.modal.sys-alert .modal-header h3  {
    color: black !important;
}

#logo img {
    max-height: 25px;
}
* {
    text-shadow: none !important;
    border-radius: 0 !important;
    line-height: normal;
}
.inner-wrapper {
    position: relative;
}
.page_home .outer-wrapper {
    opacity: 0;
}
.btn .caret {
    border-top: 4px solid #ababab;
}
.website-image {
    border: 2px solid black;
}
.website-image img {
    width: 100%;
    height: 100%;
}
input,
select,
textarea,
.dropdown-toggle {
    font-family: "new-order", sans-serif !important;
    background: #2d2d2d !important;
    color: #ababab !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    padding: 6px 6px 2px !important;
}
input:focus,
input:active,
input:hover,
input:target {
    box-shadow: none !important;
}
.table th,
.table td {
    background: none !important;
}
input {
    font-family: "new-order", sans-serif !important;
}
body {
    font-family: "new-order", sans-serif;
    padding: 0;
}
#container {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
small {
    color: grey;
}
.row-product:hover,
.row-product {
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn {
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "macho", sans-serif;
    transition: 0.2s;
    padding: 4px 10px 6px !important;
    text-transform: uppercase !important;
}
.btn-parimary {
    background: #00ac00 !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    color: white;
}
.btn-parimary:hover,
.btn-parimary:focus {
    background: #00ac00 !important;
}
.btn-success
{
    background: #00ac00 !important;
    color: white !important;
    border: none !important;
}
.btn-success:hover,
.btn-success:focus {
    background: #02b802 !important;
}
.btn-info {
    background: #0ec8ff;
    border: none !important;
}
.btn-info:hover,
.btn-info:focus {
    background: #1b98bc;
}
.btn-danger {
    background: #f10000;
    border: none !important;
}
.btn-danger:hover,
.btn-danger:focus {
    background: #cc0000;
}
.btn-inverse,
.btn-inverse:hover,
.btn-inverse:focus {
    background: black;
}
.btn-primary
{
    background: #006ac6;
}
.btn-primary:hover, 
.btn-primary:focus {
    background: #0089ff;
}
.btn-warning {
    background: #ff9600 !important;
    border: none !important;
}
.btn-warning:hover,
.btn-warning:focus {
    background: #d77f00;
}
.btn:hover,
.btn-order-inverse:hover,
.btn-order-home:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.btn-order-home:hover,
.btn-order-home:focus {
    color: black;
    background: #d1a665;
}
.gm-style .gm-style-iw-d {
    color:black;
}
#body { 
    padding-top: 2em;
}
.page_home #body {
    padding-top: 0;
}
.well {
    border-radius: 0;
    background: #3d3d3d;
    border: 2px solid black;
    color: white !important;
}
.text-info {
    color: #00abff;
}
.label-info,
.badge-info {
    background: #00abff;
}
em {
    color: #ff3281;
}
a,
a:hover,
a:focus {
    color: #d1a665;
}
.label-important,
.badge-important {
    background-color: #ff0500;
}
.sys-alert {
    border-color: transparent;
    border-radius: 0;
    border: none;
    text-align: center;
    text-shadow: none;
    color: white;
    font-weight: 900;
}
.sys-alert.well {
    background: #b377ff;
}
.modal.sys-alert {
    color: black !important;
}
.modal.sys-alert .btn {
    background: #00aaff !important;
    color: white;
    text-shadow: none;
}
.alert-success.sys-alert {
    background-color: #00ac00 !important;
    border: none;
    border-radius: 0;
    color: white;
}
.alert-info.sys-alert {
    background-color: #00aaff !important;
}
.alert-danger.sys-alert {
    background-color: #ff0000 !important;
}
.alert-warning.sys-alert,
.alert-warning {
    background-color: #d2b830 !important;
    border: none;
    border-radius: 0;
    color: white;
}

/*Navbar*/
header {
    background: #aa0d20;

    border-bottom: 6px solid #70000e;
}

header .navbar {
    margin: 0;
    margin-bottom: 0 !important;    
}
header #logo {
    text-align: center;
    padding: 2em;
    padding-bottom: 1.2em;
}
header .navbar-inner {
    background: transparent;
    border: none;
    padding-right: 0;
    box-shadow: none;
}
header .btn-navbar {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
header .navbar .nav > .active > a,
header .navbar .nav > .active > a:hover,
header .navbar .nav > .active > a:focus {
    background: transparent;
    color: white;
    border-radius: 0;
    box-shadow: none;
}
header .nav-collapse .nav > li > a,
header .nav-collapse .dropdown-menu a {
    text-shadow: none;
    color: #d1a665;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 400;
}
header .navbar .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#social__media__group {
    display: flex;
}
#social__media__group > a {
    color: white;
}
#social__media__group > a:first-child,
#social__media__group > a:last-child {
    font-size: 26px;
}
#social__media__group > a:first-child {
    padding-right: 0;
}
#social__media__group > a:last-child {
    padding-left: 6px;
}

header .nav-collapse .nav > li > a:hover,
header .nav-collapse .nav > li > a:focus,
header .nav-collapse .dropdown-menu a:hover,
header .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: white;
    transition: 0.2s;
    border-radius: 0;
}

/*Page Home*/
body.page_home {
    background: black;
    overflow-x: hidden;
}
.page_home #container {
    padding: 0;
}
#button__scroll__up {
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    padding: 8px 12px;
    margin: 24px;
    color: black;
    font-size: 21px;
    border-radius: 42px !important;
    z-index: 10;
}
.show__button__scroll__up {
    opacity: 1;
    pointer-events: all;
    transition: 0.2s;
}
.hide__button__scroll__up {
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}
.page_home h2 {
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    font-size: 48px;
    color: #d1a665;
    letter-spacing: 6px;
}
.page_home h3 {
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    line-height: 38px;
    font-size: 28px;
    letter-spacing: 4px;
}
.page_home h4 {
    font-weight: 200;
    text-transform: uppercase;
    line-height: normal;
    font-size: 21px;
    color: #d1a665;
    letter-spacing: 2px;
}
.page_home h5 {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 19px;
    color: white;
    letter-spacing: 2px;
    max-width: 330px;
    margin: auto;
}
.page_home h5 > span {
	color: #d1a665;
}
.page_home h6 {
    font-weight: 500;
    line-height: 28px;
    font-size: 21px;
    color: #d1a665;
    letter-spacing: 2px;
    max-width: 255px;
    margin: auto auto 18px;
}
.page_home p {
    font-family: "macho", sans-serif;
    max-width: 325px;
    margin: 12px auto;
    color: white;
    font-weight: 200;
}

/*First Section Page Home*/

.page_home .ct_details_bar {
    display: flex !important;
    flex-direction: column;
    font-size: 18px;
    text-align: center;
}
.page_home .ct_details_bar > div {
    text-align: center !important;
    margin: 2em auto;
    max-width: 80%;
}
.page_home .ct_details_bar > div > small {
    color: white !important;
}
.ct_user_status {
    padding: 0 !important;
    display: block !important;
    margin-bottom: 2em !important;
}

.ct_user_status i, .ct_local_branch_details i {
    margin-right: 8px;
    color: white;
}

.ct_local_branch_details {
    margin-top: 0 !important;
}

.ct_local_branch_details em {
    color: white;
    font-style: initial;
    font-weight: 900;
}

#First__Section {
    position: relative;
    height: fit-content;
    background: black;
    background-image: url("/myimages/1103/zpos-bg-Xenuk__Desktop__FirstSection.jpg");
    background-size: cover;
    overflow-x: hidden;  
}
#Xenuk__Desktop__Image__1,
#Xenuk__Desktop__Image__2 {
    display: none;
}
#First__Section > div > div:first-child {
    text-align: center;
    padding-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-slider {
    margin-bottom: 38px;
    margin-top: 22px;
}
.First__Section__ImageContainer {
    display: none;
}
.btn-order-home {
    padding: 14px 22px 10px;
    background: #d1a665;
    color: black;
    border: #d1a665 1px solid;
    display: flex;
    line-height: normal;
    align-items: center;
    max-width: fit-content;
    margin: auto;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: 0.2s;
}
.btn-order-inverse {
    padding: 14px 22px 10px;
    border: #d1a665 1px solid;
    color: #d1a665;
    display: flex;
    line-height: normal;
    align-items: center;
    max-width: fit-content;
    margin: auto;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: 0.2s;
}
.slick-initialized .slick-slide .btn-order-inverse {
    margin-right: 0;
}
#fs__Menu__Section {
    display: flex;
    flex-direction: row;
    margin: 0 3em;
}

#Xenuk__Desktop__FirstSection__RightSide {
    position: absolute;
    z-index: 2;
    right: 0;
}

#Xenuk__Desktop__FirstSection {
    z-index: 1;
}

.slick-initialized .slick-slide {
    margin: 0 1em;
    text-align: center;
}
.slick-initialized .slick-slide h2 {
    font-size: 10.5px;
    line-height: normal;
    color: white;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
}
.slick-initialized .slick-slide img {
    margin: auto;
    max-height: 190px;
    object-fit: cover;
    margin-bottom: 12px;
    width: 100%;
}

#Red__Bar__FirstSection__Top {
    background: #aa0d20;
    padding: 1em 0;
    border-top: 6px solid #70000e;
    border-bottom: 6px solid #70000e;
    text-align: center;
    display: flex !important;
    width: 100%;
    max-width: unset;    
    flex-direction: column;         
}
#Red__Bar__FirstSection__Top > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    height: 42px;
}
#mod_postcode_box_pc {
    width: 50%;
    height: 100%;
    border-radius: 0;
    font-weight: 500;
    padding: 0;
    border: none !important;
    background: white !important;
}
#Red__Bar__FirstSection__Top > div > .btn-group {
    width: 50%;
    height: 100%;
    border-radius: 0;
}
#fs__Menu__Section {
    display: flex;
    max-width: fit-content;
    margin: 30px auto;
}
.btn.btn-success.dropdown-toggle {
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
}
#Red__Bar__FirstSection__Top .btn-group .btn {
    background: #d1a665 !important;
    color: black !important;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    letter-spacing: 1px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 9px !important;

}

#Red__Bar__FirstSection__Top .btn-group .btn:hover {
    transform: scale(1.0);
}

.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret,
#Red__Bar__FirstSection__Top .btn-primary .caret {
    border-top-color: black;
    border-bottom-color: black;
    margin-top: -1px;
}
#address__welcome {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

/*Second Section Page Home*/
#Second__Section {
    height: fit-content;
    background: url("/myimages/1103/zpos-bg-Poker__Background.png");
    background-size: auto;
    background-repeat: repeat;
    background-color: black;
    text-align: center;
    padding: 2em 0em 0em;
    color: white;
    position: relative;
}
#SecondSection__Buttons,
#ThirdSection__LeftSide > div,
#FourthSection__LeftSide > div,
#FifthSection__LeftSide > div {
    display: flex;
    max-width: fit-content;
    margin: 30px auto;
}
#SecondSection__Buttons .btn-order-home,
#fs__Menu__Section .btn-order-home,
#ThirdSection__LeftSide .btn-order-home,
#FourthSection__LeftSide > div .btn-order-home,
#FifthSection__LeftSide > div .btn-order-home {
    margin-right: 24px;
}
#leftSide__SecondSection {
    padding: 0 1.2em;
}
#rightSide__SecondSection {
    border-top: 6px black solid;
}

/*Third Section Page Home*/

#Third__Section, #Fifth__Section {
    background: #aa0d20;
    border-top: 6px solid #70000e;
    position: relative;
    z-index: 1;
}
#Third__Section .container, #Fifth__Section .container  {
    position: relative;
    z-index: 2;
}
#Third__Section .row-fluid, #Fifth__Section .row-fluid {
    display: flex;
    flex-direction: column-reverse;
}
#ThirdSection__LeftSide, #FifthSection__LeftSide {
    text-align: center;
    padding: 2em 0 3em;
    border-bottom: 6px solid #70000e;
}
#ThirdSection__LeftSide > div,#FifthSection__LeftSide > div  {
    display: flex;
    margin-bottom: 0px;
}

/*Fourth Section Page Home*/

#Fourth__Section {
    background: url("/myimages/1103/zpos-bg-Poker__Background.png");
    background-size: auto;
    background-repeat: repeat;
    background-color: black;
    position: relative;
}
#FourthSection__LeftSide {
    text-align: center;
    padding: 2em 0 3em;
    border-top: 6px solid black;
    border-bottom: 6px solid black;
}
#FourthSection__LeftSide > div {
    display: flex;
    margin-bottom: 0px;
}

/* Footer */

footer {
    background: transparent;
    margin: 0;
}
.page_home footer {
    background: black;
    margin: 0;
}
footer .row-fluid {
    padding: 2em 0;
    text-align: center;
}
footer .cards {
    padding: 2em 0;
}
footer .row-fluid .vendor {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .copyright small {
    color: white !important;
}
footer #footer-link-information {
    color: #d1a665;
}

/* Home Delivery and Collection */

.page_menu .container-fluid.main-content .row-fluid > div {
    padding: 0 1em;
}

.page_menu .popover {
    padding: 0 !important;
}

.uk-offcanvas-bar #basket th small, .uk-offcanvas-bar #basket td small {color: white !important;}

.product-container-panel .ui-widget-header {
    background: none;
    color: #b0823c;
    border: none;
    margin: 22px 0 4px;
    padding: 0;
    font-size: 60px;
    line-height: normal;    
    padding-bottom: 12px;
    text-align: center;
}
.how-im-ordering {
    background: none;
    border: none;
    box-shadow: none;
    color: white;
    text-shadow: none;
    text-align: center;
    border-radius: 0 !important;
    margin: 8px 0 !important;
}
.how-im-ordering span {
    color: #d1a665;
}
.navbar-affix-container,
.navbar-affix-container .navbar-inner {
    border-radius: 0;
    background: black;
    border: none;
    height: auto !important;
}
.ui-helper-clearfix {
    background: #3d3d3d;
    border: 2px solid #3d3d3d;
    border-radius: 0;
}

.ui-helper-clearfix .row-variation {
    margin-bottom: 12px;
}

.ui-helper-clearfix small {
    color: white;
}

.ui-tabs-vertical .ui-tabs-nav {
    background: none;
    border: none;
}
.ui-tabs-vertical .ui-tabs-nav li {
    border-radius: 0;
    margin: 4px 0 !important;
    background: black;
    box-shadow: none;
    border: none;
}
.ui-tabs-vertical .ui-tabs-nav li a {
    color: white;
    padding: 10px 7px 7px !important;
}
.ui-helper-clearfix .media-heading {
    color: #d1a665;
    font-size: 18px;
    line-height: normal;
}
.row-product .price {
    color: white;
    margin-top: 6px;
    font-weight: 700;
}
.page_menu .navbar .brand {
    text-shadow: none;
    font-weight: 900;
    font-size: 24px;
    line-height: normal;
    color: white;
}
.ui-tabs-vertical .ui-tabs-panel {
    width: 100% !important;
}
#responsive-food-menu .btn-navbar {
    background: #00a3ff;
    margin: 12px 0 !important;
}
#responsive-food-menu .text-info {
    color: white;
}
.ctrl-mob-nav-search {
    padding-top: 12px;
    background: black !important;
}
#navbar-search-menu {
    height: 45px;
    display: flex;
    align-items: center;
    margin: auto 12px;
}
#navbar-search-menu #menu-search-box {
    border-radius: 0;
    width: 193px;
}
#basket-container {
    background: white !important;
    margin: 24px 0;
    border-radius: 0;
    padding: 21px;
    border: 2px solid black;
    margin-bottom: 20px !important;
    color: black !important;
}
#basket-container .btn {
    padding: 9px 6px 11px !important;
}
.basket-hr-separator {
    display: none;
}
#basket-container .ui-widget-content {
    border-radius: 0;
    margin-bottom: 24px;
}
#basket-container .basket-buttons #order-empty {
    margin-bottom: 18px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    background: #d1a665;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #d1a665 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #e73d52;
    border-radius: 0;
    border: 3px solid black;
    color: white;
    text-shadow: none;
}
.popover-title {
    background-color: #d1a665;
    color: white;
    padding: 8px 14px 4px;
}

/* Menu Selection Page */

.menu-selection {
    text-align: center;
    color: white;
}

.menu-selection .alert {
    background: none;
    border: none;
    font-style: oblique;
    color: white !important;
    text-shadow: none;
}

.menu-selection .well {
    background: none;
    border: none;
    padding: 0;
    margin: auto;
    box-shadow: none;
    margin-bottom: 24px;
}
.menu-selection .btn-primary {
    background: #aa0d20;
    padding: 24px !important;
}

/* Checkout Page */
.well-basket {
    background: white !important;
    color: black !important;
}
.page_checkout h2 {
    color: white;
}
#logInWellBoxCheckout {
    display: flex;
    flex-direction: column;
}
#logInWellBoxCheckout #loginSignin {
    margin-bottom: 12px;
}
.btn-group.extended.extended2 .btn {
    padding-top: 2em !important;
    background: none;
    border: none;
}
.btn-group.extended.extended2 .btn small {
    color: white;
    text-shadow: none;
}
.trigger-paymentmethod .btn.active {
    background-color: #ddd !important;
}
.trigger-paymentmethod .btn.active small {
    color: black !important;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #aa0d20;
    color: white;
}
.btn-proceed-final {
    margin-bottom: 1em;
}
.well-login p > .btn {
    margin-left: 12px;
}
.well-login > .lead {
    margin-bottom: 8px;
}

/* Members page */
.page_members #body .row-fluid > .span6 {padding: 0 1em;}
.well legend {
    color: white;
    text-align: center;
    padding-bottom: 0.6em;
}
.hero-unit {
    background: #a20000;
    border-radius: 0;
    padding: 32px;
}
.sidebar-nav a {
    color: white;
}
.sidebar-nav .nav-list > .active > a,
.sidebar-nav .nav-list > .active > a:hover,
.sidebar-nav .nav-list > .active > a:focus,
.sidebar-nav .nav > li > a:hover,
.sidebar-nav .nav > li > a:focus {
    background: #d1a665;
}
#tbl_opening_time_overrides {
    border: 1px solid white;
}
.nav-header {
    text-shadow: none !important;
    font-size: inherit;
    color: #d1a665;
}
.page_members .btn.btn-block.btn-large.btn-success {
    margin-bottom: 24px;
    padding: 12px 2px 15px !important;
}
.page_members .section-sales-reports fieldset .btn-group.ctl-toggle-columns {

}

.section-my-orders .table th, .section-my-orders .table td {
    background: black !important;
    color: white;
}

/* Contact us page */
.page_contact-us .well {
	padding: 0;
}

.page_contact-us .container-fluid .row-fluid .span8, .page_contact-us .container-fluid .row-fluid .span4 {
    padding: 0 1em;
}

.page_contact-us .ui-widget.box-delivery-information {
    display: none;
}

.page_contact-us .ui-widget > .ui-widget-header {
    background: #aa0d20;
    color: white;
    border: none;
}
.page_contact-us .ui-widget > .ui-widget-content {
    border-radius: 0;
    background: #222222;
    color: white !important;
    border: black solid 2px;
}
.box-delivery-information,
.box-contact-information,
.box-opening-hours {
    margin-bottom: 24px;
}
.contact-email a {
    color: white;
}

/* Spinner */

.baseSpinnerOff,
.baseSpinnerOn {
    height: 100vh;
    width: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.baseSpinnerOff {
    z-index: -10000000;
    opacity: 0;
}

.baseSpinnerOn {
    z-index: 1000000000000;
    opacity: 1;
}

.loading {
    font-size: 60px;
    text-align: center;
    margin-top: 40px;
    color: #b71817;
}

/* Table Registration Form */

.mod_table_reservation_v1 {
    display: none;
}
.page_book-a-table .mod_table_reservation_v1 {
    display: block;
    position: relative;
    margin-top: 70px;
}
.page_book-a-table .mod_table_reservation_v1 form {
    max-width: 330px;
    margin: auto;
}

.page_book-a-table .mod_table_reservation_v1:before {
    content: "";
    width: 185px;
    position: absolute;
    top: -45px;
    border: 0;
    height: 4px;
    background: #d1a665;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#book__a__table__base {
    max-width: 560px;
    margin: auto;
    padding: 1em;
    color: white;
}
#book__a__table__base label {
    color: white;
}
#book__a__table__base input,
#book__a__table__base select,
#book__a__table__base button {
    width: -webkit-fill-available;
    margin-left: 0;
}
#book__a__table__base .controls-row {
    display: flex;
    flex-direction: column;
}
#left__side__book__table {
    text-align: center;
}
#left__side__book__table > h2 {
    font-size: 56px;
    text-transform: capitalize;
    line-height: normal;
}
#left__side__book__table > p {
    font-size: 16px;
    line-height: 110%;
    max-width: 435px;
    margin: auto auto 21px;
}
#website-image-14897 {
    display: none;
}
.page_book-a-table #website-image-14897 {
    display: block;
    padding: 2em;
    border: none;
}
.modalModTableReservationV1 .btn-primary {
    background: #00ac00 !important;
}
.modalModTableReservationV1 .ctl-cancel {
    background: #ff0826;
    color: white;
    text-shadow: none;
}
.modalModTableReservationV1 input,
.modalModTableReservationV1 textarea {
    background: white !important;
    color: black !important;
}

/* Order Placed Page */
.page_order-complete .jumbotron {
    color: white;
    margin-bottom: 0;
}
.page_order-complete .p-last-minute {
    color: white;
}
.page_order-complete .order-confirmation-note {
    text-align: center;
}

/* Review Order Page */
.page_review-order .page-review-order {
    background: #3d3d3d;
    color: white;
}
.page_review-order .page-review-order legend,
.page_review-order .page-review-order .rating-row .lead {
    color: white;
}
.page_review-order .alert-success {
    background-color: #00ac00 !important;
    border: none;
    border-radius: 0;
    color: white;
}
.page_review-order .table th,
.page_review-order .table td {
    color: white;
}

/* Error 404 Page */
.page_error-404 .alert-danger,
.page_error-404 .alert-error,
.page_error-404 #body h1 {
    color: white;
    background: transparent;
    border: none;
}

/* DINING OFFER */


/* Information Page */
.diningOffer {
    margin: 0 auto;
    text-align: center;
}
.page_book-a-table .diningOffer {
    margin-bottom: 50px;
}

.page_information .page-header > h1 {
    color: white;
}

@media screen and (min-width: 768px) {
    #Red__Bar__FirstSection__Top {
        border: 6px solid #70000e;      
    }
    .page_book-a-table #website-image-14897 {
        margin-top: 35px;
    }
    #book__a__table__base button {
       /* margin-left: 24px;*/
    }
    .page_book-a-table .controls.controls-row .span5.offset1.text-center {
        margin-bottom: 0;
    }
    #book__a__table__base .controls-row {
        /*flex-direction: row;*/
    }

    footer .cards {
        padding: 0;
    }
    footer .row-fluid {
        text-align: left;
        max-width: 1170px;
        margin: auto;
    }
    footer .row-fluid .vendor {
        justify-content: flex-end;
    }
    .hero-unit {
        padding: 48px;
    }
    .slick-initialized .slick-slide img {
        max-height: fit-content;
    }
    #Second__Section {
        text-align: left;
        padding: 2em 0em 2em;
    }
    #SecondSection__Buttons {
        margin: 30px 0 0;
    }
    #rightSide__SecondSection img,
    #ThirdSection__RightSide img,
    #FourthSection__RightSide img,
    #FifthSection__RightSide img {
        height: 280px;
        object-fit: cover;
        border: 2px solid black;
    }
    #Third__Section .row-fluid,
    #Fifth__Section .row-fluid {
        display: unset;
    }
    #ThirdSection__RightSide,
    #FourthSection__RightSide,
    #FifthSection__RightSide {
        padding-top: 5em;
    }

    #Third__Section {
        border-bottom: 6px solid #70000e;
    }
    #ThirdSection__LeftSide {
        text-align: right;
        border-bottom: 0;
    }
    #ThirdSection__LeftSide > div {
        margin-right: 0;
    }

    #Fourth__Section .container {
        position: relative;
    }
    #FourthSection__LeftSide {
        text-align: left;
    }
    #FourthSection__LeftSide {
        border-bottom: 0;
        border-top: 0;
    }
    #FourthSection__LeftSide > div {
        margin-left: 0;
    }

    #Fifth__Section {
        border-bottom: 6px solid #70000e;
    }
    #Fifth__Section .container {
        position: relative;
    }
    #FifthSection__LeftSide {
        text-align: right;
        border-bottom: 0;
    }
    #FifthSection__LeftSide > div {
        margin-right: 0;
    }

    #Second__Section p,
    #Fourth__Section p {
        margin: 12px auto 12px 0;
    }
    #Third__Section p,
    #Fifth__Section p {
        margin: 12px 0 12px auto;
    }
    .ui-tabs-vertical .ui-tabs-panel {
        width: 70% !important;
    }
}
@media screen and (min-width: 980px) {
    .ui-helper-clearfix .row-variation > div:first-child, .ui-helper-clearfix .row-variation > div:nth-child(2) {
        display: flex; 
        align-items: center;
        color: white;
    }

    .ui-helper-clearfix .row-variation > div:nth-child(2) {
        justify-content: flex-end;
    }
    header {border: none;}
    #Red__Bar__FirstSection__Top {
        padding: 1em;
        width: fit-content;
    }
    .page_home .ct_details_bar {
        display: flex !important;
        flex-direction: column;
        font-size: 14px;
        text-align: center;
        position: absolute;
        bottom: 20px;
        width: 90%;
        z-index: 9;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .page_home .ct_details_bar > div {
        margin: unset !important;
        max-width: none !important;   
        text-align: end !important;
    }
    .ct_user_status {
        text-align: start !important;
    }
    .ct_local_branch_details {
        text-align: end !important;
    }
    .page_order-complete #body,
    .page_review-order #body {
        padding-top: 11em;
    }
    .page_book-a-table #website-image-14897 {
        margin-top: auto;
    }
    .page_book-a-table #body {
        /*display: flex;
        padding-top: 12em;
        padding-bottom: 5em;*/
    }
    header .nav-collapse .nav > li > a,
    header .nav-collapse .dropdown-menu a {
        text-transform: uppercase;
    }
    .page_home h6 {    
        max-width: fit-content;
        margin-bottom: 12px;
    }  
    header .navbar .nav li {
        align-self: end;
    }
    header .navbar .nav {
        flex-direction: row;
    }
    .page_home p {
        max-width: 418px;
        font-size: 18px;
    }
    #First__Section {
        margin: auto;
        width: 100%;
        height: 630px;
    }
    header #logo {
        padding: 2em 0;
    }
    #Second__Section,
    #Third__Section,
    #Fourth__Section,
    #Fifth__Section {
        padding: 0;
        display: flex;
        justify-content: center;            
        margin: auto;
    }
    header .nav-collapse .nav > li > a,
    header .nav-collapse .dropdown-menu a {
        font-size: 12px;
    }
    #rightSide__SecondSection {
        border: none;
    }
    #Second__Section .container,
    #Third__Section .container,
    #Fourth__Section .container,
    #Fifth__Section .container {
        position: absolute;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
        z-index: 3;
        width: 100%;
        background: transparent;
        max-width: 1170px;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 6;
        box-shadow: none;
    }
    #body {
        padding: 0;
        padding-top: 9em;
    }
    .page_home #body {
        padding-top: 0em;
        padding: 0;
    }
    .page_home img {
        opacity: 1;
    }
    .Slick__Mobile {
        display: none;
    }
    #Fifth__Section,
    #Third__Section {
        border: none;
    }
    #First__Section > div > div:first-child {
        position: absolute;
        text-align: left;
        padding-top: 8em;
    }
    #Xenuk__Desktop__Image__1,
    #Xenuk__Desktop__Image__2 {
        display: block;
        height: fit-content;
        width: 100%;
    }
    #Xenuk__Desktop__Image__2 {
        position: absolute;
        top: 0;
        right: 0;
    }
    #fs__Menu__Section {
        margin: 12px 0px 28px;
        margin-left: 0;
    }
    #logo img {
        max-height: 38px;
    }
    #SecondSection__Img__Desktop,
    #ThirdSection__Img__Desktop,
    #FourthSection__Img__Desktop,
    #FifthSection__Img__Desktop {
        width: 2000px;
    }
    .page_home h5 {
        margin-left: 0;
        margin: 36px 0;
    }
    #address__welcome {
        position: absolute;
        flex-direction: row;
        margin-bottom: 28px;
        bottom: -56px;
        width: 100%;
    }
    #First__Section .container {
        z-index: 5;
        position: relative;
    }
    .how-im-ordering {
        text-align: left;
        padding-left: 0;
    }
    #social__media__group i {
        top: 5px;
        position: relative;
    }
}
@media screen and (min-width: 1200px) {
    #website-image-14891 {
        width: 100%;
        margin-bottom: 1em;
    }
    .page_home .ct_details_bar  {    font-size: 19px;bottom: 35px;    width: 97%;}
    header .nav-collapse .nav > li > a,
    header .nav-collapse .dropdown-menu a {
        font-size: 16px;
    }
    #basket-container {
        margin: 0;
    }
    #basket-container .basket-buttons #order-empty {
        margin: 0;
    }
    #address__welcome {
        bottom: -100px;
    }
    #First__Section {
        max-width: 1200px;
        height: 710px;
    }
    #First__Section > div > div:first-child {
        padding-top: 11em;
    }
    #fs__Menu__Section {
        margin: 12px 0px 40px;
        margin-left: 0;
    }
    #basket-container .ui-widget-content {
        margin-bottom: 16px;
    }
    #social__media__group i {
        top: 2px;
        position: relative;
    }
    #book__a__table__base {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1400px) {
    .page_home .ct_details_bar  {
        font-size: 18px;
        bottom: 32px;
        width: 83%;
    }
    #First__Section {
        max-width: 1400px;
        height: fit-content;
    }
    #fs__Menu__Section {
        margin: 12px 0px 45px;
    }
    #Red__Bar__FirstSection__Top {
        display: flex !important;
        position: absolute;
        left: -20em;
        width: 66vw;
        flex-direction: column;
        padding: 15px 0 32px;
        align-items: flex-start;
        padding-left: 20em;
        border: none;
        height: 50px;
    }
    .page_home #Red__Bar__FirstSection__Top h6 {
        margin-left: 0;
        max-width: unset;
        margin-bottom: 6px;
        font-weight: 300;
        font-size: 19px;
    }
    #Red__Bar__FirstSection__Top > div {
        margin-left: 0;
    }
    #Xenuk__Desktop__Image__2 {
        z-index: 5;
        pointer-events: none;
    }
    #address__welcome {
        display: none;
    }
    #address__welcome__bottom {
        display: flex;
        position: absolute;
        bottom: 20px;
        width: 83%;
        margin-left: 115px;
        z-index: 6;
    }
    #Red__Bar__FirstSection__Top .btn-group .btn {
        padding-top: 6px;
    }
    #social__media__group i {
        top: 2px;
        position: relative;
    }
}
@media screen and (min-width: 1600px) {
    #social__media__group i {
        position: relative;
        top: 2px;
    }
    .page_home .ct_details_bar  {
        font-size: 18px;
        bottom: 38px;
        width: 73%;
    }
    #First__Section {
        max-width: 1600px;
    }
    #Red__Bar__FirstSection__Top .btn-group .btn {
        padding-top: 13px;
    }
    .page_home #Red__Bar__FirstSection__Top h6 {
        margin-bottom: 11px;
    }
    #fs__Menu__Section {
        margin: 12px 0px 95px;
    }
    #Red__Bar__FirstSection__Top {
        padding-top: 24px;
        padding-bottom: 60px;
    }
    #mod_postcode_box_pc {
        height: inherit;
    }
    #address__welcome__bottom {
        display: flex;
        position: absolute;
        bottom: 25px;
        width: 72%;
        margin-left: 215px;
        z-index: 6;
    }
}
@media screen and (min-width: 1800px) {
    #Red__Bar__FirstSection__Top {
        width: 100vw;
        max-width: 45vw;
    }
}
@media screen and (min-width: 1920px) {
    .page_home .ct_details_bar  {
        font-size: 18px;
        bottom: 50px;
        width: 61%;
    }
    header {
        top: 30px;
    }
    #First__Section {
        max-width: 1920px;
    }
    .page_home #Red__Bar__FirstSection__Top h6 {
        margin-bottom: 11px;
    }
    #fs__Menu__Section {
        margin: 12px 0px 107px;
    }
    #Red__Bar__FirstSection__Top {
        padding-top: 24px;
        padding-bottom: 60px;
        padding-left: 40em;
        left: -40em;
    }
    #mod_postcode_box_pc {
        height: inherit;
    }
    #First__Section > div > div:first-child {
        padding-top: 15em;
    }
    .page_home h5 {
        max-width: 425px;
        font-size: 27px;
        margin: 46px 0;
        line-height: 38px;
    }
    #First__Section h2 {
        font-size: 62px !important;
    }
    #First__Section h3 {
        font-size: 36px !important;
    }
    #First__Section h4 {
        font-size: 26px !important;
    }
    #logo img {
        max-height: 46px;
    }
    #address__welcome__bottom {
        bottom: 40px;
        width: 61%;
        margin-left: 370px;
        z-index: 6;
    }
    #body {
        padding-top: 11em;
    }
    .page_home #body {
        padding-top: 0;
    }
}
@media screen and (min-width: 2300px) {
    #Red__Bar__FirstSection__Top {
        max-width: 20vw;
    }
}

@media (pointer: none), (pointer: coarse) {
    input,
    select,
    textarea,
    .dropdown-toggle {    
        padding: 6px 6px !important;
    }
    .btn-order-home {
        padding: 12px 22px;
    }
    .btn-order-inverse {
        padding: 12px 22px;    
    }
    /*START FONT-FIXES FOR FONT*/
    .btn {
        padding: 7px 15px 6px !important;
    }
    .btn-large {
        padding: 17px 18px 16px !important;
    }
    .mod_postcode_box .caret {
        margin-top: 10px !important;
    }
    header .navbar .caret {
        margin-top: 18px !important;
    }
    .modal-header h3 {
        margin-top: 0px !important;
    }
    .modal-body .type-choose-one .dropdown-toggle {
        padding: 11px 10px 10px !important;
    }
    #mobile_food_menu_nav .btn {
        padding: 10px 5px 5px !important;
    }
    .menu-selection .btn {
        padding: 14px 18px 13px !important;
    }
    .checkout .well {
        padding: 19px !important;
    }
    .sidebar-nav .nav-header {
        margin-top: 5px !important;
    }
    .contact-us .ui-widget-header {
        padding: 10px 10px 9px !important;
    }
    /*END*/
}

/*START FONT-FIXES FOR FONT*/
.mac-os .btn {
    padding: 7px 15px 6px !important;
}
.mac-os .btn-large {
    padding: 17px 18px 16px !important;
}
.mac-os .mod_postcode_box .caret {
    margin-top: 10px !important;
}
.mac-os header .navbar .caret {
    margin-top: 18px !important;
}
.mac-os .modal-header h3 {
    margin-top: 0px !important;
}
.mac-os .modal-body .type-choose-one .dropdown-toggle {
    padding: 11px 10px 10px !important;
}
.mac-os #mobile_food_menu_nav .btn {
    padding: 10px 5px 5px !important;
}
.mac-os .menu-selection .btn {
    padding: 14px 18px 13px !important;
}
.mac-os.checkout .well {
    padding: 19px !important;
}
.mac-os.members #frmRegister legend {
    padding: 15px 10px 14px !important;
}
.mac-os.members #frmLogin legend {
    padding: 15px 10px 14px !important;
}
.mac-os .sidebar-nav .nav-header {
    margin-top: 5px !important;
}
.mac-os.contact-us .ui-widget-header {
    padding: 10px 10px 9px !important;
}
.mac-os header .nav-collapse .dropdown-menu a {
    padding: 5px 10px;
}
/*END*/


/*GALLERY: START*/
#lightgallery img { padding: 5px;
}
#lightgallery, .gallery P {
    text-align: center !important;
}
.gallery h3 {
    font-size: 38.5px;
    color: #fff;
    text-align: center !important;
}
.gallery h1 {
    display: none;
} 
.gallery .btn-group {
    /*display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;*/
    margin: 30px auto;
}
.gallery .btn-group .btn {  
    border: none;
    margin: 0px 10px;
}
#lightgallery img {
    padding: 5px;   
}
.contentpageintro {
    max-width: 810px;
    margin: 20px auto 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.contentpageintro h2 {
    margin: 30px auto 20px;
}
.contentpageintro hr {
    border-top: 4px solid #d1a665;   
    border-bottom: none;
    width: 185px;
    margin: 10px auto;
}
@media (max-width: 767px) {
    .gallery .btn-group .btn {  
        margin: 10px 0px;
        display: block;
    }   
    .home .diningOffer {
        margin-bottom: 50px;
    }
}
/*GALLERY: END*/

.reservation-offer {
 	text-align: center;
    max-width: 800px;
    margin: 0px auto;
    font-size: 20px;
    line-height: 110%;   
}
.bookingHome {
    width: 100%;
    max-width: 1919px;
}
.ui-timepicker-div, .ui-datepicker-title, .ui-datepicker-calendar {
    color: #fff;
}
.ui-datepicker-buttonpane.ui-widget-content {
    background: none;
}