#site-top-bar {
    display: none;
	background:#ffffff;
	border-bottom: 1px solid #ebebeb;
	color:#333;
	font-size: 11px;
	overflow:hidden;
	text-transform: uppercase;
	line-height: 45px;
	max-height: 100px;
	transition: max-height .5s ease;
	-moz-transition: max-height .5s ease;
	-webkit-transition: max-height .5s ease;
}
#site-top-bar:hover {
	overflow:visible;
}

#site-top-bar.hidden {
	max-height:0;
}

#site-top-bar ul,
#site-top-bar ol,
#site-top-bar dl
{
	font-size: 1em;
	line-height: 1em;
}
#site-top-bar ul li ul a {
	font-size: 10px !important;
}
#site-navigation-top-bar {
	float: right;
}
ul li.logout-link a{
    padding-right: 0 !important;
}

#site-top-bar .language-link {
	margin-right: 20px;
}
#site-top-bar .language-link:last-child {
	margin-right: 0px;
}
#social-media-top-bar {
    float: right;
    margin-left: 20px;
}
.header_socials_wrapper
{
	text-align: center;
	margin-left: 10px;
}

.header_socials_wrapper li {
    display: inline-block;
	font-size: 13px;
	margin: 5px 10px;
}
.header_socials_wrapper li:last-child {
	margin-right: 0px;
}
.transparent_header #site-top-bar,
.transparent_header #social-media-top-bar {
    border-color: rgba(235, 235, 235, 0.2);
}