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

body .visible-ilford { display:none !important; } 
body .hidden-ilford { display:inherit !important; } 
body.shop_ilford .hidden-ilford { display:none !important; }
body.shop_ilford .visible-ilford { 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: 'Titillium Web';
}
h1 {
	color: #000000;
	font-family: 'Krona One';
}
h2 {
	font-family: 'Krona One';
}
h3 {
	font-family: 'Krona One';
}
h4 {
	font-family: 'Krona One';
}
body {
	background-color: #d9b238;

	background-image:none;

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

header, #mobile-header {
	background-color: #1e1814;

	/*background-image: url("/myimages/840/zpos-bg-Salamis_HeaderBGNew.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/840/images/zpos-bg-Salamis_HeaderBGNew.jpg?auto=compress");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

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

/* DISPLAY NONES ----------------------------------------------- */
.row_phones, .span6.right_column, .mobileOpen, .home h1, .span8.column_slideshow, 
.home-about, #body-bottom-hr, .mod_postcode_box .btn-group {
    display: none;
}
    
/* GENERAL / WIDTHING ----------------------------------------------- */

[class^="icon-"], [class*=" icon-"] { /* icons */
    background-image: url(https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png);  
}

.well {
    box-shadow: none;
    border-radius: 0; 
    
    border: 2px solid #000;
    background: #fff;
    color:#000;
}
#container {
    width: 100%;
    padding: 0;
}

.outer-wrapper #container {
 	border: none;   
}

#responsive-food-menu .navbar-inner,
.ct_details_bar_content, 
.inner-wrapper,
footer > .row-fluid{
	max-width: 1170px;
    margin: 0 auto;
}

.website-image {
    text-align: center;   
}

a, a:hover, a:focus,h1 small, .home footer a, .home footer a:hover, .home footer a:focus {
   color: #efd030;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: 0;   
}

#opening-status,
.navbar .main-menu li, 
.navbar .nav a, 
.navbar .nav>li>a,
.postcode-header,
.mod_postcode_box .lead,
.menu .ui-tabs-nav li{
    font-family: "Krona One", sans-serif;
    text-transform: uppercase;
}
.checkout h5, .checkout h4,
.members legend{
    font-family: "Krona One", sans-serif;
    font-weight:normal;
}
.contact-us h3 {
    font-size: 20px !important;
}
.loyaltypoints_box .lead {
    font-size: 25px;
    line-height: 25px;
}
body {
    padding: 0;
}
.members .well {
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #efd030;
    background: #000;
    color: #fff;
}
#body > h1 {
 	line-height: 1.5;  
}

#body > h1,
.checkout h2 {
 	color: #000;   
}

/* ALERTS (postcode box styling will overwrite) ----------------------------------------------- */
.modal {
    border-radius: 0;
    border: none;
    box-shadow: none;   
}
.modal-header, .modal-footer  {
    border-radius: 0;
    border: none;
    
    background: #000;
    color: #fff;
}

.modal-footer {
 	color: #fff;   
}

.modal-body {
 	background: #fff;
    color: #000
}

.modal-body fieldset {
    border: none;   
}

.modal hr {
 	border-color: #000;   
}

.menu .media-body .description {
    font-size: 18px;
}
.menu #basket td {
    font-size: 16px;
}

.alert {
    text-align: center;
    border: none;
    text-shadow: none;
	border-radius: 0;
    background: #a77519;
    color: #fff;
}
.alert-error, .alert-danger {
    background: #b90000; 
}
.alert-warning {
	background: #a95600;
}
.alert-success {
	background: #007700;
}
.alert-info {
	background: #1564c7;
}

/* HEADER / NAV BAR ----------------------------------------------- */

header {
    padding: 0 10px 30px; 
}
.home header {
 	padding-bottom: 60px;   
}

#logo {
 	text-align: center;   
    height: 100%;
}

#logo img {
 	max-height: 200px;  
}

.home #logo img {
 	max-height: 400px;  
}

.status-OPEN {
    color: #9fe415 !important;
}
.status-CLOSED {
    color: #ff5454 !important;
}

.navbar .main-menu li,
.navbar .nav a, 
.navbar .nav>li>a { /*navbar center */
    display: inline-block;
    text-align: center;
    float: none; 
    color: #fff; 
}

#opening-status {
 	text-shadow: none;
    background: #000;
    padding: 8px 10px;
}

.navbar .main-menu li {
    background: #000; 
    margin-left: 15px;
}

.desktopOpen{
    display: inline-block;
    padding: 2px;
    margin-left: 15px;
    padding-left: 22px;
}

.navbar .main-menu .openBorder,
.openBorder {
    background: linear-gradient(to right, #40a115 0%,#9fe415 24%,#2a7907 51%,#9fe415 79%,#40a115 100%); 
}

.navbar .main-menu .closedBorder,
.closedBorder {
    background: linear-gradient(to right, #9a0f0f 0%,#c01212 23%,#d34343 51%,#c01212 79%,#9a0f0f 100%);
}

.navbar .nav { 
    text-align: center;
    float: none;
    margin: 0;
}   

.navbar-inner { /* style nav bar */
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
}

.navbar .nav>li>a, .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a /*style nav links*/ {
    background: none;
    text-shadow: none;
    box-shadow: none;
}

.navbar .nav>li>a {
    padding: 8px 10px;
    font-size: 20px;
}

.navbar .nav>.active {
    background: linear-gradient(to right, #f1b026 1%,#f1e11f 25%,#e5781e 52%,#f1e11f 79%,#f1b026 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 2px;
    
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus,.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover, .navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #efd030;
    background: #000;
}

.navbar .nav>.active>a, 
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    border: none;
}

.nav>li>a,
.nav>li>a:focus,
.nav>li>a:hover {
    border: 2px solid #000;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus { /* remove default active link box-shadow*/
	box-shadow: none;   
}

.navbar .btn-navbar { /*mobile navbar burger */
    text-shadow: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 5px;
    
    background: #000;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus  {
 	background: #eba922;   
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar .nav li.dropdown>a:hover .caret, 
.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret, 
.navbar .nav li.dropdown.active>.dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #efd030;
    border-bottom-color: #efd030;
}

.uk-offcanvas-bar {
	background: #000;
    color: #fff;
}
.uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus, html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover {

}

#zp-offcanvas-basket .uk-offcanvas-bar {
 	background: #fff;   
    color: #000;
    border: 2px solid #000;
}

.dropdown-menu { 
	background: #000;
}

.navbar .main-menu .dropdown-menu li {
    margin: 0;
    width: 100%;
    text-align: center;
}
.dropdown-menu>li>a {
    color: #fff;
	background: none;
}
.dropdown-menu>li:hover, .dropdown-menu>li:focus {
	background: none;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	background: none;
    color: #efd030;
}

#responsive-food-menu {
	background: #000;
    color: #fff;
    padding: 0 10px;
}

/* MAIN ----------------- */

#body .main {
    padding-bottom: 30px;   
}
.how-im-ordering h2 {
    font-size: 22.5px;
    text-align: left;
}
.wrapper-BG {
    padding: 10px 0 0;
    background-image: url(/myimages/840/zpos-bg-Salamis_BodyBG.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
}
.home .wrapper-BG {
    background-size: cover;
    background-repeat: no-repeat;  
}

.wrapper-BG:before,
.wrapper-BG:after,
footer:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    
    width: 99.9%;
    left: 0;
}

.wrapper-BG:before {
    background-image: url(/myimages/840/Salamis_BodyBorder.png);
    margin-top: -17px;
 
}

.wrapper-BG:after {
	display: none;
}

.home .wrapper-BG:after {
    display: block;
    background-image: url(/myimages/840/Salamis_BodyBorderBottom.png);
    margin-top: 0;
    position: absolute;
}

.home-banners img {
    transition: 0.4s;
}

.home-banners img:hover,
.home-banners img:focus {
 	transform: rotate(2deg);   
}

.home-banners .columnOne .bannerOne img {
 	margin-bottom: 20px; 
}

.home-banners .columnTwo .bannerOne img {
    margin-bottom: 35px;
}

.home .row-fluid .span6 {
    width: 50%;
    margin: 0;   
    overflow: hidden;
}

.footer-banners div img {
    width: 100%;
    transition: 0.5s;
    
}

.footer-banners div img:hover,
.footer-banners div img:focus {
	transform: scale(1.05);
}

/* WEBSITE BUTTONS / LABELS  ----------------------------------------------- */
.btn, .btn-group, .btn-group>.btn:first-child, .btn-group>.btn:last-child {
    text-shadow: none;
    background-image: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.btn-default {
	background: #e0e0e0;
}
.btn-default:hover, .btn-default:focus {
	background: #cecece;
}
.btn-primary {
	background: #0130b7;
}
.btn-primary:hover, .btn-primary:focus {
  	background: #001d6f;
}
.btn-success {
 	background: #007700;
}
.btn-success:hover, .btn-success:focus, .btn-group.open .btn-success.dropdown-toggle {
 	background: #015601;
}
.text-success {
	color: #015601;
}
.btn-danger {
  	background: #b90000;
}
.btn-danger:hover, .btn-danger:focus {
	background: #860101;
}
.text-error {
  	color: #860101;
}
.btn-warning {
	background: #b76500;
}
.btn-warning:hover, .btn-warning:focus {
   	background: #945302;
}
.text-warning {
   	color: #945302;
}
.btn-info {
    background: #0088d8;
}
.btn-info:hover, .btn-info:focus, .modal .btn-group.open .btn-info.dropdown-toggle  {
 	background: #0065a0;
}
.text-info {
   	color: #0065a0;
}
.text-muted, .muted {
    color: #656565;
}
.btn-inverse {
    background: #2d2d2d;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #000;
}

/*LOYALTY POINTS BOX ----------------------------------------------- */
.loyaltypoints_box {
	background: #000 !important;
    color: #fff;
}
.loyaltypoints_box .row-credits .well { /* border around counters */
    border: none !important;
}
.loyaltypoints_box .row-credits { /*points counter */
    color: #000;
}
.loyaltypoints_box .ui-widget-header {
    border: none; 
    background: #efd030;
}
.loyaltypoints_box .btn-link, .loyaltypoints_box .btn-link:hover, .loyaltypoints_box .btn-link:focus {
    color: #fff;
}
.loyaltypoints_box .col-equals .ui-widget-header, .loyaltypoints_box .col-equals .well {
    border: none;
   	background: none;
}

/* MENU PAGE  ----------------------------------------------- */

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
 	background: none;   
}

.menu-selection .alert, .how-im-ordering {
    background: #000;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
 	background: #efbd30;
    color: #000;
}

.how-im-ordering small, .how-im-ordering small:hover, .how-im-ordering small:focus {
    color: #e4b819; 
}
.how-im-ordering h2 small {
    font-size: 14px;
}
 .how-im-ordering {
  	padding: 10px;   
 }

#responsive-food-menu {
    background: ;
}	
.menu .navbar .brand {
    color: #fff;
    text-shadow: none;
}

#basket-container {
    border: ;
    background: ;  
}

#basket-container .text-info {
    color: ;
}
#basket-container .text-error {
    color: ;
}
#basket-container .text-success {
    color: ;
}

.modal .media-body {
    text-align: center;
}
.modal .media-body ul {
    text-align: center;
    list-style: none;
    margin: 0;
}
.modal ul {
    text-align: center;
    list-style: none;
}
.modal small, .modalsmall, .media-body ul li {
    font-size: 15px;
}

#order-empty {
     margin-bottom: ;
}

.row-product:hover, .row-product:focus {
 	background: transparent;   
}

.menu-selection {
    
}

.menu-selection h1 {
    text-align: center;  
    line-height: 110px;
    font-size: 50px;
}

.ui-tabs-nav, .ui-tabs-menu, .ui-state-default, .ui-state-active {
    border: none !important;
}

/* menu background */
.ui-tabs-menu {
	background: ;
    color: ;
}
/* menu nav bg */
.ui-tabs-nav {
	background: #000; 
}

.ui-state-default {
	background: #000 !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff;
}
.ui-state-active, .ui-state-default:hover, .ui-state-default:focus {
	background: #e4b819 !important;
    color: #000;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-active a:focus, .ui-state-active a:hover,
.ui-state-default:hover a, .ui-state-default:focus a{
    background: #e4b819 !important;
    color: #000;
}

/* menu list */
.row-odd {
 	background: transparent;   
}

.menu .media-heading {
    font-size: 20px;
    line-height: 1.4;
}
.marginbottom15 a{
    color:#000;
}
/*.modal-body .media-body {
    padding: 20px;
}*/
.modal-body .media-heading {
    font-size: 20px;
    line-height: 20px;
}
.modal-body .caret {
 	border-top-color: ;
    border-bottom-color: ;   
}

.modal-body .btn-danger .caret,
.modal-body .btn-success .caret,
.modal-body .btn-info .caret {
    border-top-color: ;
    border-bottom-color: ;
}

.popover {
    background: #000;
    color: #fff;
}
.popover-title {
    background: #e4b819 !important;
    color: #000;
}
.popover-content {
    background: #000;
    color: #fff;
}

.checkout h5, .checkout h4 {
    font-size: 20px;
    line-height: 22px;
}
/*contact headers */
.ui-widget>.ui-widget-header {
    background: #000;
    color: #fff;
    border: none;
}

.contact-us [class^="icon-"], .contact-us [class*=" icon-"] {  
    background-image: url(https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png); 
}

/* POSTCODE BOX  ----------------------------------------------- */

.postcode-header {
    position: absolute;
    
    background: #40a115;
    background: linear-gradient(to right, #40a115 0%,#9fe415 24%,#2a7907 51%,#9fe415 79%,#40a115 100%);
    border: 5px solid #000;
    
 	width: 218px;
    margin-left: 20px;
    
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 2;
}

.mod_postcode_box {
 	background: #000;
    color: #fff;
    border: 4px solid #fff;
    padding: 45px 25px;
    margin: 25px 0 0;
}

.mod_postcode_box .lead {
    font-size: 32px;
    line-height: 1.3;
}	

.mod_postcode_box small {
 	color: #a1a1a1;
    font-size: 16px;
    font-weight: bold;
}

.input-append {
	width: 100%;
}

#mod_postcode_box_pc,
.home-delivery-button,
.home-collection-button {
 	display: block; 
    height: 100%;
    width: 100%;
}

#mod_postcode_box_pc,
.home-delivery-button,
.home-collection-button {
 	font-size: 18px;
}

#mod_postcode_box_pc,
.input-append a {
    position: relative;
    display: block;
    height: 58px;
}

#mod_postcode_box_pc {
 	border: 2px solid #acacac; 
    border-radius: 0;
}

.home-delivery-button,
.home-collection-button {
	margin-top: 10px;
    border: none;
    color: #fff;
}

.home-delivery-button {
    background: #42c016;
   	background: linear-gradient(to bottom, #42c016 0%,#349212 100%); 
}
.home-collection-button {
    background: #db1414;
    background: linear-gradient(to bottom, #db1414 0%,#9d0c0c 100%);
}

.home-delivery-button:hover,
.home-delivery-button:focus {
    background: #9d0c0c;
    background: linear-gradient(to bottom, #349212 0%,#177a0f 100%);
    text-decoration: none;
}

.home-collection-button:hover,
.home-collection-button:focus {
 	background: #9d0c0c;
   	background: linear-gradient(to bottom, #9d0c0c 0%,#7c0909 100%);
    text-decoration: none;
}

.mod_postcode_box a {
 	text-decoration: none;   
}

/* CT DETAILS BAR --------------------- */

.ct_details_bar {
    margin: 30px 0 25px; 
}

.ct_details_bar small,
.ct_details_bar em,
.ct_details_bar a,
.ct_details_bar a:hover,
.ct_details_bar a:focus {
	color: #000;
    font-size: 16px;
    font-weight: bold;   
}

.ct_details_bar a:hover,
.ct_details_bar a:focus {
    text-decoration: underline;
}

.ct_details_bar img {
 	margin-right: 5px;   
}

/* MEMBERS  ----------------------------------------------- */

.members legend {
 	text-align: center;
    font-weight: bold;
    color: #fff;
}

.hero-unit, .jumbotron-order-complete {
	background: #000;
    color: #fff;
}
.hero-unit a,.hero-unit a:hover, .hero-unit a:focus, .jumbotron-order-complete .text-warning {
	color: #efd030;
}

.sidebar-nav {
 	background: #000;
    color: #fff;
    border: none;
}
	
.sidebar-nav .nav-list>li>a, .sidebar-nav .nav-list .nav-header {
	text-shadow: none;
    color: #fff;
}
.sidebar-nav .nav-list li a [class^="icon-"], .sidebar-nav .nav-list li a [class*=" icon-"] {   
    background-image: url(https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png);
}
.sidebar-nav .nav-list .active a, .sidebar-nav .nav>li>a:hover, .sidebar-nav .nav>li>a:focus {
	background: #efd030;
    color: #000;
}
.sidebar-nav .nav-list li a:hover [class^="icon-"], .sidebar-nav .nav-list li a:hover [class*=" icon-"],
.sidebar-nav .nav-list li a:focus [class^="icon-"], .sidebar-nav .nav-list li a:focus [class*=" icon-"],
.sidebar-nav .nav-list li.active a [class^="icon-"], .sidebar-nav .nav-list li.active a [class*=" icon-"] {
 	background-image: url(https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings.png);   
}

/* ORDER PAGE  ----------------------------------------------- */
.jumbotron-order-complete {

}

/* ADDITIONAL CHANGES  ----------------------------------------------- */

.sitemap .well,
.sitemap h1{
 	background: #000;
    color: #fff;
}

footer {
    position: relative;
 	background: #000;
    padding: 20px;
}

.home footer {
    margin: 0;
}

footer .muted {
 	color: #fff;   
}

footer a, 
footer a:hover, 
footer a:focus {
 	color: #e7bd45;   
}

.home footer:before {
 	position: absolute;
    content: "";
    background-image: url(/myimages/840/Salamis_BodyBorder_Footer.png);
    background-size: cover;
    top: -7px;
    left: 0;
    width: 99.5%;
}

.well-login, .voucher_box {
 	background: #000;
    color: #fff;  
}

.well-login .btn-link,
.well-login .btn-link:hover,
.well-login .btn-link:focus {
 	color: #fff;   
}

.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
 	background: transparent;   
}
.alert-error.well-large h1 {
 	color: #fff;   
}

/* 404  ----------------------------------------------- */

.page_error-404 .alert-error {
    padding: 40px;
}

/* CONTACT PAGE  ----------------------------------------------- */

/* T&CS PAGE  ----------------------------------------------- */
.page_information .page-header, #info-company-information {
    text-align: center;
}
.page_information .page-header {
    border: none; 

}
.page_information .official-document {
    font-family: "Arial", sans-serif;   
}

.page_information h1 small {
 	color: #000;   
}
    
/* REVIEW PAGE  ----------------------------------------------- */
.page-review-order {
 
}
.page-review-order .lead {

}

@media (max-width: 1200px) {
    .inner-wrapper {
     	padding: 10px;   
    }
}
    
@media (max-width: 1021px) {
    .openContainer {
     	margin-top: 10px;   
    }
    
    
    .span4.column_modules,
    .home-banners.span8 {
        display: block;
        width: 100%;
    }
    
    .home-banners.span8 {
     	margin: 30px 0 0 0;   
    }
}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {
    
    .menu #responsive-food-menu .text-info,
    .menu #responsive-food-menu .text-info:hover,
    .menu #responsive-food-menu .text-info:focus {
     	color: #fff;   
    }
    
    .navbar .nav>.active {
     	background: #000;   
    }
    
    .openContainer {
        padding: 2px;
	}
    #opening-status {
     	 margin-left: 1px;   
    }
    
    .home header {
     	padding: 0 20px 10px;    
    }
    
    .ct_details_bar {
     	margin: 20px 0;   
    }
    .home .row-fluid .span6 {
        width: 100%;
    }
    
    .desktopOpen {
     	display: none !important;   
    }
    .mobileOpen {
     	display: inline-block;   
    }
    
    .ct_details_bar .span6 {
     	width: 100%;
        margin: 0;
        text-align: center !important;
        float: none;
    }
    .nav-collapse .dropdown-menu a {
     	padding: 10px 0;   
    }
    .nav-collapse li {
        width: 100%;
        display: block;
    }	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    
    .home #logo img {
        max-height: 260px;
    }
    
    .span4.columnOne {
     	display: none;   
    }
    .home-banners {
     	text-align: center;   
    }
    
    .postcode-header {
    	margin-top: -25px;   
    }
    .mod_postcode_box {
       margin-top: 45px;
    }
    
    .wrapper-BG:after {
     	display: none;   
    }
    
    .ct_user_status,
    .ct_local_branch_details {
     	text-align: center !important;   
    }

    #body h1 {
     	text-align: center;  
        line-height: 1.4; 
    }
    
    .home header {
     	padding-bottom: 10px;   
    }
    .home .row-fluid .span6 {
     	width: initial;   
    }
    .home .ct_details_bar, .ct_details_bar {
        margin: 10px 0 10px;
    }
    .ct_details_bar small, .ct_details_bar em, 
    .ct_details_bar a, .ct_details_bar a:hover, .ct_details_bar a:focus{
        font-size: 13px;
    }
    .navbar .main-menu li {
     	margin: 0;   
    }
    .navbar .nav>.active {
     	padding: 0; 
        background: #000;
    }
    .navbar .nav>.active>a {
     	line-height: 1.4;  
    }
    
    #responsive-food-menu .btn-primary,
     #responsive-food-menu .btn-primary:hover,
     #responsive-food-menu .btn-primary:focus,
    #responsive-food-menu .btn-primary span,
    #responsive-food-menu .btn-primary span:hover,
    #responsive-food-menu .btn-primary span:focus{
        background: none;
        color: #fff;
    }
    
    #order-empty {
     	margin-bottom: 10px;   
    }
    
    footer div, .span4.tr.vendor {
     	margin-top: 10px; 
        text-align: center !important; 
    }
    .mod_postcode_box .lead {
        font-size: 26px;
        line-height: 30px;
    }
    .menu-selection h1 {
        text-align: center;
        line-height: 110px;
        font-size: 26px;
    }
    .menu-selection h3 {
        font-size: 15px;
        line-height: 25px;
    }
    .how-im-ordering h2 {
        font-size: 16.5px;
        line-height: 25px;
        text-align: left;
    }
    .how-im-ordering h2 small {
        font-size: 12px;
    }
    .navbar {
        margin-bottom: 0px!important;
    }
    .openContainer {
        margin-top: 0px;
    }
    .modal h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .media .pull-left, .media .pull-right {
        display: none;
        float: none;
        margin-bottom: 10px;
    }
    .modal-body .media-heading {
        font-size: 16px;
        line-height: 20px;
    }
    .modal .dropdown-menu {
        min-width: 100%;
    }
    .checkout h2{
        font-size: 21.5px;
            line-height: 28px;
    }
    .members legend {
        font-size: 17px;
        line-height: 28px;
    }
    .page-header h1 small {
        display: block;
        line-height: 25px;
        font-size: 20px;
    }
    .information h2 {
        font-size: 26.5px;
    }
    .well-hero {
        padding: 30px;
    }

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

    
}
.comingSoon {
    padding-bottom: 25px;
}

/*CHEEKY TUESDAY DISCOUNT*/
.tuesday {
    display: none;
}
.day_2 .tuesday {
    display: block;
}
.bogof {
    padding-bottom: 25px;
    text-align: center;
}