
#intermap {
	
	
}

#intermap .map-switcher {
	background-color: #daecd0;
	border-bottom: white solid 1px;
	padding: 3px;	
}

#intermap.maphide #map-switcher-hide, #intermap.maphide #intermap-inner {
	display: none;
}

#intermap.maphide #map-switcher-show {
	display: block;

}

#intermap.mapshow #map-switcher-hide {
	
}

#intermap.maphide #map-switcher-show .inn::after {
	content: "\f0dd";
display: inline-block;
margin-bottom: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 20px;
padding-left: 10px;
position: relative;
top: -3px;
}

#intermap.mapshow #map-switcher-hide .inn::after {

    content: "\f0de";
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
    position: relative;
   top: 5px;

}

#intermap.mapshow #map-switcher-show {
	display: none;
}

#intermap.mapshow #map-switcher-hide  #intermap.maphide #intermap-inner {
	display: none;
}

#intermap::before {
	content: "\f3c5";
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
    position: relative;
  top: 2px;
   float: left;
padding-right: 10px;
	padding-top: 2px;
}

#intermap{
	 margin-bottom: 10px;
}




