@import url(https://fonts.googleapis.com/css?family=Averia+Sans+Libre);

body .visible-swansea { display:none !important; } 
body .hidden-swansea { display:inherit !important; } 
body.shop_swansea .hidden-swansea { display:none !important; }
body.shop_swansea .visible-swansea { 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: #000000;
	font-family: 'Averia Sans Libre';
	font-size: 16px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #000000;

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

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

header, #mobile-header {

	/*background-image: url("/myimages/519/zpos-bg-MintofMumbles_WhiteWoodBg.jpg");*/
	background-image: url("//cdn1.zfood.co.uk/519/images/zpos-bg-MintofMumbles_WhiteWoodBg.jpg?auto=compress");
	background-attachment: scroll;
}

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

	
/*---------------------resets/ display nones/ global---------------------*/

* {
    text-shadow: none !important;
    box-shadow: none !important;
    line-height: normal;
    border-radius: 0 !important;
}

.home #body>h1, .contact-us h1, .home-about, #body-bottom-hr, .voucher_box .success span,
.mod_postcode_box .btn .caret, .carousel-indicators, [class*="orderfor"] .row-fluid:first-child ,.row-fluid.tr.row_phones,
.orderfor-home-delivery .collectoffer, .orderfor-collection .deliveryBanner{
    display: none;
}

#container, body {
    padding: 0;
}

footer {
    margin-top: 0;
}


.menu-container-home-delivery .collectioncash{
    display:none;
}
/*---------------------fonts---------------------*/
h1, h2, h3, h4, h5, h6, .mod_postcode_box .lead, .navbar .nav>li>a{
    font-family: 'Klasik',  'Averia Sans Libre';
}

input, .btn {
    font-family: 'Averia Sans Libre';
}

a, a:hover, a:focus, .well-basket h4, .ui-widget-content h4, .well-basket .muted.note-delivery,.local_branch em,
table .text-info {
    color: #297825;
}

.navbar .brand, legend, .ctrl-offcanvas_productmenu_toggle .text-info, .help-block, .section-.well .muted, .checkout .marginbottom15 .muted,
.alert-info.well-login, .checkout .btn-link, .voucher_box h5, .voucher_box .success span, h2 small, .well-how-pay em, footer small.muted,
.information h2, h1 small, .sitemap h2,  .error-500 p, .seo-group-longer a, .alert h2, .well h1, .well h2, .well h3, .well h4, .well h5,
.well h6, .error-404 .alert h1, #responsive-food-menu .btn-navbar .text-info, h1.text-warning, .jumbotron .text-warning, .p-thanks-for,
.p-last-minute, .error-500 h2, .menu h1{
    color: #fff;
}

.popover, .gm-style-iw, .trigger-paymentmethod .muted, .modal-body .muted, .page-review-order, .carousel-control:hover, .carousel-control:focus,
.well.well-basket h4, .information .well a, .page-review-order legend{
    color: #000;
}

.menu h1 {
    text-align: center;
    font-size: 75px;
    line-height: 150%;
}

h5 .name {
    font-size: 20px;
}

/*---------------------containers---------------------*/

#container {
    background: none;
}

header{
 	padding: 20px 60px;   
}

.home .main, #about-us, #mumbles-promo, .home footer{
 	position: relative;
}
.home footer:before, .home .main:before, #about-us:after, #mumbles-promo:before{
 	content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.home .main:before{
    background-image: url(/myimages/519/zpos-bg-MintofMumbles_WhiteWoodBorder.png);
    height: 26px;
    z-index: 1;
}	
#about-us:after{
    background-image: url(/myimages/519/zpos-bg-MintofMumbles_GreyBorderBottom.png);
    height: 36px;
}
#mumbles-promo:before{
    background-image: url(/myimages/519/zpos-bg-MintofMumbles_WhiteBorderBottom2.png);
    height: 48px;
}

.home footer:before{
    background-image: url(/myimages/519/zpos-bg-MintofMumbles_GreenBorderBottom.png);
    height: 27px;
}
.span6.left_column{
    width: 20%;
}

.right_column.span6{
    width: 80%;
    margin-left: 0;
}

.main{
    position: relative;
    background: #555 url(/myimages/519/zpos-bg-MintofMumbles_GreyWoodBg.jpg) no-repeat;
    padding: 60px 60px 30px; 
    box-sizing: border-box;
    
}	
body:not(.home) #body{
    padding: 20px 0;
}

.well {
    background: #297825;
    color: #fff;
    border: none;
}

.hero-unit {
    background: #000;
    color: #fff;
}

.hero-unit h1 {
    text-shadow: none !important;
}

.hero-unit a {
    color: #297825;
}

.home .alert.sys-alert.sys-message {
    background:#FF170D;
}
.alert.sys-alert.sys-message {
    background:#FF170D;
    text-align:center;
}


/*---------------------nav styles---------------------*/

.navbar {
    margin-bottom: 0 !important;
    z-index: 2;
    position: relative;
}

.navbar-inner {
    background: none;
    border: none;
    padding: 0;
}

.navbar-inner .container {
    position: relative;
}

.navbar .nav {
    margin: 0;
    float: right;
}

.navbar .nav>li>a {
    background: none;
    color: #040505;
    font-size: 30px;
    line-height: 60px;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus,
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover,
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #297825;
    background: none;
}


/*---------------------caret colour---------------------*/

.navbar .nav li.dropdown>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top: 6px solid #000;
    margin-top: 27px;
}

.navbar .nav li.dropdown>.dropdown-toggle:hover>.caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret {
    border-top: 6px solid #297825;
}


/*---------------------nav list---------------------*/

.nav-header,
.nav-list>li>a {
    color: #fff;
}

.nav-list>li>a:hover,
.nav-list>li>a:focus,
.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    background: #000;
    color: #fff;
}


/*---------------------nav button---------------------*/

.navbar .btn-navbar {
    background: none;
    text-shadow: none;
    border: none;
    margin: 0;
}

.navbar .btn-navbar .icon-bar {
    background: #000;
    width: 29px;
    height: 3px;
}

.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;
}


/*---------------------dropdown menu---------------------*/

.dropdown-menu {
    background: #fff;
    min-width: initial;
    padding: 0;
    border: none;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) !important;
}

.dropdown-menu>li {
    padding: 0;
}

.dropdown-menu>li>a {
    position: relative;
    text-align: center;
    padding: 8px 20px;
}

.dropdown-menu>li:hover, .dropdown-menu>li:focus {
    background: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #297825;
    background: none;
}


/*---------------------opening status---------------------*/

.navbar .brand {
    margin-left: 0;
}

#opening-status {
    background: #212121;
    position: absolute;
    top: 11px;
    right: 30px;
    font-size: 21px;
    font-weight: bold !important;
    padding: 10px 15px;
    z-index: 0;
}

body:not(.home) #opening-status{
    top: initial;
    bottom: -30px;
    right: 15px;
    padding: 10px 15px;
}

.status-CLOSED {
    color: #ea3737 !important;
}

.status-OPEN {
    color: #69bd45 !important;
}

#opening-status:hover {
    text-decoration: none;
}


/*---------------------details bar---------------------*/

.ct_details_bar .span6 {
    line-height: 30px;
    width: 100%;
    margin-left: 0;
    text-align: right !important;
}


/*---------------------slider---------------------*/
.span8.column_slideshow{
    margin-left: 0;
}	

.carousel {
    margin-bottom: 0;
}

.carousel-indicators li {
    border-radius: 50% !important;
}

.carousel-control{
    color: #000;
 	background: none;
    border: none;
    left: 35px;
}

.carousel-control.right{
    right: 75px;
}

/*---------------------postcode box---------------------*/

.mod_postcode_box {
    background: url(/myimages/519/zpos-bg-MintofMumbles_PostcodeBg.png) no-repeat;
    border: none;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 70px 16px 30px;
    margin-top: 25px;
}

.mod_postcode_box .lead {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mod_postcode_box .lead,
.mod_postcode_box .col3 .muted {
    color: #000;
}

.mod_postcode_box .col3 small {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}

.mod_postcode_box input,
.mod_postcode_box .btn {
    height: 40px;
    border: none;
    margin-bottom: 0;
    font-size: 24px;
}

.mod_postcode_box input {
    background: #dcdcdc;
    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 {
    text-transform: uppercase;
    background: #297825;
}

.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: #105F0C;
}
.checkout .btn-success {
    background:#1cce13;
}
.checkout .btn-success:hover, .checkout .btn-success:focus {
    background: #17ad0f;
}
.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,
.mod_postcode_box .dropdown-menu>li>a:focus {
    background: none;
    color: #000;
}


/*---------------------prefooter---------------------*/

#prefooter {
	text-align: center;
}

#about-us{
 	padding: 90px 60px 60px;
    background: url(/myimages/519/zpos-bg-MintofMumbles_WhiteWoodBg.jpg) no-repeat;
}

#about-us h1{
 	font-size: 50px;
    margin-bottom: 25px;
    color: #000;
}

#about-us p{
 	font-size: 24px;
}

#mumbles-promo{
 	padding: 110px 60px 60px;
    box-sizing: border-box;
    background: url(/myimages/519/zpos-bg-MintofMumbles_GreenTextureBg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

#mumbles-promo .span4{
    max-width: 330px;
 	padding: 65px 20px;
    box-sizing: border-box;
    background: url(/myimages/519/zpos-bg-MintofMumbles_BottomBannersBg.png) no-repeat;
    background-size: cover;
}

#mumbles-promo img {
    padding: 0 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

img.imgHover{
    -webkit-transform: scale(1.05);   
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#mumbles-promo .span4:last-child h2 {
    color: #297825;
}

#mumbles-promo .btn {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

/*---------------------table stripped 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,
.well-basket {
    background: #fff;
    color: #000;
}

.box-delivery-information table,
.box-delivery-information .table-striped tbody>tr:nth-child(odd)>td,
.box-delivery-information .table-striped tbody>tr:nth-child(odd)>th,
.box-delivery-information .table-hover tbody tr:hover>td,
.box-delivery-information .table-hover tbody tr:hover>th {
    background: none;
    color: #fff;
}

.contact-us .box-delivery-information table,
.contact-us .box-delivery-information .table-striped tbody>tr:nth-child(odd)>td,
.contact-us .box-delivery-information .table-striped tbody>tr:nth-child(odd)>th,
.contact-us .box-delivery-information .table-hover tbody tr:hover>td,
.contact-us .box-delivery-information .table-hover tbody tr:hover>th {
    background: none;
    color: #000;
}


/*---------------------menu page popovers---------------------*/

.popover .popover-title {
    background: #212121;
    color: #fff;
}


/*---------------------modal---------------------*/

.modal {
    border: none;
}

.modal-header {
    background: #297825;
    color: #fff;
}

.modal-body {
    background: #fff;
    color: #000 !important;
}

.modal-body .media-body {
    text-align: center;
}

.modal-footer {
    background: #212121;
    color: #fff;
}

.modal fieldset {
    background: #fff;
    border: none;
	color: #000;
}

.modal-body h4 .name {
    font-size: 28px;
}

.uk-offcanvas-bar {
    background: #212121;
}

.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: #297825;
    color: #fff;
    outline: 0;
}


/*---------------------alerts & buttons---------------------*/

.alert {
    color: #fff;
    background: #297825;
    border: none;
}

.btn {
    background-image: none;
    border-color: transparent !important;
}


/*--------success--------*/

.btn-success {
    background: #297825;
}

.btn-success:hover,
.btn-success:focus,
.btn-group.open .btn-success.dropdown-toggle {
    background: #105F0C;
}


/*--------primary--------*/

.btn-primary {
    background: #2357ce;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #00249B;
}


/*--------info--------*/

.btn-info {
    background: #4992ff;
}

.btn-info:hover,
.btn-info:focus {
    background: #3079E6;
}


/*--------danger--------*/

.btn-danger {
    background: #FF170D;
}

.btn-danger:hover,
.btn-danger:focus {
    background: #E60000;
}


/*--------warning--------*/

.btn-warning {
    background: #FF871A;
}

.btn-warning:hover,
.btn-warning:focus {
    background: #CC5400;
}

.menu-selection .btn-primary {
    background: #ffe51f;
    color: #000;
}

.menu-selection .btn-primary:hover {
    background: #E6CC06;
    color: #000;
}

#basket-container #order-checkout.btn-success{
 	background: #212121;
}
#basket-container #order-checkout.btn-success:hover, #basket-container #order-checkout.btn-success:focus{
 	background: #000;
}
/*---------------------footer---------------------*/

footer {
    background: #000;
    padding: 20px 30px;
    box-sizing: border-box;
}
.home footer{
    padding: 40px 30px 20px;
}	
.cards,
.vendor {
    padding-top: 5px;
}


/*---------------------fixes---------------------*/

.row-odd, .row-product:hover {
    background: none;
}

.ui-tabs-menu.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0!important;
    padding-right: 0!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #297825;
    background: #297825;
    color: #ffffff;
}

.navbar-search {
    margin-top: 3px;
}

.navbar-search .search-query {
    padding: 6px 14px;
}

#responsive-food-menu.affix {
    left: initial;
}

#responsive-food-menu .navbar-inner {
    padding: 0 10px;
    background: #212121;
}

#responsive-food-menu .navbar-inner .brand {
    color: #;
    padding: 0;
    line-height: 40px;
}

#responsive-food-menu .btn-navbar {
    background: #297825;
}

.nav-list>li>a [class^="icon-"],
#responsive-food-menu [class^="icon-"],
#responsive-food-menu [class*=" icon-"],
.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");
}

.contact-us .box-opening-hours {
    margin-top: 20px;
}

.jumbotron-order-complete {
    background: #00000082;
    padding: 20px;
    box-sizing: border-box;
}

.website-image {
    text-align: center;
}

.how-im-ordering h2 {
    font-weight: 400;
}

.how-im-ordering .tooltip {
    font-size: 16px;
}

.loyaltypoints_box {
    background: #000 !important;
}

.loyaltypoints_box .row-credits .well {
    color: #297825;
    border-color: #297825 !important;
}

.loyalty-value.text-success .text-warning,
.loyalty-label.text-warning {
    color: #468847;
}

.span3.col4 .loyalty-label.text-warning {
    color: #b94a48;
}


/*---------------------social media buttons---------------------*/

.social_media_links {
    padding: 0;
    margin-top: 20px;
    text-align: center;
}

.social_media_links img {
    max-width: 52px;
}

.social_media_links img:hover {
    max-width: 52px;
}

.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:65px !important;
}


/*---------------------media queries---------------------*/


/*---------------------large desktop---------------------*/

@media (max-width: 1200px) {
    header {
        padding: 20px;
    }
    .span8.column_slideshow, .span4.column_modules{
     	width: 100%;
        margin-left: 0;
        float: none;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img{
     	margin: 0 auto;   
    }
    .mod_postcode_box{
        background: #fff;
        padding: 40px 15px;
    }	
    .mod_postcode_box .col3 small{
     	margin-bottom: 0;   
    }
}

@media (max-width: 1170px) {
    .navbar .nav>li>a{
        font-size: 27px;
    }	
    #basket-container {
        margin-top: 20px;
    }
}


/*---------------------portrait table and landscape desktop---------------------*/

@media (max-width: 979px) {
    .navbar .nav{
     	float: none;   
    }
    .navbar .nav,
    .navbar .nav>li {
        display: block;
        text-align: center;
    }
    .navbar .nav>li>a{
        line-height: 30px;
    }	
    .navbar .nav li.dropdown>.dropdown-toggle .caret{
        margin-top: 12px;   
    }
    .nav-collapse .dropdown-menu a {
        color: #040505;
        font-size: 20px;
    }
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background: none;
    }
    #opening-status{
        right: initial;
        left: 20px;
        top: -63px;
        padding: 10px 15px;
    }	
    body:not(.home) #opening-status{
     	position: static;   
        margin-left: 10px;
    }
    header .nav-collapse .dropdown-menu {
     	box-shadow: none !important;   
    }
    header .navbar .nav li.dropdown>.dropdown-toggle .caret, header .navbar .nav li.dropdown.open>.dropdown-toggle .caret, headre .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
        margin-top: 15px;
    }
}


/*---------------------landscape phone and portrait tablet---------------------*/

@media (max-width: 767px) {
     .ct_user_status, .carousel-control {
        display: none !important;
    }
    #mobile_food_menu_nav .zp-ctl-categories {
        color: #fff !important;
    }
    .ui-tabs-vertical .ui-tabs-panel {
        width: 100% !important;
    }
    .main {
        padding: 60px 20px 20px;
    }
    #about-us, #mumbles-promo{
     	padding: 90px 20px 60px;   
    }
    .span6.left_column,.right_column.span6{
        width: 100%;
        float: none;
    }
    #logo, .ct_details_bar .span6 {
        text-align: center !important;
    }
    .ct_local_branch_details{
        margin: 10px 0;
    }	
    
    #mumbles-promo .span4{
        margin: 0 auto;
    }	
    #basket-container {
        margin-top: 20px;
    }
    #order-checkout {
        margin-top: 10px;
    }
    .alert h2 {
        font-size: 20px;
    }
    .menu h1 {
        font-size: 51px;
    }
    footer .tl, footer .tr, .copyright {
        text-align: center !important;
        padding: 10px 0;
    }
}


/*---------------------landscape phone and down---------------------*/

@media (max-width: 480px) {
    .mod_postcode_box input,
    .mod_postcode_box .btn-group .btn,
    .form-horizontal .input-append input,
    .input-append input {
        max-width: initial;
        width: 100% !important;
    }
    .mod_postcode_box .btn-group,
    .form-horizontal .input-append .btn,
    .input-append .btn {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
    .menu h1 {
        font-size: 41px;
    }
    header .nav-collapse.in {
        margin-bottom: 60px;
    }
}