#fhoc-gmap{
	position: relative;
	max-width: 100%;
}

#gmap{
	width: 100%;
	height: 100vh;
	border: 0;	/* 3px solid #E8E8E8; */
	}

.loading-map{
	background: #fff url(../images/loading-map.gif) no-repeat center center!important;
}

#gmap-controls{
	overflow: auto;
	z-index: 999;
	position: relative;
	background: #E8E8E8;
	}
#gmap-controls ul{
	color: #CD3900;
	}
#gmap-controls ul li{
	background: none!Important;
	padding-left: 0px!important;
	margin-left: 10px!important;
	float: left;
	}
#gmap-controls ul li a{
	
	}
#gmap-controls ul li a.current{ 
	font-weight: bold; 
	color: #FF1D00;
	}

#gmap img{
	height: inherit;
	max-width: inherit;
}

.gm-style-iw{
	width: 100%!important;
	left: auto!important;
	top: auto!important;
	height: 100%!important;
}

.gm-style-iw .content-top{ 
	padding: 20px 25px 0 25px; 
}

.gm-style-iw > div,
.gm-style-iw > div > div,
.gm-style-iw > div > div > div{
	width: 100%!important;
	height: 100%!important;
}

.gm-style-iw h4{
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
}
.gm-style-iw p{
	margin: 0;
	font-size: 14px;
}
.gm-style-iw p.location{
    font-size: 14px;
    border-bottom: 3px solid #1eb53a;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    background: url(../images/conference-icons.png) no-repeat 0 0;
	padding-left: 22px;
}
.gm-style-iw p.contact_partner{
    font-weight: bold;
    font-size: 17px;
}
.gm-style-iw p.address{}
.gm-style-iw p.country{}
.gm-style-iw p.phone{}
.gm-style-iw .links{
	background: #1eb53a;
	padding: 20px 25px;
	position: relative;
	bottom: -18px;
}
.gm-style-iw ul{}
.gm-style-iw ul li{
	color: #fff;
}
.gm-style-iw ul li a{ 
	color: #fff; 
	font-size: 14px;
}

.gm-style-iw ul li a.link-email{
	background: url(../images/icon-email.png) no-repeat left center;
	padding-left: 22px;
}

.gm-style-iw ul li a.link-website{
	background: url(../images/icon-web.png) no-repeat left center;
	padding-left: 22px;
}

#fhoc-gmap ul#extra_links{
	position: absolute;
	z-index: 11;
	left: 60px;
	top: 10px;
	margin-left: 0;
}

#fhoc-gmap ul#extra_links li{
	list-style: none;
	display: inline-block;
}

#fhoc-gmap ul#extra_links li:not(:last-child){
	margin-right: 1em;
	margin-bottom: 0.5em;
}

#fhoc-gmap ul#extra_links a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    /* border-bottom: 1px solid; */
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #000;
    padding: 5px 10px;
}

#fhoc-gmap ul#extra_links a:hover{
	opacity: 0.7;
}

#gmap #infoWindow {
	width: 280px;
	position:relative;
	font-family:'Open Sans', arial, sans-serif;
}
#gmap .infoBox img {
	z-index:999;
}

#gmap .infoBox img[align="right"]{
	
position: absolute!important;right: 0;}

#gmap .infoBox .info-wrap{
	padding: 20px 0px 10px 0;
}

#gmap .infoBox ul{
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
	overflow: hidden;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

#gmap #infoWindow[style*="560"] .info-wrap{
    clear: both;
    overflow: hidden;
    padding-left: 4%;
}

#gmap #infoWindow[style*="560"] ul {
    width: 46%;
    float: left;
    margin-left: 4%;
}

#gmap #infoWindow[style*="560"] ul:nth-child(odd){
    margin-left: 0;
    clear: left;
}

#gmap #infoWindow[style*="560"] img{
    height: 200px;
}


#gmap .infoBox ul:last-of-type{
	margin-bottom: 0;
}

#gmap .infoBox ul li{
	list-style-type: none;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #000;
	border: 1px solid #eee;
	padding: 5px;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}

#gmap .infoBox ul li:first-of-type{
	background-color: #222;
	color: #fff;
}


#gmap .infoBox ul li:not(:first-child){
	font-size: 14px;
}

#gmap .infoBox ul li i{
	font-size: 90%;
}

#gmap .infoBox ul li:last-child {
    /* padding: 5px 0; */
}

#gmap .infoBox ul li:last-child a{
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #B82D1F;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
}

#gmap .infoBox ul li:last-child a:hover{
    color: #fff;
    background-color: #B82D1F;
}

#gmap #infoWindow div.c {
	background:#FFF;
	text-align:left;
	padding: 0;
	font-size:14px;
}

#infoWindow img {
    max-width: 100%!important;
width: 100%;object-fit: cover;height: 120px;border-bottom: 1px solid #eee;}

#gmap #infoWindow h3 {
	padding: 0;
	font-family:'Open Sans', arial, sans-serif;
	font-size:21px;
	font-weight:600;
	letter-spacing:-0.025em;
	color:#434a54;
	margin: 0 0 0.5em 0;
text-align: center;}
section[role="submain"] ul.cards.findresults > li h3 {
	background:none;
	padding-bottom:10px;
	margin:0;
}
#gmap #infoWindow p.city, section[role="submain"] ul.cards.findresults > li p.city {
	padding:0 0 15px 0;
	margin: 0;
	background:url("../images/rounded-divide2.png") bottom left no-repeat;
}
#gmap #infoWindow p.city span, section[role="submain"] ul.cards.findresults > li p.city span {
	display:block;
	background: url('../images/conference-icons.png') no-repeat 0 0;
	padding-left:22px;
}
#gmap #infoWindow p.address, section[role="submain"] ul.cards.findresults > li p.address {
	font-size:14px;
	padding:0;
	margin: 0;
}
#gmap #infoWindow p.contact, section[role="submain"] ul.cards.findresults > li p.contact {
	font-size:16px;
	padding:0;
	font-weight:600;
	margin: 10px 0;
}
#gmap #infoWindow div.e, #gmap #infoWindow div.f {
	font-size:14px;
	width:100%;
	padding:15px 30px 15px 30px;
	color:#FFF;
	text-align:left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#gmap img[src*="map-marker.png"] {
    height: 36px!important;
    width: auto!important;
}

#gmap #infoWindow div.e {
	background: #fff;
	padding: 0 0 1em 0;
}
section[role="submain"] ul.cards.findresults > li div.e {
	background:#2CB345;
	font-size:14px;
	padding:13px 30px;
	border-bottom:2px solid #1E8131;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
section[role="submain"] ul.cards.findresults > li div.e.f, #gmap #infoWindow div.f {
	border:0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background:#efeae3;
}
#gmap #infoWindow div.e p, section[role="submain"] ul.cards.findresults > li div.e p, section[role="submain"] ul.cards > li div.d p {
	/* padding:2px 0 2px 25px; */
	/* background:url("../images/icon-web.png") no-repeat left center; */
	margin: 0;
}
section[role="submain"] ul.cards > li div.d p {
	font-size:14px;
}
section[role="submain"] ul.cards > li div.d p a {
	text-decoration:none;
	color:#656d78;
}
section[role="submain"] ul.cards > li div.d p a:hover {
	text-decoration:underline;
	color:#000;
}

#gmap #infoWindow div.e p a, section[role="submain"] ul.cards.findresults > li div.e p a {display: block;background: #b5121b;color: #fff;text-align: center;text-decoration: none;border-radius: 4px;padding: 10px;text-transform: uppercase;letter-spacing: 1px;max-width: 180px;margin-left: auto;margin-right: auto;font-weight: bold;}
#gmap #infoWindow div.e p a:hover, section[role="submain"] ul.cards.findresults > li div.e p a:hover { opacity:0.9; }
section[role="submain"] ul.cards.findresults > li div.e.f p a, #gmap #infoWindow div.f p a { color:#656d78; }
#gmap img { max-width: none; }

