/* Head */
.intro figure {
  text-align: center;
  margin-bottom: 10px;
}
.intro h1 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #058acd;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .intro h1 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.intro h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .intro h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.intro h2 span {
  display: block;
  color: #999;
  text-transform: none;
}
.intro .owl-carousel.contacts {
  margin-bottom: 25px;
}
.intro .owl-carousel.contacts .owl-nav {
  position: absolute;
  top: 50% !important;
  margin-top: -24px;
  width: 100%;
  left: 0;
  padding: 0;
}
.intro .owl-carousel.contacts .owl-nav [class*='owl-'] {
  color: #fff !important;
}
.intro .owl-carousel.contacts .owl-nav .owl-prev,
.intro .owl-carousel.contacts .owl-nav .owl-next {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.15);
  width: 45px;
  height: 45px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.intro .owl-carousel.contacts .owl-nav .owl-prev {
  left: 15px;
}
.intro .owl-carousel.contacts .owl-nav .owl-next {
  right: 15px;
}

.contact_info ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 45px 0;
  width: 100%;
}
.contact_info ul li {
  display: inline-block;
  padding-right: 25px;
  width: 33%;
  font-weight: 700;
}
@media (max-width: 991px) {
  .contact_info ul li {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .contact_info ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact_info ul li a {
  background-color: #f4f4f4;
  display: block;
  padding: 15px;
}
.contact_info ul li a span {
  color: #333;
}
.contact_info ul li a span strong {
  display: block;
  color: #058acd;
}
.contact_info ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.contact_info ul li:last-child {
  padding-right: 0;
}

/* Map */
#map {
  width: 100%;
  height: 400px;
  margin-bottom: 45px;
}

/* stores */
.store_item {
  padding: 0;
  min-height: 420px;
}
@media (max-width: 767px) {
  .store_item {
    min-height: inherit;
  }
}
.store_item .header {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .store_item .header img {
    width: 100%;
    height: auto;
  }
}
.store_item .header .loto {
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  width: 60px;
  height: 60px;
}
.store_item .content {
  padding: 20px;
}
.store_item .content h3 {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.store_item .content ul {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .store_item .content ul {
    margin-bottom: 10px;
  }
}
.store_item .content ul li {
  padding-bottom: 5px;
}
.store_item .content ul li strong {
  display: block;
}
.store_item .content ul.list_opening {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
}
@media (max-width: 767px) {
  .store_item .content ul.list_opening {
    padding: 0;
  }
}
.store_item .content ul.list_opening li {
  font-size: 13px;
  font-size: 0.8125rem;
  display: flex;
  justify-content: space-between;
}
.store_item .content .ft_item {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (max-width: 767px) {
  .store_item .content .ft_item {
    position: static;
  }
}

/* Markers */
.marker_info {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.marker_info h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.marker_info {
  width: 240px;
  height: 270px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  background: url(../img/logo_idro_infobox.png) center 20px no-repeat rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 9999999;
  padding-top: 70px;
}

.marker_info h3 {
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 14px;
}

.marker_info span {
  display: block;
  padding: 0 15px;
  font-size: 13px;
  line-height: 16px;
  color: #555;
  margin-bottom: 15px;
}

.marker_info:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: rgba(255, 255, 255, 0.9);
  border-width: 10px;
  margin-top: -10px;
}

a.btn_infobox {
  background-color: #058acd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 15px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
a.btn_infobox:hover {
  background-color: #1e4477;
}
