.navbar-header {
	position: relative;
}
.navbar-header h1 {
	/*font-size: 3vw;*/
	font-size: 10px;
	float: left;
	margin: 0 !important;
	top: 50%;
	bottom: 0;
	left: 85px;
	width: 165px;
	transform: translateY(-50%);
	position: absolute;
	line-height: 1.42857143;
}

@media (max-width:320px){}
@media (min-width:320px){}

@media (max-width:479px){
	.navbar .navbar-header .icons {
		width: 25px;
	}
	.navbar-header h1 {
		left: 82px;
		font-weight: normal;
	}
	.navbar-brand img {
		width: 56px;}
}
@media (min-width:480px){
	.navbar .navbar-header .icons {
		width: 30px;
	}
}

@media (max-width:767px){
	body {
		font-size: 12px;
	}
	.navbar .navbar-header .icons {
		height: 50px;
		position: relative;
		width: 30px;
	}
	.navbar .navbar-header .icons img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.middle-container > .row:first-of-type {
		padding: 15px 0;
	}
	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	p.kenyermorzsa {
		margin: 15px 0 -15px 0;
	}
	.middle-container h1:first-of-type {
		font-size: 16px;
		margin-top: 20px;
	}
	h2, .h2 {
		font-size: 16px;
		margin-top: 15px;
	}
	.footer-menu {
		font-size: 10px;
	}
	.footer-menu a {
		clear: both;
		display: block;
		border-right: none;
	}

}
@media (min-width:768px){

}
@media (max-width:768px){
	.header-middle-left-side {
		height: 250px;
	}
	.header-middle-right-side {
		height: auto;
	}
}
@media (max-width:991px) {
	.header-middle-left-side {
		margin-bottom: 15px;
	}
	.header-middle-right-side {
		padding-left: 15px;
	}
	.header-panel {
		margin-bottom: 15px;
	}
	.header-panel-title {
		right: 10px;
	}
	.header-panel.panel-login .header-panel-title {
		right: 5px;
	}
}
@media (min-width:768px) and (max-width:991px) {

	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}

	.navbar .nav.navbar-nav.navbar-right {
		position: absolute;
		top: 5px;
		right: 0;
	}
	.navbar .navbar-collapse.collapse {
		padding-left: 0;
		padding-right: 0;
		display: block;
		text-align: center;
	}
	.navbar .navbar-collapse.in {
		overflow-y: unset;
	}
	.navbar .nav > li > a, .navbar-form {
		font-size: 10px;
	}
	.navbar-header button {
		display: none;
	}

	.footer-menu {
		font-size: 12px;
	}
}
@media (min-width:991px){

}


@media (min-width:1200px) {

	.header-MAKE-text {
		font-size: 15px;
	}
	.header-MAKE-text h1 {
		font-size: 32px;
	}

	.nav > li > a:first-of-type:after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		height: 15px;
		border-left: 1px solid #fff;
		z-index: 1;
	}
	.nav.navbar-nav.navbar-right > li > a:first-of-type:after {
		border-left: none;}
	.nav.navbar-nav:not(.navbar-right):after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		height: 15px;
		border-right: 1px solid #fff;
		z-index: 1;}
}