@font-face {
    font-weight: 100;
    font-style: normal;
    font-family: "museo_sans";
    src: url("fonts/museosans-100-webfont.eot");
    src: url("fonts/museosans-100-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans-100-webfont.woff2") format("woff2"), url("fonts/museosans-100-webfont.woff") format("woff"), url("fonts/museosans-100-webfont.ttf") format("truetype"), url("fonts/museosans-100-webfont.svg#museo_sans100") format("svg");
}

@font-face {
    font-weight: 300;
    font-style: normal;
    font-family: "museo_sans";
    src: url("fonts/museosans-300-webfont.eot");
    src: url("fonts/museosans-300-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans-300-webfont.woff2") format("woff2"), url("fonts/museosans-300-webfont.woff") format("woff"), url("fonts/museosans-300-webfont.ttf") format("truetype"), url("fonts/museosans-300-webfont.svg#museo_sans300") format("svg");
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: "museo_sans";
    src: url("fonts/museosans_500-webfont.eot");
    src: url("fonts/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_500-webfont.woff2") format("woff2"), url("fonts/museosans_500-webfont.woff") format("woff"), url("fonts/museosans_500-webfont.ttf") format("truetype"), url("fonts/museosans_500-webfont.svg#museo_sans500") format("svg");
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: "museo_sans";
    src: url("fonts/museosans_700-webfont.eot");
    src: url("fonts/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_700-webfont.woff2") format("woff2"), url("fonts/museosans_700-webfont.woff") format("woff"), url("fonts/museosans_700-webfont.ttf") format("truetype"), url("fonts/museosans_700-webfont.svg#museo_sans700") format("svg");
}

@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: "museo_sans";
    src: url("fonts/museosans_900-webfont.eot");
    src: url("fonts/museosans_900-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosans_900-webfont.woff2") format("woff2"), url("fonts/museosans_900-webfont.woff") format("woff"), url("fonts/museosans_900-webfont.ttf") format("truetype"), url("fonts/museosans_900-webfont.svg#museo_sans900") format("svg");
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "bebas";
    src: url("fonts/BebasNeue.otf");
}

@media screen and (orientation:landscape) {
   body > * {
       display: none !important;
   }

   body {
        background: url('../img/landscape.jpg') center center/cover no-repeat !important;

   }
}

body {
background-color: #242424 !important;
font-family: "museo_sans", Helvetica, sans-serif;
}

.lang-switch {
    position: absolute;
    top: 24px;
    left: 30px;
    z-index: 2;
    color: white;
    font-size: 12px;
    line-height: 24px;
    opacity: 0;
    transition: opacity .3s 3.5s ease-out, transform .3s 3.5s ease-out;
}
.lang-switch span{
  position: relative;
  display: inline-block;
  margin: 0 5px;
  font-weight: 300;
}

.lang-switch a {
    position: relative;
    display: inline-block;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-style: italic;
    color: #fff;
    text-decoration: none;
}



.lang-switch.menu-lang {
    color: #fff;
}
.lang-switch a {
    position: relative;
    display: inline-block;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: color .2s;
            transition: color .2s;
    font-style: italic;
}

.lang-switch a .border{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px auto -2px auto;
    width: 0;
    height: 2px;
    background-color: #F49F0B;
    transition: width .2s ease-out;
}

.lang-switch a:hover .border,
.lang-switch a.selected .border {
    width: 100%;
    color: #F49F0B;
}

body.loaded .lang-switch {
    opacity: 1;
}

body.loaded .menu-button.home-animation {
    opacity: 1;
}


#page-loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display:         flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: opacity .3s .6s linear;

    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    justify-items: center;
}

body.loaded #page-loader {
    opacity: 0;
    -webkit-animation: move .6s .6s linear;
            animation: move .6s .6s linear;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@keyframes move {
    from {
        z-index: 10;
    }
    to {
        z-index: 0;
    }
}

@-webkit-keyframes move {
    from {
        z-index: 10;
    }
    to {
        z-index: 0;
    }
}

.loading-gif {
    height: 150px;
}

.top-logo {
    position: fixed;
    top: 15px;
    left: 30px;
    z-index: 3;
    display: block;
    width: 100px;
}

.top-logo img {
    width: 100%;
}

.menu-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: block;
    width: 28px;
    color: #000;
    text-align: center;
    font-weight: 900;
}

.menu-button img {
    width: 100%;
}

/* Overlay style */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    display: -webkit-flex;
    display:         flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #FFF;

    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 999999;
    overflow: hidden;
    width: 22px;
    height: 22px;
    outline: none;
    border: none;
    background: url(../img/close@2x.png) no-repeat center center;
    background-size: cover;
    color: transparent;
    text-indent: 200%;
}

.overlay .overlay-close:hover {
    opacity: .6;
}

/* Menu style */
.overlay nav {
    position: relative;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    margin-top:30px;
}

.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.overlay ul li {
    display: block;
    margin-bottom: 15px;
}

.overlay ul li a {
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: color .2s;
            transition: color .2s;
}

.overlay ul li .border {
    width: 60px;
    opacity: 1;
    position: absolute;
    right: 0;
    left: 0;
    margin: -22px auto 0 auto;
    height: 2px;
    background-color: #f49f0b;
    transition: width .2s ease-out;
}


.overlay ul li a .border {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px auto -4px auto;
    width: 0;
    height: 4px;
    background-color: #f49f0b;
    transition: width .2s ease-out;
}


.overlay ul li a:hover{
    outline: none;
}
.overlay ul li a:focus,
.overlay ul li a:active {
    outline: none;
    color:#F49F0B;
}


/* Menu Rollover */

/* Effects */
.overlay-hugeinc {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility 0s .5s;
            transition: opacity .5s, visibility 0s .5s;
}

.overlay-hugeinc.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
}

.overlay-hugeinc h1,
.overlay-hugeinc h2,
.overlay-hugeinc .adress-holder {
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
    transition-delay: .5s;
}

.overlay-hugeinc .line {
    -webkit-transition: width .2s;
            transition: width .2s;
    transition-delay: .8s;
}

.overlay-hugeinc.open h1,
.overlay-hugeinc.open h2,
.overlay-hugeinc.open .adress-holder,
.overlay-hugeinc.open .contact p,
.overlay-hugeinc.open .adress {
    opacity: 1;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
            perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: .4;
    -webkit-transition: -webkit-transform .5s, opacity .5s;
            transition:         transform .5s, opacity .5s;
    -webkit-transform: translateY(-25%) rotateX(35deg);
            transform: translateY(-25%) rotateX(35deg);
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
            transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
    }
    .overlay ul li {
        min-height: 34px;
    }
}

.bg-home {
    background: url('../img/bg-home.jpg') center center/cover no-repeat;
}

.home-content,
.contact-content,
.activities-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;

    align-items: center;
    justify-content: center;
}

.img-wrap {
    position: absolute;
    top:-5px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 82%;
    height: 88%;
    background: url('../img/bg-2-home.jpg') center center/cover no-repeat;
}

.logo {
    position: relative;
    top: -30px;
    z-index: 2;
    width: 59%;
    margin:0 auto;
}

.firma-menu {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    color: #F49F0B;
    text-align: center;
    font-weight: 900;
    font-size: 9px;
    opacity: 0.4;
}

.food-content,
.swipeshow {
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
}

.food-content ul li.slide:last-child > span,
.food-content ul li.slide:last-child > span img {
    position: relative;
    display: block;
    height: 100%;
}

.food-content span img.bg{
    z-index:1;
    position: absolute;
    width:100%;
    height:100%;
}

.download-menu{
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50% !important;
    bottom: 15% !important;
    text-align: center;
    z-index: 3;
}

.download-menu-2{
    display: block;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50% !important;
    bottom: 15% !important;
    text-align: center;
    z-index: 3;
}

.download-menu .line{
    margin: 0 auto;
    margin-bottom: 15px;
}
.download-menu-text{
    font-family: "museo_sans";
    font-weight:900;
    color:#ffffff;
    font-size:17px;
    line-height: 24px;
    text-transform: uppercase;

}
.download-menu-icon{
    width:44px;
    height:53px !important;
    margin: 0 auto;
    margin-top: 10px;
}



.slide > span {
    z-index: 4;
    height: 100%;
}

.slide > span,
.slide > span img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;  /* what? custom edit */
}

.slide div {
    position: absolute;
    bottom: 30px;
    left: 34px;
    z-index:5;
}



.food-title {
    position: absolute;
    bottom: 57px;
    left: 34px;
    z-index: 3;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 30px;
}

.sombra {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

.food-title > span {
    z-index: 3;
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.slide div > p {
    margin-bottom: 5px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 900;
    font-size: 17px;
}

.slide div > b.line,
.activities-content > h1 > b.line {
    display: block;
    width: 37px;
    height: 2px;
    background-color: #f49f0b;
}

.activities-content > h1 > b.line {
    margin-top: 15px;
}

.contact-content {
    flex-direction: column;
}

.contact-content a {
    color: #fff;
    text-transform: uppercase;
}

.contact-content > div {
    position: relative;
    margin: auto;
}

.contact-content > div > img {
    margin: 0 auto 12px auto;
}

.contact-content > div > img:first-of-type {
    height: 19px;
}

.contact-content > div > img:nth-of-type(2) {
    height: 24px;
}

.contact-content > div > img:nth-of-type(3) {
    height: 16px;
}

.contact-content > div > img:last-of-type {
    height: 22px;
}

.contact-content > div > p {
    margin-bottom: 20px;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
}

.contact-content > div > p:last-of-type {
    font-weight: 500;
    font-size: 11px;
}

.contact-content > div > p > b {
    font-weight: 700;
}

.bottom-bar {
    position: absolute !important;
    right: 0;
    bottom: 23px;
    left: 0;
    text-align: center;;
}

.bottom-bar a {
    display: inline-block;
    vertical-align: middle;
}

.bottom-bar a img {
    width: 100%;
}

.bottom-bar a:first-of-type {
    margin-right: 37px;
    margin-left: 10px;
    width: 10px;
}

.bottom-bar a:nth-of-type(2) {
    margin: 0;
    width: 18px;
}

.bottom-bar a:last-of-type {
    margin-left: 37px;
    width: 17px;
}

.bar {
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: white;
    vertical-align: middle;
}

.home-content .bottom-bar a:first-of-type {
    margin-right: 37px;
    width: 16px;
}

.home-content .bottom-bar a:nth-of-type(2) {
    margin: 0 39px;
    width: 16px;
}

.home-content .bottom-bar a:last-of-type {
    margin-left: 37px;
    width: 24px;
    height:18px;
}

@media screen and (max-height: 540px) {
.overlay nav {
    position: relative;
    text-align: center;
    font-size: 26px;
    padding-top: 30px;
}
.overlay ul li {
    display: block;
    margin-bottom: 5px;
}
}

