

.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)
}

.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
}

.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: 4px;
  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: 18px 24px 18px 24px
}

.luxbar-menu {
  min-height: 58px;
  transition: 0.6s ease;
  width: 100%
}

.luxbar-navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.luxbar-menu a, .luxbar-item a {
  text-decoration: none;
  color: inherit;
  cursor: pointer
}

.luxbar-item {
  height: 58px;
  width: 11%;
  text-align: center;
}

.luxbar-item a {
  text-align: left;
  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
}

.luxbar-checkbox:checked~.luxbar-menu {
  transition: height 0.6s ease;
  height: 100vh;
	/*height: auto;*/
	overflow:scroll;
}

.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 {
  overflow: hidden;
  min-width: 100%;
  height: 60px;
  padding: 5px 10px 5px 40px
}

.dropdown>ul .luxbar-item a {
  min-height: 60px;
  line-height: 60px;
  padding: 0
}

.luxbdr {
  border: none;
}

@media screen and (min-width: 769px) {
  .luxbar-item a :after {
    content: none;
  }
  .luxbdr {
    border: 1px solid #ebebeb;
  }
  .luxbar-item a {
    padding: 9% 6% 9% 6%;
    display: block;
	text-align: center;
  }
  .luxbar-navigation {
    flex-flow: row;
  }
  .luxbar-hamburger {
    display: none
  }
  .luxbar-checkbox:not(:checked)~.luxbar-menu {
    overflow: visible
  }
  .luxbar-checkbox:checked~.luxbar-menu {
    height: 58px
  }
  .luxbar-menu .luxbar-item {
    border-top: 0
  }
  .luxbar-menu-right .luxbar-header {
    margin-right: auto
  }
  .dropdown {
    height: 58px
  }
  .dropdown:hover>ul {
    position: absolute;
    left: 0;
    top: 58px;
    padding: 0
  }
  .dropdown>ul {
    display: none
  }
  .dropdown>ul .luxbar-item {
    padding: 5px 10px
  }
  .dropdown>ul .luxbar-item a {
    white-space: nowrap
  }
}

.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-dark, .luxbar-menu-dark .dropdown ul {
  background-color: #fff;
  color: #333
}

.luxbar-menu-dark .active, .luxbar-menu-dark .luxbar-item:hover {
  border-bottom:3px solid #ffa101;
}
.luxbar-menu-dark .luxbar-hamburger span, .luxbar-menu-dark .luxbar-hamburger span::before, .luxbar-menu-dark .luxbar-hamburger span::after {
  background-color: #f7a302
}

.luxbar-menu-light, .luxbar-menu-light .dropdown ul {
  background-color: #e0e0e0;
  color: #212121
}

.luxbar-menu-light .active, .luxbar-menu-light .luxbar-item:hover {
  background-color: #bdbdbd
}

.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-material-red, .luxbar-menu-material-red .dropdown ul {
  background-color: #b71c1c;
  color: #fff
}

.luxbar-menu-material-red .active, .luxbar-menu-material-red .luxbar-item:hover {
  background-color: #c62828
}

.luxbar-menu-material-red .luxbar-hamburger span, .luxbar-menu-material-red .luxbar-hamburger span::before, .luxbar-menu-material-red .luxbar-hamburger span::after {
  background-color: #fff
}

.luxbar-menu-material-indigo, .luxbar-menu-material-indigo .dropdown ul {
  background-color: #1a237e;
  color: #fff
}

.luxbar-menu-material-indigo .active, .luxbar-menu-material-indigo .luxbar-item:hover {
  background-color: #283593
}

.luxbar-menu-material-indigo .luxbar-hamburger span, .luxbar-menu-material-indigo .luxbar-hamburger span::before, .luxbar-menu-material-indigo .luxbar-hamburger span::after {
  background-color: #fff
}

.luxbar-menu-material-green, .luxbar-menu-material-green .dropdown ul {
  background-color: #1b5e20;
  color: #fff
}

.luxbar-menu-material-green .active, .luxbar-menu-material-green .luxbar-item:hover {
  background-color: #2e7d32
}

.luxbar-menu-material-green .luxbar-hamburger span, .luxbar-menu-material-green .luxbar-hamburger span::before, .luxbar-menu-material-green .luxbar-hamburger span::after {
  background-color: #fff
}

.luxbar-menu-material-amber, .luxbar-menu-material-amber .dropdown ul {
  background-color: #ff6f00;
  color: #fff
}

.luxbar-menu-material-amber .active, .luxbar-menu-material-amber .luxbar-item:hover {
  background-color: #ff8f00
}

.luxbar-menu-material-amber .luxbar-hamburger span, .luxbar-menu-material-amber .luxbar-hamburger span::before, .luxbar-menu-material-amber .luxbar-hamburger span::after {
  background-color: #fff
}

.luxbar-menu-material-brown, .luxbar-menu-material-brown .dropdown ul {
  background-color: #3e2723;
  color: #fff
}

.luxbar-menu-material-brown .active, .luxbar-menu-material-brown .luxbar-item:hover {
  background-color: #4e342e
}

.luxbar-menu-material-brown .luxbar-hamburger span, .luxbar-menu-material-brown .luxbar-hamburger span::before, .luxbar-menu-material-brown .luxbar-hamburger span::after {
  background-color: #fff
}

.luxbar-menu-material-bluegrey, .luxbar-menu-material-bluegrey .dropdown ul {
  background-color: #263238;
  color: #fff
}

.luxbar-menu-material-bluegrey .active, .luxbar-menu-material-bluegrey .luxbar-item:hover {
  background-color: #37474f
}

.luxbar-menu-material-bluegrey .luxbar-hamburger span, .luxbar-menu-material-bluegrey .luxbar-hamburger span::before, .luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
  background-color: #fff
}

.luxbar-menu-material-cyan, .luxbar-menu-material-cyan .dropdown ul {
  background-color: #006064;
  color: #fff
}

.luxbar-menu-material-cyan .active, .luxbar-menu-material-cyan .luxbar-item:hover {
  background-color: #00838f
}

.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: #fff
}
@media screen and (max-width:768px){
		.luxbar-header{border-bottom:2px solid #fd9f00;}
		.luxbar-item{width:100%;height:50px;}
		.luxbar-item a{position: relative; display:flex; align-items:center;padding:0; height:50px;border-bottom:1px dotted #d8d8d8;text-align: inherit;}
		.luxbar-item a:hover{border-bottom:1px dotted #d8d8d8;}
		.luxbar-item a.left1:before{content:url(/images/new/newapp/sp_icon_home.png);position: relative;left:0;padding:5px 5px 5px 3px;}
		.luxbar-item a.left2:before{content:url(/images/new/newapp/sp_icon_about.png);position: relative;left:0;padding:5px 5px 5px 3px;}
		.luxbar-item a.left3:before{content:url(/images/new/newapp/sp_icon_pay.png);position: relative;left:0;padding:5px 5px 5px 3px;}
		.luxbar-item a.left4:before{content:url(/images/new/newapp/sp_icon_carge.png);position: relative;left:0;padding:5px 5px 5px 3px;}
		.luxbar-item a.left5:before{content:url(/images/new/newapp/sp_icon_point.png);position: relative;left:0;padding:5px 5px 5px 3px;}
		.luxbar-item a.left6:before{content:url(/images/new/newapp/sp_icon_app.png);position: relative;left:0;padding:5px 5px 5px 3px;}
		a.left7:before{content:url(/images/new/newapp/sp_icon_use.png);position: relative;left:0;padding:5px 5px 5px 3px;}
	.luxbar-item a.right:after{content:"";position: absolute;top:42%;right:12px;width:6px;height:6px;border-top:2px solid #ff9f00;border-right:2px solid #ff9f00;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
		.luxbar-item:hover{background-color:#fff !important;}
		.dropdown ul li.luxbar-item {padding:0px;}
	.close_btn{width:100%;max-width:120px;height:auto;margin:20px auto;line-height:40px;color:#fc9f02;text-align:center;border:1px solid #fc9f02;border-radius:40px;cursor:pointer; }
}

@media (min-width:960px) and (max-width:1360px) {
	.luxbar-item{
		width:12%;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.luxbar-item a{
		font-size:14px;
		padding:8% 2%;
	}
}
@media (min-width:800px) and (max-width: 959px) {
	.luxbar-item{
		width:12%;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.luxbar-item a{
		font-size:12px;
		padding:2%;
	}
}
@media  (min-width:769px) and (max-width:799px) {
	.luxbar-item{
		width:12%;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.luxbar-item a{
		font-size:11px;
		padding:2%;
	}
}
@media screen and (max-width:480px){
	.luxbar-checkbox:checked~.luxbar-menu {
		transition: height 0.6s ease;
		height: auto;
		overflow:scroll;
	}
}
/*# sourceMappingURL=luxbar.min.css.map */