#login label, label.above {
    display: table
}

.picwrapper {
    position: relative;
    width: 200px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 5px;

}

.picwrapped {
    position: absolute;
    width: 70px;
    height: 55px;
    bottom: -7px;
    border-top: 4px solid #fafafa;
    border-right: 4px solid #fafafa;

    border-radius: 2px;
}

.carousel200 {
    width: 200px !important;
}

.chef-name {
    font-weight: 300;
    line-height: 20px !important;
    margin-left: 70px;
    margin-top: -25px;
}

.chef-name span {
    font-weight: 700;
}


.catalog-entries .picwrapper {
    position: relative;
    width: 260px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 5px;

}

.catalog-entries .picwrapped {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: -58px;
    border-top: 4px solid #fafafa;
    border-right: 4px solid #fafafa;

    border-radius: 2px;
}

.catalog-entries .carousel200 {
    width: 260px !important;
}

.catalog-entries .chef-name {
    font-weight: 300;
    line-height: 20px !important;
    margin-left: 70px;
    margin-top: 22px;
    margin-right: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.menu-title {
    font-size: 16px;
}

.head-image.menus {
    background-image: url(/static/gfx/bg-2.jpg) !important;
}

.head-image.faqs {
    background-image: url(/static/gfx/bg-3.jpg) !important;
}

.head-image.register {
    background-image: url(/static/gfx/bg-2.jpg) !important;
}

.head-image.contact {
    background-image: url(/static/gfx/bg-4.jpg) !important;
}

.head-image.about {
    background-image: url(/static/gfx/bg-1.jpg) !important;
}

.head-image.special {
    background-image: url(/static/gfx/bg-v2.jpg) !important;
    min-height: 300px;
    max-height: 300px;
}


.caroufredsel_wrapper {
    max-height: 330px;
}

.heading25 {
    font-size: 25px;
    padding-top: 20px;
    text-align: left;
}

.roundedx {
    border-radius: 4px;
    border: 2px solid white;
}

.chef-heading, .chef-info {
    font-size: 1.4em;
    color: #54cf96;
    font-weight: 700;
    margin: 30px 0;
}


.chef-heading span {
    font-size: 1em;
    color: #19192a;
    display: block;
}

.chef-heading a {
    text-decoration: none;
}

.offer-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 20px;
}

.offer-title a {
    font-size: 1.3em !important;
    text-decoration: none !important;
}

.chef-name a {
    text-decoration: none;
    font-size: 1.1em !important

}

#chef-wrapper, #catalog-wrapper {
    background: #19192a none repeat scroll 0 0;
    position: relative;
}

#chef-wrapper {
    height: 5px;
}

#about-wrapper {
    padding: 0;
}

#datetimepicker1 {
    width: 180px;
}

#partysize {
    width: 60px;
}

.summary {
    border-top: 1px solid #c3cfca;
    padding: 20px;
    font-weight: 400;
}

.flex-caption .bootstrap-datetimepicker-widget {
    z-index: 9999;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


.textright {
    text-align: right;
}

.whitelabel {
    color: #fff;
}

.booking-form {

}

.booking-form input {
    height: 34px;
}

.input-group {
    margin-right: 12px;
}

.flex-buttons {
    margin-right: 50px;
}

.fade.in {
    opacity: 0.89;
}


.btn-mint {
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    background-color: #54cf96;
    border: 1px solid white;
}

.mint {
    color: #54cf96;
}

.dark-mint {
    color: #41a174 !important;
}


p.errors {
    font-weight: 400;
    color: red;
}

.menu-filter {
    padding-top: 20px;
}

#showmore-c, #showmore-e {
    font-weight: 400;
    float: left;
    cursor: pointer;
}

#minprice, #maxprice {
    max-width: 100px;
}


input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before {
    content: "\f096";
}

/* unchecked icon */
input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

/* space between checkbox and label */

input[type=checkbox]:checked + label:before {
    content: "\f046";
    color: #41a174;
}

/* checked icon */
input[type=checkbox]:checked + label:before {
    letter-spacing: 10px;
}

/* allow space for check mark */


.restable {
    border-spacing: 10px;
    border-collapse: collapse;
}

.restable td {
    padding: 5px;
}

.margintop {
    margin-top: 20px;
}

#loginform {
    padding-top: 13px;
    text-align: left;
}

#username, #password {
    width: 30%;
    display: inline-block;
    margin-right: 5px;
    height: 30px;
}

.errormsg {
    color: #e73c3c;
    font-weight: 400;
}

#mail, .social-icons {
    text-align: center;
}

.social-icons a{
    margin-top: 10px;
}
.social-icon {
    margin-top: 5px;
    width: 40px;
}

#mail a {
    font-size: 1.7em;
    text-decoration: none;
    color: #fafafa;
    font-weight: 300;
}

.nopic {
    position: relative;
    min-height: 60px;
}

#datetimepicker1 {
    width: 130px;
}

#datetimepicker2 {
    width: 100px;
}

#increase, #decrease, .increase, .decrease {
    cursor: pointer;
}

#increase, .increase {
    color: #54cf96;
}

#decrease, .decrease {
    color: #ff8561;
}

.menuitem {
    border: 1px solid #ccc;
    margin-top: 20px;
    box-shadow: 5px 5px 2px #888888;
    margin-bottom: 20px;
}

.menuitem:last-of-type {
}

.menuitem img {
    width: 100%;
}

.menudesc {
    padding: 20px;
}

.menudesc2 {
/ / background-color: #54cf96;
    border-bottom: 1px solid #54cf96;
/ / color: #333;
    font-size: 1.4em;
    opacity: 1;
    padding: 10px;
    width: 100%;
    font-weight: 400;
}

.menudesc3 {
    color: #333;
    font-size: 1.2em;
    font-weight: 400;
}


.menudesc2:hover {
    color: #e74c3c;
}

.menudesc h4 {
    text-align: center;
}

#reservation {
    background-color: #fafafa;
    box-shadow: 5px 5px 2px #888888;
    padding: 30px;
    margin-bottom: 35px;
}

.reservation-section {
    padding: 5px 0;
}

.tag {
    background-color: #fafafa;
    border: 1px dotted #ddd;
    font-size: 0.8em;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 3px;
}

.chefbox {
    padding: 10px 0;
}

.modal-side {
    margin-top: 30%;
    font-size: 3em;
    text-align: center;
}

.modal-side i:hover {
    opacity: 0.8;
    cursor: pointer;
}

.modal-dialog {
    width: 60%;
}

.mainpic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stars {
    color: #ffcc00;
    display: inline-block;
    float: right;
    font-size: 1.4em;
}

.stars-card {
    color: #ffcc00 !important;
    font-size: 1.35em;
}

.chef-head {
    padding: 10px 0 40px;
}

#reviews-link {
    color: #19192a;
    cursor: pointer;
    font-size: 0.7em;
    font-weight: 400;
    text-align: right;
}

@media (max-width: 979px) {
    #reviews-link {
        text-align: center;
    }
}

.gallery {
    margin: 28px 0 0 0;
}

.gallery .item {
    display: inline-block;
    min-height: 80px;
    padding: 0 5px;
}

.midmenu {
    padding: 0;
    border: none;
    text-decoration: none !important;
}

.menu-content p {
    margin: 0 0 5px 0;
}

.modal-content hr {
    margin: 15px 0;
}

nav.main ul {
    margin: -10px 0 0 0;
}

.menu-heading {
    text-align: center;
    margin-bottom: 34px;
}

.w100 {
    width: 100% !important;
}

.paxselector, .pricebox {
    font-size: 1.3em;
    font-weight: bold;
}

.paxselector .pax {
    display: inline-block;
    width: 30px;
}

header .search {
    position: absolute;
    top: 15px;
    left: 25%;
}

header .search input, header .search button, header .login button {

    background: #54cf96 none repeat scroll 0 0;
    color: #eaeaea;
    border: 1px solid #bccfc6;
    height: 30px;
    padding: 0 8px;
    font-weight: 600;
}


.menu-card-title, .menu-content {
    border-bottom: 2px solid #e74c3c;
    padding-bottom: 8px;
    text-align: center;
}

.see-other {
    font-size: 0.7em !important;
}

.pax {
    color: #e74c3c;
    display: inline-block;
    font-weight: bold;
    width: 20px;
}

.chefimage {
    width: 100px;
}

@media (max-width: 980px) {
    .chefimage {
        width: 300px;
    }


}


#about p {
    text-align: center;
    font-weight: 700;
}

.landing-ico img {
    width: 100%;
    padding: 40px;
}

.menu-sub {
    color: #54cf96;
    font-size: 1.4em;
    font-weight: 700;
}

.main span {
    font-weight: bold;
    text-transform: uppercase;
}


@media (max-width: 1024px) {
    .modal-dialog {
        width: 88% !important;
    }

    .stars-card {
        font-size: 1em;
    }

    .chef-heading {
        font-size: 1.4em;
        margin: 35px 0 0 80px;
    }

    .modal-side {
        font-size: 2em;
        margin-top: 30px;
        text-align: center;
    }

    .flexslider .slides img {
        width: auto !important;
    }
}


@media (max-width: 480px) {

    .modal-dialog {
        width: 95% !important;
    }

    .modal-dialog .chefimage {
        width: 60px;
        margin-left: -18px;
    }

    .chef-head {
        text-align: center;
    }

    .chef-heading {
        font-size: 0.85em;
        margin: 20px 0 0 15px;
    }

    .menudesc2 {
        font-size: 1.15em;
    }

    header .search button {
        display: none;
    }

    .flexslider .slides img {
        width: auto !important;
    }

    .flex-caption .animated {
        padding: 5px 23px;
    }

    .flex-caption .booking-form {
        margin-left: 42px !important;
    }

    .flex-caption h1 {

    }

    header .branding img {
        width: 100px;
    }

    a.menulink button {
        float: none !important;
    }

    .landing-ico img {
        padding: 20px;
    }

    .ms-left {
        margin-left: -10px;
    }

    .menuitem-modal {
        width: 78%;
        margin-left: 10px;
    }

    .stars-card {
        font-size: 0.6em;
        margin-left: -12px;
    }

}

@media (min-width: 992px) {
    .chef-right-col {
        padding-left: 50px;
    }
}

@media (min-width: 768px) {
    .menu-heading {
        margin-top: -53px;
    }

    #reservation {
        margin-top: -68px;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.kuc {
    height: 500px;
    position: absolute;
    top: 40px;
    width: 80%;
    left: 10%;
    padding: 30px;
    color: white;
}

.kuc p, .sub-head p {
    font-size: 1.3em;
    text-align: justify;
    padding: 10px 0;
}

.spaced {
    padding: 20px 0 10px;
}

.sub0, .sub1 {
    text-align: center;
    margin-right: 110px;
}


.sub0 {
    color: #e74c3c;
}

.sub1 {
    font-size: 1.3em;
    font-weight: bold;
}


.blog-heading a {
    font-size: 0.8em;
}

.heading-left {
    text-align: left;
}

#howitworks h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: black;
    line-height: 22px;
}

.comment {
    padding: 20px 0px;
    border-bottom: 1px dotted #ccc;
}

#comment-form {
    padding-bottom: 20px
}

.error-page {
    margin-top: 100px;
    margin-bottom: 80px;
}

.page-heading {
    color: #ff8561;
}

.currency {
    display: inline-block;
    height: 16px;
    width: 20px;
    margin-right: 5px;
    background-size: cover;
}

.language {
    display: inline-block;
    height: 16px;
    width: 20px;
    margin-right: 5px;
    background-size: cover;
}

.language-pl {
    background-image: url(/static/gfx/flags/pl.png);
}

.language-de {
    background-image: url(/static/gfx/flags/de.png);
}

.language-en {
    background-image: url(/static/gfx/flags/en.png);
}

.chef-photo-and-others {
    margin-top: 20px;
    display: flex;
}

.chef-photo-and-others__stars-and-badges {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-basis: 100%
}

.badges {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 979px) {
    .chef-photo-and-others {
        flex-direction: column;
        align-items: center;
    }

    .chef-photo-and-others__stars-and-badges {
        align-items: center;
    }
}

.badges--in-box {
    top: 5px;
    left: 5px;
    position: absolute;
}

.badges--in-modal {
    top: 20px;
    left: 30px;
    position: absolute;
}

.badges--landing {
    top: -10px;
    left: 5px;
    position: absolute;
    z-index: 10;
}

.badges__image {
    width: 50px !important;
    height: 50px !important;
}

.menu-set-available-icon {
    width: 48px !important;
    height: 48px !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-set-availability {
    font-size: 12px;
    margin: 5px 0 0 0;
}

.menu-set-availability__icon {
    height: 30px;
}

[v-cloak] {
    display: none;
}

.catering-offer {
    border: solid 1px grey;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
}

.catering-offer__image, .catering-header__photo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.catering-offer__title {
    margin-top: 10px;
    margin-bottom: 10px;
}


.catering-header {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}

.catering-header__details {
    flex-direction: column;
}

.catering-header__title {
    margin-top: 5px;
}

.catering-form__title {
    margin-bottom: 25px;
    margin-top: 25px;
}

.catering-item {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
}

.catering-item:last-of-type {
    border-bottom: none;
}

.catering-item__quantity {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.catering-item__input {
    width: 88px;
    display: inline;
    margin-right: 10px;
}

.catering-item__sum-price {
    width: 100px;
    text-align: right;
    font-weight: bold;
    line-height: 34px;
}

.catering-summary {
    float: right;
    width: 300px;
    text-align: right;
}

.catering-summary__button {
    width: 100%;
    font-size: 20px;
    margin-top: 5px;
}

.catering-form__below-min {
    color: lightcoral;
}

.btn-accent {
    background-color: #54cf96;
    color: white;
}

.btn-accent:hover, .btn-accent:active {
    color: white;
}

.catering-list-header {
    margin-bottom: 30px;
}

.catering-form__input-group {
    margin-right: 0;
}

.bootstrap-datetimepicker-widget table td.disabled {
    color: #dcd8d8 !important;
}

.menu-description-item {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.menu-description-item--title {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-description-item--page_break {
    width: 100%;
    height: 1px;
    background: #c3cfca;
}

.menu-description-item--header {
    font-weight: bold;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.menu-description-item--comment {
    color: gray;
    font-size: 12px;
}

.base-section {
    margin-top: 70px;
    margin-bottom: 40px;
}

@media (min-width: 979px) {
    .navbar-collapse.collapse.languages-menu {
        display: none !important;
    }

    .navbar-collapse.collapse.currencies-menu {
        display: none !important;
    }
}

.navbar-collapse {
    max-height: None;
}

.languages-button {
    padding-top: 6px;
    margin-right: 0;
}

.currencies-button {
    padding-top: 6px;
    margin-right: 0;
}


.onboarding li {
    list-style-type: none;
    width: 15%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}


#date.form-control {
    line-height: 1.42857143 !important;
}

.input-group-addon {
    width: 37px !important;
}


.menu-types {
    margin: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu-types__item {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 5px;
    margin: 5px;
}

.menu-types__item:hover {
    background: #fffcfc;
}

.menu-types__label {
    color: grey;
    margin-right: 5px;
}

#id_clause_photos, #id_clause_rodo {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    }

label[for=id_clause_photos] {
    padding-left:5px
}

label[for=id_clause_rodo] {
    padding-left:5px
}

body {
	font-size: 14px;
}

.h6 {
	font-size: 12px;
}

#txtsearch input {
    font-size: 14px;
}

