/*NAVBAR STYLING*/
.lockScroll {
    width: 100%;
    overflow: hidden;
}

.navigation.menu-open #menu{
    -webkit-transform: translateY(0vh);
    -ms-transform: translateY(0vh);
    transform: translateY(0vh);
    opacity: 1;
    top: 0;
}


.navigation {
    background: white;
    position: relative;
    z-index: 30;
}
.menu2 img.logo {
    height: 55px;
    width: auto;
}
.menu2 .social_media {
    height: 23px;
    position: relative;
}
.menu2 .social_media a {
    position: relative;
    height: 23px;
    width: 23px;
    line-height: 23px;
    display: inline-block;
    margin-right: 15px;
}
.menu2 .social_media a:before {
    content: '';
    background: transparent;
    height: 23px;
    width: 23px;
    font-size: 24px;
    line-height: 23px;
    display: inline-block;
    vertical-align: baseline;
    font-family: 'FontAwesome';
    color: #312d2f;
    text-align: center;
    z-index: 1;
    position: relative;

    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.menu2 .social_media a.facebook:before {
    content: '\f082';
}
.menu2 .social_media a.vimeo:before {
    content: '\f27d';
}
.menu2 .social_media a.instagram:before {
    content: '\f16d';
}
.menu2 .social_media a.twitter:before {
    content: '\f099';
}
.menu2 .social_media a.pinterest:before {
    content: '\f231';
}
.navbar {
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28.5px calc(10% + 15px);
}
.navbar-toggler {
    display: block !important;
    padding: 0;
    color: #312d2f;
    font-size: 30px;
    line-height: 41px;
    font-weight: bold;
    letter-spacing: -0.94px;
    text-transform: lowercase;
    z-index: 4;
    width: 100px;
    text-align: end;
}

.navigation .navbar .navbar-brand {
    width: auto;
    height: 51px;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    margin-right: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-toggler:focus {
    outline: none;
}
li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    padding: 8px;
}
li.nav-item p {
    color: #312d2f;
    font-size: 10px;
    font-weight: lighter;
    letter-spacing: 0.03px;
    line-height: 28px;
    margin-top: 35px;
    align-items: flex-start;
    display: flex;
    opacity: 0;
    margin-right: 8px;

    -webkit-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}
/*FULLSCREEN MENU*/
#menu {
    position: absolute;
    left: 0;
    top: -100vh;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 3;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: ease-in .4s;
    -o-transition: ease-in .4s;
    transition: ease-in .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-transform: translateY(-150vh);
    -ms-transform: translateY(-150vh);
    transform: translateY(-150vh);
}
#menu.active {
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    transform: translateX(0vw);
    opacity: 1;
    top: 0;
}
.menu-flex {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
ul.navbar-nav.ml-auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-info {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: absolute;
    justify-content: center;
    bottom: 20px;
    left: calc(10% + 15px);
}
.menu-info,
.menu-adres,
.menu-contact {
    padding: 20px 0;
}
.menu-social a {
    color: #312d2f;
    font-size: 18px;
    letter-spacing: -0.21px;
    line-height: 28px;
    margin: 10px 0;
}
.menu-adres p,
.menu-contact a {
    color: #312d2f;
    font-size: 18px;
    letter-spacing: -0.21px;
    line-height: 28px;
    margin: 0;
}
.menu-info a:hover {
    text-decoration: none;
}
.menu-social,
.menu-adres,
.menu-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
li.nav-item a,
li.nav-item span {
    color: #312d2f;
    font-size: 51px;
    letter-spacing: -1.48px;
    line-height: 75px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;}
.nav-item{
    position: relative;}
.nav-item:hover .dropdown-menu{
    border: none;
    box-shadow: 30px 19px 30px #00000008;
    position: relative;
    height: auto;
    display: block;
    top: 0;
    background: transparent;}

/*Hover + Active state*/
li.nav-item span {
    display: block;
    position: relative;
}
li.nav-item span {
    top: 0;}
li.nav-item .nav-link,
li.nav-item span.first {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
li.nav-item .nav-link {
    height: 76px;
    overflow: hidden;
    width: auto;
    padding: 0!important;
}


li.nav-item .nav-link.active-hover span {
    top: -100%;
}
li.nav-item:hover p {
    opacity: 1;}

@media screen and (max-width: 680px){
    .menu_2 .social_media {
        display: none;}
    .menu_2 .navigation .navbar{
        display: flex;
        justify-content: space-between;
        flex-flow: row;
        padding: 5px 30px!important;}
    .menu_2 .navigation .navbar .navbar-brand {
        transform: translate(0);
        left: 0;
        position: relative;
        z-index: 200;}
    .navigation .navbar-brand img.logo {
        transform-origin: left center;}
    .menu_2 .menu-social a{
        padding: 0 11px;}
    .menu-social, .menu-adres, .menu-contact {
        flex-flow: row wrap;
        width: 100%;
        justify-content: center;}
    .menu_2 .menu-info{
        padding: 20px 30px;
        width: 100%;
        left: 0;}
    .navigation .navbar .navbar-brand{
        left: 0;

    }
}
