@charset "UTF-8";
/*
=======================================================
HEADER
=======================================================
*/
.luxbar-menu-material-cyan, .luxbar-menu-material-cyan .dropdown ul {
    background-color: #fff;
    color: #fff;
    margin:0 10px;
    -moz-border-radius-bottomleft: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border: 1px solid #dddddd;
}
.luxbar-menu{
	width:calc(100% - 20px);
}
.luxbar-fixed{
	box-shadow:none;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu{
/* 	height:100px; */
	height:85px;
}
.luxbar-header{
/* 	height:100px; */
	height:85px;
	padding-left: 30px;
}
.headerCatch{
	font-size:14px;
	color:#666666;
	letter-spacing: 0;
}
.dropdown > ul{
	overflow:hidden;
}
.luxbar-item{
/* 	height:100px; */
	height:84px;
	border-left:1px solid #dddddd;
	width:12%;
	text-align: center;
	transition:0.2s;
}
.luxbar-item img{
	transition:0.2s;
}
.luxbar-item:hover img{
	opacity:0.7;
}
.luxbar-item img{
	display:inline-block;
}
.luxbar-header{
	width:35%;
}
.luxbar-fixed{
	min-width: 1200px;
}
.headerIconTxt{
	display:block;
	font-size:15px;
	color:#333333;
	font-weight:bold;
	letter-spacing: 0;
}
.luxbar-item a{
/* 	padding: 15px 20px 14px; */
	padding: 8px 0px 14px;
}
.luxbar-menu-material-cyan .luxbar-item:hover{
	background-color: unset;
}
.luxbar-menu-material-cyan .dropdown ul{
	margin:0;
}
.dropdown:hover > ul{
	top:100px;
	border:1px solid #dddddd;
	border-radius:unset;
}
.dropdown > ul .luxbar-item a{
	font-size: 18px;
    font-weight: bold;
}
.dropdown > ul .luxbar-item{
	height: 38px;
}



@media screen and (min-width: 768px){
	.luxbar-navigation {
	    justify-content: space-between;
	}
}
@media screen and (min-width: 991px){
	.feaderBR{
		display:none;
	}
}
@media screen and (max-width: 1200px){
	.luxbar-fixed{
		min-width: 970px;
	}
	.luxbar-menu-right .luxbar-header{
		width:20%;
		margin-right: unset;
	}
	.luxbar-item{
		width:15%;
	}
	.luxbar-item.headerContact{
		width: 20%;
		padding: 0 10px;
	}
	.luxbar-brand{
		padding: 18px 10px 18px 10px;
	}
}
@media screen and (max-width: 991px){
	.luxbar-fixed{
		min-width: 750px;
	}
	.luxbar-item a{
		padding: 15px 10px 14px;
	}
	.headerIconTxt{
		font-size: 10px;
	}
}
@media screen and (max-width: 767px){
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu{
		height: 100px;
	}
	.luxbar-item a.active{
		background-image:none;
	}
	.luxbar-fixed{
		min-width: 100%;
	}
	.luxbar-menu{
		width:100%;
		border-radius: 0;
		margin: 0;
		height:96px!important;
	}
	.luxbar-menu-right .luxbar-header{
		width:100%;
		height:38px;
		padding: 3px;
		border-bottom:1px solid #dddddd;
	}
	.luxbar-menu-right .luxbar-header a{
		height:38px;
		padding: 3px;
	}
	.luxbar-menu-right .luxbar-header a img{
		height:100%;
	}
	.luxbar-item{
		width: 25%;
		height:58px;
	}
	.luxbar-navigation{
		flex-direction: unset;
		flex-wrap: wrap;
	}
	.luxbar-item a{
		padding:5px;
	}
	.luxbar-item img{
		height:30px;
	}
}

.ddBox{
	background:#fff;
	position: absolute;
}
.ddBox .luxbar-item{
	width:100%;
	height: auto;
}
.ddBox .luxbar-item a{
	font-size: 18px;
    font-weight: bold;
    transition:0.2s;
}
.ddBox .luxbar-item a:hover{
	opacity:0.7;
}















@media screen and (max-width: 767px) {

}

