#header > .container {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    display: block;

    /*-webkit-box-pack: justify;
       -ms-flex-pack: justify;
         justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
          align-items: center;*/
}

#header > .container:before, #header > .container:after {
    content: none;
}

.header-extras li {
    margin-left: 40px;
}

.header-extras .button-mini {
    height: 40px;
    line-height: 34px !important;
    font-size: 14px;
}

.header-extras li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
.header-extras li .he-text {
    padding-left: 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #888;
    letter-spacing: 1px;
}
.header-extras li .he-text span {
    font-weight: 600;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}
.header-extras li .he-text span b {
    font-weight: 600;
    color: #555555;
}
.dark .header-extras li .he-text span b {
    color: #eee;
}
.header-extras li i {
    margin-right: 5px !important;
}
/*.header-extras li {
    height: 44px;
}*/
.header-extras {
    float: left;
    margin: 31px auto 0px 0;
}
#logo-slogan {
    display: none;
    margin: 23px 0 0;
    float: left;
    width: 300px;
    border-left: 1px solid #EEE;
    padding-left: 20px;
}
#logo {
    /*margin-right: 50px;*/
}
#primary-menu.style-2 > div > ul > li > a {
    text-transform: uppercase;
    padding: 0 20px;
}
#primary-menu.style-2 > div > ul > li:first-child > a {
    padding-left: 0px;
}