
.mobile-nav {
    display: block;
}

@media (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}

.navbar-tapas-mobile {
    background-color: #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}

.tapas-mobile__navbar-brand {
    display: block;
    height: auto;
    padding: 10px;
}

.tapas-mobile__navbar-toggle {
    padding: 10px;
    margin: 10px;
}

.navbar-tapas-mobile .navbar-nav > li > a {
    /*color: ;*/
}

.navbar-tapas-mobile .social-nav-link {
    display: inline-block;
}

.navbar-tapas-mobile .nav__item {
    border-bottom: 1px solid #222;

}

#sidebar-wrapper {
    position: fixed;
    padding: 0;
    top: 0;
    display: none;
    z-index: 1000;
    left: auto;
    right: 0;

    width: 60px;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #be212f !important;
    transition: all .5s ease;
    border: none;
}

#sidebar-wrapper:focus,
#sidebar-wrapper:hover {
    width: 280px;
    right: 0;
}

.page-social.left-standalone a {
    background-color: #be212f;
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    text-align: center;
    /*padding: 10px 0;*/
    font-size: 20px;
    line-height: 40px;
    /*font-size: 2rem;*/
    color: #fff;
}

.page-social a.facebook {

}

.page-social a.tripadvisor {
    background-color: green;
}

.page-social a.instagram {
    background-color: orange;
}

.navbar {
    min-height: auto;
    margin-bottom: 0px;

}

.navbar-collapse {
    /*overflow-x: visible;*/
    padding-right: 15px;
    padding-left: 15px;
    /*border-top: 1px solid transparent;*/
    /*box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);*/
    /*-webkit-overflow-scrolling: touch;*/
}

.navbar-nav {
    margin: 7.5px -15px;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

#mobile-nav .navbar-header {
    position: absolute;
    width: 100%;
    z-index: 200;
    background: #000;
}

#mobile-nav {
    position: absolute;
    width: 100%;
    border: none;
    z-index: 200;
}

.apa-mobile-nav {
    margin-bottom: 0;
    background-color: transparent;
}

#mobile-nav #mobile-nav-menu.show_in {
    right: 0;
}

#mobile-nav #mobile-nav-menu {
    margin: 0;
    padding-top: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #333;
    right: -110%;
    transition: all .2s ease-in-out;
}

@media (min-width: 992px) {
    #sidebar-wrapper {
        display: block;
    }

    .page-social.left-standalone {
        display: block;
        position: fixed;
        left: 0;
        top: 50%;
        z-index: 1000;
    }
}

@media (min-width: 768px) {
    .hamburger {
        height: 80px;
    }

    .hamburger #hamburger-hamb-wrap {
        top: 25px;
    }
}

.hamburger {
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 85px;
    background: #333;
    border: none;
}

.hamburger #hamburger-hamb-wrap {
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    width: 30px;
    height: 32px;
    transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-bottom, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-top {
    background-color: #fff;
}

.hamburger.is-closed .hamb-bottom, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-top, .hamburger.is-open .hamb-bottom, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-top {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger-img {
    width: 260px;
    padding-left: 80px;
    padding-right: 30px;
    padding-top: 0px;
}

#sidebar-wrapper .nav-right-menu {
    background-color: #be212f;
    width: 100%;
    position: absolute;
    z-index: 70;
    top: 80px;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: block;
    width: 100%;
}

.sidebar-nav li a {
    width: 280px;
    /*font-family: Istok Web, sans-serif;*/
    font-family: Montserrat,sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #d92635;
}

.sidebar-nav.nav > li > a:hover,
.sidebar-nav.nav > li > a:focus {
    text-decoration: none;
    background-color: #971e26;
}

.sidebar-nav li a span {
    /*float: left;*/
    display: inline-block;
}

.sidebar-nav li a .nav-icon {
    text-align: center;
    width: 60px;
}

.sidebar-nav li a .nav-icon.lang-nav-icon {
    font-weight: 900;
}

.sidebar-nav li a .nav-link-text {
    width: 160px;
    font-size: 13px;

    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar-nav > li.active > a {
    background-color: #1a1a1a;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-brand__mob{
    padding: 0;
}
@media (min-width: 300px) {
    .navbar-brand {

    }

    .navbar-brand img {
        height: 32px;
    }

    img.navbar-brand-img{
        height: auto;
        width: 160px;
    }
    .page-social {
        display: none;
    }

}
.navbar-dark__mob{
    background-color: #222;
}
