.fixedd {
	overflow: hidden;
}
.se-menu .clear {
	clear:both;	
}
.se-menu {
	height: 70px;
	background: #fff;
}
.flag-padding {
	margin-top:48px;	
}
.se-menu ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 00px;
}
.se-menu header {
	width: 100%;
	background: #fff;
	height: 48px;
	line-height: 48px;
	position:relative;
}
.se-menu i.fa-bars, .se-menu i.fa-times {
	font-size:21px;
	color:#444444;	
}
.se-menu .se-menu-logo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 35px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.se-menu .hamburger {
	background: none;
	position: absolute;
	top: 20px;
	left: 14px;
	padding: 0;
	color: #444444;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 999;
	width: 40px;
	height: 35px;
}
.se-menu .hamburger span {
	position: absolute;
	width: 80%;
	height: 3px;
	left: 10%;
	background: #fa460f;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.se-menu .hamburger span:first-child {
	top: 0;
}
.se-menu .hamburger span:nth-child(2) {
	top: 11px;
	opacity: 1;
	visibility: visible;
}
.se-menu .hamburger span:last-child {
	top: 22px;
}
.se-menu .hamburger-active span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}
.se-menu .hamburger-active span:nth-child(2n) {
	opacity: 0;
	visibility: hidden;
}
.se-menu .hamburger-active span:last-child {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 12px;
}
.se-menu .cross {
	display:none;
	background: none;
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 0px;
	color: #444444;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 999;
}
.se-menu .menu {
	/*display:none;*/
	left: -100%;
	z-index: 999;
	width: 100%;
	background: #f9f9f9;
	position: absolute;
	text-align: left;
	top: 70px;
	/*left:0px;*/
	bottom:0px;
	font-weight:400;
	overflow-y:auto;
	font-size:14px;
	text-transform:none;
	transition: all .4s;
}
.se-menu .menu.menu-open {
	width: 100%;
	left: 0;
}
.se-menu .menu ul {
	margin: 0!important;
	padding: 0px 14px!important;
	list-style-type: none;
	list-style-image: none;
}
.se-menu .menu ul.sub-menu {
	padding: 0px 0px 0px 0px!important;
}
.se-menu .menu li {
	position:relative;
	display: block;
	padding: 0px;
	border-bottom: #ccc 1px solid;
	min-width:200px;
	min-height:38px;
	line-height:38px;
}
.se-menu .sub-menu li {
	border-bottom: none;
}
.se-menu .sub-menu li:last-child {
	margin-bottom:7px;	
}
.se-menu .menu ul.sub-menu li a {
	color: #aaa;
	font-size:13px;
}
.se-menu .menu ul li a {
	text-decoration: none;
	margin: 0px;
	color: #444444;
}
.se-menu .menu ul li a:hover {
	color: #222222;
	text-decoration: none;
}
.se-menu .menu a {
	text-decoration: none;
	color: white;
	width:100%;
}
.se-menu .menu a:hover {
	text-decoration: none;
	color: white;
}
.se-menu .fa-minus {
	display:none;	
}
.se-menu .fa-plus, .se-menu .fa-minus {
	position: absolute;
	display:block;
    right: 0px;
    top: 0px;
	color: #fa460f;
    font-size: 14px;
    width: 40px;
    height: 38px;
    line-height: 38px;
	text-align:center;
    z-index: 999;
	pointer-events: all;
	cursor: pointer!important;
}
.se-flags {
	display:none;
    min-width: 200px;
    width: 100%;
    padding: 11px 14px;
    background: #f5f5f5;
    position: absolute;
    height: 39px;
    z-index: 999;
    right: 0px;
}
.se-flags img {
    height: 16px;
    width: auto;
    margin-left: 8px;
    float: right;
}
.se-menu button.flag {
	background: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 12px 14px;
	height: 48px;
	width: auto;
	color: #444;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 999;
}
.se-menu button.flag img {
	display: block;
	height: 16px;
  	width:auto;
	max-width:none;
	margin:0px;
}
.se-menu span {
    font-size: 8px;
    margin: 4px 0px 0px 0px;
    line-height: 8px;
    position: relative;
    display: block;
	color:#ccc;
}
.se-menu .rigth-head-btn {
	display: block;
	padding: 10px;
	min-width: 200px;

}
.se-menu ul.social-menu {
	padding-right: 8px !important;
}
.se-menu .social-menu li {
	display: inline-block;
	min-width: 0;
	border-bottom: 0;
}
.se-menu .social-wrap-menu {
	min-width: 300px;
}
.se-menu  a.tel-link {
	color: #444444;
	font-weight: 400;
	padding-left: 14px;
	margin-top: 15px;
	margin-bottom: 7px;
}
.se-menu .search-wrap button {
	border: 0;
	outline: 0 !important;
	color: #5a5a5a;
	background: none;
	cursor: pointer;
	padding: 8px;
}
@media screen and (min-width: 1101px) {
	#se-menu {
		display:none;	
	}
	.se-desktop-header {
		display:block;	
	}
}

@media screen and (max-width: 1100px) {
	#se-menu {
		display:block;	
	}
	.se-desktop-header,
	.desktop-logo,
	.desktop-red-btn {
		display:none;	
	}
}