@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.text-white {
	color: white;
}

.text-center {
	text-align: center;
}

.nfd_lalin_maps_container {
	min-height: 700px;
	font-family: "Kanit", Sans-serif;
    width: 100%;
    padding: 0;
    margin: 0;
}

.nfd_lalin_maps_property_container {
	overflow: hidden;
}
.nfd_lalin_maps_show_more_btn {
	display: none;
	text-align: center;
}

.toggle_map_place_category   {
	cursor: pointer;
	background: #fff;
	margin: 5px 10px;
   border: 1px solid #eaeaea;
   border-radius: 10px;
   box-shadow: 3px 3px 10px #cccccc
}
.toggle_map_place_category:hover   {
	background: #D7E2EB;
}
.toggle_map_place_category.active {
	background: #2952a2;
	border-color: #2952a2;
}

.nfd_lalin_maps_properties_list_container {
	height: 700px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #2e6cc3;
	padding: 10px;
}
.nfd_lalin_maps_properties_list_row {
	text-align: center;
}
/*.nfd_lalin_maps_map_container {
	height: 700px;
}*/
.nfd_lalin_maps_map {
	padding: 0;
}

.nfd_lalin_maps_facility_container {
	width: 600px;
	max-width: 100%;
	overflow: hidden;
   margin: auto auto 50px;
}

.facilities_slider {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.facilities_slider .facilities_slider_icon {
	margin: 0 auto;
}
.facilities_slider .facilities_slider_name {
	font-size: 11px;
	white-space: nowrap;
	font-weight: 500;
}

#nfd_lalin_map {
	padding: 0;
	width: 100%;
	height: 700px;
	max-height: 700px;
}

.nfd_lalin_maps_title {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    color: white;
}

.nfd_map_category_select_box {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin: 10px auto;
    height: 40px;
    border-radius: 5px;
    background: #fff;
}
.nfd_map_category_select {	
	cursor: pointer;
	height: 100%;
	width: 100%;
	border: 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
    background: #fff;
}

.nfd_lalin_button {
	cursor: pointer;
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	margin: 10px auto;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	color: #404040;
	background: #fff;
	font-family: "Kanit", Sans-serif;
	font-weight: normal;
}

.nfd_lalin_maps_property_box {
	background-color: white;
	padding: 0;
	margin: 10px 0;
	width: 100%;
	cursor: pointer;
}
.nfd_lalin_maps_property_box:hover {
	background-color: #c7ddff;
}

.nfd_lalin_maps_property_content {
	width: 100%;
	margin: 0;
}

.nfd_lalin_maps_property_content_left {
	width: 100%;
	background-color: #225487;
	color: white;
	padding: 0;
}

.nfd_lalin_maps_property_thumbnail {
	width: 100%;
}
.nfd_lalin_maps_property_image {
	display: list-item;
	width: 100%;
}

.nfd_lalin_maps_property_price {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nfd_lalin_maps_property_content_right {
	width: 100%;
	color: black;
	padding: 5px 20px;
}

.nfd_lalin_maps_property_title, .nfd_lalin_maps_property_zone {
	font-weight: 500;
	font-size: 12px;
	margin: 10px 0;
}

.nfd_lalin_maps_property_distance {
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #1077CC;
	color: #1077CC;
	width: 100%;
	text-align: center;
	margin: 10px 0;
	padding: 5px 0;
	background-color: white;
}

.nfd_lalin_maps_property_description {
	font-size: 10px;
}

.nfd_lalin_map_popup_box {
	max-width: 500px;
	text-align: center;
	overflow: hidden;
	font-family: "Kanit", Sans-serif;
}

.nfd_lalin_map_popup_box hr {
	background-color: lightgray;
	margin: 5px;
}

.nfd_lalin_maps_popup_title {
	font-weight: 500;
}
/*
.nfd_lalin_maps_popup_navigation a:not(:last-child) {
	border-right: 1px solid gray;
}*/
.nfd_lalin_maps_popup_navigation a {
	font-weight: 500;
}

/*.slick-slide {
   min-height:70px;
}
*/
@media only screen and (max-width: 768px) {	
	#nfd_lalin_map {
		height: 300px;
	}

	/*.nfd_lalin_maps_map_container {
		height: 450px;
	}*/

	.nfd_lalin_maps_properties_list_container {
		height: 450px;
	}
}