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

body .visible-harrow, body .visible-queensway { display:none !important; } 
body .hidden-harrow, body .hidden-queensway { display:inherit !important; } 
body.shop_harrow .hidden-harrow, 
body.shop_queensway .hidden-queensway { display:none !important; }
body.shop_harrow .visible-harrow, 
body.shop_queensway .visible-queensway { 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: 'Lato';
}
h1 {
	font-family: 'Lato';
}
h2 {
	font-family: 'Lato';
}
h3 {
	font-family: 'Lato';
}
h4 {
	font-family: 'Lato';
}
body {
	background-color: #941616;

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

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

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

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

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

header {
    background: transparent url(/myimages/367/pattern2.png) repeat top left;
}

.welcome, .home #body > h1, .carousel-inner>.item>img, .carousel-inner>.item>a>img { display:none; }

.home header{
    position: relative;
    z-index: 10;
}
#container{
    background:none;
}
#container {
    width: 100%;
    border-radius: 0;
    background: none;
}
.ct_details_bar, #body, #responsive-food-menu, footer .row-fluid {
    max-width: 1080px;
    margin: 0 auto;
}
header .navbar-inner, .home #body,  .mod_postcode_box{
    max-width: 1920px;
    margin: 0 auto;
}
/**-------------------- GLOBAL --------------------------**/
body {
    padding-bottom:0;
}

#container {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.well {
    color:#fff;
    border:none;
    box-shadow:none;
}

a, em{
    color:#FFE500;
}

a:hover {
    text-decoration:none;
    color:#FFE500;
}

.well,#responsive-food-menu .navbar-inner{
    background-color: rgba(0,0,0,0.40);
}
.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a,
#basket-container h3,.alert h2,h1, h2, h3, h4,.checkout h5, .checkout h4,
legend{
    font-weight:normal;
}

#basket-container h3,.modal-header, .modal-footer,.checkout h5, .checkout h4,
legend,.members .sidebar-nav .nav-header{
    color:rgba(255,190,0,1.00);
    text-shadow: 1px 1px 0px #000,0px 0px 0px #000;
}


.catering tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.55);
}
.catering tr:nth-of-type(even) {
    background-color: rgba(0,0,0,0.35);
}


/**-------------------- DISPLAY NONE --------------------------**/
.ct_phone,#body-bottom-hr,.home .well-small, .home-about, .home .bgbar,
.bgsmall, .menu-selection h1,.checkout h2,.information .page-header,
.contact-us #body h1, .carousel-control, .carousel-indicators, .shisha #body h1, .catering #body h1{
    display:none;
}


/** ********** **/
/*.home h1 {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
}
.home h1 small {
    color:#FFE500;
}*/

.span4.column_modules {
    margin-top:30px;
}

/** ********** **/
/**-------------------- HEADER --------------------------**/
.span12.left_column {
    text-align:center;
    max-width: 1080px;
    margin: 0 auto!important;
    float: none;
}
#logo {
    padding: 10px 0px 0px;
}

#opening-status {
    background: #ffdc19;
    background: -moz-linear-gradient(top, #ffdc19 0%, #f62b37 100%);
    background: -webkit-linear-gradient(top, #ffdc19 0%,#f62b37 100%);
    background: linear-gradient(to bottom, #ffdc19 0%,#f62b37 100%);
    border: 1px solid #fff;
    border-top: 0px;
    padding: 7px;
    position: absolute;
    font-size: 16px;
    font-weight:bold;
}
.statuswrap {
    text-align:left;
}

.status-CLOSED {
    color:#fff !important;  
}
.status-OPEN {
    color:#fff !important;
}

.ct_details_bar {
    color:#fff;
    padding-top: 8px;
}
.home .ct_details_bar{
    display: none;
}	
/**-------------------- NAV --------------------------**/

.navbar {
    margin-bottom:0 !important;
}

.navbar .nav {
    width:100% !important;
}

header .navbar .nav {
    font-size: 1.2em;
}

header .navbar-inner {
    background: none;
    padding-bottom:10px;
    border:0;
}

.navbar .nav>li>a {
    color: #fff;
    text-shadow: none;
    padding: 10px 15px 10px;
    border-radius: 8px;
}

/*normal color on hover*/
.navbar .nav>li>a:focus, 
.navbar .nav>li>a:hover
{
    color:#fff;
    background-color: rgba(0,0,0,0.40);
}

/*current page*/
.menu .navbar .nav li.dropdown.active>.dropdown-toggle,
header .navbar .nav>.active>a,
.navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus{
    color:#fff;
    background:none;
    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-color: rgba(0,0,0,0.40);
}

header ul.dropdown-menu {
    text-align:left;
}

/*dropdown large nav hover*/
header .dropdown-menu {
    color:#fff;
    border:0;
    background:#511110;
}

/*dropdown nav menu&ordering*/
header .dropdown-menu>li>a {
    color:#fff;
}
/*hover on dropdown options*/
.navbar .nav .dropdown-menu>li>a:hover {
    color:#FFE500;
    background:none;
}
/**-------------------- CARET -----------------------**/
.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;
}
.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;
}
/**------dropdown styles everywhere else-----**/
.dropdown-menu>li>a{
    color:#fff;
}
.dropdown-menu>li>a:hover{
    border:0;
    background:#511110;
    color:#FFE500;
}
.dropdown-menu {
    background:#511110;
}

/*---------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;
}
.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:#fff;
    background-color: rgba(0,0,0,0.40);
}
/**------------------------ SLIDESHOW -------------------------**/
.column_slideshow.span12{
    float: none;   
    margin-top: -150px;
    overflow: hidden;
}
.carousel{
 	margin-bottom: 0;   
}
/*.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    max-height: 960px;
}*/
.carousel-inner>.item{
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}
.carousel .item{
    height: 660px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel .item:nth-child(1){
    background-image: url(/myimages/367/zpos-bg-ManoushHarrow_CateringSlide.jpg);
}
.carousel .item:nth-child(2){
    background-image: url(/myimages/367/zpos-bg-ManoushHarrow_BuffetSlide.jpg);
}
.carousel .item:nth-child(3){
    background-image: url(/myimages/367/zpos-bg-ManoushHarrow_RestaurantSlide.jpg);
}

.slide-text{
    position: absolute;
    bottom: 140px;
    padding: 0 150px;
    opacity: 0;
    -webkit-animation: slide-in 5.5s linear;
    animation: slide-in 5.5s linear;
}

.carousel-caption{
 	text-align: center;   
    background: rgba(0,0,0,0.25) url(/myimages/367/pattern2.png) repeat top left;
    right: auto;
    bottom: auto;
    left: 50%;
    top: calc(50% + 75px);
    padding: 30px 120px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-caption h1, .carousel-caption h2, .carousel-caption .btn.btn-default{
 	text-transform: uppercase;   
}
.carousel-caption h1{
    margin-bottom: 20px;
}	
.carousel-caption h1 span{
    color: #fdb81e;
}	
.carousel-caption h2{
    font-size: 20px;
}	

.carousel-caption .btn.btn-default{
    background: #ffdc19;
    background: -moz-linear-gradient(top, #ffdc19 0%, #f62b37 100%);
    background: -webkit-linear-gradient(top, #ffdc19 0%,#f62b37 100%);
    background: linear-gradient(to bottom, #ffdc19 0%,#f62b37 100%);
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
}	
.carousel-caption .btn.btn-default:hover, .carousel-caption .btn.btn-default:focus{
    background: #f6762b;
}

/**------------------------ POSTCODE BOX -------------------------**/
.column_modules.span12{   
    max-width: 1170px;
    margin: 20px auto !important;
    float: none;
}
.mod_postcode_box > .input-append {
    max-width: 100%;
    width: 70%;
}
.mod_postcode_box .lead{
 	text-transform: uppercase;   
}
.mod_postcode_box input, .mod_postcode_box .btn {
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
}
/**-------------------- MENU & ORDERING --------------------------**/
.btn-navbar .text-info {
    color:#fff !important;
}
.menu .span4 .website-image img{
    border-radius:3px;
}
.members .website-image img{
    border-radius:6px;
}
hr{
    border:0px;
}
h2 small {
    color:#000;
    text-shadow:none;
}
.popover-title {
    background:#510000;
    font-size:18px;
}
.popover {
    color:#510000;
}
.alert {
    color:#511110;
    background:rgba(255,190,0,1.00)!important;
    text-shadow:none;
    border:0px;
}
.navbar .brand {
    color:#fff;
    text-shadow:none;
}
form#navbar-search-menu {
    padding-right: 10px;
}
#responsive-food-menu .navbar-inner {
    background-image:none;
    border:none;
}
#responsive-food-menu .text-warning {
    color:#ff0 !important;
}
#responsive-food-menu.affix{
 	left: initial;   
}
/**-------------------- MODAL -------------------------**/
.modal-header, .modal-footer {
    background: #510000;
    border-radius:0px;
}
.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;
}

.checkout table#basket.table {
    background: none;
    color: #fff !important;
    margin-bottom:15px;
    color: #fff;
}
.checkout .table#basket th {
    color: rgba(255,255,255,0.8);
}
.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;
    border-bottom: 1px solid #fff;
}

.members small.muted {
    color:#fff;
}

/**------------ MEMBERS LOGIN ---------------**/
.hero-unit {
    background-color:rgba(255,190,0,1.00);
    color:#510000;
}
.hero-unit a {
    color:#d60202;
}
.members .sidebar-nav .nav-header {
    font-size:17px;
    font-weight:normal;
}
.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:#d60202;
    color:#fff;
}


.social {
    background-image: url("/myimages/367/logo2.png");
    background-color: rgba(0,0,0,.60);
    width: 100%;
    text-align: center;
    border-bottom-color: rgba(255,0,4,1.00);
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-top: medium solid rgba(255,0,4,1.00);
}

.social1 {
    background-image: url("/myimages/367/tripadvisor.gif");
}
.social2 {
    background-image: url("/myimages/367/facebook.gif");
}
.social3 {
    background-image: url("/myimages/367/google.gif");
}
.social4 {
    background-image: url("/myimages/367/twitter.gif");
}
.social1, .social2, .social3, .social4 {
    margin: 30px 10px;
    display: inline-block;
    font-size: 11pt;
    color: rgba(181,181,181,1.00);
    width: 12%;
    max-width: 250px;
    height: 150px;
    min-width: 170px;
    background-repeat: no-repeat;
    background-position: center;
}

.hours {
    background-color: rgba(0,0,0,0.60);
    padding: 30px;
    font-size: 10pt;
    color: rgba(146,146,146,1.00);
    text-align: center;
    border-top: thin solid rgba(0,0,0,1.00);
    margin-top:30px;
}
.hours h1, .hours h2 {
    color: rgba(255,190,0,1.00)!important;
    font-weight: 100;
    font-size: 2em;
    text-shadow: 1px 1px 0px #000,0px 0px 0px #000;
    padding: 16px 0px;
}
.hours1, .hours2, .hours3 {
    margin: 30px 10px;
    display: inline-block;
    font-size: 11pt;
    color: #fff;
    height: 260px;
    width: 260px;
    padding: 0 15px;
    vertical-align: top;
    background-color: rgba(0,0,0,0.40);
    text-rendering: auto;
    border-radius: 8px;
    -webkit-box-shadow: inset 1px 1px 1px 1px #060606;
    box-shadow: inset 1px 1px 1px 1px #060606;
    background-repeat: no-repeat;
    background-position: 50% 93%;
}
.hours1 {
    background-image: url("/myimages/367/open.gif");
}
.hours2 {
    background-image: url("/myimages/367/manoush_dessert1311.png");

}
.hours3 {
    background-image: url("/myimages/367/lunch.gif");
}

/**------------------------- FOOTER-------------------------------**/
footer {
    background-color:#000;
    padding:20px 0px;
    margin:0px;
}

.label-copyright {
    color:#fff;
}
.copyright{
    line-height:15px;
    padding-top:2px;
}
.cards, .tr.vendor a.vendor-zpos img {
    padding-top:2px;
}


/**------------------------- 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;
}

/*---------- pending etc -----------------*/
.row-order-complete- {
    color:#fff;
    background:rgba(0, 0, 0, 0.5);
}
.error-500 h1, .error-500 h2, .error-500 p {
    color:#fff;
}


/**-------------------- 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:#000;
    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;
}

/*----img height fix menu------*/
.row-product .media .media-object {
    height: 100%;
    width: 100px;
}


/*---------------------button styles---------------------*/
.btn{
    background-image: none; 
    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 {
    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 {
    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 {
    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 {
    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 {
    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%);
}
/**-------------------- SHISHA --------------------------**/
.shisha #body div,
.catering .catering_bodydiv{
    padding: 20px;
    box-sizing: border-box;
}
.shisha h2,
.catering h2{
 	color: #FFE500;
}
.shisha p,
.catering p{
    font-size: 20px;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
    margin: 10px 0;
}
.catering #body li {
    font-size: 20px;
    line-height: 30px;
    color: rgba(255,255,255,0.9);
}

.shisha #body img,
.catering .preview-window,
.catering .tc img,
.catering .tl img{
    background-color: rgba(1,1,1,.3);
    border: 1px solid rgba(1,1,1,.3);
    border-radius: 15px;
    padding: 7px;
    -webkit-box-shadow: 5px 11px 13px -6px #000;
    -moz-box-shadow: 5px 11px 13px -6px rgba(0,0,0,1);
    box-shadow: 5px 11px 13px -6px #000;
}

.shisha #body .thumbs-set img{
  	background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;  
}
.shisha figcaption,
.catering figcaption{
    font-size:20px;
    margin: 15px 0;
    font-style: italic;
}	
.catering .gallery .preview-window{
 	margin-bottom: 20px;   
    text-align: center;
}
.thumbs-set ul{
	width: 100%;
    height: auto;
    left: 0px;
	margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none !important;
    list-style-image: none !important;
}
.thumbs-set ul li{
    float: none;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    border: none;
    padding: 0 2px 6px;
    background-image: none;
    list-style-type: none !important;
    margin: 0;
    box-sizing: border-box;
}
.thumbs-set ul li .img-wrapper {
    display: block;
    float: left;
    border: 1px solid #D6D6D6;
    padding: 10px !important;
    color: #f00;
    overflow: hidden;
    width: 100px;
    height: 75px;
    vertical-align: middle;
    text-align: center;
    background: rgba(255,255,255,0.3);
}
.thumbs-set ul li:hover .img-wrapper{
    background: rgba(255,255,255,0.8);
}
.thumbs-set ul li .img-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    max-width: none;
    padding: 0 !important;
    background: none;
    border: none;
}
.thumbs-set ul li .img-container img{
    margin: 0px;
    padding: 0px;
    border: 0px solid #fff;
    width: auto;
    height: auto;
    display: block;
    position: relative;
}
.farsi {
    font-size: 16pt;
    font-weight: 200;
    direction: rtl;
    line-height: 1.2;
    margin-bottom:20px;
}

.farsi h2 {
    font-size: 50px;
    padding: 20px 0px;
}
.clear{
 	clear: both;
    padding: 0;
    margin: 0;
}
/**----------------------------	ANIMATION -------------------------------**/
-webkit-@keyframes slide-in{
 	0%{
     	opacity: 0;   
        bottom: 100%;
    }
    40%{
     	opacity: 1;
        bottom: 140px;
    }
    90%{
     	opacity: 1;   
        bottom: 140px;
    }
    100%{
     	opacity: 0;
        bottom: 0;
    }
}
@keyframes slide-in{
 	0%{
     	opacity: 0;   
        bottom: 100%;
    }
    40%{
     	opacity: 1;
        bottom: 140px;
    }
    90%{
     	opacity: 1;   
        bottom: 140px;
    }
    100%{
     	opacity: 0;
        bottom: 0;
    }
}
-webkit-@keyframes slide-img{
 	0%{
        transform: scale(1);
    }
    60%{
     	transform: scale(1.2);
    }
    90%{
     	transform: scale(1.2);
    }
    100%{
     	opacity: 0;
        transform: translate(500px, 0);
    }
}
@keyframes slide-img{
 	0%{
        transform: scale(1);
    }
    60%{
     	transform: scale(1.2);
    }
    90%{
     	transform: scale(1.2);
        opacity: 1;
    }
    100%{
     	opacity: 0;
        transform: translate(0, -500px);
    }
}
/**------------------------- MEDIA QUERIES -------------------------------**/
@media (max-width:1200px){
    .ct_local_branch_details, .span4.tr.vendor img {
        padding-right: 10px;
    } 
    #basket-container.ui-widget {
        margin-top:20px;
    }
    .menu .website-image {
        display:none;
    }
}


@media (min-width: 979px) {

    .navbar .nav, .navbar .nav > li {
        float: none !important;
        display: inline-block;
        vertical-align: top;
    }
    .navbar-inner {
        text-align: center;
    }
}
/* Not Desktop */
@media (max-width:979px){
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, footer { 
        width:100%; 
    }
    .navbar .nav > li, .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a{
        text-align: center;
        font-size: 20px;
    }	
    .nav-collapse .dropdown-menu a{
        font-size: 18px;   
    }
    
}


/* Portrait tablet to landscape and desktop */


/* 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;
    }
    .statuswrap {
        position: relative;
        padding: 5px 0px;
        text-align: center;
        width: 100%;
        border: 1px solid #fff;
        border-top: 0px;
        box-sizing: border-box;
    }
    #opening-status {
        position: relative;
        border: none;
        background: none;
    }
    .slide-text{
     	display: none !important;   
    }
    .gallery .thumbs-set{
     	display: none;   
    }

}

@media (max-width: 480px) {
    .carousel{
        margin-top: 150px;
    }	
    .carousel .item {
        padding-top: 50px;
        height: 300px;
    }
    .carousel-caption{
        padding: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .mod_postcode_box input,
    .mod_postcode_box .btn-group .btn,
    .form-horizontal .input-append input,
    .input-append input {
        max-width: initial;
        width: 100% !important;
        border-radius: 0 !important;
    }
    .mod_postcode_box .btn-group,
    .form-horizontal .input-append .btn,
    .input-append .btn {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
}
.home .hours { display:none; }



