/*
Theme Name: Belgium Bar
Author: Andrey Zmeev
Author URI: https://vk.com/a.zmeev
Version: 1.0
*/

@font-face {
    font-family: 'Lato Cyr';
    src: local('Lato'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('ttf'),
        url('fonts/Lato-Regular.eot') format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'Lato Bold Cyr';
    src:  local('Lato Bold'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('ttf'),
        url('fonts/Lato-Bold.eot') format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'Lato Italic Cyr';
    src: local('Lato Italic'),
        url('fonts/Lato-Italic.woff') format('woff'),
        url('fonts/Lato-Italic.ttf') format('ttf'),
        url('fonts/Lato-Italic.eot') format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'Lato Bold Italic Cyr';
    src:  local('Lato Bold Italic'),
        url('fonts/Lato-BoldItalic.woff') format('woff'),
        url('fonts/Lato-BoldItalic.ttf') format('ttf'),
        url('fonts/Lato-BoldItalic.eot') format('eot');
    font-display: swap;
}
/*@font-face {
    font-family: 'Futura PT';
    src: local('Futura PT Medium'), local('fonts/Futura-PT-Medium'),
        url('fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('fonts/FuturaPT-Medium.woff') format('woff'),
        url('fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}*/
html,
body {
    height: 100%;
    background: #fff;
    color: #6c6c66;
    font-family: 'Lato Cyr';
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

header {
    padding: 35px 0;
    z-index: 2;
    position: absolute;
    width: 100%;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
}

/*header .logo a {
    width: 100%;
   max-width: 350px;
    display:flex;
    justify-content: center;
}*/

header .logo img ,
header .logo svg {
    width: 150px;
    height: 80px;
    /* width: 190px;
     height: auto;*/
}

header .menu-wrapper {
    margin-top: 42px;
}

header .menu-holder {
    display: flex;
}

header .menu-holder ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 0;
}

header .menu-holder ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
}

header .menu-holder ul li a:hover {
    text-decoration: underline;
}

header .menu-holder.left-menu {
    justify-content: space-between;
    width:45%!important;
}

header .menu-holder.left-menu ul {
    /* width: 60%;*/
}

header .menu-holder.right-menu {
    justify-content: start;
    width:45%!important;
}

header .menu-holder.right-menu ul {
    width: 100%;
}

main {
    /*margin-top: -113px;*/
}

main .main-image {
    height: 700px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding-top: 200px;
    position:relative;
    /*width: 1920px;*/
}
.container-fluid.main-image:before {
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}
.col-12{
    width:100%;
}
main .main-image .container{
    z-index:1;
}
main .main-image h1 {
    font-family: "Lato Cyr" !important;
    font-style: normal;
    font-size: 45px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
}

main .main-image .subheader {
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    /*font-size: 28px;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
    line-height: 1.2em;
        font-weight:bold;*/
}
main .main-image .time {
    font-size: 28px;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 20px;
}
main .main-image .address {
    font-size: 22px;
    text-align: center;
    margin: 140px auto 20px auto;
}

main .main-image .button {
    width: fit-content;
    margin: 70px auto 90px auto;
    align-self: flex-end;

}

main .main-image .button .click {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    /*text-transform: lowercase;*/
    padding: 20px 40px;
    background: #521209;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    width: fit-content;
    font-weight: 200;
    margin: 0 auto;
    cursor: pointer;
    transition: ease .3s;
}

main .main-image .button .click:hover {
    border: 3px solid #521209;
    background: #fff;
    color: #521209;
}

main .main-image .button .agreement {
    margin-top: 20px;
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 16px;
    /*opacity: .7;*/
}

main .menu-lines {
    margin: 30px auto;
    padding: 0 30px;
}

main .menu-lines ul {
    display: flex;
    list-style: none;
    width: 100%;
    padding: 0;
    gap: 30px;
    justify-content: space-between;
}

main .menu-lines ul li {
    background-size: cover;
    display: flex;
    width: calc((100% - 100px) / 4);
}

main .menu-lines ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 200%;
    text-decoration: none;
    padding-top: 75px;
    padding-bottom: 110px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: ease .3s;
    flex: 1;
    letter-spacing: 5px;
}

main .menu-lines ul li a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

main .thesis {
    margin: 50px auto
}

main .thesis .row {
    display:flex;
    justify-content: center;
    font-family: 'Lato Cyr', sans-serif;
    color: #6c6c66;
}
.row{
    -bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
main .thesis .image {
    text-align: center;
}

main .thesis .header {
    text-transform: uppercase;
    font-weight: 200;
    margin: 40px 0;
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
}

main .thesis .header i {
    display: block;
    width: 40px;
    border: 1px solid #4e4e4e;
    margin: 40px auto 0 auto;
}

main .thesis .text {
    text-align: center;
    font-size: 18px;
    line-height: 200%;
    font-weight: 400;
    font-family: "Lato Cyr" !important;
}
main .thesis .text p{
    font-size: 18px!important;
}

main .menu-photos {
    padding: 0;
}
.col-sm-4 {
    float: left;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
@media (min-width: 576px) {
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
main .menu-photos .menu-item {
    background: #e8e6bd;
    padding: 0 0 30px 0;
    text-decoration: none;
}

main .menu-photos .menu-item .header {
    color: #33334d;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 30px 0 0 0;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 0 15px;
    font-weight: bold;
    line-height: 26px;
}

main .menu-photos .menu-item .text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #727269;
    font-weight: 400;
}

main .menu-photos .menu-item .divider {
    display: block;
    width: 20px;
    border: 1px solid #4e4e4e;
    margin: 20px auto;
}

main .menu-photos .menu-item .image img {

    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

main .menu-photos .chief {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    position: relative;
}

main .menu-photos .darkness {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background: rgba(0,0,0,.4);
    align-items: center;
    justify-content: center;
}

main .menu-photos .chief .our {
    color: #fff;
    font-weight: 600;
}

main .menu-photos .chief .plate {
    text-transform: uppercase;
    margin: 30px auto;
    font-size: 45px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    line-height: 44px;
}

main .menu-photos .chief a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    border: 2px solid #edecec;
    color: #fff;
    text-decoration: none;
    transition: ease .3s;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 50px 6px 50px;
    font-weight: 400;
}

main .menu-photos .chief a:hover {
    background: #fff;
    color: #000;
}

main .reserve {
    margin: 40px auto auto auto;
}

main .reserve a {
    display: block;
    width: fit-content;
    color: #fff;
    background: #521209;
    border: 2px solid #521209;
    transition: ease .3s;
    text-transform: uppercase;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    font-size: 16px
}

main .reserve a:hover {
    background: #fff;
    color: #521209;
}

main .reserve .items-text{
    width: fit-content;
    display:flex;
    margin: 15px auto 35px auto;
    flex-direction: column;
}
main .reserve .items-text p{
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 200;
    font-size: 14px;
    margin-left: 51px;
    margin-bottom: 20px;
}
main .reserve .items-text p img{
    width:23px;
    height:23px;
}
main .reserve p{
    font-size: 18px;
}
main .contacts {
    padding: 40px 0 0 0;
}
main .contacts #yamap {
    /*  max-height: 700px;
      height: 40vw;*/
    height: 460px;
}

main .contacts .data {
    padding-left: 150px;
    color: #000;
}

main .contacts .data span {
    display: block;
}

main .contacts .data .header {
    font-family: 'Lato Cyr';
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-top: 50px;
}

main .contacts .data .cont {
    margin-bottom: 30px;
    font-size: 18px;
    /* font-weight: 600;*/
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 10px 0 10px 50px;
}
main .contacts .data .cont p{
    font-size:inherit;

    color: inherit;
}

main .contacts .data .cont.time {
    background-image: url('../images/belgium-cont-1.png');
    background-position: top 17px left;
}
main .contacts .data .cont.time p {
    margin: 0;
}

main .contacts .data .cont.phone {
    background-image: url('../images/belgium-cont-2.png');
}

main .contacts .data .cont.addr {
    background-image: url('../images/belgium-cont-3.png');
    background-position: 8px 50%;
}

main .contacts .data .cont a {
    color: #000;
    text-decoration: none;
}

footer {
    padding: 50px 0;
    background: #262626;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a.logo {
    display: block;
    /*width: fit-content;*/
    margin: 0 auto 100px auto;
    max-width: 200px;
}

footer a.logo img{
    width: 155px;
    padding-top: 90px;
}
footer .address {
    /*    color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 15px;
        letter-spacing: 2px;*/
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 40px;
    text-align: center;
    font-family: "Lato Cyr" !important;
    line-height: 25px;
    line-height: 25px;
}

footer .phone {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
}

footer .phone a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .socials {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .socials ul {
    /*  display: flex;
      list-style: none;
      margin: 30px 0 0 0;
      padding: 0;*/
    width: 100%;
    display: flex;
    list-style: none;
    /*  margin: 25px 0 25px 0;*/
    padding: 0;
    justify-content: center;
}

footer .socials ul li {
    margin: 0 10px;
}

footer .socials ul li a {
    display: block;
    width: 23px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

footer .socials ul li.vk a {
    background-image: url('../images/vk.svg');
    ;
}

footer .socials ul li.tg a {
    background-image: url('../images/tg.svg');
    ;
}
.modal-open {
    overflow: hidden;
}

#form h1 {
    text-align: center;
    margin: 30px 0;
    color: #000;
}
#form input, #form textarea {
    width: 100%;
    box-sizing: border-box;
    outline: 0;
}
#form .row div {
    margin-bottom: 30px;
}
#form label {
    display: flex;
    font-weight: 300;
    font-size: 14px;
    margin-top: 20px;
}
#form input[type="submit"] {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 3px solid #fff;
    text-transform: uppercase;
    padding: 10px 70px;
    background: #521209;
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    width: fit-content;
    margin: 20px auto;
    cursor: pointer;
    transition: ease .3s;
}
#form input[type="checkbox"] {
    width: 16px;
    margin-right: 16px;
}
#form .politics-text {
    font-size: 14px;
    font-weight: 300;
    display: block;
}
#form input::placeholder, #form textarea::placeholder {
    font-weight: 300;
}
.wpcf7-list-item {
    margin: 0;
}
.modal-content {
    padding: 25px;
}
.datepicker {
    display: flex;
    gap: 10px;
}
.modal-content textarea {
    height: 100px;
}
.modal-close {
    position: absolute;
    color: #333;
    font-size: 25px;
    right: 14px;
    top: 11px;
    cursor: pointer;
}
.newmenu {
    padding-top: 25px!important;
}
.all-menu {
    justify-content: center!important;
}
/*   RESPONSIVE   */


@media screen and (max-width: 1399px) {
    main .menu-lines ul li a {
        font-size: 22px;
        padding-bottom: 75px;
    }
    header .logo img {
        width: 122px;
    }/*
header .menu-holder ul li a{
    font-size:16px;
}
    */

}


@media screen and (max-width: 1199px) {
    main .main-image {
        height: auto;
        padding: 200px 0 50px 0;
    }
    main .main-image h1 {
        font-size: 38px;
    }
    main .main-image .subheader {
        font-size: 50px;
    }
    main .main-image .time{
        font-size:30px;
    }
    main .main-image .button {

    }
    main .menu-lines ul li a {
        font-size: 20px;
        padding: 75px 0;
    }
    main .menu-photos {
        padding: 0 12px;
    }

    main .contacts {
        padding: 0 12px;
    }
    main .menu-photos .menu-item {
        text-align: center;
    }
    main .menu-photos .menu-item-1 {
        order: 1;
    }
    main .menu-photos .menu-item-2 {
        order: 2;
    }
    main .menu-photos .chief {
        order: 4;
    }
    main .menu-photos .menu-item-3 {
        order: 5;
    }
    main .menu-photos .menu-item-4 {
        order: 3;
    }

    main .menu-photos-2 .menu-item-1 {
        order: 1;
    }
    main .menu-photos-2 .menu-item-2 {
        order: 2;
    }
    main .menu-photos-2 .chief {
        order: 5;
    }
    main .menu-photos-2 .menu-item-3 {
        order: 3;
    }
    main .menu-photos-2 .menu-item-4 {
        order: 4;
    }
}

@media screen and (max-width: 991px) {
    main .menu-lines ul {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    main .menu-lines ul li {
        width: calc((100% - 20px) / 2);
    }
    main .contacts .data {
        padding-left: 30px;
    }
    header .menu-holder.left-menu ul,
    header .menu-holder.right-menu ul {
        width: 100%;
    }
    header .menu-holder ul li a{
        font-size:15px
    }

}

@media screen and (max-width: 767px) {
    header .logo {
        order: 1;
        margin-bottom: 20px;
    }
    header .logo img {
        width: 122px;
    }
    header .menu-holder {
        order: 2;
    }
    main .main-image .button .agreement {
        text-align: center;
        max-width: 375px;
    }
    main .contacts #yamap {
        height: 300px;
    }
    main .contacts .map-block {
        order: 2;
    }
    main .contacts .data {
        order: 1;
        margin-bottom: 30px;
    }
    main .contacts .data .cont {
        margin-bottom: 20px;
    }
    header .menu-holder ul li a{
        font-size: 13px;
    }

    .menu-holder.left-menu{
        /* width: 60%;*/
    }
    .menu-holder.right-menu{
        width: 40%;
        padding-left:0;
    }
    .shef-foto img{
        max-width: 300px!important;
        height:auto;
        margin-bottom: 50px;
    }
    header .logo {
        width: 100%;
    }
    header .menu-holder.left-menu {
        width: 58%!important;
    }
    header .menu-holder.right-menu {
        width: 42%!important;
    }
}

@media screen and (max-width: 575px) {
    main .menu-lines ul li {
        width: 100%;
    }
    main .main-image .button {
        margin: 50px auto 0 auto;
    }
    main .main-image h1 {
        font-size: 30px;
        letter-spacing: 4px;
    }
    main .main-image .subheader {
        font-size: 20px;
    }
    main .main-image .time {
        font-size: 20px;
    }
    main .main-image .button .click {
        font-size: 15px;
    }
    main .menu-photos .menu-item-1 {
        order: 2;
    }
    main .menu-photos .menu-item-2 {
        order: 3;
    }
    main .menu-photos .chief {
        order: 1;
    }
    main .menu-photos .menu-item-3 {
        order: 4;
    }
    main .menu-photos .menu-item-4 {
        order: 5;
    }

    main .menu-photos-2 .menu-item-1 {
        order: 2;
    }
    main .menu-photos-2 .menu-item-2 {
        order: 3;
    }
    main .menu-photos-2 .chief {
        order: 1;
    }
    main .menu-photos-2 .menu-item-3 {
        order: 4;
    }
    main .menu-photos-2 .menu-item-4 {
        order: 5;
    }

    main .menu-photos .chief {
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .modal-content {
        padding: 0;
    }
    .modal-content div {
        width: 100% !important;
        margin: 0 auto;
    }
    .modal-content div.modal-close {
        width:unset!important;
    }
    #form input[type="submit"] {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 420px) {
    main .menu-photos .menu-item .header {
        letter-spacing: 0;
        font-size: 16px;
    }
    main .reserve {
        margin: 40px 0;
    }
    header .menu-holder {
        padding: 0;
    }
    main .contacts .data {
        padding: 0 15px;
    }
    footer {
        margin-top: 50px;
    }
    footer a.logo {
        margin-bottom: 30px;
    }
    header .menu-holder ul li a{
        font-size: 11px;
    }
    .menu-item-213{
        display:none;
    }
}
@media screen and (max-width: 374px) {
    main .menu-photos .menu-item .header {
        font-size: 14px;
    }
    main .reserve a {
        padding: 8px 40px 6px 40px;
        font-size: 16px;
    }
    main .contacts .data .cont {
        font-weight: 300;
        font-size: 16px;
    }
}

.pp_pic_holder.dark_square .pp_nav {
    display:none!important;
    position: relative;
    /*    left: 50%;
        margin-left: -155px;*/
    font-family: 'Lato', sans-serif;
    line-height: 18px;
    margin-top: 8px;
    text-align: center;
    float:none;
    margin-right:0;
}
.pp_pic_holder.dark_square .pp_nav .pp_text_devider {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    display: inline;
    margin: 0 10px;
}
.pp_pic_holder.dark_square .pp_nav .pp_play {
    display: none;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next,
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous {
    text-indent: 0;
    width: auto;
    background: none;
    position: relative;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none!important;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next:hover,
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous:hover {
    color: #ffffff;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous:before,
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next:after {
    font-size: 20px;
    font-family: 'FontAwesome';
    font-weight: bold;
    line-height: 20px;
    vertical-align: top;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_previous:before {
    content: '\f104';
    margin-right: 10px;
}
.pp_pic_holder.dark_square .pp_nav .pp_arrow_next:after {
    content: '\f105';
    margin-left: 10px;
}
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_previous,
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_next {
    height: auto;
    overflow: visible;
    vertical-align: top;
    display: inline;
    float: none;
}
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_previous {
    margin-right: 50px;
}
.pp_pic_holder.dark_square .pp_nav a.pp_arrow_next {
    margin-left: 50px;
}
.pp_pic_holder.dark_square .pp_nav .currentTextHolder {
    color: #e8e6bd;
    font-size: 13px;
    font-weight: bold;
    display: inline;
    float: none;
}
.pp_pic_holder.dark_square a.pp_previous,
.pp_pic_holder.dark_square a.pp_next {
    display: none;
}
.pp_pic_holder.dark_square a.pp_close {
    background: url("images/lightbox-closebtn.png") no-repeat;
    width: 23px;
    top: 53px;
    right: 30px;
    opacity: 0.5;
}
.pp_pic_holder.dark_square a.pp_close:hover {
    opacity: 0.8;
}
.pp_pic_holder.dark_square .pp_content_container .pp_left {
    padding-left: 100px;
}
.pp_pic_holder.dark_square .pp_top {
    height: 100px;
}
.pp_pic_holder.dark_square .pp_top .pp_left,
.pp_pic_holder.dark_square .pp_top .pp_middle,
.pp_pic_holder.dark_square .pp_top .pp_right {
    height: 100px;
}
.pp_pic_holder.dark_square .pp_bottom {
    height: 50px;
}
.pp_pic_holder.dark_square .pp_bottom .pp_left,
.pp_pic_holder.dark_square .pp_bottom .pp_middle,
.pp_pic_holder.dark_square .pp_bottom .pp_right {
    height: 100px;
}
.pp_pic_holder.dark_square a.pp_expand,
.pp_pic_holder.dark_square a.pp_contract {
    right: 110px;
}
.pp_pic_holder.dark_square .pp_details .pp_description {
    /*margin: 0;*/
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
    margin-top:15px;
    z-index:1;
    /*    left: 0;
       bottom: calc(100% + 20px);*/
}
.pp_pic_holder.dark_square .pp_details .pp_description span{
    font-size: 120%;
    font-weight:bold;
}
.pp_content_container .pp_details {
    position: static !important;
}

.pp_pic_holder.dark_square a.pp_close {
    top: -60px;
    right: 30px;
    opacity: 1;
}
.futura {
    /*font-family: 'Futura PT'!important;*/
}
main .main-image .container .row {
    height: 100%;
    align-items: flex-end;

}
footer .socials .wrf {
    width: 91px;
    height: 55px;
    background: center center no-repeat url(images/wrf.svg);
    background-size: contain;
    margin-top: 32px;
}
main .reserve .header {
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0 40px 0;
    text-align: center;
    font-size: 22.5px;
    letter-spacing: 4px;
}
main .reserve .text {
    text-align: center;
    font-size: 18px;
    line-height: 200%;
    font-weight: 400;
    font-family: "Lato Cyr" !important;
    margin: 50px 0 50px 0;
}
main .reserve .sub-header {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 4px;
}
.shef-foto{
    text-align: center;
}

/*-----------------------------------*/
/*     Shorcodes Home Gallery        */
/*-----------------------------------*/
.fly-home-gallery {
    overflow: hidden;
}
.fly-home-gallery .fly-home-gallery-col {
    height: 100%;
    padding: 0;
}
@media (max-width: 768px){
    .fly-home-gallery .fly-home-gallery-col{
        width:100%;
    }
}
.fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}
.fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block .fly-home-gallery-overlay,
.fly-photo-gallery .fly-photo-list-item .photo .fly-photo-list-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #e8e6bd;
    background: rgba(38, 38, 38, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block:hover .fly-home-gallery-overlay {
    opacity: 1;
}
.fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block img {
    display: block;
}
.fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block-title {
    background-color: #262626;
    text-align: center;
}
.fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block-title .fly-home-gallery-before-title,
.fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block-title .fly-home-gallery-title {
    color: #e8e6bd;
    margin-bottom: 35px;
}
.fly-home-gallery .fly-home-gallery-height-md {
    height: 360px;
}
.fly-home-gallery .fly-home-gallery-height-lg {
    height: 720px;
}
.fly-home-gallery .fly-home-gallery-height-bg {
    height: 1080px;
}
@media (max-width: 992px){
    .fly-home-gallery .fly-home-gallery-height-bg {
        height: 750px;
    }
}
/*-----------------------------------*/
/*           Responsive              */
/*-----------------------------------*/
/*Screen 1024px*/
@media (max-width: 1199px) {
    .fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block-title .fly-home-gallery-title {
        font-size: 25px;
    }
    .fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block-title .fly-home-gallery-before-title,
    .fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block-title .fly-home-gallery-title {
        margin-bottom: 19px;
    }
}
/*Screen 768px*/
@media (max-width: 991px) {
    .fly-home-gallery .fly-home-gallery-height-md {
        height: 250px;
    }
    .fly-home-gallery .fly-home-gallery-height-lg {
        height: 500px;
    }
}
/*Screen 568px*/
@media (max-width: 767px) {
    .fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block,
    .fly-home-gallery .fly-home-gallery-col .fly-home-gallery-block-title {
        height: 320px;

    }
    .col-sm-4 {
        float: none!important;
    }
}

.fly-itable {
    display: table;
    height: 100%;
    width: 100%;
}
.fly-icell {
    display: table-cell;
    vertical-align: middle;
}
.col-sm-4 {
    float: left;
}
@font-face {
    font-family: 'flyicon';
    src: url('fonts/flyicon.eot?-xsv1uf');
    src: url('fonts/flyicon.eot?#iefix-xsv1uf') format('embedded-opentype'), url('fonts/flyicon.woff?-xsv1uf') format('woff'), url('fonts/flyicon.ttf?-xsv1uf') format('truetype'), url('fonts/flyicon.svg?-xsv1uf#flyicon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="flyicon-"],
[class*=" flyicon-"] {
    font-family: 'flyicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}
.flyicon-expand:before {
    content: "\e603";
}
i {
    text-decoration: none;
}
a:hover,
a:focus {
    color: #262626;
    text-decoration: none;
}
.shef-foto img{
    max-width: 500px;
    margin-bottom: 50px;
}
.main_header{
    font-family: "Lato Cyr" !important;
    font-style: normal;
    font-size: 45px;
    line-height: normal;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px black;
}
@media (max-width: 900px) {
    .main_header{
        font-size: 30px;
    }
}
.ezev{
    font-size: 20px !important;
    text-transform:none  !important;
    margin-top: -15px;
}
@media (min-width: 768px) {
    .fw-col-sm-4 {
        width: 33.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        text-align:center;
    }
    .fw-row:before, .fw-row:after {
        content: " ";
        display: table;
    }
    .fw-container:before, .fw-container:after {
        content: " ";
        display: table;
    }
    .fw-container{
        position: relative;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    .seo li{
        list-style-position: inside;
    }
    .reserve .text a{
        color:#521209;
        font-size: 18px;
        font-weight:bold;
        display: contents;
        background:none;
        text-transform: none;
        padding: 0;
    }
}
.fly-go-to-top{
    display: none;
}
