.hl {
  text-align: center;
}
.background-ct-horiz {
  background-repeat: no-repeat;
  background-size: cover;
}
.hl-title {
  text-align: center;
  font-family: preonBold;
  display: inline-block;
  position: relative;
  margin: 20px 0 50px;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  text-shadow: 0 2px 0 rgba(0,0,0,.2);
}

.hl-title.black {
  color: rgb(51, 51, 51);
}

.hl-title.white {
  color: rgb(255, 255, 255);
}

.hl-title.grey {
  color: rgb(173, 173, 173);
}

/*.hl-title:after, .hl-title:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgb(173, 173, 173);
  width: .7em;
  height: .15em;
  border-radius: 3px;
}*/

.hl-title:after {
  right: -30px;
}

.hl-title:before {
  left: -30px;
}

.hl-lead {
  font-family: preonRegular;
  font-size: 18px;
  margin: 0 15% 100px;
}

.th-hl-housing {

}

.th-hl-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-family: preonRegular;
  width: 18%;
  padding: 0 10px 20px;
}

.hl-item-link {
  cursor: context-menu;
  outline: none;
}

.hl-item-title {
  font-family: preonBold;
  font-size: 18px;
  color: rgb(51, 51, 51);
  margin-top: 20px;
  margin-bottom: 10px;
}

.hl-item-text {
  font-size: 14px;
  color: rgb(51, 51, 51);
}

.hl-item-icon {
  width: 150px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  margin: 0 auto;
  border: 3px solid rgb(250, 250, 250);
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hl-item-link:hover .hl-item-icon {
  background-color: rgb(207, 207, 207);
  border-color: rgb(207, 207, 207);
  outline: none;
}
a.hl-item-link {
  outline: none !important;
}
.hl-item-image img{
  display: inline-block!important;
  margin: 0 auto!important;
  border-radius: 50%;
  width: 150px !important;
  height: 150px;
}
.hl-item-icon img{
  display: inline-block!important;
  width: 65%!important;
  margin: 0 auto!important;
}

.th-hl-button {
  position: relative;
  margin: 50px 0 100px;
  color: rgb(51, 51, 51);
  text-decoration: none;
  display: inline-block;
  padding: 12px 48px 12px 14px;
  border: 3px solid rgb(221, 221, 221);
  border-radius: 4px;
  background-color: transparent;
  font-family: preonMedium;
  font-size: 12px;
  color: rgb(51, 51, 51);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.th-hl-button:after {
  content: '';
  background-image: url(../../../../../themes/neweb/img/svg/arrows/arrow-right-white-small.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: -28px center;
  border-color: rgb(224, 224, 224);
  background-color: rgb(224, 224, 224);
  border-radius: 50%;
  margin-left: 6px;
}

.th-hl-button:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(51, 51, 51);
  background-color: rgb(51, 51, 51);
}

.th-hl-button:hover:after{
  background-color: rgb(255, 255, 255);
}

.content-highlight-horizontal-list-processed .owl-stage-outer {
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}

.content-highlight-horizontal-list-processed .owl-controls {
  position: absolute;
  width: 126%;
  height: 100%;
  top: 0;
  left: -13%;
  z-index: 0;
}

.content-highlight-horizontal-list-processed .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}

.content-highlight-horizontal-list-processed .owl-nav div{
  font-family: preonBold;
  color: rgb(51, 51, 51);
  font-size: 30px;
  border: 3px solid rgba(51,51,51,.3);
  overflow: hidden;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 15px;
  padding: 5px;
  text-align: center;
}

.content-highlight-horizontal-list-processed .owl-nav div:hover{
  color: rgb(0,0,0);
  background-color: rgb(51, 51, 51);
  border: 3px solid rgb(51, 51, 51);
  font-weight: bold;
}

.content-highlight-horizontal-list-processed .owl-prev {
  color: rgb(51, 51, 51);
  float: left;
  margin-left: 10px;
}

.content-highlight-horizontal-list-processed .owl-next {
  color: rgb(51, 51, 51);
  float: right;
  margin-right: 10px;
}

.content-highlight-horizontal-list-processed .owl-prev:before {
  content: "<";
}

.content-highlight-horizontal-list-processed .owl-next:before {
  content: ">";
}

.content-highlight-horizontal-list-processed .owl-dots {
  bottom: -20px;
  position: absolute;
  margin: 0 auto;
  width: 100%;
}

.content-highlight-horizontal-list-processed .owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(51,51,51,0.3);
  margin: 0 2px;
}

.content-highlight-horizontal-list-processed .owl-dot.active {
  background-color: rgba(51,51,51,0.8);
}

.content-highlight-horizontal-list-processed .owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

@media (min-width: 1120px)  {

}

@media (max-width: 800px)  {
  .th-hl-item {
    width: 28%;
  }
}

@media (max-width: 600px)  {
  .th-hl-housing {
    width: 80%!important;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .th-hl-item {
    width: 70%;
  }
}