@charset "UTF-8";

:root {
  --swiper-theme-color: white;
  --carousel-wide-height: 22cm;
  --carousel-wide-width: calc(var(--carousel-wide-height) * 4.0);
}

html {
  scroll-behavior: smooth;
}

a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
  font-family: Arial;
  font-size: 14px;
  text-align: left;
  word-spacing: 0;
  line-height: 100%;
  text-indent: 0;
}

h1 {
  color: #171796;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  padding: 1em 0 0 0;
}

h2 {
  color: #171796;
  font-family: Arial;
  font-weight: 600;
  font-size: 20px;
  padding: 0.8em 0 0 0;
}

h3 {
  color: #171796;
  font-family: Arial;
  font-size: 16px;
  padding: 0.5em 0 0 0;
}

h4 {
  color: #171796;
  font-family: Arial;
  font-size: 15px;
  padding: 0.5em 0 0 0;
}
 
.media h4 {
  font-size: min(5vw, 15px);
}

h5 {
  color: #171796;
  font-family: Arial;
  font-size: 14px;
  padding: 0.5em 0 0 0;
}

h6 {
  color: #171796;
  font-family: Arial;
  font-size: 12px;
  padding: 0.5em 0 0 0;
}

.paragraph {
  word-spacing: 0;
  text-indent: 0;
  line-height: 150%;
  font-size: 16px;
  line-height: 1.33349;
  font-weight: 400;
  letter-spacing: 0.009em;
}

.nav-link {
  font-size: 16px; 
}

.navbar .active {
  text-decoration: underline;
  text-decoration-color: white;
  font-weight: 600;
}

.navbar-dark {
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
}

#navbar:hover, #navbar.scrolled {
  background-color: #171796 !important;
  opacity: 1.0 !important;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #e6e6e6;
}

.region_drop_down_item_text {
  line-height: 16px;
  color: #333;
  font-weight: 800;
  font-size: 13px;
  margin: 0px 2px;
}

.region_drop_down_item_text:focus, .region_drop_down_item_text:hover {
  color: #aaa;
}

.dropdown-menu {
  margin-top: -0.4em;
}

.dropdown img {
  width: 48px;
}

.dropdown-item img {
  width: 32px;
}

.navbar {
  max-width: var(--carousel-wide-width);
  margin-left: auto;
  margin-right: auto;
}

.navbar .logo {
  width: 186px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.scrolled .logo {
  width: 110px;
  margin: -4px 0px;
}

.media {
  background: #fff;
  border-bottom: solid 1px #c7c9c8;
  margin-bottom: 30px;
}

.media a {
  color: #000;
  overflow: hidden;
}

.media .btn {
  color: #fff;
}

.media-img .img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  text-align: center;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}

.lt-ie9 .media-img .img-overlay {
  filter: alpha(opacity=70);
}

.media .img-overlay a {
  display: none;
  position: relative;
  margin-top: -24px;
}

.media:hover .img-overlay a,
.media .img-overlay:hover a {
  display: inline-block;
}

.media .img-overlay h3 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
  font-size: 18px;
  margin-top: -40px;
}

.media:hover .img-overlay,
.media .media-img:hover .img-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: opacity 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: opacity 0.3s ease-out;
  /* Opera 10.50–12.00 */
  transition: opacity 0.3s ease-out;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.media p {
  font-size: min(3vw, 12px);
}

.media a:hover {
  text-decoration: none;
}

.media-body {
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  max-height: 120px;
}

.media div.pull-left {
  overflow: hidden;
  margin-left: 15px;
}

.media div.media-img img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 2000ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 2000ms;
  transform: scale(1, 1);
  transition-timing-function: ease-out;
  transition-duration: 2000ms;
  width: 120px;
  max-height: 120px;
  padding: 10px;
}

.media:hover div.media-img img {
  -webkit-transform: scale(1.15, 1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 1500ms;
  -moz-transform: scale(1.15, 1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 1500ms;
  transform: scale(1.15, 1.15);
  transition-timing-function: ease-out;
  transition-duration: 1500ms;
  position: relative;
  z-index: 3;
}

#content {
  background-color: #fafafa;
  padding-bottom: 0.5em;
}

.product_categories {
  margin: 10px 0px;
}

.left-section-title {
  text-align: left;
  padding: 0;
  color: #000;
  font-size: 44px;
  line-height: 1.08365;
}

.anchor {
  position: relative;
  padding-top: 56px;
  margin-top: -56px;
  z-index: -1;
}

.floatleft {
  float: left;
}

.open_street_map {
  height: 400px;
}

#footer {
  padding: 12px 0px;
  clear: both;
  background-color: #f2f2f2;
  color: #999;
}

#footer_sitemap #yt_li_logos {
  padding-bottom:8px;
}

#footer_sitemap #yt_li_logos img {
  height: 20px;
}

#footer_sitemap a {
  color: #888;
}

#footer_sitemap ul {
  list-style-type: none;
  padding: 0px;
}

#footer_sitemap li {
  margin: 12px 0px;
  font-size: 12px;
}

#footer_sitemap {
  border-bottom: 1px solid #d6d6d6;
}

#copyright {
  font-size: 12px;
  margin-top: 5px;
}

#version {
  font-size: 12px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  #collapsible_sitemap {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #non_collapsible_sitemap {
    display: none;
  }
  #footer_sitemap a h3 {
    margin-top: 8px;
    color: #888;
  }
  #footer_sitemap h3.section_head::after {
    content: '+';
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-right: 8px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  #footer_sitemap [aria-expanded=true] h3::after {
    -webkit-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08);
  }
  .collapsible_link_section{
    border-bottom: solid 1px #c7c9c8;
    padding-bottom: 6px;
  }
}

/* -- swiperjs -------------------------------------------------------------- */

.image__wrapper {
  height: 100%;
}

.swiper img {
  object-fit: cover;
  filter: url(#brightness);
  /* required for FF */
  filter: brightness(80%);
  height: 100%;
  width: 100%;
}

.swiper-link {
  left: 10%;
  top: 20%;
  bottom: 0;
  width: 80%;
  height: 60%;
  position: absolute;
  /* background: rgba(0, 0, 0, 0.6); */
  display: block;
}

.swiper-text-block {
  top: 150px;
  left: 30%;
  display: block;
  position: absolute;
}

.swiper-text, .swiper-title {
  font-size: clamp(20px, 2vw, 40px);
  line-height: 1.2222222222222222222;
  font-family: "Noto Serif", sans-serif;
  color: #f7f9f0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.swiper-title {
  font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: -18px;
  top: -18px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 768px) {
  .swiper {
    max-width: var(--carousel-wide-width);
    height: var(--carousel-wide-height);
  }
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
  .autoplay-progress {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .swiper {
    max-width: 767px;
    height: 80%;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .autoplay-progress {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */

.open > ul > li.hz {
  display: inline-flex !important;
}

.open > .dropdown-menu {
  display: table-caption;
}

th, td {
  text-align: center;
}

th:first-child, td:first-child {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  th:first-child, td:first-child {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  th, td {
    text-align: center;
    font-size: 13px;
  }
  .table td, .table th {
    padding-top: 1.75em;
    padding-bottom: 0.5em;
    color: black;
  }
  th:first-child, td:first-child {
    text-align: left;
    vertical-align: top;
    max-width: 0;
    min-width: 0 !important;
    padding-top: 0.25em;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
  }
  td:first-child {
    color: #666
  }
}
