/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* Eigene Styles */
.hcs .desktop-nav .menu a {
  padding: 1em 1.3em;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.250);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 1.0rem !important;
}
.hcs .desktop-nav .menu a:hover {
  font-weight: 900;
  position: relative;
}
.desktop-nav .menu > li.current-menu-item > a, .desktop-nav .menu > li.focus > a {
  font-weight: 900;
}
@media all and (min-width:1921px) {}
@media all and (max-width:1920px) {}
@media all and (max-width:1366px) {
  .hcs .desktop-nav .menu a {
    padding: 1em 1.0em;
    font-size: 0.9rem !important;
  }
}
@media all and (max-width:1024px) {}
@media all and (max-width:768px), screen and (orientation : portrait) {}
@media all and (max-width:500px) {}