.header {
    background-color: #4c4b4b;
    font-family: "GothamRoundedBook", sans-serif;
    padding: 2px 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
}
.st-navbar {
    margin-bottom: 200px;
    background-color: #f6f6f6;
    padding: 6px 0 10px;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dropdown:hover>.dropdown-menu {
    display: block;
  }
.st-navbar .content {
    position: relative;
    width: 100%;
}

.st-navbar .content.mobile {
    display: none;
}

.st-navbar .content .navbar-brand {
    margin-bottom: 0;
}

.navbar-brand img {
    height: 48px;
}

.left-content {
    color: #ffffff;
    font-size: 12px;
    width: 400px;
}

.left-content ul {
    color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.left-content ul li:first-child {
    padding: 0 15px 0 0;
}

.nav-auth .mobile {
    display: none;
}

ul.auth-content {
    color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

ul.auth-content li:first-child:after {
    content: "";
    border-right: 1px solid #ffffff;
    margin: auto 0 15px;
}

ul.auth-content li {
    padding: 0 4px;
    font-size: 14px;
}

ul.auth-content li i {
    margin-right: 7px;
    font-size: 14px;
}

.left-content.mobile {
    display: none;
    position: relative;
    width: 100%;
    height: 15px;
}

.left-content.mobile .left {
    position: absolute;
    left: 0;
}

.left-content.mobile .right {
    position: absolute;
    right: 0;
}

.left-content.mobile {
    display: none;
}
