@charset "UTF-8";

.header .logo h1 {
	font-size: 		30px;
	font-weight:	600;
	margin-bottom:	0;
	margin-bottom: 	0px;
}
.header .logo h2 {
	font-size:		19px;
	font-weight: 	600;
	margin-bottom: 	5px;
	margin-top: -5px;
}
.header .logo h3 {
	font-size:		30px;
	font-weight: 	600;
	margin-top: 	0px;
}
.header .logo hr {
    border-top:         2px solid white;
    margin-top:         5px;
    margin-bottom:      0px;
    width:              70px;
    display:            inline-block;
    vertical-align:     top;
}
.languagebt {
	margin-top: 7px;
	display: inline-block;
	padding: 7px 24px;
	border:1px white solid;
	background: white;
	color: black !important;
	border-radius: 3px;
}
.languagebt:hover {
	text-decoration: none;
	background: black;
	color: white !important;
}
@media (max-width: 767px) {
	.header .logo {
		margin-top:0;
		padding: 0 15px;
		padding-bottom:10px;
	}
	.header .logo h1 { font-size: 28px; }
	.header .logo h2 { font-size: 22px; }
	.header .logo h3 { font-size: 20px; }
}