/*
------------------------------------------------------------------------------------- GOOGLE MAP

------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------
  EMBER FRAMEWORK SITE FRONT CSS - _site_variables.scss - SASS VARIABLES AND MIXINS
------------------------------------------------------------------------------------------------
  Created:  01-03-2015
  Author:   Ember Interactive (www.emberinteractive.co.uk)
  Website:  Ember Interactive Limited
------------------------------------------------------------------------------------------------
*/
/* Swoop Colours */
/* Breakpoints */
/* Mixins */
/* Reset all LIs that aren't in body content */
/* Override the bourbon mixin as ie8 doesn't support :: */
/* Add icon to element */
/* Hide text within icon link */
/* Switch Font smoothing settings */
/* Screen reader only text */
/* Column width */
/* Text Sizes */
.gmap .block-inner {
  padding: 0;
}

.gmap .block-content {
  width: 100%;
  padding: 12px 12px 0 12px;
  float: none;
}

.trip-gmap {
  padding-top: 0;
}

.map-canvas {
  height: 380px;
  margin: 0;
  padding: 0;
  clear: both;
}

.map-canvas h4 {
  font-size: 1.3em;
}

.map-canvas p {
  font-size: 1em;
  margin-bottom: 10px;
}

.map-tall {
  height: 500px;
}

.map-canvas .info-text {
  width: 60%;
  float: left;
}

.map-canvas .info-text p {
  padding-right: 10px;
}

.map-canvas .info-img {
  width: 40%;
  float: right;
  text-align: right;
}

.map-canvas .info-img img {
  width: 100%;
  margin-bottom: 10px;
}

.map-canvas .info-related {
  text-align: right;
  clear: both;
}

.map-key {
  border-bottom: 1px solid #272727;
}

.map-key:after,
.map-key-item:after {
  clear: both;
  content: "";
  display: table;
}

.map-key-item {
  padding: 18px 12px 0 0;
}

.map-key-item p {
  margin-bottom: 20px;
  padding-top: 10px;
}

.map-key-marker-red,
.map-key-marker-yel {
  float: left;
  margin-bottom: 20px;
  margin-right: 12px;
  width: 32px;
  height: 48px;
  background: url("../png/swoop-gmap-marker-sprite.png") 0 0 no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map-key-marker-red,
.map-key-marker-yel {
    background-image: url("../png/swoop-gmap-marker-sprite-2.png");
    background-size: 704px 96px;
  }
}

.map-key-marker-yel {
  background-position: 0 -48px;
}

.map-tooltip {
  border: thin 1px #eee;
  background-color: #fffbf0;
  padding: 0 5px;
  width: 180px;
}

.map-tooltip h4 {
  margin-bottom: 4px;
  font-size: 1.3em;
}

.map-tooltip p {
  margin-bottom: 4px;
}
/*# sourceMappingURL=../maps/gmaps-a84febe189.css.map */
