@media (min-width: 1025px) {
	.top-menu .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet {
		margin-right: 5px;
	}

	.kt-header-menu .kt-menu__nav > .kt-menu__item {
		margin-right: 5px;
	}

	.kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
		padding-top: 105px;
	}

	.kt-header--fixed .kt-wrapper {
		padding-top: 50px;
	}
}

.kt-header .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
	white-space: nowrap;
	font-weight: 400;
	font-size: 0.9rem;
}

.top-menu .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-bullet svg {
	vertical-align: middle;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon.kt-header__topbar-icon-as-dropdown:after {
	font-size: 0.7rem;
	margin-left: 0.5rem;
	opacity: 0.7;
	font-family: Flaticon2;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: "";
	color: #c7c5d8;
}

.top-menu .kt-header__topbar .dropdown-menu .kt-notification a > .fa-sign-out {
	margin: 0 0 0 6px;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 1.4rem;
	color: #c7c5d8;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg.small {
	font-size: .8rem;
	height: .8rem;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon img {
	height: 24px;
	width: 24px;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon:hover {
	background-color: #fdfdfd2e !important;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon:hover svg {
	color: #efefef;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon {
	min-width: 44px;
	width: auto;
	padding: 0 10px;
	font-size: 0.9rem;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon .kt-header__topbar-icon-label {
	display: inline-block;
	margin: 1px 0 0 7px;
	white-space: nowrap;
}

.kt-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user {
	background: transparent !important;
}

.top-menu .kt-header__topbar-item .dropdown > .btn.btn-outline-secondary {
	color: #c7c5d8;
	border-color: #c7c5d8;
}

.top-menu .kt-header__topbar-item .dropdown.show > .btn.btn-outline-secondary,
.top-menu .kt-header__topbar-item .dropdown > .btn.btn-outline-secondary.active,
.top-menu .kt-header__topbar-item .dropdown > .btn.btn-outline-secondary:active,
.top-menu .kt-header__topbar-item .dropdown > .btn.btn-outline-secondary:hover {
	background: #ffffff17 !important;
}

.top-menu .kt-header__topbar-item .dropdown > .btn.btn-outline-secondary:hover {
	background: #ffffff17;
}

.kt-header__topbar .kt-header__topbar-item {
	margin-left: 10px;
}

.top-menu .kt-header__topbar-user {
	padding: 0 !important;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-button {
	padding: 10px;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-button > .btn {
	height: 33px;
	padding: 6px 12px 6px 6px;
	color: #e1e1ef;
	font-size: .9rem;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-button > .btn > svg {
	font-size: 16px;
	margin-right: 4px;
	height: 1em;
}

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon svg {
	height: 18px;
	width: 18px;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
	white-space: nowrap;
	margin-right: 15px;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__link {
	padding-right: 15px !important;
}

.kt-menu__item > .kt-menu__link.kt-menu__toggle > .kt-menu-arrow {
	transition: all 0.2s;
}

.kt-menu__item.kt-menu__item--open > .kt-menu__link.kt-menu__toggle > .kt-menu-arrow {
	transform: rotate(-90deg);
}

/* --------------- Searchbox in top menu --------------- */

.search-form {
	height: 50px;
	width: 200px;
	transition: all 0.7s;
}

.search-form:focus-within {
	width: 300px;
}

.search-form > .form-group {
	margin: 0 !important;
	height: inherit !important;
	min-height: 50px !important;
}

.search-form > .form-group > .input-group {
	height: inherit;
}

.search-form > .form-group > .input-group > .input-group-append {
	margin: 0;
}

.search-form > .form-group > .input-group > .input-group-append > .input-group-text {
	background: #fdfdfd14;
	border: none;
	border-radius: 0;
}

.search-form > .form-group > .input-group > .input-group-append > .input-group-text i,
.search-form > .form-group > .input-group > .input-group-append > .input-group-text svg {
	font-size: 1rem;
}

.search-form > .form-group > .input-group > .form-control {
	height: inherit;
	border-radius: 0;
	background: #fdfdfd14;
	border: none;
	color: #646c9a;
	font-size: 1rem;
}

.cms-top-autocomplete {
	display: none;
	position: absolute;
	top: 50px;
	background: #fff;
	left: 2px;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-clip: padding-box;
	border-radius: .25rem;
	min-width: 400px;
	box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
}

.autocomplete-result {
	margin: 0;
	display: flex;
}

.autocomplete-result:hover {
	background-color: #f7f8fa;
	transition: all 0.3s;
}

.autocomplete-icon {
	text-align: center;
	font-size: 1rem;
	color: #211f2c;
	align-self: center;
}

.autocomplete-content {
	font-size: 1rem;
	padding: 10px 0;
}

.autocomplete-label {
	font-weight: bold;
	margin-bottom: 0;
}

.autocomplete-label > span {
	margin-left: 5px;
	font-size: 0.7rem !important;
}

.autocomplete-text {
	color: #aaaaaa;
	margin: 0;
	font-size: 0.8rem;
}

/* osetreni zobrazeni ikonky u autocomplete vyhledavani na mobilnich zarizenich */
@media (max-width: 768px) {
	.autocomplete-result .autocomplete-icon {
		display: inline-block;
		float: left;
	}
}

/* --------------- Responsive top menu --------------- */

@media (min-width: 1025px) {
	.top-menu:not(.irresponsible) .kt-header-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--active):not(.kt-menu__item--hover) {
		transition: width 0.3s;
		width: 40px;
	}

	.top-menu:not(.irresponsible) .kt-header-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--active):not(.kt-menu__item--hover) > a > span.kt-menu__link-text,
	.top-menu:not(.irresponsible) .kt-header-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--active):not(.kt-menu__item--hover) > a > .kt-menu__hor-arrow,
	.top-menu:not(.irresponsible) .kt-header-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--active):not(.kt-menu__item--hover) > a > .kt-menu-arrow {
		opacity: 0;
		visibility: hidden;
		transition: visibility 0s, width 0.3s, opacity 0.3s linear;
		transition-delay: 0s;
	}

	.top-menu:not(.irresponsible) .kt-header-menu .kt-menu__nav > .kt-menu__item:not(.kt-menu__item--active):not(.kt-menu__item--hover):hover > a > span.kt-menu__link-text {
		transition-delay: 0.2s;
		visibility: visible;
		opacity: 1;
	}

	.top-menu .kt-header-menu {
		margin-left: 0;
		position: relative;
		max-width: calc(100vw - 255px - 560px);
	}
}