@font-face {
    font-family: Baskerville;
    src: url(../fonts/Baskerville.woff);
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.woff);
}
@font-face {
    font-family: MontserratLight;
    src: url(../fonts/Montserrat-Light.woff);
}
@font-face {
    font-family: MontserratItalic;
    src: url(../fonts/Montserrat-Italic.woff);
}
@font-face {
    font-family: MontserratSemiBold;
    src: url(../fonts/Montserrat-SemiBold.woff);
}
@font-face {
    font-family: MontserratBoldItalic;
    src: url(../fonts/Montserrat-SemiBoldItalic.woff);
}
@font-face {
    font-family: UTMBebas;
    src: url(../fonts/UTMBebas.ttf);
}
@font-face {
    font-family: Gotham;
    src: url(../fonts/SVN-GOTHAMLIGHT.woff);
}
html {
    margin-top: 0 !important;

    scroll-behavior: smooth;
}
a {
    color: #2d2a28;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: MontserratSemiBold;
}
.aligncenter {
    display: block;
    margin: auto;
    max-width: 100%;
}
body {
    color: #313434;
    font-family: 'SVN-Gotham';
    margin: auto;
    font-size: 16px;
    max-width: 1920px;
    
}
header {
    left: 0;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header .header-logo {
    width: 40%;
}
header .header-logo img{
    width: 270px;
}
.home-row {
    float: left;
    position: relative;
    width: 100%;
}
.menu-desktop {
    background: #caa34a;
    left: -100%;
    opacity: .95;
    padding: 40px 35px;
    position: fixed;
    text-align: center;
    top: 15%;
    transition: .5s;
    z-index: 9999;
}
.menu-desktop.active {
    left: 0;
}
.menu-desktop .menu-btn {
    color: #fff;
    cursor: pointer;
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
}
.menu-desktop .menu-btn p {
    margin-bottom: 5px;
    text-align: center;
}
.menu-desktop .menu-btn span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 0 auto 4px auto;
    width: 40px;
}
.menu-desktop .social-box {
    width: 100%;
}
.menu-desktop .social-box ul,
.menu-desktop .social-box .item {
    display: block;
    margin-bottom: 20px;
    padding: 7px;
}
.menu-desktop .social-box .item img {
    margin: auto;
}
.menu-desktop .social-box ul li {
    list-style: none;
}
.menu-desktop .social-box ul li a {
    color: #fff;
}
.menu-desktop .social-box .item:last-child {
    margin-bottom: 0;
}
.menu-box {
    background: #cba442bd;
    height: 100%;
    left: -100%;
    padding-top: 40px;
    position: fixed;
    text-align: center;
    top: 0;
    transition: .5s;
    width: 300px;
    z-index: 9999;
}
.menu-box.active {
    left: 0;
}
.menu-box .menu-logo {
    float: left;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}
.menu-box .menu-logo img {
    max-width: 100%;
    width: 220px;
    margin: auto;
}
.menu-box .closed {
    cursor: pointer;
    float: right;
    margin-bottom: 20px;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
    width: 20px;
    width: 25px;
    z-index: 99999;
}
.menu-box .closed img {
    max-width: 100%;
}
.menu-box a {
    background: none !important;
    color: #fff;
    text-transform: uppercase;
}
.menu-box ul {
    float: left;
    padding: 0;
    width: 100%;
}
.menu-box ul li {
    color: #fff;
    float: left;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.menu-box ul li:before {
    background: #fff;
    bottom: 0;
    content: ' ';
    height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}
.menu-desktop .language-box {
        margin: 0 0 20px 0;
}
.menu-desktop .language-box ul {
    padding: 0;
}
.menu-desktop .language-box ul li {
    list-style-type: none;
}
.menu-desktop .language-box ul li.active {
    display: none;
}
.menu-desktop .language-box ul li a {
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (max-width: 1600px) and (min-width: 1367px) {
}
@media only screen and (max-width: 1350px) {
    .menu-desktop {
        padding: 30px 25px;
    }
    .menu-desktop .menu-btn {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 9910px) {
    .menu-desktop {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .fp-enabled {
        margin-top: 0 !important;
    }
    .menu-desktop {
        background: #cba4427a;
        max-width: 20%;
        padding: 20px 10px;
        top: 0;
        transition: .5s;
        width: 90px;
    }
    .menu-desktop:hover {
        background: #cba442;
    }
    .menu-desktop .menu-btn {
        margin-bottom: 15px;
        padding: 0;
    }
    .menu-desktop .menu-btn p {
        display: none;
    }
    .menu-desktop .social-box ul li a {
        font-size: 12px;
    }
    .menu-box {
        background: #cba442eb;
    }
    header .header-logo {
        width: 100%;
        display: none;
    }
}

