
/* Filters */
/*
.mobile-filters-button {
	display: none;	
}


.filters ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;
}
.filters ul li {
	border-bottom: 0px solid rgba(0, 0, 0, 0.08);
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.filters ul li:last-child {
	border:0 !important;
}
.filters ul li a:not(.button) {
	padding-left: 0;
	color: rgba(0, 0, 0, 0.54);
	font-weight: 400;
	display: block;
	padding: 0.6375em 1em 0.4375em 1.3rem;
    font-size: 1.1rem !important;
    letter-spacing: 0px;
	position: relative;
	line-height: 1.1;
}
.filters ul li a:not(.button):hover {
	color: #000;
}


.filters ul li a:before {
	position: absolute;
	left: 0px;
	top:10px;
	font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  	content: '\e93b';
	font-size: 1rem;
	margin-right: 0px;
	color: #000;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	 opacity: 0.1;
}
.filters ul li a:hover:before {
	-webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
  color: #97c8b9;
   opacity: 1;
}
.filters ul li.item-breadcrumb a:before {
	color: #97c8b9;
	 opacity: 1;
}

.filters ul li.item-breadcrumb a:not(.button) {
	color: #000;
	font-weight: 700;
}
.filters ul li.invisible {
	visibility: visible;
	display: block;
}
	
	@media (max-width: 1024px) {
		.filters ul li a:not(.button) {
			padding-left: 0;
			color: rgba(0, 0, 0, 0.54);
			font-weight: 400;
			display: block;
			padding: 0.6375em 0.5em 0.4375em 1.3rem;
		    font-size: 1rem !important;
		    letter-spacing: 0px;
			position: relative;
			line-height: 1.1;
		}
	}
	@media  (max-width: 970px) {
		.subnav ul li a:not(.button) {
			padding-left:0 !important;
			font-size: 1.1rem !important;
		}
		.subnav ul li a:before {
			left: auto;
			top: 17px;
			right: 0rem;
			content: '\e93c';
		}
	}



	@media (max-width: 768px) {
		.mobile-filters-button {
			float: right;
			width: 100%;
			display: inline-block;	
			font-size: 0.96rem;
			padding-top: 0.7rem;
		}
		#filters {
			position: absolute;
			bottom: 0px;
			right:0;
			background: #fff;
			box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
			border-radius: 10px;
			display: none;
			z-index: 9999999 !important;
			padding: 1rem 2rem;
			min-width: 220px;
		}
		#filters.expanded {
			display: block;
		}
	}
*/


#gmap{
	width: 100%;
	height: calc(100vh - 120px);

	float: left;
	border-radius: 0px;
	overflow: hidden !important;
	margin-top: 0px;
	z-index: 9;
}
/*#gmap .gmnoprint { display: none; }*/

#gmap > div {
	background: #fff !important;
}
#gmap.fullmap {
	margin-top: 150px;
}






.infoblok
{
	float: left;
	width: 280px !important;
	position: relative;
	z-index: 9999;
	background: #ffffff;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 1.5rem 1.5rem 1rem;
	border-radius: 0px;

}

.infoblok p
{
	margin: 0px;
	padding: 4px 0px 8px 0px;
}


.infoblok h2 {

	margin: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	font-family: 'thesans_bold', sans-serif;
	padding: 10px 10px 5px 0px;
	z-index: 2;
	position: relative;
	text-align: left;
	text-shadow: none;
	}
.infoblok hr {
	max-width: 80px;
	border-width: 0px;
	height: 3px;
	background: #e6007e;
	margin: 5px 0 2px;
	border-radius: 0px;
}
.cats{
	line-height: 1.3;
	font-size: 1rem ;
	font-weight: 400;
	color: #606060;
	margin-bottom: 4px;
}

.infoblok .button {
	font-size: 0.76rem !important;
	padding-right: 3rem !important;
}

a.more_info:hover, a.more_info:active { text-decoration: none; color: #97c8b9;}



.info{
	display: block;
	padding: 0px 10px 10px 10px;
	font-size: 14px;
	line-height: 18px;
}


.touchonly{
	display: none;
	visibility: hidden;
}

.gm-style img {
	max-width: none;
}
.infoboxxx_closebutton {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	z-index: 10;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	background-color: #fff;
	color: #0f1a3a !important;
	font-weight: 400;
	border-radius: 50px;
}

@keyframes lightup {
	0% { background-color: white; }
	50% { background-color: #ececec; }
	100% { background-color: white; }
}

@-webkit-keyframes lightup {
	0% { background-color: white; }
	50% { background-color: #ececec; }
	100% { background-color: white; }
}

.kt-box.lightup {
	animation: lightup 1s;
	-webkit-animation: lightup 1s;
}

.fancybox-iframe{
	border-radius: 0px !important;
}

a.feedback:link, a.feedback:visited{
	position: fixed;
	z-index: 999;
	right: -32px;
	top: 220px;
	color: #cad022;
	background: #292a78;
	padding: 8px;
	-webkit-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow:  0 1px 3px rgba(0, 0, 0, 0.4) ;	
	border-radius: 5px;
  -webkit-transform: rotate(-90deg);  
      -ms-transform: rotate(-90deg); 
          transform: rotate(-90deg);  
}

a.feedback:hover, a.feedback:active{
	color: #fff;
}
