/*!
 *
 * Copyright Indian GourmetStart Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/

#themenu .-item {
  margin: 0 0 15px;
  right: 0;
}
#themenu .themenu-item .themenu-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#themenu .themenu-item .themenu-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#themenu .themenu-item .themenu-link .caption:hover {
  opacity: 1;
}
#themenu .themenu-item .themenu-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#themenu .themenu-item .themenu-link .caption .caption-content i {
  margin-top: -12px;
}
#themenu .themenu-item .themenu-link .caption .caption-content h3,
#themenu .themenu-item .themenu-link .caption .caption-content h4 {
  margin: 0;
}
#themenu * {
  z-index: 2;
}
@media (min-width: 767px) {
  #themenu .themenu-item {
    margin: 0 0 30px;
  }
}
 #map {
        height: 400px;
        width: 100%;
       }
       