* {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.max-length {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.max-length2 {
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.heading-c {
  background: #135eac;
  border-radius: 4px 4px 0 0;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.box-content-c {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  padding: 10px 20px;
  margin-bottom: 30px;
}

.br-widget a {
  font-size: 30px !important;
}

.br-wrapper,
.br-widget {
  display: inline !important;
}

.content {
  margin-top: 10px;
}

.row .content img {
  width: 100%;
  height: 100% !important;
}

.box-garage {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.text-garage-name {
  font-size: 16px !important;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
}

.address-detail {
  font-size: 13px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #0275d8;
  content: "»\00a0";
}

ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.content p iframe {
  width: 100%;
}
@media only screen and (max-width: 770px) {
  .content p iframe {
    height: 700px;
  }
}
@media only screen and (max-width: 430px) {
  .content p iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 380px) {
  .content p iframe {
    height: 400px;
  }
}