
.ajmint-map-bg {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  height: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: -ms-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: -o-calc(100% + 10px);
  width: 100%;
  background-color: #235063;
  z-index: -1;
  opacity: 0.95;
  
}
#ajmint-inset-map-description {
  line-height: 22px;
  font-size: 14px;

}
.ajmint-map-semiopaque: {
  opacity: 0.95;

}
#ajmint-mini-map-square {
  top: 0px;
  left: 33%;
  position: absolute;

}
#ajmint-inset-map-back {
  position: absolute;
  left: 26%;
  top: 40px;
  height: 20px;
  width: 20px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  background-color: #337490;
}
#ajmint-inset-map-forward {
  position: absolute;
  left: 27%;
  top: 40px;
  left: calc(26% + 22px);
  left: -webkit-calc(26% + 22px);
  left: -ms-calc(26% + 22px);
  left: -o-calc(26% + 22px);
  height: 20px;
  width: 20px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  background-color: #337490;
}
#ajmint-inset-map-toggle,#ajmint-mini-map-toggle {
  border-radius: 5px;
  position: absolute;
  top: -10px;
  right: 95%;
  color: white;
  width: 40px;
  height: 40px;
  background-color: #337490;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  display: none;
  

}
#ajmint-inset-map-fixed {
  display: none;

}
#ajmint-inset-map-fixed, #ajmint-mini-map-fixed {
  position: fixed;
  bottom: 0px;
  opacity: 0;
  width: 100%;
  z-index: 30;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 5px #337490;
}
#ajmint-mini-map {
  width: 100%;
  float: left;
  background-color: #235063;
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0px;
  border-top: solid 5px #337490;
  position: relative;
}
#ajmint-mini-map-fixed {
  cursor: pointer;

}
#ajmint-inset-map {
  
  position: relative;
  width: 100%;
  float: left;
  background-color: #235063;
  opacity: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0px;
  border-top: solid 5px #337490;
}
#ajmint-inset-map-img {
  float: left;
  max-width: 65%;
}
#ajmint-mini-map-img {
  max-width: 65%;

}
#ajmint-inset-map-body, #ajmint-mini-map-body {
  position: relative;
  width: 100%;

}
#ajmint-inset-map #ajmint-inset-map-body {
  background-color: #235063;


}
#ajmint-inset-map-text,#ajmint-mini-map-text {
  color: white;
  width: 33%;
  float: left;
  padding-right: 5%;
  padding-left: 7%;
  height: 100%;
}
#ajmint-inset-map-title, #ajmint-mini-map-title {
  font-family: "BebasNeue", Helvetica, sans-serif;
  font-size: 24px;
  padding-bottom: 15px;
  padding-top: 6px;
  text-transform: uppercase;
  font-weight: bold;
}
#ajmint-mini-map-subhed {
  cursor: pointer;
  font-style: italic;

}
#ajmint-inset-map-place {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 18px;
}
#ajmint-inset-map-content {
  line-height: 22px;

}
@media screen and (max-width: 800px) {
 #ajmint-inset-map-toggle, #ajmint-mini-map-toggle {
  left: 0%;
}
#ajmint-inset-map-title, #ajmint-mini-map-title {
  font-size: 16px;
  padding-bottom: 8px;
}
#ajmint-inset-map-description {
  font-size: 12px;
  line-height: 16px;

}


}
@media screen and (max-width: 600px) {
  #ajmint-inset-map-fixed, #ajmint-mini-map-fixed, #ajmint-mini-map, #ajmint-inset-map {
    display: none;
  }

}