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

body .visible-georgestreet, body .visible-uniongrove { display:none !important; } 
body .hidden-georgestreet, body .hidden-uniongrove { display:inherit !important; } 
body.shop_georgestreet .hidden-georgestreet, 
body.shop_uniongrove .hidden-uniongrove { display:none !important; }
body.shop_georgestreet .visible-georgestreet, 
body.shop_uniongrove .visible-uniongrove { display:inherit !important; }

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

body {
	font-family: 'Quicksand';
}
h1 {
	font-family: 'Quicksand';
}
h2 {
	font-family: 'Quicksand';
}
h3 {
}
h4 {
}
body {
	background-color: #ffffff;

	background-image:none;

	background-attachment: fixed;
}

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

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

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

/* ------ CHOOSE BRANCH SCREEN ---- */

.carousel-caption small {padding-bottom:20px;}
.deliveryno h2,
.deliveryno h3{
    color:#3cb64b;
}
p.logospecial,
.well-specialoffers {
    text-align:center;
}
p.logospecial{
    margin:20px;
}
p.logospecial img{
    width: 160px;
}
.page_special-offers footer .row-fluid {
    max-width: 1170px;
    margin: 0 auto;
}
.well-specialoffers em {
    color:#2a8615;
}
.well-specialoffers h2 {
    font-size: 40px;
    line-height: 60px;
}

.well-specialoffers img {
 	margin-bottom: 30px;   
}

.page_special-offers .navbar,
.page_special-offers header,
.page_special-offers h1,
.page_special-offers .shop-address{
    display:none !important;
}
.page_welcome .header-status, 
.page_welcome .shop-address *,
.page_welcome .navbar,
.specialoffers h1,
.hiringbanner
{
 	display: none;   
}

.page_welcome #logo img {
 	top: 10px; 
    position: relative;
    left: inherit;
    transform: unset;
}

.page_welcome header .navbar .nav>.active>a {
    text-decoration: none;
}	

.page_welcome .branch-select {
 	margin-bottom: 10px;   
}

.page_welcome .branch_finder_box {
   	background: #ff7900; 
    color: #fff;
}

.page_welcome .span4 {
    text-align: center;   
}

.page_welcome .span4.copyright {
	text-align: left;
}

.page_welcome h1 {
    color: #ff7900;   
}

.page_welcome h2 {
    font-size: 22px;
    margin: 20px 0;
    line-height: 1.4;
}

.page_welcome #branch_finder_box_submit {
 	height: 30px;   
}

.page_welcome h1,
.page_welcome, h2 {
 	margin: 0 10px;   
}

.page_welcome #logo {
    margin: 50px 0px 50px;  
}

/* ------ FIXES ------ */

.header-change-branch {
 	letter-spacing: 1px;
    font-size: 11.2px;
}

* {
    text-shadow: none !important;
    border-radius: 0 !important;
}

.caret {
	margin-top: 0 !important;
	vertical-align: middle !important;
}

.ct_details_bar, .ct_header_row, .home-about,
header .navbar .nav>li>a .caret,
.voucher_box .success>span,
.checkout .img-polaroid,
.home #body h1, .checkout #body>.container>.row-fluid:nth-child(1),
.home .well.well-small,
.contact-us h1, .vacancies h1,
.checkout h2{
    display: none;
}

#container{
    padding: 0;
    border-radius: 0;
    width: 100%;
    background: none;
}
.home #body {
    max-width: 1920px;
    margin: 0 auto;
}
#body, #responsive-food-menu{
    max-width: 1170px;
    margin: 0 auto 20px;
}
.three-products, footer .row-fluid, header{
    max-width: 1580px;
    margin: 0 auto;
}
/* --- fonts --- */

a {
	color: #ff7900;
}

a:hover, a:focus {
	color: #7d0002;
}

ul.tb-nav.tb-nav-tabs li {
    font-size: 1.3em;
}
footer .muted{
    color: #ff7900;
}	
/* ------ HEADER ------ */

header {
    margin-top: 30px;
}

.shop-address {
    text-transform: uppercase;
    top: 20px;
    line-height: 19px;
    letter-spacing: 2px;
}

.shop-address img {
    float: left;
    max-width: 27px;
}

.shop-address .address-txt {
    font-size: 0.8em;
    margin-left: 5px;
}

.shop-address .address-town {
    color: #ff7900;
    margin-left: 5px;
    font-weight: bold;
    font-size: 0.9em;
}

#logo {
    text-align: center;
    margin: 50px 0px 30px;
    position: relative;
}
#logo img{
 	position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.header-status {
    text-transform: uppercase;
    float:right;
    top: 0px;
    text-align: right;
    width: 200px;
    line-height: 19px;
    letter-spacing: 2px;
}

.header-status img {
	float: right;
    max-width: 27px;
}

.header-status .welcome-txt {
    font-size: 0.8em;
    margin-right: 5px;
    text-align: right;
}

.header-status .login-out {
    color: #ff7900;
    margin-right: 5px;
    font-weight: bold;
    text-align: right;
    font-size: 0.9em;
}

/* --- Header and Navigation --- */

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background: #ff7900;
    transition: 0.15s all ease;
}

header .navbar .nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}

header .navbar .nav>li {
    float: none;
    display: inline-block;
}

header .navbar .nav>li>a {
	color: #ff7900;
    text-transform: uppercase;
    line-height: 2em;
    font-size: 1.2em;
    transition: 0.15s all ease;
    padding: 10px 60px 10px;
}

header .navbar .navbar-inner {
    background: none;
    border: none;
    box-shadow: none;
}

header .navbar .nav>.active>a, header .navbar .nav>.active>a:hover, header .navbar .nav>.active>a:focus, 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, header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #2a8615;
    background: none;
    box-shadow: none;
    transition: 0.15s all ease;
}

header .navbar .nav li.dropdown.open>.dropdown-toggle .caret, header .navbar .nav li.dropdown.active>.dropdown-toggle .caret, header .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret, header .navbar .nav li.dropdown>a:hover .caret, header .navbar .nav li.dropdown>a:focus .caret {
	border-top-color: lime;
	border-bottom-color: lime;
}

.navbar .btn-navbar {
    background: none;
    text-shadow: none;
    border: none;
    border-radius: 0;
}
.navbar .btn-navbar .icon-bar{
    background:  #ff7900;
    width: 29px;
    height: 3px;
    box-shadow: none;
}
.btn-navbar .icon-bar+.icon-bar {
    margin-top: 5px;
}
.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: none;
}


/* --- Containers --- */

.well {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.ui-corner-all {
    border-radius: 0;
}

#container {
    box-shadow: none;
}

.ui-widget-header {
    background: #ff7900;
    color: #fff;
    border: none;
}

.ui-widget-content {
    border: none;
    background-color: #f5f5f5;
    background-image:none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-highlight:hover, .ui-widget-content .ui-state-highlight:hover, .ui-widget-header .ui-state-highlight:hover {
    background: #ff7900;
    border-color: #ff7900;
    color: #fff;
}

.table-bordered, .table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child {
    border-radius: 0 !important;
}
/*---------- 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;
}


/* --- Alerts ------ */

.alert{
	border-radius: 0;
    border: none;
    background: #cc434c;
    color: #fff;
}
.alert-info {
    background: #63aeda;
}

.alert-success {
 	background: #3cb64b;    
}

.alert-error {
   	background: #b70000; 
}

/* --- Text Input --- */

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	box-shadow: none;
	border-radius: 0;
	border: none;
    text-shadow: none;
    border-left: 2px solid rgba(0,0,0,0);
    background:#fff;
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
	box-shadow: none;
	border: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow: none;
	border: none;
    border-left: 2px solid #ff7900 !important;
}

select {
    border-radius: 0;
    border: none; 
}

.control-group .input-append .btn {
    line-height: 22px;
}


/* ------ HOME PAGE ------ */
.span4.column_modules, .span8.column_slideshow{
 	width: 100%;
    float: none;
    margin-left: 0;
}
#myCarousel {
    margin:0;
    background: url(/myimages/285/zpos-bg-AJ_PizzaSlide.jpg) no-repeat;
    background-position: center;
}
.carousel-inner>.item{
	height: 670px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
 	display: none;   
}
.carousel-indicators {
    top: initial;
    right: 50%;
    bottom: 15px;
}
.carousel-indicators li{
    border-radius: 50% !important;
}	
.carousel-control.right {
    left: auto;
    right: 15px;
}
.carousel-control {
    background: none;
    border: none;
    font-size: 5em;
    top:50%;
}
.carousel-caption{
    background: none;
    color: #fff;
    left: 50px;
    bottom: 70px;
}	
.carousel-caption h3{
    font-size: 44px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
}
.carousel-caption h2{
    font-size: 55px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.carousel-caption .muted{
    font-size: 31px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 20px;
    color: #898989;
}
.carousel-caption span {
    color: #ff7900;
}
.mod_postcode_box{
    background:#ff7900;
    padding: 55px 0;
    margin: 0;
}
.mod_postcode_box .lead,.mod_postcode_box small.muted{
	color: #fff;    
}
.mod_postcode_box .lead{
    text-transform:uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 1.2;
}
.mod_postcode_box input{
    background: #fff;
}	
.mod_postcode_box input, .mod_postcode_box .btn {
    height: 60px;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 0;
    font-size: 24px;
}
.mod_postcode_box input{
    background: #fff;
    color: #777676;
    max-width: 450px;
    line-height: 1 !important;
}
.mod_postcode_box > .input-append {
    max-width: 100%;
    width: 85%;
    margin-top: 10px;
    margin-bottom: 25px;
}
.mod_postcode_box .btn:hover,.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:focus {
    background: #51a351;
}
.mod_postcode_box .dropdown-menu>li>a {
    color: #fff;
}
.mod_postcode_box .dropdown-menu>li:hover{
 	background: none;
}
.mod_postcode_box .dropdown-menu>li>a:hover {
    background: none;
    color: #;
}
/* --- Three Products --- */
.three-products{
    padding: 100px 0 50px;
}	
.three-products .span4 {
    text-align: center;
}
.three-products .span4 h3 {
    color:#ff7900;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
}

.three-products .span4>img {
    margin: 30px auto 10px;
}

.three-products .span4>p {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 1px;
}
.three-products .span4 .btn{
    margin-top: 20px;
}	
.three-products .span4:nth-child(1) .btn, .three-products .span4:nth-child(2) .btn{
    margin-top: 20px;
}	
.three-products .span4 img{
    -webkit-transform: translate(0, 0) scale(0.95);
    -ms-transform:translate(0, 0)  scale(0.95);
    transform: translate(0, 0) scale(0.95);
 	-webkit-transition: all 300ms ease-in-out;   
    transition: all 300ms ease-in-out;   
}
.three-products .span4 img.floatMe, .three-products .span4 img:hover{
    -webkit-transform: translate(0, -20px) scale(1);
    -ms-transform: translate(0, -20px) scale(1);
    transform: translate(0, -20px) scale(1);
}	
/* ------ MENU PAGE ------ */

#responsive-food-menu .navbar-inner {
    background: #222;
    border: none;
    border-radius: 0;
}

#menu-search-box {
    border-radius: 0;
}

#responsive-food-menu .brand {
    color: #fff;
    text-shadow: none !important;
}

.modal-header, .modal-footer {
	border-radius: 0;
	background: #ff7900;
	color: #fff;
	border: none;
}

.modal-footer .muted {
    color: #fff;
}

.modal {
	border-radius: 0;
    border: none;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
}

.modal .name {
    font-size: 2em;
    line-height: 1.2em;
}

.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ {
	background: #2da035 !important;
	text-shadow: none !important;
}

.ctrl-offcanvas_productmenu_toggle_bridge_mobile2_ .text-info {
	color: #fff;
}

.row-variation {
	margin-top: 8px;
}

.label {
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

#basket-container {
    box-shadow: none;
    border: none;
}

.popover {
    border-radius: 0;
}

.popover-title {
    background: #ff7900;
    border-radius: 0;
    color: #fff;
}

.how-im-ordering {
    background: #ff7900;
    color: #fff;
    border: none;
    font-weight: 300;
    text-shadow: none !important;
}

.how-im-ordering small {
    color: #fff;
    opacity: 0.9;
}

.btn-option {
    line-height: 12px !important;
    height: auto !important;
    padding: 3px 5px !important;
}
.cat-desc{
 	margin-top: 10px;   
}
.cat-desc.lead{
 	font-size: 16px;   
}
/**-------------------- CHECKOUT --------------------------**/
.checkout h5, .checkout h4 {
    font-size: 18px;
    line-height: 22px;
    color:#000;
}

.checkout table#basket.table {
    background: none;
    color: #292a2b !important;
    border: none;
    margin-bottom:15px;
}
.checkout .table#basket th {
    color: #292a2b;
}
.checkout table#basket.table .text-info {
    color:#3a87ad;
}
.help-block, .checkout .muted.note-delivery.text-right small,
.checkout .text-info, .text-warning{
    color:#000;
}

.btn-link, .btn-link:hover, 
.btn-link:focus {
    color:#ff7900;
    text-decoration:none;
    text-shadow:none;
}
/*--- loyalty points/credit card ----*/

.loyaltypoints_box .ctl-pointsoptions a, 
.loyaltypoints_box label.checkbox.text-left, 
.loyaltypoints_box p, 
.ui-helper-block .muted{
    color: #fff;
}
.loyaltypoints_box {
    background: #ff7900 !important;
    color: #fff;
}
.loyaltypoints_box .ui-widget-header {
    background: #191919;
}

.loyaltypoints_box .row-credits.lead,
.loyaltypoints_box .text-success,
.loyaltypoints_box .well-white,
.checkout button small{
    color:#000 !important;
}
.loyaltypoints_box .row-credits .well{
 	border-color: #222 !important;   
}
/**------------ MEMBERS LOGIN ---------------**/
.hero-unit {
    background-color:#ff7900;
    color:#fff;
}
.hero-unit a {
    color:#fed24e;
}
.members .sidebar-nav .nav-header {
    color:#ff7900;
    text-shadow:none;
    font-weight:normal;
}
.members .sidebar-nav a {
    color:#000;
    text-shadow:none;
    font-size:14px;
}
.members .sidebar-nav .muted {
    font-size:12px;
}
.members .muted {
    color:#000;
}
.members .nav-list>li>a:hover,
.nav-list>.active>a, 
.nav-list>.active>a:hover, 
.nav-list>.active>a:focus{
    background-color:#ff7900;
    color:#fff;
}
.nav-list>li.active>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-"]{
    background-image: url("http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/img/glyphicons-halflings-white.png");
}
.signup-promo {
    text-align: center;
    font-size: 1em;
    color: #fff;
    background: #ff7900;
    line-height: 1.2em;
    padding: 20px;
    letter-spacing: 1px;
    margin-bottom:20px;
    
}
/* ------ MENU SELECTION PAGE ------ */

.menu-selection {
	text-align: center;
}

.menu-selection .alert {
    background: none;
    border: none;
    color: #444;
}

/* ------ MEMBERS PAGE ------ */

.box-delivery-information, .box-contact-information {
	margin-bottom: 20px;
}

.hero-unit {
	border-radius: 0;
}

.members .nav-list>.active>a, .members .nav-list>.active>a:hover, .members .nav-list>.active>a:focus {
	background: #ff7900;
	color: #fff;
}

.nav-list>li>a {
	color: #222;
}

/* ------ CHECKOUT ------ */

#checkoutTitle {
    border-radius: 0;
    border: none;
}

/* ------ ORDER COMPLETE ------ */

.text-warning {
    color: #ff7900;
}

#order-confirmation {
    background: #222;
    border: none;
    color: #fff;
    text-shadow: none;
}
/* ------ RESP NAV ------ */
#responsive-food-menu .btn-navbar {
    background: none !important;
}
#responsive-food-menu.affix{
    left: auto;
}	
.uk-offcanvas-bar {
    background: #fff;
}
.uk-nav-offcanvas>li>a {
    color: #ff7900!important;
}
.uk-text-contrast {
    color: #222!important;
}
.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 {
    background: #222;
    color:#fff !important;
}

/*---------------------button styles---------------------*/
.btn{
    background-image: none; 
    border-radius: 0;
    box-shadow:none;
    text-shadow:none;
    font-family:'Quicksand', sans-serif;
    text-transform:uppercase;
}
.btn-success,
.btn-info,
.btn-danger,
.btn-warning, .btn-inverse, .btn-primary{
    border:0px !important;
    border-radius:0px !important;
}

/*---------------------flat buttons---------------------*/


.btn-danger {
    background-color:#d3292c !important;
}
.btn-danger:hover {
    background-color:#ee2b31 !important;
}
.btn-success {
    background-color:#3cb64b !important;
}
.btn-success:hover {
    background-color:#52c661 !important;
}

.btn-info {
    background-color:#35a4c5 !important;
    border: 1px solid #35a4c5;
}
.btn-info:hover {
    background-color:#4ab0ce !important;
    border: 1px solid #4ab0ce;
}
.btn-inverse{
    background-color:#191919 !important;
}
.btn-inverse:hover{
    background-color:#333333 !important;
}
.btn-primary {
    background-color:#004de6 !important;
}

.btn-primary:hover {
    background-color:#0055ff !important;
}
.btn-warning {
    background-color:#ff7900 !important;
}

.btn-warning:hover {
    background-color:#ff8b22 !important;
}

.menu-selection .btn-primary {
    background-color:#ff7900 !important;
    font-size:1em;
    margin-top:30px;
    margin-bottom:30px;
}
.menu-selection .btn-primary:hover {
    background-color:#bc2326 !important;
}

.menu-selection h1 {
    color:#ff7900;
    margin-top:40px;
}
.row-fluid.menu-count-2 {
    margin-bottom:50px;
}

.loyaltymenu {
    text-align: center;
    background: #ff7900;
    margin:0px 0px 15px;
    padding:15px;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: 'Quicksand',sans-serif;
    color:#fff;
    letter-spacing:1px;
}

.redstripe .btn-primary {
    background:none !important;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    font-size: 0.5em;
    margin: -7px 0px 0px 15px;
}
.loyaltymenu .btn-primary {
    background:none !important;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    font-size: 0.7em;
    margin-top:10px;
    padding:10px;
}
.loyaltymenu .btn-primary:hover{
    background:#c12426 !important;
}

small, input, .btn{
    font-family: 'Quicksand', sans-serif;
}

footer {
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
}
/**------------------------- MEDIA QUERIES -------------------------------**/
@media (max-width: 1600px) {
    header{
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media (min-width: 1200px) {
    .carousel-caption h3 {
        max-width: 50% !important;
    }
}
@media (max-width: 1200px) {
    .website-image {
        margin-bottom: 20px;
        text-align: center;
    }
    .carousel-inner>.item {
        height: 390px;
    }
    .carousel-caption {
        
        left: 0;
        bottom: 0px;
    }
    .carousel-caption h3 {
        font-size: 24px;
    }
    .carousel-caption h2 {
        font-size: 37px;
    }
    .carousel-caption .muted {
        font-size: 16px;
    }
}
@media (min-width: 979px) {
    header .navbar .nav>li:first-child>a{
        padding-left: 0;   
    }
    header .navbar .nav>li:last-child>a{
        padding-right: 0;   
    }
}

@media (max-width: 979px) {
	#order-empty {
		margin-bottom: 10px;
	}
    
    header .navbar .nav>li {
        display: block;
    }
    
    .nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
        background: none;
        color: #222;
    }
}
@media (min-width: 768px) {
    .carousel-caption h3 {
        max-width: 60%;
    }
}

@media (max-width: 768px) {
    body.home{
     	padding: 0;  
    }
    #logo img{
     	position: static;  
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header-status{
        margin-right: 10px;
    }	
    .shop-address{
        margin-left: 10px;
    }	
	footer .span4 {
		text-align: center !important;
		margin: 30px 0;
	}
    #myCarousel{
        background-position: -810px;   
    }
    .carousel-caption, .carousel-indicators, .carousel-control{
        /*display: none;*/
    }
    .uk-offcanvas{
     	overflow-y: scroll;   
    }
    #basket-container{
        margin-top: 20px;
    }	
    #responsive-food-menu .navbar-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #responsive-food-menu .brand {
        margin-left: 0 !important;
    }
    
    .navbar-affix-container {
        height: auto !important;
    }
    
    #mobile_food_menu_nav .zp-ctl-categories {
        color: #fc3b27 !important;
    }
    .mod_postcode_box>.input-append {
        max-width: 100%;
        width: auto;
    }
    .three-products .span4:nth-child(2) {
        margin: 90px 0;
    }
    header {
        margin-top: 10px;
        padding: 0;
    }
    .mod_postcode_box{
        padding: 55px 20px;
    }	
}


@media (max-width: 480px) {
    
    .page_welcome h1,
    .page_welcome h2 {
     	line-height: 1.2; 
        margin: 22px 0;
    }
    
    .navbar-inner{
     	padding: 0;   
    }
	textarea,  input[type="password"], input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"], input[type="week"],
    input[type="number"], input[type="email"], input[type="url"], input[type="search"],
    input[type="tel"], input[type="color"], .uneditable-input {
		width: 100%;
		max-width: calc(100% - 15px);
    }
    #myCarousel {
        background-position: -1070px;
    }
    .mod_postcode_box input{
     	max-width: initial;
        width: 100% !important;
    }
    .mod_postcode_box .btn-group{
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
    .mod_postcode_box .btn-group .btn{
        width: 100%;
    }
    
    .header-status, .shop-address {
        display: none;
    }
    
    .shop-address {
        position: relative !important;
    }
    p.lead.col.col1 {
        font-size: 1.5em;
    }
    .loyaltymenu, .loyaltymenu .btn-primary {
        font-size: 1em;
    }
    .carousel-inner>.item {
        height: 250px;
    }
    #myCarousel {
        margin: 0;
        background: url(/myimages/285/zpos-bg-AJ_PizzaSlide.jpg) no-repeat;
        background-position: top center  !important;
        background-size: 200%;
    }
}

/*CG Changes:*/
@media (max-width: 480px) {
    .carousel-caption h2 {
        font-size: 26px;
    }
    .carousel-caption .muted {
        font-size: 14px;
        color: #FFFFFF;
    }
    .mod_postcode_box .dropdown-menu {
     	width: 100%;   
    }
    .mod_postcode_box .dropdown-menu a {
    	text-align: center;   
    }
    .checkout .voucher_box h5 {
     	color: #FFFFFF;   
    }
}


/**-------------------- GOOGLE PLUS --------------------------**/
.social_media_links  { 
   margin:0 auto; 
   padding:10px 0 40px; 
   text-align:center; 
} 
.social_media_links img,
.social_media_links img:hover,
.social_media_links img:focus{ 
    max-width:45px;
    box-shadow: none !important;
} 
.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:55px !important; 
}
.social_media_links .btn:hover {
    background:none !important;
}


.otherbranchalert {
 	text-align: center;
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 20px;
}
.otherbranchalert p {
    max-width: 700px;
    margin: 20px auto;
}
.otherbranchalert h3 a {
    color: #FFFFFF;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .otherbranchalert {
        font-size: 18px;
    }
    .page_special-offers #body{
        text-align:center;
    }
}

.social_media_links {
	margin-bottom: 50px;
}

.social-heading {
 	color: #ff7900;
    margin-bottom: 20px;
}

.social_media_links img {
	transition: 0.15s;
}

.social_media_links img:hover,
.social_media_links img:Focus {
    transform: scale(1.15);
    box-shadow: none;
}

.alert-delivery-info a {
 	color: #FFFFFF;
    text-decoration: underline;
}

.submitMenu {
    color: #ffdf00;
    font-weight: bold;
}

.alert-breakfast {
 	background: #4a911d !important;   
}

/*HIDE CASH PAYMENT FOR DELIVERIES FOR GEORGE STREET - 1202336466109943*/
.shop_georgestreet.checkout .orderfor-home-delivery .trigger-paymentmethod .btn:last-child {
 	display: none;   
}
.shop_georgestreet.checkout .orderfor-home-delivery .trigger-paymentmethod .btn {
 	width: 100%;   
}


/*HOMEPAGE BREAKFAST SECTION*/
#breakfast-row {
 	text-align: center;   
    display: block !important;
    padding-top: 15px;
}
#breakfast-row-grid > [class*="span"] {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 400px;
}
#breakfast-row .left   { background: url('/myimages/285/left_pizza.jpg') no-repeat; }
#breakfast-row .middle { background: url('/myimages/285/middle_gb.jpg') no-repeat; }
#breakfast-row .right  { background: url('/myimages/285/right_potatoes.jpg') no-repeat; }
#breakfast-row h2 {
 	text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    color: #ff7900;
}
#breakfast-row .btn {
 	   margin-bottom: 20px;
}
@media (max-width: 1200px) {
    #breakfast-row-grid > [class*="span"] {
     	min-height: 250px;   
    }
}
@media (min-width: 768px) {
    #breakfast-row-grid > [class*="span"] {
        margin: 0px !important;
        width: 33.33% !important;
    } 
}
@media (max-width: 767px) {
 	#breakfast-row h2 {
     	font-size: 26px;   
    }
}
.checkout_modal h3 {
    font-size: 29px;
}