/* Generated by less 2.5.1 */
/* vars */
/* --------------------------- */
.contact-grid .item-static,
.contact-grid .item {
  height: 350px;
  width: 100%;
  margin-bottom: 60px;
}
.contact-grid .item-static {
  position: relative;
  background-color: #0069b3;
  padding: 15px;
}
.contact-grid .item-static * {
  color: white;
}
.contact-grid .item-static .item-title {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.contact-grid .item-static .item-title:after {
  content: " ";
  height: 1px;
  left: 0;
  bottom: 0;
  width: 75px;
  background-color: white;
  position: absolute;
}
.contact-grid .item {
  position: relative;
  display: block;
}
.contact-grid .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.contact-grid .item .bg:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(75, 90, 100, 0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.contact-grid .item .item-label {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  bottom: -20px;
  background-color: #0069b3;
  text-align: center;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.contact-grid .item .item-label * {
  color: white;
  text-align: center;
  padding: 0;
  margin: 0;
}
.contact-grid .item .item-label .contact-title {
  position: relative;
  margin-bottom: 10px;
  font-weight: 100;
  text-transform: uppercase;
}
.contact-grid .item .item-label .contact-title:after {
  content: " ";
  height: 1px;
  left: 40%;
  right: 40%;
  background-color: white;
  position: absolute;
  bottom: -6px;
}
.contact-grid .item .item-label .pos {
  font-style: italic;
  font-weight: 100;
}
.contact-grid .item .hover-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px 10px 30px 10px;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.contact-grid .item .hover-content * {
  color: white;
  text-align: center;
}
.contact-grid .item .hover-content svg {
  margin-top: 20px;
}
.contact-grid .item:hover {
  cursor: pointer;
}
.contact-grid .item:hover .bg:after {
  background: rgba(75, 90, 100, 0.9);
}
.contact-grid .item:hover .item-label {
  bottom: 10px;
}
.contact-grid p.item-subtitle {
  font-size: 16px;
}
.contact-grid .item-adress a {
  text-decoration: underline;
  font-size: 16px;

}
.contact-grid .item-adress p {
  font-size: 16px;
}
.contact-grid .item:hover .hover-content {
  opacity: 1;
  padding: 20px 10px 30px 10px;
}
.noimage{
  background: #f0f0f0;
}
