

.store {
  background-color: orange;
}

.store:hover {
  color: #fff!important;
  background-color: #e09100!important;
}

ul.nav.resmenu li:last-child {
  background-color: orange;
}

.title {
  color: #0074ba;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 2.5em;
}
.title span {
	text-transform: none;
}
.contactinfo {
    font-size: 1.2em;
}
.contact-wrapper {
  min-height: 180px;
  border: 1px solid #e2e0e0;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.icon p {
  position: relative;
  margin-top: -50px;
  text-align: center;
  color: #FFF;
  font-size: 1.4em;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif; 
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}

.mobile-icon {
  width: 50%;
  float: left;
}
.mobile-items {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.mobile-items img {
  position: absolute;
}
.mobile-items p {
  font-size: 2em;
  color: white;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  margin-top: 85%;
  text-shadow: #888 1px 1px 1px;
}
.ratio {
  position: relative;
  height: 0;
  border: none;
  padding-top: 100%;
  margin: 10px;
}

.water, .steam, .heat, .sewage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15%;
}
.water { 
  background-image: url(../images/icon/water-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }
.steam { 
  background-image: url(../images/icon/steam-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.heat { 
  background-image: url(../images/icon/heat-icon.svg);
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
}
.sewage { 
  background-image: url(../images/icon/sewage-icon.svg); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service {
  padding-top: 40px;
}
.service img {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  padding-bottom: 10px;
}
.service h3 {
  text-align: center;
}
.service p {
  text-align: left;
}
#messenger {
  position: fixed;
  bottom: 84px;
  left: 10px;
  z-index: 999;
}
.messagers a{
  position: fixed;
  width:60px;
  height: 60px;
  border-radius:60px;
  z-index: 999;
}
a#facebook{
  bottom: 20px;
  left: 165px;
  background-color: #3b5998;
  color: #FFF;
  padding: 10px;
  font-size: 40px;
  box-shadow:1px 1px 5px #3b5998; 
}
a#telegram {
  left:15px;
  bottom:20px;
  background-color: #27A5E7;
  color: #FFF;
  box-shadow:1px 1px 5px #27A5E7;
  font-size: 30px;
  padding: 15px;
}
a#whatsapp {
  padding: 10px;
  font-size:40px;
  left:90px;
  bottom:20px;
  color:#FFFFFF;
  background:#27e759;
  box-shadow:1px 1px 5px #27e759;
}
i.fa-whatsapp, i.fa-facebook {
  margin-left: 2px;
}

.messagers_pulse {
  animation: animationpulse 2s infinite;
  -webkit-animation: animationpulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.messagers_shadow {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.messagers_shadow:hover {
box-shadow: 1px 1px 15px rgba(0,0,0,0.5) !important;
}
.messagers_button {
  opacity: 1;
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: normal;
}

@-webkit-keyframes animationpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 inherit;
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes animationpulse {
  0% {
     transform: scale(1.0, 1.0);
    -moz-box-shadow: 0 0 0 0 inherit;
    box-shadow: 0 0 0 0 inherit;
  }
  10% {
     transform: scale(1.1, 1.1);
  }
  15% {
     transform: scale(1.0, 1.0);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
      box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@-ms-keyframes animationpulse {
    0% {
        -ms-transform: scale(1.0, 1.0);
    }
    10% {
        -ms-transform: scale(1.1, 1.1);
    }
    20% {
        -ms-transform: scale(1.0, 1.0);
    }
    100% {
       -ms-transform: scale(1.0, 1.0);
    }
}

.product_image {
  margin: 15px;
}  

.description_list {
  margin-top: 15px;
}

.description_list strong {
  font-size: 150%;
  color: #0074ba;
}

.service-text {
  font-size: 1.7rem;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-text strong {
  color: #0074ba;
}

.service-text ul,
.service-text ol {
  margin-left: 25px;
}

.messagers,
.btn_calc {
  display: block;
}

.btn_prod {
  display: block;
  font-size: 1.5em;
  line-height: 50px;
  top: 50%;
  text-align: center;
  height: 50px;
  width: 300px;
  padding: 0px 20px;
  margin: 25px auto;
  color: white;
  background-color: #0074BB;
  transition: 0.5s;
}

.btn_prod:hover {
  color: #FFF;

}

.vm-product-container {
  margin-top: 50px;
}

a.product-details {
  margin-top: 25px;
}

.product-short-description {
  font-size: 2rem;
  line-height: 32px;
}

.product-description .title {
  display: inline-block;
}

.x-attributes {
  max-width: 600px;
  margin-bottom: 50px;
}

.x-attributes__left, .x-attributes__right {
    display: table-cell;
    vertical-align: bottom;
}

.x-attributes__left {
  width: 60%;
  padding: 15px 20px 0 0;
  border-bottom: 1px solid #dfe1f0;
  text-align: left;
}

.prod_image img {
  position: absolute;
}

.product-image {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  margin-right: 8px;
  z-index: 2;
}