header {
    position: fixed;
    top: 0;
}

body {
    padding-top: 96px;
}

.visible-mobile {
    display: none;
}

.hidden {
    display: none !important;
}

@media screen and (max-width: 1130px) {
    body {
        max-width: 100%;
    }
    .visible-mobile {
        display: inherit;
    }
    
    .hidden-mobile {
        display: none;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    
    header figure {
        position: absolute;
        top: 0;
        left: 10px;
    }
    
    .mobile-menu {
        position: fixed;
        top: 59px;
        left: 0;
        right: 0;
        background: #D0A897;
        z-index: 999;
        text-align: center;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 80%;
    }
    
    .mobile-menu li {
        font-size: 20px;
        border-bottom: 1px #BB7D6B solid;
    }
    
    .mobile-menu a {
        color: #69072C;
        padding: 15px;
        display: block;
    }
    
    body.menu-open {
        overflow: hidden;
    }
    
    .nav-btn {
        font-size: 40px;
        color: #D0A897;
    }
    
    .nav-btn.active {
        color: #fff;
    }
    
    header .top #mobile-lang-menu {
        position: absolute;
        right: 80px;
        top: 0;
        margin-top: 21px;
    }
    
    header .top #mobile-lang-menu .nav-btn {
        font-size: 25px;
    }
    
    header #mobile-menu-nav {
        position: absolute;
        right: 15px;
        top: 0;
        margin-top: 10px;
        background: transparent;
        width: auto;
        
    }
    
    section.top ul {
        width: 100%;
        height: auto;
        margin-left: 0;
        font-size: 22px;
    }
    
    section.top ul li {
        float: none;
        width: auto;
        height: auto;
        border-right: none;
    }
    
    section.top ul li div {
        margin-bottom: 30px;
    }
    
    section.top ul li:first-child {
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    
    section.top ul li:nth-child(2) {
        text-align: center;
        height: auto;
        margin-bottom: 30px;
    }

    section.top ul li:nth-child(3) {
        margin-bottom: 50px;
        font-size: 20px;
    }
    
    section.top ul li:nth-child(3) p {
        margin-top: 10px;
        font-size: 20px;
    }    
    
    section.top ul li:nth-child(3) div {
        width: 100%;
    }
    
    section.top ul li:nth-child(4) {
        text-align: center;
        max-width: 100%;
    }
    
    section.top ul li h3 {
        text-align: center;
        margin-bottom: 40px;
    }
    
    footer div {
        max-width: 100%;
    }
    
    section.galeria-top #video h3 {
        margin-bottom: 30px;
    }
    
    section.galeria-top #video ul {
        height: auto;
        width: auto;
        overflow: hidden;
    }
    
    #video ul li {
        float: none;
        text-align: center;
        max-width: 100%;
        margin: auto;
    }
    
    body .w2bslikebox {
        display: none;
    }
    
    section.intro,
    section .page article,
    section.galeria-top #video {
        margin: 0 15px;
        width: auto;
        float: none;
    }
    
    section.intro > ul > li {
        width: auto;
        padding: 50px 10px !important;
        height: auto;
        float: none;
    }
    
    section.intro > ul > li:nth-child(3) {
        padding-bottom: 0 !important;
        border-bottom: none;
    }
    
    section.intro > ul > li:nth-child(4)  {
        padding-top: 0 !important;
    }
    
    body section.intro > ul > li ul > li {
        padding: 0 !important;
        height: auto;
        border-bottom: none;
        width: auto;
    }
    
    section.intro .awards {
        height: auto;
        text-align: center;
    }
    
    section.intro .awards > img {
        float: none;
        max-width: 100%;
    }
    
    section.intro .awards > a {
        float: none;
        display: block;
        margin: 20px auto;
    }
    
    section .page article {
        border: 0;
        padding: 0 0 30px 0;
    }
    
    section .page aside {
        position: relative;
        left: auto;
    }
    
    section .page article div.left {
        float: none;
    }
    
    section .page article div.right {
        width: auto;
        float: none;
    }
    
    .page .header img {
        width: 100%;
    }
    
    .header-img, .header-img img {
        width: 100%;
    }
    
    article p img {
        width: 100%;
    }
    
    .slider {
        height: auto;
    }
}


@media screen and (min-width: 1023px) and (max-width: 1130px) {
    section.top ul li:nth-child(3),
    section.top ul li:nth-child(4) {
        float: left;
        width: 48%;
        margin: 0;
        padding: 0;
        
    }
    
    section.top ul li:nth-child(3) {
        margin-left: 2%;
    }
    
    section.top ul li:nth-child(4) {
        margin-right: 2%;
    }
    
    #video ul li {
        float: left;
        text-align: center;
        width: 46%;
        margin: auto;
        padding: 0 2%;
    }
}

