.mls-header-wrapper {
    background-color: #dce6ef;
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f5f9 48%, #dce6ef 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f1f5f9 48%, #dce6ef 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f1f5f9 48%, #dce6ef 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.48, #f1f5f9), to(#dce6ef));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f5f9 48%, #dce6ef 100%);
    background-image: linear-gradient(top, #ffffff 0%, #f1f5f9 48%, #dce6ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#ffffff', EndColorStr = '#DCE6EF');
    box-shadow: 0 5px 5px rgba(4, 4, 4, .19);
    height: 98px;
    margin-bottom: 42px;
}

.mls-header {
    position: relative;
    padding-top: 23px;
}

.mls-header-logo {
    margin-left: 14px;
}

.mls-header-button-bar {
    height: 29px;
    position: absolute;
    right: 0;
    top: 23px;
}

#mls-header-socials-buttons-wrapper {
    height: 100%;
    vertical-align: top;
}

#mls-header-socials-buttons-wrapper > * {
    vertical-align: top;
}

.mls-fb-wrapper{
    float: left;
    width: 55px;
    height: 20px;
    overflow:hidden;
}

.mls-header-button-bar .separator {
    border-right: 1px dotted #cccccc;
    padding-right: 1em;
    margin-right: 1em;
}

.mls-header-link {
    font-size: 12px;
    font-weight: bold;
}

.mls-header-link.grey {
    color: #afafaf;
}

.mls-header-link.blue {
    color: #1f5589;
}

.mls-header-button {
    box-shadow: 0px 5px 10px rgba(1, 1, 1, .1);
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    padding-right: 14px;
    padding-left: 14px;
}

.mls-header-button.grey {
    background-color: #808080;
}

.mls-header-button.blue {
    background-color: #23618e;
    background-image: -moz-linear-gradient(top, #2686b7 0%, #23618e 100%);
    background-image: -ms-linear-gradient(top, #2686b7 0%, #23618e 100%);
    background-image: -o-linear-gradient(top, #2686b7 0%, #23618e 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2686b7), to(#23618e));
    background-image: -webkit-linear-gradient(top, #2686b7 0%, #23618e 100%);
    background-image: linear-gradient(top, #2686b7 0%, #23618e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#2686b7', EndColorStr = '#23618e');
}