@import url(https://fonts.googleapis.com/css?family=Gabarito|Madimi+One|Madimi+One|Madimi+One|Madimi+One);

body .visible-slough { display:none !important; } 
body .hidden-slough { display:inherit !important; } 
body.shop_slough .hidden-slough { display:none !important; }
body.shop_slough .visible-slough { display:inherit !important; }

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

body {
	color: #000000;
	font-family: 'Gabarito';
	font-size: 16px;
}
h1 {
	font-family: 'Madimi One';
	font-weight: normal;
}
h2 {
	font-family: 'Madimi One';
	font-weight: normal;
}
h3 {
	font-family: 'Madimi One';
	font-weight: normal;
}
h4 {
	font-family: 'Madimi One';
	font-weight: normal;
}
body {
	background-color: #ffffff;

	background-image:none;

	background-attachment: scroll;
}

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

	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: 10px 0px;
}
.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;
}
.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: 18px !important;
    text-decoration: underline;
    padding: 9px 12px 9px;
}
.checkout #loginSignin, .checkout #ctl-forgotPassword {
    width: 100%;
    margin-bottom: 5px;
}
.btn, .btn:hover, .btn:focus {
    border: none;
}
.btn-option {
    height: auto !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;
    padding: 0 10px 4px !important;
    margin-top: 2px !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 !important;
    opacity: 0.8;
}
header .navbar {
    margin-bottom: 0px !important;
}
header .navbar-inner {
    background: transparent;
    border: none;
    box-shadow: none;
}
.home header .right_column {
 	background: url('/myimages/1219/pc_homehero_icon.png') no-repeat;
    background-position: right -15px center;
}
#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;
}
.website-image img {
    border-radius: 20px;
}
#responsive-food-menu .ctrl-mob-nav-search {
    box-shadow: none;
}
#responsive-food-menu.affix {
    left: initial;
}
.contact-us .box-opening-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, 
.voucher_box .success span, 
#basket-container hr, header .brand, body:not(.home) .ct_header_row,
.home #headerLogo, .home #headerLogoMobile, .carousel-caption,
.mod_postcode_box .col1,
footer .social_media_links a small,
.home_social {
    display: none !important;
}

/* GLOBAL */

* {
    box-sizing: border-box;
    font-style: normal; 
    line-height: 110%;
    text-shadow: none;
}
body {
    padding: 0;
}
#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 {
}
a:hover, a:focus {
}
em {
}
h4, h5, h6,
.btnText, #responsive-food-menu .brand,
header .nav a,
.text_status,
.page_menu .ui-tabs .ui-tabs-nav li a,
legend{
    font-family: "Madimi One", sans-serif;
    font-weight: normal;
}
.special_font {
    font-family: "duffy-script", sans-serif;
    line-height: 110%;
    font-weight: bold;
}
.iconRow .social_media_links a {
 	font-family: 'Gabarito' !important;   
}
.mod_postcode_box .lead h3, .mod_postcode_box .lead .homeRed {
    font-weight: 700 !important;
    line-height: 125%;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #6e6e6e;
    border: none;
    color: #ffffff;
}
.home h2, .home h3 {
    line-height: 1em;
}
.home h3  {
    color: #000000;
}
h1 {
 	font-size: 60px; 
    line-height: 110%;
}

/* SITE WIDTH */
.ct_details_bar, #body, #responsive-food-menu {
    max-width: 1170px;
    margin: 0 auto;
}
footer .row-fluid, .home .main, .navbar-inner .container,
.loyaltySection, .loyaltySectionInner, .loyaltySectionInner .row-fluid, 
.contactSection, .contactSectionInner.container, .contactSectionInner .row-fluid {
    max-width: 1640px;
    margin: 0 auto;
    width: 100%;
}
header, .page_home #body, .postcodeSection, .home .main,
.welcomeSection, .welcomeSectionInner, .welcomeSectionInner .row-fluid, 
foodSection, .ct_header_row {
    max-width: 2000px !important;
    margin: 0 auto;
    width: 100%;
}
/* COLOURS */
.btn-success, 
#opening-status.status-OPEN, 
#editProductModal .btn-group>.dropdown-toggle.btn-success, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success {
    background: #0E8936 !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: #12923c !important;
    color: #FFFFFF !important;
}
.text-success, .loyalty-card>div .loyalty-value, .text_status.OPEN {
    color: #0E8936 !important;
}
.alert-success, .label-success, .badge-success {
    background: #65e565 !important;
    color: #000000 !important;
}

.btn-primary {
    background: #1e8bf4 !important;
    color: #FFFFFF !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #1980e4 !important;
    color: #FFFFFF !important;
}
.text-primary {
    color: #1c43f5 !important;
}
.alert-primary, .label-primary, .badge-primary {
    background: #0969ad !important;
    color: #FFFFFF !important;
}

.btn-info, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info {
    background: #14a5e8 !important;
    color: #FFFFFF !important;
}
.btn-info:hover, .btn-info:focus, .btn-group.open .btn-info.dropdown-toggle, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info:hover, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info:focus, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info:hover, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info:focus {
    background: #1cadef !important;
    color: #FFFFFF !important;
}
.text-info {
    color: #14a5e8 !important;
}
.alert-info, .label-info, .badge-info {
    background: #80d7ff !important;
    color: #000000 !important;
}

#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger),
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger) {
    background: #000000;
    color: #FFFFFF;
}
#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):hover,
#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):focus,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):hover,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):focus {
    background: #4e4e4e;
    color: #FFFFFF;
}

.btn-danger, .modal-footer button:first-of-type, 
#opening-status.status-CLOSED, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger,
#ctl-resetPassBtnCancel {
    background: #E62D2B !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,
#ctl-resetPassBtnCancel:hover, #ctl-resetPassBtnCancel:focus {
    background: #ef3735 !important;
    color: #FFFFFF !important;
}
.text-danger, .text-error, .text_status.CLOSED  {
    color: #E62D2B  !important;
}
.alert-danger, .label-danger, .badge-danger, .alert-error {
     background: #a70000 !important;
    color: #FFFFFF !important;
}

.btn-warning {
    background: #F55B29 !important;
    color: #FFFFFF !important;
}
.btn-warning:hover, .btn-warning:focus {
    background: #E85525 !important;
    color: #FFFFFF !important;
}
.text-warning, em {
    color: #F55B29 !important;
}
.alert-warning, .label-warning, .badge-warning {
    background: #af5a03 !important;
    color: #FFFFFF !important;
}

.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse {
    background: #000000 !important;
    color: #FFB127 !important;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #242323 !important;
    color: #FFB127 !important;
}
.text-inverse {
    color: #242323 !important;
}

.btn-yellow {
 	background: #FFB127 !important;
    color: #000000 !important;
}
.btn-yellow:hover, .btn-yellow:focus {
 	background: #eda627 !important;
    color: #000000 !important;
}
.text-yellow {
    color: #FFB127;
}

/* BUTTONS */

.btn {
    font-family: 'Madimi One', 'Arial', sans-serif !important;
    text-shadow: none;
    font-style: normal;
    font-size: 17px;
    padding: 9px 25px 9px;
    border-radius: 25px;
    text-transform: capitalize !important;
}
.btn-large {
    font-size: 25px;
    padding: 20px 40px 20px;
    border-radius: 30px !important;
    line-height: 1em;
}
.btn-small {
    padding: 3px 8px 4px;
}
.btn-small i {
    /*position: relative;
    top: 1px;*/
}
.btn-order {
 	position: relative;
    top: -7px;
}
.btn-option {
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: none !important;
}

/* DROPDOWN MENU */
.dropdown-menu {
    background: #000000;
    border: 0;
    padding: 0px;
}
.dropdown-menu>li {
    padding: 0px;
}
.dropdown-menu>li>a {
    /*font-size: 18px;*/
    padding: 5px 10px;
    color: #FFFFFF;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background: #202020;
}

/* 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: 'Madimi One', 'Arial', sans-serif !important;
    box-sizing: border-box;
    height: 38px;
    color: #000000;
}

/* WELLS */
.well {
    background-color: /*#F9F9F9;*/ #ebebeb;
    border-radius: 20px;
}

.ui-tabs-menu {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    background: #F9F9F9;
}

/* LEGEND, UI-WIDGET */
legend {
    text-align: center;
    font-size: 26px;
    line-height: 110%;
    padding-bottom: 10px;
    color: #f35928;
    border-color: #000000;
}
.ui-widget-header {
    background: #000000;
    color: #FFFFFF;
}

/*--SYSTEM ALERTS**/
.well.sys-alert {
    text-align: center;
    color: #FFFFFF;
}
.well-small.sys-alert .lead {
    color: #FFFFFF;
}
.sys-message {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    border-radius: 0px !important;
}
.well-small.sys-alert.idx-4 .lead, .well.sys-alert.idx-4 button.close{
    color: #000000 !important;
}

/* MODALS */
.modal-header {
    background-color: #F55B29;
    color: #ffffff;
}
.modal-header h3 {
 	 color: #ffffff !important;   
}
.modal-body {
    background: #FFFFFF;
    color: #000000;
}
.modal-footer {
    background: #2b2828;
    color: #fff;
    opacity: 1;
    border-radius: 0px;
}
.modal-footer h3 {
 	position: relative;
    top: 3px;
}
.modal-footer h3,
.modal-footer h3 span {
    font-size: 20px;
    line-height: 110%;
}
.modal-body .well {
    background: #f5f5f5 !important;
    color: #000000;
}
.modal .dropdown-menu {
    min-width: 50px;
}

/* CARETS */
header .navbar .caret {
    border-top-color: #000000 !important;
    transition: transform 0.3s;
    margin-top: 14px !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: #F55B29 !important;
}
#editProductModal .btn-info .caret, #editSpecialDealModal .btn-info .caret {
    margin-top: 9px;
    border-top-color: #FFFFFF;
}
#editProductModal .btn-option .caret, #editSpecialDealModal .btn-option .caret {
    margin-top: 6px;
    border-top-color: #FFFFFF;
}

/* HEADER SECTION */
#opening-status {
    border: none;
    background: none;
    margin-left: 0px;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}
.text_status {
    font-size: 22px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

/* NAV SECTION */
header .navbar a {
    text-shadow: none !important;
}
header .navbar .container {
    display: flex;
    justify-content: center;
}
header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
    color: #000000;
    font-size: 30px;
    font-style: normal;
}
header .navbar .nav>.active>a, header .navbar .nav>.active>a:focus, header .navbar .nav>.active>a:hover, header .navbar .nav>li>a:focus, header .navbar .nav>li>a:hover, header .navbar .nav li.dropdown.open>.dropdown-toggle, header .navbar .nav li.dropdown.active>.dropdown-toggle, header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #F55B29;
    background-color: transparent;
    box-shadow: none;
}
header .navbar .nav>li>a {
    padding: 40px 45px 40px;
}
.header-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-icons img {
 	transition: all 0.3s;   
}
.header-icons img:hover {
    transform: translateY(-1px);
}
#openstatusimg, #facebookimg, #instagramimg, .header-login {
    padding: 43px 6px;
}
/* FOOTER SECTION */
.label-copyright {
    color: #FFFFFF;
    font-size: 20px;
}
.label-copyright .label-company {
    color: #F55B29; 
}
.label-copyright a {
    color: #FFB127;
    text-decoration: underline;
}
.label-copyright a:hover, .label-copyright a:focus {
    color: #F2A721;
}
footer .row-fluid {
    padding: 30px 0px;   
}
footer {
    background-color: #000000;
    margin-top: 0px;
}

/* POSTCODE BOX */
#mod_postcode_box_pc {
    line-height: normal !important;
    vertical-align: middle !important;
    background-color: #DDD8CC;
    width: 498px;
    height: 70px;
    margin-bottom: 25px;
    border-color: transparent;
    box-shadow: none;
    border-radius: 30px !important;
    font-size: 30px;
    font-weight: 700;
}
#mod_postcode_box_pc::placeholder {
    color: #a29999 !important;
    font-weight: 700;
    line-height: 110%;
}
.ct_header_row p  {
    font-size: 22px !important;
    font-weight: 500 !important;
    text-align: center;
}
.ct_header_row p span  {
    color: #BFB8A6 !important;
    font-weight: 500 !important;
}
#home-order-buttons {
    margin-bottom: 20px;
}

/* MENU PAGE */
#responsive-food-menu .brand {
    color: #ffffff;
    font-size: 25px;
}
#responsive-food-menu.navbar {
    background-color: #000000;
}
.navbar-search {
    margin-bottom: 5px;
}
.how-im-ordering {

}
.how-im-ordering-menuname {

}
.how-im-ordering small {

}
.row-product h5 {
	font-size: 18px;
    font-weight: 700 !important;
}
.cat-desc {
    text-shadow: none;
    font-size: 18px;
    line-height: 110%;
}
#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 {
}
.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: #FFB127;
    color: #000000 !important;
}
.ui-tabs .ui-tabs-nav li {
    background: #f55b29;
    padding-right: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover, .page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #e95525;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #FFFFFF;
    font-size: 18px;
}
#menu-search-box {
    width: 224px;
    border-radius: 30px;
    height: 38px;
}
.menu-selection h3 {
    text-align: center;
    text-shadow: none;
}
#zp-offcanvas-menu .uk-offcanvas-bar {
    background: #f55b29;
}
#zp-offcanvas-menu .uk-nav-offcanvas>li>a {
    color: #FFFFFF;
    font-size: 16px;
}
#zp-offcanvas-menu .uk-nav-offcanvas>li>a:hover,
#zp-offcanvas-menu .uk-nav-offcanvas>li>a:focus {
    background: #e45222;
}
#zp-offcanvas-menu h3 {
    color: #ffad14 !important;
}
#zp-offcanvas-basket .uk-offcanvas-bar {
    background: #ffffff;
}
.popover .popover-title {
    background: #ff5200;
    color: #FFFFFF !important;
    font-size: 16px !important;
}
.popover .popover-content {
    color: #000000;
}
.modal-body .type-choose-one .dropdown-toggle {
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: 100%;
}
.product-container-panel .ui-widget-header {
 	padding: 6px 10px !important;
    font-size: 20px;
    line-height: 110%;
    font-weight: normal;   
}

/* CHECKOUT PAGE */
#dlgResetPassword .btn {
    padding: 9px 20px 9px;
}
.checkout h2, .contact-us h1 {
    color: #000000;
    font-size: 40px;
    line-height: 110%;
}
.checkout h4, .checkout h5 {
    font-size: 24px !important;
    line-height: 110%;
}
.checkout .well-basket {
    background: #000000 !important;
    padding: 15px;
}
#basket-container {
    background: #ffb127 !important;
    padding: 15px;
}
.checkout .well-basket .blockUI .muted {
 	color: #999999;
}
.checkout .well-basket .muted,
.checkout .well-basket small {
    color: #FFFFFF;
}
.checkout .well-basket h4 {
 	color: #FFFFFF;   
}
.checkout .product-basket th,
.checkout .product-basket td  {
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.checkout .loyalty-description h2 {
    font-size: 30px;
    color: #FFB127;
}
.well-basket .text-success {
    color: #1abe50 !important;
}
.well-basket .text-info {
    /*color: # !important;*/  
}
.well-basket .text-error,
.well-basket .text-danger{
    color: #ff5654 !important;
}

/*LP*/
.loyaltypoints_box {
    background: rgb(255,177,39) !important;
    background: linear-gradient(123deg, rgba(255,177,39,1) 2%, rgba(247,204,97,1) 99%) !important;
}
.loyaltypoints_box .ui-widget-header {
    background: #E62D2B !important;
    color: #FFFFFF !important;
    border: none;
    font-size: 16px;
    padding: 5px;
}
.loyaltypoints_box .row-credits .well-white {
    color: #000000;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-radius: 0;
    padding: 10px;
}
.loyaltypoints_box .row-credits .col-equals .well {
    color: #000000;
}

/* MEMBERS PAGE */
body:not(.home):not(.menu) #body {
    padding: 50px 0px 30px;
}
.menu #body {
    padding: 20px 0px 30px;
}
.nav-list>li>a {
    text-shadow: none;
    color: #000000;
}
.nav-list .nav-header{
    color: #ef5325;
    text-shadow: none;
    font-size: 18px;
}
.nav-list>.active>a>[class^="icon-"], 
.nav-list>.active>a>[class*=" icon-"],
.nav-list>.active>a, 
.nav-list>.active>a:hover>[class*=" icon-"],
.nav-list>.active>a:focus>[class*=" icon-"],
.nav-list a:hover>i, 
.nav-list a:focus>i {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png") !important;
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus, .nav-list a:hover, .nav-list a:focus  {
    background: #ffad12 !important;
    color: #FFFFFF !important;
}
.hero-unit {
    background: #f55b29;
    color: #ffffff;
}
.hero-unit a {
    color: #FFFFFF; 
    text-decoration: underline;
}
.hero-unit a:hover, .hero-unit a:focus {
 	color: #f1f1f1;
}
.hero-unit h1 {
 	color: #FFFFFF;   
}
.information table {   background: #fff !important;
}
.members .btn-group .btn.dropdown-toggle {
    background-color: #fff !important;
    background-image: none;
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: 8px 6px;
}
.btn-group.ctl-toggle-columns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.btn-group.ctl-toggle-columns .btn {
    padding: 8px 12.5px !important;
}
.section-sales-reports .btn-primary:not(.active) {
    background: #31517d !important;
}
/* MEMBERS PAGE ORDER NOW BLOCK BUTTON */
.page_members .btn.btn-block.btn-large.btn-success {
    margin-bottom: 25px;
}

/* CONTACT PAGE */

/* REVIEW ORDER PAGE */
.page-review-order .rating-row small.muted {
    color: #524c4c;
}
.page-review-order .page-header{

}

/* 404 PAGE */
.page_error-404 h2, .page_error-404 h3, .page_error-404 #body p {
    color: #000000;

}

/* ORDER CONFIRMATION PAGE */
.p-thanks-for,
.p-last-minute {

}

/* MENU SELECTION PAGE */
.menu-selection h1 {
    text-align: center;
    /*font-size: 40px;
    line-height: 110%;*/
}
.menu-selection h3 {
    text-align: center;
    /*font-size: 30px;
    line-height: 110%;*/
}

/* HOMEPAGE */
.loyaltySection, .welcomeSection, .contactText {color: #FFFFFF;}
.welcomeSection .special_font,
.contactSection .special_font {
 	font-size: 62px;   
}
.welcomeSection {
 	background: url('/myimages/1219/pc_homewelcome_icon.png') no-repeat;
    background-position: left -15px bottom;
}
.welcomeSection h4 {
 	color: #FFFFFF;   
}
.home h4 {  
    font-size: 30px;
}
.welcomeIcons a:hover, .welcomeIcons a:focus {
    color: #ffffff !important;
}
.homeRed {
    color: #E62D2B;
}
#logo, .loyaltyText, .welcomeText, #headerLogoMobile {
    text-align: center !important;
}
#logo_welcome {
 	max-width: 150px;
    margin: 10px auto;
}
.loyaltyText {
    padding: 50px 10px;
}
.welcomeText {
    padding: 90px 0;
    margin: 0 auto !important;
}
.welcomeIcons {
    display: flex;
    justify-content: space-around;
}
.welcomeDelivery img, .welcomeCollection img, 
.welcomeRewards img {
    transition: transform .5s ease;
}
.welcomeDelivery:hover img, .welcomeCollection:hover img, 
.welcomeRewards:hover img {
    transform: translateY(-7px);
}
.home #logo {
    margin: 20px 0 55px;
    position: relative;
}
#logo img {
    max-height: 500px;
}
#headerLogo img {
    height: 120px;
    margin-top: 5px;
}
#headerLogoMobile img {
    height: 140px;
    margin-top: -10px;
    margin-bottom: 5px;
}
.home .logo_text {
 	position: absolute;
    bottom: -40px;
    left: 55%;
    font-size: 69px;
}
body:not(.home) .logo_text {
    position: absolute;
    font-size: 20px;
    left: 40px;
    bottom: -15px;
}
#headerLogoMobile {
 	position: relative;   
}
#headerLogoMobile .logo_text {
    left: 50%;
}
.column_modules {
    margin: 0 auto !important;
}
.foodSection {
    background: url('/myimages/1219/zpos-bg-pc_homefood.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 652px;
}
.loyaltyImage {
    background: url('/myimages/1219/pc_homeloyalty.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.welcomeImage {
    background: url('/myimages/1219/pc_homewelcome.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    margin-left: 0px !important;
}
.loyaltySectionInner .flexWrap, .welcomeSectionInner .flexWrap, .contactSectionInner .flexWrap {
    display: flex !important;
}
.loyaltyText.span6, .welcomeText.span8 {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}
.welcomeSection, .loyaltySection {
 	background-color: #000000;   
}
.contactText {
    background-color: #f25b2e;
}
.loyaltySectionOuter,
.contactSectionOuter{
    padding-top: 108px;
    padding-bottom: 108px;
}
.loyaltySectionOuter {
    background: url('/myimages/1219/pc_homeloyalty_icon.png') bottom -10px right -37px no-repeat #F55B29;
}
.contactSectionInner, .loyaltyImage img {
    border-radius: 30px 0 0 30px;
}
.contactText {
    background-image: url("/myimages/1219/zpos-bg-pc_wraps.jpg") !important;
    background-position: bottom left;
    background-repeat: no-repeat;
    /*height: 770px;*/
    border-radius: 0 30px 30px 0;
}
.contactText p {
    margin-bottom: 40px !important;
}
.contactDetails hr {
    border-top: 2px solid #B2B2B2;
    border-bottom: 0;
    margin-bottom: 35px;
    margin-top: 20px;
}
.contactSectionOuter {
    background: url(/myimages/1219/zpos-bg-pc_homecontact_icon.png) no-repeat center bottom;
    background-size: contain;
}
.contactSectionInner {
    background-color: #F9F9F9 !important
}
.contactSectionButtons {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}
.contactSectionButtons .btn:first-child {
    margin: 20px 0;
}
.welcomeSection h2 {
    margin-bottom: 33px;
}
.loyaltySection h2, .contactSection h2 {
    margin-bottom: 20px;
}
.loyaltySection p {
    margin-bottom: 35px;
}
.contactSection p, .welcomeSection p {
    margin-bottom: 55px;
}
.contactDetails h3 {
    margin-bottom: 40px;
}
.contactDetails p {
    margin-bottom: 25px;
}
.contactDetails {
    padding: 60px 0 0 50px;
}
.btnText {
    font-size: 25px;
    text-transform: capitalize !important;
    color: #fff;
    text-decoration: underline;
}
.buttonRow .btn:first-child {
    margin-right: 15px;
}
.ct_header_row .btnText {
    font-size: 22px !important;
    color: #c4bdac !important;
}
.ct_header_row .btnText:hover,
.ct_header_row .btnText:focus {
    color: #b8b09e !important;
}
.btnText:hover, .btnText:focus {
    color: #e8e7e7 !important;
}
.iconRow {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.iconRow p {
    margin-top: -10px;
    margin-left: 10px;
}
.iconRow.social small {
    margin-top: -10px;
    margin-left: 15px;
}
.iconRow.social small {
 	font-size: 100%;   
}
.iconRow a {
    color: #000000 !important;
}
.iconRow a:hover, .iconRow a:focus {
    color: #3e3c3c !important;
    text-decoration: underline !important;
}
.iconRow .social_media_links {
 	width: 100%;   
}
.iconRow .social_media_links a {
 	display: flex;
    align-items: center;
    padding: 0px;
}

.facebookIcon, .locationIcon, .mailIcon, .phoneIcon, .instagramIcon {
    margin-right: 10px;
}
.locationIcon, .phoneIcon {
    margin-right: 5px;
    margin-top: -5px;
}
.iconRow.social img {
    margin-right: 10px;
    margin-top: -5px;
}
.instagramIcon {
    margin-right: 8px;
    margin-top: -5px;
}
.facebookIcon {
    margin-top: -10px;
}
.instagramIcon{
    width: 21px;
}
#instagramimg  {
    width: 40px !important;
}
.ct_header_row .locationIcon, .ct_header_row .userIcon {
    margin-right: 12px;
}
.header-login::marker, .facebookNavIcon::marker, .instagramNavIcon::marker, .openstatus::marker {
    color: transparent;
}
.header-icons-mobile {
    display: flex !important;
    text-align: center;
    margin: 0 auto !important;
    justify-content: center !important;
    align-items: center !important;
}

/* SLIDESHOW */
.carousel-control {
    color: #FFFFFF !important;
    background: none;
    border: none;
    font-size: 80px;
}

/* TERMS AND CONDITIONS PAGE */

/* SOCIAL MEDIA */
.btn-instagram.btn-primary, .btn-facebook.btn-primary {
    background: transparent !important;
    border: none;
    box-shadow: none;
}

/* MEDIA QUERIES */
@media (min-width: 2000px) {
 	.carousel-indicators {
     	right: 35px;   
    }
}
@media (max-width: 1800px) {
    /*.home #logo {
        margin: 30px 0 0px;
    }*/
    #logo img {
        max-height: 278px;
    }
    .home .logo_text {
        font-size: 55px;
        bottom: -35px;
    }
}
@media (min-width: 1700px) {
    .contactText {
        padding: 85px 64px 85px 0px !important;
    }
}
@media (min-width: 1601px) {
    .home h2:not(.sys-alert h2) {
        font-size: 70px;
    }
    .home h3:not(.sys-alert h3) {
        font-size: 55px;
    }
    .home p:not(.sys-alert p),
    .iconRow.social small {
        font-size: 30px;
    }
    .contactText p {
        width: 41%;
        margin: 0 auto;
        margin-right: 0;
    }
}
@media (max-width: 1600px) {
    /*#logo img {
        max-height: 200px;
    }*/
    .ct_header_row {
        display: flex;
    }
    .ct_header_row .right_column.span5, .contactText.span8 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .welcomeSection .special_font, .contactSection .special_font {
     	font-size: 42px;
    }
    footer .row-fluid {
     	padding: 30px 20px;   
    }
}
@media (min-width: 1500px) {
    .welcomeText p {
        width: 72%;
    }
    .loyaltyText p {
        width: 90%;
    }
}
@media (max-width: 1600px) and (min-width: 1201px) {
    .home h3:not(.sys-alert h3){
        font-size: 35px;
    }
    .home h2:not(.sys-alert h2) {
        font-size: 50px;
    }
    .home p:not(.sys-alert p), .home h4:not(.sys-alert h4), .iconRow.social small{
        font-size: 25px;
    }
    .home #logo {
        margin: 0px auto 50px;
    }
    #home-order-buttons {
        margin-bottom: 15px;
    }
    .mod_postcode_box {
        margin-bottom: -20px;
    }
    .right_column.span5 p:nth-of-type(2) {
        margin-top: -10px !important;
    }
    .contactText p {
        width: 46%;
        margin: 0 auto;
        margin-right: 0
    }
    .contactText {
        background-position: bottom -75px left -75px;
        background-size: 83%;
    }
}
@media (max-width: 1400px) {
 	#logo img {
        max-height: 200px;
    }
    .home .logo_text {
        font-size: 40px;
        bottom: -25px;
    }
}
@media (max-width: 1300px) and (min-width: 1201px) {
}
@media (min-width: 1201px) {
    .members .input-append .btn:last-child {
        border-radius: 0 30px 30px 0;
    }
    .ctBar p:not(:last-child) {
     	margin-bottom: 15px;   
    }
}
@media (max-width: 1200px) {
    #responsive-food-menu.affix {
        left: 0;
    }
    #responsive-food-menu .btn-navbar.ctrl-mob-nav-search {
        margin-top: 5px !important;
    }
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 20px;
    } 
    .members #frmRegister #ctl-lookupAddress, 
    .members #frmLogin #ctl-forgotPassword {
        display: block;
    }
    .members #frmRegister #registerPostcode, 
    .members #frmLogin #loginPassword {
        width: 206px;
    }
    body:not(.home) #body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .home .btn-large {
        font-size: 20px;
        padding: 16px 32px 16px;
    }
    .btnText {
     	font-size: 20px;   
    }
    .buttonRow .btn,
    .buttonRow .btn:first-child {
     	margin-right: 0px;   
    }
    .contactDetails .facebookIcon {
        width: 15.48px !important
    }
    .contactDetails .locationIcon {
        width: 21.3px !important
    }
    .contactDetails .mailIcon {
        width: 21.5px !important
    }
    .contactDetails .phoneIcon {
        width: 21.23px !important
    }
    .home #logo {
        margin: 0px 0 40px;
    }
    .right_column.span5 {
        margin: 0 auto;
    }
    .home h2 {
        margin-top: 0;
    }
    .label-copyright {
        font-size: 18px;
    }
    .ct_header_row p,
    .ct_header_row .btnText {
        font-size: 18px !important;
    }
    .welcomeSection .special_font, .contactSection .special_font {
        font-size: 32px;
    }
    .contactDetails {
        padding: 40px 0 0 50px;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    header .navbar .nav>li>a {
        padding: 50px 20px 40px;
    }
    #openstatusimg, #facebookimg, .header-login {
        padding: 50px 6px;
    }
    .iconRow p {
        margin-top: 0px;
        margin-left: 5px;
    }
    .contactDetails h3 {
        margin-bottom: 30px;
    }
    .contactText p {
        width: 60%;
        margin: 0 auto;
        margin-right: 0;
    }
    .home h3:not(.sys-alert h3){
        font-size: 30px;
    }
    .home h2:not(.sys-alert h2){
        font-size: 40px;
    }
    .home p:not(.sys-alert p), .home h4:not(.sys-alert h4), .iconRow.social small {
        font-size: 20px;
    }
    .contactText {
        background-position: bottom left -100px;
        background-size: 80%;
    }
    #home-order-buttons .btn:nth-of-type(2) {
        margin-left: 8px;
    }
    #home-order-buttons {
        margin-bottom: 10px;
    }
    header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
        font-size: 24px;
    }
    #logo img {
        max-height: 170px;
    }
    .home .logo_text {
        font-size: 35px;
        bottom: -20px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    #mod_postcode_box_pc {
        padding: 10px 13px 10px;
        height: 48px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    #home-order-buttons .btn {
        padding: 14px 32px 14px; 
    }
    .foodSection {
        height: 500px;
    }
}
@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;
    }
    ul.header-icons-mobile {
        display: none !important;
    }
    .contactText {
        text-align: right;
        padding: 85px 45px 85px 0px;
    }
    header .dropdown-menu {
        left: 50%;
        transform: translate(-50%, -20px); 
    }
    header .dropdown-menu a {
     	font-size: 22px; 
        line-height: 110%;
    }
}
@media (max-width: 979px) {
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 22px;
    }
    .trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    header .navbar-inner{
        position: relative;
    }
    header .navbar .btn-navbar {
        display: block;
        background: none;
        position: absolute;
        right: 0;
        top: 5px;
        background-color: transparent !important;
    }
    header .navbar .btn-navbar .icon-bar {
        width: 30px;
        height: 3px;
        background-color: #000000;
        box-shadow: none;
        margin: 5px 0;
    }
    header .navbar .nav>li>a {
        padding: 20px 0px 20px;
    }
    header .nav.main-menu {
        text-align: center;
    }
    header .navbar .container {
        margin-top: 60px;
        background-color: #e1e1e1;
        width: 100%;
    }
    header .navbar .navbar-inner  {
        padding: 0;
        margin-bottom: 10px;
    }
    header .dropdown-menu>li>a:hover {
        color: #000000;
    }
    #openstatusimg, #facebookimg, .header-login {
        padding: 10px;
    }
    .header-icons {
        display: none !important;
    }
    .home h4 {
        font-size: 20px;
    }
    .welcomeText img {
        width: 130px;
    }
    .welcomeImage {
        background-position: center;
    }
    .buttonRow {
        display: flex;
        flex-direction: column;
    }
    .buttonRow .btn-warning {
        margin-right: auto;
        margin-bottom: 10px;
    }
    .contactText {
        text-align: right;
        padding: 85px 25px 85px 25px;
    }
    .welcomeText, .loyaltyText {
        padding: 60px 10px;
    }
    .home p:not(.sys-alert p), .iconRow.social small {
        font-size: 16px;
    }
    .iconRow p, .locationIcon, .phoneIcon, 
    .mailIcon, .facebookIcon, .instagramIcon  {
        margin-top: 0px;
        margin-right: 5px !important;
    }
    .contactDetails {
        padding: 20px 0 0 25px;
    }
    .page_menu .btn.btn-navbar.btn-primary span {
        font-weight: 700 !important;
    }
    .page_information .btn {
        margin-bottom: 5px;
    }
    .buttonRow .btn:not(:last-child) {
     	margin-bottom: 10px;   
    }
    .welcomeSection .special_font, .contactSection .special_font {
        font-size: 26px;
    }
    header .navbar .dropdown-menu a {
     	font-size: 24px;
        color: #000000;
    }
    header .navbar .dropdown-menu a:hover,
    haeder .navbar .dropdown-menu a:focus {
     	color: #F55B29;
        background: transparent;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .home .header-icons-mobile {
        display: none !important;
    }
    #logo img {
        max-height: 125px;
    }
    .mod_postcode_box > .input-append {
        margin-bottom: -20px !important;
    }
    .contactText {
        background-position: bottom left -100px;
        background-size: 80%;
    }
    .contactText p{
        width: 72%;
        margin: 0 auto;
        margin-right: 0;
        margin-bottom: 20px !important;
    }
    .home .logo_text {
        font-size: 30px;
        bottom: -20px;
    }
    .home #logo {
        margin: 0px 0 35px;
    }
    .ct_header_row p, .ct_header_row .btnText {
        font-size: 16px !important;
    }
}
@media (min-width: 768px) {
    .loyaltyImage {
        border-radius: 30px 0 0 30px;
    }
    .loyaltySection, .contactSection {
        border-radius: 30px;
    }
}
@media (max-width: 767px) {
    .contactText {
        text-align: center;
        padding: 85px 10px;
        background-position: bottom 0px left -80px;
        background-size: 100%;
    }
    .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;
    }
    .block-terms-conditions, .block-website-help {
        margin-bottom: 25px;
    }
    .welcomeImage, .loyaltyImage, .foodSection {
        height: 400px;
    }
    .welcomeText {
        padding: 90px 10px;
    }
    .welcomeSectionInner .flexWrap, .contactSectionInner .flexWrap {
        flex-direction: column !important;
    }
    .loyaltySectionInner .flexWrap {
        flex-direction: column-reverse !important;
    }
    .ct_header_row {
        display: flex;
        flex-direction: column-reverse !important;
    }
    .ct_header_row .right_column {
        padding: 0 10px 20px 10px;
    }
    .btn.btn-order-option.home-delivery {
        display: block;
    }
    .contactText, .welcomeSection, .loyaltySection, 
    .contactSection, #mod_postcode_box_pc, .contactSectionInner, 
    .loyaltyImage img {
        border-radius: 0;
    }
    .contactText, .contactDetails {
        text-align: center;
    }
    .contactDetails {
        padding: 30px;
    }
    .contactSectionButtons {
        align-items: center;
    }
    .iconRow,
    .iconRow .social_media_links a {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .iconRow.social img {
     	margin-right: 0px;   
    }
    .contactDetails .phoneIcon,
    .contactDetails .locationIcon {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .contactDetails hr {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    #home-order-buttons .home-collection.btn-large {
        margin-bottom: 10px;
    }
    .header-icons-mobile{
        margin-top: -30px !important;
    }
    #editProductModal .type-choose-multiple .row-fluid [class*=span] {
        margin-bottom: 5px;
    }
    .loyaltySectionOuter,
    .contactSectionOuter{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .loyaltyText p,
    .welcomeSection p,
    .contactText p {
        max-width: 500px;
        margin: 0px auto 35px;
    }
    .contactSectionButtons .btn:first-child {
        margin: 20px 0 15px;
    }
    footer .social_media_links {
     	margin-top: 10px;   
    }
    .home #logo img {
        max-height: 150px;
    }
    #mod_postcode_box_pc {
        height: 50px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home .logo_text {
        font-size: 30px;
        bottom: -18px;
    }
    .iconRow.social small {
        margin-top: -10px;
    }
    .iconRow.social img {
        margin-top: 0px;   
    }
    .contactDetails h3 {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 45px; 
    }
    #welcome-row-fluid-outer {
     	text-align: center;   
    }
    #list_branches, .branch_finder_box {
     	max-width: 400px;
        margin: 10px auto;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
}

@media (max-width: 480px) {
    .welcomeText, .contactText {
        padding: 60px 10px;
    }
    .home h2:not(.sys-alert h2) {
        font-size: 35px;
    }
    .home p:not(.sys-alert p), .iconRow.social small {
        font-size: 20px;
    }
    .welcomeText p  {
        padding: 0 5px;
    }
    .page_error-404 h1 {
        font-size: 50px !important;
    }
    .page_error-404 .btn {
        padding: 8px 20px 13px;
        margin-bottom: 5px;
    }
    .welcomeIcons {
       flex-direction: column; 
    }
    .welcomeText h2 span,
    .contactText h2 span{
        display: block;
    }
    #mod_postcode_box_pc{
     	height: 35px;
        max-width: 200px;
    }
    #home-order-buttons .btn-large {
        padding: 7px 23px 7px;
    }
    .ctBar > p:last-child {
        display: none;   
    }
    .home .logo_text {
        font-size: 20px;
        bottom: -13px;
    }
    .home #logo img {
        max-height: 120px;
    }
}
.box-opening-hours .ui-widget-header p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}