#header {
    padding-bottom: 50px;
}

.menu {
    font-family: Palatino, sans-serif;
    padding: 37px 0 0 7px;
}

.fixed-top.menu .navbar-brand img {
    
}

.promo .items {
    margin-bottom: 50px;
}

.fixed-top.menu {
    transition-property: background-color;
    transition-duration: 0.4s;
    padding: 26px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16);
    top: 0px;
    height: 92px;

}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
    left: 0;
    bottom: 0;
    right: 0;
    height: 25px;
    width: 100%;
    top: auto;
    background: transparent;
}

.fancybox-thumbs__list a {
    height: 15px;
    width: 15px;
    border-radius: 7px;
    background-color: #E1D8BB;
    max-width: none;
    max-height: none;
    background-image: none !important;
    margin: 0 2px 0 0;
    opacity: 0.5;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
}

.fancybox-thumbs-active {
    opacity: 1 !important;
}

.fancybox-button--arrow_right div {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 140px;
}

.fancybox-button--arrow_right {
    background-image: url("../img/next.png");
    background-position: center;
    background-repeat: no-repeat;
}

.fancybox-button--arrow_left div {
    display: none;
}

.fancybox-button--arrow_left {
    background-image: url("../img/prev.png");
    background-position: center;
    background-repeat: no-repeat;
}

.fancybox-thumbs__list a:before {
    display: none;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: Palatino, sans-serif;
    line-height: 1;
    white-space: nowrap;
}

.menu .social a .fab {
    /*transition-property: color;*/
    /*transition-duration: 0.2s;*/
}

.menu .social a:hover .fab {
    color: #E1D8BB;
}

section.tags .title {
    pointer-events: none;
}

p {
    line-height: 35px;
}

section.best-cook .container:after {
    z-index: 11;
}

section.gallery .instagram .delimeter {
    top: 0px;
}

section.excursion .item img {
    transition-property: transform;
    transition-duration: 0.4s;
}

section.excursion .item:hover {
    overflow: visible;
}

section.excursion .item{
    z-index: 10;
    overflow: initial;
}

section.excursion .item:hover img {

    border-radius: 20px;
    transform: scale(1.2);
}

footer {
    background-color: ##282828;
    
}
footer a{
    
}

footer a.link:before {
    bottom: -4px;
    height: 0;
    opacity: 0.5;
}
footer a.link:hover:before {
    bottom: -4px;
    height: 0;
    opacity: 0.9;
}

.nav-link.active {
    color: #8db75b;
}

@media (max-width: 600px) {

    .fixed-top.menu {
        padding: 16px;
        background-color: #232323;
        height: auto;
    }

    .fixed-top.menu .navbar-brand {
        position: relative;
        height: 10px;
        width: 119px;
    }

    .fixed-top.menu .navbar-brand img {
        top: -26px;
    }

    .fixed-top.menu .social {
        display: block;
        top: 33px;

    }

    .fixed-top.menu .container{
        padding: 18px 15px 15px 15px;
    }

    .fixed-top.menu.btn{
        margin: 0;
    }

    [aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("../img/close.png");
        width: 30px;
        height: 30px;
        background-size: 25px;
        background-repeat: no-repeat;
    }

    .menu {
        background-color: transparent;
        padding: 0;

    }


    .menu .container {
        padding: 18px 30px 15px 30px;

        background-color: transparent;
    }

    .fixed-top.menu .container{}

    .menu .social a {
        color: #E1D8BB;
    }

    .menu .nav-link {
        font-size: 30px;
        margin-bottom: 34px;
        position: relative;
        display: inline-block;
    }



    .menu .nav-link:before, .menu .nav-link.active:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -4px;
        height: 0px;
        left: 0;
        right: 0;
        border: 1px solid #CDB35F;
        opacity: 0.22;
    }

    .menu .navbar-text {
        display: none;
    }

    .menu .nav-link:hover:after {
        display: none;
    }

    .menu .nav-item {
        text-align: center;
        margin: 0;
    }

    a.link {
        position: relative;
    }

    .menu .social {
        position: absolute;
        top: 37px;
        right: 124px;
    }
}

section.command .detail .preview {
    position: -webkit-sticky;
    position: sticky;
}

/*section.tags .item:before{*/
/*    z-index: 11;*/
/*    transition-property: opacity;*/
/*    transition-duration: 0.4s;*/
/*}*/

/*section.tags .item:hover:before{*/
/*    transform: scale(1.2);*/
/*}*/

/*section.tags .item:hover {*/
/*    z-index: 10;*/
/*    transform: scale(1.2);*/
/*    transition-property: transform;*/
/*    transition-duration: 0.4s;*/
/*}*/

/******************************
PARRALAX
******************************/
.parralax{
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 600px;
}
.p1{
    z-index: 8;
    transition: 2s;

    
}
.p2{
    z-index: 8;
    transition: 1s;
}
.pr1{
    z-index: 0;
    transition: 2s;
    background: url(../img/pp1.png) top center repeat-y;
    width: 100%;
    height: 100%;
}
.pr2{
    z-index: 15;
    transition: 1s;
    background: url(../img/pp2.png) top center repeat-y;
    width: 100%;
    height: 100%;
}