@charset "UTF-8";

/* Contact Page */
.contact-form {
  margin: 30px auto 0;
}

.contact-form .form-group {
  border: 1px solid #505050;
  box-shadow: unset;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}

.contact-form .form-group label {
  background-color: #f6f6f6;
  color: #505050;
  font-weight: lighter;
  left: 15px;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  top: -16px;
}

.contact-form .form-control {
  background-color: transparent;
}

.background-white{
  background-color: #fff !important;
}

.contact-form textarea {
  resize: none;
}

.contact-form .btn {
  background-color: #264070;
  border-color: #264070;
  font-size: 1.3rem;
  font-weight: 500;
  height: auto;
  padding: 7px 15px 8px;
}

.contact-form .btn:focus,
.contact-form .btn:hover,
.contact-form .btn:active {
  background-color: #fffe02;
  border-color: #dad900;
  color: #264070;
}

.contact-form .form-control:focus:not(:placeholder-shown):not(:valid) {
  color: #956400;
}

.contact-form .form-control:valid:not(:focus):not(:placeholder-shown) {
  color: #4CAF50;
}

.contact-form .form-control:invalid:not(:focus):not(:placeholder-shown):not(select) {
  color: #e30025;
}

.col-badge-gray {
  background-color: #f0f0f0;
}

@media (min-width: 992px) {
  .col-badge-gray {
    border-left: 3px solid #ccc;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, .05);
    position: relative;
    z-index: 1;
  }
}

/* Maps */
#map,
#container-route {
  display: block;
  height: 350px;
}

#map {
  background: url(../img/min-loader.gif) no-repeat center;
}

#container-route {
  overflow: scroll;
  overflow-x: hidden;
}

#map .shops-list {
  font-size: 10px;
  width: 240px;
  padding-left: 20px;
}

#map .shops-list .item {
  border: none;
}

#map .shops-list .text {
  padding: 0;
}

#map .shops-list .phone {
  background: none;
  color: #222;
}

#map1, #map2, #map3 {
  margin-bottom: 15px;
}

#map1, #map1 #container-route, #map2, #map2 #container-route, #map3, #map3 #container-route {
  display: block;
  height: 300px;
}

#map1, #map2, #map3 {
  background: url(../img/min-loader.gif) no-repeat center;
}

#map1 #container-route,
#map2 #container-route,
#map3 #container-route {
  overflow: scroll;
  overflow-x: hidden;
}

.infoWin h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.infoWin p {
  margin-bottom: 10px;
}

.infoWin .btn {
  background-color: #264070;
  border-color: #264070;
  font-size: 1.3rem;
  font-weight: 500;
  height: auto;
  padding: 7px 15px 8px;
}

.infoWin .btn:focus,
.infoWin .btn:hover,
.infoWin .btn:active {
  background-color: #fffe02;
  border-color: #dad900;
  color: #264070;
}
