#header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 54px;
}

#header .logo h2, #header .logo .site_description {
    color: #ea0c38;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: block;
}