
body .visible-maidstone { display:none !important; } 
body .hidden-maidstone { display:inherit !important; } 
body.shop_maidstone .hidden-maidstone { display:none !important; }
body.shop_maidstone .visible-maidstone { 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: #bb152b;
}
h1 {
	color: #0e8d45;
	font-weight: bold;
}
h2 {
	color: #0e8d45;
	font-weight: bold;
}
h3 {
	color: #bb152b;
}
h4 {
	color: #bb152b;
}
body {
	background-color: #ffffff;

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

	background-repeat: repeat-y;
	background-position: right top;
	background-size: cover;
}

header, #mobile-header {

	background-image:none;
}

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

/* Core CSS Fixes */
/* With the plan to be commited to the master.css in the future */ 

/* END Core CSS Fixes */
/****************************************************************/

/**-- DISPLAY NONES --**/
.ct_user_status,
.home .main,
.home h1, .home-about, #body-bottom-hr,.row_mods,.row_phones,
.social_media_links small,
.voucher_box .success span,
#basket-container hr,
.ct_details_bar,
.product-262238,
.home_social {
	display: none !important;
}

/* *************** */
/* GLOBAL SETTINGS */
/* *************** */
*,
#mod_postcode_box_pc::placeholder {
	font-family: 'eras_medium_itcregular';
    line-height: 1;
}

input, button, select, textarea,
.mod_postcode_box .lead, .mod_postcode_box .lead span,
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span,
h1,h2,h3,h4,h5,h6 {
    font-family: 'eras_bold_itcregular' !important;
}

body {
    padding: 0;
}
#container {
    background: none;
    padding: 0;
	width: 100%;
}
#body {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

body.home {
	background-image: none;
}

#body,
footer {
	padding: 20px;
}

.home #body {
	padding: 0;
}

a{
    color:#fbad18;
    text-decoration:none;
}
a:hover, a:focus{
    color:#fbce18;
}
em {
 	color: #f86d1c;   
}
.website-image {
    text-align: center;   
}
ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
	margin: 0 0 10px 25px;
}
* {
	text-shadow: none !important;
	border-radius: 0 !important;
	line-height: normal;
}
#container { box-shadow:none; }

p,
small,
th, tr, td,
address,
.controls{
	color: #bb152b;
}

.ui-widget-content a,
.greenText {
	color: #0e8d45;
}

.redText,
.redText a {
 	 color: #bb152b;  
}

.well-special-requests h5,
.well-special-requests small {
	color: #bb152b;
}

/**-- SITE WIDTH --**/
.ct_details_bar, #body, #responsive-food-menu, .navbar-inner .container,
footer .row-fluid {
	max-width: 1170px;
	margin: 0 auto;
}

.contentRow,
.tileSection,
.slideSection,
.ct_header_row,
footer .row-fluid {
	max-width: 1400px; 
    margin: 0 auto;
}

.home .inner-wrapper {
	padding-bottom: 40px;
}

.home #body {
	max-width: 100%;
    margin: 0 auto !important;
}

header,
.landingSection {
	
    background-image: url("/myimages/814/zpos-bg-ItalianoPizza_LandingBG_v2.jpg");
    background-size: cover;
    background-position: top center;
}

header {
	background-image: url("/myimages/814/zpos-bg-ItalianoPizza_NonHomeBG.jpg");
}

header .left_column.span8,
header .right_column.span8 {
 	display: flex;   
    align-items: center;
}

.home header {
	background-image: none;
    height: auto;
    background-position: center;
}

.landingSection {
	height: 100vh;
}

.slideContainer {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 45%, left 79%;
    background-image: url(/myimages/814/ItalianoPizza_PostcodeSectionCircles_Rightmin.png), url(/myimages/814/ItalianoPizza_FooterBG_BottomLeftmin.png);   
}       

.prefooterSection {
	background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(/myimages/814/ItalianoPizza_FooterBG_TopRightmin.png);   
}

.home .inner-wrapper {
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
	background-image: url(/myimages/814/ItalianoPizza_FooterBG_BottomLeftmin.png);
}

/* **************** */
/* BUTTONS & ALERTS */
/* **************** */

.alert p,
.ui-state-highlight th,
.ui-state-highlight td {
 	color: #fff;   
}

/**-- BUTTONS --**/

.btn {
	border: none;
    box-shadow: none;
    border-radius: 5px !important;
    padding: 5px 12px;
}

.home .btn {
	padding: 16px 32px;
    font-size: 21px;
    border-radius: 12px !important;
}
.btn,
.btn:hover,
.btn:focus {
	border: none;
}

.btn-order {
	margin-bottom: 5px;
}

/**-- COLOURS --**/

.alert {
	border: none;
}

.btn-success,
.alert-success,
.label-success,
.badge-success,
#editProductModal .btn-group>.dropdown-toggle.btn-success,
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success,
.trigger-paymentmethod .btn.active { 
	background: #0e8d45 !important; 
	color: #FFFFFF !important;
}
.btn-success:hover,
.btn-success:focus { 
	background: #00672d !important; 
	color: #FFFFFF !important; 
}
.text-success, .loyalty-card>div .loyalty-value { 
	color: #0e8d45 !important; 
}

.btn-primary, .alert-primary, .label-primary, .badge-primary { 
	background: #2738b5 !important; 
	color: #FFFFFF !important; 
}

.btn-primary.active,
.btn-primary:hover, .btn-primary:focus { 
	background: #13228f !important; 
	color: #FFFFFF !important; 
}
.text-primary { 
	color: #13228f !important;
}

.btn-info, .alert-info, .label-info, .badge-info,
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle { 
	background: #007eff !important; 
	color: #FFFFFF !important; 
}
.btn-info:hover,.btn-info:focus, .btn-group.open .btn-info.dropdown-toggle,
#editProductModal fieldset .btn-group>.dropdown-toggle:hover,
#editProductModal fieldset .btn-group>.dropdown-toggle:focus, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:hover,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:focus { 
	background: #0064cb !important; 
	color: #FFFFFF !important; 
	}
.text-info { 
	color: #2185cd !important; 
}

.btn-danger, .alert-danger, .label-danger, .badge-danger,.alert-error, .modal-footer button:first-of-type,
#editProductModal .btn-group>.dropdown-toggle.btn-danger,
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger {
	background: #ef0000 !important;
	color: #FFFFFF !important;
}
.btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type:hover {
	background: #d90000 !important; 
	color: #FFFFFF !important; 
}
.text-danger, .text-error { 
	color: #cf0000 !important; 
}

.btn-warning, .alert-warning, .label-warning, .badge-warning { 
	background: #ef8400 !important; 
	color: #FFFFFF !important; 
}
.btn-warning:hover,.btn-warning:focus {
	background: #cf7200 !important; 
	color: #FFFFFF !important;
}
.text-warning { 
	color: #ef8400 !important; 
}

.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse { 
	background: #a0a0a0 !important; 
	color: #FFFFFF !important; 
}
.btn-inverse:hover, .btn-inverse:focus { 
	background: #7f7f7f !important; 
	color: #FFFFFF !important; 
}

.btn-border {
	margin-left: 16px;
}

.btn-border,
.btn-border:hover,
.btn-border:focus {
	background: none !important;
    border: 2px solid #0e8d45;
    color: #0e8d45 !important;
    box-sizing: border-box;
    padding: 14px 32px !important;
}

.btn-border:hover,
.btn-border:focus {
    border-color: #00672d !important;
	background: #00672d !important;
    color: #fff !important;
}


/**-- TABLE STRIPED FIX --**/
table,
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th,
.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th,
table .muted {
	background: transparent;
}
.table-hover tbody tr.ui-state-highlight:hover>th,
.table-hover tbody tr.ui-state-highlight:hover>td {
	background: transparent;
}
.row-odd, .row-product:hover {
	background: none;
}



/* Elements with Dropshadow */
.ui-tabs-menu,
.well {
    background: #f7f7f7;
    color: #687480;
    border: none;
    box-shadow: 0 2px 2px #cccfd4!important;
    border-radius: 3px!important;
}



/**-- WELLS, MODALS, ALERTS --**/
.voucher_box,
.well-login,
.well {
    background: #f7f7f7;
    color: #687480;
}

.voucher_box,
.well-login {
	background: #f7f7f7 !important;
}

.voucher_box h5,
.well-login h5 {
	color: #bb152b;
}

#checkoutPhoneNumber,
#checkoutVouchercode {
	height: 28px;
}

.well,
.modal-header,
.page-review-order {
	color: #1d1d1d;
    box-shadow: none !important;
}

.alert .lead {
	color: #fff;
}
.alert { background-color: #6e6e6e; color: #FFFFFF; }
.modal-body { background: #FFFFFF; color: #000000; }
.alert h4 {
	font-size: 45px;
	line-height: 110%;
}
.modal-header .close, .well .close, .alert .close, 
.well.sys-alert button.close, #editProductModal .close {
	color: #FFFFFF;
	opacity: 0.8;
}

.modal-header {
	background: #bb152b;	
}

.modal-header h3 {
	font-size: 24px;
    color: #fff;
}
.modal-footer {
	background: #005425;
	color: #fff;
	opacity: 1;
}
.modal-footer * {
	color: #fff;
}

.modal-body .well {
	background: #f5f5f5 !important;
	color: #000000;
    box-shadow: none !important;
}
.well.sys-alert {
    background: #6e6e6e;
    border: none;
	text-align: center;
	color: #FFFFFF;
    border-radius: 0 !important;
    border: none !important;
}
.well-small.sys-alert .lead {
	color: #FFFFFF;
}
.sys-message {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	text-align: center;
}



/**-- INPUTS --**/
select, textarea, input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], 
input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"], 
input[type="url"], input[type="search"], input[type="tel"], 
input[type="color"],
.page_members .btn-group .btn.dropdown-toggle,
#responsive-food-menu button {
    font-family: 'eras_medium_itcregular' !important;   
    box-sizing: border-box !important;
    height: 30px;
}

.lead,
.control-label {
    color: #bb152b;
}

/**-- LEGEND --**/
legend {
	/*text-align: center;*/
}

/**-- CARETS --**/

/*Main menu*/
header .navbar .caret {
	border-top-color: #FFFFFF !important;
	transition: transform 0.3s;
	margin-top: 12px !important;
}
header .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
	transform: rotate(180deg);
}
.navbar .nav li.dropdown>.dropdown-toggle:hover>.caret,
.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color: #bbbbbb !important;
}

.navbar .nav li.dropdown.active>.dropdown-toggle .caret {
	border-top-color: #fff;
}

/*Food menu*/
#editProductModal .btn-info .caret,
#editSpecialDealModal .btn-info .caret {
	margin-top: 8px;
	border-top-color: #FFFFFF;
}
#editProductModal .btn-option .caret,
#editSpecialDealModal .btn-option .caret {
	margin-top: 4px;
	border-top-color: #FFFFFF;
}

/*Postcode box*/
.mod_postcode_box .caret {
	border-top-color: #FFFFFF;
	transition: transform 0.3s;
}
.mod_postcode_box .btn-group.open .btn.dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	transform: rotate(180deg);
}
.page_members .btn-group .btn.dropdown-toggle .caret{
    margin-top: 8px;
	border-top-color: #000000;
}

/**-- DROPDOWN MENU --**/
.dropdown-menu {
	border: 0;
	background: #bb152b;
    padding: 0;
}
.dropdown-menu>li:last-child {
	padding-top: 5px;
}
.dropdown-menu>li>a {
	font-size: 18px;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: #0e8d45;
}

/**-- HEADER --**/
#opening-status {
 	font-size: 21px;
    border: none;
    background: none;
	margin-left: 0px;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}

.openContainer .tooltip {
	top: 110px !important;
}

.openContainer .tooltip-arrow {
	top: 0;
    bottom: unset;
    transform: rotate(180deg);
}

.ct_header_row {
	padding: 10px;
    box-sizing: border-box;
}

.home .ct_header_row {
	padding-top: 25px;
    position: relative;
}
.ct_details_bar {
	margin-bottom: 30px;
	font-weight: bold;
}
.ct_details_bar, .ct_details_bar a, .ct_details_bar em {
	color: #bb152b;   
    font-style: normal;
}
header {
	
}
#logo {
	margin-right: 20px;
}

#logo img {
	max-width: 295px;
}

/**-- MAIN MENU --**/
/*Style the main navbar*/
header .navbar {
	margin-bottom: 0px !important;
}
header .navbar-inner {
	background: none;
	border: none;
	padding: 0px;
    box-shadow: none;  
}

header .navbar-inner .nav {
	margin-right: 0px;
}
header .navbar .nav>li {
	padding: 0px 20px;
}

.locationContainer,
header .navbar .nav>li>a,
header .nav-collapse .nav>li>a,
header .nav-collapse .dropdown-menu a,
.navbarStatuses a {
	color: #fff;
	font-size: 21px;
	height: 30px;
	line-height: 30px;
    padding: 0;
}

header .nav-collapse .dropdown-menu a {
	padding: 4px 10px;
}

header .nav-collapse .dropdown-menu a:hover,
header .nav-collapse .dropdown-menu a:focus {
    background: #0e8d45;
}

.locationContainer {
	height: unset;
}

.nav-collapse .dropdown-menu a {
	font-size: 16px;
}
header .navbar .nav>.active>a, 
header .navbar .nav>.active>a:focus,
header .navbar .nav>.active>a:hover {
 	color: #fff;   
    background: none;
    box-shadow: none;
}

header .navbar .nav>li>a:focus,
header .navbar .nav>li>a:hover, 
header .navbar .nav li.dropdown.open>.dropdown-toggle,
header .navbar .nav li.dropdown.active>.dropdown-toggle:hover,
header .navbar .nav li.dropdown.active>.dropdown-toggle:focus,
header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #bbbbbb;
	background: none;
    box-shadow: none;
    border-bottom: 2px solid #bbb;
}

header .navbar .nav li.dropdown.active>.dropdown-toggle {
	background: none;
    color: #fff;
}

header .navbar .nav>.active>a, 
header .navbar .nav>.active>a:focus,
header .navbar .nav>.active>a:hover {
	border-bottom: 2px solid #fff;
}

/**-- MOBILE MENU --**/

header .navbar .btn-navbar {
	margin-bottom: 10px;
}

header .navbar .btn-navbar,
header .navbar .btn-navbar.collapse {
	background-image: none !important;
	width: auto;
	height: auto;
	text-shadow: none;
	border: none;
	background-color: #F5F5F5 !important;
}
header .navbar .btn-navbar:hover, 
header .navbar .btn-navbar:focus  {
    
}
header .navbar .btn-navbar .icon-bar {
	width: 25px;
	height: 2px;
    background: #991829;
    box-shadow: none;
}
header .navbar .btn-navbar .icon-bar+.icon-bar {
	margin-top: 5px !important;
}

.uk-offcanvas-bar {
}
.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 #order-empty {
 	margin-bottom: 15px;   
}
#mobile_food_menu_nav .btn {
    background:#323232 !important;
    color: #fff !important;
    padding: 5px;
    border: none !important;
}

#mobile_food_menu_nav .btn:hover,
#mobile_food_menu_nav .btn:focus {
 	background: #323232;   
}

#mobile_food_menu_nav .btn small {
	color: #fff;
}

#zp-offcanvas-menu .uk-offcanvas-bar {
    background: #890012;
}
#zp-offcanvas-basket .uk-offcanvas-bar {
    
}

/**-- FOOTER --**/
footer { 
	margin-top: 0px;
}

.home footer {
	margin-top: 90px;	
}

footer .row-fluid {
    border-radius: 25px !important;
	background-color: #ededed; 
    box-sizing: border-box;
    padding: 20px 30px 17px;
	width: auto;
}



.label-copyright {
	color: #138f48;
}

.label-copyright a {
	color: #bb152b;
}
.copyright { text-align: left; }
.vendor { float: right; }
.cards, .vendor { padding-top: 5px; }




/**-- HOME PAGE --**/
.column_slideshow img {
	/*width: 100%;*/
	margin: auto;
	display: block;
}
#myCarousel {
    margin-top: -200px;
	margin-bottom: 0px;
    height: 380px;
}

.carouselControls {
	max-width: 160px;
    position: absolute;
    top: 445px;
    left: 60px;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    background: #bb152b;
}

.carousel-indicators li.active {
	background: #0e8d45;
}

.carousel-control {
	color: #bbbbbb;
	background-color: transparent;
	border: none;
    z-index: 2;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #dc0d15;
}
.carousel-caption {
	background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    max-width: 820px;
    padding-left: 75px;
}

.carousel-caption .caption-content {
	color: #bb152b;
    font-size: 28px;
    line-height: 1.2;
    max-width: 700px;
    margin: 10px 0 30px;
}

.carousel-caption p small {
	display: block;
    font-size: 12px;
    margin: 6px 0 0;
}

.carousel-caption h4 {
	font-size: 90px;
    margin: 0;
}

.contentRowBody h2 span,
.tileSection h2 span,
.carousel-caption h4 span {
	text-shadow: rgb(255, 255, 255) 10px 0px 0px, rgb(255, 255, 255) 9.95004px 0.998334px 0px, rgb(255, 255, 255) 9.80067px 1.98669px 0px, rgb(255, 255, 255) 9.55336px 2.9552px 0px, rgb(255, 255, 255) 9.21061px 3.89418px 0px, rgb(255, 255, 255) 8.77583px 4.79426px 0px, rgb(255, 255, 255) 8.25336px 5.64642px 0px, rgb(255, 255, 255) 7.64842px 6.44218px 0px, rgb(255, 255, 255) 6.96707px 7.17356px 0px, rgb(255, 255, 255) 6.2161px 7.83327px 0px, rgb(255, 255, 255) 5.40302px 8.41471px 0px, rgb(255, 255, 255) 4.53596px 8.91207px 0px, rgb(255, 255, 255) 3.62358px 9.32039px 0px, rgb(255, 255, 255) 2.67499px 9.63558px 0px, rgb(255, 255, 255) 1.69967px 9.8545px 0px, rgb(255, 255, 255) 0.707372px 9.97495px 0px, rgb(255, 255, 255) -0.291995px 9.99574px 0px, rgb(255, 255, 255) -1.28844px 9.91665px 0px, rgb(255, 255, 255) -2.27202px 9.73848px 0px, rgb(255, 255, 255) -3.2329px 9.463px 0px, rgb(255, 255, 255) -4.16147px 9.09297px 0px, rgb(255, 255, 255) -5.04846px 8.63209px 0px, rgb(255, 255, 255) -5.88501px 8.08496px 0px, rgb(255, 255, 255) -6.66276px 7.45705px 0px, rgb(255, 255, 255) -7.37394px 6.75463px 0px, rgb(255, 255, 255) -8.01144px 5.98472px 0px, rgb(255, 255, 255) -8.56889px 5.15501px 0px, rgb(255, 255, 255) -9.04072px 4.2738px 0px, rgb(255, 255, 255) -9.42222px 3.34988px 0px, rgb(255, 255, 255) -9.70958px 2.39249px 0px, rgb(255, 255, 255) -9.89993px 1.4112px 0px, rgb(255, 255, 255) -9.99135px 0.415807px 0px, rgb(255, 255, 255) -9.98295px -0.583741px 0px, rgb(255, 255, 255) -9.8748px -1.57746px 0px, rgb(255, 255, 255) -9.66798px -2.55541px 0px, rgb(255, 255, 255) -9.36457px -3.50783px 0px, rgb(255, 255, 255) -8.96758px -4.4252px 0px, rgb(255, 255, 255) -8.481px -5.29836px 0px, rgb(255, 255, 255) -7.90968px -6.11858px 0px, rgb(255, 255, 255) -7.25932px -6.87766px 0px, rgb(255, 255, 255) -6.53644px -7.56803px 0px, rgb(255, 255, 255) -5.74824px -8.18277px 0px, rgb(255, 255, 255) -4.90261px -8.71576px 0px, rgb(255, 255, 255) -4.00799px -9.16166px 0px, rgb(255, 255, 255) -3.07333px -9.51602px 0px, rgb(255, 255, 255) -2.10796px -9.7753px 0px, rgb(255, 255, 255) -1.12153px -9.93691px 0px, rgb(255, 255, 255) -0.123887px -9.99923px 0px, rgb(255, 255, 255) 0.87499px -9.96165px 0px, rgb(255, 255, 255) 1.86512px -9.82453px 0px, rgb(255, 255, 255) 2.83662px -9.58924px 0px, rgb(255, 255, 255) 3.77978px -9.25815px 0px, rgb(255, 255, 255) 4.68517px -8.83455px 0px, rgb(255, 255, 255) 5.54374px -8.32267px 0px, rgb(255, 255, 255) 6.34693px -7.72764px 0px, rgb(255, 255, 255) 7.0867px -7.0554px 0px, rgb(255, 255, 255) 7.75566px -6.31267px 0px, rgb(255, 255, 255) 8.34713px -5.50686px 0px, rgb(255, 255, 255) 8.8552px -4.64602px 0px, rgb(255, 255, 255) 9.27478px -3.73877px 0px, rgb(255, 255, 255) 9.6017px -2.79415px 0px, rgb(255, 255, 255) 9.83268px -1.82162px 0px, rgb(255, 255, 255) 9.96542px -0.830894px 0px !important;
}


.carousel-indicators {
}

.postcodeSection {
	position: relative;
    margin-top: 245px;
}

.contentSection {
 	margin-top: -135px;  
    padding-top: 230px;
    height: 800px;
    box-sizing: border-box;
}

.mod_postcode_box {
    background: #fff !important;
    max-width: 940px;
    margin: 0 auto;
    border-radius: 20px !important;
    padding: 20px 115px 40px;
    box-sizing: border-box;
    
}

.mod_postcode_box,
.tile {
    box-shadow: 0px 8px 15px 4px rgb(0 0 0 / 4%) !important;
}
   
.mod_postcode_box .dropdown-menu {
	width: 100%;
    text-align: center;
}
.mod_postcode_box .btn  {
	padding: 10px 40px !important;
}

#mod_postcode_box_pc,
.mod_postcode_box .btn {
 	height: 53px !important;   
}

#mod_postcode_box_pc {
	color: #878787;
    margin-left: 0px;
    line-height: normal !important;
    vertical-align: middle !important;
    font-size: 20px;
    height: 40px;
    max-width: 465px;
    background: #ededed;
    border: none;
    box-shadow: none;
    border-radius: 15px !important;
    margin-right: 20px;
    padding: 0 !important;
}
#mod_postcode_box_pc::placeholder {
	color: #878787;
	/*line-height: normal !important;
	vertical-align: middle !important;
	position: relative;*/
}

.mod_postcode_box .lead {
    font-size: 70px;
	color: #bbbbbb;
}
.mod_postcode_box .col3 .muted {
	color: #8c0005;
    font-size: 15px;
}
.mod_postcode_box .col2 {
    margin: 5px auto 25px;
    font-size: 14px;
}
.mod_postcode_box .btn-group.open .btn.dropdown-toggle, .mod_postcode_box .dropdown-menu {
	text-align: center;
}

.contentSection {
	background-image: url(/myimages/814/zpos-bg-ItalianoPizza_TilesBG.jpg);
    background-size: cover;
    background-position: top center;
}

/**-- SOCIAL MEDIA --**/
.social_media_links {
	max-width: 120px;
	/*margin: 40px auto 0;*/
    margin: 20px auto;
}
.social_media_links .btn { 
	padding: 0 !important; 
    background: none;
}
.social_media_links a, .social_media_links a:hover, .social_media_links a:focus { 
	background-color: transparent !important; 
}
.social_media_links a:hover {
	transform: translateY(3px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.social_media_links img { 
	max-width: 44px;
}

/**-- CUSTOM BITS --**/

.tileSection h2 {
 	font-size: 58px; 
    margin-bottom: 75px;
}

.tileSection h2,
.tile {
 	text-align: center;   
}

.tile {
	border-radius: 25px !important;
    overflow: hidden;
    text-align: left;   
    background: #fff;
    font-size: 20px;
}

.tileContent {
	padding: 30px;
    box-sizing: border-box;
}

.tile h3 {
    font-size: 50px;
    margin-bottom: 38px;
    text-align: left;
}

.tile p {
	font-size: 20px;
    color: #dc0d15;
    margin: 0;
}

.tile .btn {
 	border-radius: 15px !important;   
    margin-top: 38px;
}

.tile .btn .fa-caret-right {
    margin-left: 5px;
}

.tileOne img {
 	border-bottom: 5px solid #bb152b;   
}

.tileOne .btn-danger {
	background: #bb152b !important;	
}
.tileOne .btn-danger:hover,
.tileOne .btn-danger:focus {
	background: #9d0b1e !important;	
}

.tileOne p {
	color: #dc0d15;
}

.tileTwo img {
 	border-bottom: 5px solid #a0a0a0;   
}

.tileTwo h3,
.tileTwo p {
	color: #a0a0a0;
}

.tileThree img {
 	border-bottom: 5px solid #0e8d45;   
}

.tileThree h3,
.tileThree p {
	color: #0e8d45;
}

.prefooterSection {
	padding-top: 402px;
}

.contentRow {
    position: relative;
	display: flex;
    flex-direction: row;
}

.contentRow img {
	position: absolute;
    z-index: 1;
}

.contentRowBody {
    background-image: url("/myimages/814/ItalianoPizza_AboutBGmin.png");
    background-size: auto;
    
    background-repeat: no-repeat;
}
    

.contentRowBody {
    position: relative;
 	margin: 34px 0;   
    padding: 70px 90px 195px 616px;
    background-color: #ededed;
    border-radius: 0 25px 25px 0 !important;
    background-position: bottom right;
}

.contentRowBody h2 {
	font-size: 58px;
    margin: 0;
}

.contentRowBody .btn-row {
	margin-left: 110px;
}

.contentRowBody .btn .fa-caret-right {
	margin-left: 5px;
}

.contentRowText {
 	font-size: 21px;
    color: #484848;
    margin: 40px 0;
}

.contentRowText p {
 	color: #2c2c2c;   
}

.contentRowText p > span {
 	display: block;   
}

.paraLineOffset1 {
	margin-left: 60px;
}

.paraLineOffset2 {
	margin-left: 70px;
}

.paraLineOffset3 {
	margin-left: 80px;
}
.paraLineOffset4 {
	margin-left: 90px;
}

/**-- MENU PAGE --**/
.page_menu .ui-tabs-panel .row-product h5,
.page_menu .ui-tabs-panel .row-product .description,
.page_menu .ui-tabs-panel .row-product .price,
.page_menu .ui-tabs-panel .row-product .name small {
	color: #bb152b;  
}
.page_menu .ui-tabs-vertical .tb-nav-tabs { border: none; }
.page_menu .cat-desc {
	padding: 10px 20px;
	border: none;
	color: #FFFFFF;
	padding: 20px;
}
.page_menu .row-product .description,
.page_menu .row-product .price {
	font-size: 16px;
}
.page_menu .row-product small {
	font-size: 14px;
    color: #bb152b;
}

.page_menu .row-product .span5 .name {
	color: #bb152b;
}

.page_menu .row-product .name {
	font-size: 20px;
    color: #0e8d45;
}

#basket-container { 
    background: #f7f7f7;
    box-shadow: none !important;
	padding: 20px; 
	margin-bottom: 30px; 
}
#basket-container h3 {
	color: #bb152b;
}
#basket-container,
#basket-container small,
#basket-container th,
.checkout .well-basket .muted,
.checkout .well-basket small {
	color: #bb152b;
    font-size: 100%;
}
.well-basket .note-delivery small {
	/*color: #FFFFFF;*/
}
#basket-container a { 
	margin-top: 10px;
    padding: 10px;
    font-size: 18px;
}
#basket-container .table th,
#basket-container .table td,
.checkout .product-basket th,
.checkout .product-basket td  {
	border-color: #383536;
	color: #bb152b;
}
#basket-container .text-success,
.well-basket .text-success {
	color: #0e8d45;
}
#basket-container .text-info,
.well-basket .text-info {
	/*color: #48b9ef;*/
}
.how-im-ordering {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px !important;
	background: transparent;
	color: #FFFFFF;
}
.how-im-ordering h2 {
	font-size: 26px;
}
.how-im-ordering small {
	color: #707070;
	font-weight: bold;
}

.how-im-ordering small:hover,
.how-im-ordering small:focus {
    color: #565656;
}

/*RESPONSIVE FOOD MENU/SEARCH*/
.menu-container .navbar-affix-container,
.menu-container .navbar-affix-container .navbar-inner {
	background-color: transparent !important;
	background-image: none;
	height: auto !important;
	border: none;
}
#responsive-food-menu {
	background-color: #0e8d45;
}
#responsive-food-menu .navbar-search input {
	width: 240px;
	height: 30px;
}

#responsive-food-menu .btn-navbar {
	height: 30px;	
}

#responsive-food-menu .btn-navbar.btn-primary {
	background: #1c41a9;
    color: #fff;
	height: 30px;
	margin-right: 10px !important;
	line-height: 21px;  
    margin-top: 5px !important;
}
#responsive-food-menu .btn-navbar.btn-primary:focus,
#responsive-food-menu .btn-navbar.btn-primary:hover {
	background-color: #0a2a85;
}
#responsive-food-menu .btn-navbar.btn-primary .text-info {
	color: #fff !important;
}
#responsive-food-menu .ctrl-mob-nav-search {
	padding-top: 5px !important;
}
#responsive-food-menu.affix-top .navbar-search,
#responsive-food-menu.affix-top .btn-navbar.btn-success,
#responsive-food-menu.affix .btn-navbar,
#responsive-food-menu.affix .btn-navbar.btn-success {
	margin-top: 5px !important;
}
#responsive-food-menu.affix .search-query,
#responsive-food-menu.affix .navbar-search {
    margin-top: 3px !important;
}
#responsive-food-menu.affix {
	left: initial;
	border: none;
}
#responsive-food-menu .brand {
	color: #FFFFFF;
	font-size: 18px;
}

.modal .media-body,
.modal .media-body .media-heading {
	text-align: center;
    padding: 20px 0;
}

.type-choose-multiple .option-label {
    font-size: 14px;	
}

/*EDIT PRODUCT MODALS*/
/*LABELS*/
#editProductModal .modal-body h4 .name,
#editSpecialDealModal .modal-body h4 .name,
#editProductModal .modal-body h3,
#editSpecialDealModal .modal-body h3 {
	font-size: 40px;
	line-height: 110%;
}
#editProductModal small,
#editSpecialDealModal small,
#editProductModal li,
#editSpecialDealModal li {
	font-size: 24px;
}
#editProductModal .modal-body h5,
#editSpecialDealModal .modal-body h5 {
 	font-size: 24px;   
    color: #bb152b;
}
#editProductModal fieldset small,
#editSpecialDealModal fieldset small {
    font-size: 18px;
}
#editProductModal fieldset small .label-default, 
#editSpecialDealModal fieldset small .label-default {
    font-size: 14px;
    padding: 4px;
    height: 23px;
    box-sizing: border-box;
    border-radius: 5px !important;
    font-weight: normal;
    line-height: 1.2;
}
#editProductModal .modal-footer h3,
#editSpecialDealModal .modal-footer h3 {
	font-size: 24px;
	line-height: 110%;
}
#editProductModal .modal-footer h3 small,
#editSpecialDealModal .modal-footer h3 small {
    color: #FFFFFF;
    font-size: 14px;
}
#editProductModal .type-choose-one .control-label,
#editSpecialDealModal .type-choose-one .control-label {
    font-size: 16px;
    line-height: 110%;
}
/*BUTTONS*/
#editProductModal fieldset .btn-group>.dropdown-toggle, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle {
    font-size: 14px !important;
    padding: 6px 5px 4px !important;
    margin-bottom: 5px !important;
}

.img-polaroid {
	background-color: transparent;
	border: none;
}
.popover .popover-title {
	background: #bb152b;
	color: #FFFFFF !important;
	font-size: 16px !important;
}
.popover .popover-content {
	color: #000000;
}

/*Manual Themeroller stuff*/
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-active a, 
.page_menu .ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.page_menu .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    background: #0e8d45;
    color: #fff !important;
    border-right-width: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    background: #bb152b;
    border: none;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover,
.page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #0e8d45;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #FFFFFF;
    font-size: 18px;
}

.ui-widget-content > h4  {
	color: #0e8d45;
}

.page_menu .ui-widget-header {
 	background: #bb152b;
    border: none !important;
    color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
 	background: #0e8d45; 
    color: #FFFFFF;
}

/**-- CHECKOUT --**/
.checkout h2,
.contact-us h1 {
 	color: #0e8d45; 
	font-size: 30px;
	line-height: 110%;	
    margin-bottom: 20px;
}
.checkout h4, .checkout h5 {
    color: #bb152b;
    font-size: 18px !important;
	line-height: 110%;
}
.checkout .well-basket { 
	padding: 19px;
	background: #f7f7f7 !important;
    border: none;
    box-shadow: none !important;
}
.checkout #basket {
	background: #f7f7f7 !important;
	padding: 10px;
}
.checkout .ui-widget {
	border: 1px solid #000000;
}
.checkout #dlgResetPassword .well {
	border: 1px solid #FFFFFF;
}
.checkout #dlgResetPassword .muted {
	/*color: #FFFFFF;*/
}
.checkout .ui-dialog-titlebar {
 	/*background: #925e04;
    color: #FFFFFF;*/
}
#dlgResetPassword {
 	/*background: #dea831;
    color: #FFFFFF;*/
}
.checkout .marginbottom15 small { 
	color: #000000 !important; 
}
.pay-name { 
	color: #bb152b; 
}
.trigger-paymentmethod .btn { 
	background: transparent;
}
.trigger-paymentmethod .btn.active .pay-name { 
	color: #FFFFFF; 
}
.trigger-paymentmethod i.tick { 
	color: #FFFFFF !important; 
}
.checkout .btn-proceed-final {
	font-size: 18px !important;
	line-height: 110%;
}
.checkout #loginSignin,
.checkout #ctl-forgotPassword {
 	widtH: 100%;
    margin-bottom: 5px;
}
.checkout #chooseAddressModal .btn-block {
 	/*background: #be3717;*/
}
/*Stop the credit card/cash buttons on checkout from shrinking when hovered*/
.trigger-paymentmethod button:hover,
.trigger-paymentmethod button:focus {
	font-size: 17.5px;
}
.checkout .loyalty-description h2 { 
	color: #000000;
    font-size: 24px;
}

.loyaltypoints_box {
	background: #0e8d45 !important;
    color: #fff;
}

.loyaltypoints_box > p {
	color: #fff !important;
}

.loyaltypoints_box .lead {
	color: #fff;
}

.loyaltypoints_box .btn-success {
	background: #00c555 !important;
}

.loyaltypoints_box .btn-success:hover,
.loyaltypoints_box .btn-success:focus {
	background: #00a949 !important;
}

.loyaltypoints_box .ui-widget-header {
	background: #bb152b;
    color: #fff;
    font-size: 18px;
	border: none;
    padding: 2px 5px;
}
.loyaltypoints_box .row-credits .well-white {
	color: #383536;
	border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.loyaltypoints_box .row-credits .col-equals .well {
	color: #fff;
    background: none;
    border: none;
    box-shadow: none !important;
}
.loyaltypoints_box .row-credits .col-equals .ui-widget-header {
 	background: transparent !important;  
border: none !important;	
}
.loyaltypoints_box .btn-success {
	margin-bottom: 15px;
}
.loyaltypoints_box .btn-link {
	color: #FFFFFF;
	font-size: 12px !important;
	text-decoration: underline;
}

/**-- MEMBERS PAGE --**/
.nav-list .active a,
.nav-list>li>a:hover, 
.nav-list>li>a:focus,
.nav-list>li.active>a:hover, 
.nav-list>li.active>a:focus,
.hero-unit,
.section-my-orders th {
    background: #bb152b;
    color: #FFFFFF;
}
.section-my-orders td,
.section-sales-reports td,
.section-sales-reports th {
 	color: #bb152b; 
	background:#fff;	
}
.section-sales-reports .btn-primary.active {

}
.sidebar-nav .nav-header {
	color: #bb152b;
	font-size: 18px;
}

.sidebar-nav li {
	color: #bb152b;
}

.sidebar-nav li a {
	color: #bb152b;
}
.sidebar-nav small { 
	color: #ff6a00; 
}

.sidebar-nav

.hero-unit h1,
.hero-unit h2,
.hero-unit p {
	color: #FFFFFF !important;
}
.members .section-.well { padding: 30px; }
.members .section-.well h2,
.members .section-.well p,
.members .section-.well .muted {
	margin-bottom: 15px;
	color: #bb152b;
}
.members .hero-unit a  {
	color: #FFFFFF;
	text-decoration: underline;
}
.jumbotron {
	
}
.jumbotron .text-warning  {
	
}
.section-my-orders .ui-widget-content { background: none; }
.section-my-orders .ui-widget-header { background-color: #9ad463; }
.section-my-profile fieldset { margin-top: 20px; }
.section-my-addresses .marginbottom15 a {
	text-decoration: underline;
	color: #326195;
}
.members .btn-group .btn.dropdown-toggle {
	background: #FFFFFF;
    text-transform: none;
    color: #555555;
    font-weight: normal;
	border: 1px solid #ccc;
}
.members #frmRegister legend,
.members #frmLogin legend {
	padding: 28px 0px;
	text-align: center;
    color: #bb152b;
}
.members #frmRegister,
.members #frmLogin {
	padding: 0px 0px 25px 0px;
}
.members #frmRegister .control-group,
.members #frmLogin .control-group {
	padding: 0px 25px;
}
.members .website-image {
	margin-top: 30px;
}

.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-"],
.nav-list>li.active>a:hover [class^="icon-"], 
.nav-list>li.active>a:focus [class*=" icon-"],
.nav-list li.active a [class^="icon-"], 
.nav-list li.active a [class*=" icon-"] {
 	background-image: url(https://static.zfood.co.uk/global/images/glyphicons-halflings-white.png);   
}

/**-- CONTACT --**/
.contact-us .ui-widget-content,
.contact-us .ui-widget {
	background: #f7f7f7;
}
.contact-us .ui-widget-header {
    background: #bb152b;
    color: #fff;
	font-size: 22px;
	padding: 10px;
	border: none;
}
.contact-us .ui-widget-content {
	color: #000000;
	border: none;
}
.page_contact-us .row-fluid .span8 .well {
	border: none;
	margin-bottom: 30px;
}
.contact-us .box-opening-hours { 
	margin-top: 30px;
}
.contact-us #contact_map_canvas {
 	color: #000000 !important;   
}

/**-- REVIEW ORDER PAGE --**/
.page-review-order h1 {
	color: #0e8d45;
	background-color: transparent;
	text-align: center;
}

.product-container-panel > img {
	width: 100%;	
}

.page-review-order {
	
}
.page-review-order legend {
}
.rating-row .lead {
 	color: #0e8d45 !important;  
}
.rating-row small.muted,
.rating-row td,
.rating-row label {
    color: #bb152b !important;
}
.page-review-order textarea {
	height: 230px;
}
.page-review-order .btn.dropdown-toggle {
    background: #7cbf4c;
    color: #FFFFFF;
}
.page-review-order .btn.dropdown-toggle .caret {
    border-top-color: #FFFFFF;
}
.page-review-order .btn-group.open .btn.dropdown-toggle {
	background: #72b144;
    color: #FFFFFF;
}

/* ******** */
/* 404 PAGE */
/* ******** */
.page_error-404 .alert { 
	background: transparent !important; border: none; 
    color: #cf0000;
}
.page_error-404 h1 { 
	padding: 5px 0px; 
}
.page_error-404 h2,
.page_error-404 h3,
.page_error-404 #body p {
	color: #cf0000;
}

/* *********************** */
/* ORDER CONFIRMATION PAGE */
/* *********************** */
h1.order-complete-title {
	color: #9ad463;
}
#order-confirmation {
	background: #9ad463;
	color: #FFFFFF;
}
.order-confirmation-note {
	text-align: center;
}
.p-thanks-for,
.p-last-minute {
    
}


/* ******************* */
/* MENU SELECTION PAGE */
/* ******************* */
.menu-selection {
	padding: 0px 0px 30px 0px;
}
.menu-selection h1 {
	text-align: center;
	font-size: 40px;
	line-height: 110%;
}
.menu-selection h3 {
	color: #bb152b;
	font-size: 30px;
	line-height: 110%;
	text-align: center;
}
.menu-selection .alert {
	background: transparent !important;
	border: none;
}

.menu-selection .well {
	background: #bb152b;
}

.menu-selection img {
	margin: 0px auto 30px;
	display: block;
}


/* ************************* */
/* TERMS AND CONDITIONS PAGE */
/* ************************* */
.page_information h1 {
	font-size: 35px;
}

/* ************* */
/* MEDIA QUERIES */
/* ************* */

.page_welcome {}

.page_welcome #opening-status,
.page_welcome .navbar {
    display: none;
}



/* ************* */
/* MEDIA QUERIES */
/* ************* */

@media (max-width: 1600px) {
    .halal {
        top: 10% !important;
    }
}
@media (min-width: 1200px) {
	
}
@media (max-width: 1200px) {
	#responsive-food-menu.affix { left: 0; }
	.page_contact-us .row-fluid .span8 .well { margin-bottom: 20px; }
	.contact-us .box-opening-hours { margin-top: 20px; }
	.members #frmRegister #ctl-lookupAddress {displaY: block; }
	.members #frmRegister #registerPostcode { width: 206px; } 
	.members #frmLogin #ctl-forgotPassword { displaY: block; }
    .members #frmLogin #loginPassword { width: 206px; }
}
@media (max-width: 1200px) and (min-width: 980px) {
	
}
@media (max-width: 1200px) and (min-width: 768px) {
    .left_column { padding-left: 20px; }
    .right_column { padding-right: 20px; }
}
@media (max-width: 1182px) {
	#basket-container {
		margin-top: 20px;
	}
	.how-im-ordering h2 {
     	text-align: center;   
    }
}
@media (max-width: 979px) {
	.page_menu .menu-selection .alert {
		margin: 20px 0px;
		padding: 0px;
	}
	.page_menu .menu-selection h1 {
		text-align: center;
		margin-top: 10px;
	}
	.page_menu .menu-selection .well {
		margin-bottom: 0px;
	}
	header .navbar-inner .container {
		display: block;
	}
	.page_contact-us .row-fluid .span8 .well {
		margin-bottom: 22px;
	}
	.contact-us .box-opening-hours {
		margin-top: 22px;
	}
	#responsive-food-menu.affix-top button {
		height: 45px;
	}
	#responsive-food-menu.affix .icon-search {
		margin-top: 12px;
	}
	#responsive-food-menu.affix-top .icon-search {
		margin-top: 13px !important;
	}
	.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
     	background: transparent;   
    }
	.trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    .checkout #ctl-lookupAddress {
     	display: block;   
    }
    
    .postcodeSection {
		margin-top: 70px;
    }
    .halal {
        top: 10px !important;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    
}
@media (min-width: 768px) {
	.mod_postcode_box .btn {
     	margin-left: 0px !important  ; 
    }
}
@media (max-width: 767px) {
    
    .contentSection {
        background-image: url("/myimages/814/zpos-bg-ItalianoPizza_TIleBGMobile.jpg");
    }
    
	.menu-container .ui-tabs-vertical .ui-tabs-panel {
		width: 100% !important;
	}
	.row-order-complete- .span12 {
		padding: 20px;
	}
	.ct_user_status,
	.ct_local_branch_details {
		text-align: center !important;
	}
	.contact-us .box-contact-information {
		margin-top: 22px !important;
	}
	.contact-us .ui-widget {
		border-bottom: none;
	}
	.contact-us .ui-widget-header {
		text-align: center;
	}
	.copyright,
	.cards,
	.vendor-zpos {
		text-align: center;
		display: block !important;
		margin-bottom: 30px;
	}
	.menu-selection h1 {
		text-align: center;
		font-size: 30px;
	}
	.menu-selection h3 {
		font-size: 20px;
	}
	.mod_postcode_box .btn-group {
		margin-left: 0px;
	}
	.carousel-control.left {
		margin-left: 0px;
	}
	.carousel-control.right {
		margin-right: 0px;
	}
	.menu-selection .btn {
     	width: 70%;
        margin: auto;
    }
	.how-im-ordering h2,
	.checkout h2, 
	.contact-us h1 {
		text-align: center;
	}
    #editProductModal .dropdown-menu>li>a,
    #editSpecialDealModal .dropdown-menu>li>a {
     	text-align: left !important;   
    }
}

@media (max-width: 767px) and (min-width: 481px) {
	
}

@media (max-width: 480px) {
	#responsive-food-menu .brand {
		font-size: 18px;
		padding-top: 15px;
	}
	#responsive-food-menu .btn-navbar.btn-primary {
		margin-righT: 0px !important;
		font-size: 10px;
	}

	.mod_postcode_box .col3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.members .hero-unit {
		padding: 30px;
	}
	.members .hero-unit h1 {
		font-size: 40px;
	}
	.menu-selection .btn {
     	width: 90%;
    }
    .halal img {
        max-width: 60px;
    }
}

/*Increase width of customisation modals to fit in toppings*/
/*@media (min-width: 979px) {
	body #editProductModal.modal {
		width: 950px;
		margin-left: -475px;
	}
} */

header .left_column > *,
.navbarStatuses  *{
	display: inline-block;
}

header .left_column > * {
	float: left;
}

.navbarStatuses {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 35px;
}

.navbarStatuses img {
 	margin-right: 5px;   
}

.navbarStatuses > div {
    display: inline-flex;
    align-items: center;
    margin-right: 25px;
}

.navbarStatuses a:hover,
.navbarStatuses a:focus {
    color: #bbbbbb;
	text-decoration: none;
}

#opening-status {
	text-transform: capitalize;
}

#opening-status.status-CLOSED {
	color: #e56262 !important;
}

#opening-status.status-OPEN {
    color: #40dc81 !important;
}

.basketContainer {
	position: relative;
}

.basketContainer .basket-quantity {
    position: absolute;
    right: -7px;
    border-radius: 50px !important;
    padding: 2px 6px;
}

.basketContainer img {
	margin-right: 0;
}


@media (max-width: 1400px) {
 	 #logo {
		padding-left: 20px;
     }
    
    .contentSection {
		padding: 0 20px;
    }
    
    .aboutSection {
		padding: 40px 20px 0;
    }
    
    .tileSection h2 {
        padding-top: 190px;
    }
    
    .contentRowBody h2 {
    	font-size: 46px;
    }
    
    .contentRowBody {
        padding: 70px 30px 195px 616px;
    }
    
    .contentRowText {
		margin-left: 20px;
    }
    
    .contentRowText p span {
		display: inline;
        margin: 0;
    }
    
    .btn-border {
        margin-left: 10px;
    }
    
    .contentRowBody .btn-row {
        margin-left: 70px;
    }
    
    .contentRowBody .btn {
		padding-left: 20px !important;	
        padding-right: 20px !important;	
    }
    
    .contentRowBody .btn-row {
        margin-left: 40px;
    }
    
    .carousel-caption .caption-content {
        font-size: 21px;
        line-height: 1.2;
        max-width: 550px;
    }
    
    .tile {
        text-align: center;
    }
    
    .tile h3 {
    	font-size: 48px;
        text-align: center;
    }
    
    .tile .btn {
        padding: 16px 16px;
    }
    
    .postcodeSection {
        margin-top: 185px;
    }
    
    .prefooterSection,
    .slideContainer,
    .home .inner-wrapper {
     	background-image: none !important;   
    }
    
    .prefooterSection {
      	padding-top: 210px;   
     }
    
    .locationContainer, header .navbar .nav>li>a, header .nav-collapse .nav>li>a, header .nav-collapse .dropdown-menu a, .navbarStatuses a {
		font-size: 19px;
    }
    
    .locationContainer .iconText {
		display: none;
    }
}

@media (max-width: 1200px) {
    
    .navbarStatuses > div {
     	 margin-right: 20px;   
    }
    
    .tileContent {
		padding: 20px;
        text-align: center;
    }
    
    .tile h3 {
        font-size: 38px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .home .btn {
        padding: 16px;
        font-size: 17px;
    }
    
    .navbarStatuses > div {
		text-align: center;
    }
    
    #logo {
        padding-left: 0;
    }
	
    header .navbar .nav>li>a, header .nav-collapse .nav>li>a,
    .navbarStatuses a,
    #opening-status {
    	font-size: 18px;
    }
    
    header .navbar .nav>li {
        padding: 6px 12px;
        text-align: center;
    }
    
    header .navbar .nav>li a {
		font-size: 21px;
    }
    
    header .navbar .nav .dropdown-menu>li a {
		font-size: 18px;
    }
    
    .nav-collapse .open>.dropdown-menu {
		padding: 10px 0;
        margin: 0;
    }
    
    .carousel-caption h4 {
    	font-size: 80px;
    }
   
    .contentRow img {
        max-width: 500px;
    }
    
    .contentRowBody {
        padding: 50px 30px 25px 430px;
    }
    
    .contentRowBody h2 {
        font-size: 40px;
    }
    
    .contentRowText {
        margin-left: 50px;
    }
    
    .tile p,
    .contentRowText {
    	font-size: 18px;
    }
    
    .carousel-caption .caption-content {
     	max-width: 480px;  
		font-size: 18px;
    }
    
    .carousel-caption h4 {
        font-size: 70px;
    }
    
    .aboutSection {
    	margin-top: 180px;
    }
    
    .contentRowBody .btn-row {
        margin-left: 70px;
    }
    
    .carouselControls {
		top: 365px;
    }
    
    .prefooterSection {
      	padding-top: 210px;   
     }
    
    .aboutSection {
     	margin-top: 0;   
    }
}

@media (max-width: 1100px) {
	.navbarStatuses {
        margin-top: 40px;
    }
    
        header .navbar .nav>li a {
        font-size: 18px;
    }
        .navbarStatuses > div {
		margin-right: 10px;
    }
    
}

@media (max-width: 1060px) {
    
    .navbarStatuses img {
        margin-right: 0;
    }
    
}

@media (max-width: 979px) {
    .prefooterSection {
		padding-top: 20px;
    }
    
    header .right_column.span4 {
		display: none;
    }
    
    header .left_column.span8  {
		display: block;
    }
    
    header .left_column.span8 #logo{
		margin-bottom: 20px;
    }
    
    .carouselControls {
        top: 315px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .navbarStatuses {
		margin-top: 0;
    }
    
    .navbarStatuses,
    .contentRow img {
	display: none;
    }
    
    .navbarStatuses.navbarMobile {
		display: inline-block !important;
    }
    
    .mod_postcode_box {
		padding: 20px 20px 40px;
    }
    
    .mod_postcode_box .lead {
    	font-size: 67px;
    }
    
    .carousel-caption {
		padding-left: 40px;
    }
    
    .carousel-caption h4 {
        font-size: 57px;
    }
    
    .carousel-caption .caption-content {
		max-width: 370px;
    }
    
    .contentSection {
		margin-top: 0;
        padding: 0 20px 40px;
        height: auto;
    }
    
    .tileSection h2 {
        padding-top: 80px;
        margin: 0 0 80px;
    }
    
    .aboutSection {
        margin-top: 0;
    }
    
    .home footer {
     	margin-top: 20px;   
    }
    
    .contentRowBody {
        padding: 50px 20px 25px;
        text-align: center;
    }
    
    .contentRowBody {
		border-radius: 20px !important;
    }
    
    .contentRowText {
		margin: 40px auto;
    }
    
    .contentRowBody .btn-row {
		margin: 0 auto;
    }
    
    .left_column.span8 {
		 width: 100%;
        padding-left: 0;
    }
    
    header .navbar {
     	max-width: 100%;
    	width: 100%;
    }
    
    #logo {
        width: 100%;
    	text-align: center;   
    }
    
    .right_column {
     	position: relative;   
    }
   
    
    header .navbar-inner .container {
	    background: #991829;
        margin: 0 20px;
        padding: 5px 20px 10px;
        border-radius: 20px !important;
    }
    
    .basketContainer img {
    	width: auto;
    }
    
    .navbarStatuses * {
            display: inline-block;
    }
    
    header .navbar .btn-navbar {
		padding: 13px;
    }
    
    #myCarousel .item {
		height: 380px;
    }

    .carouselControls {
		top: 415px;
    }
    
    .postcodeSection {
        margin-top: 105px;
    }
    
        header .navbar .nav>li:focus,
    header .navbar .nav>li:hover,
        header .navbar .nav li.dropdown.active>.dropdown-toggle:hover,
    header .navbar .nav li.dropdown.active>.dropdown-toggle:focus,
    header .navbar .nav li.dropdown.open>.dropdown-toggle,
    header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
		color: #fff;
        border-bottom: none;
        background: #810011;
    }
    
    header .navbar .nav>li.active,
    header .navbar .nav li.dropdown.active>.dropdown-toggle {
        background: #0e8d45;
        border-bottom: none;
    }
    
    header .navbar .nav>.active>a,
    header .navbar .nav>li>a:focus,
    header .navbar .nav>li>a:hover,
    header .navbar .nav>.active>a:focus,
    header .navbar .nav>.active>a:hover {
		border-bottom: none;
    }
    
    header .navbar .nav>li>a:focus, header .navbar .nav>li>a:hover {
     	color: #fff;   
    }
    
    .navbar .nav li.dropdown>.dropdown-toggle:hover>.caret, .navbar .nav li.dropdown>a:hover .caret,  .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
		border-top-color: #fff;
    }
}

@media (min-width: 979px) {
	.navbarMobile {
     	display: none;   
    }
}

@media (max-width: 767px) {
    
    .landingSection {
            height: 600px;
        }
    
 	   .tile {
           max-width: 430px;
           margin: 0 auto 20px !important;
       }
    
    .carousel-caption {
		background: #ededed;
        max-width: 100%;
        text-align: center;
    }
    
    .carousel-caption .caption-content {
	    max-width: 550px;
    	margin: 20px auto;
    }
    
    .carousel-caption {
     	 background-image: url("/myimages/814/ItalianoPizza_AboutBGmin.png");
        background-size: auto;  
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 20px;
    	box-sizing: border-box;
    }
    
    .postcodeSection {
		margin-top: 0;
    }
    
    .mod_postcode_box {
		box-shadow: none !important;
        padding: 50px 20px 80px;
    }
    
    .tileSection h2,
    .mod_postcode_box .lead {
        font-size: 40px;
    }
    
    .aboutSection {
		margin-top: 0;
    }
    .home footer {
        margin-top: 20px;
    }
    
    .navbarStatuses > div {
     	margin-right: 5px;   
    }
    
    #mod_postcode_box_pc {
		margin-right: 10px;
    }
    
    .carouselControls {	
        top: unset;
    	bottom: -10px;
    }
    
    #myCarousel {
     	margin-top:   0;
    }
}

@media (max-width: 480px) {
    
    .landingSection {
		height: 600px;
    }
    
    header .navbar-inner .container {
		margin: 0 auto;
    }
    
    .locationContainer .iconText {
		display: none;
    }
    
    .navbarStatuses.navbarMobile {
		width: 100%;
        text-align: center;
    }
    
    header .navbar .btn-navbar {
		margin-top: 15px;
    }
    
    #myCarousel .item {
        height: 495px;   
    }
    
    .locationContainer {
		padding-right: 10px;
    }
    
    #myCarousel,
    #myCarousel .item {
		height: 500px;
    }
    
    .carouselControls {
        bottom: 20px;
    	top: unset;
    }
    
    .mod_postcode_box .col2,
    #mod_postcode_box_pc,
    .mod_postcode_box .btn,
    .mod_postcode_box .btn-group {
		display: block;
        max-width: 100%;
        width: 100%;
    }
    
    .mod_postcode_box .btn-group {
		margin-top: 10px;
    }
    
    .navbarStatuses img {
		max-height: 28px;
    }
    
	.contentRowBody .btn {
		margin: 10px auto 0;
    }
}

.carousel-control,
.carousel-indicators {
 	position: relative;   
    top: unset;
}

.right.carousel-control {
    right: unset;
    left: 0;
}

.left.carousel-control {
    left: unset;
    right: 0;
}

.carouselControls,
.carousel-indicators {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.carousel-indicators {
	top: -10px;
    right: 0;
    left: -3px;
}

.carousel-control {
	font-size: 100px;
    left: 60px;
}

#myCarousel .item > a span {
 	display: none;   
}



/*CSS TO ADD*/
/**ACCORDION****/
.tb-nav.tb-nav-tabs ,
.menu #body .brand, .ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ { display:none !important; }
.ui-tabs-vertical .ui-tabs-panel { width:100% !important; }
.accordion-inner { padding: 15px 30px; }
.accordion-inner { background: transparent; }
.accordion-inner .row-product { padding-top:10px; padding-bottom:10px; }
#menu-accordion .ui-widget-header { background:none; border:none; }
.accordion-body { background:#fff; }
.accordion-group { border:none; margin-bottom:0px; }
.accordion-toggle {
    border-radius: 2px !important;
    background-color: #bb152b;
    text-align:center;
    border: 1px solid #901c27 !important;
}
.accordion-body {
    border-radius: 0px !important;
    background-color: #fff;
}
.active-toggle,
.accordion-toggle:hover,
.accordion-toggle:active,
.accordion-toggle:focus {
    background:#a20d21 !important;
    color: #FFFFFF !important;
}
.active-toggle h3,
.accordion-toggle:hover h3,
.accordion-toggle:active h3,
.accordion-toggle:focus h3 {
    color:#FFFFFF;
}
.accordion-toggle .fa { display:none !important; }
.ui-tabs-vertical .ui-tabs-panel,
.ui-tabs-menu,
#ui-tabs-1 { padding:0px !important; border:none;}
.ui-tabs-menu { background: none !important; border: none !important; }
.ui-tabs-menu h3 { font-size:20px; }
.loading { text-align:center; }
.loader {
	color: #E32425 !important;
    font-size:65px;
    margin:0 auto;
    padding:35px;
    text-align:center;
}
#responsive-food-menu
.ui-tabs-menu { opacity:0; }
.minus,.plus { line-height:40px;float:right; color:#fff; font-weight:bold; }
.accordion-heading h3 .fa { float: right; line-height: 40px; }
#responsive-food-menu {
	border-radius: 10px !important;
}
.navbar-affix-container {
    margin-bottom: 10px !important;
}
#responsive-food-menu.navbar {
    padding-bottom: 7px !important;
}
#menu-accordion .cat-desc {
    border: 1px solid #fff;
    background: #F7BF29;
    color: #444;
    padding: 10px 20px;
}

.accordion-inner {
    padding: 30px;
}
#mobile_food_menu_nav .zp-ctl-categories {
    display: none !important;
}
.accordion-inner .image_top {
    margin: 0px auto 15px;
    display: block;
}


.closedmessage { padding:20px; }
.closedmessage img { margin:0 auto; }
.closedmessage h3,
.closedmessage p {
    text-align:center;
    color:#fff;
}
.halal {
    text-align: right;
    padding: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}