.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}
.home-carousel {
    background: none;
}
.dark-mask {
    opacity: 0.3 !important;
}

#all {
    background: url('../img/bg-body.jpg') center center repeat;
    background-size: cover;
}

#heading-breadcrumbs {
  background: none;
  padding: 20px 0;
  margin-bottom: 40px;
}

#osmap {
    position: relative;
    overflow: hidden;
    height: 300px;
}
#osmap iframe {
    height: 100%;
    width: 100%;
    border: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-color: rgb(229, 227, 223);
}