.site-header-banner .main-content-container .site-header-gallery {
  background: #e30513;
}
.site-header-banner {
  position: relative;
  margin: 20px auto 0 auto;
  max-width: 1200px;
}
@media (max-width: 1230px) {
  .site-header-banner {
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 1000px) {
  .site-header-banner {
    max-width: none;
    margin-top: 0;
  }
}
.site-header-banner .site-header-gallery {
  display: block;
  overflow: hidden;
}
.site-header-banner .site-header-gallery.item-count-1 .owl-dots {
  display: none !important;
}
.site-header-banner .site-header-gallery .owl-controls,
.site-header-banner .site-header-gallery .owl-nav {
  display: none;
}
.site-header-banner .site-header-gallery .owl-dots {
  position: absolute;
  bottom: 20px;
  left: calc(30px - 5px);
  right: calc(30px - 5px);
  text-align: center;
  line-height: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.site-header-banner .site-header-gallery .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 5px;
  transition: all ease 0.6s;
}
.site-header-banner .site-header-gallery .owl-dots .owl-dot.active {
  background: #e30513;
  transition: all ease 0.6s;
}
.site-header-banner .site-header-gallery .item {
  position: relative;
  width: 100%;
}
.site-header-banner .site-header-gallery .item .image,
.site-header-banner .site-header-gallery .item .video {
  object-fit: cover;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-header-banner .site-header-gallery .item .text-container {
  position: absolute;
  display: flex;
  max-width: 1200px;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col {
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: center;
  justify-content: center;
  box-sizing: content-box;
  align-items: center;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title {
  display: block;
  color: #fff;
  line-height: 1.3em;
  font-size: 2.5em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 700px;
  padding: 0.1em 0;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title a {
  text-decoration: none;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .title .content {
  display: inline;
  padding: 0.1em 12px;
  background-color: #e30513;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .subtitle {
  display: block;
  clear: both;
  color: #666;
  font-size: 1.2em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 450px;
  padding: 8px 0;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .subtitle a {
  text-decoration: none;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col .text-block .subtitle .content {
  display: inline;
  background-color: #ffffff;
  color: #666;
  padding: 8px 12px;
  margin: 0 0 0 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.site-header-banner .site-header-gallery .item .text-container .text-container-col a[href] .subtitle .content::after {
  content: ' \e805';
  font-family: custom-icons;
  margin-left: 0.25em;
}
.site-header-banner .site-header-gallery .item .text-container.left {
  justify-content: flex-start;
}
.site-header-banner .site-header-gallery .item .text-container.left .text-container-col {
  text-align: left;
}
.site-header-banner .site-header-gallery .item .text-container.left .text-container-col .text-block {
  align-items: start;
  flex-direction: column;
}
.site-header-banner .site-header-gallery .item .text-container.right {
  justify-content: flex-end;
}
.site-header-banner .site-header-gallery .item .text-container.right .text-container-col {
  text-align: right;
}
.site-header-banner .site-header-gallery .item .text-container.right .text-container-col .text-block {
  align-items: end;
  flex-direction: column;
}
.site-header-banner .site-header-gallery .item .text-container.bottom {
  top: unset;
}
.site-header-banner .site-header-gallery .item .text-container.bottom .text-container-col {
  justify-content: end;
}
.site-header-banner .site-header-gallery .item .text-container.top {
  bottom: unset;
}
.site-header-banner .site-header-gallery .item .text-container.top .text-container-col {
  justify-content: start;
}
.site-header-banner.size-full {
  height: 800px;
  max-width: none;
  margin-top: 0;
}
.site-header-banner.size-full .site-header-gallery {
  height: 800px;
}
.site-header-banner.size-full .site-header-gallery .item {
  height: 800px;
}
.site-header-banner.size-full .site-header-map {
  height: 800px;
}
.site-header-banner.size-full-half {
  height: 600px;
  max-width: none;
  margin-top: 0;
}
.site-header-banner.size-full-half .site-header-gallery {
  height: 600px;
}
.site-header-banner.size-full-half .site-header-gallery .item {
  height: 600px;
}
.site-header-banner.size-full-half .site-header-map {
  height: 600px;
}
.site-header-banner.size-content {
  height: 600px;
}
.site-header-banner.size-content .site-header-gallery {
  height: 600px;
}
.site-header-banner.size-content .site-header-gallery .item {
  height: 600px;
}
.site-header-banner.size-content .site-header-map {
  height: 600px;
}
.site-header-banner.size-none {
  height: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
}
body.navigation-transparent header.site-header {
  background: transparent;
}
body.navigation-transparent header.site-header .site-header-top-container.site-header-top-container.site-header-top-container.not-scrolled {
  background: transparent;
  box-shadow: none;
}
body.navigation-transparent header.site-header .site-header-top-container.site-header-top-container.site-header-top-container.not-scrolled .site-header-top-2 {
  background: transparent;
}
body.navigation-transparent #page.site {
  padding-top: 0;
}
@media (max-width: 1000px) {
  .site-header-banner[class^='size-'],
  .site-header-banner[class*=' size-'] {
    max-height: none;
    height: auto;
  }
  .site-header-banner[class^='size-'].size-full .site-header-gallery,
  .site-header-banner[class*=' size-'].size-full .site-header-gallery {
    max-height: 75vh;
  }
  .site-header-banner[class^='size-'].size-full .site-header-gallery .item,
  .site-header-banner[class*=' size-'].size-full .site-header-gallery .item {
    max-height: 75vh;
  }
  .site-header-banner[class^='size-'].size-full .site-header-map,
  .site-header-banner[class*=' size-'].size-full .site-header-map {
    max-height: 75vh;
  }
  .site-header-banner[class^='size-'].size-full-half .site-header-gallery,
  .site-header-banner[class^='size-'].size-content .site-header-gallery,
  .site-header-banner[class*=' size-'].size-full-half .site-header-gallery,
  .site-header-banner[class*=' size-'].size-content .site-header-gallery {
    max-height: 60vh;
  }
  .site-header-banner[class^='size-'].size-full-half .site-header-gallery .item,
  .site-header-banner[class^='size-'].size-content .site-header-gallery .item,
  .site-header-banner[class*=' size-'].size-full-half .site-header-gallery .item,
  .site-header-banner[class*=' size-'].size-content .site-header-gallery .item {
    max-height: 60vh;
  }
  .site-header-banner[class^='size-'].size-full-half .site-header-map,
  .site-header-banner[class^='size-'].size-content .site-header-map,
  .site-header-banner[class*=' size-'].size-full-half .site-header-map,
  .site-header-banner[class*=' size-'].size-content .site-header-map {
    max-height: 60vh;
  }
  .site-header-banner[class^='size-'] .site-header-gallery .owl-dots,
  .site-header-banner[class*=' size-'] .site-header-gallery .owl-dots {
    left: calc(15px - 5px);
    right: calc(15px - 5px);
  }
  .site-header-banner[class^='size-'] .site-header-gallery .item .text-container .text-container-col .text-block,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .text-container .text-container-col .text-block {
    left: 15px;
    right: 15px;
  }
  .site-header-banner[class^='size-'] .site-header-gallery .item .text-container .text-container-col .text-block .title,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .text-container .text-container-col .text-block .title {
    font-size: 1.5em;
  }
  .site-header-banner[class^='size-'] .site-header-gallery .item .text-container .text-container-col .text-block .subtitle,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .text-container .text-container-col .text-block .subtitle {
    font-size: 1em;
  }
}
@media (max-width: 640px) {
  .site-header-banner[class^='size-'] .site-header-gallery .item .image,
  .site-header-banner[class^='size-'] .site-header-gallery .item .video,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .image,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .video {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    width: 100%;
    height: 100%;
  }
  .site-header-banner[class^='size-'] .site-header-gallery .item .text-container .text-container-col .text-block .title,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .text-container .text-container-col .text-block .title {
    font-size: 1.25em;
  }
  .site-header-banner[class^='size-'] .site-header-gallery .item .text-container .text-container-col .text-block .subtitle,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .text-container .text-container-col .text-block .subtitle {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .site-header-banner[class^='size-'] .site-header-gallery .item .text-container,
  .site-header-banner[class*=' size-'] .site-header-gallery .item .text-container {
    left: 10px;
    right: 10px;
  }
}
