.rs_clearfix{
	clear: both;
	float: none;
	display: block;
	margin:0;
	padding:0;
}
#rs_gmap{
	display: block;
	margin:0;
	padding:0;
	height: 500px;
}
#rs_gmap.rs_maphide{
	display: none;
}
.rs_gmap_locations {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
.rs_gmap_locations .rs_map_location_tab {
	display: block;
	margin: 10px 0;
	padding: 0;
	background: #2E8DEF;
	color: #fff;
}
.rs_gmap_locations .rs_map_location_tab .rs_header {
	display: block;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
}
.rs_gmap_locations .rs_map_location_tab .rs_header i {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.rs_gmap_locations .rs_map_location_tab .rs_contents {
	padding: 20px 30px 20px 20px;
	margin: 0;
	display: block;
	color: #fff;
	display: none;
}
.rs_gmap_serch_section {
	display: block;
	padding: 20px 0;
}
.rs_gmap_serch_section .rs_map_search_box{}
.rs_gmap_serch_section .rs_map_search_box form{
	display: flex;
	margin: 0;
	padding: 0;
	width: auto;
}
.rs_gmap_serch_section .rs_map_search_box .rs_frm_group{
	margin-right: 20px;
}
.rs_gmap_serch_section .rs_map_search_box .rs_frm_group label {
	float: left;
	display: block;
	margin-right: 9px;
	font-size: 14px;
	margin-top: 5px;
}
.rs_gmap_serch_section .rs_map_search_box .rs_frm_group input,
.rs_gmap_serch_section .rs_map_search_box .rs_frm_group select {
	display: block;
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	width: 160px;
	height: 35px;
	font-size: 14px;
}
.rs_gmap_serch_section .rs_map_search_box .rs_frm_group input{
	height: 35px !important;
}
.rs_gmap_serch_section .rs_map_search_box .rs_sc_btn {
	padding: 7px 15px;
	font-size: 14px;
	color: #fff;
	border-color: #2672EC;
	background: #2672EC;
}
.rs_gmap_serch_section .rs_map_tab_short {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
.rs_gmap_serch_section .rs_map_tab_short .rs_cat_label {
	display: block;
	background: #2672EC;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	text-decoration: none;
}
.rs_gmap_serch_section .rs_map_tab_short .rs_cat_label i {
	margin-right: 6px;
}
.rs_gmap_serch_section .rs_map_tab_short ul {
	margin: 0;
	padding: 0;
	background: #2672EC;
	list-style: none;
	color: #fff;
	position: absolute;
	min-width: 100%;
	top: 100%;
	right: 0;
	max-height: 350px;
	overflow: auto;
	-webkit-box-shadow: 0 6px 9px 0 rgba(0,0,0,.6);
	box-shadow: 0 6px 9px 0 rgba(0,0,0,.6);
	display: none;
	z-index: 100;
}
.rs_gmap_serch_section .rs_map_tab_short:hover ul{
	display: block;
}
.rs_gmap_serch_section .rs_map_tab_short ul li{
	margin:0;
	padding:0;
}
.rs_gmap_serch_section .rs_map_tab_short ul li a {
	display: block;
	color: #fff;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 15px;
	text-decoration: none;
	border-top: 1px solid #0955CF;
	cursor: pointer;
}
.rs_gmap_serch_section .rs_map_tab_short ul li a:hover{
	background: #0955CF;
}
.rs_pagginations{
	margin-top:20px;
}
.rs_pagginations a {
	display: block;
	float: left;
	color: #fff;
	background: #2672EC;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 6px 15px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.rs_pagginations a:hover{
	color:#fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.rs_pagginations a i{
	margin-right: 5px;
}
.rs_pagginations .next_page {
	float: right;
}
.rs_pagginations .next_page i {
	float: right;
	margin-top: 6px;
	margin-right: 0;
	margin-left: 5px;
}