.pmap_e * {
	transition: all 0s ease-out;
}
.span6 > div > #pmap {
	height: 608px;
}
#pmap {
	height: 800px;
	position: relative;
}
.fs-map #pmap {
	height: 100%!important;
}
.pmap_e {
	position: relative;
}
.pmap_e.fs-map #gminfowindow {
	z-index: 9999999999999999999999999;
	position: fixed;
	pointer-events: auto;
}
.mvisible .mapfilters {
	display: block;
}
.mapfilters {
	display: none;
	padding: 30px 35px;
	background: #fff;
	padding-right: 0px;
}
.mapfiltersLite > span {
	max-width: 90px;
	margin-left: 10px;
	line-height: 110%;
}
.mf_type > * {
	display: inline;
	vertical-align: middle;
}
.mf_type > .mf_cat_title {
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.mf_cat > svg path {
	fill: #0e3327;
}
.mf_cat > .mf_type {
	display: none;
}
.mf_cat.mcvisible > .mf_type {
	display: block;
}
.mf_cat.mcvisible > svg {
	transform: rotate(180deg);
}
.mf_cat_title {
	cursor: pointer;
}
.mf_cat > svg {
	cursor: pointer;
    float: right;
    margin-top: 5px;
}
.mf_cat > span {
	margin-right: 10px;
}
.mf_cat input {
	width: 16px;
	height: 16px;
}
.mf_cat > input {
	margin-right: 10px;
}
.mf_cat > span,
.mf_cat > input {
	margin-bottom: 20px;
	display: inline-block;
	margin-top: 0px;
	vertical-align: middle;
}
.mf_cat.mcvisible:not(:last-of-type) {
	margin-bottom: 25px;
}
.mf_cat > .mf_cat_title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
.mf_type > input {
	margin-top: 0px;
	margin-left: 17px;
	margin-right: 10px;
}
.mf_type {
	margin-bottom: 12px;
	margin-left: 8px;
}
.mf_type > svg {
	width: 25px;
	height: 25px;
}
.mapfiltersLite > * {
	vertical-align: middle;
	display: inline-block;
}
.mapfiltersLite {
	padding: 30px 35px;
	background: #fff;
	padding: 16px;
	color: #17a791;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}
.mvisible .mapfiltersLite {
	display: none;
}
.mapfiltersC {
	position: absolute;
	left: 32px;
	top: 32px;
	z-index: 12;
}
.rest_map .pmap_e .fs-map-bt,
.rest_map .pmap_e .mapfiltersC {
	display: none;
}
.mapfilters h4 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: 500;
	color: #797aa0;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.mapfilters { 
	color: #797aa0;
	position: relative;
	max-height: 600px;
}
.mapInfoWc {
	color: #fff;
}
.mapInfoWc,
.mapfiltersClose {
	cursor: pointer;
	position: absolute;
	right: 17px;
    top: 13px;
    font-size: 22px;
    font-weight: 100;
	font-family: 'Montserrat', sans-serif;
	z-index: 14;
}
.mapfiltersClose:hover,
.mapInfoWc:hover {
	color: #000;
}
.mapfiltersList {
	max-height: 496px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 45px;
	min-width: 205px;
	max-width: 265px;
}
#gminfowindow h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#gminfowindow h3 {
	margin-top: 0px;
	margin-bottom: 3px;
	color: #485e88;
}
#gminfowindow .button:hover {
	color: #000!important;
	text-decoration: none;
}
#gminfowindow .button {
	width: 100%;
	background-color: #17a791;
	color: #fff;
	margin-top: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#gminfowindow .paragraph {
	font-size: 14px;
	color: #485e88;
	margin-top: 30px;
	display: block;
}
#gminfowindow .hotel_stars_selection > span > svg {
    width: 15px;
	height: 15px;
	fill: #797aa0;
}
#gminfowindow .hotel_stars_selection > span {
	cursor: default;
	margin: 0px;
    height: 15px;
}
#gminfowindow .hotel_stars_selection {
	margin-top: 0px!important;
	line-height: 15px;
}
#gminfowindow {
	position: absolute;
	left: 32px;
    top: 110px;
	z-index: 11;
	width: 375px;
	background-color: #fff;
	display: none;
	color: #797aa0;
}
.map_info_c {
	padding: 35px;
	position: relative;
	z-index: 12;
	background-color: #fff;
	z-index: 13;
}
.map_info:not(.with-img) .mapInfoWc {
	color: #797aa0;
}
.map_info.with-img:after {
	content: "";
	display: block;
	width: 100%;
	height: 240px;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 12;
}
.map_info {
	position: relative;
}
#gminfowindow.gmvisible {
	display: block;
}
.fs-map-bt {
	background: none rgb(255, 255, 255);
    border: 0px;
    margin: 10px;
    padding: 0px;
    position: absolute;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    top: 22px;
    right: 22px;
}
.fs-map-bt img {
	height: 18px; 
	width: 18px; 
	margin: 11px;
}
.fs-map.pmap_e {
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.pmap_e {
	transition: none;
}