/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.map_wrap {
  position: relative;
  background-color: #FBFBFC;
  max-width: 1100px;
  height: 0;
  padding-bottom: 100%; }
  .map_wrap .map_imgs {
    position: relative; }
    .map_wrap .map_imgs img {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      max-width: 100%; }
      .map_wrap .map_imgs img.base, .map_wrap .map_imgs img.active {
        display: block; }
  .map_wrap .hotspot_wrap {
    position: relative;
    max-width: 1100px;
    height: 0;
    padding-bottom: 100%; }
    .map_wrap .hotspot_wrap div {
      position: absolute; }
      .map_wrap .hotspot_wrap div:hover {
        cursor: pointer; }
      .map_wrap .hotspot_wrap div.scot {
        height: 38%;
        width: 32%;
        left: 24%;
        top: 5%; }
      .map_wrap .hotspot_wrap div.ne {
        left: 50%;
        top: 32%;
        width: 9%;
        height: 13%; }
      .map_wrap .hotspot_wrap div.nw {
        left: 45%;
        top: 39%;
        width: 9%;
        height: 21%; }
      .map_wrap .hotspot_wrap div.y {
        left: 52%;
        top: 44%;
        width: 14%;
        height: 13%; }
      .map_wrap .hotspot_wrap div.em {
        left: 54%;
        top: 54%;
        width: 14%;
        height: 15%; }
      .map_wrap .hotspot_wrap div.wm {
        left: 47%;
        top: 57%;
        width: 12%;
        height: 13%; }
      .map_wrap .hotspot_wrap div.w {
        left: 34%;
        top: 54%;
        width: 16%;
        height: 22%; }
      .map_wrap .hotspot_wrap div.e {
        left: 63%;
        top: 61%;
        width: 13%;
        height: 12%; }
      .map_wrap .hotspot_wrap div.l {
        left: 62%;
        top: 72%;
        width: 6%;
        height: 4%; }
      .map_wrap .hotspot_wrap div.se {
        left: 56%;
        top: 68%;
        width: 19%;
        height: 16%; }
      .map_wrap .hotspot_wrap div.sw {
        left: 36%;
        top: 70%;
        width: 20%;
        height: 18%; }

.lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  align-items: center;
  justify-content: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.2); }
  .lightbox.active {
    display: flex; }
  .lightbox img {
    padding: 20px;
    margin: auto;
    max-width: 100%;
    display: none; }
    .lightbox img.active {
      display: block; }
