.luxbar-default {
  width: 100%;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 1000; }

.luxbar-static {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }
  .luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
    position: absolute; }

.luxbar-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-fixed-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
  display: block;
  height: 2px;
  width: 26px;
  transition: 0.6s ease; }

.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
  background-color: transparent; }
  .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before, .luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0; }

.luxbar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 58px; }

.luxbar-menu-left .luxbar-navigation,
.luxbar-menu-left .luxbar-header {
  justify-content: flex-start; }

.luxbar-menu-right .luxbar-hamburger {
  margin-left: auto; }

.luxbar-brand {
  font-size: 1.6em;
  padding: 28px 24px 18px 24px; }

.luxbar-menu {
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%; }

@media screen and (min-width:1020px) {
	.luxbar-navigation {
		display: flex;
		flex-direction: column;
		list-style: none;
		padding-left: 0;
		margin: 0; 
	}
}

@media screen and (min-width:1420px) {

	.luxbar-navigation-sub{
		position: absolute;
		top: 0;
		right: 6%;
		list-style: none;
	}

	.luxbar-navigation-sub li{
		display: flex;
		align-items: center;
		font-size: 14px;
		color:#212121;
		letter-spacing: 1px;
		position:relative;
	}
	.luxbar-navigation-sub li:before{
		content: '';
		position: absolute;
		top: 50%;
		left:-35px;
		display: inline-block;
		width: 25px;
		height: 0.5px;
		background-color: #212121;
	}
}

@media screen and (max-width:1419px) {

	.luxbar-navigation-sub{
		position: absolute;
		top: 0;
		right: 1%;
		list-style: none;
	}

	.luxbar-navigation-sub li{
		display: flex;
		align-items: center;
		font-size: 14px;
		color:#212121;
		letter-spacing: 1px;
		position:relative;
	}
	.luxbar-navigation-sub li:before{
		content: '';
		position: absolute;
		top: 50%;
		left:-35px;
		display: inline-block;
		width: 25px;
		height: 0.5px;
		background-color: #212121;
	}
}

@media screen and (min-width:1020px) {
	.sub-menu{
		display:none;
	}
}


@media screen and (max-width:1019px) {
	.luxbar-navigation-sub{
		display:none;
	}
	
	.sub-menu{
		display:block;
		margin-top:20px;
	}

}

.luxbar-menu a,
.luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.luxbar-item {
  height: 0px; }
  .luxbar-item a {
    padding: 18px 24px 18px 24px;
    display: block; }

.luxbar-hamburger {
  padding: 18px 24px 18px 24px;
  position: relative;
  cursor: pointer; }
  .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    content: '';
    position: absolute; }
  .luxbar-hamburger span::before {
    margin-top: -8px; }
  .luxbar-hamburger span::after {
    margin-top: 8px; }

.luxbar-checkbox {
  display: none; }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 58px;
    max-height: 100px; }
  .luxbar-checkbox:checked ~ .luxbar-menu {
    transition: max-height 0.6s ease;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    padding-bottom: 150px; }

.dropdown {
  position: relative;
  height: auto;
  min-height: 58px; }
.dropdown:hover > ul {
  position: relative;
  display: block;
  min-width: 100%; }
.dropdown > a::after {
  position: absolute;
  content: '';
  right: 10px;
  top: 25px;
  border-width: 5px 5px 0;
  border-color: transparent;
  border-style: solid; }
.dropdown > ul {
  display: block;
  overflow-x: hidden;
  list-style: none;
  padding: 0; }
.dropdown > ul .luxbar-item {
  min-width: 100%;
  height: 29px;
  padding: 5px 10px 5px 40px; }
.dropdown > ul .luxbar-item a {
  min-height: 29px;
  line-height: 29px;
  padding: 0; }


.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::before {
  transform: rotate(225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-doublespin span::after {
  transform: rotate(-225deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::before {
  transform: rotate(45deg); }
.luxbar-checkbox:checked + .luxbar-menu .luxbar-hamburger-spin span::after {
  transform: rotate(-45deg); }

.luxbar-menu-light,
.luxbar-menu-light .dropdown ul {
  background-color: #e0e0e0;
  color: #212121; }

.luxbar-menu-light .active{
  background-color: #fcfcfc; }
.luxbar-menu-light .luxbar-hamburger span,
.luxbar-menu-light .luxbar-hamburger span::before,
.luxbar-menu-light .luxbar-hamburger span::after {
  background-color: #212121;}
.luxbar-menu-light .luxbar-hamburger{-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}



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

@media screen and (min-width:1220px) {
  .dropdown > ul .luxbar-item {
    min-width: 100%;
    padding: 10px 0px 10px 0px !important; background: #fff;  text-align:center
  }
    .dropdown > ul .luxbar-item a:hover {
    background:#000; text-align:center
  }
}
  
  
@media screen and (max-width:1219px) {
  .dropdown > ul .luxbar-item {
    min-width: 90%;
    padding: 5px 20px 5px 5px !important; background: #fff; 
  }
  .dropdown > ul .luxbar-item a:hover {
    background:#000;
  }
}
@media screen and (max-width:1219px) {
  .luxbar-item {
    height: 75px; text-align: center;
  }
}
@media screen and (max-width:1219px) {
  .luxbar-item {
    text-align: center;
  }
}