/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
.navbar-brand img {
    margin-bottom: 0.25rem;
}
#home::before,
#home::after{
    height: 0;
    content: "";
    display: block;
}
#home {
    border-bottom: 5px solid #fff;
}
@media (max-width: 1024px){
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #home::before, #home::after {
        height: 0;
        content: "";
        display:block;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 85%;
        height: auto;
    }
    #collapsingNavbar .navbar-nav .nav-link {
        padding-left: 1.85rem;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    #collapsingNavbar .navbar-nav .nav-link {
        padding-left: 1.75rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    #collapsingNavbar .navbar-nav .nav-link {
        padding-left: 1.75rem;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 60%;
        height: auto;
        margin-bottom: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .35rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    #collapsingNavbar .navbar-nav .nav-link {
        padding-left: 1.75rem;
    }
}
/*Slider*/
#home .mbri-arrow-prev, #home .mbri-arrow-next {
    font-size: 4rem;
    color: rgba(255,255,255,1);
}
.carousel-caption .offer {
    display: block;
    float: right;
    position: absolute;
    top: 85%;
    left: 69%;
    font-family: 'MagistralC', sans-serif;
    font-weight:bold;
    font-size:2.3rem;
    color:#fff;
}
.carousel-caption .txt-block{
    margin: 0 0 10% 15%;
    padding: 0 0 1rem 0;
    width:30%;
    background: rgba(44,47,50,.71);
    border:1px solid #fff;
    border-radius:10px;
}
.carousel-caption .txt-block .headng{
    padding: 1rem 0 0 0;
    margin:0;
    font-size: 3.35rem;
    text-align: center;
    color:#fff;
}
.carousel-caption .txt-block .price{
    margin:0;
    font-family: 'MagistralC', sans-serif;
    font-weight: bold;
    font-size: 3.25rem;
    text-align: center;
    color:#f2dd04;
}
.carousel-caption .txt-block .price-sm{
    display: block;
    position: absolute;
    top: 28%;
    left: 35%;
    font-family: 'MagistralC', sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    color:#fff;
}
.carousel-caption .txt-block .price-sm .crossed{
    display:block;
    position:absolute;
    left: 0;
    top: 47%;
    background: #cb262b;
    width: 55px;
    height:1px;
    -ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
}
.carousel-caption .more-btn{
    display:block;
    position: absolute;
    bottom: 32%;
    left: 17%;
}
#sl-2 .carousel-caption .txt-block{
    width:35%;
}
#sl-3 .carousel-caption .txt-block{
    width:25%;
}
#sl-2 .carousel-caption .offer{
     top: 88%;
     left: 63%;
     font-size: 2.15rem;
 }
#sl-3 .carousel-caption .offer{
    top: 90%;
    left: 52%;
    font-size: 2rem;
}
#sl-3 .carousel-caption .txt-block .price-sm{
    top: 36%;
    left: 29%;
    font-size: 1.1rem;
    line-height: 1;
}
#sl-3 .carousel-caption .txt-block .price{
    text-align: left;
    padding-left: 25%;
}
#carouselIndicators .carousel-indicators{
    justify-content: right;
}
#carouselIndicators .dashes li{
    position: relative;
    flex: 0 1 auto;
    width: 45px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255, 0.75);
}
#carouselIndicators .dashes .active{
    background-color: #89be53;
}
@media (max-width: 1024px) {
    #sl-3 .carousel-caption .txt-block {
        width: 32%;
    }
    .carousel-caption .offer {
        top: 91%;
        left: 68%;
        font-size: 1.7rem;
    }
    #sl-2 .carousel-caption .offer {
        top: 94%;
        left: 63%;
        font-size: 1.15rem;
    }
    #sl-3 .carousel-caption .offer {
        top: 94%;
        left: 52%;
        font-size: 1.45rem;
    }
    #sl-3 .carousel-caption .txt-block .price-sm {
        top: 36%;
        left: 34%;
    }
    .carousel-caption .txt-block .price-sm {
        top: 31%;
        left: 37%;
    }
    .carousel-caption .more-btn {
        padding: 0.275rem 1.5rem 0.275rem 0.5rem;
        font-size: 1rem;
        bottom: 26%;
        left: 17%;
    }
    .btn-primary::after {
        bottom: 30%;
        right: 20%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption .txt-block {
        margin: 0 0 7% 12%;
        padding: 0 0 1rem 0;
    }
    #sl-3 .carousel-caption .txt-block {
        width: 30%;
    }
    .carousel-caption .txt-block .headng {
        font-size: 2.5rem;
        padding: 0.5rem 0 0 0;
    }
    #sl-2 .carousel-caption .txt-block .headng {
        font-size: 1.75rem;
    }
    .carousel-caption .txt-block .price {
        font-size: 1.75rem;
    }
    .carousel-caption .txt-block .price-sm {
        top: 37%;
        left: 32%;
        font-size: 1rem;
    }
    #sl-3 .carousel-caption .txt-block .price-sm {
        top: 41%;
        left: 28.5%;
        font-size: 90%;
    }
    .carousel-caption .txt-block .price-sm .crossed {
        width: 32px;
    }
    .carousel-caption .more-btn {
        bottom: 16%;
        left: 14%;
    }
    .btn {
        padding: 0.275rem 1.5rem 0.275rem 0.5rem;
        font-size: 1rem;
    }
    .carousel-caption .offer {
        top: 91%;
        left: 68%;
        font-size: 1.25rem;
    }
    #sl-2 .carousel-caption .offer {
        top: 94%;
        left: 63%;
        font-size: 1.15rem;
    }
    #sl-3 .carousel-caption .offer {
        top: 96%;
        left: 52%;
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .carousel-caption .txt-block {
        margin: 0 0 7% 12%;
        padding: 0 0 1rem 0;
        width: 40%;
    }
    #sl-2 .carousel-caption .txt-block {
        width: 40%;
    }
    #sl-3 .carousel-caption .txt-block {
        width: 38%;
    }
    .carousel-caption .txt-block .headng {
        font-size: 2.5rem;
        padding: 0.5rem 0 0 0;
    }
    #sl-2 .carousel-caption .txt-block .headng {
        font-size: 1.75rem;
    }
    .carousel-caption .txt-block .price {
        font-size: 1.75rem;
    }
    .carousel-caption .txt-block .price-sm {
        top: 40%;
        left: 38%;
        font-size: 1rem;
    }
    #sl-3 .carousel-caption .txt-block .price-sm {
        top: 43%;
        left: 32.5%;
        font-size: 90%;
    }
    .carousel-caption .txt-block .price-sm .crossed {
        width: 32px;
    }
    .carousel-caption .more-btn {
        bottom: 12%;
        left: 14%;
    }
    .btn {
        padding: 0.275rem 1.5rem 0.275rem 0.5rem;
        font-size: 1rem;
    }
    .carousel-caption .offer {
        top: 94%;
        left: 68%;
        font-size: 1rem;
    }
    #sl-2 .carousel-caption .offer {
        top: 96%;
        left: 63%;
        font-size: 94%;
    }
    #sl-3 .carousel-caption .offer {
        top: 98%;
        left: 52%;
        font-size: 84%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .carousel-caption .txt-block {
        margin: 0 0 0 12%;
        padding: 0 0 1rem 0;
        width: 43%;
    }
    #sl-2 .carousel-caption .txt-block {
        width: 53%;
    }
    #sl-3 .carousel-caption .txt-block {
        width: 38%;
    }
    .carousel-caption .txt-block .headng {
        font-size: 2.15rem;
        padding: 0.5rem 0 0 0;
    }
    #sl-2 .carousel-caption .txt-block .headng {
        font-size: 1.75rem;
    }
    .carousel-caption .txt-block .price {
        font-size: 1.5rem;
    }
    .carousel-caption .txt-block .price-sm {
        top: 50%;
        left: 40%;
        font-size: 0.75rem;
    }
    #sl-3 .carousel-caption .txt-block .price-sm {
        top: 51%;
        left: 32.5%;
        font-size: 83%;
    }
    .carousel-caption .txt-block .price-sm .crossed {
        width: 32px;
    }
    .carousel-caption .more-btn {
        bottom: -8%;
        left: 14%;
    }
    .btn {
        padding: 0.275rem 1.5rem 0.275rem 0.5rem;
        font-size: .85rem;
    }
    .carousel-caption .offer,
    #sl-2 .carousel-caption .offer,
    #sl-3 .carousel-caption .offer{
        display:none;
    }
    #home .mbri-arrow-prev, #home .mbri-arrow-next {
        font-size: 2rem;
    }

}
@media (max-width: 348px) {
    .carousel-caption .txt-block {
        margin: 0 0 0 12%;
        padding: 0 0 1rem 0;
        width: 59%;
    }
    #sl-2 .carousel-caption .txt-block {
         width: 70%;
    }
    #sl-3 .carousel-caption .txt-block {
        width: 55%;
    }
   .carousel-caption .txt-block .headng {
        font-size: 2.15rem;
        padding: 0;
    }
    #sl-2 .carousel-caption .txt-block .headng {
        font-size: 1.75rem;
    }
    .carousel-caption .txt-block .price {
        font-size: 1.25rem;
    }
    .carousel-caption .txt-block .price-sm {
        top: 46%;
        left: 50%;
        font-size: 0.75rem;
    }
    #sl-3 .carousel-caption .txt-block .price-sm {
        top: 47%;
        left: 39%;
        font-size: 83%;
    }
    .carousel-caption .txt-block .price-sm .crossed {
        width: 32px;
    }
    .carousel-caption .more-btn {
        bottom: -8%;
        left: 14%;
    }
    .btn {
        padding: 0.275rem 1.5rem 0.275rem 0.5rem;
        font-size: .85rem;
    }
    .carousel-caption .offer,
    #sl-2 .carousel-caption .offer,
    #sl-3 .carousel-caption .offer{
        display:none;
    }
    #home .mbri-arrow-prev, #home .mbri-arrow-next {
        font-size: 2rem;
    }
}
/*Reasons Block styles*/
#reasons:before,
#reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: #fff url("../images/bg-reasons.jpg") no-repeat;
    background-size: cover;
}
#reasons h2{
    color:#2c2f32;
}
.line{
    display: block;
    margin: .5rem auto 0 auto;
    background:#cb262b;
    width:15%;
    height:1px;
}
.img-reason {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid #f2dd04;
    border-radius: 15px;
}
.reason-title{
    font-family: 'FuturaFuturisC', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    color:#fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-reason {
        width: 80%;
    }
    .reason-title {
        font-size: 100%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons:before,
    #reasons:after{
        height: 2rem;
    }
    #reasons h2 {
        font-size: 1.85rem;
        margin: 0 0 1.5rem 0;
    }
    .img-reason {
        width: 80%;
    }
    .reason-title {
        font-size: 83%;
    }
    .line {
        width: 35%;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons:before,
    #reasons:after{
        height: 2rem;
    }
    #reasons h2 {
        font-size: 1.85rem;
        margin: 0 0 1.5rem 0;
    }
    .img-reason {
        width: 65%;
    }
    .reason-title {
        font-size: 95%;
    }
    .line {
        width: 40%;
    }

}
@media (max-width: 348px) {
    #reasons:before,
    #reasons:after{
        height: 1rem;
    }
    #reasons h2 {
        font-size: 1.75rem;
        margin: 0 0 1rem 0;
    }
    .img-reason {
        width: 70%;
    }
    .reason-title {
        font-size: 93%;
    }
    .line {
        width: 40%;
    }
}
/*About Block styles*/
#about::before{
    height: 2rem;
    content: "";
    display: block;
}
#about::after{
    height: 7rem;
    content: "";
    display: block;
}
#nav-tabContent {
    padding: 2rem 1.5rem;
}
.video-img, .about-img {
    max-width: 100%;
    height: auto;
}
.video-img, .about-img, .thumb-modal{
    border: 4px double #89be53;
}
#about .heading {
    padding: 0 0 1rem 0;
    margin: 1.5rem 1rem 1.5rem 0;
    border-bottom: 1px solid #cb262b;
}
#about .heading h2, #about .heading-img{
    display:inline-block;
    vertical-align:middle;
}
#about .heading h2{
    margin:0 0 0 .75rem;
    line-height: .95;
}
.colour{
    color: #44484a;
}
#about .heading-img {
    width: 227px;
    height: 80px;
}
#nav-tabContent .txt{
    padding: 0 1rem 0 0;
}
#about .uslugi .sub-heading {
    color: #44484a;
}
.line2 {
    display: block;
    margin: .5rem 0 0;
    width: 11%;
    height: 1px;
    background: #89be53;
}
.thumb-modal {
    max-width: 100%;
    height: auto;
}
.uslugi-title{
    font-family: 'FuturaFuturisC', sans-serif;
    font-size: 1.35rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.25;
    color:#44484a;
}
@media (max-width: 1024px) {
    #about::after {
        height: 4rem;
    }
    #about .heading h2 {
        font-size: 1.85rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before,
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    .nav-tabs .nav-link {
        font-size: 1.15rem;
    }
    #about .heading h2 {
        font-size: 1.35rem;
    }
    #about .heading-img {
        width: 40%;
        height: auto;
    }
    .uslugi-title {
        font-size: 100%;
    }
    #about .modal .modal-body .uslugi-title {
        font-size: 95%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about h1{
          font-size:2.25rem;
          margin: 0 0 1.5rem 0;
      }
    .nav-tabs .nav-link {
        font-size: 90%;
    }
    .nav-tabs #nav-bistro-tab{
        padding: 1.2rem 1rem 1.2rem 1.5rem;
    }
    #about .heading h2 {
        font-size: 1.85rem;
    }
    #about .heading-img {
        width: 40%;
        height: auto;
    }
    .uslugi-title {
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    #about h1{
        font-size:2.25rem;
        margin: 0 0 1.5rem 0;
    }
    .nav-tabs .nav-link {
        padding: .75rem 1rem;
        font-size: 76%;
    }
    .nav-tabs #nav-bistro-tab {
        padding: .75rem 0;
    }
    #nav-tabContent {
        padding: 1rem 0 2rem 0;
    }
    #nav-tabContent .txt {
        padding: 0;
    }
    #about .heading {
        margin: 1.5rem 0;
    }
    #about .heading h2 {
        font-size: 1.65rem;
    }
    #about .heading-img {
        width: 40%;
        height: auto;
    }

}
@media (max-width: 375px){
    #about #nav-bistro .heading h2 {
        font-size: 1.5rem;
    }
    #about #nav-kafe .heading h2 {
        font-size: 1.25rem;
    }
    .nav-tabs .nav-link{
        font-size: 94%;
    }
    .nav-tabs #nav-bistro-tab {
        padding: .75rem 1rem;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
    #about h1{
        font-size:2rem;
        margin: 0 0 1rem 0;
    }
    .nav-tabs .nav-link {
        padding: .75rem 1rem;
        font-size: 86%;
    }
    .nav-tabs #nav-bistro-tab {
        padding: .75rem 1rem;
    }
    #nav-tabContent {
        padding: 1rem 0 2rem 0;
    }
    #nav-tabContent .txt {
        padding: 0;
    }
    #about .heading {
        margin: 1.5rem 0;
    }
    #about #nav-kafe .heading h2 {
        font-size: 1.15rem;
    }
    #about .heading-img {
        width: 38%;
        height: auto;
    }
    #about .uslugi .sub-heading{
        font-size: 1.5rem;
    }
    .uslugi-title {
        font-size: 1.2rem;
    }
}
/*Modals styles - about*/
.modal-content{
    padding: 1rem;
    border: 1px solid #a1aab3;
}
.modal-header {
    border-bottom: 1px solid #cb262b;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-body {
    padding: 2rem 1rem;
}
.modal-body .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.modal-img{
    width: 100%;
    height: auto;
    border: 3px double #89be53;
}
.modal-title{
    line-height: 1.2;
    color: #44484a;
}
.modal-title .colour{
    display:block;
    color:#89be53;
}
.modal .modal-list, .about-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.5rem;
}
.modal .modal-list li, .about-list li{
    position: relative;
    padding: 0 0 .25rem 1.75rem;
}
.modal .modal-list li::before, .about-list li::before {
    content: '';
    width: 17px;
    height: 15px;
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
}
#about .modal .modal-body .uslugi-title{
    font-size: 1.15rem;
    line-height: 1.15;
}
#about .modal-body video {
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-title{
        font-size: 1.35rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-img{
        margin: 0;
    }
    .modal-title{
        font-size: 1.35rem;
    }
    #about .modal .modal-body .uslugi-title {
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-img{
        margin: 0;
    }
    .modal-title{
        font-size: 1.35rem;
    }
}
@media (max-width: 348px){
    .modal-img{
        margin: 0;
    }
    .modal-title{
        font-size: 1.25rem;
    }
}

/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-item .hover-mask .gallery-img{
    width: 100%;
    height: auto;
    border: 2px solid rgba(176,199,166,.35);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .uslugi-card{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-mask a .mbri-file, .hover-mask a .mbri-search, .hover-mask a .mbri-play {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 29% 20px;
    text-align: center;
    background-color: rgba(110,180,76,.50);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask a .mbri-play {
    padding: 30% 20px;
}
#nav-bistro .hover-mask a .about-img-search .mbri-search{
    padding: 30% 20px;
}
.modal .modal-body .hover-mask a .modal-search .mbri-search{
    padding: 24% 20px;
}
#ModalCenter1.modal .modal-body .hover-mask a .modal-search .mbri-search{
    padding: 24% 20px;
}
#ModalCenter6.modal .modal-body .hover-mask a .modal-search .mbri-search{
    padding: 44% 20px;
}
#thumbCarousel .hover-mask a .mbri-search{
    padding: 24.75% 20px;
}
#thumbCarousel #slide-3 .hover-mask a .mbri-search{
    padding: 29% 20px;
}
.carousel-item .hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(110,180,76,.50);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover a p, .carousel-item .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .hover-mask .mbri-search, .hover-mask a .mbri-play, .carousel-item .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #f2dd04;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, .hover-mask:hover .mbri-search, .carousel-item .hover-mask:hover .mbri-search, .hover-mask:hover a .mbri-play {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 23.5% 20px;
    }
    .hover-mask a .mbri-play {
        padding: 26% 20px;
    }
    #nav-bistro .hover-mask a .about-img-search .mbri-search {
        padding: 26% 20px;
    }
    .modal .modal-body .hover-mask a .modal-search .mbri-search {
        font-size: 2rem;
        padding: 19% 20px;
    }
    #ModalCenter1.modal .modal-body .hover-mask a .modal-search .mbri-search,
    #ModalCenter6.modal .modal-body .hover-mask a .modal-search .mbri-search{
        font-size: 2rem;
        padding: 38% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search {
        padding: 21.25% 20px;
    }
    #thumbCarousel #slide-3 .hover-mask a .mbri-search {
        padding: 25.75% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        font-size: 2rem;
        padding: 24.2% 20px;
    }
    .hover-mask a .mbri-play,
    #nav-bistro .hover-mask a .about-img-search .mbri-search{
        font-size: 3rem;
        padding: 30% 20px;
    }
    .modal .modal-body .hover-mask a .modal-search .mbri-search {
        font-size: 2rem;
        padding: 19% 20px;
    }
    #ModalCenter1.modal .modal-body .hover-mask a .modal-search .mbri-search,
    #ModalCenter6.modal .modal-body .hover-mask a .modal-search .mbri-search{
        font-size: 2rem;
        padding: 38% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search {
        padding: 19% 20px;
    }
    #thumbCarousel #slide-3 .hover-mask a .mbri-search {
        padding: 23.25% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 29.2% 20px;
    }
    .hover-mask a .mbri-play,
    #nav-bistro .hover-mask a .about-img-search .mbri-search{
        padding: 29.25% 20px;
    }
    .modal .modal-body .hover-mask a .modal-search .mbri-search {
        padding: 23% 20px;
    }
    #ModalCenter1.modal .modal-body .hover-mask a .modal-search .mbri-search,
    #ModalCenter6.modal .modal-body .hover-mask a .modal-search .mbri-search{
        padding: 42% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search {
        padding: 19% 20px;
    }
    #thumbCarousel #slide-3 .hover-mask a .mbri-search {
        padding: 23.25% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
    .hover-mask a .mbri-play,
    #nav-bistro .hover-mask a .about-img-search .mbri-search {
        padding: 27% 20px;
    }
    .modal .modal-body .hover-mask a .modal-search .mbri-search {
        padding: 23% 20px;
    }
    #ModalCenter1.modal .modal-body .hover-mask a .modal-search .mbri-search,
    #ModalCenter6.modal .modal-body .hover-mask a .modal-search .mbri-search {
        padding: 36% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search {
        padding: 23% 20px;
    }
    #thumbCarousel #slide-3 .hover-mask a .mbri-search {
        padding: 27.25% 20px;
    }
}

/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: contain;
}
#slogan::before{
    height: 18rem;
    content: "";
    display: block;
}
#slogan::after{
    height: 0;
    content: "";
    display: block;
}
#slogan .text-block {
    margin-top: 0;
    padding: 0 0 2.75rem 7rem;
    position: absolute;
    bottom: 23%;
    color: #fff;
}
.slogan-img2{
    width: 423px;
    height: auto;
}
#slogan .text-block .sub-heading{
    margin-bottom: 0;
    font-family: 'MagistralC', sans-serif;
    font-weight: bold;
    font-size:2.5rem;
    color:#f2dd04;
}
.slogan-img {
    width: 85%;
    position: absolute;
    bottom: 80.75%;
    left: 9%;
    margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
    #slogan::before {
        height: 16rem;
    }
    #slogan .text-block .sub-heading {
        font-size: 1.8rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before {
        height: 10rem;
        content: "";
        display: block;
    }
    .slogan-img {
        width: 85%;
        bottom: 22.85%;
        left: 6%;
    }
    #slogan .text-block {
        padding: 0 0 1.25rem 1rem;
    }
    .slogan-img2 {
        width: 80%;
        height: auto;
    }
    #slogan .text-block .sub-heading {
        font-size: 1.65rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before {
        height: 8rem;
        content: "";
        display: block;
    }
    .slogan-img {
        width: 85%;
        bottom: 22.85%;
        left: 6%;
    }
    #slogan .text-block {
        padding: 0 0 1rem .75rem;
    }
    .slogan-img2 {
        width: 85%;
        height: auto;
    }
    #slogan .text-block .sub-heading {
        font-size: 1.25rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before {
        height: 6rem;
        content: "";
        display: block;
    }
    .slogan-img {
        width: 85%;
        bottom: 22.85%;
        left: 6%;
    }
    #slogan .text-block {
        padding: 0 0 .85rem .75rem;
    }
    .slogan-img2 {
        width: 85%;
        height: auto;
    }
    #slogan .text-block .sub-heading {
        font-size: 100%;
    }
}
@media (max-width: 375px){
    #slogan .text-block .sub-heading {
        font-size: 75%;
    }
    #slogan .text-block {
        padding: 0 0 1.15rem .75rem;
    }
}
@media (max-width: 348px){
    #slogan::before {
        height: 5rem;
        content: "";
        display: block;
    }
    .slogan-img {
        width: 85%;
        bottom: 22.85%;
        left: 6%;
    }
    #slogan .text-block {
        padding: 0 0 0.5rem 0;
    }
    .slogan-img2 {
        width: 84%;
        height: auto;
    }
    #slogan .text-block .sub-heading {
        font-size: 75%;
    }
}

/*Sale Block styles*/
#sale::before {
    height: 2rem;
    content: "";
    display: block;
}
#sale::after {
    height: 2.5rem;
    content: "";
    display: block;
}
#sale{
    background: transparent url("../images/bg-offers.jpg") no-repeat center;
    background-size: cover;
}
h3.sub-heading2 {
    margin: 0 0 1.5rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #f2dd04;
}
.slide-img {
    border: 3px double #89be53;
}
/*Thumb slider styles*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #89be53;
}
#thumb-slider {
    margin-top: 2rem;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item {
    padding:0 6.5rem;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-control-prev,
#thumb-slider #thumbCarousel .carousel-inner .carousel-control-next{
    width:10%;
}
#thumbCarousel .list-inline {
    white-space:nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
#thumbCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: 90%;
    margin: 3rem 0 0 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(68,72,74,.74);
}
#thumbCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#thumbCarousel .carousel-indicators > li img {
    border: 1px solid #a1aab3;
    filter: opacity(.5) hue-rotate(135deg) grayscale(90%);
}
#thumbCarousel .carousel-indicators > li.active img {
    filter: opacity(1) hue-rotate(0deg) grayscale(0);
    border: 3px solid #89be53;
}
#thumbCarousel .highlight {
    color: red;
}
@media (max-width: 1024px) {
    h3.sub-heading2{
        font-size: 1.5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0 1.5rem;
    }
    h3.sub-heading2{
        font-size: 1.65rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #sale h2{
        font-size: 1.85rem;
        margin: 0 0 1.5rem 0;
    }
    #thumb-slider {
        margin-top: 1rem;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0;
    }
    #thumbCarousel .carousel-indicators {
        margin: .5rem 0 0 0;
        padding-top: 1rem;
    }
    .slide-img {
        margin-bottom:1rem;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #sale h2{
        font-size: 1.85rem;
        margin: 0 0 1.5rem 0;
    }
    #thumb-slider {
        margin-top: 1rem;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0;
    }
    #thumbCarousel .carousel-indicators {
        margin: .5rem 0 0 0;
        padding-top: 1rem;
    }
    .slide-img {
        margin-bottom:1rem;
    }
}
@media (max-width: 348px){
    #sale h2{
        font-size: 1.75rem;
        margin: 0 0 1rem 0;
    }
    #thumb-slider {
        margin-top: 1rem;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0;
    }
    #thumbCarousel .carousel-indicators {
        margin: .5rem 0 0 0;
        padding-top: 1rem;
    }
    .slide-img {
        margin-bottom:1rem;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgb(110,180,76);
    background: linear-gradient(45deg, rgba(110,180,76,1) 0%, rgba(137,190,83,1) 100%);
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #cb262b;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background: rgba(110,180,76,.75);
    background: linear-gradient(45deg, rgba(110,180,76,.75) 0%, rgba(137,190,83,.75) 100%);
    border: 2px solid #fff;
    color: #cb262b;
}
#scrollToTopBtn:active {
    background: rgba(110,180,76,.75);
    background: linear-gradient(45deg, rgba(110,180,76,.75) 0%, rgba(137,190,83,.75) 100%);
    border: 2px solid #fff;
    color: #cb262b;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 2.5rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
    border-top: 3px solid #6eb44c;
}
#footer .h2{
    margin: 0 0 3.5rem 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:45%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:80%;
    width:97%;
    position:absolute;
    border: 4px double #89be53;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
}
.contact-info{
    padding: 0 8rem 3rem 5rem;
}
.contact-info .h2 {
    margin-left: 0;
}
.sub-heading3 {
    font-family: 'MagistralC', sans-serif;
    font-size: 1.35rem;
    font-weight: bold;
    line-height:1.25;
    border-bottom: 1px solid rgba(205,194,211,.49);
    margin: 1rem 0;
    color:#89be53;
}
.sub-heading3 .colour2 {
    font-weight: normal;
    font-size: 95%;
    color: #d9d9d9;
}
.contacts-list {
    list-style: none;
    margin:0;
    padding-left:.4rem;
    color: #fff;
}
.contacts-list li {
    padding: 5px 0;
}
.contacts-list li a{
    font-weight:500;
}
.contacts-list li .blk {
    display: block;
    margin: 0 0 0 9%;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size:smaller;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
@media (max-width: 1024px) {
    .contact-info {
        padding: 0 0rem 3rem 2rem;
    }
    .sub-heading3 {
        font-size: 1.25rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    .contact-info{
        padding: 0 0 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 100%;
    }
    .contacts-list li .blk {
        display: inline-block;
        margin: 0;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer .h2 {
        margin: 0 0 1.5rem 0;
    }
    .contact-info{
        padding: 0 0 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 87%;
    }
    .contacts-list li .blk {
        display: inline-block;
        margin: 0;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mail{
        background: transparent url("../images/icons/message.png") no-repeat;
        padding: 0 1rem 1.25rem 1rem;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .57rem 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer .h2 {
        margin: 0 0 1.5rem 0;
    }
    .contact-info{
        padding: 0 0 1rem 0;
    }
    .sub-heading3 {
        font-size: 1.3rem;
    }
    .contacts-list li {
        padding: 6px 0;
    }
    .contacts-list li .blk {
        display: inline-block;
        margin: 0;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 375px){
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer .h2 {
        margin: 0 0 1rem 0;
    }
    .contact-info{
        padding: 0 0 1rem 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 94%;
    }
    .contacts-list li .blk {
        display: inline-block;
        margin: 0;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    /*margin-top: 2rem;*/
    text-align: center;
    font-size: smaller;
    border-top: 1px solid #afcb1f;
    padding: 1rem 0 0 0;
    color:#fff;
}