.card-body .mapPhones {
	display: none;
}

.t4-section .t4-section-inner {
	display: flex;
	flex-wrap: wrap;
}
.t4-section .t4-section-inner > .container, #filterMapWrap {
	flex: 100%;
	width: 100%;
}

/* Custom switch */
.custom-radio-switch .inner {
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	display: inline-block;
	width: 40px;
	height: 24px;
	border-radius: 26px;
	overflow: hidden;
	position: relative;
}
/* OFF label*/
.custom-radio-switch input[type="radio"] {
	display: none;
	/*
	position: static;
	width: 20px;
	height: 20px;
	opacity: 1;
	visibility: visible;
	*/
}
.custom-radio-switch label {
	margin: 0;
}
.custom-radio-switch .inner + label {
	position: relative;
	top: -4px;
	margin-left: 19px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
}
.custom-radio-switch .inner label {
	display: block;
	text-indent: -100vw;
	margin: 0;
	height: 24px;
	top: -2px;
	position: relative;
	cursor: pointer;
}
/* OFF label*/
.custom-radio-switch .inner input {
	pointer-events: none;
}
.custom-radio-switch .inner input + label {
	background: var(--color-primary);
	border-radius: 26px;
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
}
/* ON label*/
.custom-radio-switch input + label + input[type="radio"] + label {
	background: transparent;
}
.custom-radio-switch input + label + input[type="radio"] + label::before {
	content: "";
	position: absolute;
	left: 16px;
	width: 24px;
	background: #fff;
	top: 0;
	bottom: 0;
}
.custom-radio-switch input + label + input[type="radio"]:checked + label::before {
	left: 32px;
}
.custom-radio-switch label::before, .custom-radio-switch label::after {
	transition: all 200ms;
}
.custom-radio-switch input + label + input[type="radio"] + label::after {
	content: "";
	display: block;
	border: 2px solid var(--color-primary);
	background: #fff;

	position: absolute;
	top: 0;
	border-radius: 26px;

	width: 24px;
	height: 24px;

}
.custom-radio-switch input + label + input[type="radio"] + label::after {
	left: 0;
}
.custom-radio-switch input + label + input[type="radio"]:checked + label {
	pointer-events: none;
}
.custom-radio-switch input + label + input[type="radio"]:checked + label::after {
	left: 16px;
}
.custom-radio-switch {
	padding-top: 18px;
	height: 60px;
}

/* BEGIN MODAL */
.modal-backdrop-filter .modal-backdrop {
	background: #fff;
}
.modal-backdrop-filter .modal-backdrop.show {
	opacity: 0.68;
	/* opacity: 0; */
}

#filterModalLabel {
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
}
#filterModal .close span {
	display: none;
}

#filterModal .modal-header .close {
	padding: 4px 16px;
	margin-top: 0;
	color: var(--body-text-color);
	opacity: 1;
}
#filterModal .modal-header .close:hover {
	opacity: 0.8;
}
#filterModal .close::after {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 42px;
}
#filterModal .jfilters-filter-header {
	font-family: var(--body-font-family);
}
#filterModal .jfilters-filter-container {
	padding: 0;
}
#filterModal .jfilters-filter-container__inner {
	margin: 0;
	padding: 0 0 0 20px;
}
#filterModal .jfilters-filter-header__toggle {
	display: flex;
	padding: 17px 0 15px 15px;
	font-size: 28px;
	color: var(--body-text-color);
}
#filterModal .jfilters-filter-header__toggle:focus {
	background: transparent;
}
#filterModal .jfilters-filter-header__toggle:hover {
	color: var(--color-primary);
	background: transparent;
}
#filterModal .modal-body {
	padding: 0 16px;
}
#filterModal .jfilters-filter-header__toggle > span:first-child {
	flex: 1;
}
#filterModal .jfilters-filter-header__toggle .jfilters-chevron {
	margin: 0;
	transform-origin: 46% 40%;
	width: 44px;
	height: 34px;
}
#filterModal .jfilters-filter-container:last-child {
	border-bottom: 0;
}
#filterModal .modal-content {
	box-shadow: 0 0 25px rgba(0,0,0,0.18);
}
/* END MODAL */
#filterMapWrap {
	margin-top: 38px;
}
#map, .mapPlaceholder {
	height: 100%;
}
.mapPlaceholder {
	width: 100%;
	background: #dbf9e4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mapPlaceholder i {
	font-size: 100px;
}

#mapBlock, .search-results-group.bgHighlight::before {
	margin-left: -15px;
	margin-right: -15px;
}
#mapBlock {
	margin-bottom: -25px;
}
.filter_results--loading #mapBlock, .filter_results--loading #filterModal .modal-content > * > * {
	animation: loading-pulse 1.2s ease-out infinite;
}
@media (min-width: 576px) {
	#mapBlock, .search-results-group.bgHighlight::before {
		margin-left: calc((100vw - 515px) / 2 * -1 );
		margin-right: calc((100vw - 515px) / 2 * -1 );
	}
}
@media (min-width: 768px) {
	#mapBlock, .search-results-group.bgHighlight::before {
		margin-left: calc((100vw - 690px) / 2 * -1 );
		margin-right: calc((100vw - 690px) / 2 * -1 );
	}
}
@media (min-width: 992px) {
	#mapBlock, .search-results-group.bgHighlight::before {
		margin-left: calc((100vw - 930px) / 2 * -1 );
		margin-right: calc((100vw - 930px) / 2 * -1 );
	}
}
@media (min-width: 1200px) {
	#mapBlock, .search-results-group.bgHighlight::before {
		margin-left: calc((100vw - 1110px) / 2 * -1 );
		margin-right: calc((100vw - 1110px) / 2 * -1 );
	}
}
@media (min-width: 1600px) {
	#mapBlock, .search-results-group.bgHighlight::before {
		margin-left: calc((100vw - 1345px) / 2 * -1 );
		margin-right: calc((100vw - 1345px) / 2 * -1 );
	}
}



/* Karta - TODO IMPORTANT - pročistiti */
.gMapFilterWrap {
	margin-top: 123px;
}

#map {
	height: calc(86vh - 76px - 30px); /* 100vh - header - 20px fixno */
}
.mapBlock {
	order: -1;
}
.mapFilters a {
	font-size: 10px;
	font-weight: 700;
	line-height: 17.5px;
	letter-spacing: 0.1px;
	padding: 4px 12px 3px 12px;
	border-radius: 6px;
}
.mapFilters a + a {
	margin-left: 8px;
}
.gMapFilterWrap .tileImg {
	padding: 0 15px 0 20px;
	width: 35%;
}
.gMapFilterWrap .tileContent {
	flex: 1;
	padding-right: 17px;
}
.gMapFilterWrap .tileContent .tileTitle {
	font-size: 20px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.gMapFilterWrap .tileContent .tileDesc {
	line-height: 18px;
	letter-spacing: -0.3px;
}
.gMapFilterWrap .tile {
	display: flex;
	position: relative;
	color: var(--color-black);
	margin-top: 24px;
	transition: background 250ms;
	cursor: pointer;
}

.tileDrawer {
	flex: 0 0 22px;
}
.opened .tileDrawer {
	flex: 0 0 35px;
}
.tileListWrap {
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 0;
	background: rgba(255,255,255,0.9);
	max-height: 22px;
	display: flex;
	flex-direction: column;

	transition: max-height 400ms;
}
.tileListWrap.opened {
	max-height: 40vh;
	border-bottom: 2px solid var(--color-primary-dark);
}
.tileList {
	flex: 1;
	overflow: auto;
}
.tileDrawerHandle {
	display: block;
	position: relative;
	height: 100%;
	border-bottom: 1px solid var(--color-primary-dark);
	cursor: pointer;
}
.opened .tileDrawerHandle {
	border-bottom-color: transparent;
}

.tileDrawerHandle span {
	display: block;
	position: absolute;
	top: 9px;
	left: 50%;

	width: 13%;
	height: 4px;

	background: var(--color-primary-dark);
	border-radius: 4px;
	transform: translateX(-50%);

	transition: opacity 400ms;
}
.opened .tileDrawerHandle span {
	opacity: 0;
}

.tdrClose {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 13px;
	right: 8px;
	padding: 12px 0 0 0;
	text-align: center;
	display: none;
	pointer-events: none;
}
.opened .tdrClose {
	display: block;
}
.tdrClose::before {
	display: inline-block;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: var(--color-primary-dark);
	color: #fff;
	border-radius: 4px;
}
.gMapFilterWrap .tileList .ar::after {
	padding-top: 80%;
}
.mapLogo {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
}
.mapHead {
	position: relative;
	margin-bottom: 0;
}
.mapMore {
	margin-top: 15px;
	margin-bottom: 10px;
}
.mapMore .btn.btn-primary {
	font-size: 13px;
	line-height: 24px;
}
.mapBody {
	font-family: "Nunito Sans";
	margin-top: 15px;
}

.urthMmbr + .mapBody {
	margin-top: 50px;
}
.mapTags .badge {
	font-size: 85%;
	line-height: 1;
	font-weight: 700;
	padding: 6px 6px;
	letter-spacing: 0.2px;
	margin-top: 5px;
}

.tile:hover {
	background: #eef6ee;
}
.tile.active {
	background: var(--color-primary) !important;
	color: #fff !important;
}
.mapFilters {
	position: relative;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;

	padding: 30px 23px 23px;
	background: #EEF6EE;
	height: 86px;

	white-space: nowrap;
	overflow: auto;
}
.mapPlaceholder {
	width: 100%;
	height: 100%;
	background: #dbf9e4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mapPlaceholder i {
	font-size: 100px;
}

.search-results-group {
	padding-top: 66px;
	padding-bottom: 40px;
}
.search-results-group.bgHighlight {
	background: transparent;
	position: relative;
	overflow: visible;
}
.search-results-group.bgHighlight::before {
	content: '';
	width: 100vw;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #eef6ee;
	/* background: #f6fef6; */
}

.btn-filter {
	margin-right: 20px;
	margin-bottom: 15px;
}
.t4-section .t4-section-inner {
	justify-content: center;
}
.bgHighlight img[src="/images/default/search-image.jpg"] {
	filter: brightness(1.08);
}
.searchGroupTitle {
	font-family: Merriweather;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 30px;
}

.com_jfilters #jf_results {
	padding: 25px 0 50px;
}

.filter-main[fgid="1"] {
	margin-top: -45px;
}
.filter-main[fgid="1"] .search-results-group {
	padding-top: 0;
}

@media (min-width: 576px) {
	.t4-section .t4-section-inner {
		justify-content: normal;
	}
}
@media (min-width: 768px) {
	.btn-filter {
		margin-right: 60px;
	}
}
@media (min-width: 992px) {
	.gMapFilterWrap .tileList .ar {
		border-radius: 2px;
	}
	.mapFilters {
		padding: 23px 0;
	}
	.mapFilters a + a {
		margin-left: 6px;
	}
	.mapFilters a {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.1px;
		padding: 4px 20px 6px 18px;
		border-radius: 10px;
		letter-spacing: -0.2px;
	}
	.gMapFilterWrap .module-title {
		padding: 0 0 14px;
	}
	.gMapFilterWrap .modText p {
		font-size: 22px;
		text-align: left;
		padding: 0;
		line-height: 32px;
	}
	.opened .tileDrawer {
		flex: 0 0 42px;
	}
	.gMapFilterWrap .tile {
		margin-top: 0;
		padding: 22px 0;
	}
	.gMapFilterWrap .tileImg {
		padding: 0 24px 0 20px;
		width: 37%;
	}
	#map {
		margin: 0;
		flex: 1;
	}
	.mapBlock {
		order: 0;
		height: calc(100vh - 112px);
		display: flex;
		flex-direction: column;
	}
	.mapBlock::before {
		content: "";
		display: block;
		background: #EEF6EE;

		position: absolute;
		top: 0;
		left: -98%;

		bottom: auto;
		width: 100%;
		height: 86px;
	}
	.gMapFilter {
		margin: 66px 0;
	}
	.gMapFilterWrap .tile {
		display: flex;
		position: relative;
		color: var(--color-black)
	}
	/*
	.gMapFilterWrap .tile:not([style]) + .tile {
		padding-top: 30px;
	}
	*/
	.gMapFilterWrap .tile:not(.first) {
		border-top: 1px solid #d1d1d1;
	}
	.gMapFilterWrap .tile.last {
		border-bottom: 1px solid #d1d1d1;
	}
	.gMapFilterWrap .tileImg {
		padding: 0 18px 0 23px;
		width: 37%;
	}
	.gMapFilterWrap .tileContent {
		flex: 1;
		padding-right: 17px;
	}
	.tileList {
		margin: 0;
		position: absolute;
		top: 86px;
		right: -12px;
		bottom: 0;
		left: 12px;
		overflow: scroll;
		/*
		border-top: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
		*/
	}
	.gMapFilterWrap .tileContent .tileTitle {
		font-size: 22px;
		margin: 5px 0 15px;
		font-weight: bold;
		letter-spacing: -0.4px;
	}
	.gMapFilterWrap .col-9 {
		padding-left: 5px;
	}
	.gMapFilterWrap .tileContent .tileDesc {
		font-size: 16px;
		line-height: 22px;
		font-weight: 500;
		letter-spacing: -0.4px;
	}
	/***************/
	/* Google maps */
	/***************/
	/* */
	/* InfoWindow */
	.gm-style-iw.gm-style-iw-c {
		width: 364px;
		padding: 30px !important;
		border-radius: 10px;
	}
	/* Close icon */
	.gm-style-iw-chr {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 88;
	}
	.gm-style-iw-chr span {
		margin: 0 0 12px 18px !important;
	}
	/* Image */
	.gm-style-iw.gm-style-iw-c .ar::after {
		padding-top: 52.635%;
	}
	.gm-style-iw.gm-style-iw-c .ar {
		border-radius: 7px;
		overflow: hidden
	}
	.mapHead {
		position: relative;
		margin-bottom: 15px;
	}
	.mapLogo {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 50%);
	}
	.mapTitle {
		margin: 0;
		font-size: 24px;
		font-weight: 900;
		letter-spacing: -0.4px;
	}
	.mapCatTitle {
		text-transform: uppercase;
		margin: 0 0 13px;
		font-weight: 800;
		letter-spacing: -0.28px;
	}
	.mapAddr {
		font-size: 18px;
		line-height: 1.55;
		font-weight: 500;
		letter-spacing: -0.4px;
		margin-top: 12px;
	}
	.mapPhones, .mapAddr2 {
		display: flex;
		margin-top: 18px;
		line-height: 1.5;
		font-weight: 300;
	}
	.mapPhones i.fas, .mapAddr2 i.fas {
		font-size: 18px;
		width: 24px;
		margin-left: 2px;
	}
	.mapPhones b, .mapAddr2 b {
		font-weight: 700;
	}
	.mapTags {
		margin-top: 11px;
	}
	.mapTags .badge {
		font-size: 100%;
	}
	.mapFilters > * + * {
		margin-left: 18px;
	}
	.mapFilters a {
		margin: 0 8px;
	}

	.tileDrawer {
		display: none;
	}
	.tileListWrap {
		position: static;
	}
}
@media (max-width: 1199px) {
	.gMapFilterWrap .modText {
		padding-bottom: 20px;
	}
}
@media (max-width: 991px) { /* TODO - možda netreba 991 nego nekaj drugo */
	.mapFilters {
		white-space: nowrap;
		overflow: auto;
	}
	.gMapFilterWrap .tileList .ar {
		border-radius: 10px
	}

}

.spinner {
	width: 50px;
	aspect-ratio: 1;
	color: #426561;
	border-radius: 50%;
	display: grid;
	background:
		conic-gradient(from 90deg at 4px 4px,#0000 90deg,currentColor 0)
		-4px -4px/calc(50% + 2px) calc(50% + 2px),
		radial-gradient(farthest-side,currentColor 6px,#0000 7px calc(100% - 6px),currentColor calc(100% - 5px)) no-repeat;
	animation: s10 2s infinite linear;
	position: relative;
}
.spinner::before {
	content: "";
	border-radius: inherit;
	background: inherit;
	transform: rotate(45deg);
}
@keyframes s10 {
	to{
		transform: rotate(.5turn)
	}
}
.page-spinner.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	border: 2px solid #fff;
	box-shadow: 0 0 15px #fff;
	z-index: 9999;
}