/* Infowindow Roboto font override */
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
	font-family: Arial, Helvetica, sans-serif;
}

.bh-sl-error {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #ae2118;
	font-weight: bold;
}

.bh-sl-container {
	color: #555;
	/* Avoid image issues with Google Maps and CSS resets */
	/* Avoid issues with Google Maps and CSS frameworks */
}

.bh-sl-container img {
	max-width: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.bh-sl-container > * {
	box-sizing: content-box !important;
}

.bh-sl-container .bh-sl-loading {
	float: left;
	margin: 4px 0 0 10px;
	width: 16px;
	height: 16px;
	background: url(../img/ajax-loader.gif) no-repeat;
}

.bh-sl-container .bh-sl-map-container a {
	
	text-decoration: none; 
}

.bh-sl-container .bh-sl-map-container a:hover, .bh-sl-container .bh-sl-map-container a:active {
	text-decoration: underline;
}

.bh-sl-container .bh-sl-loc-list {
	font-size: 13px;
	overflow-y: scroll;
	max-height: 580px;
	-webkit-overflow-scrolling: touch;

}

.bh-sl-container .bh-sl-loc-list ul {
	display: block;
	
	/*overflow: hidden;*/
	
	width: 100%;
	list-style: none;
	margin: 0;
	margin-left: 0px;
	padding-left: 0px;
}

.bh-sl-container .bh-sl-loc-list ul li {
	
	cursor: pointer;
	background-color: #efefef;

	
	/* Adding this to prevent moving li elements when adding the list-focus class*/ }

.bh-sl-container .bh-sl-loc-list .list-label {

	margin: 0px auto;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background: #00192d;
	color: #fff;
	font-weight: bold;
	border-radius: 15px;
}

.bh-sl-container .bh-sl-loc-list .list-details {
	width: 90%;
}


.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
	font-weight: bold;
	font-style: italic;
	color: #8e8e8e;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
	/*-moz-box-shadow: 0 0 8px rgba(0, 82, 147, 0.4);
	-webkit-box-shadow: 0 0 8px rgba(0, 82, 147, 0.4);
	box-shadow: 0 0 8px rgba(0, 100, 180, 0.4);
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/

	background-color: #292929 !important;
			color: #fff;
			-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
			transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
	width: 100%;
	height: 20px;
	position: relative;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
	top: 0;
	right: 6px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
	font-weight: bold;
}

.bh-sl-container .loc-name {
	/* Picked up by both list and infowindows */
	font-size: 15px;
	font-weight: bold;
}

.bh-sl-container .bh-sl-map {
	height: 584px;
}

.bh-sl-container .bh-sl-pagination-container {
	clear: both;
}

.bh-sl-container .bh-sl-pagination-container {
    clear: both; }
    .bh-sl-container .bh-sl-pagination-container ol {
      list-style-type: none;
      text-align: center;
      margin: 0;
      padding: 10px 0; }
      .bh-sl-container .bh-sl-pagination-container ol li {
        display: inline-block;
        padding: 10px;
        cursor: pointer;
        font: bold 14px Arial, Helvetica, sans-serif;
        color: #005293; }
      .bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
        color: #555;
        cursor: auto;
        text-decoration: none; }


/* Modal window */
.bh-sl-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: url(../img/overlay-bg.png) repeat;
}

.bh-sl-overlay .bh-sl-modal-window {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	/* width divided by 2 */
	margin-top: 60px;
	width: 920px;
	height: 620px;
	z-index: 10010;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #656565; 
}

/* increase map container margin */
.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
	margin-top: 50px;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
	float: left;
	padding: 0 22px;
	/* there's already a margin on the top of the map-container div */
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
	top: 13px;
	right: 22px;
}

.bh-sl-close-icon {
	position: absolute;
	cursor: pointer;
	height: 24px;
	width: 24px;
}

.bh-sl-close-icon:after, .bh-sl-close-icon:before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 0;
	left: 50%;
	background: #ccc;
	content: '';
	display: block;
	height: 24px;
	margin: -3px 0 0 -1px;
	width: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bh-sl-close-icon:hover:after, .bh-sl-close-icon:hover:before {
	background: #b3b3b3;
}

.bh-sl-close-icon:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bh-sl-filters{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

i.Forza {
	color: #44e340;
}

i.Partner {
	color: #ffb000;
}
/*# sourceMappingURL=forza-map.css.map */