/***** import stylesheets only *****/
@font-face {
  font-family: 'bebas_neuebold';
  src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rubikmedium';
  src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'), url('../fonts/rubik-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubuntumedium';
  src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'), url('../fonts/ubuntu-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ubunturegular';
  src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'), url('../fonts/ubuntu-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*****media queries******/
/*****colors****/
/*black*/
/* forum colors */
/****fonts***/
/*font sizes*/
/*set default size*/
/*text*/
/****fonts****/
/* image path*/
/*font weight*/
/*font size*/
/*headings*/
/* transitions*/
/* images */
/*widths*/
.buttonBackground {
  background: linear-gradient(-45deg, #090c0f, #808080, #090c0f);
  background-size: 700% 700%;
  border-radius: 0 !important;
}
.buttonHover {
  animation: buttonGradient 5s ease infinite;
}
@keyframes buttonGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes navmobileopen {
  0% {
    border-radius: 0 0 0 800%;
    height: 0;
    width: 0;
  }
  100% {
    border-radius: 0;
    height: 200vh;
    width: 200vw;
  }
}
@keyframes mobilesubmenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity0to1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* slideshow animation crossfade */
@keyframes xfade {
  0% {
    opacity: 1;
  }
  10.5% {
    opacity: 1;
  }
  12.5% {
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* width */
::-webkit-scrollbar {
  width: 15px;
  height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f2f2f2;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 20px;
}
img {
  user-select: none;
}
#sb-container {
  z-index: 1002;
}
html {
  padding: 0;
  margin: 0;
  min-height: 100%;
  width: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
a {
  color: #090c0f;
  transition: color 300ms ease-in-out;
  text-decoration: none;
}
a:hover {
  color: #0d1115;
}
@media (max-width: 575.98px) {
  h3,
  .item-header {
    line-height: 1em !important;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body {
  min-height: 100%;
  width: 100%;
  padding: 0 2.5%;
  margin: 0;
  background: #ffffff;
  margin-left: 0;
  font-size: 16px;
}
.containerforthisstuff {
  width: 100%;
  min-height: 500px;
}
@media (max-width: 959px) {
  .containerforthisstuff {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .containerforthisstuff {
    margin-top: 150px;
  }
}
.main-pane {
  margin: 0;
  position: relative;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'work-sans', sans-serif;
  font-weight: 300;
  color: #090c0f;
  margin-bottom: 0;
}
h2 {
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  line-height: clamp(2.5rem, 6vw, 4.5rem);
}
h3 {
  font-size: clamp(2.375rem, 4.5vw, 2.5rem);
  line-height: clamp(4rem, 6vw, 4.5rem);
}
h4 {
  font-size: clamp(1.75rem, 5vw, 1.5rem);
}
.buttonHover {
  transition: border-radius 300ms ease-in-out;
}
.buttonHover:hover {
  border-radius: 10px;
}
header {
  width: 100%;
  height: 150px;
  position: fixed;
  background: #ffffff;
  display: flex;
  justify-content: center;
  z-index: 1000;
  transition: height 300ms ease-in-out;
  top: 0;
  left: 0;
}
@media (max-width: 959px) {
  header {
    height: 80px;
  }
}
header.scroll-down,
header.scroll-up {
  background: rgba(255, 255, 255, 0.99);
  height: 100px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 959px) {
  header.scroll-down,
  header.scroll-up {
    height: 60px;
  }
}
@media (max-width: 959px) {
  header.scroll-down .site-logo,
  header.scroll-up .site-logo {
    height: 60px;
    width: 60px;
    top: -1px;
    transform: translateY(0);
  }
}
@media (min-width: 960px) {
  header.scroll-down .site-logo,
  header.scroll-up .site-logo {
    top: -1px;
    height: 100px;
    width: 100px;
    transform: translateY(0);
  }
}
header section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: inherit;
  width: 95%;
}
header section .site-logo {
  display: flex;
  max-width: 170px;
  align-items: center;
  justify-content: center;
  height: inherit;
  max-height: 170px;
  transition: all 300ms ease-in-out;
  position: relative;
  background: #fff;
  border-radius: 50%;
}
header section .site-logo a {
  font: 600 normal 1rem work-sans, sans-serif;
}
header section .site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 300ms ease-in-out;
}
header section .site-logo .image-title {
  display: none;
}
@media (max-width: 959px) {
  header section .site-logo {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 960px) {
  header section .site-logo {
    width: 170px;
    height: 170px;
    top: 50%;
    transform: translateY(-33%);
  }
}
header section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header section ul li a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 959px) {
  header section .nav--container {
    position: absolute;
    right: 2.5%;
  }
  header section .language-pane {
    right: 50px;
    border-radius: 40px !important;
    padding-left: 20px;
  }
}
header section .nav--mobile {
  display: none;
}
@media (max-width: 959px) {
  header section .nav--mobile {
    display: flex;
  }
  header section .nav--mobile .open-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    position: relative;
    flex-direction: column;
    background: 0 none;
    border: 0 none;
    box-shadow: none;
  }
  header section .nav--mobile .open-mobile-menu .bar {
    position: relative;
    background: #090c0f;
    height: 2px;
    width: 90%;
  }
  header section .nav--mobile .open-mobile-menu .bar.first {
    top: -4px;
  }
  header section .nav--mobile .open-mobile-menu .bar.middle {
    width: 65%;
    right: 1px;
    align-self: flex-end;
  }
  header section .nav--mobile .open-mobile-menu .bar.last {
    bottom: -4px;
  }
}
@media (max-width: 959px) {
  header section .nav--mobile-background {
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    z-index: 500;
    animation-name: navmobileopen;
    animation-fill-mode: forwards;
    animation-duration: .75s;
    top: 0;
    right: 0;
  }
}
@media (min-width: 960px) {
  header section .nav--mobile-background {
    display: none;
  }
}
@media (min-width: 960px) {
  header section .nav--container {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    align-self: flex-end;
    margin-bottom: 2rem;
  }
}
@media (max-width: 959px) {
  header section .nav--desktop {
    display: none;
  }
  header section .nav--desktop.menu-open {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 100vh;
    width: 100vw;
  }
  header section .nav--desktop.menu-open .close-mobile-nav {
    position: fixed;
    top: 13px;
    right: 0;
    background: 0 none;
    border: none;
    box-shadow: 0 none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    z-index: 1000;
  }
  header section .nav--desktop.menu-open .close-mobile-nav:hover {
    cursor: hand;
    cursor: pointer;
  }
  header section .nav--desktop.menu-open .close-mobile-nav i {
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
  }
  header section .nav--desktop.menu-open .moduletable_menu {
    width: 100%;
    position: relative;
    z-index: 999;
    animation-name: opacity0to1;
    animation-duration: .5s;
    animation-delay: .15s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    width: max-content;
    align-items: center;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1 {
    opacity: 0;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.slideUp {
    transform: translateY(-1000%);
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.slideDown {
    transform: translateY(1000%);
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked {
    transform: translate(0%, -50%);
    opacity: 1;
    top: 50%;
    position: absolute;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked > .nav-header {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
    position: relative;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked .nav-child li {
    animation-name: mobilesubmenu;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked .nav-child li:first-child {
    animation-delay: .3s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked .nav-child li:nth-child(2) {
    animation-delay: .4s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked .nav-child li:nth-child(3) {
    animation-delay: .5s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked .nav-child li:nth-child(4) {
    animation-delay: .6s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked .nav-child li:nth-child(5) {
    animation-delay: .7s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked .nav-child li:nth-child(6) {
    animation-delay: .8s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul.submenu-open > li.lvl_1.clicked i {
    top: -50%;
    right: 50%;
    transform: translate(50%, 50%);
    position: absolute;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 {
    text-align: center;
    position: relative;
    padding: 1rem 0;
    opacity: 1;
    transition: transform 350ms ease-in-out, opacity 1s ease-in-out;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.parent .nav-child {
    display: none;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.active > a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.active > .nav-header {
    font-weight: bold;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 .lvl_2.active > a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 .lvl_2.active > .nav-header {
    font-weight: bold;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 > a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 > .nav-header {
    font: 300 normal 1.5rem montserrat, sans-serif;
    color: #fff;
    opacity: 0;
    animation-name: opacity0to1;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    transition: font-weight 300ms ease-in-out;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 i.desktop {
    display: none;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 i.mobile {
    position: relative;
    right: -.5rem;
    top: 50%;
    transform: translateY(-5%);
    color: #ffF;
    font-size: 1rem;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1 i.mobile.fa-long-arrow-left {
    display: none;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.clicked.parent i.fa-angle-down {
    display: none;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.clicked.parent i.fa-long-arrow-left {
    display: flex;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.clicked.parent .nav-child {
    display: flex;
    flex-direction: column;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.clicked.parent .nav-child li a {
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 0;
    display: inline-flex;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:first-child a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:first-child .nav-header {
    animation-delay: .1s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(2) a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(2) .nav-header {
    animation-delay: .2s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(3) a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(3) .nav-header {
    animation-delay: .3s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(4) a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(4) .nav-header {
    animation-delay: .4s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(5) a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(5) .nav-header {
    animation-delay: .5s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(6) a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(6) .nav-header {
    animation-delay: .6s;
  }
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(7) a,
  header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1:nth-child(7) .nav-header {
    animation-delay: .7s;
  }
   > header section .nav--desktop.menu-open .moduletable_menu > ul > li.lvl_1.active > a {
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  header section .nav--desktop {
    display: flex;
  }
  header section .nav--desktop .close-mobile-nav {
    display: none;
  }
  header section .nav--desktop ul.nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header section .nav--desktop ul.nav li {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  header section .nav--desktop ul.nav li.lvl_1 {
    padding: 0 1rem;
    max-height: 40px;
    min-height: 40px;
    justify-content: center;
  }
  header section .nav--desktop ul.nav li.lvl_1 i {
    margin-left: .5rem;
  }
  header section .nav--desktop ul.nav li.lvl_1 > a,
  header section .nav--desktop ul.nav li.lvl_1 > .nav-header {
    opacity: 0;
    animation-name: opacity0to1;
    animation-duration: .5s;
    animation-fill-mode: forwards;
  }
  header section .nav--desktop ul.nav li.lvl_1:first-child a,
  header section .nav--desktop ul.nav li.lvl_1:first-child .nav-header {
    animation-delay: .1s;
  }
  header section .nav--desktop ul.nav li.lvl_1:nth-child(2) a,
  header section .nav--desktop ul.nav li.lvl_1:nth-child(2) .nav-header {
    animation-delay: .2s;
  }
  header section .nav--desktop ul.nav li.lvl_1:nth-child(3) a,
  header section .nav--desktop ul.nav li.lvl_1:nth-child(3) .nav-header {
    animation-delay: .3s;
  }
  header section .nav--desktop ul.nav li.lvl_1:nth-child(4) a,
  header section .nav--desktop ul.nav li.lvl_1:nth-child(4) .nav-header {
    animation-delay: .4s;
  }
  header section .nav--desktop ul.nav li.lvl_1:nth-child(5) a,
  header section .nav--desktop ul.nav li.lvl_1:nth-child(5) .nav-header {
    animation-delay: .5s;
  }
  header section .nav--desktop ul.nav li.lvl_1:nth-child(6) a,
  header section .nav--desktop ul.nav li.lvl_1:nth-child(6) .nav-header {
    animation-delay: .6s;
  }
  header section .nav--desktop ul.nav li.lvl_1:nth-child(7) a,
  header section .nav--desktop ul.nav li.lvl_1:nth-child(7) .nav-header {
    animation-delay: .7s;
  }
  header section .nav--desktop ul.nav li.lvl_1.active > a,
  header section .nav--desktop ul.nav li.lvl_1.active > .nav-header {
    font-weight: bold;
  }
  header section .nav--desktop ul.nav li.lvl_1:hover > a,
  header section .nav--desktop ul.nav li.lvl_1:hover > .nav-header {
    overflow: visible;
  }
  header section .nav--desktop ul.nav li.lvl_1:hover > a::after,
  header section .nav--desktop ul.nav li.lvl_1:hover > .nav-header::after {
    background: #090c0f;
    height: 3px;
    width: 100%;
  }
  header section .nav--desktop ul.nav li.lvl_1.parent .mobile {
    display: none;
  }
  header section .nav--desktop ul.nav li.lvl_1.parent .nav-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  header section .nav--desktop ul.nav li.lvl_1.parent:hover .nav-child {
    display: flex;
    flex-direction: column;
  }
  header section .nav--desktop ul.nav li.lvl_1.quote {
    background: #090c0f;
    background-size: contain;
    border-radius: 40px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
    margin-left: 5px;
  }
  header section .nav--desktop ul.nav li.lvl_1.quote a {
    color: #fff;
    transition: color 300ms ease-in-out;
  }
  header section .nav--desktop ul.nav li.lvl_1.quote:hover a {
    color: #f2f2f2;
  }
  header section .nav--desktop ul.nav li.lvl_1 a,
  header section .nav--desktop ul.nav li.lvl_1 .nav-header {
    font: 300 normal 1rem montserrat, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
  header section .nav--desktop ul.nav li.lvl_1 a::after,
  header section .nav--desktop ul.nav li.lvl_1 .nav-header::after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 3px;
    z-index: -1;
    left: 0;
    transition: all 300ms ease-in-out;
  }
  header section .nav--desktop ul.nav li.lvl_2 {
    background: #000;
    margin: 0;
    min-width: 100%;
    padding: 15px 20px;
    width: 200px;
    opacity: 0;
    animation-name: opacity0to1;
    animation-duration: .5s;
    animation-fill-mode: both;
    transition: padding-left 300ms ease-in-out;
  }
  header section .nav--desktop ul.nav li.lvl_2:first-child {
    animation-duration: .1s;
  }
  header section .nav--desktop ul.nav li.lvl_2:nth-child(2) {
    animation-duration: .4s;
  }
  header section .nav--desktop ul.nav li.lvl_2:nth-child(3) {
    animation-duration: .7s;
  }
  header section .nav--desktop ul.nav li.lvl_2:nth-child(4) {
    animation-duration: 1s;
  }
  header section .nav--desktop ul.nav li.lvl_2:nth-child(5) {
    animation-duration: 1.3s;
  }
  header section .nav--desktop ul.nav li.lvl_2.active > a,
  header section .nav--desktop ul.nav li.lvl_2.active > .nav-header {
    font-weight: bold;
  }
  header section .nav--desktop ul.nav li.lvl_2:hover {
    padding-left: 30px;
  }
  header section .nav--desktop ul.nav li.lvl_2 a {
    color: #fff;
    opacity: 1;
  }
}
header section .language-pane {
  max-height: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  margin-left: -5px;
}
@media (max-width: 575.98px) {
  header section .language-pane {
    flex-grow: 1;
    max-width: 150px;
  }
}
@media (max-width: 959px) {
  header section .language-pane {
    margin-left: auto;
    padding-right: 20px;
  }
}
@media (min-width: 960px) {
  header section .language-pane {
    align-self: flex-end;
    margin-bottom: 2rem;
  }
}
header section .language-pane ul {
  display: flex;
  flex-wrap: nowrap;
}
header section .language-pane ul li {
  padding: 0 5px;
  margin: 0;
  display: inline-flex;
}
header section .language-pane ul li:last-child {
  padding-left: 15px;
}
@media (max-width: 575.98px) {
  header section .language-pane ul li {
    margin: 0 .5rem;
  }
}
header section .language-pane ul li a {
  color: #090c0f;
  font: 300 normal 1rem montserrat, sans-serif;
  display: inline-flex;
  align-items: center;
}
header section .language-pane ul li a img {
  margin-right: .25rem;
}
#myCarousel {
  height: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#myCarousel .moduletable {
  width: inherit;
  position: relative;
  height: inherit;
}
#myCarousel .moduletable:hover a.carousel-control-next,
#myCarousel .moduletable:hover a.carousel-control-prev {
  opacity: 1;
}
#myCarousel .moduletable a.carousel-control-next,
#myCarousel .moduletable a.carousel-control-prev {
  bottom: 0;
  opacity: 0;
}
#myCarousel .bannergroup {
  position: relative;
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#myCarousel .bannergroup .banneritem {
  height: 550px;
}
#myCarousel .bannergroup .banneritem .containerThis {
  position: absolute;
  top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-left: 50%;
  flex-direction: column;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #myCarousel .bannergroup .banneritem .containerThis {
    width: 100%;
    left: -50%;
  }
}
@media (min-width: 1280px) {
  #myCarousel .bannergroup .banneritem .containerThis {
    left: calc(1280px / -2);
    width: 1280px;
  }
}
#myCarousel .bannergroup .banneritem .containerThis .item-header {
  color: #fff;
  overflow-wrap: break-word;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #myCarousel .bannergroup .banneritem .containerThis .item-header {
    font: normal 400 2rem sweet-fancy-script, sans-serif;
  }
}
@media (min-width: 800px) {
  #myCarousel .bannergroup .banneritem .containerThis .item-header {
    font: normal 400 4rem sweet-fancy-script, sans-serif;
  }
}
@media (min-width: 992px) {
  #myCarousel .bannergroup .banneritem .containerThis .item-header {
    font: normal 400 5rem sweet-fancy-script, sans-serif;
  }
}
#myCarousel .bannergroup .banneritem .containerThis .bannerdescription {
  color: #fff;
  font: normal normal 1.35rem 'work-sans', sans-serif;
}
#myCarousel .bannergroup .banneritem.active,
#myCarousel .bannergroup .banneritem.carousel-item-start,
#myCarousel .bannergroup .banneritem.carousel-item-next {
  width: 100%;
}
#myCarousel .bannergroup .banneritem .imgcontainer {
  width: 100%;
}
#myCarousel .bannergroup .banneritem img {
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .95;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #myCarousel .bannergroup .banneritem img {
    height: 100%;
    width: auto;
  }
}
.slideshowck .camera_pag {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.slideshowck img {
  filter: saturate(50%);
}
.slideshowck .camera_bar {
  position: absolute;
  top: 0 !important;
  bottom: auto !important;
  width: 100%;
}
.slideshowck .camera_bar .camera_bar_cont {
  background: #fff !important;
  height: 5px !important;
  opacity: 1 !important;
}
.slideshowck .camera_bar .camera_bar_cont span {
  top: 0;
  bottom: 0;
  height: 2px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.slideshowck .camera_target_content {
  background: rgba(255, 255, 255, 0.5);
}
.slideshowck .camera_target_content .camera_caption {
  bottom: auto;
}
.slideshowck .camera_target_content .camera_caption > div {
  height: 550px;
  width: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: 0 none;
}
.slideshowck .camera_target_content .camera_caption > div .camera_caption_title {
  color: #090c0f;
  overflow-wrap: break-word;
  text-align: center;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .slideshowck .camera_target_content .camera_caption > div .camera_caption_title {
    font: normal 400 4rem sweet-fancy-script, sans-serif;
  }
}
@media (min-width: 800px) {
  .slideshowck .camera_target_content .camera_caption > div .camera_caption_title {
    font: normal 400 6rem sweet-fancy-script, sans-serif;
  }
}
@media (min-width: 992px) {
  .slideshowck .camera_target_content .camera_caption > div .camera_caption_title {
    font: normal 400 7rem sweet-fancy-script, sans-serif;
  }
}
/*slideshow variables*/
.formResponsive .rsform-block {
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .formResponsive .rsform-block {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .formResponsive .rsform-block {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.formResponsive label {
  font: normal normal 1.05rem 'work-sans', sans-serif;
  color: #8c8c8c !important;
}
.formResponsive input,
.formResponsive textarea {
  background: #fcfcfc !important;
  border: 1px solid #eee !important;
  font: normal normal 1.125rem 'work-sans', sans-serif !important;
  padding: 8px 10px !important;
  height: auto !important;
  transition: border 300ms ease-in-out;
  width: 100% !important;
  max-width: 500px;
  box-shadow: none !important;
}
.formResponsive input:focus,
.formResponsive textarea:focus {
  border: 1px solid #6f6f6f !important;
  box-shadow: none !important;
}
.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  width: auto !important;
}
.formResponsive textarea {
  height: 200px !important;
}
.importfields .moduletable,
.photos .moduletable {
  width: 100%;
}
.importfields .moduletable.mosaic #phocagallery-module-ri,
.photos .moduletable.mosaic #phocagallery-module-ri {
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
  width: 100%;
}
@media (max-width: 575.98px) {
  .importfields .moduletable.mosaic #phocagallery-module-ri,
  .photos .moduletable.mosaic #phocagallery-module-ri {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 576px) {
  .importfields .moduletable.mosaic #phocagallery-module-ri,
  .photos .moduletable.mosaic #phocagallery-module-ri {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .importfields .moduletable.mosaic #phocagallery-module-ri,
  .photos .moduletable.mosaic #phocagallery-module-ri {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.importfields .moduletable.mosaic #phocagallery-module-ri .mosaic,
.photos .moduletable.mosaic #phocagallery-module-ri .mosaic {
  display: block;
  padding: 0 !important;
  float: none !important;
  margin: 0 0 1.5rem 0 ;
  width: 100% !important;
  -webkit-transition: 1s ease all;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.importfields .moduletable.mosaic #phocagallery-module-ri .mosaic a,
.photos .moduletable.mosaic #phocagallery-module-ri .mosaic a,
.importfields .moduletable.mosaic #phocagallery-module-ri .mosaic img,
.photos .moduletable.mosaic #phocagallery-module-ri .mosaic img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  box-shadow: none !important;
  border: 0 none !important;
}
@media (min-width: 800px) {
  .importfields .moduletable.items.grid3 #phocagallery-module-ri,
  .photos .moduletable.items.grid3 #phocagallery-module-ri {
    grid-template-columns: repeat(3, 1fr);
  }
}
.importfields .moduletable.items #phocagallery-module-ri,
.photos .moduletable.items #phocagallery-module-ri {
  display: grid;
  grid-gap: 2em;
  grid-auto-rows: minmax(300px, auto);
  column-gap: 15px;
  row-gap: 15px;
}
@media (max-width: 575.98px) {
  .importfields .moduletable.items #phocagallery-module-ri,
  .photos .moduletable.items #phocagallery-module-ri {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 576px) {
  .importfields .moduletable.items #phocagallery-module-ri,
  .photos .moduletable.items #phocagallery-module-ri {
    grid-template-columns: repeat(2, 1fr);
  }
}
.importfields .moduletable.items #phocagallery-module-ri .item,
.photos .moduletable.items #phocagallery-module-ri .item {
  box-shadow: none;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.importfields .moduletable.items #phocagallery-module-ri .item img,
.photos .moduletable.items #phocagallery-module-ri .item img {
  transition: opacity 300ms ease-in-out;
  opacity: .75;
}
.importfields .moduletable.items #phocagallery-module-ri .item .pg-box1,
.photos .moduletable.items #phocagallery-module-ri .item .pg-box1,
.importfields .moduletable.items #phocagallery-module-ri .item .pg-box2,
.photos .moduletable.items #phocagallery-module-ri .item .pg-box2,
.importfields .moduletable.items #phocagallery-module-ri .item .pg-box3,
.photos .moduletable.items #phocagallery-module-ri .item .pg-box3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 1;
}
.importfields .moduletable.items #phocagallery-module-ri .item .pg-box1 a,
.photos .moduletable.items #phocagallery-module-ri .item .pg-box1 a,
.importfields .moduletable.items #phocagallery-module-ri .item .pg-box2 a,
.photos .moduletable.items #phocagallery-module-ri .item .pg-box2 a,
.importfields .moduletable.items #phocagallery-module-ri .item .pg-box3 a,
.photos .moduletable.items #phocagallery-module-ri .item .pg-box3 a {
  width: 100%;
}
.importfields .moduletable.items #phocagallery-module-ri .item:hover .phocaname,
.photos .moduletable.items #phocagallery-module-ri .item:hover .phocaname,
.importfields .moduletable.items #phocagallery-module-ri .item:hover .detail,
.photos .moduletable.items #phocagallery-module-ri .item:hover .detail {
  opacity: 1;
}
.importfields .moduletable.items #phocagallery-module-ri .item:hover .phocaname .name,
.photos .moduletable.items #phocagallery-module-ri .item:hover .phocaname .name,
.importfields .moduletable.items #phocagallery-module-ri .item:hover .phocaname .icon,
.photos .moduletable.items #phocagallery-module-ri .item:hover .phocaname .icon {
  transform: translate(0, 0);
}
.importfields .moduletable.items #phocagallery-module-ri .item:hover .detail,
.photos .moduletable.items #phocagallery-module-ri .item:hover .detail {
  width: 85%;
  height: 85%;
}
.importfields .moduletable.items #phocagallery-module-ri .item:hover img,
.photos .moduletable.items #phocagallery-module-ri .item:hover img {
  opacity: 1;
}
.importfields .moduletable.items #phocagallery-module-ri .item .phocaname,
.photos .moduletable.items #phocagallery-module-ri .item .phocaname,
.importfields .moduletable.items #phocagallery-module-ri .item .details,
.photos .moduletable.items #phocagallery-module-ri .item .details {
  transition: opacity 300ms ease-in-out;
}
.importfields .moduletable.items #phocagallery-module-ri .item .phocaname,
.photos .moduletable.items #phocagallery-module-ri .item .phocaname {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(9, 12, 15, 0.9);
  color: #fff !important;
  font: normal normal 1.5rem 'work-sans', sans-serif !important;
}
.importfields .moduletable.items #phocagallery-module-ri .item .phocaname .name,
.photos .moduletable.items #phocagallery-module-ri .item .phocaname .name,
.importfields .moduletable.items #phocagallery-module-ri .item .phocaname .icon,
.photos .moduletable.items #phocagallery-module-ri .item .phocaname .icon {
  width: 100%;
}
.importfields .moduletable.items #phocagallery-module-ri .item .phocaname .icon,
.photos .moduletable.items #phocagallery-module-ri .item .phocaname .icon {
  margin-top: 20px;
  transform: translate(0, 100%);
  transition: transform 300ms ease-in-out;
}
.importfields .moduletable.items #phocagallery-module-ri .item .phocaname .icon .fa-search-plus,
.photos .moduletable.items #phocagallery-module-ri .item .phocaname .icon .fa-search-plus {
  font-size: 2rem;
  color: #cccccc;
}
.importfields .moduletable.items #phocagallery-module-ri .item .phocaname .name,
.photos .moduletable.items #phocagallery-module-ri .item .phocaname .name {
  transform: translate(0, -100%);
  transition: transform 300ms ease-in-out;
}
.importfields .moduletable.items #phocagallery-module-ri .item .detail,
.photos .moduletable.items #phocagallery-module-ri .item .detail {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 300ms ease-in-out, width 300ms ease-in-out;
}
.importfields .moduletable.items #phocagallery-module-ri .item .detail a,
.photos .moduletable.items #phocagallery-module-ri .item .detail a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #ffffff;
}
.importfields .moduletable.items #phocagallery-module-ri .item .detail a span,
.photos .moduletable.items #phocagallery-module-ri .item .detail a span {
  display: none;
}
.importfields .moduletable.items #phocagallery-module-ri .item .detail img,
.photos .moduletable.items #phocagallery-module-ri .item .detail img {
  display: none;
}
.importfields .moduletable.items #phocagallery-module-ri .item img,
.photos .moduletable.items #phocagallery-module-ri .item img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .photos #phocagallery-module-ri {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 576px) {
  .photos #phocagallery-module-ri {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.inputStyle {
  background: #030c11;
  border: 1px solid #000000;
  font: normal 400 1em 'work-sans', sans-serif;
  color: #090c0f;
}
.inputStyle:hover {
  border: 1px solid #000000;
}
.cbPoweredBy {
  display: none;
}
.breadcrumbs {
  position: absolute;
  box-shadow: 0 -4px 4px rgba(9, 12, 15, 0.75);
  background: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}
.breadcrumbs.article {
  height: 80px;
  z-index: 15;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .breadcrumbs.article {
    top: 290px;
  }
}
@media (min-width: 992px) {
  .breadcrumbs.article {
    top: 420px;
  }
}
.breadcrumbs.article .breadcrumb li span.itemname {
  display: none;
}
.breadcrumbs .moduletable {
  min-height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .breadcrumbs .moduletable {
    width: 100%;
    max-width: 1280px;
  }
}
.breadcrumbs .moduletable li {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
}
.breadcrumbs .moduletable li:first-child {
  display: none;
}
.breadcrumbs .moduletable li:nth-last-child(2) .divider {
  display: none;
}
.breadcrumbs .moduletable li:last-child {
  font: normal 700 1.875em 'work-sans', sans-serif;
  color: #090c0f;
  text-transform: uppercase;
  width: 100%;
}
.breadcrumbs .moduletable li:last-child span {
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .breadcrumbs .moduletable li:last-child {
    font-size: 1.65em;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1em;
  }
}
.breadcrumbs .moduletable li .divider {
  padding: 0 0 0 5px;
}
.breadcrumbs .moduletable li a,
.breadcrumbs .moduletable li .divider,
.breadcrumbs .moduletable li span[itemprop="name"] {
  color: #090c0f;
  font: normal 400 1em 'work-sans', sans-serif;
}
.breadcrumbs .moduletable li .article-title {
  font: normal normal 1.875rem 'work-sans', sans-serif;
}
.icons {
  display: none;
}
.info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
  background: #fafafa;
  padding: 50px;
  margin-top: -50px;
}
.info-wrapper .info-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}
.info-wrapper .info-container .moduletable {
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 10;
  width: 100%;
}
.info-wrapper .info-container .moduletable .custom {
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .info-wrapper .info-container .moduletable .custom {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .info-wrapper .info-container .moduletable .custom {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.quick-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 120px auto 100px auto;
}
@media (min-width: 992px) {
  .quick-nav {
    height: 300px;
  }
}
.quick-nav.frontpage {
  width: 100%;
}
@media (min-width: 992px) {
  .quick-nav.frontpage {
    height: 300px;
  }
}
.quick-nav.frontpage.width60 {
  width: 60%;
}
.quick-nav.frontpage .nav {
  width: 100%;
}
.blog {
  display: flex;
  flex-flow: row wrap;
}
.blog .items-row {
  display: flex;
  justify-content: center;
}
.blog .span12 {
  position: relative;
  width: 100%;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog .span12 {
    width: 100%;
    max-width: 1280px;
  }
}
.blog .catheader-wrapper {
  margin-top: 25px;
  position: relative;
  height: 550px;
  width: 100%;
}
.blog .catheader-wrapper .catheaderimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .catheader-wrapper .catheaderimg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog .header .page-header h2 {
  font: normal 300 2rem 'work-sans', sans-serif;
  color: #090c0f;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  text-align: left;
}
@media (max-width: 575.98px) {
  .blog .header .page-header h2 {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .blog .header .page-header h2 {
    text-align: left;
    padding-left: 0;
  }
}
.blog .items-row {
  position: relative;
  width: 100%;
}
.blog .items-row .header h2 {
  text-align: left;
  overflow-wrap: break-word;
}
.blog .items-row .span12 {
  margin: 0.875rem 0;
  background: #fff;
  position: relative;
}
.blog .items-row .span12 .displayaftertitle {
  position: absolute;
  top: 0;
  right: 0;
}
.blog .items-row .span12 .image {
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 25px;
  height: 400px;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .items-row .span12 .image .item-image {
  height: inherit;
}
.blog .items-row .span12 .image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .items-row .span12 .blogtextwrapper {
  width: 100%;
  padding: 25px 0;
  position: relative;
}
.blog .items-row .span12 .blogtextwrapper.hasImage {
  text-align: left;
}
.blog .items-row .blogtext {
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog .items-row .blogtext {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .blog .items-row .blogtext {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.blog.frontpage .items-row {
  margin: 0;
  position: relative;
  width: 100%;
  /*&.row-0 {
        position: relative;
        display: flex;

        @media @smartphones, @tablets {
          padding: 40px 0 0 0;
        }

        @media @midbreak {
          padding: 100px 0 0 0;
        }
        .content-wrapper {
          @media @smartphones, @tablets {
            width: 100%;
          }

          @media @midbreak {
            width: calc(~"50% - 50px");
            margin-right: 50px;
          }
        }

        .blogtextwrapper {
          background: 0 none;
        }

        .border-wrapper {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;

          @media @smartphones, @tablets {
            flex-direction: column;
          }

          @media @midbreak {
            flex-direction: row;
          }
        }

        .displayelement {
          &.after {
            @media @smartphones, @tablets {
              width: 100%;
            }

            @media @midbreak {
              width: 50%;
            }

            @media @laptops {
              width: calc(~"50% + 50px");
              margin-left: -50px;
            }
          }
        }

        .page-header {
          h2 {
            text-align: left;
            border-bottom: 0 none;
          }
        }

        .item {
          &.hasGallery {
            position: relative;

            .fields-container {
              top: 0;
              right: 0;

              @media @smartphones, @tablets {
                width: 100%;
              }

              @media @laptops {
                position: relative;
              }
            }

            .header,
            .blogtext,
            .readmore {
              @media @smartphones, @tablets {
                width: 100%;
              }

              @media @laptops {
                width: calc(~"100% - 100px");
              }
            }
          }
        }

        .blogtext {
          p {
            .fontparams();
            margin: 0;
            padding: 0;
          }
        }

        .readmore {
          margin-top: 40px;

          a {
            border-radius: 0 !important;
            padding: 10px 20px;
            width: auto !important;
            color: #fff !important;

            .fontparams();
            .buttonBackground();

            &:hover {
              .buttonHover();
            }
          }
        }
      }*/
}
.blog.frontpage .items-row .square {
  display: none;
}
.blog.frontpage .items-row .blogtextwrapper {
  width: 100%;
  padding: 0 !important;
}
.blog.frontpage .items-row .page-header h2 {
  text-align: left;
  border-bottom: 0 none;
}
@media (max-width: 575.98px) {
  .blog.frontpage .items-row .page-header h2 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .blog.frontpage .items-row .page-header h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row .page-header h2 {
    font-size: 3rem;
  }
}
.blog.frontpage .items-row .span12 {
  border: 0 none;
  padding: 0;
  max-width: 1280px;
  background: 0 none;
  box-shadow: none !important;
}
.blog.frontpage .items-row .image {
  position: relative !important;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}
.blog.frontpage .items-row.row-0 {
  margin-top: 100px;
}
.blog.frontpage .items-row.row-0 .page-header h2 {
  text-align: center;
}
.blog.frontpage .items-row.row-0,
.blog.frontpage .items-row.row-1 {
  padding: 0 0 100px 0;
}
.blog.frontpage .items-row.row-1 {
  padding-top: 0;
}
.blog.frontpage .items-row.row-1 .page-header h2 {
  text-align: center;
}
.blog.frontpage .items-row.row-1 .border-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog.frontpage .items-row.row-1 .border-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog.frontpage .items-row.row-1 .content-wrapper,
  .blog.frontpage .items-row.row-1 .displayelement.after {
    width: 100%;
  }
}
.blog.frontpage .items-row.row-1 .content-wrapper .header {
  margin-bottom: 50px;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  height: inherit;
}
@media (max-width: 575.98px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
  border: 1px solid transparent;
  padding: 25px 0;
  transition: all 300ms ease-in-out;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li.active {
  border: 1px solid transparent;
  background: #090c0f;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li.active a {
  color: #fff;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li.active img {
  -webkit-filter: invert(100%);
}
@media (max-width: 575.98px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li {
    width: calc(100% - 100px);
  }
}
@media (min-width: 576px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li {
    width: calc(50% - 100px);
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li {
    width: 25%;
  }
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li:first-child {
    margin-left: 0;
  }
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li:last-child {
    margin-right: 0;
  }
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li:hover {
  border: 1px solid transparent;
  background: #fafafa;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li:hover a {
  color: #090c0f;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: inherit;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav li a span {
  width: 100%;
  text-align: center;
  font: normal normal 1.125em 'work-sans', sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
}
.blog.frontpage .items-row.row-1 .displayelement.after .moduletable h3 {
  display: none;
}
.blog.frontpage .items-row.row-1 .displayelement.after .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
}
@media (max-width: 575.98px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .nav li {
    width: calc(100% / 4);
  }
}
.blog.frontpage .items-row.row-1 .displayelement.after .fields-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.blog.frontpage .items-row.row-1 .displayelement.after .field-entry.importfields {
  width: 100%;
}
.blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button {
  display: inline-flex;
  justify-content: center;
  margin: 32px 10px 0 10px;
}
.blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button p {
  padding: 0;
  margin: 0;
}
.blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button a {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button a {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button a {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button.quote a {
  background: #090c0f;
  color: #fff;
  background: linear-gradient(-45deg, #090c0f, #808080, #090c0f);
  background-size: 700% 700%;
  border-radius: 0 !important;
}
.blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button.quote a:hover {
  animation: buttonGradient 5s ease infinite;
  transition: border-radius 300ms ease-in-out;
}
.blog.frontpage .items-row.row-1 .displayelement.after .field-entry.button.quote a:hover:hover {
  border-radius: 10px;
}
.blog.frontpage .items-row.row-2 {
  padding: 100px 0 0 0;
}
.blog.frontpage .items-row.row-2 .header,
.blog.frontpage .items-row.row-2 .blogtext {
  width: 100%;
}
.blog.frontpage .items-row.row-2 .span12 .blogtextwrapper {
  padding: 150px 0;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog.frontpage .items-row.row-2 .span12 .blogtextwrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-2 .span12 .blogtextwrapper {
    width: calc(50% - 100px);
    margin: 0 0 0 100px;
  }
}
.blog.frontpage .items-row.row-2 .span12 .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog.frontpage .items-row.row-2 .span12 .item {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-2 .span12 .item {
    flex-direction: row;
  }
}
.blog.frontpage .items-row.row-2 .span12 .displayelement.after {
  margin-top: 10px;
  width: 100%;
}
.blog.frontpage .items-row.row-2 .span12 .displayelement.after p {
  margin: 0;
}
.blog.frontpage .items-row.row-2 .span12 .displayelement.after p,
.blog.frontpage .items-row.row-2 .span12 .displayelement.after a {
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog.frontpage .items-row.row-2 .span12 .displayelement.after p,
  .blog.frontpage .items-row.row-2 .span12 .displayelement.after a {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-2 .span12 .displayelement.after p,
  .blog.frontpage .items-row.row-2 .span12 .displayelement.after a {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.blog.frontpage .items-row.row-2 .span12 .displayelement.after a {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog.frontpage .items-row.row-2 .span12 .displayelement.after a:first-child {
  color: #fff;
  display: inline-block;
  background: linear-gradient(-45deg, #090c0f, #808080, #090c0f);
  background-size: 700% 700%;
  border-radius: 0 !important;
}
.blog.frontpage .items-row.row-2 .span12 .displayelement.after a:first-child:hover {
  animation: buttonGradient 5s ease infinite;
  transition: border-radius 300ms ease-in-out;
}
.blog.frontpage .items-row.row-2 .span12 .displayelement.after a:first-child:hover:hover {
  border-radius: 10px;
}
.blog.frontpage .items-row.row-2 .span12 .image {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .blog.frontpage .items-row.row-2 .span12 .image {
    width: 100%;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-2 .span12 .image {
    height: auto;
  }
}
@media (min-width: 992px) {
  .blog.frontpage .items-row.row-2 .span12 .image {
    width: calc(50% - 50px);
    margin-right: 50px;
  }
}
.blog.frontpage .items-row.row-2 .span12 .image img {
  object-fit: cover;
  max-width: revert;
  max-height: 100%;
  height: 100%;
  width: auto;
}
.blog.frontpage .items-row.row-2 .content-wrapper {
  width: 100%;
}
.blog.frontpage .items-row.row-2 .displayelement.after {
  width: 75%;
}
.item-page {
  position: relative;
  margin-top: 5rem;
  width: 100%;
}
.item-page.hasImage {
  margin-top: 0;
}
.item-page.gallery .itempagecontainer > .page-header h2 {
  text-align: center;
}
.item-page.gallery .article-container {
  width: 100% !important;
  max-width: 100% !important;
}
.item-page.setHeaderCursive .itempagecontainer > .page-header h2 {
  font-size: clamp(4rem, 20vw, 7rem) !important;
  letter-spacing: 0 !important;
}
.item-page.aboutus .textbody {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.aboutus .textbody div[itemprop="articleBody"] {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .item-page.aboutus .textbody div[itemprop="articleBody"] {
    width: 55%;
    padding-right: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.aboutus .textbody .displayElement.after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .item-page.aboutus .textbody .displayElement.after {
    width: 45%;
    padding-left: 50px;
  }
}
.item-page.aboutus .textbody .displayElement.after .field-value {
  padding: 0;
  margin: 0;
}
.item-page.contact .displayElement.after.contact .field-entry {
  display: flex;
  justify-content: center;
}
.item-page.contact .displayElement.after.contact .field-entry .field-value {
  width: 100%;
  display: flex;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value {
    flex-direction: row;
  }
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value .moduletable {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value .moduletable {
    width: 60%;
  }
}
.item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  position: sticky;
  background: #fafafa;
  padding: 32px;
}
@media (min-width: 800px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup {
    top: 90px;
    margin-right: 50px;
  }
}
@media (min-width: 960px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup {
    top: 130px;
  }
}
.item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem:last-child {
  margin-bottom: 0;
}
.item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem .item-header {
  display: none;
}
.item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem .containerThis {
  margin-left: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem .containerThis p {
  margin: 0;
  padding: 0;
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem .containerThis p {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem .containerThis p {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.item-page.contact .displayElement.after.contact .field-entry .field-value .bannergroup .banneritem img {
  max-height: 30px;
  max-width: 30px;
}
.item-page .itempagecontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.item-page .itempagecontainer > .page-header {
  width: 100%;
  max-width: 1280px;
}
.item-page .itempagecontainer > .page-header.hasImage {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page .itempagecontainer > .page-header.hasImage {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .item-page .itempagecontainer > .page-header.hasImage {
    height: 550px;
  }
}
.item-page .itempagecontainer > .page-header.hasImage h2 {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.item-page .itempagecontainer > .page-header h2 {
  text-align: left;
  overflow-wrap: break-word;
}
@media (min-width: 992px) {
  .item-page .itempagecontainer > .page-header h2 {
    letter-spacing: -5px;
  }
}
.item-page.setHeaderCursive h2 {
  font: normal 400 3rem sweet-fancy-script, sans-serif !important;
}
.item-page.setMenu .displayElement.setMenu {
  margin-top: 50px;
}
.item-page.setMenu .displayElement.setMenu .fields-container {
  display: flex;
  flex-flow: row wrap;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry {
  display: inline-flex;
  flex-direction: column;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.download-menu {
  width: 100%;
  padding: 0;
  margin: 50px 0 0 0;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.download-menu .field-label {
  text-align: center;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.download-menu .field-value {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry .field-label {
  overflow-wrap: break-word;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.setMenu .displayElement.setMenu .fields-container .field-entry {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (min-width: 800px) {
  .item-page.setMenu .displayElement.setMenu .fields-container .field-entry {
    width: 50%;
    padding: 0 50px;
    margin-bottom: 0;
  }
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry:nth-child(2n + 1) {
  padding-left: 0;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry:nth-child(2n + 2) {
  padding-right: 0;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry:nth-child(n + 3) {
  margin-top: 100px;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus {
  width: 100%;
  padding: 0;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus:nth-child(n + 3) {
  margin-top: 0;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field {
  flex-flow: row wrap;
  width: 100%;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row {
  justify-content: flex-start;
  flex-direction: column;
  border: 1px solid #eeeeee !important;
  box-shadow: 0 0 10px #fafafa;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row {
    width: 100%;
    margin: 12.5px 0;
    padding: 25px;
  }
}
@media (min-width: 800px) {
  .item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row {
    width: calc(50% - (25px / 2));
    margin: 12.5px;
    padding: 25px 50px;
  }
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row:nth-child(2n + 1) {
  margin-left: 0;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row:nth-child(2n + 2) {
  margin-right: 0;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row > span.menu-title {
  font: normal normal clamp(1.35rem, 5vw, 1.5rem) 'work-sans', sans-serif;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px dotted #eee;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row > span:nth-child(2) {
  font-weight: bold;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row > span:nth-child(3) {
  font-size: 1rem;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry.menus .repeatable-field row > span:last-child {
  position: absolute;
  top: 26px;
  right: 50px;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry .field-label {
  font: normal normal clamp(1.35rem, 4.5vw, 1.5rem) 'work-sans', sans-serif;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry .repeatable-field {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry .repeatable-field row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
  color: #090c0f;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry .repeatable-field row:hover {
  background: #fafafa;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.setMenu .displayElement.setMenu .fields-container .field-entry .repeatable-field row {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .item-page.setMenu .displayElement.setMenu .fields-container .field-entry .repeatable-field row {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry .repeatable-field row span:last-child {
  font-weight: bold;
}
.item-page.setMenu .displayElement.setMenu .fields-container .field-entry .repeatable-field row:last-child {
  border-bottom: 0 none;
}
.item-page .articlebody {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0;
  width: 100%;
}
.item-page .articlebody .article-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
}
.item-page .articlebody .textbody {
  padding: 50px 0 0 0;
}
@media (min-width: 800px) {
  .item-page .articlebody .textbody.pullLeft {
    width: 55%;
  }
}
.item-page .articlebody .textbody div[itemprop="articleBody"] p {
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page .articlebody .textbody div[itemprop="articleBody"] p {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .item-page .articlebody .textbody div[itemprop="articleBody"] p {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.item-page .item-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page .item-image {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .item-page .item-image {
    height: 550px;
  }
}
.item-page .item-image .img-itslf {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.item-page .item-image .img-itslf img {
  filter: saturate(50%);
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page .item-image img {
    height: 100%;
    min-height: 100%;
    transform: scale(1.5, 1.5);
  }
}
@media (min-width: 1280px) {
  .item-page .item-image img {
    width: 100%;
    height: auto;
  }
}
.item-page .displayElement.after.download {
  display: flex;
  justify-content: center;
}
.item-page .displayElement.after.download .fields-container {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page .displayElement.after.download .field-entry {
    width: 100%;
    margin: 25px 0;
  }
}
@media (min-width: 800px) {
  .item-page .displayElement.after.download .field-entry {
    width: calc(50% - 50px);
    margin: 25px 50px;
  }
}
.item-page .displayElement.after.download .field-entry:nth-child(2n + 1) {
  margin-left: 0;
}
.item-page .displayElement.after.download .field-entry:nth-child(2n + 2) {
  margin-right: 0;
}
.item-page .displayElement.after.download .field-entry .field-label {
  background: 0 none;
  padding: 0;
  margin: 0;
  border: 0 none;
  border-bottom: 1px dotted #eee;
  font: normal normal clamp(1.35rem, 4.5vw, 1.5rem) 'work-sans', sans-serif;
}
.item-page .displayElement.after.download .field-entry .field-value {
  display: flex;
  flex-direction: column;
}
.item-page .displayElement.after.download .field-entry .field-value .jd_content {
  border-bottom: 1px dotted #eee;
}
.item-page .displayElement.after.download .field-entry .field-value .jd_content:last-of-type {
  border-bottom: 0 none;
}
.item-page .displayElement.after .field-entry.price .field-value {
  margin-top: 25px;
  border-top: 1px solid #eeeeee;
}
.item-page .displayElement.after .field-value {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 0 0;
  color: #090c0f;
  font-weight: bold !important;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page .displayElement.after .field-value {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .item-page .displayElement.after .field-value {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.item-page .displayElement.after .field-value #all {
  max-width: 1280px;
  width: 100%;
}
@media (min-width: 992px) {
  .item-page .displayElement.after .field-value #all {
    padding: 0;
  }
}
.item-page .displayElement.after .field-value #all .items-row {
  border: 1px solid #eeeeee;
  box-shadow: 0 0 10px #fafafa;
  padding: 25px 50px;
  border-radius: 10px;
}
.item-page .displayElement.after .field-value #all .items-row .displayelement.after {
  position: absolute;
  top: -40px;
  right: -50px;
  background: #090c0f;
  padding: 10px;
  height: 110px;
  width: 75px;
  border-radius: 0 10px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-page .displayElement.after .field-value #all .items-row .displayelement.after .fields-container,
.item-page .displayElement.after .field-value #all .items-row .displayelement.after .field-entry.price {
  padding: 0;
  margin: 0;
}
.item-page .displayElement.after .field-value #all .items-row .displayelement.after .field-value {
  margin: 29px 0 0 0;
  border: 0 none;
  padding: 0;
  color: #fff;
  justify-content: center;
}
.item-page .displayElement.after .field-value #all .items-row .blogtextwrapper {
  padding: 0;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page .displayElement.after .field-value #all .items-row {
    width: 100%;
    margin: 25px 0;
  }
}
@media (min-width: 800px) {
  .item-page .displayElement.after .field-value #all .items-row {
    width: calc(50% - 10px);
    margin: 10px;
  }
}
.item-page .displayElement.after .field-value #all .items-row:nth-child(2n + 1) {
  margin-left: 0;
}
.item-page .displayElement.after .field-value #all .items-row:nth-child(2n + 2) {
  margin-right: 0;
}
.item-page .displayElement.after .field-value #all .items-row .item-image {
  border: 0 none;
}
.item-page .displayElement.after .field-value #all .items-row .span12 {
  width: 100%;
}
.orderbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 110px 0;
}
.orderbtn .nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .orderbtn .nav {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .orderbtn .nav {
    flex-direction: row;
  }
}
.orderbtn .nav li {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .orderbtn .nav li {
    margin: 15px 0;
  }
}
@media (min-width: 576px) {
  .orderbtn .nav li {
    margin: 0 15px;
  }
}
.orderbtn .nav li a {
  background: #141920;
  color: #bfbfbf;
  font: normal normal 1.125em 'work-sans', sans-serif;
  width: 230px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 40px;
  transition: background 300ms ease-in-out;
}
.orderbtn .nav li a.download {
  background: 0 none;
  color: #090c0f;
}
.orderbtn .nav li a.download:hover {
  background: 0 none !important;
}
.orderbtn .nav li a:hover {
  background: #0a0d10;
}
.maps-pane {
  width: 100%;
  margin-top: 100px;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  background: #090c0f;
}
.maps-pane .moduletable {
  width: 95%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.maps-pane .moduletable .custom {
  width: 100%;
}
.maps-pane .moduletable .custom .phocamaps-box {
  margin: 0 !important;
}
.maps-pane h3 {
  font: normal 700 1.875em 'work-sans', sans-serif;
  color: #090c0f;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  max-width: 100% !important;
  width: 100% !important;
  color: #fff;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .maps-pane h3 {
    width: 100%;
    max-width: 1280px;
  }
}
.contact-pane {
  width: 100%;
  background: #090c0f;
  padding: 75px 0;
  margin-top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-pane * {
  color: #fff !important;
}
.contact-pane .contact-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 90%;
}
.contact-pane .contact-wrapper > .moduletable {
  display: flex;
  flex-direction: column;
}
.contact-pane .contact-wrapper > .moduletable > h3 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .contact-pane .contact-wrapper > .moduletable {
    width: 100%;
    margin-bottom: 50px;
  }
  .contact-pane .contact-wrapper > .moduletable:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .contact-pane .contact-wrapper > .moduletable {
    width: calc((100% - 50px) / 2);
    margin: 0 25px 50px 25px;
  }
  .contact-pane .contact-wrapper > .moduletable:first-child {
    margin-left: 0;
  }
  .contact-pane .contact-wrapper > .moduletable:nth-child(2) {
    margin-right: 0;
  }
  .contact-pane .contact-wrapper > .moduletable:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .contact-pane .contact-wrapper > .moduletable {
    width: calc((100% - 100px) / 3);
    margin-bottom: 0;
  }
  .contact-pane .contact-wrapper > .moduletable:nth-child(2) {
    margin-right: 25px;
  }
  .contact-pane .contact-wrapper > .moduletable:last-child {
    width: calc((100% - 100px) / 3);
  }
}
.contact-pane .contact-wrapper > .moduletable.foodmenus img,
.contact-pane .contact-wrapper > .moduletable.contactDetails img {
  filter: invert(1);
}
.contact-pane .contact-wrapper > .moduletable img {
  max-width: 30px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-pane .contact-wrapper > .moduletable .nav,
.contact-pane .contact-wrapper > .moduletable .bannergroup {
  display: flex;
  flex-direction: column;
}
.contact-pane .contact-wrapper > .moduletable .nav li,
.contact-pane .contact-wrapper > .moduletable .bannergroup li,
.contact-pane .contact-wrapper > .moduletable .nav .banneritem,
.contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem {
  padding: 0.5rem 0;
  display: inline-flex;
  align-items: center;
}
.contact-pane .contact-wrapper > .moduletable .nav a,
.contact-pane .contact-wrapper > .moduletable .bannergroup a {
  width: 100%;
}
.contact-pane .contact-wrapper > .moduletable .nav a:hover .image-title,
.contact-pane .contact-wrapper > .moduletable .bannergroup a:hover .image-title {
  padding-left: 15px;
}
.contact-pane .contact-wrapper > .moduletable .nav a,
.contact-pane .contact-wrapper > .moduletable .bannergroup a,
.contact-pane .contact-wrapper > .moduletable .nav .banneritem,
.contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem {
  display: inline-flex;
  align-items: center;
  word-break: break-word;
  color: #090c0f;
  line-height: 0 !important;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .contact-pane .contact-wrapper > .moduletable .nav a,
  .contact-pane .contact-wrapper > .moduletable .bannergroup a,
  .contact-pane .contact-wrapper > .moduletable .nav .banneritem,
  .contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .contact-pane .contact-wrapper > .moduletable .nav a,
  .contact-pane .contact-wrapper > .moduletable .bannergroup a,
  .contact-pane .contact-wrapper > .moduletable .nav .banneritem,
  .contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.contact-pane .contact-wrapper > .moduletable .nav a .item-header,
.contact-pane .contact-wrapper > .moduletable .bannergroup a .item-header,
.contact-pane .contact-wrapper > .moduletable .nav .banneritem .item-header,
.contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem .item-header {
  display: none;
}
.contact-pane .contact-wrapper > .moduletable .nav a .image-title,
.contact-pane .contact-wrapper > .moduletable .bannergroup a .image-title,
.contact-pane .contact-wrapper > .moduletable .nav .banneritem .image-title,
.contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem .image-title {
  margin-left: 0.5rem;
  padding-left: 10px;
  transition: padding-left 300ms ease-in-out;
}
.contact-pane .contact-wrapper > .moduletable .nav a .containerThis,
.contact-pane .contact-wrapper > .moduletable .bannergroup a .containerThis,
.contact-pane .contact-wrapper > .moduletable .nav .banneritem .containerThis,
.contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem .containerThis {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  padding-left: 10px;
}
.contact-pane .contact-wrapper > .moduletable .nav a .containerThis p,
.contact-pane .contact-wrapper > .moduletable .bannergroup a .containerThis p,
.contact-pane .contact-wrapper > .moduletable .nav .banneritem .containerThis p,
.contact-pane .contact-wrapper > .moduletable .bannergroup .banneritem .containerThis p {
  margin: 0;
  padding: 0;
}
#system-message-container {
  display: none;
  /*for now*/
}
#system-message-container #system-message {
  background: #030c11;
  box-shadow: 0 2px 4px #000;
  width: calc(1280px - 80px);
  position: relative;
  padding: 10px 40px;
  margin-top: 100px;
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #system-message-container #system-message {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  #system-message-container #system-message {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
#system-message-container #system-message a.close {
  display: none;
}
.pd-cb + div {
  display: none !important;
}
.item-page.download div[itemprop="articleBody"] {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.download div[itemprop="articleBody"] #all {
    width: 100%;
    margin: 25px 0;
  }
  .item-page.download div[itemprop="articleBody"] #all:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .item-page.download div[itemprop="articleBody"] #all {
    width: calc(50% - 50px);
    margin: 0 50px;
  }
}
.item-page.download div[itemprop="articleBody"] #all:nth-child(2n + 1) {
  margin-left: 0;
}
.item-page.download div[itemprop="articleBody"] #all:nth-child(2n + 2) {
  margin-right: 0;
}
.item-page.download div[itemprop="articleBody"] #all #phoca-dl-category-box .pd-category .pd-ctitle {
  background: 0 none;
  padding: 0;
  margin: 0;
  border: 0 none;
  border-bottom: 1px dotted #eee;
  font-size: clamp(2rem, 4.5vw, 2.5rem);
}
.item-page.download div[itemprop="articleBody"] #all #phoca-dl-category-box .pd-filebox {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  color: #090c0f;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .item-page.download div[itemprop="articleBody"] #all #phoca-dl-category-box .pd-filebox {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .item-page.download div[itemprop="articleBody"] #all #phoca-dl-category-box .pd-filebox {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.item-page.download div[itemprop="articleBody"] #all #phoca-dl-category-box .pd-filebox:last-of-type {
  border-bottom: 0 none !important;
}
.item-page.download div[itemprop="articleBody"] #all #phoca-dl-category-box .pd-filebox .pd-cb {
  display: none;
}
.jd_content {
  width: 100%;
  max-width: 650px;
}
.jd_content .jd_clear {
  display: flex;
  clear: none;
  align-items: center;
  justify-content: space-between;
}
.jd_content .jd_left a {
  color: #090c0f;
  line-height: normal !important;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .jd_content .jd_left a {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .jd_content .jd_left a {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.jd_content .jd_left .jdbutton {
  display: none;
}
.jd_content .jd_content_wrapper {
  background: 0 none;
  border: 0 none;
  display: flex;
  align-items: center;
}
.jd_content .jd_featured_pic,
.jd_content .jd_tags39,
.jd_content .jd_associations {
  display: none;
}
.jd_content .jd_download_url_position {
  top: 0;
  float: none;
}
.jd_content .jd_download_url_position a {
  background: #198754 !important;
  border: 1px solid #198754;
  color: #090c0f;
  line-height: normal !important;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .jd_content .jd_download_url_position a {
    font: normal 300 1rem 'work-sans', sans-serif;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .jd_content .jd_download_url_position a {
    font: normal 300 1.125rem 'work-sans', sans-serif;
    line-height: 1.875rem;
  }
}
.jd_content .jd_download_url_position a:hover {
  background: #1d9d61 !important;
  border: 1px solid #1d9d61 !important;
}
/****************************/
#footer {
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  float: left;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #footer {
    position: relative;
  }
}
@media (min-width: 1280px) {
  #footer {
    position: relative;
    margin-bottom: 0;
  }
}
#footer .footer-content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  #footer .footer-content {
    width: 100%;
  }
}
#footer .footer-content .upper {
  float: left;
  width: 100%;
}
#footer .footer-content .upper ul {
  position: relative;
  left: 50%;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 0;
  height: 50px;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #footer .footer-content .upper ul {
    width: 100%;
    max-width: 1280px;
  }
}
#footer .footer-content .upper ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
#footer .footer-content .upper ul li .fab {
  color: #3f3f3f;
  font-size: 4em;
}
#footer .footer-content .upper ul li .fab:hover {
  color: #444444;
}
#footer .footer-container.lower {
  width: 100%;
}
#footer .svgimg {
  display: none;
}
#footer .copyplan {
  display: flex;
  min-height: 65px;
  width: 100%;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #footer .copyplan {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #footer .copyplan {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #footer .planning {
    justify-content: flex-end !important;
  }
}
#footer .copy,
#footer .planning {
  display: flex;
  color: #3f3f3f;
  font: normal 400 0.875em 'work-sans', sans-serif;
}
@media (max-width: 575.98px), (min-width: 576px) {
  #footer .copy,
  #footer .planning {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #footer .copy,
  #footer .planning {
    width: 50%;
    text-align: left;
    justify-content: flex-start;
  }
}
#footer .copy a,
#footer .planning a {
  color: #3f3f3f;
}
#footer .copy a:hover,
#footer .planning a:hover {
  color: #4c4c4c;
}
/****error page*****/
.errorpage {
  background: #ffffff url('../images/errorpage/Banner.jpg') center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
}
.error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  min-width: 50%;
  max-width: 95%;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .error-container {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .error-container {
    max-width: 50%;
    max-width: 940px;
    padding: 50px;
  }
}
@media (max-width: 575.98px) {
  .error-container .error-number {
    font: normal bold 5rem 'work-sans', sans-serif;
  }
}
@media (min-width: 576px) {
  .error-container .error-number {
    font: normal bold 8rem 'work-sans', sans-serif;
  }
}
@media (min-width: 800px) {
  .error-container .error-number {
    font: normal bold 11rem 'work-sans', sans-serif;
  }
}
@media (min-width: 992px) {
  .error-container .error-number {
    font: normal bold 15rem 'work-sans', sans-serif;
  }
}
@media (max-width: 575.98px) {
  .error-container .error-pagenotfoundtext {
    font: normal bold 1rem 'work-sans', sans-serif;
  }
}
@media (min-width: 576px) {
  .error-container .error-pagenotfoundtext {
    font: normal bold 1.35rem 'work-sans', sans-serif;
  }
}
@media (min-width: 800px) {
  .error-container .error-pagenotfoundtext {
    font: normal bold 1.7rem 'work-sans', sans-serif;
  }
}
@media (min-width: 992px) {
  .error-container .error-pagenotfoundtext {
    font: normal bold 2rem 'work-sans', sans-serif;
  }
}
.error-container .error-admin {
  padding: 20px 0;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .error-container .error-admin {
    font: normal normal 1rem 'work-sans', sans-serif;
  }
}
@media (min-width: 992px) {
  .error-container .error-admin {
    font: normal normal 1.125rem 'work-sans', sans-serif;
  }
}
.error-container .error-btn {
  background: #090c0f;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
}
@media (max-width: 575.98px), (min-width: 576px) {
  .error-container .error-btn {
    font: normal normal 1rem 'work-sans', sans-serif;
  }
}
@media (min-width: 992px) {
  .error-container .error-btn {
    font: normal normal 1.125rem 'work-sans', sans-serif;
  }
}
@media (max-width: 575.98px) {
  .error-container .error-btn {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }
}
