@import url(https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto+Slab|Roboto+Slab|Roboto+Slab|Roboto+Slab);

body .visible-godalming { display:none !important; } 
body .hidden-godalming { display:inherit !important; } 
body.shop_godalming .hidden-godalming { display:none !important; }
body.shop_godalming .visible-godalming { display:inherit !important; }

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

body {
	font-family: 'Roboto Slab';
}
h1 {
	font-family: 'Roboto Slab';
}
h2 {
	font-family: 'Roboto Slab';
}
h3 {
	font-family: 'Roboto Slab';
}
h4 {
	font-family: 'Roboto Slab';
}
body {
	background-color: #2b1b16;

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

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

header, #mobile-header {

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

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

/**-------------------- GLOBAL --------------------------**/
body {
    padding-bottom:0;
}

.halal {
    position:absolute;
    top:10px;
    left:10px;
}

#container {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

header {
    background:none;
    border-bottom: 32px solid #416030;
}

.home header {
    border-bottom:0px;
}

#body {
    margin-top:40px !important;
}

.home #body {
    margin-top:0px !important;
}

.well {
    background-color:#3d2720;
    color:#fff;
    border:none;
    box-shadow:none;
}

a{
    color:#ff0;
}

a:hover,
a:focus{
    text-decoration:none;
    color:#ff0;
}

.span12.column_slideshow {
    margin-left:0px;
    width:100%;
    border-top:25px solid #486d33;
}

/**-------------------- DISPLAY NONE --------------------------**/
.ct_phone,
.home h1,
#body-bottom-hr,
.home .well-small, 
.home-about, 
.home .bgbar,
.bgsmall, .menu-selection h1,
.contact-us h1, .checkout h2,
.information .page-header,
.home .bgbar,
.carousel-control {
    display:none;
}

.carousel-control {
    border:none;
	background:none;
}


/**-------------------- HEADER --------------------------**/
.span3.left_column {
    padding: 18px 0px 153px;
}

#logo img {
    position: absolute;
    z-index: 10;
    max-height:none;
}

.ct_details_bar {
    color:#fff;
    font-size: 20px;
    margin-top: 28px !important;    
}

.ct_local_branch_details .local_branch{
    background:#677331;
    padding: 6px 15px;
}
.span6.tl.ct_user_status {
    text-align:right !important;
    margin-top:-5px;
}
.ct_user_status small{
    background:#758235;
    padding: 6px 15px;
}
.ct_user_status a{
    color:#fff;
}

span.sm {
    margin-right:20px;
}
img#facebook {
    margin-right:10px;
}

/**-------------------- NAV --------------------------**/
#opening-status {
    float: right;
    text-shadow: none;
    font-size:24px;
    padding: 15px 25px 15px;
}
.status-CLOSED {
    color:#e71e25 !important;  
}
.status-OPEN {
    color:#88c540 !important;
}

header .navbar {
    margin: 30px 0px 30px 0px;
}

header .navbar .nav {
    font-size:24px;
}
header .navbar-inner {
    background: #2b1b16;
    padding:0;
    border:0;
}
/*normal nav*/
.navbar .nav>li>a {
    color:#fff;
    padding: 15px 25px 15px;
    text-shadow: none;
}

/*normal color on hover*/
.navbar .nav>li>a:focus, 
.navbar .nav>li>a:hover,
header .navbar .nav>.active>a:hover,
header .navbar .nav>.active>a:focus {
    color:#ff0;
}
/*current page*/
.menu .navbar .nav li.dropdown.active>.dropdown-toggle,
header .navbar .nav>.active>a,
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover, 
header .navbar .nav>.active>a:hover, 
header .navbar .nav>.active>a:focus{
    color:#ff0;
    background:#2b1b16;
    box-shadow:none;
}

/*open nav on home page*/
.navbar .nav li.dropdown.open>.dropdown-toggle, 
.navbar .nav li.dropdown.active>.dropdown-toggle, 
.navbar .nav li.dropdown.open.active>.dropdown-toggle, 
.menu .navbar .nav li.dropdown.open.active>.dropdown-toggle{
    color:#fff;
    background:#2b1b16;
}

/*dropdown large nav hover*/
.dropdown-menu {
    color:#fff;
    border:0;
    background:#2b1b16;
    border: 2px solid #3b592a;
    margin-top:-1px;
}

/*dropdown nav menu&ordering*/
header .dropdown-menu>li>a {
    font-size:18px;
    line-height:25px;
}
.dropdown-menu>li>a {
    color:#fff;
}
/*hover on dropdown options*/
.dropdown-menu>li>a:hover {
    color:#ff0;
    background:#3b592a;
}

/*---------RESPONSIVE NAV--------------*/
.btn-navbar {
 	background: none!important;
 	text-shadow: none!important;
    border:2px solid #fff !important;

}

.nav-collapse .nav>li>a, 
.nav-collapse .dropdown-menu a {
    color:#fff;
    font-weight:normal;
}
.nav-collapse .nav>li>a:hover, 
.nav-collapse .nav>li>a:focus, 
.nav-collapse .dropdown-menu a:hover, 
.nav-collapse .dropdown-menu a:focus {
    color:#ff0;
    background:none;
}

/**-------------------- CARET -----------------------**/
/*dropdown arrow*/
.navbar .nav li.dropdown>.dropdown-toggle .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,
.menu .navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.menu .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
/*dropdown whilst on hover*/
.navbar .nav li.active.dropdown>a .caret,
.navbar .nav li.dropdown>a:hover .caret, 
.navbar .nav li.dropdown>a:focus .caret,
.menu .navbar .nav li.dropdown.active>.dropdown-toggle .caret{
    border-top-color: #ff0;
    border-bottom-color: #ff0;
}

/**------------------------- HOME -------------------------------**/
.span5.column_modules {
    float:right;
    margin-top:-560px;
}
/**-------TABBABLE ------**/
.tabsec.span12 {
    margin: -180px 0px 0px;
    position: relative;
    z-index: 3;
}

ul.nav.nav-tabs {
    margin-bottom: 0px;
}
.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs>li>a {
    border-radius: 0px;
    font-size: 30px;
    padding: 20px 54px;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, 
.nav-tabs>.active>a:focus, .tabsec .nav>li>a:hover, 
.tabsec .nav>li>a:focus, .tabsec .nav>li>a:focus {
    background:#fff;
    color:#486d33;
    border-top:3px solid #486d33;
    border-left:3px solid #486d33;
    border-right:3px solid #486d33;
}

.nav-tabs>li>a{
    background:#3b592a;
    color:#fff;
    border-top:3px solid #486d33;
    border-left:3px solid #486d33;
    border-right:3px solid #486d33;
}

.carousel {
    z-index: -5;
}
#myCarousel img{
    width:100%;
}

.well.mod_postcode_box {
    position: absolute;
    z-index: 10;
    background: url("/myimages/349/zpos-bg-fratellos_postcode.jpg") repeat;
    border: 8px solid #3d2720;
    width: 420px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
}

.mod_postcode_box p.lead.col.col1 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
}

.mod_postcode_box small.muted {
    color:#b8a098;
    font-size:14px;
    line-height:22px;
}
.col.col3 {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 8px;
}

.mod_postcode_box input, 
.mod_postcode_box .btn {
    height: 40px;
}

.input-append.col.col2 {
    width: 75%;
}
.mod_postcode_box > .input-append {
    max-width: 100%;
}

.home .btn-group>.btn, 
.home .btn-group>.dropdown-menu{
    font-size:18px;
}

.home .btn-group>.btn{
    padding: 0px 18px;
}

/*----------------POSTCODE -----------------*/

.mod_postcode_box .btn-success, .mod_postcode_box .btn-success:hover, .mod_postcode_box .btn-success:focus, .mod_postcode_box .btn-group.open .btn-success.dropdown-toggle,
.alert, .alert.alert-info.how-im-ordering {
    background: rgba(237,32,36,1);
    background: -moz-linear-gradient(top, rgba(237,32,36,1) 0%, rgba(191,14,20,1) 100%);
    background: -webkit-linear-gradient(top, rgba(237,32,36,1) 0%, rgba(191,14,20,1) 100%);
    background: -o-linear-gradient(top, rgba(237,32,36,1) 0%, rgba(191,14,20,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,32,36,1) 0%, rgba(191,14,20,1) 100%);
    background: linear-gradient(to bottom, rgba(237,32,36,1) 0%, rgba(191,14,20,1) 100%);
    box-shadow: none;
    border: 0px;
    font-family:'Bitter';
}

.mod_postcode_box .dropdown-menu {
    background:#e32427;
    border:0px;
}

.mod_postcode_box .dropdown-menu>li>a {
    color:#fff !important;
}
.mod_postcode_box .dropdown-menu>li>a:hover {
    color:#ff0 !important;
    background:none;
}

.bgbar {
    background-image:url("/myimages/369/zpos-bg-farmhouse_BGbar_members.jpg");
    z-index:-1;  
    position: absolute;
    width: 100%;
    height: 280px;
    background-size:cover !important;
}


/**-------------------- MENU & ORDERING --------------------------**/
.btn-navbar .text-info {
    color:#fff !important;
}
hr{
    border:0px;
}
h2 small {
    color:#ff0;
    text-shadow:none;
}
#basket-container h3 {
    color:#;
}
span.text-warning {
    color:#;
}
.popover-title {
    background:#456631;
    color:#fff;
    font-size:22px;
}
.popover {
    background:#fff;
    color:#456631;
}
.alert {
    color:#fff;
    text-shadow:none;
    border:0px;
}
.alert h2 {
    font-weight:normal;
}

.navbar .brand {
    color:#fff;
    text-shadow:none;
}
form#navbar-search-menu {
    padding-right: 10px;
}

#responsive-food-menu .navbar-inner {
    background:#2b1b16;
    border:0px;
}
#responsive-food-menu .text-warning {
    color:#ff0 !important;
}

/**-------------------- MODAL -------------------------**/
.modal-header, .modal-footer {
    background: #39251e;
    color: #fff;
}
.modal-footer {
    border:0px;
}
.modal-body, .modal h4, .modal .well{
    background: #fff;
    color: #000 !important;
}
.modal small.muted{
    color: #fff;
}
.modal fieldset{
    background: #fff;  
    border: none;
}
h3.price.pull-left {
    font-weight:normal;
}


/**-------------------- CHECKOUT --------------------------**/
.checkout h5, .checkout h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight:normal;
    color:#fff;
}

.checkout table#basket.table {
    background: #fff;
    color: #292a2b !important;
    border: 4px solid #758235;
    margin-bottom:15px;
}
.checkout .table#basket th {
    color: #292a2b;
}
.checkout table#basket.table .text-info {
    color:#3a87ad;
}
.help-block, .checkout .muted.note-delivery.text-right small,
.checkout .text-info, .text-warning{
    color:#fff;
}

.btn-link, .btn-link:hover, 
.btn-link:focus {
    color:#fff;
    text-decoration:none;
    text-shadow:none;
}
/**-------------------- MEMBERS --------------------------**/
legend {
    text-align:center;
    font-size:30px;
    line-height:50px;
    color:#fff;
    border-bottom: 2px solid #758235;
}

.members small.muted {
    color:#fff;
}

/**------------ MEMBERS LOGIN ---------------**/
.hero-unit {
    background-color:#486d33;
    color:#fff;
}
.hero-unit a {
    color:#ff0;
}
.members .sidebar-nav .nav-header {
    font-size:19px;
    color:#fff;
    text-shadow:none;
    font-weight:normal;
    font-family:'Bitter';
}
.members .sidebar-nav a {
    color:#fff;
    text-shadow:none;
    font-size:14px;
}
.members .sidebar-nav .muted {
    font-size:12px;
}
.members .muted {
    color:#fff;
}
.members .nav-list>li>a:hover,
.nav-list>.active>a, 
.nav-list>.active>a:hover, 
.nav-list>.active>a:focus{
    background-color:#758235;
    color:#fff;
}

/**------------------------- INFO -------------------------------**/
#help-o-oc-oa, #help-o-oc-or {
    font-size: 18px;
    background: #fff;
    padding: 10px;
}
#help-o-oc-oa {
    color:#53c120;
}
#help-o-oc-or {
    color:#ed1c24;
}
/**-------------------- ALL SITES ------------------------**/
/*--- loyalty points/credit card ----*/
.loyaltypoints_box .lead, 
.loyaltypoints_box .ctl-pointsoptions a, 
.loyaltypoints_box label.checkbox.text-left, 
.loyaltypoints_box p, .checkout button small,
.ui-helper-block .muted{
    color: #000;
}
/*---------- couldnt postcode ------------*/
.bootbox .modal-body {
    background:#3b592a;
    color:#fff !important;
}

/*---------- google maps ------------*/
#contact_map_canvas{
    color:#000;
}

/*-------- opening hours box ---------*/
.ui-widget.box-opening-hours {
    margin-top:20px;
}

/*---------- menu table --------------*/
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background:transparent;
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th,
.row-product:hover, .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th,
.row-odd,.row-odd:hover{
    background:none;
}
/*---------- pending etc -----------------*/
.row-order-complete- {
    color:#fff;
    background:rgba(0, 0, 0, 0.5);
}
.jumbotron .text-success {
    color: #ff0 !important;
}

.error-404 .text-error {
    color:#fff;
}

.error-500 h1, .error-500 h2, .error-500 p {
    color:#fff;
}

/**------------------------- FOOTER-------------------------------**/
footer {
    background-color:#2b1b16;
    padding: 20px 0px;
    margin: 40px 0px 0px;
}

.label-copyright {
    color:#fff;
}
.copyright{
    line-height:15px;
    padding-top:2px;
}
.cards, .tr.vendor a.vendor-zpos img {
    padding-top:2px;
}

/**---------- BORDER RADIUS -----------------**/
.well,
header .dropdown-menu,
.btn-navbar,
.input-append.col.col2,
.btn, .modal-header, .modal-footer,
.carousel-control,
.navbar-inner,
.input-append input, .input-append select, 
.input-append .uneditable-input,
.input-append .add-on:last-child, 
.input-append .btn:last-child, 
.input-append .btn-group:last-child>.dropdown-toggle,
.mod_postcode_box .dropdown-menu,
.alert, .alert-info,
#responsive-food-menu .navbar-inner,
.ui-tabs-menu,
.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a,
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"], .uneditable-input,
.btn-group>.btn:first-child, .btn-group>.btn:last-child,
.dropdown-menu,
.hero-unit,
#container,
.popover, .popover-title,
.ui-corner-all,.ui-corner-left, .ui-corner-top, .ui-corner-bl,
.table-bordered,
.table-bordered thead:first-child tr:first-child>th:first-child, 
.table-bordered tbody:first-child tr:first-child>td:first-child, 
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:first-child tr:first-child>th:last-child, 
.table-bordered tbody:first-child tr:first-child>td:last-child, 
.table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered thead:last-child tr:last-child>th:first-child, 
.table-bordered tbody:last-child tr:last-child>td:first-child, 
.table-bordered tbody:last-child tr:last-child>th:first-child, 
.table-bordered tfoot:last-child tr:last-child>td:first-child, 
.table-bordered tfoot:last-child tr:last-child>th:first-child,
.navbar-search .search-query{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/*---------------------button styles---------------------*/
.btn{
background-image: none; 
    border-radius: 0;
    box-shadow:none;
    text-shadow:none;
}
.btn-success,
.btn-info,
.btn-danger,
.btn-warning, .btn-inverse, .btn-primary{
    border:0px;
}

/*---------------------gradient buttons---------------------*/
.btn-danger {
    background: rgba(238,30,33,1);
    background: -moz-linear-gradient(top, rgba(238,30,33,1) 0%, rgba(194,27,33,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,30,33,1)), color-stop(100%, rgba(194,27,33,1)));
    background: -webkit-linear-gradient(top, rgba(238,30,33,1) 0%, rgba(194,27,33,1) 100%);
    background: -o-linear-gradient(top, rgba(238,30,33,1) 0%, rgba(194,27,33,1) 100%);
    background: -ms-linear-gradient(top, rgba(238,30,33,1) 0%, rgba(194,27,33,1) 100%);
    background: linear-gradient(to bottom, rgba(238,30,33,1) 0%, rgba(194,27,33,1) 100%);
}
.btn-danger:hover,.btn-danger:focus {
    background: rgba(205,33,39,1);
    background: -moz-linear-gradient(top, rgba(205,33,39,1) 0%, rgba(158,29,31,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,33,39,1)), color-stop(100%, rgba(158,29,31,1)));
    background: -webkit-linear-gradient(top, rgba(205,33,39,1) 0%, rgba(158,29,31,1) 100%);
    background: -o-linear-gradient(top, rgba(205,33,39,1) 0%, rgba(158,29,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(205,33,39,1) 0%, rgba(158,29,31,1) 100%);
    background: linear-gradient(to bottom, rgba(205,33,39,1) 0%, rgba(158,29,31,1) 100%);
}

.btn-success, .menu-selection .btn-primary, .alert.alert-success {
    background: rgba(85,204,49,1);
    background: -moz-linear-gradient(top, rgba(85,204,49,1) 0%, rgba(73,181,43,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(85,204,49,1)), color-stop(100%, rgba(73,181,43,1)));
    background: -webkit-linear-gradient(top, rgba(85,204,49,1) 0%, rgba(73,181,43,1) 100%);
    background: -o-linear-gradient(top, rgba(85,204,49,1) 0%, rgba(73,181,43,1) 100%);
    background: -ms-linear-gradient(top, rgba(85,204,49,1) 0%, rgba(73,181,43,1) 100%);
    background: linear-gradient(to bottom, rgba(85,204,49,1) 0%, rgba(73,181,43,1) 100%);
}
.btn-success:hover,.btn-success:focus, .menu-selection .btn-primary:hover, .menu-selection .btn-primary:focus {
    background: rgba(75,179,43,1);
    background: -moz-linear-gradient(top, rgba(75,179,43,1) 0%, rgba(59,138,35,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75,179,43,1)), color-stop(100%, rgba(59,138,35,1)));
    background: -webkit-linear-gradient(top, rgba(75,179,43,1) 0%, rgba(59,138,35,1) 100%);
    background: -o-linear-gradient(top, rgba(75,179,43,1) 0%, rgba(59,138,35,1) 100%);
    background: -ms-linear-gradient(top, rgba(75,179,43,1) 0%, rgba(59,138,35,1) 100%);
    background: linear-gradient(to bottom, rgba(75,179,43,1) 0%, rgba(59,138,35,1) 100%);
}


.btn-info, .alert.alert-info,.alert.alert-info {
    background: rgba(75,185,219,1);
    background: -moz-linear-gradient(top, rgba(75,185,219,1) 0%, rgba(53,163,197,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75,185,219,1)), color-stop(100%, rgba(53,163,197,1)));
    background: -webkit-linear-gradient(top, rgba(75,185,219,1) 0%, rgba(53,163,197,1) 100%);
    background: -o-linear-gradient(top, rgba(75,185,219,1) 0%, rgba(53,163,197,1) 100%);
    background: -ms-linear-gradient(top, rgba(75,185,219,1) 0%, rgba(53,163,197,1) 100%);
    background: linear-gradient(to bottom, rgba(75,185,219,1) 0%, rgba(53,163,197,1) 100%);
    border: 1px solid #35a4c5;
}

.btn-info:hover,.btn-info:focus {
    background: rgba(57,164,196,1);
    background: -moz-linear-gradient(top, rgba(57,164,196,1) 0%, rgba(40,130,158,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(57,164,196,1)), color-stop(100%, rgba(40,130,158,1)));
    background: -webkit-linear-gradient(top, rgba(57,164,196,1) 0%, rgba(40,130,158,1) 100%);
    background: -o-linear-gradient(top, rgba(57,164,196,1) 0%, rgba(40,130,158,1) 100%);
    background: -ms-linear-gradient(top, rgba(57,164,196,1) 0%, rgba(40,130,158,1) 100%);
    background: linear-gradient(to bottom, rgba(57,164,196,1) 0%, rgba(40,130,158,1) 100%);
    border: 1px solid #28839e;
}

.btn-inverse{
    background: rgba(71,71,71,1);
    background: -moz-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(33,33,33,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,71,71,1)), color-stop(100%, rgba(33,33,33,1)));
    background: -webkit-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(33,33,33,1) 100%);
    background: -o-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(33,33,33,1) 100%);
    background: -ms-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(33,33,33,1) 100%);
    background: linear-gradient(to bottom, rgba(71,71,71,1) 0%, rgba(33,33,33,1) 100%);
}
.btn-inverse:hover, .btn-inverse:focus{
    background: rgba(54,54,54,1);
    background: -moz-linear-gradient(top, rgba(54,54,54,1) 0%, rgba(23,23,23,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(54,54,54,1)), color-stop(100%, rgba(23,23,23,1)));
    background: -webkit-linear-gradient(top, rgba(54,54,54,1) 0%, rgba(23,23,23,1) 100%);
    background: -o-linear-gradient(top, rgba(54,54,54,1) 0%, rgba(23,23,23,1) 100%);
    background: -ms-linear-gradient(top, rgba(54,54,54,1) 0%, rgba(23,23,23,1) 100%);
    background: linear-gradient(to bottom, rgba(54,54,54,1) 0%, rgba(23,23,23,1) 100%);
}

.btn-primary, .alert.alert-primary {
    background: rgba(0,77,230,1);
    background: -moz-linear-gradient(top, rgba(0,77,230,1) 0%, rgba(10,74,194,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,77,230,1)), color-stop(100%, rgba(10,74,194,1)));
    background: -webkit-linear-gradient(top, rgba(0,77,230,1) 0%, rgba(10,74,194,1) 100%);
    background: -o-linear-gradient(top, rgba(0,77,230,1) 0%, rgba(10,74,194,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,77,230,1) 0%, rgba(10,74,194,1) 100%);
    background: linear-gradient(to bottom, rgba(0,77,230,1) 0%, rgba(10,74,194,1) 100%);
}

.btn-primary:hover,.btn-primary:focus {
    background: rgba(2,68,189,1);
    background: -moz-linear-gradient(top, rgba(2,68,189,1) 0%, rgba(4,47,128,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(2,68,189,1)), color-stop(100%, rgba(4,47,128,1)));
    background: -webkit-linear-gradient(top, rgba(2,68,189,1) 0%, rgba(4,47,128,1) 100%);
    background: -o-linear-gradient(top, rgba(2,68,189,1) 0%, rgba(4,47,128,1) 100%);
    background: -ms-linear-gradient(top, rgba(2,68,189,1) 0%, rgba(4,47,128,1) 100%);
    background: linear-gradient(to bottom, rgba(2,68,189,1) 0%, rgba(4,47,128,1) 100%);
}

.btn-warning, .alert.alert-warning {
    background: rgba(242,150,70,1);
    background: -moz-linear-gradient(top, rgba(242,150,70,1) 0%, rgba(230,111,7,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,150,70,1)), color-stop(100%, rgba(230,111,7,1)));
    background: -webkit-linear-gradient(top, rgba(242,150,70,1) 0%, rgba(230,111,7,1) 100%);
    background: -o-linear-gradient(top, rgba(242,150,70,1) 0%, rgba(230,111,7,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,150,70,1) 0%, rgba(230,111,7,1) 100%);
    background: linear-gradient(to bottom, rgba(242,150,70,1) 0%, rgba(230,111,7,1) 100%);
}

.btn-warning:hover {
    background: rgba(240,129,70,1);
    background: -moz-linear-gradient(top, rgba(240,129,70,1) 0%, rgba(230,97,9,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,129,70,1)), color-stop(100%, rgba(230,97,9,1)));
    background: -webkit-linear-gradient(top, rgba(240,129,70,1) 0%, rgba(230,97,9,1) 100%);
    background: -o-linear-gradient(top, rgba(240,129,70,1) 0%, rgba(230,97,9,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,129,70,1) 0%, rgba(230,97,9,1) 100%);
    background: linear-gradient(to bottom, rgba(240,129,70,1) 0%, rgba(230,97,9,1) 100%);
}


/**------------------------- MEDIA QUERIES -------------------------------**/
@media (max-width:1750px){
    .span5.column_modules {
        margin-top: -480px;
    }
}
@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, footer { 
       width:100%;
    } 
       footer .row-fluid, .ct_details_bar, .navbar-inner, .row-fluid.ct_header_row, #body{ 
        max-width:1170px;
        margin:0 auto; 
    }
}
@media (max-width:1500px){
    .span5.column_modules {
        margin-top: -391px;
    }
    .tabsec.span12 {
        margin: -99px 0px 0px;
    }
}
@media (max-width:1200px){
    .span4.tr.vendor img {
        padding-right: 10px;
    }    
    .span4.copyright {
        padding-left: 10px;
    }
    #basket-container.ui-widget {
        margin-top:20px;
    }
    .menu .website-image {
        display:none;
    }
    .tabsec.span12 {
        margin: -30px 0px 0px;
    }
    .well.mod_postcode_box {
        width: 34%;
    }
    .mod_postcode_box p.lead.col.col1 {
        font-size: 33px;
        line-height: 41px;
    }
    .navbar .nav>li>a, #opening-status {
        padding: 15px 11px 15px;
        font-size: 23px;
    }
    .ct_details_bar small {
        font-size: 76% !important;
    }
    .span5.column_modules {
        margin-top: -325px;
    }
    .nav-tabs>li>a {
        font-size: 27px;
        padding: 20px 32px;
    }
    .mod_postcode_box small.muted {
        font-size: 12px;
    }

}


/* Desktop */
@media (min-width: 979px) {
}

/* Not Desktop */
@media (max-width:979px){
    .left_column.span3,.right_column.span9,
    .column_modules.span5{
        width:100%;
        margin: 0px;
    }
    .left_column.span3 {
        border-bottom: none;
        text-align:center;
        padding: 12px 0px 0px;
    }
    #logo img {
        position: static;
    }
    header {
        border-bottom:0px;
    }
    .ct_details_bar {
        margin-top: 10px !important;
        margin-bottom: 5px;
   
    }
    .span12.column_slideshow {
        border-top: none;
        display:none;
    }
    .column_modules.span5 {
        text-align:center;
    }
    header .navbar {
        margin: 12px 0px 30px 0px;
    }
    .navbar .nav>li>a, #opening-status {
        padding: 10px 25px 11px;
        font-size: 23px;
    }
    .tabsec.span12 {
        margin: 0px;
    }
    .nav-tabs>li>a {
        font-size: 22px;
        padding: 15px 20px;
    }
    .well.mod_postcode_box {
        margin: 20px 0px;
        position: relative;
        width: 100%;
        padding: 20px 0px;
        border: 0px;
        border-top: 8px solid #3d2720;
        border-bottom: 8px solid #3d2720;
        box-shadow: none;
    }
    
}
@media (max-width: 979px) and (min-width: 767px){
    .home .hidden-desktop.website-image img {
        display:none;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, footer { 
       width:100%; 
   }
    
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    body {
        padding:0px;
    }
    footer {
    	height:100%;
        text-align:center;
        padding-top:8px;
        padding-bottom:8px;
        margin-top:0;
    }
    .copyright, .cards, .tr.vendor a.vendor-zpos img {
    	padding-top:8px;
        padding-bottom:8px;
    }
    .tr, .tl {
        text-align: center !important;
    }
    .menu .alert h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .alert h2 small {
        font-size:16px;
    }
    .span6.tl.ct_user_status {
        text-align: center !important;
        margin-top: 15px;
    }
    input#mod_postcode_box_pc.span8 {
        width:50%;
    }
    .mod_postcode_box p.lead.col.col1 {
        font-size: 25px;
        line-height: 35px;
    }
    .span6.ct_user_status,
    .tabsec.span12 {
        display:none;
    }
}
.blockUI a:not(.btn) {
 	text-decoration: underline;   
}
