.office-base{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.office-con{}
.office-det{
  padding: 20px 40px 20px;
  background-color: white;
  height: 160px;
}
.office-det-list{
  padding: 0;
  list-style: none;
  margin-top: 10px !important;
  margin-left: -30px !important;
}
.office-det-list li{
  padding-left: 30px;
  margin-bottom: 5px;
}
.office-det-list li a{
  color: inherit;
  margin-right: 3px;
  margin-left: 3px;
}
.office-waze{
  height: 330px;
}
.office-waze iframe{
  height: 100%;
  width: 100%;
  border: 0;
}
#list-phone{
  background: url('../themes/linus/assets/svg/ico-contact-phone.svg') no-repeat scroll 5px 4px / 15px
}
#list-email{
  background: url('../themes/linus/assets/svg/ico-contact-email.svg') no-repeat scroll 5px 4px / 15px
}
#list-location{
  background: url('../themes/linus/assets/svg/ico-contact-marker.svg') no-repeat scroll 5px 4px / 15px
}
#list-email{}
#list-location{}

@media (max-width:480px){
  .office-det {
    height: auto;
  }
  .office-base{
    width: 100% !important;
  }
  .office-waze {
    height: 300px;
  }
}
