@media only screen and (max-width: 768px) {
	
}


@media only screen and (min-width: 768px) {
	
}


@media only screen and (min-width: 1024px) {
	
}


@media only screen and (min-width: 1250px) {
	
}


@media only screen and (min-width: 1400px) {
	
}


#empty_data_div {
	font-size: 20px;
	padding: 120px 0 160px;
	text-align: center;
}

#under_construction {
	background-color: #eee;
	color: #333;
	font-size: 20px;
	height: 100%;
	left: 0;
	line-height: 30px;
	padding-top: 150px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 80;
}

#map_div {
	height: 400px;
}

/* Transition bug solution. Do not delete. */
	#transition_disabled * {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
/* Transition bug solution. Do not delete. */