/****** PLACE YOUR CUSTOM STYLES HERE ******/


.bianco {
color: #ffffff !important;
}

.logo-foot {
  max-height: 100px !important;
}
#awards img {
    border: 0;
    margin: .3rem;
}






.modal-strip {
  padding: 18px 0;
  position: fixed;
  bottom: 1%;
  z-index: 200;
  width: 98%;
  margin: 0 1%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  opacity: 0;
}
.modal-strip.reveal-modal {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 1;
}
.modal-strip .close-modal {
  position: absolute;
  right: auto;
  top: auto;
left: 20px;
bottom: 50%;
  cursor: pointer;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}
.modal-strip i.close-modal {
  font-size: 18px;
  color: #747373;
}
.modal-strip .icon + p {
  padding-left: 32px;
  position: relative;
  top: 3px;
}
.modal-strip p + .btn {
  margin-left: 24px;
}

@media only screen and (max-width: 600px) {
.modal-strip .close-modal {
  position: absolute;
  right: auto;
  top: auto;
left: 10px;
bottom: 10px;
  cursor: pointer;
}
}