#content {
}

#content-main {
}

#content-main-top {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
}

#content-main-top-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#content-main-top-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#content-main-top-image::after {
  display: block;
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 98;
}

#content-main-top-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  z-index: 99;
}

#content-main-top-heading-outer {
  height: 100%;
}

#content-main-top-heading-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

#content-main-top-heading h1 {
  display: table-cell;
  margin: 0px auto;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

#content-main-bottom {
  padding: 40px 0px;
}

#content-main-bottom-outer {
}

#content-main-bottom-inner {
}

#left {
  padding: 20px 0px 0px 0px;
}

#left-navigation {
}

#left-navigation p.left-navigation-top {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
}

#left-navigation a {
  display: block;
  padding: 5px;
  color: #006DB9;
  text-decoration: none;
  border-bottom: 1px solid #EFEFEF;
}

#left-navigation a:hover {
  color: #333333;
}

#left-navigation a.current {
  color: #333333;
  background: #EFEFEF;
}

#left-navigation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#left-navigation ul li {
}

#left-navigation ul li ul {
  padding: 0px 0px 0px 15px;
}

#main {
  min-height: 600px;
  padding: 0px 0px 60px 0px;
}

#right {
  padding: 20px 0px 0px 0px;
}

div.modulebox {
  margin: 0px 0px 40px 0px;
}

div.modulebox-title {
  padding: 0px 0px 5px 0px;
  font-size: 18px;
  border-bottom: 1px solid #CCCCCC;
}

div.modulebox-content {
}

/* Site Search Styles */

div.search-result {
  margin: 0px 0px 30px 0px;
}

div.search-result p {
  margin: 0px;
}

div.search-result p span.search-result-link {
}

div.search-result p span.search-result-relevance {
  color: #676767;
}

div.search-result p span.search-result-link a {
  font-size: 16px;
}

div.search-result p span.search-result-snippet {
  display: block;
}

div.search-result p span.search-result-url {
  color: #676767;
}

/* News Styles */

#category-list {
  margin: 10px 0px;
  padding: 5px;
  text-align: right;
  background: #EFEFEF;
}

select#category-list-select {
  padding: 2px;
  border: 1px solid #CCCCCC;
}

div.news-article,
div.event-article {
  margin: 0px 0px 20px 0px;
}

div.news-title,
div.event-title {
  font-size: 20px;
}

div.news-title a,
div.event-title a {
  text-decoration: none;
}

div.news-date,
div.event-date {
  color: #454545;
  padding: 1px 0px;
  font-style: italic;
}

div.news-keywords {
  margin: 2px 0px;
}

div.news-spoiler,
div.event-spoiler {
}

div.pagination {
  line-height: 24px;
  padding: 5px;
}

div.pagination span {
  display: block;
  margin: 3px;
}

div.pagination a {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 3px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background: #E9E9E9;
  border: solid 1px #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
}

div.pagination a.current-page {
  color: #F0F0F0;
  background: #616161;
  border: solid 1px #616161;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
}

/* Product Styles */

#website-products {
}

.website-product-category-name {
}

.website-product-category-description {
  font-style: italic;
}

.website-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 0 4rem 0;
}

.website-product {
  position: relative;
  padding: 0 0 80px 0;
  box-shadow: inset 0px 0px 0px 1px #EFEFEF;
}

.website-product-details {
  padding: 15px 30px 0 30px;
}

.website-product-image {
  display: none !important;
}

.website-product-image img {
  display: block;
}

.website-product-title {
  margin: 0 0 0.25rem 0;
  font-size: 20px;
  font-weight: 700;
}

.website-product-price {
  margin: 0 0 0.25rem 0;
  color: #CC0000;
  font-weight: 700;
}

.website-product-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  background: #EFEFEF;
}

.website-product-button input,
.website-product-button button {
  display: block;
  padding: 0 !important;
}

@media only screen and (max-width: 1080px) {
  .website-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 810px) {
}

@media only screen and (max-width: 640px) {
  .website-product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}