html.rd-navbar-fixed-linked .page {
	padding-top: unset !important;
}

.rd-navbar-top-panel {
	width: auto !important;
}

.rd-navbar-top-panel-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.right-side {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}

.display-menu * {
	float: left;
}

.navbar-toggler {
	background: unset;
	border: unset;
	box-shadow: unset;
	width: 30px;
	height: 20px;
	position: relative;
	padding: 0;
}

.navbar-toggler span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.navbar-toggler span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	transition: ease 250ms transform;
}

.navbar-toggler span:nth-child(2) {
	opacity: 0;
	transition: ease 250ms opacity;
	top: 50%;
	transform: translateY(-50%);
}

.navbar-toggler span:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: ease 250ms transform;
}

.navbar-toggler.collapsed span:nth-child(1) {
	top: 0;
	transform: translateY(0%);
}

.navbar-toggler.collapsed span:nth-child(2) {
	opacity: 1;
}

.navbar-toggler.collapsed span:nth-child(3) {
	top: 100%;
	transform: translateY(-100%);
}

.menu-collapse {
	position: relative;
	background: #86BE25;
	padding: 20px;
}

.menu-collapse .unit__body a.text-middle {
	font-size: 18px;
	color: #fff;
}

.menu-collapse .unit__body {
	margin-bottom: 20px;
}

.contact-info.mobil .unit {
	flex-direction: column;
}

@media (max-width: 767px) {
	.contact-info.desk {
		display: none;
	}
}

@media (min-width: 767px) {
	.contact-info.mobil {
		display: none;
	}
}

@media (max-width: 1199px) {
	.display-menu {
		display: none;
	}
}

@media (min-width: 1200px) {
	.menu-toggle,
	.menu-collapse {
		display: none;
	}
}

.t-30 {
	margin-top: 30px !important;
}

.mr {
	margin-right: 30px;
}

.rd-navbar-brand img {
	width: 200px;
}

@media (min-width: 992px) {
	.rd-navbar-brand img {
		width: 250px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-brand img {
		width: 280px;
	}
}


@media (max-width: 767px) {

	.isotope .col-xs-12 {
		position: unset !important;
	}

	.isotope img {
		width: 100%;
		height: auto;
	}

	.isotope .grid-sizer {
		display: none;
	}

}