
body .visible-swindon { display:none !important; } 
body .hidden-swindon { display:inherit !important; } 
body.shop_swindon .hidden-swindon { display:none !important; }
body.shop_swindon .visible-swindon { 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:none;

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

header, #mobile-header {

	background-attachment: scroll;
}

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

/* Display None */
header .nav>li.menu .caret, footer .span4.copyright, #base_text_postcode, #myCarousel .item > img, #rightside_orderhere_base, #leftside_rayo, #rightside_rayo, #third_section_leftside .btn, .carousel-indicators, .remove_delivery_information, #slick_slider_base {
    display: none !important;
}

/* Buttons */
.home .btn {
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid #F1C400;
    background: none;
    margin: auto;
    padding-bottom: 8px;    
}

.home .btn:hover img, .home .btn:focus img, #carousel_link:hover > img, #carousel_link:focus > img
{
    transform: rotate(90deg);
    transition: .2s;    
}

.input_btn_postcode_base .btn-group button:hover img,
.input_btn_postcode_base .btn-group button:focus img {
    transform: rotate(-90deg);
    transition: .2s;    
}
.input_btn_postcode_base .btn-group .dropdown-menu {
    background: #737373;
}

.input_btn_postcode_base .btn-group .dropdown-menu a {
    padding-top: 6px;
    color: white;
}

.input_btn_postcode_base .btn-group .dropdown-menu li a:hover, .input_btn_postcode_base .btn-group .dropdown-menu li a:focus {
    background: #F1C400;
    color: black;
}

.home .btn:hover, .home .btn:focus {
	border: 1px solid #F1C400;    
    color: white;
}

.home .btn img, #carousel_link > img, .input_btn_postcode_base .btn-group button > img {
    transition: .2s;
}

.btn {
    text-transform: uppercase !important;    
    color: white;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;    
    padding: 10px 12px 7px;
	letter-spacing: 2px;    
    transition: .2s;
}

.btn:hover, .btn:focus {
    transition: .2s;
}

.btn-success {
    background: #00a817;   
}

.btn-success:hover, .btn-success:focus {
    background: #1BC933;   
}
.btn-group.open .btn-success.dropdown-toggle {
    background-color: transparent;
}
.btn-danger {
    background: #c91b1b !important;
}
.btn-danger:hover, .btn-danger:focus {
    background: #ea0e0e !important;
}
.btn-info {
    background: #1b75c9;
}
.btn-info:hover, .btn-info:focus {
    background: #0888ff;
}
.btn-warning {
    background: #c9971b;
}
.btn-warning:hover, .btn-warning:focus {
    background: #e4a300;
}
.btn-primary {
    padding-bottom: 6px;
    background: #003db1;
}
.btn-primary:hover, .btn-primary:focus {
    background: #004ee2;
}
.btn-primary.active {
    background: #00297c!important; 
}
.btn-inverse {
    background: #606060;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #797979;
}
.btn p {
    margin: 0;
    font-size: 20px;
    height: 16px !important;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn > img:not(.checkout .btn > img) {
    margin-left: 8px;
    width: 27px;
}
.btn-yellow {
    border-color: #F1C400;
}
.btn-yellow:hover, .btn-yellow:focus {
    border-color: white;
}

/* Fonts */
h1, h2, h3, h4, h5, .how-im-ordering-menuname, .menu-title small, .menu .navbar .brand, #productModalPrice, .members .nav-list>li,
.my-statistics-orders-total span, .my-statistics-orders span, .well-login .lead, .loyaltypoints_box h5 span, .checkout .loyaltypoints_box .ui-widget-header,
.checkout .loyaltypoints_box .row-credits .well
{
    font-family: 'Agency FB', serif !important;
    line-height: normal !important;    
}
p, small, a, span:not(#booking-widget-container span), input, select, textarea, .btn, .enter_your, #footer__grid__section article > h2, footer .row-fluid, label, legend, strong, td, tr
{
    font-family: "korolev", sans-serif !important;
}

/* Global */
body {
    overflow-x: hidden;    
}
.website-image, .website-image img {
 	border-radius: 0px;
    width: 100%;
}

footer a {
   text-decoration: underline;
}
.label, .badge {
    padding: 6px 6px 4px;
    letter-spacing: 1px;
    font-weight: 100;
}
.label-info {
    background: #1b75c9;
}
.text-info {
    color: #1b75c9;
}
.text-success {
    color: #00d103;
}
.well {
    background: #202020;
    border: none;
    color: white;    
    border-radius: 0px;
    box-shadow: 3px 5px 8px #101010;
}
.modal .dropdown-menu {
    background: white !important;
}
.modal .dropdown-menu li a {
    padding-top: 7px;
}
.modal .dropdown-menu li a:hover, .modal .dropdown-menu li a:focus {
    background: #F1C400;
    color: black;
}
.modal-footer .price {
    font-size: 34px;
}
.modal-footer, .modal-header {
    background: #F1C400;
    border-radius: 0;
}
.modal-header h3 {
    font-size: 36px;
}
.modal .btn {
    padding: 10px 12px 6px;
}
.modal .form-horizontal .control-group .controls .btn.dropdown-toggle {
    background: #F1C400;
    color: black;
}
.modal .form-horizontal .control-group .controls .btn.dropdown-toggle .caret {
    margin-top: 7px;
    border-top-color: black;
    border-bottom-color: black;
}
.modal-body .well {
 	background: #000000;
    border: none;
    box-shadow: none;
    border-radius: 0; 
}
.modal-body > h5 {
    font-size: 32px;
}
.modal-body .option-label  {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 100;
}
.modal .well .btn .caret {
    margin-top: 4px;
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.modal fieldset .btn-info, .modal fieldset .btn-option.btn:not(.btn-success), .modal fieldset .btn-option.btn.btn-success {    
    padding: 6px 6px 4px !important;
    border-radius: 0 !important;
    border: none;
}
#body:not(.home #body) {
    padding: 20px 12px;
}
input:not(#booking-widget-container input), select:not(#booking-widget-container select), textarea:not(#booking-widget-container textarea) {
	background: black !important;
    border: none !important;
    border-radius: 0 !important;
    height: 23px !important;
    padding-bottom: 2px !important;
    padding-top: 6px !important;
    color: white !important;
    letter-spacing: 1px;
}
textarea {
    height: auto !important;
}
select {
    height: 27px !important;
}
label {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 100;
}
#rd-widget-root td.day, #rd-mini-widget-root td.day {
    color: #fff !important;
    background-color: #161616 !important;
}
#rd-widget-root .bootstrap-datetimepicker-widget table td.disabled, #rd-mini-widget-root .bootstrap-datetimepicker-widget table td.disabled, #rd-widget-root td.day.old.disabled, #rd-mini-widget-root td.day.old.disabled {
    background-color: #626262 !important;
}
.home input {
    border: 1px solid #A2A2A2 !important;
}

#container {
    background: none;
    padding: 0;
}
.alert.sys-alert.sys-message,
.well.sys-alert {
    margin: 0 !important;
    border-radius: 0;
    padding: 9px 25px 5px;
    text-align: center;
    border: none;
    color: white;
    box-shadow: none;
    background: #B66AF9;
}
.sys-alert.alert-success {
	background: #00a817 !important;    
}
.sys-alert.alert-danger {
    background: #c91b1b !important;
}
.sys-alert.alert-info {
    background: #1b75c9 !important;
}
.sys-alert.alert-warning {
    background: #d99d08 !important;
}
/* Header */
header {
    background: none;
    padding: 24px;        
    padding-bottom: 10px;
    max-width: 340px;
}
header .navbar {
    height: 24px;
}
header .nav>li>a {
    text-transform: uppercase;
    font-size: 21px;
    line-height: normal;
    margin: 21px 0;
    letter-spacing: 2px;
    transition: .2s;
    color: white;
}
header .nav>li.active>a, .menu header .nav>.menu>a {
    color: #F1C400;
}
header .nav>li>a:hover, header .nav>li>a:focus {
    color: #F1C400;
    transition: .2s;
}
header .navbar .btn-navbar .icon-bar {
    width: 30px;
}
header .btn-navbar .icon-bar+.icon-bar {
    margin-top: 8px;
}
.ct_local_branch_details small a {
    color: white;
    font-weight: 100;
    letter-spacing: 2px;
    font-size:10px;
}
header .nav.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    opacity: 0;
    pointer-events: none;    
}
header #opening-status {
    color: white !important;
    font-weight: 100;
    letter-spacing: 2px;
    font-size:10px;
    text-decoration: none;
}
header #opening-status i {
    color: #2AE286 !important;
}
header #opening-status.status-CLOSED i {
    color: #e22a2a !important;
}
header .navbar-inner {
    background: none;
    border: none;
    padding: 0;
}
header .btn.btn-navbar {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
    flex-direction: column;
}
header .btn.btn-navbar:hover, header .btn.btn-navbar:focus {
    background: none;
    border: none;
}
#logo {
    z-index: 1000;
    width: fit-content;
    display: flex;
    flex-direction: column;
}
.logo_booking_link {
    font-size: 24px;
    line-height: 110%;
    font-family: "korolev", sans-serif !important;
    color: #b66af9;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
}
.logo_booking_link:hover,
.logo_booking_link:focus {
    color: #be7ff5;
}

header #logo img {
    max-height: unset;
    width: 400px;    
}

header .nav.main-menu.on {
    opacity: 1;
    pointer-events: all;
    z-index: 200000;
}
header .nav>li>a:hover, header .nav>li>a:focus {
    background: none;
    
}
#close_modal_nav {
	position: absolute;
    top: 0;
    right: 0;
    margin: 12px;
    background: none;
    box-shadow: none;
    border: none;
    color: red;
    font-size: 32px;  
}
.ct_details_bar {
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 12px 0 18px;
}
.ct_local_branch_details small {
    display: flex;
	align-items: flex-end;
    flex-direction: row;
}
.ct_local_branch_details i {
    margin-right: 8px;
    font-size: 28px;
    color: white;
}
.ct_user_status a {
    display: flex;
    align-items: flex-end;
    text-transform: unset;
    letter-spacing: 1px;
}
.ct_local_branch_details a {
    letter-spacing: 1px;
}
.ct_user_status a i {
    font-size: 26px;
    margin-right: 6px;
}

/* First Section */
#first_section {
    border-top: 1px solid #F1C400; 
    border-bottom: 1px solid #F1C400; 
}
#left_side_firstsection, #right_side_firstsection {
    position: relative;    
}
#right_side_firstsection #base_text_firstsection, #left_side_firstsection #base_text_firstsection, #base_text_fifthsection {
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 25% 1fr 25%;
    grid-template-rows: 1fr;
    gap: 0px 12px;
    grid-template-areas: "left medium right";
    padding: 16px 0;
    height: 35px;
    align-items: center;    
}
#left_side_firstsection #base_text_firstsection {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: none;
}
#right_side_firstsection #base_text_firstsection {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: none;
}
.base_text_firstsection::after {
    content: '';
 	background: black;
    opacity: .6;
    width: 100%;
    position: absolute;
    height: 100%;
}
#line_between {
    width: 100%;
    height: 1px;
    background: white;
    z-index: 2;
    opacity: .4;
    grid-area: medium; 
}
#base_text_firstsection p {
    color: white;
    grid-area: left; 
}
#base_text_firstsection a {
    color: #F1C400;
    grid-area: right; 
}
#base_text_firstsection p, #base_text_firstsection a
{    
    font-weight: 200;
    margin: 0;    
    z-index: 2;
    text-align: center;
    line-height: 14px;
    padding: 0 12px;
    padding-top: 5px;
    z-index: 1;
}
/* Postcode */
.mod_postcode_box {
    color: white;
}
#mod_postcode_box_pc {
    text-transform: uppercase;
}
.enter_your {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18.4px;
    line-height: unset;
    margin: 0px 0 14px;
    letter-spacing: 2px;
    color: #1BC933;
}
.postcode_base {
    text-align: center;
    padding-bottom: 42px;
    background: #0F0F0F;
    z-index: 2;
    position: relative;
}
.description_postcode {
    max-width: 290px;
    margin: 12px auto;
    letter-spacing: 1px;
    font-weight: 100;
    font-size: 12px;
    opacity: .6;
}
#orderhere_postcode {
    font-size: 77px;
    text-transform: uppercase;
    margin-top: 55px;   
    line-height: 60px !important;
}
.input_btn_postcode_base {
 	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 275px;
    margin: auto;  
}
#mod_postcode_box_pc, .input_btn_postcode_base .btn-group {
    margin: 0;
    width: 50%;
}
#mod_postcode_box_pc {
    margin-right: 6px;
    text-align: center;
}
.input_btn_postcode_base .btn-group {
    margin-left: 6px;
    border: 1px solid #1BC933;
}
.input_btn_postcode_base .btn-group button {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    flex-direction: row;
    justify-content: space-between;
    background: none;
    box-shadow: none;
}
.input_btn_postcode_base .btn-group button img {
    width: 16px;
}
.input_btn_postcode_base .btn-group button p {
    margin: 0;
    font-weight: 100;
    height: 16px;
    text-transform: uppercase;
}
/* Homepage Carousel */
#myCarousel .item.active {
    display: flex;
    flex-direction: column-reverse;       
}
.carousel-caption {
    position: unset;
    background: transparent;   
    height: 300px;
}
.carousel-caption.span8 {
    width: 100%;
    max-width: unset;
}
#myCarousel .item > img {
    width: 165px;  
    height: fit-content;
}
#carousel_title {
    font-size: 86px;
    line-height: unset !important;
    max-width: 325px;
    margin: 8px auto;
    text-transform: uppercase;
    color: white;
    letter-spacing: 4px;
}
#next_online_order {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 12px;
    letter-spacing: 2px;
    color: #B66AF9;
}
#carousel_description {
    max-width: 285px;
    margin: 6px auto 18px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
}
#carousel_description span {
    font-weight: 900;
}
#carousel_link {
    border: 1px solid #B66AF9;
    padding: 10px 12px 9px;
    font-size: 19px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    max-width: fit-content;
    margin: auto;
    text-decoration: none;
}
#carousel_link > img {
    margin-left: 8px;
}
#carousel_tcs {
	margin-top: 18px;
    font-weight: 100;
    letter-spacing: 2px;
    opacity: .6;    
}
.carousel-control {
    width: fit-content;
    height: fit-content;
    margin-top: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 0;
    text-align: unset;
    border: none;
    color: #F1C400;
    opacity: 1; 
    top: 49%;
}

/* Third Section  */
#third_section {
    border-top: 1px solid #F1C400;
    border-bottom: 1px solid #F1C400;
    z-index: 1;
    position: relative;
}
#third_section_right_image {
    opacity:1;
}
#third_section_leftside, #third_section_rightside {
    position: relative;
}
#third_section_leftside {
    position: relative;
    z-index: 5;
}
#third_section_leftside .btn {    
    margin: 46px auto;
}
#third_section_rightside {
    position: relative;
    height: 100%;
}

#third_section_rightside_textbase h2 {
    text-transform: uppercase;
    color: #F1C400;
    letter-spacing: 3px;
    font-size: 56px;
    margin-bottom: 8px;
}

/* Loyalty Points */
#line_between_loyalty {
    display: none;
}
#loyalty_points > div {
    text-align: center;
    margin: 24px 0;
    text-transform: uppercase;
}
#loyalty_points > div > p { 
    max-width: 245px;
    margin: 0 auto 18px;
    color: white;
    font-weight: 100;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
}
#loyalty_points > div > a {
    color: #F1C400;
    font-weight: 200;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
}
.loyalty-card>div .loyalty-value {
    color: black;
    
}
#loyalty_points > div > p span {
    color: #F1C400;
}
#loyalty_points {
    background: black;
    padding-top: 8px;
}
/* Fifth Section */
#fifth_section {
    border-top: 1px solid #F1C400;
    border-bottom: 1px solid #F1C400;
}
#fifth_section_rightside {
    position: relative;
}
#base_text_fifthsection::after {
    content: '';
    background: black;
    opacity: .6;
    width: 100%;
    position: absolute;
    height: 100%;
}

#fifth_section_rightside_textbase h2 {
    text-transform: uppercase;
    color: #F1C400;
    letter-spacing: 3px;
    font-size: 56px;
    margin-bottom: 8px;
    max-width: 200px;
    margin: auto auto 12px;
}
#fifth_section_rightside_textbase,
#third_section_rightside_textbase {
    margin: 24px 36px 36px;
    text-align: center;
    
}
#fifth_section_leftside {
    position: relative;
}
#base_text_fifthsection {
    position: absolute;
    bottom: 0;
}
#base_text_fifthsection p {
    grid-area: left;
    margin: 0;
    text-align: center;
    line-height: 14px;
    padding: 0 12px;
    padding-top: 5px;
    color: white;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 100;
}

#base_text_fifthsection a {
    grid-area: right;
    text-align: center;
    line-height: 14px;
    padding: 0 12px;
    padding-top: 5px;
    color: white;
    z-index: 1;
    font-weight: 200;
    color: #F1C400;
}

/* Footer */
footer {
    text-align: center;
    margin: 32px auto;
    color: white;    
}
footer a {
    color:white;
    text-decoration: underline;
}
footer a:hover,footer a:focus {
    color:white;    
}
#rayito_footer_nocolor {
    display: none;
    position: absolute;
    width: 110px;
    right: 60px;
    height: 230px;    
}
footer > img {
    max-width: 300px;
}
#footer__grid__section {
    text-align: center;
    max-width: 300px;
    margin: 32px auto;
}
#footer__grid__section article > h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 21px;
    margin-top: 34px;
    margin-bottom: 2px;
    color: #F1C400;
    letter-spacing: 2px;
}
#footer__grid__section article > p {
    font-size: 14px;
    color: white;
    max-width: 245px;
    margin: auto;
    font-weight: 100;
    letter-spacing: 2px;
}
#footer__grid__location > p {
	max-width: 225px !important;
}
#footer__grid__opening > p {
    max-width: 275px !important;
}
footer .span4.cards {
    padding: 0;
}
footer .row-fluid {
    max-width: 340px;
    margin: auto;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 14px;

}
#Footer__Accept {
    margin: 20px 0 10px;
}
#copyright__footer {
    margin-bottom: 22px;
}

/* Reservation Page */
.reservation_hero{
 	padding-top: 140px;
    padding-bottom: 180px;
    color: white;
}
.reservation_hero h1{
    letter-spacing: 3px;
    font-size: 56px;
    text-transform: uppercase;   
}
.reservation_hero p{
 	    font-size: 16px;
    font-weight: 100;
    max-width: 750px;
    margin: 0px auto;
    letter-spacing: 2px;   
}




/* Menu */

.menu-title {
    color: white;
    letter-spacing: 2px;
    margin-bottom: 18px;
    margin-top: 2px;
    border-top: 1px solid #5a5a5a;
    padding-top: 16px;
}
.ui-tabs-vertical .ui-tabs-panel {
    padding-top: 8px !important;
}
.how-im-ordering-menuname {
    color: #F1C400;
}
.menu .navbar .brand {
    color: white;
    text-shadow: none;
    font-size: 32px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 12px;
}
#responsive-food-menu.navbar .navbar-inner {
    background: #2c2c2c;
    border: none;
}
.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
    background: black;
    border: 1px solid #1BC933;
   	padding: 5px 12px 4px;    
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ span{
    color: white !important;
}
.menu .ui-tabs-menu.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    background: #202020;
    border: 1px solid #2c2c2c;
    border-top: 0;
    margin-bottom: 36px;
}
.row-product:hover, .row-product, .row-product:focus {
    background: transparent;
}
.row-product .media-heading > img {
    margin-bottom: 9px;
    margin-left: 4px;    
}
.row-product .media-body .decription.decription {
    color: white;
    letter-spacing: 1px;
}
.row-product .media-heading .name {
    color: #F1C400;
    letter-spacing: 1px;
}
.page_menu .ui-helper-clearfix .btn {
    padding: 4px 8px 0px !important;
    border-radius: 0 !important;    
}
.row-product .row-variation .price, .row-product .row-variation td.price, .row-product .row-variation th.price {
 	color: white; 
    font-weight: 800;
    margin-top: 4px;
}
.row-variation .name {
 	color: white;
    margin-top: 3px;
    font-size: 18px;   
}
#basket-container>h3 {
    font-size: 46px;
    color: black;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
#basket-container {
    background: #F1C400;
    border: none;
    border-radius: 0;
}
#basket-container .ui-widget-content {
    border: none;
}
#basket-container .row-fluid.basket-buttons a {
    margin-top: 10px;
    padding-bottom: 9px;
}
#mobile_food_menu_nav > div {
    border: none;
    padding-bottom: 4px;
}
tr td small .btn-group {
        display: flex;
}
tr td small .btn-group .btn {
    border: none;
    padding: 2px 4px !important;
    border-radius: 0 !important;
    padding-bottom: 0px !important;    
}
.popover-title {
    font-size: 28px;
    background-color: #F1C400;
    color: black;
}
.popover-content {
    padding: 9px 14px;
    font-weight: 100;
    font-size: 16px;
    color: black;
}
#responsive-food-menu.affix {
    max-width: 1375px;
}
.menu .tb-nav.tb-nav-tabs.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    position: unset;
    padding-top: 6px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    margin-bottom: 7px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #fff;
    padding: 10px 10px 9px !important;
    font-size: 18px;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    border-radius: 0;
    border: none;
    background: #000;
    padding-top: 3px!important;
}
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding: 0;
    background: #F1C400;    
}
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-active a { 
    color: black;
}
.menu .ui-tabs-panel .ui-state-highlight.lead {
	margin-top: 8px;
    border-radius: 0;
    border: none;
    border: 1px solid #B66AF9;
    margin-bottom: 0 !important;
    color: white;
    background: #B66AF9;
    letter-spacing: 1px;
}
.navbar-search .search-query {
    width: 210px;
    padding-top: 5px !important;
    letter-spacing: 1px;
    color: white;
}
.menu .product-container-panel .ui-widget {
    margin-top: 8px;
}
.menu .product-container-panel .ui-widget h3 {
    background: red;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: white;
}
#navbar-search-menu {
    flex-direction: column;
    background: none;
    padding: 0px 12px;
    text-align: center;
}
#navbar-search-menu h2 {
    margin-bottom: 14px;
    text-transform: uppercase;
    max-width: 244px;
    letter-spacing: 2px;
    color: white;
}
#skip_background {
    opacity: .9;
}
#close_menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    z-index: 20;
    padding: 1em;
    color: red;
}
#navbar-search-modal-base.on {
    z-index: 20000000;
}
#search__image {
    width: 250px;
}
.uk-offcanvas-bar  {
    background: #202020;
}
.uk-offcanvas-bar h3 {
    color: white;
    font-size: 36px;
    
}
.uk-offcanvas-bar #basket  {
    background: white;
    color: black;
}
.uk-offcanvas-bar .btn-large {
    border: none;
    margin-bottom: 12px;
}
#mobile_food_menu_nav .btn {
    background: #2c2c2c;
    border-top: 3px solid #725d00;
}
.menu .menu-selection h1 {
    color: white;
    letter-spacing: 2px;
    font-size: 74px;
}
.menu .menu-selection .alert h3 {
    color: white;
    font-weight: 100;
}
.menu .menu-selection .well a {
    background: #F1C400 !important;
    padding: 24px 24px 19px!important;
    width: fit-content;
    margin: auto;
    color: black;
}
/* Checkout */
.checkout h5, .checkout h4, .well-login .lead {
    text-align: center;
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 200;
    letter-spacing: 2px;
}
.checkout a {
    color: white;
}
.checkout .well-basket {
    background: #5c00ae;
}
.checkout .well-basket .muted.note-delivery {
    text-align: center;
}
.checkout .well-basket .table-condensed th {
    color: white;
}
.checkout h5:after, .checkout h4:after, .well-login .lead:after {
    padding: 8px 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #F1C400;
}
.checkout_title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 2px;
    border-top: 1px solid #5a5a5a;
    padding-top: 12px;
    color: white;
    letter-spacing: 2px;
}
.checkout #logInWellBoxCheckout #loginSignin, .checkout .btn.ctl-forgotPassword.btn-info {
    width: -webkit-fill-available !important;
    border: none;
    padding-bottom: 6px;
}
.checkout .marginbottom15 .btn-block {
    padding: 18px 0 12px;
}
.checkout .btn-group.extended.extended2 small {
    color: black;
}
.voucher_box > .success {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.voucher_box > .success span {
    font-size: 28px;
    padding-top: 4px;
}
.checkout .loyaltypoints_box {
    background: #F1C400;
    color: black;    
}

.checkout .loyaltypoints_box h5 {
    font-weight: 800;
}
.checkout .loyaltypoints_box .ui-widget-header {
    padding: 12px 0;
    font-size: 24px;
    letter-spacing: 1px;
    background: #202020;
    color: white;
}
.checkout .loyaltypoints_box h5:after {
	border-bottom: 2px solid black !important;
    margin-bottom: 16px;
}

.checkout .loyaltypoints_box .row-credits .well {
    background: #3a3a3a;
    border: none;
    color: white;
}
.ctl-pointsoptions .btn-link {
    color: black;    
}
.checkout .ctl-redeempoints.btn-success {
    margin: 12px 0 8px;
}
.checkout .well-how-pay em {
    text-align: center;
    font-size: 18px;
    color: #F1C400;
    line-height: 24px;
    font-weight: 100;
    letter-spacing: 2px;
}
.trigger-paymentmethod .btn {
    padding-top: 2em;
    padding-bottom: 1em;
}
#checkoutVouchercode {
    height: 32px !important;
}
.ui-draggable .ui-dialog-titlebar {
    background: #F1C400;
    color: black;
    padding-top: 3px;
    text-shadow: none;
    letter-spacing: 1px;
}
.checkout .well-login p:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Members */
.members legend {
    padding-bottom: 14px;
    letter-spacing: 2px;
}
.members .nav-header {
    color: #F1C400 !important;
}
.members .controls .checkbox small, .members .control-group .controls .checkbox {
    padding-top: 8px;
    display: flex;
    align-items: flex-end;
}
.members .control-group .controls .checkbox input {
    margin-right: 8px;
    
}
.members #ctl-lookupAddress, .members #ctl-forgotPassword {
    padding: 6px 12px 2px;
    border-radius: 0;
    margin-left: 0;
}
.members #ctl-lookupAddress {
    padding-top: 6px;
    padding-bottom: 2px;
}
.members .hero-unit {
    background: #F1C400;
    color: black;    
}
.members .hero-unit a {
    font-weight: 900;
}
.members .nav-list>li {
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 24px;
    text-transform: capitalize;
}
.members .nav-list>.active>a, .members .nav-list>.active>a:hover, .members .nav-list>.active>a:focus,
.members .span3 .nav>li>a:hover, .members .span3 .nav>li>a:focus {
    background: #cca700;
}
.members .section-loyalty-scheme .alert {
    background: #F1C400;    
    letter-spacing: 2px;    
    color: black;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {    
    height: 50px !important;    
}
.members .table thead th {
    background: #F1C400 !important;
    padding: 10px 10px 6px;
    color: black;
}
.members .controls small { 
    color: white;
}
.members .section-product-reports .navbar .brand {
    color: white;
    text-shadow: none;
}
.members .section-opening-times .dropdown-toggle, .members .section-my-profile .dropdown-toggle {
    padding: 6px 8px 0px;
    background: black !important;
    border: none;
    color: #fff!important;
    line-height: 24px;
    border-radius: 0;
}
.members .nav-list>li>a small {
    opacity:.4;
}
.members .section-opening-times .dropdown-toggle .caret, .members .section-my-profile .dropdown-toggle .caret {
    border-top: 4px solid white;
}
#frmNewAddress .control-group .controls .btn-success {
    padding: 8px 12px 24px !important;
    background: #00a817 !important;
}
#frmAddHours .control-group .controls .btn-success {
	padding: 8px 12px 4px !important;
    background: #00a817 !important;
    border-radius: 0px !important;
}
.frm_members_sales_reports .btn-group label, .frm_members_menutax_reports .btn-group label {
    padding: 0px 10px 5px;
    color: black;
    margin-right: 6px;
    border-radius: 6px !important;
    background: white;
    display: flex;
    align-items: flex-end;
}
.members .section-sales-reports .form-inline button {
    padding: 6px 8px 2px;
}
.members .section-opening-times .open>.dropdown-menu, .members .section-my-profile .open>.dropdown-menu, .menu .dropdown-menu {
    background: #444!important;
}
.members .open>.dropdown-menu a, .menu .dropdown-menu a {
    color: white;
    padding-top: 5px;
}
.members .dropdown-menu>li>a:hover, .members .dropdown-menu>li>a:focus, .members .dropdown-submenu:hover>a, .members .dropdown-submenu:focus>a, .menu .dropdown-menu>li>a:hover, .menu .dropdown-menu>li>a:focus {
    background: #F1C400 !important;
    color: black;
}
#tbl_opening_time_overrides {
    padding: 0;
    box-shadow: none;
    border: 1px solid;
    border-radius: 0;
}
/* Contact Us */
.gm-style .gm-style-iw-d {
    color: black;       
}
.contact-us .table-condensed th, .contact-us .table-condensed td {
    padding: 8px 10px 4px;
}
.contact-us .ui-widget>.ui-widget-header {
    font-size: 34px;
    padding-bottom: 8px;
    letter-spacing: 2px;
    font-weight: 100;
    background: #F1C400;
    color: black;
}
.contact-us .ui-state-highlight {
    background: #F1C400;
} 
.contact-us h1 {
    color: white;
    font-size: 62px;
    letter-spacing: 2px;
    font-weight: 100;
}
/* Order Complete */
.order-complete .jumbotron h1 {
    color: #F1C400;
}
.jumbotron .lead {
    color: white;
} 
.order-complete #order-confirmation {
    color: black !important;
}
.p-last-minute {
    color: white;
}
/* Review Order */
.review-order .page-review-order {
    padding: 4px 16px;
    background: #202020;
    color: #fff;
    box-shadow: 3px 5px 8px #101010;
    border-radius: 12px;    
}
.review-order .page-header, .review-order legend {
    text-align: center;
    color: #F1C400;
    font-size: 32px !important;
    font-weight: 100;
}
.review-order .page-header h1 {
    font-size: 52px;
}
.review-order .page-review-order .alert.alert-success.uk-text-large.lead {
    color: black;
    padding-bottom: 3px;
    border-radius: 0;
}
/* Error 404 */
.page_error-404 .alert-danger, .page_error-404 .alert-error, .page_error-404 #body h1 {
    background: 0 0;
    color: #000;
    border: none;
    padding: 0;
}
.page_error-404 #body h1 {
    font-size: 84px;
    margin-top: 0px!important;
    color: #F1C400 !important;
    text-shadow: none;
}
.page_error-404 #body h2, .page_error-404 #body h3 {
    font-size: 42px;
    line-height: 46px !important;
    text-shadow: none;
    color: white !important;
    margin-top: 24px;
}
.page_error-404 #body p {
    font-size: 20px;
    line-height: 58px;
    text-align: center;
    color: white;
    margin-top: 32px;
}
/* Information */
.block-terms-conditions, .block-website-help {
    padding-bottom: 32px;
}
.official-document, .official-document .table th, .official-document .table td {
    background: white !important;
}
.information .page-header h1 {
    color: white;
}
@media screen and (min-width: 480px) {
    #loyalty_points > div > p {
        max-width: unset;
    }
}
@media (max-width: 767px) {
 	.home #first_section {
        display: flex;
     	flex-direction: column-reverse;   
    }
}
@media screen and (min-width: 768px) {
    .block-terms-conditions, .block-website-help {
        padding-bottom: 0px;
    }
    /* Global Home Page */
    #left_side_firstsection, #right_side_firstsection,
    #third_section_leftside, #third_section_rightside,
    #fifth_section_rightside, #fifth_section_leftside {
        width: 50%;    
    }

    #left_side_firstsection > img, #right_side_firstsection > img,
    #third_section_leftside > img, #third_section_rightside > img,
    #fifth_section_rightside > img, #fifth_section_leftside > img {
        width: 100%;
    }
    .carousel-control {
        bottom: 0 !important;
        right: 65px;
        top: unset;
        left: unset;
    }
    .carousel-control.right {
        right: 40px;
        left: auto;
    }
    #first_section {
     	display: flex;        
    	border-bottom: 1px solid white;
    }
    #third_section {
        display: flex;
        border-top: 1px solid white;
    }
    #third_section_leftside .btn, #fifth_section_rightside_textbase {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 30px;
    }
    #third_section_rightside_textbase {
        position: absolute;
    	bottom: 0;
        margin: 30px;
    }
    #third_section_rightside_textbase h2, #fifth_section_rightside_textbase h2 {
        text-align: left;
        margin-left: 0;
    }    

    #right_side_firstsection {
        border-left: 1px solid #F1C400; 
    }
    .postcode_base {
        display: flex;    
        padding-bottom: 0;        
    }    
    .mod_postcode_box {		
        border-right: 1px solid white;
    }
    .mod_postcode_box, #myCarousel {
        width: 50%;
        margin-left: 16px;
        text-align: left;
    }
    .input_btn_postcode_base, .description_postcode {
        margin-left: 0;
    }
    #orderhere_postcode {
        letter-spacing: 4px;		
    	margin-top: 56px;        
    }
    footer .span4.vendor {
        text-align: left;
    }
    #myCarousel .item > img {
        display: none;
    }
    .input_btn_postcode_base {
        max-width: 330px;
        height: 30px;
    }
    .description_postcode {
        letter-spacing: 2px;
        font-size: 11px;
        max-width: 325px;
    }
    #mod_postcode_box_pc {
        font-size: 22px;
    	height: 100% !important;
    }
    .input_btn_postcode_base .btn-group button {
        padding: 4px 12px 5px;        
    }
    .input_btn_postcode_base .btn-group button p {
        padding-top: 2px;
        font-size: 18px;
    }
    .input_btn_postcode_base .btn-group button img {
        width: 24px;
    }
    #myCarousel {
        margin-bottom: 46px;
        height: 300px;
    }
    #myCarousel .item.active {
        flex-direction: row;        
        margin-left: 16px;
    }
    .carousel-caption {
        padding: 0;
        height: 345px;
    }
    #carousel_title {
        margin-top: 56px;
    	letter-spacing: 4px;
        font-size: 77px;
    	margin-bottom: 12px;
    	line-height: 65px !important;
        margin-left: 0;
    }
    #carousel_description {
        margin: 6px 0 8px;
    }
    #carousel_link {
        margin-left: 0;
        padding: 10px 10px 9px;
    }
    #fifth_section {
        display: flex;
    }    
    #footer__grid__section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 5px 40px;
        grid-template-areas:
            "footer__grid__location footer__grid__online"
            "footer__grid__opening footer__grid__loyalty";        
        max-width: 610px;
        margin-top: 10px;
        margin-bottom: 38px;
    }
    #footer__grid__online {
        grid-area: footer__grid__online;
    }
    #footer__grid__loyalty {
        grid-area: footer__grid__loyalty;
    }
    #footer__grid__opening {
        grid-area: footer__grid__opening;
    }
    #footer__grid__location {
        grid-area: footer__grid__location;
    }
    footer > .row-fluid {
        display: flex;
    	flex-direction: column;
    	align-items: center;
    }
    .span4.tc.cards {
        width: 260px;
    	margin-top: 4px;
    }
}
@media screen and (max-width: 768px) {
	.ctl-pointsoptions .btn-link {
        font-size: 16px;
    }
}
/*
@media (max-width: 1200px) and (min-width: 980px) {
    header .nav.main-menu {
            margin-top: 16px !important;
    }
}
*/
@media screen and (min-width: 980px) {
    header .nav>li.active>a, .menu header .nav>.menu>a {
        color: white;
    }
    header .nav>li>a:hover, header .nav>li>a:focus {
        color: white;
    }
    /* TEMP REMOVAL 
    header .nav.main-menu {
        
        position: unset;
        height: auto;
        width: auto;
        opacity: 1;
        pointer-events: all;
         margin: 0;
        grid-area: menu;
        display: grid;
        background: none;
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        grid-template-areas: 
            "left right"; 
    }
   
    header .nav>li.home {grid-area: left;width: fit-content;}
    
    TEMP REMOVAL 
    header .nav>li.menu {grid-area: left;margin-left: 95px;width: fit-content;}
  
    
    header .nav>li.members {grid-area: right;text-align: right; margin-right: 185px; justify-self: end; width: fit-content;}
    header .nav>li.contact-us {grid-area: right;text-align: right; justify-self: end; width: fit-content;}
  
    header .navbar, #close_modal_nav {
        display: none;
    }
    */
    
   
    
    header .nav>li>a {
        font-size: 14px;        
        position: relative;
        color: white;
        letter-spacing: 1px;
    }    
    header .nav>li>a::after {
        content: '';
        width: 102%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 1px;
        background: white;
    }
    header .nav>li.active>a::after, header .nav>li>a:hover::after, .menu header .nav>.collection>a::after {
        background: #F1C400;
    }         
    
    header {
        margin-top: 56px;
        display: grid; 
        grid-auto-columns: 1fr; 
        grid-template-columns: 1fr 1fr 1fr; 
        grid-template-rows: 1fr 1fr; 
        gap: 0px 0px; 
        grid-template-areas: 
            "details details details"
            "menu menu menu"; 
        position: relative;
        max-width: unset;
    	padding: 0;
    	margin-bottom: 26px;
    }
    #logo {
        position: absolute;
        top: -32px;    
        margin: auto;
        left: 0;
        right: 0;
        
    }
    .ct_details_bar {
        grid-area: details;
        display: grid;
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        grid-template-areas: 
            "left right";    
        padding-bottom: 18px;
    	margin: 0;
    }
    .ct_user_status {
        grid-area: right;
        justify-self: right;
    }
    .ct_local_branch_details {
        grid-area: left;
        justify-self: left;
    }
	.ct_local_branch_details a {
        font-size: 14px;
    }
    .ct_user_status a {
    	font-size: 14px;
    }
    .ct_user_status a i {
        margin-right: 6px;
    }
    #loyalty_points {
        border: none;
        border-top: 1px solid white;
    }
    #third_section {
        border-bottom: none;
    }    
    #line_between_loyalty {
     	display: block;   
    }
    .menu-title {
        margin-top: 54px;
        color: white;
        letter-spacing: 2px;
        margin-bottom: 32px;
        margin-top: 28px;
        border-top: 1px solid #5a5a5a;
        padding-top: 26px;
        font-size: 64px;
    }
    .checkout_title {        
        font-size: 72px;
        margin-bottom: 24px;
        margin-top: 24px;        
        padding-top: 10px;        
    }    
    
     /* NEW STYLES TEST */
    header .navbar-inner {
    position: absolute;
        right: 0;
	}
    .home header{
     	margin-bottom: 80px;   
    }
    body:not(.home) header{
    	margin-bottom: 20px;   
    }
    
    
    header .navbar .btn-navbar .icon-bar {
        width: 50px;
        height: 5px;
        margin-bottom: 2px;
        border-radius: 5px;
    }
    .navbar .btn-navbar {
        display: initial;
    }
    
    
    /* END NEW STYLES TEST */
    
    
}
@media screen and (min-width: 1100px) {
    #myCarousel .item.active {
    	justify-content: left;
    }
    #loyalty_points > img {
        border-top: 1px solid white;
        width: 100%;
    }
	#loyalty_points > div {
        margin: auto;
        margin-bottom: 24px;
    	margin-top: 24px;
        max-width: 1200px;
        display: flex;
        align-items: center;
    	justify-content: center;
    }
    .mod_postcode_box, #myCarousel {
        margin-left: 46px;
    }
    #left_side_firstsection #base_text_firstsection, #right_side_firstsection #base_text_firstsection, #base_text_postcode, #base_text_discount, #base_text_fifthsection {        
        height: 100%;
        display: flex !important;
    	flex-direction: column-reverse;
    	justify-content: space-between;
        padding: 0px 0;        
        align-items: center;        
        width: 100px;
    }
    #base_text_fifthsection {
        right: 0;
    	left: unset;
    }
    #base_text_discount, #base_text_postcode {
        background: black;                   
    }
    #base_text_discount {
        border-left: 1px solid white;
    }
    #base_text_postcode {
        border-right: 1px solid white;
    }
    #base_text_postcode p {
        color: #1BC933;
        font-weight: 100;
        letter-spacing: 2px;
    }
    #right_side_firstsection #base_text_firstsection {
        left: unset;
    }
    #base_text_firstsection p, #base_text_firstsection a, #base_text_postcode a, #base_text_postcode p, #base_text_discount a, #base_text_discount p, #base_text_fifthsection a, #base_text_fifthsection p {
        transform: rotate(-90deg);
        width: max-content;
        padding-top: 0;
    }
    #base_text_firstsection p, #base_text_postcode p, #base_text_discount p, #base_text_fifthsection p {
        padding-left: 130px;
        padding-right: 0;
        width: max-content;
        margin: 0;
    }
    #base_text_firstsection a, #base_text_postcode a, #collection_line, #base_text_fifthsection a {
        padding-right: 115px !important;
        padding-left: 0 !important;
        width: max-content !important;
    }
    #collection_line {
        padding-right: 145px !important;
    }
    #base_text_postcode p, #base_text_discount p {
        font-size: 21px;
    }   
    #leftside_orderhere_base, #rightside_orderhere_base, #line_between_loyalty {
        display: flex !important;
    }
    #line_between {
        transform: rotate(90deg);
        width: calc(9vw * 2);
    	height: 1px;
    }
    #line_between_loyalty {
		width: 220px;
    	height: 1px;
    	background: white;
    	margin: 0px 21px; 
        opacity: 1;
    }
    #base_text_postcode #line_between, #base_text_discount #line_between {
        width: 51px;
    	margin-bottom: -19px !important;
    	margin-left: -4px;
    }    
    #base_text_discount p {        
        font-weight: 100;
        letter-spacing: 2px;
    }
    #base_text_discount p:first-child {        
        color: white !important;
    }
    #base_text_discount #collection_line {        
        color: #F1C400;
    }    
    #leftside_orderhere_base img, #rightside_orderhere_base img {
        display: none;
    }
    #loyalty_points > div > p{
        max-width: unset;
        margin: 0;
    }
    #base_text_fifthsection #line_between {
     	margin-bottom: 18px;
    	margin-right: 4px;
    }
    #third_section_leftside #base_text_fifthsection {
        right: unset;
        left: 0;
    }
    #third_section_leftside .btn {
        display: flex !important;
    }
}
@media screen and (min-width: 1200px) {  
    #rayito_footer_nocolor  {
        display: flex;
    }
    header {
        max-width: 1330px;
    }
    footer > img {
        height: 150px;
        width: 400px;
        max-width: unset;
    }
    footer > img:not(.home footer > img) {
        height: auto;
    	width: 180px;
    }
    footer .span4.vendor, .span4.tc.cards {
        margin: 0;
    }
    #footer__grid__section article > h2,#footer__grid__section article > p {
        text-align: left;
        margin-left: 0;
    }     
    #footer__grid__section article > p {
        margin-top: 6px;
    }
    footer > .row-fluid {
        align-items: flex-start;
    	text-align: left;
    }
    header .nav>li>a {
    	font-size: 18px;    
    }   
    /* TEMP REMOVAL
    header .nav>li.menu {
        margin-left: 120px;
    }
    header .nav>li.members {
        margin-right: 240px;
    }
    */
    header #opening-status {
		font-size: 16px;     	   
    }
    .ct_local_branch_details small a {
     	font-size: 16px;   
    }
    footer {
        display: flex;
    	align-items: center;
    	justify-content: space-between;
    }
    #footer__grid__section {
        width: 85%;
    	gap: 5px 25px;
    	padding: 0 2em 0 4em;
    }
}
@media screen and (min-width: 1300px) {}
@media screen and (min-width: 769px) and (max-width: 1400px) {
	.ctl-pointsoptions .btn-link {
        font-size: 10px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
        width: 1400px;
    }   
	#base_text_firstsection p, #base_text_firstsection a, #base_text_fifthsection a, #base_text_fifthsection p {
        font-size: 16px;
    }
    #base_text_firstsection a, #base_text_fifthsection a {
        padding-right: 150px !important;
    }     
    #base_text_firstsection p, #base_text_fifthsection p {
        padding-left: 155px;
    }
    #line_between {
        width: calc(11vw * 2);
    }
}
@media screen and (min-width: 1550px) {    
     #leftside_rayo, #rightside_rayo {
    	display: flex !important;
        padding: 0 30px;
        align-items: center;
        width: 330px;
    }
    .enter_your {
        margin-bottom: 24px;
    }
    #orderhere_postcode {
        margin-bottom: 14px;
    }
    .input_btn_postcode_base {
        margin-bottom: 18px;
    }
    .description_postcode {
        
    }
    #leftside_rayo img, #rightside_rayo img {
         width: fit-content;         
    }
    #base_text_postcode {
         border-left: 1px solid white;
    }
    #base_text_discount {
         border-right: 1px solid white;
    }
}
@media screen and (min-width: 1600px) {
    #third_section_rightside_textbase, #third_section_leftside .btn, #fifth_section_rightside_textbase {
    	margin: 50px 100px;
    }    
    #fifth_section_rightside_textbase {
        margin-bottom: 100px;
    }
}
@media screen and (min-width: 1800px) {
    #myCarousel .item > img {
        display: flex !important;        
    	margin-left: 25px;
        margin-top: 90px;
    }
    #base_text_firstsection a, #base_text_fifthsection a {
        padding-right: 165px !important;
    }
    #base_text_firstsection p, #base_text_firstsection a, #base_text_fifthsection a, #base_text_fifthsection p {
        font-size: 20px;
        letter-spacing: 1px;
    }
    #line_between {
        width: calc(11vw * 2);
        margin-bottom: 30px !important;
        margin-left: -5px;
        margin-right: 0px !important;
    }
    #base_text_firstsection p, #base_text_fifthsection p {
        padding-left: 205px;
    }
    #myCarousel .item.active {
        margin-left:0;
    }
    .carousel-caption.span8 {
        width: 56%;
    }    
}
@media screen and (min-width: 1980px) {
    .mod_postcode_box, #myCarousel {
        margin-left: 50px;
    }

    #orderhere_postcode {
        font-size: 105px;
    	margin-bottom: 26px;
    	margin-top: 76px;
    }
    .enter_your {
        font-size: 26px;
    }
    #mod_postcode_box_pc {
        font-size: 28px;
        height: 34px !important;
        padding-top: 8px !important;
    }
    .input_btn_postcode_base .btn-group button {
        padding: 6px 12px 6px;
    }
    .input_btn_postcode_base .btn-group button p {
        padding-top: 2px;
        font-size: 28px;
    }
    .input_btn_postcode_base .btn-group button img {
        width: 32px;
    }
    .description_postcode {
        font-size: 16px;
        max-width: 420px;
        margin-bottom: 70px;
        margin-top: 32px;
    }
        .input_btn_postcode_base {
        max-width: 450px;
        height: 30px;
    }
    #carousel_title {
        max-width: unset;
    	margin-top: 65px;
        font-size: 76px;
    }
    #next_online_order {
        margin-top: 28px;
        font-size: 25px;
        margin-bottom: 12px;
    }
    #carousel_description {
        max-width: 320px;
        font-size: 19px;
        line-height: 24px;
        margin-left: 0;
    }
    #carousel_link {
        font-size: 22px;
    }
    #next_online_order {
     	font-size: 20px;
    }
}
@media screen and (min-width: 2200px) {
    .home .inner-wrapper {
        max-width: 1900px;
    	margin: auto;
    	border: 1px solid white;
    }
    #rayito_footer_nocolor { 
        display: none;
    }
    #line_between {
        width: 400px;
    }    
    .postcode_base {
		height: 400px;     	   
    }
}

h2.enter_your,
.input_btn_postcode_base,
.description_postcode {
 	display: none;   
}
.mod_postcode_box .btn {
 	display: initial;
    border: 1px solid #1BC933;
}
.mod_postcode_box p {
    margin: 11px 0 23px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    max-width: 285px;
}
@media (max-width: 979px) and (min-width: 768px) {
    .mod_postcode_box {
        padding-left: 15px;
        box-sizing: border-box;   
    }
}
@media (max-width: 767px) {
    .mod_postcode_box p {
        margin: 15px auto 20px;     
    }
    #myCarousel {
     	margin-top: 20px;   
    }
}
@media (max-width: 480px) {
 	.carousel-caption {
     	height: 350px;   
    }
}

#home_intro {
    border-bottom: 1px solid white;
    border-top: 1px solid #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0px;
}
#home_intro p {
    font-size: 16px;
    font-weight: 100;
    max-width: 750px;
    margin: 0px auto;
    letter-spacing: 2px;
}
#home_intro h2 {
 	letter-spacing: 3px;
    font-size: 56px;
    text-transform: uppercase;
}
#home_intro h4 {
 	font-size: 34px;   
}
.text_yellow {
    color: #F1C400;
}
@media (max-width: 767px) {
    #home_intro {
     	padding-left: 20px;
        padding-right: 20px;
    }
    #home_intro h2 {
        font-size: 42px;
    }
}
#mod_accepted_payment_icons_footer img {
    max-width: 38px;
}

.booking_content {
    text-align: center;
}
.booking_content h1 {
    color: #FFFFFF;
    }

.home #all_you_can_eat_section {
    background: #efc400;
}
.home #all_you_can_eat_section p {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home #all_you_can_eat_section span {
    color: #2474cb;
}
.home #all_you_can_eat_section .btn {
    margin: 0px 5px;
}
.home #all_you_can_eat_section .btn-info {
    background: #1b75c9;
}
.home #all_you_can_eat .btn-purple {
    background: #B66AF9;
}
.home #all_you_can_eat .btn-purple:hover, .home #all_you_can_eat .btn-purple:focus {
 	background: #B66AF9;
}

@media (max-width: 1099px) {
 	.home #all_you_can_eat {
        text-align: center;
        text-transform: uppercase;
        padding: 20px;
    }
    .home #all_you_can_eat .line_between_loyalty {
        display: none;
    }
    .home #all_you_can_eat a {
        display: block;
        margin: 10px auto !important;
    }
}
@media (min-width: 1100px) {
    .home #all_you_can_eat {
        margin: auto;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: center;   
    }
    .home #all_you_can_eat_section {
     	padding: 25px 0px;   
    }
    .home #all_you_can_eat .line_between_loyalty {
     	width: 140px;
        height: 1px;
        background: white;
        margin: 0px 21px;
        opacity: 1;   
        display: flex !important
    }
}
@media (min-width: 1200px) {
    .home #all_you_can_eat_section p {
        font-size: 20px;
    }
}
header .pdf_icon {
    width: 22px;
}

.all-you-can-eat h1 {
    text-transform: uppercase;
}
.all-you-can-eat h2 {
 	color: #F1C400;   
}
.purple {
    color: #b66af9;
}
.all-you-can-eat .items {
 	color: #FFFFFF;
    font-size: 18px;
}
.all-you-can-eat .btn {
    margin-top: 20px;
}

.category_divider {
    background: #b162fc !important;
    text-align: center;
    padding: 5px 5px 2px;
    color: #FFF;  
    h4 {
        text-transform: uppercase;
    }
}