body{
  font-family: 'geometria', sans-serif;
  color: #1c2023;
  font-size: 16px;
  line-height: 1.6;
}
.icon {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
.icon:hover {
  opacity: 1;
}
.icon.icon-none {
  float: none;
  width: 16px;
  height: 16px;
  margin: 0 6px 0;
}
.icon.icon-site {
  background-image: url(/images/icons/icon-site.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-pin {
  background-image: url(/images/icons/icon-pin.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-phone {
  background-image: url(/images/icons/icon-phone.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-fax {
  background-image: url(/images/icons/icon-fax.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-email {
  background-image: url(/images/icons/icon-email.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-mobile {
  background-image: url(/images/icons/icon-mobile.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}
.icon.icon-time {
  background-image: url(/images/icons/icon-time.png);
  float: none;
  width: 16px;
  height: 16px;
  top: 2px;
  margin: 0 6px 0;
}

.icon.icon-site-white {
  background-image: url(/images/icons/icon-site-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-pin-white {
  background-image: url(/images/icons/icon-pin-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-phone-white {
  background-image: url(/images/icons/icon-phone-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-fax-white {
  background-image: url(/images/icons/icon-fax-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}

.icon.icon-email-white {
  background-image: url(/images/icons/icon-email-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}

.icon.icon-mobile-white {
  background-image: url(/images/icons/icon-mobile-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.icon.icon-time-white {
  background-image: url(/images/icons/icon-time-white.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 4px;
  margin: 0 6px 0;
}
.content-img img, .content-img{
  max-width: 900px;
  width:100%;
  height: inherit!important;
  display: block; /*margin: auto;*/
}
table.blueborder{
  width: 100%;
  border-collapse: collapse;
}
table.blueborder,
table.blueborder td{
  border: 2px solid #0070c0;
}
table.blueborder td{
    border-top: none;
    padding: 10px 20px;
    vertical-align: middle;
}
table.blueborder tbody td{
  /*border-bottom: none;*/
  border-bottom: 2px solid #0070c0;
}
table.blueborder tbody td p{
  margin: 7px 0;
}
table.blueborder th{
  background-color:#9cc2e5;
  border: 2px solid #0070c0;
  border-width:2px;
  padding: 10px 20px;
}

.map-info{
  display: inline-block;
  position: relative;
  top: 8px;
  width: 60px;
  height: 24px;
  background-color: #bebebe;
  margin-top: 4px;
}
.map-info.blue{
  background-color: #005eb8;
}
.map-info.blue-light{
  background-color: #a4dceb;
}