﻿
.GoogleMapsWindow {
    background-color: #fff;
    max-width: 300px !important;
    width: 100% !important;
    font-size: 16px;
    z-index: 2;
}

.GoogleMapsWindow:before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background-color: white;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.GoogleMapsWindow-content {
    background-color: #fff;
    min-height: 175px;
    min-height: 10.9375rem;
    position: relative;
    padding: 0 13px;
    padding: 0 0.8125rem;
    z-index: 2;
}

.GoogleMapsWindow-content:before, .GoogleMapsWindow-content:after {
    content: "";
    display: table;
}

.GoogleMapsWindow-content:after {
    clear: both;
}

.GoogleMapsWindow-content-wrapper {
    min-height: 70px;
    margin: 13px 0;
    margin: 0.8125rem 0;
}

.GoogleMapsWindow-image {
    display: block;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.GoogleMapsWindow-image:before {
    content: "\0020";
    display: block;
}

.GoogleMapsWindow-image:before {
    padding-top: 56.25%;
}

.GoogleMapsWindow-title {
    display: block;
    font-size: 1em;
    font-weight: bold;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 1.25;
}

.GoogleMapsWindow-title, .GoogleMapsWindow-title:link, .GoogleMapsWindow-title:visited {
    color: #222222;
}

.GoogleMapsWindow-title:hover, .GoogleMapsWindow-title:focus, .GoogleMapsWindow-title:active {
    color: #278ACA;
}

.GoogleMapsWindow-title:hover .GoogleMapsWindow-icon, .GoogleMapsWindow-title:focus .GoogleMapsWindow-icon, .GoogleMapsWindow-title:active .GoogleMapsWindow-icon 
{ 
    /*margin-left:3px;-webkit-transition:150ms ease-in-out;-o-transition:150ms ease-in-out;transition:150ms ease-in-out*/
}

.GoogleMapsWindow-text {
    color: #777777 !important;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif !important;
    font-weight: 300;
    line-height: 1.375;
    margin: 5px 0;
    margin: 0.3125rem 0;
}

.GoogleMapsWindow-icon {
    fill: #278ACA;
}

.GoogleMapsWindow-rating {
    font-size: .75em;
}

.GoogleMapsWindow-arrow {
    content: "";
    height: 0;
    margin-left: -20px;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    z-index: 2;
}

.GoogleMapsWindow-arrow:after {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}

.GoogleMapsWindow-arrow:before {
    border-top: 18px solid rgba(0,0,0,0.3);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 0;
    z-index: 1;
}

.GoogleMapsWindow-close-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
}

.gm-style-iw {
    width: 325px !important;
    top: 0 !important;
    left: 0 !important;
}

.gm-style-iw {
    width: 330px !important;
}

.gm-style-iw > * {
    display: block !important;
    width: 330px !important;
}

.gm-style-iw > div:nth-child(2) {
    display: none !important;
}