  /* -- Top bar on main header -- */

.top-bar {
    color: #530001;
    font-size: 14px;
    font-weight: 700;
    background: #e6e6e6;
    padding: 10px 0 9px 0;
}
.top-bar__link {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
	font-size: 14px;
	font-weight: 700;
	min-height: 44px;
}
.top-bar__link:hover {
	color: #ffffff;
    opacity: 0.85;
	text-decoration:none;
}
.top-bar__link:not(:last-of-type) {
    margin-right: 15px;
}
.top-bar__link:last-of-type {
    margin-left: 0px;
}
@media only screen and (min-width: 1200px) {
    .top-bar__link:first-of-type {
        margin-left: 25px;
    }
}
.top-bar .socials {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-bar .socials .socials__link {
    color: inherit;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.top-bar .socials .socials__link:hover {
    color: inherit;
    opacity: 0.75;
}

.material-icons.md-16 { font-size: 16px; }

.material-icons.md-18 { font-size: 18px; }

.material-icons.md-24 { font-size: 24px; }

.material-icons.md-36 { font-size: 36px; }

.material-icons.md-48 { font-size: 48px; }