.se-menu .clear {
	clear:both;	
}
.se-menu {
	height:58px;	
	display: block;
    position: fixed;
    top: 0px;
    z-index: 999;
	left: 0px;
    right: 0px;
}
.flag-padding {
	margin-top:58px;	
}
.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: rgba(0,0,0, .85);
	height: 58px;
	line-height: 58px;
	position:relative;
}
.se-menu i.fa-bars, .se-menu i.fa-times {
	font-size:21px;
	color:#fff;	
}
.se-menu .se-menu-logo {
	width:auto;
	height:29px;
	margin:0px;
	padding:0px;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
.se-menu .hamburger {
	background: none;
	position: absolute;
	top: 4px;
	left: 18px;
	padding: 0px;
	color: #fff;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}
.se-menu .cross {
	display:none;
	background: none;
	position: absolute;
	top: 4px;
	left: 18px;
	padding: 0px;
	color: #fff;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}
.se-menu .menu {
	transition: margin-top 0.3s;
	-webkit-transition: margin-top 0.3s;
	display:none;
	z-index: 1000000;
	width: 100%;
	background: #444;
	position: absolute;
	text-align: left;
	top: 58px;
	left:0px;
	bottom:0px;
	font-weight:400;
	overflow-y:visible;
	font-size:16px;
	text-transform:none;
}
.se-menu .menu ul {
	margin: 0!important;
	padding: 0px 18px!important;
	list-style-type: none;
	list-style-image: none;
	font-weight:600;
	background: rgba(0,0,0, .85);
}



.se-menu .menu ul.sub-menu {
	padding: 0px 0px 0px 0px!important;
	background:none;
}

.se-menu .menu ul.sub-menu ul.sub-menu, .se-menu .menu ul.sub-menu ul.sub-menu ul.sub-menu {
	background:none;
}


.se-menu .menu li {
	position:relative;
	display: block;
	padding: 0px;
	border-bottom: #000 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: #ccc;
	font-size:14px;
	padding-left:10px;
}

.se-menu .menu ul.sub-menu ul.sub-menu li a {
	color: #ddd;
	font-size:14px;
	padding-left:20px;
	
}

.se-menu .menu ul li a {
	text-decoration: none;
	margin: 0px;
	color: #fff;
}
.se-menu .menu ul li a:hover {
	color: #fff;
	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: #fff;
    font-size: 16px;
    width: 40px;
    height: 38px;
    line-height: 38px;
	text-align:center;
    z-index: 99999999999999999999999999999;
	pointer-events: all;
	cursor: pointer!important;
}
.se-flags {
	display:none;
    min-width: 200px;
    width: 100%;
    padding: 11px 18px;
    background: #f5f5f5;
    position: absolute;
    height: 39px;
    z-index: 20000000;
    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 18px;
	height: 58px;
	width: auto;
	color: #444;
	border: 0;
	cursor: pointer;
	outline: none;
	z-index: 10000000000000;
}
.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;
}

@media screen and (min-width: 962px) {
	#se-menu {
		display:none;	
	}
	.se-desktop-header {
		display:block;	
	}
}

@media screen and (max-width: 961px) {
	#se-menu {
		display:block;	
	}
	.se-desktop-header {
		display:none;	
	}
}