body {
    color: #393d40;
    font-family: 'LatoWeb', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.navbar-default .navbar-brand {
    padding: 5px 15px;
    color: #fff;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-brand > img {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 5px;
}
.navbar-brand > i {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 5px;
    width: 46px;
    height: 40px;
    background-image: url('../img/hbl-logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;

    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.navbar-brand > i:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/hbl-logo_b-w.svg');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;

    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 2;
}
.navbar-brand:hover > i:before {
    opacity: 0;
}
.navbar-brand:hover > i {
    transform: rotate(30deg);
}
.navbar.navbar-default {
    background-color: rgba(0,0,0,0.7);
    border: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    /*font-size: 1.1em;*/
    padding: 20px;
}
.navbar-default .navbar-nav > .active > a {
    font-weight: 400;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fdf3cd;
    background-color: transparent;
}
.homepage-video-bg {
    position: relative;
    height: 600px;
    overflow: hidden;
    z-index: -1;
    margin-bottom: 30px;
}
.homepage-video-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}
.homepage-video-bg video {
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.homepage-video-bg .container {
    margin-top: 200px;
    color: #fff;
}
.homepage-video-bg .container h1 {
    font-size: 60px;
    color: #fff;
}
.homepage-video-bg .container h1 small {
    color: #fff;
    font-weight: 300;
    font-size: 50%;
    opacity: 0.5;
}
.btn-success {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
}
.popup {
    display: none;
    min-width: 250px;
}
.body-content p {
    text-align: justify;
}
.body-content h2 {
    display: block;
    float: none;
    clear: both;
    margin: 20px 0;
}
.body-content img[align="left"] {
    /*margin-left: -60px;*/
    margin-right: 30px;
}
.body-content img[align="right"] {
    /*margin-right: -60px;*/
    margin-left: 30px;
}
.jumbotron.description {
    border-radius: 0;
}
.jumbotron.classic .price,
.jumbotron.lux .price {
    font-size: 1.75em;
    /*color: #000;*/
    font-weight: 600;
}
.jumbotron.classic .price small,
.jumbotron.lux .price small {
    font-size: 0.8em;
}
.jumbotron.classic,
.jumbotron.lux,
.jumbotron.week
{
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-size: 125%;
    background-repeat: no-repeat;
    overflow: hidden;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #222;
    border-radius: 0;
    min-height: 258px;
}
.jumbotron.classic:before,
.jumbotron.lux:before,
.jumbotron.week:before
{
    content: '';
    position: absolute;
    background-color: rgba(221, 221, 221, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.jumbotron.classic:hover,
.jumbotron.lux:hover
{
    color: #fff;
    background-size: 135%;
}
.jumbotron.classic:hover .price,
.jumbotron.lux:hover .price {
    color: #fff;
}
.jumbotron.week:hover
{
    color: #fff;
    background-size: 105%;
}
.jumbotron.classic:hover:before,
.jumbotron.lux:hover:before,
.jumbotron.week:hover:before
{
    background-color: rgba(20, 20, 20, 0.6);
}
.jumbotron.classic {
    background-image: url('../img/categories/classic.jpg');
}
.jumbotron.lux {
    background-image: url('../img/categories/lux.jpg');
}
.jumbotron.week {
    background-image: url('../img/menu-week-bg.jpg');
}
.jumbotron.classic > *,
.jumbotron.lux > *,
.jumbotron.week > *
{
    z-index: 1;
    position: relative;
}
.prices-blocks .jumbotron.classic,
.prices-blocks .jumbotron.lux,
.prices-blocks .jumbotron.week {
    min-height: 390px;
}

#request-block {
    min-width: 320px;
    max-width: 400px;
}

.request-block {
    margin: 50px 0;
    display: flex;
    float: none;
    clear: both;
    width: 100%;
}
.request-block > div {
    min-height: 400px;
    background-color: #f2f2f2;
}
.request-block > div:first-child:before
{
    content: '';
    position: absolute;
    background-color: rgba(183, 183, 183, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.request-block > div:first-child {
    background-image: url('../img/request-hbl-colaboration.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.request-block > div:last-child {
    padding: 50px 40px;
}
.request-block > div:last-child h2 {
    font-size: 50px;
}
.request-block > div:last-child p {
    margin: 30px 0;
    font-size: 1.25em;
}

.static-header {
    background-image: url('../img/hbl-static-header.jpg');
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
    color: #eee;
    padding: 90px 40px 40px 40px;
    margin: 0 0 30px 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.static-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.5);
    z-index: 0;
}
.static-header > * {
    position: relative;
}

footer {
    background-color: #f2f2f2;
    padding: 30px 0;
}
footer h3 {
    font-size: 20px;
    margin: 20px 0 30px 0;
}
footer a {
    color: #999;
}
footer a:hover {
    color: #222;
    text-decoration: none;
}
footer .nav > li > a {
    padding: 0;
    margin: 0 0 10px 0;
}
footer + .copyright {
    font-size: 0.8em;
    background-color: #fbfbfb;
    padding: 10px 0;
    text-align: center;
    color: #c4c4c4;
}
footer + .copyright a {
    color: #c4c4c4;
    text-decoration: none;
}


.dish-row {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dish-row h3 {
    margin: 0 0 10px 0;
}
.dish-row .weight {
    font-weight: 400;
}
h2.dish-type-title {
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    margin-left: 20px;
}
h2.dish-type-title span {
    padding: 0 5px;
    background-color: #fff;
    font-weight: 400;
}
h2.dish-type-title:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    right: 0;
    height: 1px;
    border-bottom: solid 1px #d0d0d0;
    z-index: -1;
}

.call-me-form {
    margin-bottom: 50px;
}
.call-me-form h2 {
    margin-bottom: 30px;
}
.call-me-form input,
.call-me-form input:focus
{
    box-shadow: none;
    text-align: center;
}

.jumbotron.week {
    min-height: 100px;
    padding: 60px 40px;
    text-align: center;
}
.jumbotron.week > .btn.btn-lg {
    font-size: 1.5em;
    font-weight: 300;
}

.btn-group img {
    margin-right: 10px;
    width: 100px;
}

.wait {
    position: relative;
    /*overflow: hidden;*/
}
.wait:before {
    content: '';
    background-color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: wait;
    z-index: 998;
}
.wait:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #3c9ee5;
    border-bottom-color: #3c9ee5;
    animation: spinner .8s ease infinite;
    z-index: 999;
}
.wait.success:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 0;
    border: none;
    color: #3c9ee5;
    animation: none;
    z-index: 999;
    text-align: center;
    font-size: 100px;
    line-height: 100px;
}
@keyframes spinner {
    to {transform: rotate(360deg);}
}

.menu_week .btn.btn-info.btn-lg {
    font-weight: 300;
}
.menu_week .row {
    position: relative;
}
.menu_week .row.ok {
    background-color: #f4ffef;
    padding-top: 20px;
}
.menu_week .row.ok:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px;
    top: 30px;
    left: 20px;
    color: #249a59;
}

.alert.alert-info.menu-alert {
    padding: 25px 15px;
}
.alert.alert-info.menu-alert a {
    font-weight: 400;
    margin: 0 10px;
}
.request-form .row {
    display: flex;
}
.request-form .request-form-cover {
    background-image: url('../img/request-form-cover.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.request-form .modal-content {
    overflow: hidden;
}
form input,
form textarea {
    font-weight: 400;
}


.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel .panel-title {
    font-weight: 400;
}
.panel-default > .panel-heading {
    padding: 15px 15px;
    background-color: #fbfbfb;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
    background-color: #f5dddd;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled span.subtext {
    color: #864242;
    display: block;
    margin: 4px 0;
    font-size: 0.85em;
}
.bootstrap-select.btn-group .dropdown-toggle.disabled {
    background-color: #eeeeee;
}
.daterangepicker td.in-range,
.daterangepicker td.available:hover
{
    background-color: #357ebd;
    color: #fff;
}






@media only screen and (max-width: 768px) {
    .navbar-default .navbar-toggle {
        border: none;
        padding: 9px 6px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ccc;
    }
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
    .navbar-brand > img {
        height: 100%;
        width: auto;
    }
    .row.flex-row {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row.flex-row .sm-order-1,
    .row.flex-row .sm-order-2
    {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        float: none;
        clear: both;
    }
    .row.flex-row .sm-order-1 {
        order: 1;
    }
    .row.flex-row .sm-order-2 {
        order: 2;
    }
    .jumbotron.classic, .jumbotron.lux {
        min-height: 0;
    }
    .static-header {
        padding: 50px 15px 15px 15px;
        min-height: 120px;
        height: auto;
    }
    .static-header h1 {
        font-size: 26px;
    }
    .dish-row h3 {
        margin: 10px 0 10px 0;
    }
    footer {
        text-align: center;
    }
    .container {
        overflow: hidden;
    }
    .jumbotron.week > .btn.btn-lg {
        white-space: inherit;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ccc;
        margin: 10px 0;
    }
    .request-form .row,
    .request-block
    {
        display: block;
    }
    .request-block
    {
        text-align: center;
    }
    .request-form .request-form-cover {
        height: 140px;
    }
    .request-block > div:first-child
    {
        height: 150px;
        min-height: 150px;
    }
    .menu_week .row.ok {
        padding-top: 60px;
    }
    .menu_week .row.ok:before {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 40px;
        top: 10px;
        left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .body-content img[align="left"],
    .body-content img[align="right"]
    {
        margin: 10px 0;
        float: none;
        clear: both;
        display: block;
        width: 100%;
        height: auto;
    }
    .jumbotron.classic, .jumbotron.lux, .jumbotron.week {
        background-size: cover;
    }
    .jumbotron.classic:hover, .jumbotron.lux:hover, .jumbotron.week:hover {
        background-size: cover;
    }
}
