﻿/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 600px; }
  .map_model img {
    max-width: none !important; }
  @media (max-width: 767px) {
    .map_model {
      height: 275px; } }
  @media (max-width: 479px) {
    .map_model {
      height: 225px; } }
.map_locations {
  display: none; }

.map--md .map_model {
  height: 500px; }

a.directions {
color: #fff;
    font: 17px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    background-image: url("../images/google-map-directions.png");
    padding-left: 83px;
    background-repeat: no-repeat;
    height: 66px;
    line-height: 1.2em;
    padding-top: 15px;
    text-align: left;
    width: 100px;
    font-weight: bold;
    margin-left: 10px;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #253985 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
	width: 200px;
}
.gm-style-iw {
	text-align: center;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 25px 0px 5px 27px;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 47%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
