body{
	font-family: 'Roboto', sans-serif;
	height:100%;
	background:#f7f7f7;
}
#map_sidebar{
	float:left;
	width:300px;
}
#zip_filter_wrapper{
	float:left;
	width:100%;
	padding:4px 10px;
	background:#FFF;
}
#zip_filter_wrapper input{
	float:left;
	width:100%;
	border:1px solid #CCC;
	margin-right:10px;
	line-height:40px;
	box-sizing:border-box;
	padding:0 10px;
}
#zip_filter_wrapper select{
	float:left;
	width:100%;
	height:40px;
	border:1px solid #CCC;
	margin-top:10px;
	line-height:40px;
	box-sizing:border-box;
	padding:0 10px;
}
#sucursales_list{
	float:left;
	width:100%;
    max-height: 450px;
    overflow: auto;
    background: #FFF;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
#sucursales_list li {
	float:left;
	width:100%;
	padding:20px;
	border-bottom:1px solid #e6e6e6;
    box-sizing: border-box;
	cursor:pointer;
	transition:all 0.5s;
}
#sucursales_list li:hover{
	background:#f7f7f7;
}
#sucursales_list .sp1{
	font-weight:bold;
	margin-bottom:5px;
	color:#99195e;
}
#sucursales_list .sp2{
	font-size:12px;
	line-height:140%;
	color:#777;
}
#sucursales_list .sp3{
	font-size:14px;
	line-height:120%;
	color:#333;
	margin-top:10px;
}
#main_map_wrapper{
	float:left;
	position:relative;
	width:calc(100% - 300px);
	height: 500px;
	background:#e6e6e6;
}
#map{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
.map_pop{
	position: relative;
    width: 200px;
}
.map_pop .map_location_title{
	font-weight:bold;
	margin-bottom:10px;
}
.map_pop .sp2{
	margin-top:10px;
}

/*** CLINICAS MAP ***/
#clinias_map #sucursales_list{
    max-height: 400px;
}

@media(max-width:600px) {
	#map_sidebar,
	#main_map_wrapper{
		float:left;
		width:100%;
	}
	#sucursales_list{
    	max-height: 300px;
	}
	#main_map_wrapper{
    	max-height: 350px;
	}
}



