/* classes for top search */

#mapSearch{
	padding:20px 20px 10px;
	background:#eee;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}

.searchMarker{
	padding:10px 0 10px;
}
.filterMarker{
	padding:10px 0 10px;
}

.markerImage{
	display:inline-block;
	width:15px;
	height:15px;
	border:1px solid #000;
	border-radius:50%;
}

div.filterMarker > label {
	padding: 5px 15px 5px 0;
	border-right: 1px solid #999;
}
div.filterMarker > label span{
	font-size:14px;
	font-family: "Prompt";
}

.mapWindiw_right_logo{
	width:200px!important;
	position: relative;
	top: -30px;
}
.mapSearch_right_logo a img{
	width:200px;
}

.buttonSearchStyle{
	background: url('/assets/1/images/search_icon.png') no-repeat 10px center, #fff;
	border-radius: 3px;
	padding: 7px 200px 7px 50px;
	border: 0px;
	color: #000;
	font-size: 1.6rem;
	font-family: "Prompt";
}



/* map classes */

#mapSide{
	width:100%;
	height:90vh;
	position: relative;
}
#map{
	width: 100%;
	height: 100%;
}

/* map search form */

#mapSearchForm{
	position:absolute;
	background:#FFF;
	top: calc(40% - 50px);
	bottom:40%;
	left:35%;
	right:35%;
	border:1px solid #999;
	display:none;
}
.mapSearchForm_top{
	background: #ccc;
	padding:5px;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	align-items:center;
}
.mapSearchForm_top_header{
	font-size:1.6rem;
	font-weight:bold;
	font-family: "Prompt";
}
.mapSearchForm_top_close{
	background:#eee;
	border-radius:5px;
	border:0;
	font-size:1.2rem;
	width:20px;
	height:20px;
}
.mapSearchForm_data{
	padding:5px;
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	align-items:center;
}
.mapSearchForm_data_select, .mapSearchForm_data_text{
	margin: 15px 5px!important;
	font-size:14px!important;
	padding:4px!important;
	font-family: "Prompt";
}
.mapSearchForm_data_select option, .mapSearchForm_data_text option{
	font-size:14px!important;
	font-family: Tahoma;
	font-weight:600;
}
.mapSearchForm_buttons{
	padding:5px;
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	align-items:center;
}
.mapSearchForm_buttons_green{
	background: #27D;
	border-radius:3px;
	padding:5px 20px;
	border:0px;
	color:#fff;
	font-size:1.4rem;
	margin: 10px;
	font-family: "Prompt";
}
.mapSearchForm_buttons_gray{
	background: #BBB;
	border-radius:3px;
	padding:5px 15px;
	border:0px;
	color:#fff;
	font-size:1.4rem;
	margin: 10px;
	font-family: "Prompt";
}

/* class for Object overlay InfoWindow */

.imInfoWindow_placetype{
	width:120px;
}
.imInfoWindow_mainText{
	font-size:15px;
	font-family: "Prompt";
}
.imInfoWindow_mediumText{
	font-size:13px;
	font-family: "Prompt";
}
.imInfoWindow_galleryWrap{
	display:flex;
	flex-flow: wrap row;
	justify-content:center;
	align-items:center;
	width:750px;
}
.imInfoWindow_galleryElement{
	width:45%;
}
.imInfoWindow_galleryPhoto{
	width:100%;
	padding: 20px;
}

.imInfoWindowTop{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.imInfoWindowTop_1{
	width:33%;
}
.imInfoWindowTop_2{
	width:33%;
	text-align:center;
}
.imInfoWindowTop_3{
	width:33%;
}


/* media-queries */

@media (min-width: 1280px) and (max-width: 1700px) {
#mapSearchForm{
	position:absolute;
	background:#FFF;
	top: calc(40% - 50px);
	bottom:40%;
	left:25%;
	right:25%;
	border:1px solid #999;
	display:none;
}
}

@media (min-width: 1280px) and (max-width: 1700px) {
#mapSearchForm{
	position:absolute;
	background:#FFF;
	top: calc(40% - 50px);
	bottom:40%;
	left:25%;
	right:25%;
	border:1px solid #999;
	display:none;
}
}

@media (min-width: 560px) and (max-width: 1279px) {
#mapSearchForm{
	position:absolute;
	background:#FFF;
	top: calc(40% - 50px);
	bottom:40%;
	left:5%;
	right:5%;
	border:1px solid #999;
	display:none;
}
}


@media (max-width: 559px) {
#mapSearchForm{
	position:absolute;
	background:#FFF;
	top: calc(30% - 50px);
	bottom:30%;
	left:5%;
	right:5%;
	border:1px solid #999;
	display:none;
}
.buttonSearchStyle {
	background: url('/assets/1/images/search_icon.png') no-repeat 10px center, #fff;
	border-radius: 3px;
	padding: 7px 150px 7px 50px;
	border: 0px;
	color: #000;
	font-size: 1.6rem;
}

.mapSearchForm_data{
	flex-flow: column;
}
.mapSearchForm_data_select, .mapSearchForm_data_text {
	margin: 5px!important;
	font-size: 14px !important;
	padding: 4px !important;
	font-family: "Roboto" !important;
}
.mapSearchForm_buttons{
	flex-flow: column;
}
.mapSearchForm_buttons_green, .mapSearchForm_buttons_gray {
	padding: 5px 20px;
	font-size: 1.8rem;
	margin: 5px;
}


}