@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("../fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0")
      format("embedded-opentype"),
    url("../fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"),
    url("../fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"),
    url("../fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"),
    url("../fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Bold */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("../fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0")
      format("embedded-opentype"),
    url("../fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"),
    url("../fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"),
    url("../fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"),
    url("../fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
.qrcode {
  position: absolute;
  right: 80px;
  top: 35px;
  width: 120px;
}
.here {
  border-radius: 100%;
}
.floors-list li.floor {
  color: rgb(188, 188, 188);
  width: 100%;
  border-radius: 0;
  cursor: pointer;
}
.floors-list {
  width: 200px;
}

ul.pois > li > a strong {
  font-weight: bold;
}

.floors-list li.floor.active {
  color: #000;
  background-image: url(../img/ball.png);
  background-size: auto;
  background-position: 100% center;
  background-repeat: no-repeat;
}
.touch {
  position: absolute;
  right: 200px; /* Oli 220px */
  top: 440px; /* Oli 35px */
  width: auto;
}

.map-bg .qrcode,
.map-bg .touch {
  display: none !important;
}
.row.element {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: flex-start;
  background-image: url(../img/line.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 100px 50px;
}
.row.element[data-floor="1"],
.row.element[data-floor="0"] {
  align-items: flex-start;
  background-position: 100px 48px;
}
.row.element[data-floor="1"] .col-sm-9 .pois,
.row.element[data-floor="0"] .col-sm-9 .pois {
  margin-top: 25px;
}
.pois h4 {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0.5em 0;
}
.pois h4 a {
  color: #000;
  font-weight: 900 !important;
}
.columns {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.columns ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.columns ul li {
  width: 33%;
}
.map-bg .columns {
  width: 100%;
  display: block;
  padding-left: 23px;
}
.map-bg .columns.no-padding {
  padding-left: 0;
}
.map-bg .columns.columns-2 ul,
.map-bg .columns.columns-3 ul,
.map-bg .columns.columns-4 ul {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .columns {
    display: block;
  }
  .columns ul {
    display: block;
    width: 100% !important;
  }
  .columns ul li {
    width: 100%;
  }
}
.rounded {
  border-radius: 50%;
}

.row.element .col-sm-3,
.row.element .col-sm-9,
.col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
body {
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  font-family: "Gotham Narrow", "Open Sans", "sans-serif";
  font-weight: normal;
  background-size: cover;
  min-height: 100vh;
  line-height: 1.2 !important;
}
body.frontpage-bg {
  background: url(../img/taustakuva.jpg);
  background-size: cover;
}
body.map-bg {
  background: #fff;
}
table {
  width: 100%;
  table-layout: fixed;
}
.date,
.time {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-size: 36px;
  padding: 0 5px;
  font-weight: normal;
  margin-left: 10px;
  float: right;
}
.clock {
  position: absolute;
  top: 45px;
  right: 50px;
  width: 400px;
}

tspan.hightlight,
text.highlight {
  fill: #00ff00;
  font-size: 100px;
}

.map-element.element {
}
.map img {
  width: 100%;
  height: auto;
}
ul.floors-list {
  border-right: 16px solid rgb(180, 180, 180);
  padding: 0;
}
.map-element.element .floor h4 {
  display: block;
  font-size: 77px;
}
.map-element.floor-0 .floor {
  top: 607px;
}
.map-element.floor-1 .floor {
  top: 467px;
}
.map-element.floor-2 .floor {
  top: 300px;
}
.map-element.floor-3 .floor {
  top: 157px;
}
.map-element.floor-4 .floor {
  top: 100px;
}
.map-element.floor-5 .floor {
  top: 0px;
}
.map-element.element .pois li {
  display: block;
  vertical-align: top;
  width: 100%;
}
.map-element.element .pois li .color {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 3px;
}
.element .pois li a:hover {
  color: #333;
}
.map-element.element .pois li a {
  display: inline-block;
}
.map-element.element .floor:after {
  top: 55px;
}
.map-container {
  z-index: 990;
  position: relative;
}

.close-map {
  position: absolute;
  left: 74px;
  bottom: 60px;
  z-index: 1010;
}
.frontpage-bg .close-map {
  display: none;
}
.close-map img {
  width: 77px;
}

.element {
  margin-bottom: 0.5em; /* Oli 20px */
}
.map-element.element {
}
.element[data-floor="5"] {
  left: 30px;
  top: 230px;
}
.element[data-floor="4"] {
  left: 30px;
  top: 330px;
}
.element[data-floor="3"] {
  left: 30px;
  top: 520px;
}
.element[data-floor="2"] {
  left: 30px;
  top: 750px;
}
.element[data-floor="1"] {
  left: 660px;
  top: 230px;
}
.element[data-floor="0"] {
  left: 1280px;
  top: 230px;
}
.element .floor {
  background: #fff;
  color: #000;
  padding: 5px 0;
  text-align: left;
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 100%;
  align-self: flex-end;
  width: 114px;
  height: 114px;
  justify-content: center;
}
main {
  background: #ffffff;
}
.languages {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 3;
  padding: 0;
  margin: 0;
}

.languages li {
  display: inline-block;
  margin-right: 0;
  width: 30%;
  text-align: center;
}
header {
  height: inherit;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
footer {
  position: fixed;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 1000;
}
.map-bg footer {
  display: none;
}
footer .button {
  border-bottom: 1px solid #000;
}
footer .button .row {
  padding: 0.5em 0;
}
footer .button .row {
  max-width: 1200px;
  margin: 0 auto;
}
footer .button .row > * {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
}
footer .button .row img {
  margin-left: 6px;
}
footer .button .row[aria-expanded="true"] .read-more {
  display: none;
}
footer .button .row[aria-expanded="true"] .close-text {
  display: block;
}
footer h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}
footer p {
  margin-top: 0;
  padding-top: 0;
}
.open-map > * {
  font-weight: 500;
}
footer .button .row[aria-expanded="false"] .read-more {
  display: block;
}
footer .button .row[aria-expanded="false"] .close-text {
  display: none;
}
footer .button .row .text-right {
  text-align: right;
  text-transform: none;
}
footer img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
body {
  font-size: 18px;
}
h2 {
  font-size: 2.2em;
  margin: 0;
  position: relative;
  text-align: center;
  color: #000;
  line-height: 1em;
  z-index: 2;
}
main.container-fluid {
  margin-top: 3em;
}

h3 {
  font-size: 1.6em;
  margin: 0;
  position: relative;
  text-transform: none;

  text-align: center;
  font-weight: normal;
  color: #000;
  z-index: 2;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .map img {
    width: 140%;
    height: auto;
    margin: 0 auto;
    margin-left: -20%;
  }
}
.languages li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-decoration: none;
  color: #666;
  font-weight: normal;
  font-size: 20px;
  font-weight: bold;
}
header {
  position: relative;
}
.logo {
  width: 100px;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding: 10px;
}
.map-element.element .pois {
  height: inherit;
}
html,
body {
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  .element .floor {
    width: 60px;
    height: 60px;
  }

  main.container-fluid {
    margin-top: 0;
    padding: 2em 0;
  }
  footer {
    border-top: 1px solid #000;
  }
  .col-lg-7.col-xs-12,
  .col-lg-4.col-xs-12 {
    padding: 0;
    padding-top: 50px;
  }
  body.frontpage-bg {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .col-lg-5.col-xs-12 {
    padding: 0;
  }
  .floor-container {
    overflow: hidden;
  }
  .map img {
    width: 120%;
    height: auto;
    margin: 0 auto;
  }
  .close-map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: inherit;
    right: inherit;
    z-index: 1010;
  }
  .frontpage-bg .close-map {
    display: none;
  }
  .map-element.element .floor h4 {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .floors-list li {
    display: none !important;
  }
  .floors-list li.active {
    display: block !important;
    background: none !important;
    text-align: center;
  }
  .floors-list {
    border-right: none !important;
    width: auto;
    margin-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  .floors-list li {
    display: block;
  }
  .logo {
    width: 155px;
    height: auto;
    position: absolute;
    left: 40px;
    top: 25px;
    margin: 0;
    padding: 0;
  }
  .map-element.element .pois {
    height: 700px;
  }
  h2 {
    font-size: 60px;
    margin: 0;
    position: absolute;
    line-height: inherit;
    left: 255px;
    top: 30px;
    text-align: left;
    color: #000;
    z-index: 2;
  }
  header {
    height: 200px;
    text-align: inherit;
  }
  h3 {
    font-size: 40px;
    margin: 0;
    position: absolute;
    text-transform: none;
    left: 255px;
    top: 100px;
    text-align: left;
    font-weight: normal;
    color: #000;
    z-index: 2;
  }
  .element .floor {
    text-align: center;
  }
  main {
    background: none;
    margin-top: 20px;
  }
  /*.element .pois, .element .floor, .languages li, .qrcode, .map {
      box-shadow: 10px 10px 10px rgba(0,0,0,.3);
  }*/
  .languages {
    position: absolute;
    top: 35px;
    background: none;
    bottom: inherit;
    right: 40px;
    width: inherit;
    left: inherit;
    display: block;
    z-index: 3;
  }
  .languages li {
    display: block;

    width: inherit;
    text-align: center;
  }
  .languages li a {
    display: block;
    width: 24px;
    padding: 9px 0;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
  }
}
.element .floor h4 {
  font-size: 77px;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.element .floor span,
.element .floor h4 small {
  font-size: 20px;
  display: inline-block;
  letter-spacing: -1px;
}
.element .pois {
  min-height: 110px;
  background: #fff;

  padding: 5px 15px;
  margin: 0;
}
@media (max-width: 1199px) {
  .element .pois {
    padding: 0 0 20px 0;
  }
  main.container-fluid {
    margin-bottom: 100px;
  }
  footer {
    font-size: 16px;
  }
}
img.poi {
  width: 30px;
  position: absolute;
  z-index: 999;
}
.map-container .map {
  position: relative;
}
.map-element.element .pois {
}
.element .pois li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 3px;
}
.element .pois li:last-child {
}
.element .pois li a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
  word-break: break-word;
}
.map {
  width: 100%;
  background: #ffffff;
  height: auto;
}
.map .floor-container {
  padding: 0;
}
.map .floor-container object {
  position: relative;
}

.languages li a:hover {
}
.columns ul {
  padding: 0;
}
h2,
h4,
h5,
h6 {
  text-transform: uppercase;
}
strong {
  letter-spacing: -1px;
}
h2 {
  letter-spacing: -2px;
}
.languages li.active a {
  border-bottom: 5px solid #000;
  color: #000;
}
/* käsianimaatio tausta */

.modal-backdrop {
  background-color: white;
}
