.agora-map-wrapper .map-context .map-context-view{cursor:pointer;display:block;position: relative;background-position:center;background-repeat:no-repeat;background-size:cover;height:100%;}
.agora-map-wrapper .map-context:not([style])~.map-action,.agora-map-wrapper .map-context:not([style])~.map-action-POI{display:none;}
/*map Pin*/
.agora-map-wrapper .map-context .pin {position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);text-align: center;margin: 0 auto;color:var(--primary-color-500,var(--mdl-primary-color,#000));border-radius: 50%;border: 8px solid var(--primary-color-500,var(--mdl-primary-color,#000));width: 8px;height: 8px;pointer-events:none;z-index:5;}
.agora-map-wrapper .map-context .pin:after {position: absolute;content: '';width: 0px;height: 0px;bottom: -30px;left: -6px;border: 10px solid transparent;border-top: 17px solid var(--primary-color-500,var(--mdl-primary-color,#000));color:var(--primary-color-500,var(--mdl-primary-color,#000));pointer-events:none;}
.agora-map-wrapper .map-context .pin:before {content: attr(data-text);position: absolute;width: 170px;top: 110%;left: 50%;text-align: center;font-weight: 600;text-transform: uppercase;opacity: 0;transition: 0.1s cubic-bezier(0.4, 0.0, 0.2, 1) all;color:rgba(255,255,255,0.96);transform:translate(-50%,110%)}
.agora-map-wrapper .map-context:hover .map-context-view:before {content: "";position: absolute;width: 100%;height: 100%;background: var(--primary-color-500,var(--mdl-primary-color,#000));opacity: 0.26;transition: 0.2s cubic-bezier(0.4, 0.0, 0.2, 1) all;}
.agora-map-wrapper .map-context:hover .pin:before{opacity:1;}

body[class*="company"] .agora-map-wrapper .map-context .pin{color:var(--primary-color-500);border: 8px solid var(--primary-color-500);}
body[class*="company"] .agora-map-wrapper .map-context .pin:after {border-top: 17px solid var(--primary-color-500);color: var(--primary-color-500);}
body[class*="company"] .agora-map-wrapper .map-context:hover .map-context-view:before{background:var(--primary-color-500);}
/*end*/
.agora-map-wrapper{width:100%;min-height:360px;height:100%;display:block;position:relative;}
.agora-map-wrapper .map-context{width:100%;height:100%;display:block;position: relative;}
.agora-map-wrapper .map-context .gm-style img[src*="/mapfiles/api-3/"]{max-width:none!important;max-height:none!important;}
.agora-map-wrapper .map-action{position:absolute;left:8px;top:8px;}
.agora-map-wrapper .map-action-POI{position:absolute;right:8px;top:8px;}
.agora-map-wrapper .map-action-POI label.label-POI{display: block;text-align: center;margin-top:4px;font-size: .95rem;font-weight: 600;text-shadow: 2px 2px 2px #bdb8b8;}
.agora-map-wrapper .map-action .mdl-button,.agora-map-wrapper .map-action-POI .mdl-button{display:block;width:38px;height:38px;min-width:0;margin-top:8px;}
.agora-map-wrapper.full-view{position:fixed;width:100%;height:100vh;z-index:999;left:0;top:0;background:rgb(255,255,255);}
.agora-map-wrapper.full-view .map-context{min-height:100%;height:100vh;}
.agora-map-wrapper .map-action [id$="_fullscreen"],.agora-map-wrapper .map-action [id$="_fullscreen_exit"]{display:none;}
.agora-map-wrapper .map-action [id$="_satelite_view"],.agora-map-wrapper .map-action [id$="_map_view"]{display:none;}
.agora-map-wrapper:not(.full-view) .map-action [id$="_fullscreen"],.agora-map-wrapper.full-view .map-action [id$="_fullscreen_exit"]{display:block;}
.agora-map-wrapper:not(.satelite) .map-action [id$="_satelite_view"],.agora-map-wrapper.satelite .map-action [id$="_map_view"]{display:block;}

.agora-map-wrapper .map-context .gm-style .gm-svpc div img {position: relative !important;}


.agora-map-wrapper .poi-marker{background:var(--mdl-primary-color,#000);border-color:#011D35;width:20px;height:20px;border-radius:50%;padding:2px;box-sizing:border-box;opacity:0.64;overflow:visible!important;}
.agora-map-wrapper .poi-marker span{display:inline-block;width:100%;height:100%;text-align:center;padding-top:2px;}
.agora-map-wrapper .poi-marker i{color:rgb(255,255,255);font-size:12px;}
.agora-map-wrapper .poi-marker img{max-width:100%;max-height:100%;filter: brightness(200);transform:scale(0.74);}
.agora-map-wrapper .poi-marker:before{content:"";width:0;height:0;display:block;position:absolute;z-index:0;top:18px;left:4px;  border-left: 6px solid transparent; border-right: 6px solid transparent;border-top: 6px solid;}

.poi-context{transform:scale(0);position:relative;}
.poi-context.active{transform:scale(1);}
.poi-context [data-poi-toggle]{position:absolute;right:4px;top:4px;opacity:0.74;cursor:pointer;}
.poi-context [data-poi-toggle]:hover{opacity:1;}
.poi-context{position:absolute;top:0;background:rgba(255,255,255,0.86);max-width:425px;height:100%;box-sizing:border-box;padding:8px;right:0;}
.poi-context ul{list-style:none;padding:0;margin:0;display:flex;flex-flow:row wrap;align-items:stretch;margin-top:12px;}
.poi-context ul li{display:block;width:20%;text-align:center;line-height:16px;}
.poi-context ul li label{display:block;text-align:center;cursor:pointer;}
.poi-context ul li label:hover i{opacity:0.64;}
.poi-context ul li input{display:none;}
.poi-context ul li span{font-size:0.8rem;font-weight:500;}
.poi-context ul li i,.poi-context ul li span{display:block;width:100%;overflow:hidden;}
.poi-context ul li i{width:40px;height:40px;text-align:center;line-height:40px;font-size:1.2rem;}
.poi-context ul li i{margin:0 auto;color:rgb(255,255,255)!important;border-radius:50%;margin:8px auto;}
.poi-context ul li input:not(:checked)~label i{background:rgba(0,0,0,0.16);}

.poi-context ul li input:checked~label.accounting i,.poi-marker.accounting{background:#2B3F56;color:#2B3F56;}
.poi-context ul li input:checked~label.airport i,.poi-marker.airport{background:#7EB8D3;color:#7EB8D3}
.poi-context ul li input:checked~label.amusement_park i,.poi-marker.amusement_park{background:#99D5C9;color:#99D5C9}
.poi-context ul li input:checked~label.aquarium i,.poi-marker.aquarium{background:#BFA89E;color:#BFA89E}
.poi-context ul li input:checked~label.art_gallery i,.poi-marker.art_gallery{background:#8B786D;color:#8B786D}
.poi-context ul li input:checked~label.atm i,.poi-marker.atm{background:#355495;color:#355495}
.poi-context ul li input:checked~label.bakery i,.poi-marker.bakery{background:#E0FBFC;color:#E0FBFC}
.poi-context ul li input:checked~label.bank i,.poi-marker.bank{background:#9EBC9E;color:#9EBC9E}
.poi-context ul li input:checked~label.bar i,.poi-marker.bar{background:#2D3047;color:#2D3047}
.poi-context ul li input:checked~label.beauty_salon i,.poi-marker.beauty_salon{background:#B88B4A;color:#B88B4A}
.poi-context ul li input:checked~label.bicycle_store i,.poi-marker.bicycle_store{background:#E5BA89;color:#E5BA89}
.poi-context ul li input:checked~label.book_store i,.poi-marker.book_store{background:#E2D398;color:#E2D398}
.poi-context ul li input:checked~label.bowling_alley i,.poi-marker.bowling_alley{background:#A3B0CC;color:#A3B0CC}
.poi-context ul li input:checked~label.bus_station i,.poi-marker.bus_station{background:#35393C;color:#35393C}
.poi-context ul li input:checked~label.cafe i,.poi-marker.cafe{background:#FD785C;color:#FD785C}
.poi-context ul li input:checked~label.campground i,.poi-marker.campground{background:#EEC170;color:#EEC170}
.poi-context ul li input:checked~label.car_dealer i,.poi-marker.car_dealer{background:#D33F49;color:#D33F49}
.poi-context ul li input:checked~label.car_rental i,.poi-marker.car_rental{background:#EDE8C2;color:#EDE8C2}
.poi-context ul li input:checked~label.car_repair i,.poi-marker.car_repair{background:#CADBC0;color:#CADBC0}
.poi-context ul li input:checked~label.car_wash i,.poi-marker.car_wash{background:#121619;color:#121619}
.poi-context ul li input:checked~label.casino i,.poi-marker.casino{background:#2D4739;color:#2D4739}
.poi-context ul li input:checked~label.cemetery i,.poi-marker.cemetery{background:#197F51;color:#197F51}
.poi-context ul li input:checked~label.church i,.poi-marker.church{background:#CC7C66;color:#CC7C66}
.poi-context ul li input:checked~label.city_hall i,.poi-marker.city_hall{background:#FF602B;color:#FF602B}
.poi-context ul li input:checked~label.clothing_store i,.poi-marker.clothing_store{background:#13BC9F;color:#13BC9F}
.poi-context ul li input:checked~label.convenience_store i,.poi-marker.convenience_store{background:#2D3047;color:#2D3047}
.poi-context ul li input:checked~label.courthouse i,.poi-marker.courthouse{background:#FFFD82;color:#FFFD82}
.poi-context ul li input:checked~label.dentist i,.poi-marker.dentist{background:#FF9B71;color:#FF9B71}
.poi-context ul li input:checked~label.department_store i,.poi-marker.department_store{background:#E84855;color:#E84855}
.poi-context ul li input:checked~label.doctor i,.poi-marker.doctor{background:#66509C;color:#66509C}
.poi-context ul li input:checked~label.electrician i,.poi-marker.electrician{background:#DEDEF9;color:#DEDEF9}
.poi-context ul li input:checked~label.electronics_store i,.poi-marker.electronics_store{background:#AFD2E9;color:#AFD2E9}
.poi-context ul li input:checked~label.embassy i,.poi-marker.embassy{background:#9F98BA;color:#9F98BA}
.poi-context ul li input:checked~label.fire_station i,.poi-marker.fire_station{background:#9A7197;color:#9A7197}
.poi-context ul li input:checked~label.florist i,.poi-marker.florist{background:#006FAA;color:#006FAA}
.poi-context ul li input:checked~label.funeral_home i,.poi-marker.funeral_home{background:#0075C4;color:#0075C4}
.poi-context ul li input:checked~label.furniture_store i,.poi-marker.furniture_store{background:#EEB902;color:#EEB902}
.poi-context ul li input:checked~label.gas_station i,.poi-marker.gas_station{background:#F45D01;color:#F45D01}
.poi-context ul li input:checked~label.gym i,.poi-marker.gym{background:#D65108;color:#D65108}
.poi-context ul li input:checked~label.hair_care i,.poi-marker.hair_care{background:#95E06C;color:#95E06C}
.poi-context ul li input:checked~label.hardware_store i,.poi-marker.hardware_store{background:#68B684;color:#68B684}
.poi-context ul li input:checked~label.hindu_temple i,.poi-marker.hindu_temple{background:#094D92;color:#094D92}
.poi-context ul li input:checked~label.home_goods_store i,.poi-marker.home_goods_store{background:#00BFB2;color:#00BFB2}
.poi-context ul li input:checked~label.hospital i,.poi-marker.hospital{background:#FF1744;color:#FF1744}
.poi-context ul li input:checked~label.insurance_agency i,.poi-marker.insurance_agency{background:#028090;color:#028090}
.poi-context ul li input:checked~label.jewelry_store i,.poi-marker.jewelry_store{background:#732C2C;color:#732C2C}
.poi-context ul li input:checked~label.laundry i,.poi-marker.laundry{background:#420C14;color:#420C14}
.poi-context ul li input:checked~label.lawyer i,.poi-marker.lawyer{background:#0B0C0E;color:#0B0C0E}
.poi-context ul li input:checked~label.library i,.poi-marker.library{background:#47682C;color:#47682C}
.poi-context ul li input:checked~label.liquor_store i,.poi-marker.liquor_store{background:#FE4A49;color:#FE4A49}
.poi-context ul li input:checked~label.local_government_office i,.poi-marker.local_government_office{background:#F3B61F;color:#F3B61F}
.poi-context ul li input:checked~label.locksmith i,.poi-marker.locksmith{background:#95C623;color:#95C623}
.poi-context ul li input:checked~label.lodging i,.poi-marker.lodging{background:#B5170E;color:#B5170E}
.poi-context ul li input:checked~label.meal_delivery i,.poi-marker.meal_delivery{background:#E50016;color:#E50016}
.poi-context ul li input:checked~label.meal_takeaway i,.poi-marker.meal_takeaway{background:#71F79F;color:#71F79F}
.poi-context ul li input:checked~label.mosque i,.poi-marker.mosque{background:#3DD6D0;color:#3DD6D0}
.poi-context ul li input:checked~label.movie_rental i,.poi-marker.movie_rental{background:#15B097;color:#15B097}
.poi-context ul li input:checked~label.movie_theater i,.poi-marker.movie_theater{background:#CCD100;color:#CCD100}
.poi-context ul li input:checked~label.moving_company i,.poi-marker.moving_company{background:#602C94;color:#602C94}
.poi-context ul li input:checked~label.museum i,.poi-marker.museum{background:#442B48;color:#442B48}
.poi-context ul li input:checked~label.night_club i,.poi-marker.night_club{background:#FF1654;color:#FF1654}
.poi-context ul li input:checked~label.painter i,.poi-marker.painter{background:#CC2936;color:#CC2936}
.poi-context ul li input:checked~label.park i,.poi-marker.park{background:#3FDD4D;color:#3FDD4D}
.poi-context ul li input:checked~label.parking i,.poi-marker.parking{background:#C18264;color:#C18264}
.poi-context ul li input:checked~label.pet_store i,.poi-marker.pet_store{background:#B8675A;color:#B8675A}
.poi-context ul li input:checked~label.pharmacy i,.poi-marker.pharmacy{background:#B54C50;color:#B54C50}
.poi-context ul li input:checked~label.physiotherapist i,.poi-marker.physiotherapist{background:#993C49;color:#993C49}
.poi-context ul li input:checked~label.plumber i,.poi-marker.plumber{background:#CC0C0C;color:#CC0C0C}
.poi-context ul li input:checked~label.police i,.poi-marker.police{background:#F9564F;color:#F9564F}
.poi-context ul li input:checked~label.post_office i,.poi-marker.post_office{background:#E87EA1;color:#E87EA1}
.poi-context ul li input:checked~label.real_estate_agency i,.poi-marker.real_estate_agency{background:#FF8A5B;color:#FF8A5B}
.poi-context ul li input:checked~label.restaurant i,.poi-marker.restaurant{background:#441151;color:#441151}
.poi-context ul li input:checked~label.roofing_contractor i,.poi-marker.roofing_contractor{background:#822E81;color:#822E81}
.poi-context ul li input:checked~label.rv_park i,.poi-marker.rv_park{background:#7C77B9;color:#7C77B9}
.poi-context ul li input:checked~label.school i,.poi-marker.school{background:#CA61C3;color:#CA61C3}
.poi-context ul li input:checked~label.shopping_mall i,.poi-marker.shopping_mall{background:#3F7382;color:#3F7382}
.poi-context ul li input:checked~label.spa i,.poi-marker.spa{background:#A23B72;color:#A23B72}
.poi-context ul li input:checked~label.stadium i,.poi-marker.stadium{background:#F18F01;color:#F18F01}
.poi-context ul li input:checked~label.storage i,.poi-marker.storage{background:#C73E1D;color:#C73E1D}
.poi-context ul li input:checked~label.shoe_store i,.poi-marker.shoe_store{background:#3B1F2B;color:#3B1F2B}
.poi-context ul li input:checked~label.store i,.poi-marker.store{background:#D90368;color:#D90368}
.poi-context ul li input:checked~label.subway_station i,.poi-marker.subway_station{background:#2E294E;color:#2E294E}
.poi-context ul li input:checked~label.supermarket i,.poi-marker.supermarket{background:#FFD400;color:#FFD400}
.poi-context ul li input:checked~label.synagogue i,.poi-marker.synagogue{background:#0B0C0E;color:#0B0C0E}
.poi-context ul li input:checked~label.taxi_stand i,.poi-marker.taxi_stand{background:#EC0B43;color:#EC0B43}
.poi-context ul li input:checked~label.train_station i,.poi-marker.train_station{background:#58355E;color:#58355E}
.poi-context ul li input:checked~label.transit_station i,.poi-marker.transit_station{background:#06158D;color:#06158D}
.poi-context ul li input:checked~label.travel_agency i,.poi-marker.travel_agency{background:#39DB1D;color:#39DB1D}
.poi-context ul li input:checked~label.veterinary_care i,.poi-marker.veterinary_care{background:#EBF50A;color:#EBF50A}
.poi-context ul li input:checked~label.zoo i,.poi-marker.zoo{background:#F50A0A;color:#F50A0A}

.agora-map-wrapper .poi-info-window{}
.agora-map-wrapper .poi-info-window>*{display:block;}
.agora-map-wrapper .poi-info-window i{text-decoration:none;font-style:normal;margin:8px 0 4px 0;}
.agora-map-wrapper .poi-info-window .address{margin:8px 0;}
.agora-map-wrapper .poi-info-window .contact{padding:8px 0;}
.agora-map-wrapper .poi-info-window .contact [data-material-icon]:before{margin:0!important;}
.agora-map-wrapper .poi-info-window .phone,.poi-info-window .website{display:inline-block;}
.agora-map-wrapper .poi-info-window .contact>.phone:first-child{margin-left:-4px;}
.agora-map-wrapper .poi-info-window .contact>.website:first-child{margin-left:-1px;}
.agora-map-wrapper .poi-info-window .contact a+a{margin-left:16px;}

.agora-map-wrapper .mapType + div  span,.agora-map-wrapper .mapType i{display:none;}
.agora-map-wrapper .mapType:not(.satelite)+div span.satelite,.agora-map-wrapper .mapType.satelite+div span:not(.satelite),.agora-map-wrapper .mapType:not(.satelite) i:not(.satelite),.agora-map-wrapper .mapType.satelite i.satelite{display:block;}

/*Map Icons*/
/*Reference http://map-icons.com/*/
@font-face {
	font-family: 'map-icons';
	src:url('https://cdn-cws.datafloat.com/IBP/theme/US/site_1/fonts/map-icons.eot');
	src:url('https://cdn-cws.datafloat.com/IBP/theme/US/site_1/fonts/map-icons.eot#iefix') format('embedded-opentype'),
		url('https://cdn-cws.datafloat.com/IBP/theme/US/site_1/fonts/map-icons.ttf') format('truetype'),
		url('https://cdn-cws.datafloat.com/IBP/theme/US/site_1/fonts/map-icons.woff') format('woff'),
		url('https://cdn-cws.datafloat.com/IBP/theme/US/site_1/fonts/map-icons.svg#map-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.map-icon-label .map-icon {
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	width: 48px;
	line-height: 48px;
	text-align: center;
	white-space: nowrap;
}

.map-icon {
	font-family: 'map-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.map-icon-abseiling:before {
	content: "\e800";
}

.map-icon-accounting:before {
	content: "\e801";
}

.map-icon-airport:before {
	content: "\e802";
}

.map-icon-amusement-park:before {
	content: "\e803";
}

.map-icon-aquarium:before {
	content: "\e804";
}

.map-icon-archery:before {
	content: "\e805";
}

.map-icon-art-gallery:before {
	content: "\e806";
}

.map-icon-assistive-listening-system:before {
	content: "\e807";
}

.map-icon-atm:before {
	content: "\e808";
}

.map-icon-audio-description:before {
	content: "\e809";
}

.map-icon-bakery:before {
	content: "\e80a";
}

.map-icon-bank:before {
	content: "\e80b";
}

.map-icon-bar:before {
	content: "\e80c";
}

.map-icon-baseball:before {
	content: "\e80d";
}

.map-icon-beauty-salon:before {
	content: "\e80e";
}

.map-icon-bicycle-store:before {
	content: "\e80f";
}

.map-icon-bicycling:before {
	content: "\e810";
}

.map-icon-boat-ramp:before {
	content: "\e811";
}

.map-icon-boat-tour:before {
	content: "\e812";
}

.map-icon-boating:before {
	content: "\e813";
}

.map-icon-book-store:before {
	content: "\e814";
}

.map-icon-bowling-alley:before {
	content: "\e815";
}

.map-icon-braille:before {
	content: "\e816";
}

.map-icon-bus-station:before {
	content: "\e817";
}

.map-icon-cafe:before {
	content: "\e818";
}

.map-icon-campground:before {
	content: "\e819";
}

.map-icon-canoe:before {
	content: "\e81a";
}

.map-icon-car-dealer:before {
	content: "\e81b";
}

.map-icon-car-rental:before {
	content: "\e81c";
}

.map-icon-car-repair:before {
	content: "\e81d";
}

.map-icon-car-wash:before {
	content: "\e81e";
}

.map-icon-casino:before {
	content: "\e81f";
}

.map-icon-cemetery:before {
	content: "\e820";
}

.map-icon-chairlift:before {
	content: "\e821";
}

.map-icon-church:before {
	content: "\e822";
}

.map-icon-circle:before {
	content: "\e823";
}

.map-icon-city-hall:before {
	content: "\e824";
}

.map-icon-climbing:before {
	content: "\e825";
}

.map-icon-closed-captioning:before {
	content: "\e826";
}

.map-icon-clothing-store:before {
	content: "\e827";
}

.map-icon-compass:before {
	content: "\e828";
}

.map-icon-convenience-store:before {
	content: "\e829";
}

.map-icon-courthouse:before {
	content: "\e82a";
}

.map-icon-cross-country-skiing:before {
	content: "\e82b";
}

.map-icon-crosshairs:before {
	content: "\e82c";
}

.map-icon-dentist:before {
	content: "\e82d";
}

.map-icon-department-store:before {
	content: "\e82e";
}

.map-icon-diving:before {
	content: "\e82f";
}

.map-icon-doctor:before {
	content: "\e830";
}

.map-icon-electrician:before {
	content: "\e831";
}

.map-icon-electronics-store:before {
	content: "\e832";
}

.map-icon-embassy:before {
	content: "\e833";
}

.map-icon-expand:before {
	content: "\e834";
}

.map-icon-female:before {
	content: "\e835";
}

.map-icon-finance:before {
	content: "\e836";
}

.map-icon-fire-station:before {
	content: "\e837";
}

.map-icon-fish-cleaning:before {
	content: "\e838";
}

.map-icon-fishing-pier:before {
	content: "\e839";
}

.map-icon-fishing:before {
	content: "\e83a";
}

.map-icon-florist:before {
	content: "\e83b";
}

.map-icon-food:before {
	content: "\e83c";
}

.map-icon-fullscreen:before {
	content: "\e83d";
}

.map-icon-funeral-home:before {
	content: "\e83e";
}

.map-icon-furniture-store:before {
	content: "\e83f";
}

.map-icon-gas-station:before {
	content: "\e840";
}

.map-icon-general-contractor:before {
	content: "\e841";
}

.map-icon-golf:before {
	content: "\e842";
}

.map-icon-grocery-or-supermarket:before {
	content: "\e843";
}

.map-icon-gym:before {
	content: "\e844";
}

.map-icon-hair-care:before {
	content: "\e845";
}

.map-icon-hang-gliding:before {
	content: "\e846";
}

.map-icon-hardware-store:before {
	content: "\e847";
}

.map-icon-health:before {
	content: "\e848";
}

.map-icon-hindu-temple:before {
	content: "\e849";
}

.map-icon-horse-riding:before {
	content: "\e84a";
}

.map-icon-hospital:before {
	content: "\e84b";
}

.map-icon-ice-fishing:before {
	content: "\e84c";
}

.map-icon-ice-skating:before {
	content: "\e84d";
}

.map-icon-inline-skating:before {
	content: "\e84e";
}

.map-icon-insurance-agency:before {
	content: "\e84f";
}

.map-icon-jet-skiing:before {
	content: "\e850";
}

.map-icon-jewelry-store:before {
	content: "\e851";
}

.map-icon-kayaking:before {
	content: "\e852";
}

.map-icon-laundry:before {
	content: "\e853";
}

.map-icon-lawyer:before {
	content: "\e854";
}

.map-icon-library:before {
	content: "\e855";
}

.map-icon-liquor-store:before {
	content: "\e856";
}

.map-icon-local-government:before {
	content: "\e857";
}

.map-icon-location-arrow:before {
	content: "\e858";
}

.map-icon-locksmith:before {
	content: "\e859";
}

.map-icon-lodging:before {
	content: "\e85a";
}

.map-icon-low-vision-access:before {
	content: "\e85b";
}

.map-icon-male:before {
	content: "\e85c";
}

.map-icon-map-pin:before {
	content: "\e85d";
}

.map-icon-marina:before {
	content: "\e85e";
}

.map-icon-mosque:before {
	content: "\e85f";
}

.map-icon-motobike-trail:before {
	content: "\e860";
}

.map-icon-movie-rental:before {
	content: "\e861";
}

.map-icon-movie-theater:before {
	content: "\e862";
}

.map-icon-moving-company:before {
	content: "\e863";
}

.map-icon-museum:before {
	content: "\e864";
}

.map-icon-natural-feature:before {
	content: "\e865";
}

.map-icon-night-club:before {
	content: "\e866";
}

.map-icon-open-captioning:before {
	content: "\e867";
}

.map-icon-painter:before {
	content: "\e868";
}

.map-icon-park:before {
	content: "\e869";
}

.map-icon-parking:before {
	content: "\e86a";
}

.map-icon-pet-store:before {
	content: "\e86b";
}

.map-icon-pharmacy:before {
	content: "\e86c";
}

.map-icon-physiotherapist:before {
	content: "\e86d";
}

.map-icon-place-of-worship:before {
	content: "\e86e";
}

.map-icon-playground:before {
	content: "\e86f";
}

.map-icon-plumber:before {
	content: "\e870";
}

.map-icon-point-of-interest:before {
	content: "\e871";
}

.map-icon-police:before {
	content: "\e872";
}

.map-icon-political:before {
	content: "\e873";
}

.map-icon-post-box:before {
	content: "\e874";
}

.map-icon-post-office:before {
	content: "\e875";
}

.map-icon-postal-code-prefix:before {
	content: "\e876";
}

.map-icon-postal-code:before {
	content: "\e877";
}

.map-icon-rafting:before {
	content: "\e878";
}

.map-icon-real-estate-agency:before {
	content: "\e879";
}

.map-icon-restaurant:before {
	content: "\e87a";
}

.map-icon-roofing-contractor:before {
	content: "\e87b";
}

.map-icon-route-pin:before {
	content: "\e87c";
}

.map-icon-route:before {
	content: "\e87d";
}

.map-icon-rv-park:before {
	content: "\e87e";
}

.map-icon-sailing:before {
	content: "\e87f";
}

.map-icon-school:before {
	content: "\e880";
}

.map-icon-scuba-diving:before {
	content: "\e881";
}

.map-icon-search:before {
	content: "\e882";
}

.map-icon-shield:before {
	content: "\e883";
}

.map-icon-shopping-mall:before {
	content: "\e884";
}

.map-icon-sign-language:before {
	content: "\e885";
}

.map-icon-skateboarding:before {
	content: "\e886";
}

.map-icon-ski-jumping:before {
	content: "\e887";
}

.map-icon-skiing:before {
	content: "\e888";
}

.map-icon-sledding:before {
	content: "\e889";
}

.map-icon-snow-shoeing:before {
	content: "\e88a";
}

.map-icon-snow:before {
	content: "\e88b";
}

.map-icon-snowboarding:before {
	content: "\e88c";
}

.map-icon-snowmobile:before {
	content: "\e88d";
}

.map-icon-spa:before {
	content: "\e88e";
}

.map-icon-square-pin:before {
	content: "\e88f";
}

.map-icon-square-rounded:before {
	content: "\e890";
}

.map-icon-square:before {
	content: "\e891";
}

.map-icon-stadium:before {
	content: "\e892";
}

.map-icon-storage:before {
	content: "\e893";
}

.map-icon-store:before {
	content: "\e894";
}

.map-icon-subway-station:before {
	content: "\e895";
}

.map-icon-surfing:before {
	content: "\e896";
}

.map-icon-swimming:before {
	content: "\e897";
}

.map-icon-synagogue:before {
	content: "\e898";
}

.map-icon-taxi-stand:before {
	content: "\e899";
}

.map-icon-tennis:before {
	content: "\e89a";
}

.map-icon-toilet:before {
	content: "\e89b";
}

.map-icon-trail-walking:before {
	content: "\e89c";
}

.map-icon-train-station:before {
	content: "\e89d";
}

.map-icon-transit-station:before {
	content: "\e89e";
}

.map-icon-travel-agency:before {
	content: "\e89f";
}

.map-icon-unisex:before {
	content: "\e8a0";
}

.map-icon-university:before {
	content: "\e8a1";
}

.map-icon-veterinary-care:before {
	content: "\e8a2";
}

.map-icon-viewing:before {
	content: "\e8a3";
}

.map-icon-volume-control-telephone:before {
	content: "\e8a4";
}

.map-icon-walking:before {
	content: "\e8a5";
}

.map-icon-waterskiing:before {
	content: "\e8a6";
}

.map-icon-whale-watching:before {
	content: "\e8a7";
}

.map-icon-wheelchair:before {
	content: "\e8a8";
}

.map-icon-wind-surfing:before {
	content: "\e8a9";
}

.map-icon-zoo:before {
	content: "\e8aa";
}

.map-icon-zoom-in-alt:before {
	content: "\e8ab";
}

.map-icon-zoom-in:before {
	content: "\e8ac";
}

.map-icon-zoom-out-alt:before {
	content: "\e8ad";
}

.map-icon-zoom-out:before {
	content: "\e8ae";
}
/*Map Icons End*/