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

body .visible-rickmansworth { display:none !important; } 
body .hidden-rickmansworth { display:inherit !important; } 
body.shop_rickmansworth .hidden-rickmansworth { display:none !important; }
body.shop_rickmansworth .visible-rickmansworth { 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: #ffffff;
	font-family: 'Montserrat';
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #f20e0e;

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

	background-attachment: fixed;
	background-size: cover;
}

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

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

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

/*---------------------resets/ display nones/ global---------------------*/

* {
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal !important;
    border-radius: 0 !important;
}
.home h1, .contact-us h1, .home-about, #body-bottom-hr, .ct_phone, .pull-left.ctrl-menutab,
 .ct_header_row, .home .ct_details_bar, .mod_postcode_box .btn-success .caret, .home_social,
.menu-container-collection #container-category-7222, .menu-container-home-delivery #container-category-21162 {
    display: none;
}
#container, body {
    padding: 0;
}
footer {
    margin-top: 0;
}
.alert small {
    font-size:14px;
}
.alert h2 small {
    color: #e5e5e5;
}
/*---------------------fonts---------------------*/

a, a:hover, a:focus {
    color: #fff000;
}
.navbar .brand, legend, .ctrl-offcanvas_productmenu_toggle .text-info,
.help-block, .section-.well .muted, .alert-info.well-login, .checkout .btn-link,
.voucher_box h5, .voucher_box .success span, .ctrl-offcanvas_productmenu_toggle .text-info,
.entry_product .text-info, .entry_product .text-success, .entry_product .text-error{
    color: #fff;
}
.popover, .gm-style-iw, .trigger-paymentmethod .muted {
    color: #000;
}
.menu h1 {
    text-align: center;
    font-size: 80px;
    line-height: 150%;
}

/*---------------------containers---------------------*/
#container {
    width: 100%;
    background: none
}
#body, #responsive-food-menu, header .navbar .container, footer .row-fluid,
.prefooter, .details-wrapper{
    max-width: 1170px;
    margin: 0 auto;
}
.home #body {
    max-width: 1920px;
    margin: 0 auto;
}
#logo{
 	float: left;   
}
#body {
    margin-bottom: 20px;
}
.home #body {
    margin-top: 0;
    margin-bottom: 0;
}
.container-fluid{
    padding: 0;
}	
.website-image img,.well{
    border: 2px solid #fff;
}
.no-border img {
    border: none;
}
.home .website-image img{
 	border: none;   
}
.well {
    background: #000;
}
.hero-unit {
    background: #c6161c;
}

/*---------------------nav styles---------------------*/

.navbar {
    margin-bottom: 0 !important;
}
.navbar-inner {
    background: #000;
    border: none;
    padding: 10px;
}
.navbar .nav {
    float: right;
}
.navbar .nav>li>a {
    background: none;
    color: #fff;
    font-size: 22px;
    line-height: 65px;
    padding: 10px 0 10px;
    margin: 0 15px 0;
    text-transform: uppercase;
    position: relative;
}
.navbar .nav>li>a:before, .dropdown-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 15px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.navbar .nav>li>a:hover:before, .navbar .nav>.active>a:before, .navbar .nav>li.open>a:before{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);   
}
.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: #fff;
    background: none;
}

/*---------------------caret colour---------------------*/

.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top: 6px solid #fff;
    margin-top: 27px;
}
.navbar .nav li.dropdown > .dropdown-toggle:hover > .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret {
    border-top: 6px solid #fff;
}

/*---------------------nav list---------------------*/
.nav-header, .nav-list>li>a {
    color: #fff;
}
.nav-list>li>a:hover, .nav-list>li>a:focus,
.nav-list>.active>a, .nav-list>.active>a:hover,
.nav-list>.active>a:focus{
    background: #c6161c;
    color: #fff;
}

/*---------------------nav button---------------------*/

.navbar .btn-navbar {
    background: none;
    text-shadow: none;
    border-color: white;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active,
.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    background: #a31115;
}

/*---------------------dropdown menu---------------------*/
header .dropdown-menu {
    background: #fff;
    min-width: auto;
}
header .dropdown-menu>li>a {
    color: #000;
}
header .dropdown-menu>li>a:hover {
    background: #a31115;
}
.dropdown-menu {
    background: #fff;
    min-width: auto;
}
.dropdown-menu>li>a {
    color: #000;
}
.dropdown-menu>li>a:hover {
    background: #a31115;
}

/*---------------------opening status---------------------*/

#opening-status {
    margin-left: 0;
}
.status-CLOSED {
    color: white !important;
    background: #e10404;
}
.status-OPEN {
    color: white !important;
    background: #6cd331;
}
#opening-status.visible-desktop, .ustatus{
    position: absolute;
    top: 0;
    font-size: 22px;
    padding: 15px 20px;
    text-transform: uppercase;
}	
#opening-status.visible-desktop{
    left: 14%;
}	
.ustatus{
 	right: 14%;   
    color: #000;
    background: #fff000;
}
.ustatus:hover{
 	color: #000;   
}
/*---------------------details bar---------------------*/
.ct_details_bar {
    line-height: 30px;
}
/*---------------------slider---------------------*/
.column_slideshow, .column_modules{
    width: 100% !important;
    float: none;
}	
.column_slideshow{
 	background: url(/myimages/368/zpos-bg-slideshow_bg.jpg) no-repeat; 
    background-size: cover;
    border-bottom: 6px solid #fff;
    position: relative;
}
#myCarousel{
    margin-bottom: 0;
}
#myCarousel img {
    width: 100%;
}
.carousel-control{
    border: none;
    background: none;
    font-size: 120px;
}
.carousel-indicators li{
    border-radius: 5px !important;
}
/*---------------------postcode box---------------------*/
.mod_postcode_box, .mod_postcode_box .input-append, .mod_postcode_box input, .mod_postcode_box .btn {
 	margin-bottom: 0;   
}
.mod_postcode_box {
    background: url(/myimages/368/postcode_bg.png);
    border: none;
    border-bottom: 6px solid #fff;
}
.mod_postcode_box .lead, .mod_postcode_box .col3 {
    display: none;
}
.mod_postcode_box input {
	max-width: 592px;
}
.mod_postcode_box input, .mod_postcode_box .btn {
    height: 60px;
    border: none;
    box-sizing: border-box;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.mod_postcode_box .btn{
 	padding: 15px 30px;   
}
.mod_postcode_box > .input-append {
    max-width: 100%;
    width: 85%;
}
.mod_postcode_box  .input-append .btn-group{
    margin-left: 10px;
}
.mod_postcode_box .btn-success{
    background: #01c613;
}
.btn-group.open .btn-success.dropdown-toggle, .mod_postcode_box .btn-group.open .btn-success.dropdown-toggle,
.mod_postcode_box .dropdown-menu, .mod_postcode_box .btn-success:hover{
    background: #00AD00;
}
.mod_postcode_box .dropdown-menu>li>a {
    color: #fff;
}
/*---------------------prefooter styles---------------------*/
.prefooter{
 	padding: 20px 0;   
}
.long-banner{
 	margin-bottom: -30px !important;   
}
.long-banner.website-image img{
 	width: 100%;  
}
.home .ct_local_branch_details{
 	text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
    opacity: 0.8;
    line-height: 140%;
}
/*---------------------table stripped fix---------------------*/
 .well-basket,#basket-container{
     background: url(/myimages/368/postcode_bg.png);
 }
.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,
checkout .table-striped tbody>tr:nth-child(odd)>td, .checkout .table-striped tbody>tr:nth-child(odd)>th,
.checkout .table-hover tbody tr:hover>td, .checkout .table-hover tbody tr:hover>th, .checkout table .muted,
.box-delivery-information table, .box-delivery-information .table-striped tbody>tr:nth-child(odd)>td,
.box-delivery-information .table-striped tbody>tr:nth-child(odd)>th, .box-delivery-information .table-hover tbody tr:hover>td,
.box-delivery-information .table-hover tbody tr:hover>th, #basket-container .ui-widget-content {
    background: none;
    color: #fff;
}
#basket-container .ui-widget-content{
 	border: none;   
}
.contact-us .box-delivery-information table, .contact-us .box-delivery-information .table-striped tbody>tr:nth-child(odd)>td,
.contact-us .box-delivery-information .table-striped tbody>tr:nth-child(odd)>th, .contact-us .box-delivery-information .table-hover tbody tr:hover>td,
.contact-us .box-delivery-information .table-hover tbody tr:hover>th {
    background: none;
    color: #000;
}

/*---------------------menu page popovers---------------------*/

.popover .popover-title {
    background: #000;
    color: #fff;
}

/*---------------------modal---------------------*/

.modal-header {
    background: #a31115;
    color: #fff;
}
.modal-body {
    background: #fff;
    color: #000 !important;
}
.modal-footer {
    background: #000;
    color: #fff;
}
.modal fieldset {
    background: #fff;
    border: none;
}

/*---------------------alerts & buttons---------------------*/
.alert {
    color: #fff;
    background: #000;
    border: none;
}
.btn {
    background-image: none;
}
/*--------success--------*/

.btn-success, .menu-selection .btn-primary {
    background: #12BB12;
}
.btn-success:hover, .btn-success:focus, .btn-group.open .btn-success.dropdown-toggle,
.menu-selection .btn-primary:hover, .menu-selection .btn-primary:focus {
    background: #008800;
}

/*--------primary--------*/

.btn-primary {
    background: #2357ce;
}
.btn-primary:hover, .btn-primary:focus {
    background: #00249B;
}

/*--------info--------*/

.btn-info {
    background: #70afeb;
}
.btn-info:hover, .btn-info:focus {
    background: #5796D2;
}

/*--------danger--------*/

.btn-danger {
    background: #b30000;
}
.btn-danger:hover, .btn-danger:focus {
    background: #800000;
}
#basket-container .btn-danger{
    background: #000
}
#basket-container .btn-danger:hover, #basket-container .btn-danger:focus {
    background: #222;
}
/*--------warning--------*/

.btn-warning {
    background: #FF871A;
}
.btn-warning:hover, .btn-warning:focus {
    background: #CC5400;
}

/*---------------------footer---------------------*/

footer {
    background: #000;
    padding: 20px 10px;
    box-sizing: border-box;
}
.cards, .vendor {
    padding-top: 5px;
}
/*---------------------social media buttons---------------------*/
.social_mod{
 	background: #000;   
}
.social_media_links {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
}
.social_media_links img, .social_media_links img:hover {
    max-width: 32px;
}
.social_media_links small {
    display: none;
}
.social_media_links a {
    background-color: transparent;
    background: none !important;
    border: none !important;
    box-shadow: none;
    padding: 0px;
    width: 45px !important;
    margin-bottom: 20px;
}
/*---------------------fixes---------------------*/
.row-product:hover {
    background: none;
}
.ui-tabs-menu.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
#responsive-food-menu.affix {
    left: initial;
}
.nav-list>li>a [class^="icon-"], .nav-list>li>a:hover [class^="icon-"],
.nav-list>li>a:hover[class*=" icon-"], .nav-list>li>a:focus [class^="icon-"],
.nav-list>li>a:focus[class*=" icon-"], #responsive-food-menu [class^="icon-"],
#responsive-food-menu [class*=" icon-"]  {
    background-image: url("http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");
}
.box-opening-hours{
    margin-top: 20px;
}
.ui-state-default {
    box-sizing: border-box;
}
.deliveryFromImg {
    display:none;
    margin-bottom: 10px;
}

.contact-us .ui-widget-header{
    background: #000;
    border: 2px solid #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
 	border-color: #000;   
}

.loyaltypoints_box {
    background: #c6161c !important;
}

.loyaltypoints_box .row-credits .well {
    color: #c6161c;
    border-color: #fff !important;
}

.loyalty-value.text-success .text-warning,
.loyalty-label.text-warning {
    color: #468847;
}
/*---------------------html5 banner---------------------*/

.image{
    position: absolute;
    visibility:hidden;
} 
.slide_nav12837 {
    position: relative;
}
.bullet_1234 {
    float:left;
}
#globalDiv{
    display: none !important;
     cursor: pointer;
}
/*---------------------media queries---------------------*/


/*---------------------large desktop---------------------*/

@media (max-width: 1200px) {
    .home .prefooter{
     	padding: 10px;   
    }
    .website-image {
        text-align: center;
    }
    .navbar .nav>li>a {
        font-size: 21px;
    }
    #body{
     	padding: 0 20px;   
        margin: 0;
    }
    .home #body{
        padding: 0;
    }	
    #globalDiv{
     	display: none !important;   
    }
    .long-banner.hidden-desktop{
     	display: block !important;   
    }
}

/*---------------------portrait table and landscape desktop---------------------*/

@media (min-width: 768px) and (max-width: 979px) {
    .ct_header_row{
     	display: block !important;   
    }
    .ct_header_row .right_column, .ustatus{
     	display: none !important;   
    }
    .ct_header_row .left_column{
    	width: 100%;
    }
    #logo{
     	float: none;
        text-align: center;
        padding: 10px;
    }
    .menu h1 {
        font-size: 45px;
        line-height: 100%;
    }
    .navbar .nav {
        float: none;
        text-align: center;
    }
    .nav-collapse .dropdown-menu a {
        color: #fff;
        border-bottom: 2px solid #000;
    }
    .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: none;
        color: #fff;
        border-color: #fff;
    }
    .long-banner.website-image{
        margin-bottom: -20px;   
    }
    .ustatus{
     	display: none;   
    }
    
}

/*---------------------landscape phone and portrait tablet---------------------*/

@media (max-width: 767px) {
    .ct_header_row{
     	display: block !important;   
    }
    .ct_header_row .right_column, .ustatus{
     	display: none !important;   
    }
    .ct_header_row .left_column{
    	width: 100%;
    }
    #logo{
     	float: none;
        text-align: center;
        padding-top: 10px;
    }
    .ustatus{
     	display: none;   
    }
    .menu h1 {
        font-size: 45px;
        line-height: 100%;
    }
    .navbar .nav {
        float: none;
        text-align: center;
    }
    .nav-collapse .dropdown-menu a {
        color: #fff;
        border-bottom: 2px solid #000;
    }
    .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: none;
        color: #fff;
        border-color: #fff;
    }
    .mod_postcode_box > .input-append, .mod_postcode_box .btn-success, #mod_postcode_box_pc.span8 {
        width: 100%;
    }
    #mod_postcode_box_pc.span8 {
     	max-width: 100%;   
    }
    .mod_postcode_box .input-append .btn-group{
     	width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .prefooter .span4{
     	text-align: center;   
    }
    .long-banner{
        margin-bottom: -10px !important;   
    }
    .tl, .tr, .copyright {
        text-align: center !important;
    }
    footer .tl, footer .tr, .copyright {
        text-align: center !important;
        padding: 10px 0;
    }
    .how-im-ordering h2 {
        font-size: 21px;
    }
}

/*---------------------landscape phone and down---------------------*/

@media (max-width: 480px) {
	.mod_postcode_box input{
     font-size: 13px;   
    }
    .ct_local_branch_details{
     	display: none !important;   
    }
}
span.tip {

    /* Required */
    position: absolute;
    z-index: 2;
    display: none;

    /* Optional */
    font-size: 15px;
    max-width: 150px;
    height: auto;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 2px #666;
    background: #FD0;
    color: #000;
} 

.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th, table .muted,
.table-hover tbody tr:hover>th {
    /*border: 1px solid #ed1c24;*/
    background: #ed1c24;
    color: #fff;
}
a:hover, a:focus, a:active { color:#ed1c24; }
.ct_details_bar em { color:#fff; font-weight:bold; }
.ct_details_bar a:hover { color:#fff000; }
.ct_details_bar { padding:5px 0 10px; }


.alert.alert-warning {
    color:#1d1d1d;
    background: #FDC830;
    background: -webkit-linear-gradient(to bottom, #F37335, #FDC830);
    background: linear-gradient(to bottom, ##F3E44E, #FDC830);
}
.alert.alert-success {
    background: #49a131;
    background: -webkit-linear-gradient(to bottom, #49a131, #52c234);
    background: linear-gradient(to bottom, #49a131, #52c234);
    color:#fff;
}
.alert h3 { font-weight:bold !important; }



.alert.alert-success{
    background-color:#3cb64b;
}
.alert.alert-info{
    background:#35a4c5;
}
.alert.alert-danger{
   background-color: #ecdb0c;
    color:#000;
}
.alert.alert-warning{
    background-color:#f87806;
}
.sys-alert {
    text-align:center;
    padding:10px 10px;
    font-size:20px;
}
.sys-alert p {font-weight:bold; }
.home .sys-alert { margin-bottom:0px !important; }

footer .halal {
 	max-width: 40px;
    margin-top: 10px;
}
header .halal {
 	max-width: 40px;
    margin-left: 10px;
    float: left;   
}
.website-image.halal {
    text-align: center;
    
    img {
        border: none;
     	max-width: 250px;   
    }
}

@media (min-width: 980px) {
    header .halal {
    line-height: 65px;
        padding: 20px 0 10px;
        margin: 0 15px 0;
        max-width: 46px;

    }
}