/*
  Fonts
  font-family: 'Lato', sans-serif;
  font-family: 'Rokkitt', serif;
  font-family: 'Alumni Sans', sans-serif;
  font-family: 'rbicons';
*/
header {
  position: relative;
  display: block;
  z-index: 100;
}
header .wrap {
  position: relative;
  width: 100%;
  background-image: url("../layout/hbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  top: 0;
}
header .wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(225, 228, 231, 0.6);
  backdrop-filter: blur(16px) brightness(115%);
}
header .inner {
  position: relative;
  z-index: 3;
}
header .navbar {
  position: relative;
  margin: 0;
  padding-bottom: 0;
}
header .navbar .container-fluid {
  padding: 0;
}
header .navbar-brand {
  display: block;
  top: 15px;
  position: relative;
  left: -6px;
}
header .navbar-brand .dark {
  display: block;
}
header .navbar-brand .bright {
  display: none;
}
header div.navbar-nav {
  color: #212529;
  top: 0;
  position: relative;
}
header ul.navbar-nav {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  top: -5px;
  position: relative;
}
header ul.navbar-nav li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
header ul.navbar-nav li a {
  color: #212529;
}
header ul.navbar-nav li a:after {
  position: relative;
  top: 3px;
  border-bottom: solid 2px #212529 !important;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out !important;
  display: block;
  content: "";
}
header ul.navbar-nav li a:hover, header ul.navbar-nav li a:focus {
  color: #212529;
}
header ul.navbar-nav li a:hover:after, header ul.navbar-nav li a:focus:after {
  transform: scaleX(1) !important;
}
header.big .wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
}
header.big .wrap:after {
  display: none;
}
header.big .wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: black;
  background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
header.big .navbar-brand .dark {
  display: none;
}
header.big .navbar-brand .bright {
  display: block;
}
header.big ul.navbar-nav {
  position: relative;
}
header.big ul.navbar-nav li a {
  color: white;
}
header.big ul.navbar-nav li a:after {
  border-bottom: solid 2px white !important;
}
header.big ul.navbar-nav li a:hover {
  color: white;
}
header.big div.navbar-nav {
  color: white !important;
}
header.is--fixed .wrap {
  position: fixed;
  top: 0;
  left: 0;
  animation-name: inToView;
  animation-duration: 0.3s;
}
header.is--fixed .navbar-brand {
  height: 64px;
  top: 2px;
}
header.is--fixed .navbar-brand img {
  max-width: 200px;
}
header.is--fixed .navbar {
  padding-top: 0;
  height: 80px;
}
header.is--fixed .navwrap {
  top: 7px;
  right: 0;
  position: relative;
  height: 56px;
}
header.is--fixed .navwrap .hamburger-box .hamburger-inner,
header.is--fixed .navwrap .hamburger-box .hamburger-inner:after,
header.is--fixed .navwrap .hamburger-box .hamburger-inner:before {
  background-color: #212529;
}
header .navwrap .offcanvas-body .menu-header-container {
  position: relative;
  margin: 0 -15px;
}
header .navwrap .offcanvas-body ul.navbar-nav {
  position: relative;
  width: 100%;
  text-align: left;
}
header .navwrap .offcanvas-body ul.navbar-nav li {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
header .navwrap .offcanvas-body ul.navbar-nav li a {
  display: block;
  padding: 15px 30px;
  color: white;
  width: 100%;
  background: #383f45;
}
header .navwrap .offcanvas-body ul.navbar-nav li a:hover {
  background: #3c444b;
  transform: scale(1);
}
header .navwrap .offcanvas-body ul.navbar-nav li a:hover:after {
  display: none;
}
header .navwrap .offcanvas-body ul.navbar-nav li:nth-child(2n) a {
  background: #262a2f;
}
header .navwrap .offcanvas-body ul.navbar-nav li:nth-child(2n) a:hover {
  background: #2a2f34;
}
header .navwrap .offcanvas-body ul.navbar-nav li:nth-child(2n) a:hover:after {
  display: none;
}

@keyframes inToView {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
header nav .navbar-brand {
  width: 240px;
  cursor: pointer;
}
header nav .navbar-brand a {
  display: inline-block;
  width: 100%;
  height: auto;
}
header nav .navbar-brand a img {
  display: none;
  width: 100%;
  height: auto;
}
header nav .navbar-brand a img.dark {
  display: inline-block;
}
header nav button {
  box-shadow: none !important;
  outline: 0 !important;
}
header.minimal-header nav .navbar-brand a img.bright {
  display: none;
}
header.minimal-header nav .navbar-brand a img.dark {
  display: inline-block;
}
header.big nav .navbar-brand a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
header.big nav .navbar-brand a img.dark {
  display: none;
}

footer {
  background: #585650;
  color: white;
  float: left;
  clear: both;
  overflow: hidden;
  width: 100%;
  font-family: "Lato", sans-serif;
}
footer a {
  color: white;
  text-decoration: none;
}
footer #footerlogo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 220px;
  margin-bottom: 15px;
}
footer #footerlogo img {
  width: 100%;
  height: auto;
  display: block;
}
footer span.title,
footer .hashtitle {
  position: relative;
  margin-bottom: 6px;
  display: block;
  font-weight: bold;
}
footer ul {
  margin: 0;
  margin-left: -15px;
  padding: 0;
  list-style: none;
}
footer ul a, footer ul a.nav-link {
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  display: block;
}
footer ul a:hover, footer ul a.nav-link:hover {
  color: #f9b921;
}
footer ul a glyph, footer ul a.nav-link glyph {
  position: relative;
  top: 10px;
  margin-right: 7px;
}
footer .social .hashtitle {
  margin-bottom: 15px;
}
footer .social a {
  text-decoration: none;
  font-size: 1.75rem;
  margin-right: 0;
  margin-bottom: 10px;
  color: white;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover, footer .social a:focus {
  color: #f9b921;
}
footer .social a:first-child {
  margin-left: -15px;
}
footer ul.contactbox {
  padding: 0;
  margin-left: -20px;
  margin-top: 20px;
  padding-left: 45px;
}
footer .bigiconcontent {
  position: relative;
}
footer .bigiconcontent .icon {
  position: absolute;
  left: -15px;
  top: 23px;
  font-size: 1.75rem;
}
footer .footer-top {
  position: relative;
  width: 100%;
  padding: 2rem 15px;
}
footer .footer-top #footerlogo {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  display: inline-block;
}
footer .footer-top .footerlogo {
  margin-bottom: 1.5rem;
}
footer .footer-bottom {
  position: relative;
  width: 100%;
  border-bottom: 0 solid #f9b921;
}
footer .footer-bottom .row > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .footer-bottom .row .copyright {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 0.85rem;
}
footer .footer-bottom .row.bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright * {
  display: inline-block;
  width: auto;
}
.copyright span {
  margin-right: 15px;
}
.copyright a {
  margin: 0 5px;
  color: white;
}

#footerlogo {
  position: relative;
  left: -6px;
}

footer .icon {
  font-size: 1.25rem;
  padding: 0 5px;
  top: 0;
}

@media (min-width: 576px) {
  footer .container {
    max-width: 100%;
  }
  footer .icon {
    font-size: 1.25rem;
    padding: 0 5px;
    top: 0;
  }
  footer .social a {
    margin-right: 2px;
  }
  footer .social a:first-child {
    margin-left: -7px;
  }
}
@media (min-width: 768px) {
  footer .bigiconcontent .icon {
    font-size: 2.75rem;
    left: -30px;
  }
}
@media (min-width: 992px) {
  footer .icon {
    font-size: 1.5rem;
  }
  footer .social a {
    margin-right: 0;
  }
  footer .social a:first-child {
    margin-left: -15px;
  }
}
@media (min-width: 1400px) {
  footer .icon {
    font-size: 2.25rem;
    padding: 0 15px;
  }
  footer .footer-top {
    padding: 5rem 0;
  }
  footer .container {
    max-width: 1320px;
  }
}
.navbar-toggle {
  position: absolute;
  right: -15px;
  top: -25px;
  transition: all 0.3s ease-in-out;
}
.navbar-toggle .hamburger-inner,
.navbar-toggle .hamburger-inner::after,
.navbar-toggle .hamburger-inner::before {
  background-color: white;
  border-radius: 0;
}
.navbar-toggle .hamburger.is-active .hamburger-inner,
.navbar-toggle .hamburger.is-active .hamburger-inner::after,
.navbar-toggle .hamburger.is-active .hamburger-inner::before {
  background-color: white !important;
}
.navbar-toggle:hover {
  transform: scale(1.05);
}

.minimal-header .navbar-toggle {
  top: -7px;
}

.navbar-nav {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  top: -5px;
  position: relative;
}
.navbar-nav li :deep(a) {
  color: #212529;
}
.navbar-nav li :deep(a)::after {
  position: relative;
  top: 3px;
  border-bottom: solid 2px white;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  display: block;
  content: "";
}
.navbar-nav li :deep(a):hover::after, .navbar-nav li :deep(a):focus::after {
  transform: scaleX(1);
}

.navwrap .nav-link-bigger {
  font-size: 1.1rem;
}
.navwrap .offcanvas-body {
  overflow-x: hidden;
}
.navwrap .offcanvas-body .menu-header-container {
  position: relative;
  margin: 0 -15px;
}
.navwrap .offcanvas-body ul.navbar-nav {
  position: relative;
  width: 100%;
  text-align: left;
}
.navwrap .offcanvas-body ul.navbar-nav li :deep(a) {
  display: block;
  padding: 15px 30px;
  color: white;
  width: 100%;
  background: #383f45;
}
.navwrap .offcanvas-body ul.navbar-nav li :deep(a):hover {
  background: #3c444b;
  transform: scale(1);
}
.navwrap .offcanvas-body ul.navbar-nav li :deep(a):hover::after {
  display: none;
}
.navwrap .offcanvas-body ul.navbar-nav li:nth-child(2n) :deep(a) {
  background: #262a2f;
}
.navwrap .offcanvas-body ul.navbar-nav li:nth-child(2n) :deep(a):hover {
  background: #2a2f34;
}
.navwrap .offcanvas-body ul.navbar-nav li:nth-child(2n) :deep(a):hover::after {
  display: none;
}
.navwrap .offcanvas-body ul.navbar-nav .logout-button {
  display: block;
  cursor: pointer;
  padding: 15px 30px;
  color: white;
  background: #262a2f;
}
.navwrap .offcanvas-body ul.navbar-nav .logout-button:hover {
  background: #2a2f34;
}

.is-fixed .navbar-brand {
  height: 64px;
  top: 2px;
}
.is-fixed .navbar-brand img {
  max-width: 200px;
}
.is-fixed .navwrap {
  top: 7px;
  right: 0;
  position: relative;
  height: 56px;
}
.is-fixed .navwrap ul li :deep(a) {
  padding: 1rem;
  color: #212529;
}
.is-fixed .navwrap ul li :deep(a)::after {
  border-bottom: solid 2px #212529;
}
.is-fixed .navwrap .hamburger-box .hamburger-inner,
.is-fixed .navwrap .hamburger-box .hamburger-inner::after,
.is-fixed .navwrap .hamburger-box .hamburger-inner::before {
  background-color: #212529;
}

.navwrap ul li :deep(a) {
  color: white;
}
.navwrap .navbar-nav button {
  border: 0;
  box-shadow: none;
}

.navwrap {
  display: flex;
}
.navwrap ul.navbar-nav li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#mobilemenu > .offcanvas-header > .btn-close {
  background-color: white;
}

.button-box {
  display: flex;
  flex-direction: row;
}

.navbar-brand {
  width: 240px;
  cursor: pointer;
}
.navbar-brand img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=headfoot.css.map */
