/** STICKY BAR **/

.sticky-menu-logo-img {
    height: 45px;
    margin-top: 7.5px
}

.sticky-menu-logo-items {
    margin-top: 3px;
    margin-left: 7px;
}

.sticky-menu-logo-items-top {
    font-size: 12px;
    display: inline-block;
}

.sticky-menu-logo-items-sub {
    font-size: 17px;
    font-weight: 500;
    width: auto;
}

.sticky-menu-item.selected {
    text-decoration: none;
    color: #000000;
}

.sticky-menu-item-link {
    display: inline-block;
}

header nav {
    background: #FFFFFF;
    margin-bottom: 10px;
}

header nav ul {
    list-style: none;
    overflow: initial;
}

header nav ul li {
    float: left;
}

header nav ul li a {
    display: block;
    padding: 15px 7px;
    color: #727272;
    text-decoration: none;
}

header nav ul li a:hover {
    text-decoration: none;
    color: #4ddbdd !important;
}

/* --- SCROLL SHOW STICKY BAR --- */
.menu-show {
    display: block;
    position: fixed;
    z-index: 9;
    margin-top: 130px;
    top: 0;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
}

.menu-hidden {
    display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .sticky-menu-logo-items-top {
        display: none;
    }

    .sticky-menu-logo-items-sub {
        width: 120px;
        padding-top: 0.3rem;
        line-height:1.2em;
    }

    .sticky-menu-item-link {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .sticky-menu-item-link {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .sticky-menu-item-link {
        display: none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .sticky-menu-item-link {
        display: inline-block;
        margin-top: 3px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .sticky-menu-item-link {
        display: inline-block;
        margin-top: 3px;
    }
}