.display-none {
	display: none !important;
}

#directory-no-reload-map .gm-style > div:first-child > div + div > div:last-child > div > div:last-child > div:first-child {
  display: none !important;
}

#directory-no-reload-map .gm-style-iw > div {
	margin-left: auto;
	margin-right: auto;
}
.mfe-directory {
	border: 5px solid #ddeff8;
	width: calc( 50% - 15px );
	display: inline-block;
	height: auto;	/* 307px */
	margin-bottom: 30px;
	vertical-align: top;
	cursor: pointer;
	background-color: #FFF;
}

.mfe-directory.mfe-directory-marker {
	width: 280px;
	margin: 0px;
	height: auto;	
}

/* Android hack + JS */
.device-android .mfe-directory.mfe-directory-marker {
	width: auto;
}

.mfe-directory.mfe-directory-marker img{
	width: 100%;
}

.mfe-directory:nth-child(2n+1) {
	margin-right: 30px;
}
.mfe-directory.mfe-directory-marker:nth-child(2n+1) {
	margin-right: 0px;
}

.page-content .mfe-directory h3 {
	font-size: 2rem;
}

.page-content .mfe-directory h4 {
	font-size: 1.5rem;
}

.icon-pin-map {
	font-size: 3rem;
	/*color: #acb43f;*/
	color: #c5ce48;
	text-shadow: 1px 0 0 rgb(239, 243, 248), 0 1px 0 rgb(239, 243, 248), 0 -1px 0 rgb(239, 243, 248), -1px 0 0 rgb(239, 243, 248), 1px 1px 0 rgb(239, 243, 248), 1px -1px 0 rgb(239, 243, 248), -1px 1px 0 rgb(239, 243, 248), -1px -1px 0 rgb(239, 243, 248), 0 0 2px rgb(239, 243, 248), 0 0 2px rgb(239, 243, 248), 0 0 2px rgb(239, 243, 248), 0 0 3px rgb(239, 243, 248);
}

.icon-pin-active, .icon-pin-over {
	color: #ef4928;
}

.icon-wip {
	color: #3f7cb4;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: rgb(51,51,51);
	background-color: #f5f5f5;
}

.dropdown-menu > li > a {
	white-space: normal;
}


/* IPHONE */	
@media only screen and (max-width: 767px) {

	.mfe-directory {
		width: calc( 50% - 8px );
		margin-bottom: 16px;
	}

	.mfe-directory:nth-child(2n+1) {
		margin-right: 16px;
	}

}