.blog-masthead {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1000;
    position: fixed;
    height: 120px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

div.blog-masthead > div {
    width: 100%;
    max-width: none;
}

#header-logo {
    width: 200px;
    margin-bottom: -50px;
    margin-top:-10px;
}

nav {
    height: 120px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-nav-item {
    margin-top: -10px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-nav-item a {
    color: #fff;
    text-transform: uppercase;
}

#menu-first-item {
    margin-left: 40%;
}

div.blog-masthead > div > nav {
    position: absolute;
    top: 20px;
    right: 40px;
    text-align: right;
}

#menu-fr-a {
    color: #fff;
}

#menu-en-a {
    color: #fff;
    font-weight: 800;
}

.full-screen-menu-items {
    font-weight: 300;
    letter-spacing: 1px;
}

#menu-search-link {
    width: 30px;
    height: 30px;
}

.full-screen-menu-medias img {
    width: 40px;
}

.full-screen-menu-medias {
    position: absolute;
    bottom: 44px;
    right: 100px;
}

#menu-events-link {
    color: #fff;
    font-weight: 400;
    padding-left: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
}

.menu-bottom-links {

    position: relative;

}

.full-screen-menu-cross {
    position: absolute;
    top: 20px;
    right: 80px;
    font-weight: 100;
    font-size: 50px;
    cursor: pointer;
}

.full-screen-menu {
    width: 0%;
    min-height: 100vh;
    z-index: 21000;
    background: rgba(0, 0, 0, 0.96);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 15vh;
    transition: width 300ms ease 0s;
    overflow-x: hidden;
}

.full-menu-content {
    display: block;

}

#top-menu-search {
    width: 20px;
    margin-bottom: -8px;
    height: 100%;
}

/* LEFT TO RIGHT */
.sliding-u-l-r {
    display: inline-block;
}

.sliding-u-l-r:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: -20px;
    margin-left: -2px;
}

.sliding-u-l-r:hover:after {
    width: 100%;
    background: #fff;
}

.sliding-u-l-r-events {
    display: inline-block;
}

.sliding-u-l-r-events:after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    margin-top: -0px;
    margin-left: 0px;
}

.sliding-u-l-r-events:hover:after {
    width: 100%;
    background: #fff;
}

.sliding-u-l-r-events:hover {
    font-weight: 800;
}

div.blog-masthead > div {
    display: none;
}

.full-screen-menu-items .col.s6 {
    text-align: center;
}

#full-screen-menu-youtube, #full-screen-menu-linked {
    height: 35px;
    width: 35px;
}

#full-screen-menu-youtube {
    margin-bottom: -7px;
}

#full-screen-menu-linked {
    margin-bottom: -10px;
}

#menu-events-youtube-link {
    padding-left: 20px;
}

#full-screen-home, #full-screen-about-us, #full-screen-international, #full-screen-finlab, #full-screen-job {
    display: none;
}
