@import url("https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700");
/* -------------------------------- 

Primary style

-------------------------------- */
/* line 16, ../sass/style_map.scss */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 21, ../sass/style_map.scss */
body {
  font-size: 100%;
  font-family: Dosis, sans-serif;
  color: #2d313f;
  background-color: #e7eaf0;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/* line 36, ../sass/style_map.scss */
#cd-google-map header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #2d313f;
}
/* line 42, ../sass/style_map.scss */
#cd-google-map header h1 {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  /* line 36, ../sass/style_map.scss */
  #cd-google-map header {
    height: 300px;
    line-height: 300px;
  }
}

/* line 53, ../sass/style_map.scss */
#google-container {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #e7eaf0;
}
@media only screen and (min-width: 768px) {
  /* line 53, ../sass/style_map.scss */
  #google-container {
    height: 300px;
  }
}
@media only screen and (min-width: 1170px) {
  /* line 53, ../sass/style_map.scss */
  #google-container {
    height: 300px;
  }
}

/* line 68, ../sass/style_map.scss */
#cd-google-map {
  position: relative;
}
/* line 71, ../sass/style_map.scss */
#cd-google-map address {
  position: absolute;
  font-style: normal;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0.5em 0.5em;
  background-color: rgba(85, 16, 0, 0.9);
  color: white;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 80, ../sass/style_map.scss */
#cd-google-map address p {
  display: inline-block;
  margin: 0.5em;
}
@media only screen and (min-width: 768px) {
  /* line 71, ../sass/style_map.scss */
  #cd-google-map address {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
}
/* line 95, ../sass/style_map.scss */
#cd-google-map address a:hover,
#cd-google-map address a:active,
#cd-google-map address a:link,
#cd-google-map address a:visited {
  color: white;
}

/* line 101, ../sass/style_map.scss */
#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #a8daf7;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
}
/* line 111, ../sass/style_map.scss */
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #a8daf7;
}
@media only screen and (min-width: 768px) {
  /* line 101, ../sass/style_map.scss */
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}

/* line 120, ../sass/style_map.scss */
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 150px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  /* line 120, ../sass/style_map.scss */
  #cd-zoom-in {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1170px) {
  /* line 120, ../sass/style_map.scss */
  #cd-zoom-in {
    margin-top: 150px;
  }
}

/* line 135, ../sass/style_map.scss */
#cd-zoom-out {
  background-position: 50% -32px;
}
