.im-container {
  overflow: hidden;
  position: relative;
  margin: auto;
  font-family: "proxima-nova-bold";
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .im-container {
    height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .im-container {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .im-container {
    width: 100%;
    height: 620px;
  }
}
.im-container.fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
}

.im-welcome {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
}
.im-welcome .im-welcome-popup {
  width: 80%;
  background: white;
  border-radius: 4px;
  position: relative;
  max-width: 820px;
  margin: auto;
  margin-top: 50px;
  border-right: 4px solid #f4f2f3;
  border-bottom: 4px solid #f4f2f3;
  box-sizing: border-box;
  text-align: center;
  padding: 60px;
}
.im-welcome .im-welcome-popup h2 {
  font-size: 32px;
  line-height: 38px;
  color: #524d4d;
  margin-top: 0;
  margin-bottom: 30px;
}
.im-welcome .im-welcome-popup h3 {
  font-size: 22px;
  line-height: 28px;
  color: #524d4d;
  margin-bottom: 10px;
}
.im-welcome .im-welcome-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
}
.im-welcome .im-welcome-close svg path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}
.im-welcome .im-welcome-close:hover svg path {
  fill: #b14c38;
}
.im-welcome .drag-icon {
  width: 60px;
  height: 100px;
  margin: auto;
  margin-bottom: 10px;
}
.im-welcome .im-start-btn {
  display: inline-block;
  box-sizing: border-box;
  background: #d97663;
  padding: 14px 18px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  text-decoration: none;
  margin: auto;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.im-welcome .im-start-btn:hover,
.im-welcome .im-start-btn:focus {
  background: #b14c38;
}
@media screen and (min-width: 768px) {
  .im-welcome {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .im-welcome .im-welcome-popup h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .im-welcome .im-welcome-popup h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .im-welcome .im-welcome-popup {
    margin-top: 90px;
    height: 420px;
  }
}

#im-draggable {
  cursor: url(/images/openhand.cur), auto !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
#im-draggable:active {
  cursor: url(/images/closedhand.cur), auto !important;
  cursor: -webkit-grabbing !important;
}

@media screen and (min-width: 768px) {
  .im-map {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 674px;
    margin-top: -360px;
    margin-left: -760px;
  }
}
@media screen and (min-width: 960px) {
  .im-map {
    width: 1800px;
    height: 1013px;
    margin-top: -580px;
    margin-left: -1090px;
  }
}
@media screen and (min-width: 1200px) {
  .im-map {
    width: 2000px;
    height: 1125px;
    margin-top: -620px;
    margin-left: -1220px;
  }
}

.im-map-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .im-map-image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    z-index: 1;
    background-image: url(/assets/img/geneco/jpg/im-site-map.jpg);
  }
  .im-map-image img {
    display: none;
  }
}

.im-hotspot {
  display: none;
}
@media screen and (min-width: 768px) {
  .im-hotspot {
    display: block;
    position: absolute;
    z-index: 2000;
    z-index: 2;
    opacity: 0;
  }
  .im-hotspot .im-hotspot-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
  }
  .im-hotspot .im-hotspot-circle .im-shadow {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .im-hotspot .im-hotspot-circle svg circle {
    -webkit-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
  }
  .im-hotspot:hover .im-hotspot-circle .im-shadow {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .im-hotspot:hover .im-hotspot-circle svg circle {
    fill: #b14c38;
  }
  .im-hotspot .im-hotspot-label {
    background: white;
    padding: 12px;
    padding-left: 28px;
    border-radius: 3px;
    padding-left: 26px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
    top: 0px;
    left: 20px;
    z-index: 1;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    color: #d36049;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.12);
    opacity: 0;
  }
  .im-hotspot.open .im-hotspot-label {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .im-hotspot.im-biofertilisers {
    top: 43%;
    left: 32.5%;
  }
  .im-hotspot.im-biomethane {
    top: 39%;
    left: 38.5%;
  }
  .im-hotspot.im-food-waste {
    top: 58.5%;
    left: 53.5%;
  }
  .im-hotspot.im-biological-sewage-treatment {
    top: 33%;
    left: 56%;
  }
  .im-hotspot.im-renewable-electricity {
    top: 52%;
    left: 58%;
  }
  .im-hotspot.im-liquid-waste {
    top: 70%;
    left: 59%;
  }
  .im-hotspot.im-primary-sewage-treatment {
    top: 53.5%;
    left: 69%;
  }
  .im-hotspot.im-sewage-inlet-and-screening {
    top: 63.5%;
    left: 76.5%;
  }
  .im-hotspot.im-compost {
    top: 48%;
    left: 86%;
  }
}

.im-sliding-panel {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  top: 0;
  left: -100%;
  z-index: 20000;
}
.im-sliding-panel .im-area-image {
  float: left;
  width: 50%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.im-sliding-panel .im-area-image.im-biofertilisers {
  background-image: url(/assets/img/geneco/jpg/im-biofertiliser.jpg);
}
.im-sliding-panel .im-area-image.im-biomethane {
  background-image: url(/assets/img/geneco/jpg/im-biomethane.jpg);
}
.im-sliding-panel .im-area-image.im-food-waste {
  background-image: url(/assets/img/geneco/jpg/im-food-waste.jpg);
}
.im-sliding-panel .im-area-image.im-biological-sewage-treatment {
  background-image: url(/assets/img/geneco/jpg/im-biological-sewage-treatment.jpg);
}
.im-sliding-panel .im-area-image.im-renewable-electricity {
  background-image: url(/assets/img/geneco/jpg/im-renewable-electricity.jpg);
}
.im-sliding-panel .im-area-image.im-liquid-waste {
  background-image: url(/assets/img/geneco/jpg/im-liquid-waste.jpg);
}
.im-sliding-panel .im-area-image.im-primary-sewage-treatment {
  background-image: url(/assets/img/geneco/jpg/im-primary-sewage-treatment.jpg);
}
.im-sliding-panel .im-area-image.im-sewage-inlet-and-screening {
  background-image: url(/assets/img/geneco/jpg/im-sewage-inlet-and-screening.jpg);
}
.im-sliding-panel .im-area-image.im-compost {
  background-image: url(/assets/img/geneco/jpg/im-compost.jpg);
}
.im-sliding-panel .im-area-info {
  float: left;
  width: 50%;
  color: #524d4d;
  box-sizing: border-box;
  padding: 60px 40px;
  box-sizing: border-box;
}
.im-sliding-panel .im-area-info h3 {
  font-size: 12px;
  font-family: "brownfox-geometria";
  text-transform: uppercase;
  margin-top: 0;
}
.im-sliding-panel .im-area-info h2 {
  font-size: 32px;
  line-height: 38px;
  font-family: "brownfox-geometria-extrabold";
  margin-top: 0;
  margin-bottom: 20px;
}
.im-sliding-panel .im-area-info p {
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.im-sliding-panel .im-area-info a.im-find-out-more {
  text-decoration: none;
  color: #d97663;
  display: block;
}
.im-sliding-panel .im-area-info a.im-find-out-more.hidden {
  display: none;
}
.im-sliding-panel .im-area-info .im-content {
  max-width: 510px;
}
@media screen and (min-width: 768px) {
  .im-sliding-panel {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .im-sliding-panel .im-area-info {
    padding: 60px 40px;
  }
  .im-sliding-panel .im-area-info h3 {
    font-size: 14px;
  }
  .im-sliding-panel .im-area-info h2 {
    font-size: 44px;
    line-height: 58px;
    margin-top: 0;
  }
  .im-sliding-panel .im-area-info p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .im-sliding-panel .im-area-info {
    padding: 100px 50px;
  }
  .im-sliding-panel .im-area-info h3 {
    font-size: 14px;
  }
  .im-sliding-panel .im-area-info h2 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media screen and (min-width: 1400px) {
  .im-sliding-panel .im-area-info {
    padding: 100px 50px;
  }
  .im-sliding-panel .im-area-info h3 {
    font-size: 14px;
  }
  .im-sliding-panel .im-area-info h2 {
    font-size: 62px;
    line-height: 70px;
  }
}

.im-close-btn {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  border: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
  background: none;
  border: 0;
  cursor: pointer;
}
.im-close-btn svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.im-close-btn .im-shadow {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.im-close-btn:hover .im-shadow {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.arrow-icon {
  height: 0.75rem;
  width: 0.375rem;
  display: inline-block;
}

.sk-fading-circle {
  margin: auto;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  z-index: 100;
  display: block;
}
.sk-fading-circle.hidden {
  display: none;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #d97663;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
