@import url(https://fonts.googleapis.com/css?family=Raleway);

body .visible-ilford, body .visible-walsall { display:none !important; } 
body .hidden-ilford, body .hidden-walsall { display:inherit !important; } 
body.shop_ilford .hidden-ilford, 
body.shop_walsall .hidden-walsall { display:none !important; }
body.shop_ilford .visible-ilford, 
body.shop_walsall .visible-walsall { display:inherit !important; }

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

body {
	font-family: 'Raleway';
	font-size: 16px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #050505;

	background-image:none;

	background-attachment: scroll;
}

header, #mobile-header {
	background-color: #171717;

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

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

/* Core CSS Fixes */
/* With the plan to be commited to the master.css in the future */
table, .table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th, .table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th, table .muted {
    background: transparent;
}
.table-hover tbody tr.ui-state-highlight:hover>th, .table-hover tbody tr.ui-state-highlight:hover>td {
    background: transparent;
}
.row-product {
    padding: 13px 0px;
}
img.icon-allergen {
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 2px;
}
.row-odd, .row-product:hover {
    background: none;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}
#zp-offcanvas-basket #order-empty {
    margin-bottom: 15px;
}
#mobile_food_menu_nav .btn {
    padding: 5px;
    border: none !important;
}
#urgentNotice0 {
    text-align: center;
}
.copyright {
    text-align: left;
}
.vendor {
    float: right;
}
.cards, .vendor {
    padding-top: 5px;
}
.page_welcome #opening-status, .page_welcome .navbar {
    display: none;
}
.loyaltypoints_box .row-credits .col-equals .ui-widget-header {
    background: transparent !important;
    border: none !important;
}
.loyaltypoints_box .btn-success {
    margin-bottom: 15px;
}
.loyaltypoints_box .btn-link {
    color: #000000;
    font-size: 12px !important;
    text-decoration: underline;
}
.checkout #loginSignin, .checkout #ctl-forgotPassword {
    width: 100%;
    margin-bottom: 5px;
}
.btn, .btn:hover, .btn:focus {
    border: none;
}
.btn-option {
    height: auto !important;
    padding-top: 3px !important;
}
#basket-container a {
    margin-top: 10px;
}
#responsive-food-menu .brand {
    text-shadow: none;
}
.page_menu .tb-nav-tabs {
    border: none;
    background: none;
}
.page_menu .tb-nav-tabs .ui-widget-header {
    background: none;
}
#responsive-food-menu .btn-navbar.btn-primary {
    margin-right: 10px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    border: none;
    border-radius: 0px;
}
.modal-header .close, .well .close, .alert .close, .well.sys-alert button.close, #editProductModal .close {
    color: #FFFFFF;
    opacity: 0.8;
}
header .navbar {
    margin-bottom: 0px !important;
}
header .navbar-inner {
    background: transparent;
    border: none;
    box-shadow: none;
}
#myCarousel {
    margin-bottom: 0px !important;
}
.ct_details_bar > [class*="span"] {
    min-height: auto !important;   
}
.menu-container .navbar-affix-container, .menu-container .navbar-affix-container .navbar-inner {
    background-color: transparent !important;
    background-image: none;
    /* height: auto !important; */
    border: none;
}
.page-review-order textarea {
    height: 230px;
}
.page_error-404 .alert { 
    background: transparent !important; border: none; 
}
.page_error-404 h1 { 
    padding: 5px 0px; 
}
.menu-selection .alert,
.menu-selection .well {
    background: transparent !important;
    border: none;
    box-shadow: none;
}
.menu-selection img {
    margin: 0px auto 30px;
    display: block;
}
.page-review-order h1 {
    text-align: center;
}
.how-im-ordering {
    margin-bottom: 20px;
}
.website-image {
    text-align: center; 
}
#responsive-food-menu .ctrl-mob-nav-search {
    box-shadow: none;
}
#responsive-food-menu.affix {
    left: initial;
}
.contact-us .box-opening-hours,
.contact-us .box-restaurant-hours {
    margin-top: 20px;
}
.contact-us #contact_map_canvas {
    color: #000000 !important;   
}
.navbar-affix-container {
    height: auto !important;
}
/* END Core CSS Fixes */
/****************************************************************/

/**-- DISPLAY NONES --**/
.home h1, .home-about, #body-bottom-hr, 
.row_mods, .row_phones, 
.social_media_links small, .voucher_box .success span, 
#basket-container hr,
.ct_details_bar,
header .navbar, .ct_header_row,
.carousel-indicators,
.mod_postcode_box .col3, .mod_postcode_box .btn .caret,
.home .main,
.book h1,
.carousel-caption {
    display: none !important;
}

/* GLOBAL */
body {
    padding: 0;
}
body:not(.home) #body {
    padding: 30px 0px;   
}
#container {
    background: none;
    padding: 0;
    width: 100%;
    /*max-width: 2000px;*/
    box-shadow: none;
}
ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul {
    margin: 0 0 10px 25px;
}
a {
    color: #FFFFFF;
}
a:hover, a:focus {
    color: #dfdfdf;
}
em {
    color: #E3B04B;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #ffffff;
    color: #000000;
    border: none;
}
* {
    box-sizing: border-box;   
}
.arrowhover .arrow {
 	transition: 0.3s all;
    position: relative;
    top: -3px;
    left: 5px;
}
.arrowhover:hover .arrow {
 	transform: translateX(5px);   
}

/* FONTS */
.meta {
    text-transform: uppercase;   
}
h1, h2, h3, h4, h5, h6,
.nav_holder a,
.carousel-control,
legend,
.ui-widget-header,
.brand,
.contact-us .ui-widget-header,
#about-tabs li a {
    font-family: 'fino-sans', 'Arial', sans-serif !important;
    text-transform: uppercase;
    font-weight: 300 !important;
}
.row-product h5,
.page_menu .ui-tabs .ui-tabs-nav li a,
#responsive-food-menu .brand,
.popover-title,
.ui-widget-header,
.modal-footer h3, .modal-footer h3 span,
.page_information h3,
.page_information h4,
.page_information h5,
.page_information h6,
#home_cuisine_grid_right h4{
    font-family: 'Raleway', 'Arial', sans-serif !important;  
}
h1 {
    font-size: 55px;
    line-height: 110%;
}
h2 {
    font-size: 42px; 
    line-height: 110%;
}
h3 {
    font-size: 32px;
    line-height: 110%;
}
h4 {
    font-size: 24px; 
    line-height: 110%;
}
p {
    line-height: 135%;   
}
.lead {
    line-height: 110%;
    text-transform: uppercase;
}

/* SITE WIDTH */
.ct_details_bar, body:not(.home) #body, #responsive-food-menu, .ct_header_row, .navbar-inner .container, footer .row-fluid, header nav {
    max-width: 1170px;
    margin: 0 auto;
}
.home .ct_details_bar, .home .ct_header_row, .home .navbar-inner .container, .home .main, .home footer .row-fluid, .home header nav,
.home_container {
    max-width: 1700px;
    margin: 0px auto;
}

/* COLOURS */
.btn-success, .alert-success, .label-success, .badge-success, 
#opening-status.status-OPEN, 
#editProductModal .btn-group>.dropdown-toggle.btn-success, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success {
    background: #6CA746 !important;
    color: #FFFFFF !important;
}
.btn-success:hover, .btn-success:focus, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:focus {
    background: #5f973b !important;
    color: #FFFFFF !important;
}
.text-success, .loyalty-card>div .loyalty-value {
    color: #6CA746 !important;
}

.btn-primary, .alert-primary, .label-primary, .badge-primary {
    background: #1e6eb5 !important;
    color: #FFFFFF !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #1865a9 !important;
    color: #FFFFFF !important;
}
.text-primary {
    color: #1e6eb5 !important;
}

.btn-info, .alert-info, .label-info, .badge-info, 
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle {
    background: #4195b0 !important;
    color: #FFFFFF !important;
}
.btn-info:hover, .btn-info:focus, .btn-group.open .btn-info.dropdown-toggle, 
#editProductModal fieldset .btn-group>.dropdown-toggle:hover, 
#editProductModal fieldset .btn-group>.dropdown-toggle:focus, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:hover, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:focus {
    background: #3987a1 !important;
    color: #FFFFFF !important;
}
.text-info {
    color: #4195b0 !important;
}

.btn-danger, .alert-danger, .label-danger, .badge-danger, .alert-error, .modal-footer button:first-of-type, 
#opening-status.status-CLOSED, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger {
    background: #A24343 !important;
    color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:focus {
    background: #993d3d !important;
    color: #FFFFFF !important;
}
.text-danger, .text-error {
    color: #A24343 !important;
}

.btn-warning, .alert-warning, .label-warning, .badge-warning {
    background: #f4a732 !important;
    color: #FFFFFF !important;
}
.btn-warning:hover, .btn-warning:focus {
    background: #e2992a !important;
    color: #FFFFFF !important;
}
.text-warning {
    color: #E3B04B !important;
}

.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse {
    background: #766c6c !important;
    color: #FFFFFF !important;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #6b5f5f !important;
    color: #FFFFFF !important;
}
.text-inverse {
    color: #766c6c !important;
}

.btn-white {
    border: 2px solid #FFFFFF;
    border-top: none !important;
    color: #FFFFFF;
    background: linear-gradient(to top, #FFFFFF 50%, transparent 50%);
    background-size: 110% 210%;
    background-position: top;
    transition: all .5s ease-out !important;

}
.btn-white:hover, .btn-white:focus {

    border: 2px solid #f0f0f0;
    color: #000000;
    background-position: bottom;
}

.btn-text {
    background: transparent !important;
    border: none !important;
    color: #FFFFFF;
}
.btn-text:hover, .btn-text:focus {
    color: #cccccc;
}

/* BUTTONS */
.btn {
    font-family: 'Raleway', 'Arial', sans-serif !important;
    text-shadow: none;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 7px 15px 5px;
    box-shadow: none;
}
.btn-large {
    font-size: 20px !important;
    padding: 10px 30px !important;
}
.btn-small {
    padding: 2px 8px 2px;
}
.btn-small i {
    position: relative;
    top: 1px;
}
.btn-circles,
.btn-circles-long {
    background-size: contain !important;
    color: #FFFFFF;
    box-shadow: none;
}
.btn-circles,
.btn-circles:hover,
.btn-circles:focus{
    background: url('/myimages/835/bk_btn_circles.png') no-repeat;
}
.btn-circles-long,
.btn-circles-long:hover,
.btn-circles-long:focus {
    background: url('/myimages/835/bk_btn_circles_long.png') no-repeat;
}
.btn-circles:hover,
.btn-circles:focus,
.btn-circles-long:hover,
.btn-circles-long:focus{
    color: #c3c3c3;
}
/*special padding might be needed for buttons with icons*/
#basket-container a, #zp-offcanvas-basket a {
    padding: 8px 10px 8px;
}
#basket-container a i {
    position: relative;
    top: 2px;
}

/* DROPDOWN MENU */
.dropdown-menu {
    background: #aaaaaa;
    border: 0;
    padding: 0px;
    border-radius: 0px !important;
}
.dropdown-menu>li {
    padding: 0px;
}
.dropdown-menu>li>a {
    font-size: 18px;
    padding: 10px;
    color: #000000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #969292;
    color: #000000;
}

/* INPUTS */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .page_members .btn-group .btn.dropdown-toggle {
    font-family: 'Montserrat', 'Arial', sans-serif !important;
    box-sizing: border-box;
    border-radius: 0px !important;
    box-shadow: none;
    height: 32px;
}

/* WELLS */
.well, .page-review-order, .ui-tabs-menu {
    background: #1D1D1D;
    color: #FFFFFF;
    box-shadow: 0px 0px 1px 0px #ffffff;
    border: none;
    border-radius: 0px !important;
}
.well, .page-review-order {
    padding: 15px;
}
.ui-tabs-menu {
    border-top-left-radius: 0px !important; 	
    border-top-right-radius: 0px !important;
}
table, table tr, table td, table th {
 	border-radius: 0px !important;   
}

/* LEGEND, UI-WIDGET */
legend, .ui-widget-header {
    color: #FFFFFF;
    text-align: center;
}
.ui-widget-header {
   /* background: #1D1D1D;*/
    background: #707070;
    color: #FFFFFF;
}

/*--SYSTEM ALERTS**/
.well.sys-alert {
    text-align: center;
    color: #FFFFFF;
    background: grey !important;
}
.well-small.sys-alert .lead {
    color: #FFFFFF;
}
.sys-message {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    border-radius: 0px !important;
}

/* MODALS */
.modal-header {
    background: #1D1D1D !important;
    padding: 12px 15px 7px;
}
.modal-header h3 {
    font-size: 24px;
    line-height: 110%;
    color: #FFFFFF;
}
.modal-body {
    background: #FFFFFF;
    color: #000000;
}
.modal-footer {
    background: #2b2828;
    color: #fff;
    opacity: 1;
    border-radius: 0px;
}
.modal-footer h3,
.modal-footer h3 span {
    font-size: 20px;
    line-height: 110%;
}
.modal-body .well {
    background: #f5f5f5 !important;
    color: #000000;
}

/* CARETS */
header .navbar .caret {
    border-top-color: #FFFFFF !important;
    transition: transform 0.3s;
    margin-top: 8px !important;
}
header .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
    transform: rotate(180deg);
}
.navbar .nav li.dropdown>.dropdown-toggle:hover>.caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: red !important;
}
#editProductModal .btn-info .caret, #editSpecialDealModal .btn-info .caret {
    margin-top: 8px;
    border-top-color: #FFFFFF;
}
#editProductModal .btn-option .caret, #editSpecialDealModal .btn-option .caret {
    margin-top: 4px;
    border-top-color: #FFFFFF;
}

/* HEADER SECTION / NAV SECTION */
#opening-status {
    border: none;
    background: none;
    margin-left: 0px;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}
#logo img {
    max-height: none;   
}
body:not(.home) header {
    padding: 20px 0px;   
}
.home header {
    /*position: absolute;
    top: 0px;
    width: 100%;  */
    /*background: transparent;*/
    background: #1d1d1d;
    height: 60px;
    /*padding-top: 20px;*/
    position: relative;
}
.hamburger_icon {
    float: right;
    position: relative;
    z-index: 1000;
}
.reserve_holder {
    float: right;
    position: relative;
    z-index: 900;
}
.menu_toggle {
    background: none;
    border: none;
    font-size: 1em;
    padding: 9px 0;
}
.nav_holder{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    z-index: 999;   
}
.hamburger_menu_toggle {
    width: 45px;
    height: 33px;
    top: 0;
}
.hamburger {
    display: inline-block;
    /*width: 25px;*/
    /*fill: currentColor;
    height: 1em;
    width: 1em;    
    vertical-align: middle;
    position: relative;
    top: -0.0625em;*/
}
.svg_menu_toggle .line_1 {
    transform-origin: 1em 2.5em;
}
.svg_menu_toggle .line {
    opacity: 1;
    fill: #FFFFFF;
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    -ms-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
    transform-origin: 1em 1em;
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    border-radius: 5px !important;
}
.svg_menu_toggle .line_3 {
   /* transform-origin: 1em 4.5em;*/
    transform-origin: 0.9em 4.6em;
}
#menu_toggle.opened {
    /*position: fixed;*/
}
.menu_toggle.opened .svg_menu_toggle .line_1 {
    -webkit-transform: rotate(45deg) translateY(0) translateX(0);
    -ms-transform: rotate(45deg) translateY(0) translateX(0);
    transform: rotate(45deg) translateY(0) translateX(0);
}
.menu_toggle.opened .svg_menu_toggle .line_2 {
    opacity: 0;
}
.menu_toggle.opened .svg_menu_toggle .line_3 {
    -webkit-transform: rotate(-45deg) translateY(0em) translateX(0em);
    -ms-transform: rotate(-45deg) translateY(0em) translateX(0em);
    transform: rotate(-45deg) translateY(-1em) translateX(-1.5em);
}
.nav_selection {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home .logo_holder {
    position: absolute;
    left: 0%;
}
.nav_holder .nav>li>a {
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    background: none;
    color: #FFFFFF;
    line-height: 135%
}
.nav_holder .nav>.active>a,
.nav_holder .nav>.active>a:hover,
.nav_holder .nav>.active>a:focus,
.nav_holder .nav>li>a:focus,
.nav_holder .nav>li>a:hover,
.nav_holder .nav li.dropdown.open>.dropdown-toggle,
.nav_holder .nav li.dropdown.active>.dropdown-toggle,
.nav_holder .nav li.dropdown.open.active>.dropdown-toggle {
    color: #E3B04B;
    background: none;
}
.nav_holder .dropdown-menu {
    position: static;
    background: transparent !important;
    float: none;
    box-shadow: none !important;
}
.nav_holder .dropdown-menu>li>a {
    text-transform: uppercase;
    text-align: center;
    line-height: 135%;
}
.nav_holder .dropdown-menu a {
    color: #FFFFFF;   
}
.nav_holder .dropdown-menu a:hover,
.nav_holder .dropdown-menu a:focus {
    color: #E3B04B;
    background: transparent !important;
}
.ct_user_status {
 	color: #afafaf;
    text-align: right;
}

/*---------------------caret colour---------------------*/

.nav_holder .nav li.dropdown>.dropdown-toggle .caret,
.nav_holder .nav li.dropdown.open>.dropdown-toggle .caret {
    border-top-color: #FFFFFF;
    border-width: 7px;
}

.nav_holder .nav li.dropdown.open .caret, 
.nav_holder .nav li.dropdown.open.active .caret,
.nav_holder .nav li.dropdown.open a:hover .caret,
.nav_holder .nav li.dropdown.open a:focus .caret,
.nav_holder .nav li.dropdown>.dropdown-toggle:hover>.caret,
.nav_holder .nav li.dropdown.open>.dropdown-toggle .caret,
.nav_holder .nav li.dropdown>a:hover .caret,
.nav_holder .nav li.dropdown>a:focus .caret,
.nav_holder .nav li.dropdown.active>.dropdown-toggle .caret,
.nav_holder .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #E3B04B;
}


/* FOOTER SECTION */
footer {
    color: #6A6A6A;   
}
.label-copyright {
    color: #FFFFFF;
    /*font-size: 15px;*/
}
.label-copyright a {
    color: #7C7C7C;
    /*text-decoration: underline;*/
}
.label-copyright a:hover, .label-copyright a:focus {
    color: #a3a3a3;
}
footer .row-fluid {
    padding: 30px 0px;   
}

/* HOME PAGE */
.home_container {
    position: relative; 
}
.home h2 {
    color: #FFFFFF;
}
.home p {
    font-size: 19px; 
    line-height: 125%;
}
#home_hero .line.left {
    margin-right: 20px;   
}
#home_hero .line.right {
    margin-left: 20px;   
}
#home_video {
 	height: 100vh;
    width: 100%;
    position: relative;
}

#home_video video {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    /*height: 121.088%;*/
    height: 100vh;
    position: absolute;
    left: 0px;
    /*top: -10.5441%;*/
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 0px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 10px;
    display: block;
    visibility: inherit;
    opacity: 1;
    background-attachment: scroll;
}
#home_video_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;   
    background: #00000090;
    padding: 20px;
    box-sizing: border-box;
}
#home_video_content h4 {
 	color: #FFFFFF;
}
.column_modules {
    background: transparent linear-gradient(92deg, #DDDDDD 0%, #AFAFAF 51%, #E0E0E0 100%, #000000 100%) 0% 0% no-repeat padding-box;  
}
.column_slideshow {
    padding-right: 20px;   
}
.column_slideshow img {
    margin-left: 0px;
    margin-right: auto;
    position: relative;
    z-index: 10;
}
.carousel-control {
    border: none;
    background: none;
    color: #FFFFFF;
    bottom: 60px;
    z-index: 100;
}
.carousel-control.right {
    right: 20px;
    top: auto;
}
.carousel-control.left {
    right: 100px;
    left: auto;
    top: auto;
}
#home_hero_content_left { 
    color: #FFFFFF;
}
#home_hero_content_left,
#home_hero_content_right,
#home_about_grid_right,
#home_cuisine_grid_middle {
    position: relative;   
}
#home_ig a {
    color: #FFFFFF !important;
}
#home_ig img {
    /*background: #e2af54;
    padding: 9px 8px 8px 9px;
    border-radius: 25px;*/
}
.spinning_img {
    animation: spin 25s infinite linear;
    position: absolute;
    z-index: 20;
}
#home_cuisine .spinning_img_logo {
    position: absolute;
    left: -55px;
    top: -85px;
    max-width: 190px;
}
#home_about .spinning_img_logo {
    position: absolute;
    bottom: -16px;
    righT: -2px;
    max-width: 190px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);   
    }
    100% {
        transform: rotate(360deg);   
    }
}
#opening_times {
    position: absolute;
    top: -88px;
    color: #FFFFFF;
    text-align: right;
}
#opening_times_box {
    height: 200px;
    width: 280px;
    border: 2px solid #FFFFFF;
    border-left: none;
    border-bottom: none;
    /*margin-top: 10px;*/
}
#mod_postcode_box_pc {
    background: #a0a0a0;
    line-height: normal !important;
    vertical-align: middle !important;
    border: 2px solid #a0a0a0;
    text-transform: uppercase;
    color: #000000;
}
#mod_postcode_box_pc::placeholder {
    color: #242424;
}
.mod_postcode_box {
    /*background: #E3B04B;*/
    color: #FFFFFF;
    width: 100%;
}
.mod_postcode_box .btn {  
    text-transform: uppercase;
    margin-left: 0px !important;
    border: 2px solid #9c9b9b;
    background: transparent;
    color: #838383;
}
.mod_postcode_box .btn:hover, .mod_postcode_box .btn:focus {
 	background: #9c9b9b;
    color: #000000;
}
.mod_postcode_box .dropdown-menu {
    background: #4a96b1;   
}
.mod_postcode_box .dropdown-menu a {
    color: #FFFFFF;   
}
.mod_postcode_box .dropdown-menu a:hover,
.mod_postcode_box .dropdown-menu a:focus {
    background: #4189a3;
    color: #FFFFFF;
}
.mod_postcode_box .lead {
 	color: #181818;  
    font-weight: bold;
}
#home_about {
    background: #1D1D1D;
    position: relative;
}
#home_about p {
    color: #FFFFFF;
    margin-bottom: 20px;
}
#home_about_grid {
 	position: relative;   
}
#home_about_grid > h2 {
    position: absolute;
    left: 200px;
    top: 75px;
}
#home_about_grid_left {
 	margin-left: 0px;   
}
#home_about_grid_left img {
    /*padding-top: 30px;   */
}
#home_reservation_content,
#home_loyalty_content{
    /*max-width: 1100px;*/
    max-width: 1230px;
    margin: 0px auto;
    text-align: center;
}
#home_loyalty_content p {
    max-width: 700px;
    margin: 50px auto;
}
#home_reservation p,
#home_cuisine p{
    color: #FFFFFF;   
}
#home_reservation p {
    max-width: 860px;
    margin: 0px auto 30px;
}
#home_reservation {
    background: url('/myimages/835/zpos-bg-bk_homeabout_curve.jpg?v=1') no-repeat #050505;
    background-position: center bottom;
    background-size: cover;
}
#home_reservation h2 {
    margin-top: 0px;   
}
#home_cuisine,
#home_loyalty {
    color: #FFFFFF;   
}
#home_cuisine_grid_middle .btn {
    margin-top: 40px;
}
#home_loyalty {
    background: url('/myimages/835/zpos-bg-sfc_homeloyalty_bg_v1.jpg?v=1');
    background-attachment: fixed;
    background-size: cover;   
    padding: 150px 0px;
    background-position: center bottom;
}
#home_cuisine_grid_right h4 {
    color: #7C7C7C;   
}
#home_cuisine_grid_left h2 {
    margin-bottom: 30px;
}

/* MENU PAGE */
.product-container-panel .ui-widget-header {
 	font-size: 24px;
    padding: 5px;   
}
.row-product .media .media-object {
    height: 100px;
    width: 100px;
}	
#editProductModal .thumbnail {
    /*width: 170px;
    height: 170px;*/
    width: 250px;
    height: 250px;
}
#responsive-food-menu {
    background: #d5d5d5;
}
#responsive-food-menu .navbar-search {
 	margin-top: 4px !important;   
}
#responsive-food-menu .brand {
    color: #000000;
    padding: 11px 20px 9px 13px;
}
#repsonsive-food-menu .navbar-search {
    margin-top: 4px;   
}
.how-im-ordering {
    color: #FFFFFF;
}
.how-im-ordering h2 {
    font-size: 32px;
}
.how-im-ordering-menuname {

}
.how-im-ordering small {
    color: #b7b7b7;
}
.row-product h5 {
    color: #c1c1c1;
    font-size: 18px;
}
.cat-desc {
    font-size: 20px !important;
    line-height: 130%;
    text-shadow: none;
    border-radius: 0px;
}
#editProductModal .modal-body h4 .name, #editSpecialDealModal .modal-body h4 .name, #editProductModal .modal-body h3, #editSpecialDealModal .modal-body h3 {
    /*font-size: 60px;
    line-height: 110%;*/
}
.ui-tabs-panel {
    color: #FFFFFF;
}
.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: #45484e;
    color: #FFFFFF !important;
}
.ui-tabs .ui-tabs-nav li {
    background: #aaaaaa;
    padding-right: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover, .page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #51555e;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover a, .page_menu .ui-tabs .ui-tabs-nav li:focus a {
    color: #FFFFFF !important;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #000000;
    text-align: left;
}
#menu-search-box {
    width: 240px;
    border-radius: 5px;
    padding: 4px 8px;
}
#zp-offcanvas-menu .uk-offcanvas-bar {
    background: #1D1D1D;
}
#zp-offcanvas-menu .uk-offcanvas-bar a,
#zp-offcanvas-menu .uk-offcanvas-bar h3 {
    color: #FFFFFF !important;   
}
#zp-offcanvas-menu .uk-offcanvas-bar a:hover,
#zp-offcanvas-menu .uk-offcanvas-bar a:focus {
    background: #3d3c3c;   
}
#zp-offcanvas-basket .uk-offcanvas-bar {
}
.popover .popover-title {
    background: #A24343;
    color: #FFFFFF !important;
    font-size: 16px !important;
    padding: 8px 10px 5px;
}
.popover .popover-content {
    color: #000000;
}
.row-variation .name {
    font-size: 14px;   
}

/* CHECKOUT PAGE */
.checkout h2, .contact-us h1 {
    color: #FFFFFF;
    font-size: 50px;
    line-height: 110%;
}
.checkout h4, .checkout h5 {
    font-size: 24px !important;
    line-height: 110%;
}
.checkout .well-basket {
    background: #FFFFFF !important;
}
.checkout .well-basket h4 {
    color: #000000;
}
.trigger-paymentmethod .btn {
    padding: 20px 30px 10px !important;
}
.trigger-paymentmethod i.tick {
    /*color: #FFFFFF !important;*/
}
.checkout .btn-proceed-final {
}
.checkout .well-basket .muted,
.checkout .well-basket small {
    /*color: #FFFFFF;*/
}
.checkout .product-basket th,
.checkout .product-basket td  {
    /*border-color: #FFFFFF;*/
    color: #000000;
}
.checkout .loyalty-description h2 {
    color: #000000;
    font-size: 28px;
}
.well-basket .text-success {
    /*color: # !important;*/
}
.well-basket .text-info {
    /*color: # !important;*/  
}
.well-basket .text-error,
.well-basket .text-danger{
    /*color: # !important;*/ 
}

/*LP*/
.loyaltypoints_box {
    background: #b5b5b5 !important;
    color: #000000;
}
.loyaltypoints_box .ui-widget-header {
    background: #4a96b1 !important;
    color: #000000 !important;
    border: none;
    padding: 4px 5px 1px;
}
.loyaltypoints_box .row-credits .well-white {
    color: #000000;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.loyaltypoints_box .row-credits .col-equals .well {
    color: #000000;
}

/* MEMBERS PAGE */
.nav-list>li>a {
    text-shadow: none;
    color: #FFFFFF;
}
.nav-list .nav-header{
    color: #d5d5d5;
    text-shadow: none;
    font-size: 16px;
}
.nav-list>li>a i {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");
}
.nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"] {
    /*background-image: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png");*/
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus, .nav-list a:hover, .nav-list a:focus  {
    background: transparent !important;
    color: #ffffff !important;
    font-weight: bold;
}
.nav-list>li>a small {
    font-size: 10px;   
}
.hero-unit {
    background: #d5d5d5;
    color: #000000;
    border-radius: 0px !important;
}
.hero-unit a {
    color: #000000; 
    text-decoration: underline;
}
.members .btn-group .btn.dropdown-toggle {
    background: #FFFFFF;
    text-transform: none;
    color: #555555;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 6px 7px;
}
.section-sales-reports .btn-primary:not(.active) {
    background: #7f7f7f !important;
}
legend {
    color: #d5d5d5;   
    font-size: 28px;
}

/* CONTACT PAGE */
.contact-us .ui-widget-header {
    font-size: 22px;
    padding: 7px 5px 7px;
    border-bottom: 0px;
    background: #d5d5d5;
    color: #000000;
}
.contact-us .ui-widget-content {
    background: #1d1d1d;
    color: #FFFFFF;   
    box-shadow: 0px 0px 1px 0px #ffffff;
    border: none;
}
.contact-us .ui-widget-content a {
    color: #FFFFFF;   
}

/* WELCOME PAGE */
.welcome h1 {
    color: #FFFFFF;
    /*font-size: 45px;*/
}
.welcome h2 {
    color: #FFFFFF;
    font-size: 25px;
}
.welcome .branch-select {
 	margin-bottom: 10px;   
}
.welcome .nav_holder,
.welcome .hamburger_icon {
 	display: none;   
}
.welcome #logo {
 	text-align: center;   
}

/* ABOUT PAGE */
#about-tabs { 
    background: #d5d5d5;
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
}
#about-tabs .nav-tabs {
    border-bottom: 0px;
}
#about-tabs .nav-tabs li {
    text-align: center;
}
#about-tabs li a {
    color: #000000;
    padding: 20px 20px 17px;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
#about-tabs li.active a {
    color: #FFFFFF;  
    background: #1d1d1d; 
}
#about-tabs li:not(.active) a:hover {
 	background: #454545;   
    color: #FFFFFF;
}

.about .tab-content {
    color: #FFFFFF;   
}
.about .tab-inner-content {
    /*max-width: 800px;*/
    margin: auto;
    /*text-align: center;*/
    font-size: 16px;
    line-height: 130%;
}
.about .tab-inner-content p {
 	margin: 15px 0;   
    /*font-style: italic;*/
}
#ourfood .tab-inner-content {
 	/*text-align: left;   */
}
.about .well {
 	margin-bottom: 0px;   
}

#awards > .well > .row-fluid {
 	margin: 50px 0px;   
}
#awards h2 {
    margin-top: 0px;
}

#exampleModal {
    z-index: -1;   
}
.about .tour {
    max-width: 600px;
    margin: 20px auto 50px;
    background: #d5d5d5;
    color: #000000;
    padding: 10px 20px;   
    text-align: center;
}
.about #history h2 {
 	text-align: center;   
}




.timeline {
    max-width: 800px;
    margin: 0px auto;
}
.timeline .middle {
    border: 7px solid #d5d5d5;
    border-radius: 10%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.timeline .entry:nth-child(1) .middle {
 	background: url('/myimages/835/serenefish_about_history_1974.jpg');   
}
.timeline .entry:nth-child(3) .middle {
 	background: url('/myimages/835/serenefish_about_history1.jpg');   
}
.timeline .entry:nth-child(5) .middle {
 	background: url('/myimages/835/serenefish_about_history_90s.jpg');   
}
.timeline .entry:nth-child(7) .middle {
 	background: url('/myimages/835/serenefish_about_history2.jpg');   
}
.timeline .entry:nth-child(9) .middle {
 	background: url('/myimages/835/serenefish_about_history4.jpg');   
}
.timeline .entry:nth-child(11) .middle {
 	background: url('/myimages/835/serenefish_about_history5.jpg');   
}
.timeline h4 {
    color:#b3b3b3;
}
.timeline .connector .line {
        background: #d5d5d5;
    max-width: 10px;
    margin: 0px auto;
    height: 50px;
}






#content_intro {
    text-align: center;
    color: #FFFFFF;
    max-width: 750px;
    margin: 40px auto 40px;   
}
#content_intro p {
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 20px;
}
.about h1, .faqs h1 {
 	color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

/* FAQ PAGE */
#faq-section-inner {
 	max-width: 630px;
    margin: 0px auto;
    display: block;
    text-align: center;
}
#faq-section .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 10px;
    background-color: #d5d5d5;;
    border-bottom: 1px solid rgba(0,0,0,.125);   
}
#faq-section .card-header:hover {
 	background: #c5c5c5;   
}
#faq-section .card-header .btn-link {
    color: #000000;
    text-decoration: none;
    font-size: 18px !important;
    line-height: 110%;
}
#faq-section .card-header .btn-link:hover,
#faq-section .card-header .btn-link:focus {
    color: #000000;
    text-decoration: none;
}
#faq-section .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; 
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 10px;
    color: #FFFFFF;
}
#faq-section p.intro {
    font-size: 24px; 
    line-height: 110%;
    margin-bottom: 20px;
    color: #FFFFFF;
}

/* FRANCHISE PAGE */

.franchise-intro h1,
.franchise-container p {
	text-align: center;
    color: #FFFFFF;
}

.franchise-container p:last-child {
	margin-bottom: 0;
}

.franchise-container hr {
    margin: 70px auto;
    max-width: 500px;
}

.franchise-container hr:last-child {
	margin: 60px auto 0px;
}

/* REVIEW ORDER PAGE */
.page-review-order {
    background: #1D1D1D !important; 
}
.page-review-order .rating-row small.muted {
    color: #bebebe;
}
.page-review-order .page-header{

}
.page-review-order .rating-row .lead {
    color: #FFFFFF;   
}
.page-review-order .rating-row .text-info {
    font-size: 14px;   
}
#frmReviewOrder {
    color: #FFFFFF !important;   
}

/* 404 PAGE */
.page_error-404 h1 {
    text-shadow: none !important;   
}
.page_error-404 h2, .page_error-404 h3, .page_error-404 #body p {

}

/* ORDER CONFIRMATION PAGE */
.p-thanks-for,
.p-last-minute {
    color: #FFFFFF;
}

/* MENU SELECTION PAGE */
.menu-selection h1 {
    text-align: center;
    color: #FFFFFF;
}
.menu-selection h3 {
    text-align: center;
    text-shadow: none;
    color: #818181;
}
h1.order-complete-title {
 	color: #d5d5d5 !important;   
}

/* TERMS AND CONDITIONS PAGE */
.page_information h1 {
 	color: #FFFFFF;   
}

/* SOCIAL MEDIA */
.social_media_links {
 	max-width: 120px;
    margin: 20px auto 0px;
}
.social_media_links a {
 	background: transparent !important;   
    transition: all 0.3s;
    margin: 0px !important;
    padding: 0px;
}
.social_media_links a:hover,
.social_media_links a:focus {
	background: transparent !important;
}
.social_media_links a:hover {
 	transform: translateY(2px);   
}

/* HIDE UNUSED CATEGORIES ON WALSALL BRANCH */
.shop_walsall #container-category-17292,
.shop_walsall #container-category-17308{
    display: none;
}

.bootbox.modal {
    text-align: center;
}

/* MEDIA QUERIES */
@media (min-width: 2001px) {
    .home_container,
    #home_about_grid {
        max-width: 2000px !important;
        margin: 0px auto;
    }
    .mod_postcode_box {
        width: 1200px;
        margin: 0px auto;
    }
    .carousel-control.right {
        right: 60px;
    }
    .carousel-control.left {
        right: 130px;
    }
    #home_reservation {
        background: #1d1d1d;   
    }
}
@media screen and (min-width: 1701px) {
    .mod_postcode_box > .row-fluid > .span6:first-child {
        width: 53% !important;
    }
    .mod_postcode_box > .row-fluid > .span6:last-child {
        width: 44% !important;
    }   
}

@media (max-width: 1750px) {
    #home_about_grid > h2 {
        left: 100px;   
    }
}
@media (max-width: 1730px) {
    .home_container:not(#home_hero_inner),
    .home footer .row-fluid,
    #home_about_grid,
    #home_reservation_content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .home .logo_holder {
        left: 20px;   
    }
    .home .hamburger_icon {
        right: 20px;   	
    }
    .home .reserve_holder {
        margin-right: 50px;
    }
}
@media (min-width: 1701px) {
    #opening_times {
        right: 0px;
    }
    #home_about_grid_middle {
        padding: 50px 0px;
    }
}
@media (max-width: 1700px) {
    #opening_times {
        right: 20px;
    }
    #home_hero_content_right {
        padding-right: 20px;   
    }
}
@media (max-width: 1700px) and (min-width: 1201px) {
    #home_hero_content_left .meta {
        margin-left: 20px;   
    }
}
@media (max-width: 1700px) and (min-width: 768px) {
    
}
@media (min-width: 1601px) {
    .home h2 {
        font-size: 90px;
    }
    .btn-circles {
        width: 238px;
        height: 124px;
        padding: 52px 10px !important;
    }
    .btn-circles-long,
    .btn-circles-long:hover,
    .btn-circles-long:focus {
        width: 304px;
        height: 136px;
        padding: 57px 10px !important;
    }
    .mod_postcode_box .lead {
        font-size: 30px;
    }
    #mod_postcode_box_pc {
        height: 48.5px;
        width: 211px;
        /*margin-top: 22px;*/
        margin-top: 27px;
        font-size: 18px;
    }
    .mod_postcode_box .btn {
        height: 48px;
    }
    .mod_postcode_box .btn-group {
        /*margin-top: 22px;*/
        margin-top: 27px;
    }
    #home_about_grid_left h2 {
        margin-right: -100px;
        text-align: right;
    }
}
@media (max-width: 1600px) {
    .btn-circles {
        width: 210px;
        height: 110px;
        padding: 42px 10px !important;
    }
    .btn-circles-long,
    .btn-circles-long:hover,
    .btn-circles-long:focus {
        width: 255px;
        height: 114px;
        padding: 46px 10px !important;
        font-size: 16px !important;
    }
}
@media (max-width: 1600px) and (min-width: 1401px) {
    .mob_postcode_box .lead {
        font-size: 24px;
    }
    #mod_postcode_box_pc {
        height: 42px;
        width: 211px;
        margin-top: 20px;
        font-size: 20px;
    }
    .mod_postcode_box .btn {
        height: 42px;
        font-size: 20px;
    }
    .mod_postcode_box .btn-group {
        margin-top: 20px;
    }
    .home h2 {
        font-size: 65px;
    }
}
@media (max-width: 1600px) and (min-width: 980px) {
    #home_about_grid_left h2 {
        margin-left: 20px;   
    }   
}
@media (min-width: 1401px) {
    .mod_postcode_box .lead {
        margin: 32px 0px 28px;   
    }   
    .home_hero_text {
        max-width: 750px;
    }   
    #home_hero h2 .bottom {
        margin-left: 80px; 
    }
    #home_ig {
        bottom: 115px;
    }
}
@media (max-width: 1600px) and (min-width: 1201px) {
    .mod_postcode_box {
        padding: 0px 55px 0px 0px;
    }   
}
@media (max-width: 1400px) {
    .hide_at_1400 {
        display: none !important;   
    }  
    .home p {
        font-size: 18px;   
    }
    #opening_times {
     	top: -84px;   
    }
}
@media (max-width: 1400px) and (min-width: 1201px) {
    .mob_postcode_box .lead {
        font-size: 20px;
    }
    #mod_postcode_box_pc {
        height: 32px;
        width: 170px;
        margin-top: 15px;
        font-size: 18px;
    }
    .mod_postcode_box .btn {
        height: 32px;
        font-size: 18px !important;
        padding: 5px 20px !important;
    }
    .mod_postcode_box .btn-group {
        margin-top: 15px;
    }
    .mod_postcode_box .lead {
        margin: 20px 0px;   
    }  
    .home_hero_text {
        max-width: 600px;
    }
    #home_ig {
        bottom: 70px;
        left: 20px;
    }
    .home h2 {
        font-size: 55px;
    }
}
@media (min-width: 1301px) {
 	.show_at_1300 {
     	display: none !important;   
    }
    #home_about_grid {
        padding-top: 100px;   
    }
}
@media (max-width: 1300px) {
 	.hide_at_1300 {
     	display: none !important;   
    }
    #home_about_grid {
        padding-top: 50px;   
    }
}
@media (min-width: 1201px) {
    #home_about_grid {
        max-width: 90%;
    } 
    #home_hero h2 .top {
        margin-left: 40px;   
    }
    .home_hero_text {
        margin: 15px 0px 15px 100px;
    }
    #home_hero .btn-group.top_buttons {
        margin-left: 120px;   
    }
    #home_hero .spinning_img {
        left: -130px;
        top: -100px;
    }
    #home_hero_content {
        margin-bottom: -60px;
        display: flex;
    }
    #home_hero_content_left {
        width: 60% !important;
    }
    #home_hero_content_right {
        width: 40% !important;
        margin-left: 0px !important;
    }
    #home_hero_content_left {
        padding-top: 100px; 
    }
    .visible_at_1200 {
        display: none !important;   
    }
    #home_ig {
        position: absolute;
    }
    .home .reserve_holder {
        /*margin-top: 44px;  */
        margin-top: 20px;
    }
    .home .hamburger_icon {
        /*margin-top: 28px;*/
        margin-top: 5px;
    }
    #home_about_grid_right .spinning_img {
        right: -80px;
        bottom: -100px;
    }
    .home h4 {
        font-size: 30px;   
    }
    #home_cuisine_grid_right img {
        margin-top: 50px;   
    }
    #home_cuisine .spinning_img {
        left: -140px;
        top: -170px;
    }
    .home_container:not(#home_hero_inner) {
        padding: 120px 0px;
    }
    #home_about_grid_middle {
     	width: 25% !important;   
    }
    #home_about_grid_right {
        width: 34% !important;   
    }
}
@media (max-width: 1200px) {
    #responsive-food-menu.affix {
        left: 0;
    }
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 20px;
    }
    .members #frmRegister #ctl-lookupAddress {
        display: block;
    }
    .members #frmRegister #registerPostcode {
        width: 206px;
    }
    .members #frmLogin #ctl-forgotPassword {
        display: block;
    }
    .members #frmLogin #loginPassword {
        width: 206px;
    }
    body:not(.home) header,
    body:not(.home) #body,
    body:not(.home) footer,
    #home_ig,
    #home_hero h2,
    .home_hero_text,
    #home_hero .meta {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .spinning_img {
        /*max-width: 150px; */  
    }
    #home_hero .spinning_img {
        left: -70px;
        top: -60px;
    }
    #home_hero_content_right {
        /*display: none;   */
    }
    #home_hero_content_left {
        /*padding-top: 20px; */
        text-align: center;
    }
    #home_hero_content_left p:not(.lead) {
        max-width: 750px;
        margin: 0px auto;
    }
    .column_modules {
        margin-top: 30px;
    }
    #home_ig {
        margin-bottom: 10px;   
    }
    .home .reserve_holder {
        /*margin-top: 69px;  */
        margin-top: 20px;
    }
    .home .hamburger_icon {
        /*margin-top: 54px;*/
        margin-top: 5px;
    }
    #mod_postcode_box_pc {
        height: 42px;
        width: 170px;
        font-size: 18px;
    }
    .mod_postcode_box .btn {
        height: 42px;
        font-size: 18px !important;
        padding: 5px 20px !important;
    }
    .mod_postcode_box {
        padding: 0px 20px;   
    }
    .mod_postcode_box .row-fluid > [class*="span"] {
        text-align: center !important;   
    }
    #home_about_grid_right .spinning_img {
        top: -80px;
        right: 100px;
    }
    .home h4 {
        font-size: 24px;   
    }
    #home_cuisine_grid_right img {
        margin-top: 10px;   
    }
    #home_cuisine .spinning_img {
        left: -75px;
        top: -70px;
    }
    .home_container:not(#home_hero_inner) {
        padding: 60px 0px;
    }
    #home_hero_content_right {
        margin: 110px auto 70px;
        max-width: 500px;   
    }
    .spinning_img_logo {
        display: none;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    #home_about_grid_right .spinning_img {
        display: none;   
    }
    .trigger-paymentmethod .btn {
        padding: 20px 20px 10px !important;
        font-size: 16px !important;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    #home_hero_content_left,
    #home_hero_content_right {
        width: 100% !important;
        float: none !important;
    }
    #mod_postcode_box_pc {
        margin-top: 11px;
    }
    .mod_postcode_box .btn-group {
        margin-top: 11px;
    }
    .mod_postcode_box .lead {
        margin: 22px 0px 18px;   
    }  
}
@media (max-width: 1200px) and (min-width: 481px) {
    .home h2 {
        font-size: 50px;
    }  
    .home #logo img {
        max-width: 150px;
    }
}
@media (max-width: 1182px) {
    #basket-container {
        margin-top: 20px;
    }
}
@media (min-width: 980px) {
    header .navbar .nav>li:first-child {
        padding-left: 0px;   
    }
    header .navbar .nav>li:last-child {
        padding-right: 0px;   
    }   
    header .navbar-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 979px) {
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 22px;
    }
    .trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    #home_cuisine .spinning_img {
    	display: none;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    #home_about_grid_right {
        display: none;   
    }
    #home_about_grid > [class*="span"] {
        width: 48.61878453038674% !important;
    }
    #home_about_grid {
        align-items: center !important;;
    }
    #responsive-food-menu .brand {
       padding: 11px 20px 9px 0px; 
    }
}
@media (max-width: 808px) {
    .franchise-container hr:last-child {
        margin: 60px auto 60px;
    }   
}
@media (min-width: 768px) {
    .home .btn-group .btn{ 
        margin: 0px 10px;   
    }
    #home_about_grid,
    #home_cuisine_grid {
        display: flex;
        align-items: flex-end;
    }
    #home_cuisine_grid_right {
        text-align: right;   
    }
    #home_cuisine_grid_middle {
        text-align: center;   
    }
    #home_reservation_content {
        padding-top: 120px;
        padding-bottom: 150px;
    }
    .nav_holder .nav>li>a {
        font-size: 60px;   
    }
    .nav_holder .nav li.dropdown>.dropdown-toggle .caret,
    .nav_holder .nav li.dropdown.open>.dropdown-toggle .caret {
        margin-top: 35px;
    }
    .nav_holder .dropdown-menu>li>a {
        font-size: 40px;
    }
    .column_slideshow img,
    #home_cuisine_grid_left img,
    #home_cuisine_grid_right img{
        /*border-radius: 120px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;*/
    }
    #home_about_grid_left img {
        /*border-bottom-right-radius: 120px;*/
    }
    #home_about_grid_right img,
    #home_cuisine_grid_middle img{
        /* border-radius: 120px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;*/
    }
    #mod_postcode_box_pc {
        padding-top: 7px;
    }
    .about-row {
        display: flex;
        align-items: center;
        margin: 20px 0px;
    }
    .timeline .entry {
        display: flex;
        margin: 0px auto;
        min-height: 250px;
        align-content: center;
    }
    .timeline .entry:not(.inverted) {
        text-align: right;   
    }
    #about-tabs .nav-tabs {
        display: flex;
        justify-content: center;
    }
    #about-tabs .nav-tabs li {
        width: 20%;
    }
    #awards .span4 {
        text-align: right;   
    }
}
@media (max-width: 767px) {
    .menu-container .ui-tabs-vertical .ui-tabs-panel {
        width: 100% !important;
    }
    .row-order-complete- .span12 {
        padding: 20px;
    }
    .contact-us .box-contact-information {
        margin-top: 22px !important;
    }
    .checkout .well h4, 
    .checkout .well h5,
    .contact-us .ui-widget-header,
    .ui-widget:not(.ui-tabs-menu),
    .how-im-ordering {
        text-align: center;
    }
    .copyright, .cards, .vendor-zpos {
        text-align: center;
        display: block !important;
        margin-bottom: 30px;
    }
    .row-variation {
        margin-bottom: 5px;
    }
    .checkout h2, .contact-us h1 {
        text-align: center;
    }
    #responsive-food-menu .brand {
        width: 100%;
        text-align: center;
    }
    #responsive-food-menu .btn-navbar:not(.ctrl-mob-nav-search) {
        float: left;
    }
    .menu-selection .btn {
        max-width: 500px;
        margin: 10px auto;
    }
    .home .btn-group .btn {
        margin: 10px 0px;
        display: block;
    }
    .social_media_links .btn {
        display: inline-block !important;
        margin: 0px !important;
    }
    .mod_postcode_box .lead {
        margin: 20px 0px 0px;   
    }  
    #home_about_grid,
    #home_reservation_content,
    #home_loyalty_content {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    #home_reservation_content {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    #home_about_grid_left img {
        padding-bottom: 30px;
    }
    .spinning_img {
        display: none;   
    }
    #home_about p+.btn {
        /*margin-top: -20px; */
        margin-bottom: 40px;
    }
    #home_cuisine {
        text-align: center;   
    }
    #home_cuisine_grid_left .btn {
        max-width: 220px; 
        margin: 20px auto 40px; 
    }
    #home_about_grid img {
        max-width: 464px;
        width: 100%;
        margin: 0px auto;
    }
    #home_cuisine img {
        margin-bottom: 30px;   
    }
    #mod_postcode_box_pc {
        padding-top: 5px;
    }
    #home_hero_content_right {
        padding-left: 20px;   
    }
    #about .span4 img,
    #history .span4 img,
    #sustain .span4 img,
    #ourfood .span4 img,
    #awards .span4 img {
     	margin-bottom: 20px;   
    }
    #home_cuisine_grid_left h2 {
        margin: 0px auto 30px;
    }
    #faq-section {
    	padding-left: 20px;
        padding-right: 20px;
    }
    .about .tab-content,
    .about-row .tr {
     	text-align: center !important;   
    }
    .about #about .about-row:first-child .span4 {
        display: none;   
    }
    .timeline .entry .middle {
        min-height: 250px;
        width: 100%;
        max-width: 400px;
        margin: 0px auto;   
    }
    .timeline .entry:not(.inverted) .right {
        display: none;   
    }
    #home_video_content {
        width: 100%;   
    }
    .cards > img {
        max-width: 320px;
        width: 100%;   
    }
    #welcome-row-fluid-outer > .span4 {
     	text-align: center;
        margin: 0px auto;
        max-width: 400px;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
    .nav_holder .nav>li>a {
        font-size: 40px;   
    }
    .nav_holder .dropdown-menu>li>a {
        font-size: 30px;
    }
    .nav_holder .nav li.dropdown>.dropdown-toggle .caret,
    .nav_holder .nav li.dropdown.open>.dropdown-toggle .caret {
        margin-top: 20px;
    }
}
@media (min-width: 481px) {
    body:not(.home) #logo img {
        max-width: 160px;   
    }   
    body:not(.home) .reserve_holder {
        margin-top: 68px;  
    }
    body:not(.home) .hamburger_icon {
        margin-top: 53px;
    }
    #home_hero_content {
        padding-top: 150px;   
    }
    .reserve_holder {
        margin-right: 30px;
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    #logo img {
        max-width: 120px;   
    }
    body:not(.home) .reserve_holder {
        margin-top: 49px;  
    }
    body:not(.home) .hamburger_icon {
        margin-top: 34px;
    }
    #home_hero_content {
        padding-top: 170px;   
    }
    .nav_holder .nav>li>a {
        font-size: 30px;   
    }
    .nav_holder .dropdown-menu>li>a {
        font-size: 20px;
    }
    .nav_holder .nav li.dropdown>.dropdown-toggle .caret,
    .nav_holder .nav li.dropdown.open>.dropdown-toggle .caret {
        margin-top: 14px;
    }
    .home h2 {
        font-size: 40px;
    }  
    .reserve_holder {
        margin-right: 10px;
        font-size: 13px;
    }
    .home .hamburger_icon {
        /*margin-top: 34px;   */
        margin-top: 5px;
    }
    .home .reserve_holder {
        /*margin-top: 51px;*/
        margin-top: 22px;
        margin-right: 30px;
    }
    #about-tabs li a {
        padding: 14px;
        font-size: 18px;
    }
}
@media (max-width: 370px) {
    #home_hero_content_left .line {
        display: none;   
    }
    .home .reserve_holder {
     	/*display: none;   */
    }
}

.welcome .comingsoon {
 	display: block;
    color: #fff639;
    margin-top: 5px;   
}
.buslinka {
    text-decoration: underline;
}