

#ls-gmap-html {
  padding: 15px;
}
@media all and (min-width:600px) {
  #ls-gmap-html {
    padding: 25px;
  }
}
@media all and (min-width:900px) {
  #ls-gmap-html {
    padding: 45px;
  }
}
#close-info {
  display: block;
  width: 70px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #292929;
}

#close-info::before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  top: 11px;
  right: 0px;
  background-color: #292929;
  transform: rotate(45deg);
}
#close-info::after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  top: 11px;
  right: 0px;
  background-color: #292929;
  transform: rotate(-45deg);
}

#ls-gmap-container {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  position: relative;
}

.ls-gmap-contents {
  display: block;
  width: 0%;
  right: -100px;
  height: 90vh;
  min-height: 400px;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
  color: #292929;
}



.ls-gmap {
  display: block;
  width: 100%;
  height: 90vh;
  min-height: 400px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

#ls-gmap-container.open #ls-gmap {

}

#ls-gmap-container.open #ls-gmap-contents {
  width: 100%;
  min-width: 320px;
  max-width: 370px;
  right: 0;
}

.custom-select {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}

.field-select {
  position: relative;
  display: inline-block;
  width: 49%;
}
@media all and (min-width: 640px) {
  .field-select {
    width: 33%;
  }
}
@media all and (min-width: 900px) {
  .field-select {
    width: 24%;
  }
}
@media all and (min-width: 1200px) {
  .field-select {
    width: 10.8%;
  }
}


.field-select select {
  display: inline-block;
  margin: 5px 0.5%;
  /*width: calc(49% - 10px);*/
  width: 100%;
  padding: 2px 5px 2px 5px;
  font-size: 13px;
  border: 1px solid #CCC;
  height: 26px;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  position: relative;
}

.field-select label.field-label {
  display: inline-block;
  margin: 5px 0.5%;
  width: calc(49% - 10px);
  padding: 5px 5px 5px 5px;
  font-size: 16px;
  height: 34px;
  text-align: right;
}

.GmapContact-Info {
  padding: 5px;
  max-width: 170px;
}
.GmapContact-Info .btn-gmap,
.GmapContact-Info .btn-gmap:visited {
  display: table;
  padding: 5px 10px;
  color: #3f3f3f;
  background-color: #fff;
  /*border: solid 1px #3f3f3f;*/
  /*border-radius: 4px;*/
  text-decoration: underline;
  margin: 10px auto 0;
  transition: all 0.2s ease-in-out;
}
.GmapContact-Info .btn-gmap:hover {
  color: #FFF;
  background-color: #3f3f3f;
}

.Gmap-Item-Logo {
  display: block;
  width: 90%;
  margin-left: 5%;
  padding: 5px;
  text-align: center;
}

.Gmap-Item-Logo img {
  max-width: 100% !important;
  height: auto;
}

.Gmap-Item-Flag {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.Gmap-Item-Flag img {
  display: inline-block;  
}
.Gmap-Item-Flag h5 {
  display: inline-block;  
  margin-left: 5px;
}


.InfoBox-Item-Logo {
  display: block;
  width: 90%; 
}

.InfoBox-Item-Logo img {
  max-width: 100% !important;
  height: auto;
}

.InfoBox-Item-Flag {
  display: table;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.InfoBox-Item-Flag img {
  display: table-cell;
}
.InfoBox-Item-Flag h3 {
  display: table-cell;
  padding-left: 10px;
  font-size: 20px;
}
