/*luxbar_overwrite*/
.luxbar-fixed {
  box-shadow: inherit;
}

.luxbar-menu {
  min-height: auto;
  height: 42px;
}

.luxbar-header {
  height: 60px;
  border-bottom: solid 5px #91CAED;
  background: #fff;
}

.luxbar-navigation-box {
  background: #ddd;
  border-top: solid 6px rgba(255, 255, 255, 0.8);
}

.luxbar-navigation {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.luxbar-brand {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.luxbar-brand a {
  display: block;
}
.luxbar-brand a img {
  padding: 10px 5px 5px 5px;
  height: 60px;
}

.luxbar-menu-material-cyan, .luxbar-menu-material-cyan .dropdown ul {
  background: transparent;
  color: #666;
}

.luxbar-menu-material-cyan .active, .luxbar-menu-material-cyan .luxbar-item:hover {
  background: inherit;
}

.luxbar-menu a:hover, .luxbar-item a:hover {
  color: #91CAED;
}

.luxbar-menu-material-cyan .luxbar-hamburger span, .luxbar-menu-material-cyan .luxbar-hamburger span::before, .luxbar-menu-material-cyan .luxbar-hamburger span::after {
  background-color: #91CAED;
  width: 40px;
  height: 5px;
  border-radius: 2.5px;
}

.luxbar-hamburger {
  padding: 0 0 0 0;
  padding: 20px 20px 0 20px;
  color: #91CAED;
}
.luxbar-hamburger span {
  margin-bottom: 10px;
}
.luxbar-hamburger span::before {
  margin-top: -12px;
}
.luxbar-hamburger span::after {
  margin-top: 12px;
}

.luxbar-item {
  position: relative;
  height: 42px;
}
.luxbar-item a {
  padding: 8px 0 8px;
  margin-right: 12px;
  margin-left: 12px;
  text-align: center;
}
.luxbar-item:last-child {
  display: none;
}

.luxbar-checkbox:checked ~ .luxbar-menu {
  overflow: hidden;
}

.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
  height: 42px;
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before,
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  margin-top: 0;
}

.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span {
  background-color: transparent;
}

@media screen and (max-width: 1023px) {
  #luxbar {
    background: rgba(255, 255, 255, 0.8);
  }

  .luxbar-fixed {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .luxbar-header {
    border: none;
    height: 60px;
  }
  .luxbar-header .tel_icon {
    height: 60px;
  }
  .luxbar-header .tel_icon a img {
    width: 60px;
    height: 60px;
  }

  .luxbar-navigation-box {
    border: none;
    background: transparent;
  }

  .luxbar-navigation {
    flex-direction: column;
    width: 100%;
  }
  .luxbar-navigation .luxbar-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .luxbar-navigation .luxbar-item:last-child {
    display: inline-block;
  }

  .luxbar-hamburger {
    display: block;
  }

  .luxbar-menu-right .luxbar-header {
    margin-right: 0;
  }

  .luxbar-menu-right .luxbar-hamburger {
    font-size: 10px;
  }

  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 60px;
  }

  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .luxbar-navigation {
    justify-content: center;
  }

  .luxbar-checkbox:checked ~ .luxbar-menu {
    height: 164px;
    overflow: hidden;
  }
}
@media screen and (max-width: 800px) {
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    height: 60px;
  }

  .luxbar-brand a img {
    height: 50px;
    padding: 15px 0 0 0;
  }

  .luxbar-menu-material-cyan .luxbar-hamburger span, .luxbar-menu-material-cyan .luxbar-hamburger span::before, .luxbar-menu-material-cyan .luxbar-hamburger span::after {
    width: 32px;
    height: 4px;
    border-radius: 2px;
  }

  .luxbar-hamburger {
    width: 60px;
    padding: 0;
    margin: 40px 10px 10px;
    text-align: center;
  }
  .luxbar-hamburger span {
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .luxbar-hamburger span::before {
    margin-top: -10px;
  }
  .luxbar-hamburger span::after {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .luxbar-brand {
    padding: 5px;
  }

  .luxbar-hamburger {
    width: 64px;
  }
}
/*bxslider_overwrite*/
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 10px;
}
.bx-wrapper img {
  margin-bottom: 0;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  display: inline-block;
  padding: 0 0 0 16px;
  width: 12px;
  height: 12px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a:before, .bx-wrapper .bx-controls-direction a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.bx-wrapper .bx-controls-direction a:before {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.bx-wrapper .bx-controls-direction a:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #91CAED;
  border-right: 2px solid #91CAED;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 15px;
}
.bx-wrapper .bx-controls-direction a.bx-next:after {
  left: 6px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 5px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:after {
  left: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*mailformpro_overwrite*/
form#mailformpro li label.mfp_not_checked {
  border: none;
}

form#mailformpro li label.mfp_checked {
  border: none;
  background: transparent;
  box-shadow: none;
}

form#mailformpro .mfp_colored {
  background-color: transparent;
}

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