#new-header {
    min-height: 70px;
    color: #fff;
    border-radius: 0;
    background-color: #2f4050;
    display: flex;
}
#new-header .navbar-brand {
    padding: 1px 0 0 0;
    margin-left: 0px;
    margin-right: 10px;
}
#new-header .navbar-nav-responsive > .bring-right > a,
#new-header .main-nav > li > a {
    font-size: auto;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
}

.navbar-inverse-responsive .navbar-nav > .open > a,
.navbar-inverse-responsive .navbar-nav > .open > a:focus,
.navbar-inverse-responsive .navbar-nav > .open > a:hover {
    background-color: transparent;
}
.navbar-inverse-responsive .navbar-nav > .active > a,
.navbar-inverse-responsive .navbar-nav > .active > a:focus,
.navbar-inverse-responsive .navbar-nav > .active > a:hover {
    font-weight: bold !important;
    padding-top: 18px;
    border-color: #1ab394;
    background-color: #465b6e;
}
#new-header .navbar-nav.user-nav > li.invite-members > a {
    font-size: 15px;
    line-height: inherit;
    display: inline-block;
    height: auto;
    margin-top: 24px;
    padding: 6px 25px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #1ab394;
}
.navbar-nav .notifications > a,
.navbar-nav .messages > a {
    padding-top: 29px;
    padding-right: 0;
}
/*  latest added */
.navbar-nav .messages > a > .icon-comment,
.navbar-nav .notifications > a > .icon,
.navbar-nav .messages > a > .icon {
    font-size: 20px;
    position: relative;
    top: -3px;
}
.badge {
    font-size: 14px;
    position: relative;
    top: -8px;
    left: -6px;
    border-radius: 4px;
    background-color: #ed5565;
}
li.user a {
    padding-top: 15px;
}
li.user img {
    width: 30px;
    height: 30px;
    margin-top: -7px;
    border: 2px solid #fff;
    border-radius: 100%;
}
#new-header .dropdown-menu-responsive {
    min-width: 220px;
    padding: 0;
    color: #fff;
    border-radius: 0;
    background-color: #2f4050;
    box-shadow: none;
}
.dropdown-menu-smaller {
    min-width: 100% !important;
}
#new-header .dropdown-menu-smaller > li a {    
    padding: 12px 12px 12px 10px !important;
}

#new-header .dropdown-menu-responsive > li > a span {
    position: absolute;
    top: 15px;
    left: 22px;
}

#new-header .dropdown-menu-responsive > li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 12px 12px 12px 50px;
    color: #fff;
}

/* fix for navbaf with admin account */
#new-header .navbar-admin > li > a {
    font-size: 14px;
    padding-top: 30px;
    color: #E6EAF9;
    font-weight: 300;
    height: 70px;
}

/* added from last fixes from Elena  */
#new-header .dropdown-menu-responsive > li > a {
    border-top: 1px solid #213140;
    background-color: #2f4050;
    font-weight: 300;
}
#new-header .dropdown-menu-responsive > li > a:hover,
#new-header .dropdown-menu-responsive > li > a:focus,
#new-header .dropdown-menu-responsive > li > a:active {
    font-color: #fff;
    border-top: 1px solid #213140;
    font-weight: 300;
}
#new-header .dropdown-menu-responsive > li ul {
    margin: 0;
    padding: 0;
}
#new-header .dropdown-menu-responsive > li ul li {
    list-style-type: none;
}
#new-header .dropdown-menu-responsive > li ul > li > a:hover,
#new-header .dropdown-menu-responsive > li ul > li > a:focus,
#new-header .dropdown-menu-responsive > li ul > li > a:active,
#new-header .dropdown-menu > li ul > li > a {
    border-top: 1px solid -responsive#2f4050;
}
#new-header .dropdown-menu-responsive > li ul > li > a:hover,
#new-header .dropdown-menu-responsive > li ul > li > a:focus,
#new-header .dropdown-menu-responsive > li ul > li > a:active {
    text-decoration: none;
    color: #4bb995;
}
.dropdown-menu-responsive > li[role='menu'] > a:after {
    position: absolute;
    top: 14px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 100%;
    background-color: #213140;
}
.dropdown-menu-responsive > li[role='menu'] > a:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 22px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.dropdown-menu > li[role='menu'] > a.opened-submenu:before {
    top: 21px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#new-header .notifications .dropdown-menu > li > a {
    display: block;
    padding: 0 15px 15px 90px;
    border-top: 1px solid #384c5f;
}
#new-header .notifications .dropdown-menu {
    min-width: 330px;
}
.notif-msg-body {
    font-size: 11px;
}
.notifications h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.notifications .date {
    margin-top: 1.4em;
}
#new-header .notif-msg-img-wrapper .icon {
    font-size: 86px;
    left: 20px;
}
.icon-female-symbol {
    color: #ffa7b0;
}
.icon-male-symbol {
    color: #b9dbfb;
}
#new-header .dropdown-menu > li .location span.icon {
    position: static;
}
.user-profile-icons {
    text-align: center;
    background-color: #213140;
}
.large-icons .icon {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    padding: 8px 4px;
    text-align: center;
    border: 2px solid;
    border-radius: 100%;
}
.green-text {
    color: #13a98c;
}
.yellow-text {
    color: #f2ab30;
}
.lightblue-text {
    color: #0ccae1;
}
.purple-text {
    color: #ca22fa;
}
.green-bg,
.progress-bar-success {
    background-color: #13a98c;
}
.blue-bg,
.progress-bar-info {
    background-color: #0ccae1;
}
.yellow-bg,
.progress-bar-warning {
    background-color: #f2ab30;
}
.purple-bg,
.progress-bar-danger {
    background-color: #ca22fa;
}
.progress {
    height: 12px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.short-user-profile,
.profile-completion {
    background-color: #2f4050;
}
.large-icons,
.profile-completion,
.short-user-profile {
    padding: 20px;
}
.profile-completion {
    border-bottom: 1px solid #213140;
}
#new-header .dropdown-menu .profile-completionpercentage a {
    padding: 0;
}
.user-member-since {
    font-size: 12px;
    font-weight: 500;
}
.user-position-location {
    margin-bottom: 1.5em;
    font-weight: 500;
}
.profile-completion-percentage {
    font-size: 12px;
}
#new-header .dropdown-menu > li .profile-completion-percentage a {
    font-size: 12px;
    display: inline;
    padding: 0;
    color: #23a78c!important;
}

.message{
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 4px;
}

.navigation-alert {
    font-size: 12px;
    top: 112%;
    right: 15px;
    width: 390px;
    color: #fff;
    border: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
    z-index: 200;
    position: absolute;
}
.navigation-alert {
    font-size: 12px;
}
.alert-success{
    background-color: #1cc09f;
    color: #fff;
    background-color: #1cc09f;
}
.navigation-alert a {
    color: #fff;
}
.navigation-alert .close {
    margin-top: -8px;
    opacity: 1;
}
.navigation-alert .close:focus,
.navigation-alert .close:active,
.navigation-alert .close:hover {
    color: #fff;
}
.navigation-alert .icon.icon-user {
    font-size: 42px;
    position: absolute;
}
.navigation-alert .alert-body {
    padding: 0 30px 0 48px;
}
.navigation-alert .alert-body a {
    text-decoration: underline;
}
.navigation-alert .alert-body h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.navigation-alert .alert .progress {
    height: 16px;
    border-radius: 3px;
}
.navigation-alert .progress-bar-success {
    background-color: #158f76;
}

/* fading alert */
.navigation-alert {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;

}
.navigation-alert.visible{
    opacity: 1;
}
/* Small devices and down */

@media (max-width: 1390px) {
    .container-fluid-responsive > .navbar-collapse-responsive,
    .container-fluid-responsive > .navbar-header-responsive,
    .container > .navbar-collapse-responsive,
    .container > .navbar-header-responsive {
        margin: 0;
        padding: 0;
    }
    #new-header .navbar-nav-responsive.logo-nav {
        margin: 0;
    }
    #new-header .navbar-nav-responsive.logo-nav > li > a {
        height: 75px;
    }
    #new-header .pharma-navbar-header .logo-nav > li > a {
        height: auto;
    }
    #admin-manage{
        padding-top: 25px;
        display: block !important;
    }
    .navbar-nav-responsive.main-nav {
        margin: 0;
        padding: 0;
    }
    .container-fluid-responsive {
        padding: 0;
        display: inline-block;
    }
    #new-header .navbar-nav-responsive.user-nav > li.invite-members > a {
        margin-top: 10px;
    }
    /* .navbar-toggle-responsive {
        z-index: 10;
    } */
    .nav.navbar-nav-responsive.navbar-right-responsive.user-nav > li.dropdown.open {
        display: block;
        margin: auto;
    }
    #new-header .notifications .dropdown-menu,
    #new-header .dropdown-menu {
        min-width: 100%;
    }
    .navbar-inverse-responsive .navbar-nav-responsive > li > a:hover,
    .navbar-inverse-responsive .navbar-nav-responsive > li > a:focus {
        color: #fff;
        background-color: transparent!important;
        height: 72px;
    }
    .navbar-nav-responsive .open .dropdown-menu-responsive{
        position:static;
        float:none;
        width:auto;
        margin-top:0;
        background-color:transparent;
        border:0;
        box-shadow:none;
    }
    .navbar-nav-responsive .open .dropdown-menu-responsive>li>a{
        line-height:20px;
    }
    .navbar-nav-responsive .open .dropdown-menu-responsive>li>a:hover,
    .navbar-nav-responsive .open .dropdown-menu-responsive>li>a:focus{
        background-image:none;
    }
    .full-logo {
        padding-left: 5px!important;
    }
    .pharma-navbar-header > li > a,
    .navbar-inverse-responsive .pharma-navbar-header > .active > a, 
    .navbar-inverse-responsive .pharma-navbar-header > .active > a:hover, 
    .navbar-inverse-responsive .pharma-navbar-header > .active > a:focus {
        padding: 10px 10px;
    }
    .btn-encryption {
        float: right;
    }
}
@media (max-width: 768px){
    .col-xs-3 {
        width: 50%;
    }
}

.navbar-nav-responsive> li > a,
.navbar-brand {
    line-height: normal !important;
}

.alert-loginform {
    margin-top: 20px !important;
    margin-bottom: -30px !important;
}

@media screen and (max-width: 801px) , screen and (max-height: 601px) {

    .alert-loginform {
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px !important;
        margin-bottom: -20px !important;
    }
}
@media (min-width: 1282px) and (min-height: 866px) {
    .alert-loginform {
        margin-bottom: -90px !important;
    }
}

@media (min-width: 1391px){
    .full-logo {
        padding-right: 25px !important;
    }
    .navbar-header-responsive{
        float:left;
    }
    .navbar-toggle-responsive{
        display:none !important;
    }
    .navbar-nav-responsive > li > a {
        padding-top: 22px;
        padding-bottom: 15px;
    }
    .navbar-nav-responsive{
        float:left;
        margin:0;
    }
    .navbar-nav-responsive>li>a{
        padding-top:15px;
        padding-bottom:15px;
    }
    .navbar-nav-responsive.navbar-right-responsive:last-child{
        margin-right:-15px;
    }
    .navbar-collapse-responsive{
        width:auto;
        border-top:0;
        box-shadow:none;
    }
    .navbar-collapse-responsive.collapse{
        display:block!important;
        height:auto!important;
        padding-bottom:0;
        overflow:visible!important;
    }
    .navbar-collapse-responsive.in{
        overflow-y:visible;
    }
    .navbar-fixed-top .navbar-collapse-responsive,.navbar-static-top .navbar-collapse-responsive,.navbar-fixed-bottom .navbar-collapse-responsive{
        padding-left:0;
        padding-right:0;
    }
    .container>.navbar-header-responsive,.container-fluid-responsive>.navbar-header-responsive,.container>.navbar-collapse-responsive,.container-fluid-responsive>.navbar-collapse-responsive{
        margin-right:0;
        margin-left:0;
    }
    .navbar-right-responsive .dropdown-menu-responsive {
        right: 0;
        left: auto;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid-responsive .navbar-brand {
        margin-left: -15px;
    }
    .sp-logo .full-logo {
        padding-right: 5px!important;
    }
}
.navbar-right-responsive{
    float:right!important;
}
.navbar-nav-responsive > li{
    float:left;
}
@media (max-width: 1390px) {
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive .divider {
        background-color: #080808;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > li > a {
        color: #999;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > li > a:hover,
    .navbar-invers-responsivee .navbar-nav-responsive .open .dropdown-menu-responsive > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .active > a,
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .active > a:hover,
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .disabled > a,
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .disabled > a:hover,
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
    .dropdown-menu-user {
        margin: 0 0 0 130px;
    }
    .sp-logo .full-logo {
        margin-left: 15px!important;
    }
    .navbar-admin > li {
        float: none;
    }
}

.navbar-toggle-responsive {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle-responsive:focus {
    outline: none;
}
.navbar-toggle-responsive .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle-responsive .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-inverse-responsive .navbar-toggle-responsive {
    border-color: #333;
    margin-top: 25px;
    /* margin-right: 90px; */
}
.navbar-inverse-responsive .navbar-toggle-responsive:hover,
.navbar-inverse-responsive .navbar-toggle-responsive:focus {
    background-color: #333;
}
.navbar-inverse-responsive .navbar-toggle-responsive .icon-bar {
    background-color: #fff;
}
.dropdown-menu-responsive {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu-responsive > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu-responsive > li > a:hover,
.dropdown-menu-responsive > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu-responsive > .active > a,
.dropdown-menu-responsive > .active > a:hover,
.dropdown-menu-responsive > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu-responsive > .disabled > a,
.dropdown-menu-responsive > .disabled > a:hover,
.dropdown-menu-responsive > .disabled > a:focus {
    color: #999;
}
.dropdown-menu-responsive > .disabled > a:hover,
.dropdown-menu-responsive > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
.open > .dropdown-menu-responsive {
    display: block;
}
.navbar-nav-responsive > li > .dropdown-menu-responsive {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav-responsive > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse-responsive .navbar-nav-responsive > .active > a {
    background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
    background-image: linear-gradient(to bottom, #222 0%, #282828 100%); 
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    height: 70px;
    font-weight: 600 !important;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px 10px 15px;
}
#new-header .navbar-admin .active  a {
    padding: 24px 15px 20px 15px;
}
.navbar-inverse-responsive .navbar-brand,
.navbar-inverse-responsive .navbar-nav-responsive > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-nav-responsive {
    margin: 7.5px -15px;
}
.navbar-nav-responsive > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-fixed-bottom .navbar-nav-responsive > li > .dropdown-menu-responsive {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-inverse-responsive .navbar-nav-responsive > li > a {
    color: #fff;
    padding-top: 15px;
}
.navbar-inverse-responsive .navbar-nav-responsive > li > a:hover,
.navbar-inverse-responsive .navbar-nav-responsive > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse-responsive .navbar-nav-responsive > .active > a,
.navbar-inverse-responsive .navbar-nav-responsive > .active > a:hover,
.navbar-inverse-responsive .navbar-nav-responsive > .active > a:focus {
    background-color: #080808;
    padding: 10px 15px 10px 15px;
}
.navbar-inverse-responsive .navbar-nav-responsive > .disabled > a,
.navbar-inverse-responsive .navbar-nav-responsive > .disabled > a:hover,
.navbar-inverse-responsive .navbar-nav-responsive > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
#nav-search .dropdown-menu-responsive {
    margin-right: -88px;
    min-width: 100px;
}

#nav-search .dropdown-menu-responsive > li > a {
    padding: 12px;
}

#nav-search .dropdown-menu-responsive > li {
    text-align: center;
}
.navbar-header-responsive:before,
.navbar-header-responsive:after,.navbar-collapse-responsive:before,
.navbar-collapse-responsive:after,
.container-fluid-responsive:before,
.container-fluid-responsive:after{
    display: table;
    content: " ";
}
.navbar-header-responsive:after,.container-fluid-responsive:after,.navbar-collapse-responsive:after{
    clear: both;
}
.container > .navbar-header-responsive,
.container-fluid-responsive > .navbar-header-responsive,
.container > .navbar-collapse-responsive,
.container-fluid-responsive > .navbar-collapse-responsive {
    margin-right: -25px;
    margin-left: -15px;
}

#new-header .navbar-nav-responsive.logo-nav{
    float: left;
}
.navbar-inverse-responsive .navbar-collapse-responsive,
.navbar-inverse-responsive .navbar-form {
    min-width: 45%;
    float: left;
    /* border-color: #101010; */
}
.container-fluid-responsive {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: inline-block;
}
.navbar-inverse-responsive {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse-responsive .navbar-nav-responsive > .open > a,
.navbar-inverse-responsive .navbar-nav-responsive > .open > a:hover,
.navbar-inverse-responsive .navbar-nav-responsive > .open > a:focus {
    color: #fff;
    background-color: #2f4050;
    height: 70px;
}
.bring-right.active .dropdown-toggle {
    padding-top: 20px;
}
.navbar-brand,
.navbar-nav-responsive > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse-responsive .navbar-brand {
    color: #999;
}
.navbar-inverse-responsive .navbar-brand:hover,
.navbar-inverse-responsive .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
#btn-pin {
    margin: 0;
}
.navbar-inverse-responsive li a {
  color: #fff !important;
  font-weight: 300;
}
#new-header .navbar-admin>li>a:hover{
    background-color: #2f4050; 
}
#new-header .dropdown-menu-responsive > li > a:hover{
    color: #29B194!important;
}
.full-logo:hover,
#home-logo:hover{
    background: #2f4050;
}
.full-logo{
    margin-top: 7px;
    margin-left: 20px;
}
.dropdown-menu-user {
    right: 0;
    left: -135px;
    background-color: #2f4050;
}
.settings > .dropdown-menu-user {
    left: -190px;
    border-top: 1px solid #213140;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #2f4050;
}
/* .settings{
    margin-left: 5px;
    margin-right: 5px;
} */
.settings > ul{
    margin-top: 0px;
}
.settings > ul > li > a{
    padding-top: 10px;
    padding-left: 50px;
    margin-top: -5px;
    height: 50px;
}
.settings > ul > li > a:hover{
    background-color: #2f4050;
    color: #29B194 !important;
}
.user-nav > .user > .dropdown-menu-user{
    margin-top: 0px;
    border-top: 1px solid #213140;
}
.user-nav > .user > .dropdown-menu-user > li > a:hover{
    background-color: #2f4050;
    color: #29B194 !important;
}
.dropdown-accordion:hover{
    height: 70px;
}
.user > ul > li > a{
    border-top: 1px solid #213140;
    height: 52px;
}
.bring-right > ul > li > a > span{
    padding-right: 15px;
}
.dropdown-menu>.active, 
.dropdown-menu>.active:hover, 
.dropdown-menu>.active:focus {
    background-color: #213140;
}
.responsive-navbar-right {
    max-width: 44%;
    float: right;
    height: 72px !important
}
.pharma-navbar-header .full-logo {
    margin-left: 10px;
}
.navbar-collapse-responsive.in {
    overflow-y: auto;
}
.navbar-collapse-responsive {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-overflow-scrolling: touch;
}
#new-header .dropdown-menu > li > a:hover, 
#new-header .dropdown-menu > li > a:focus, 
#new-header .dropdown-menu > li > a:active, 
#new-header .dropdown-menu > li > a {
    border-top: 1px solid #213140;
    background-color: #2f4050;
    font-weight: 300;
}
#new-header .dropdown-menu > li > a:hover, 
#new-header .dropdown-menu > li > a:focus, 
#new-header .dropdown-menu > li > a:active {
    color: #4bb995 !important;
}