#content-outer.div-outer {
  width: auto;
}

#content-home-slider,
#content-home-slider-items,
div.slide,
div.slide-image {
  width: 100%;
  height: 480px;
}

#content-home-slider {
  position: relative;
}

#content-home-slider-items {
  overflow: hidden;
}

div.slide {
  position: relative;
}

div.slide-image {
  position: absolute;
  text-align: center;
  overflow: hidden;
}

div.slide-image img {
  position: absolute;
  display: block;
  width: auto !important;
  height: 100%;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  z-index: 1;
}

/*div.slide-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 2;
}*/

div.slide-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  z-index: 3;
}

div.slide-content-outer {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

div.slide-content-wrapper {
  margin: auto;
  padding: 10px;
  background: rgba(153, 153, 153, 0.6);
  box-sizing: border-box;
}

div.slide-content-main {
  text-align: left;
}

div.slide-title {
  margin: 0px 0px 5px 0px;
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

div.slide-text {
  margin: 0px 0px 10px 0px;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

div.slide-text img {
  display: inline-block !important;
  width: auto !important;
}

div.slide-content-links {
}

div.slide-content-links a {
  display: inline-block;
  padding: 10px 25px;
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
  background: #3E3E3E;
  border-radius: 25px;
}

#owl-navigation {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 99;
}

#owl-navigation.disabled {
  display: none;
}

#owl-navigation .owl-prev,
#owl-navigation .owl-next {
  position: absolute;
  background: none;
  border: 0px;
  cursor: pointer;
  z-index: 9;
}

#owl-navigation .owl-prev::after,
#owl-navigation .owl-next::after {
  display: block;
  width: 50px;
  height: 50px;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  background: #00B5A8;
  border-radius: 50%;
}

#owl-navigation .owl-prev {
  left: 25px;
}

#owl-navigation .owl-prev::after {
  content: "\f053";
}

#owl-navigation .owl-next {
  right: 25px;
}

#owl-navigation .owl-next::after {
  content: "\f054";
}

#owl-navigation-dots {
  position: absolute;
  top: 0px;
  bottom: auto;
  width: 100%;
  padding: 0px 5px;
  line-height: normal;
  text-align: right;
  z-index: 99;
  box-sizing: border-box;
}

#owl-navigation-dots.disabled {
  display: none;
}

#owl-navigation-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 0px 2px;
  padding: 0px;
  background: #CCCCCC;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
}

#owl-navigation-dots .owl-dot.active {
  background: #555555;
}

#content-home-top {
  padding: 0px;
  background: #FFFFFF;
}

#content-home-middle {
  padding: 40px 0px;
  background: #ECECEC;
}

.flex-box {
  height: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

#content-home-bottom {
  padding: 40px 0px;
  background: #FFFFFF;
}