select#comboMenu{
	width:100%;
	height: 50px;
    margin: 0;
}

#cm-ordered-menu{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#cm-ordered-menu .cm-head{
	width: 100%;
	min-height: 50px;
	position: relative;
	box-shadow: 0px 0px 20px rgba(99, 99, 99, 0.72);
	z-index: 100;
	background-color: #e6e4e1;
}
#cm-ordered-menu .cm-head.expanded{
	position: static;
	width: 0;
}
#cm-ordered-menu .cm-head.expanded .cm-render-module{
	display:none;
}
#cm-ordered-menu .cm-module-body-before{
	z-index: 101;
    position: relative;
    margin-top: 60px;
}
#cm-ordered-menu .cm-body{
	display: none;
	min-width: 100%;
	overflow: auto;
	position: fixed;
	bottom: 0;
	top:0;
	background-color: #fdfcf3;
	2
3
4
5
	background: #586750;
	background: #e7ded7;
	box-shadow: -8px 5px 8px rgba(0, 0, 0, 0.12);
	z-index: 100;
	opacity:0;
}
#cm-ordered-menu .cm-body.expanded{

}
.cm-render-module{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width: 100%;
}
#cm-ordered-menu .cm-render-module a{
	padding:0;
}

@media (max-width: 478px){
	#cm-ordered-menu .cm-body{ width:100%;}
}
@media (max-width: 768px){
	/*#cm-ordered-menu .cm-render-module{
		display:none;
	}*/
}

#cm-ordered-menu .cm-title {
	display: inline-block;
}

#cm-ordered-menu .cm-btn-expand {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-align: right;
	z-index:101;
}
#cm-ordered-menu .cm-btn-expand.expanded{
	height: 50px;
}

#cm-ordered-menu .cm-body a,	
#cm-ordered-menu .cm-body span{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 30px;
    box-sizing: border-box;
    color: #54514a;
	font-size: 1.3em;
    line-height: 1.2em;
}
#cm-ordered-menu .cm-body .current a{text-decoration:underline;}	

#cm-ordered-menu ul{
	text-align:left;
	width:100%;
	list-style: none;
	margin:0;
	padding:0;
}

#cm-ordered-menu ul li{
	padding:0;
	margin:0;
	position: relative;
	background-repeat: no-repeat;
	transition: 0.5s all;
	z-index: 1;
	text-align: center;
}
#cm-ordered-menu ul a:last-child li{
	border-bottom:0;
}

#cm-ordered-menu ul ul {display:none;}

#cm-ordered-menu .cm-level1>ul{
	background-color: #6060604d;
	box-shadow: 0px 3px 13px -5px #00000052 inset;
}

/*#cm-ordered-menu .cm-body li.parent a, #cm-ordered-menu .mod-menu__sub li.parent span { padding-left:40px }*/


#cm-ordered-menu a li{
	display: block;
	color: rgb(51, 51, 51);
	text-decoration:none;
}
#cm-ordered-menu a:hover,
#cm-ordered-menu span:hover,
#cm-ordered-menu .cm-expand-menu-button:hover{
	
}
#cm-ordered-menu li.active > div a{
	font-weight:bold;
}
#cm-ordered-menu .cm-overlay {
	position:absolute;
	top:0;	
	width: 100%;
	height: 0;
	transition:5s background-color;
	background-color:rgba(0, 0, 0, 0);
}
#cm-ordered-menu .cm-overlay.expanded {
	background-color: rgba(0, 0, 0, 0.5);
	2
3
4
5
	background: #586750;
	/* background: linear-gradient(180deg,rgba(88, 103, 80, 1) 0%, rgba(110, 128, 101, 1) 100%); */
	height:100%;
}
#cm-ordered-menu .cm-root img{
	max-width:32px;
	margin-right:5px;
}
#cm-ordered-menu .cm-expand-child.collapsed-child{
	display: none;
}
#cm-ordered-menu .cm-expand-menu-button{
	position: relative;
    display: inline-block;
    width: 50px;
	height: 50px;
	vertical-align: top;
    margin-top: 5px;
}

#cm-ordered-menu .cm-search{
	position: absolute;
	right: 0;
	height: 100%;
}
#cm-ordered-menu .cm-search.expanded{
	left: 55px;
}
#cm-ordered-menu .cm-btn-search{
	/*font-family: 'IcoMoon';*/
	font-family: 'Icons';
    font-size: 40px;
    float: right;
    height: 100%;
    width: 50px;
    color: #616161;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
}
#cm-ordered-menu .cm-btn-search:hover,
#cm-ordered-menu .cm-btn-search:focus{
	background-color: rgba(0, 0, 0, 0.1);
}
#cm-ordered-menu #cm-search-form{
	position: absolute;
    height: 90%;
    left: 0;
    right: 55px;
    margin: 0;
    padding: 5px 0;
    box-sizing: border-box;
    overflow: hidden;
}
#cm-ordered-menu #cm-search-form input{
	position: absolute;
	height: 30px;
	left: 2px;
	right: 3px;
	bottom: 0;
	width: 97%;
	border: 0;
	margin: 0;
	padding: 6px;
	background-color: transparent;
	box-shadow: none;
}
#cm-ordered-menu #cm-search-form .field-wrap{
	position:relative;
	border-bottom: 2px solid #616161;
	height: 100%;
}
#cm-ordered-menu #cm-search-form .field-wrap .bracket-left,
#cm-ordered-menu #cm-search-form .field-wrap .bracket-right{
	position:absolute;
	bottom:0;
	left:0;
	width:2px;
	height:5px;
	background-color:#616161;
}
#cm-ordered-menu #cm-search-form .field-wrap .bracket-right{
	left:auto;
	right:0;
}
#cm-ordered-menu .cm-mnu-wrap{
	position:relative;
	text-align: center;
}
#cm-ordered-menu .cm-mnu-parent > .cm-mnu-wrap a,
#cm-ordered-menu .cm-mnu-parent > .cm-mnu-wrap span{
	padding-right: 0px;
}
.cm-body-tbl{
	display: table;
    width: 100%;
    height: 100%;
}
.cm-body-tbl-cell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;	
}

/*Animated icon*/
.spinner-master2 * {transition:all 0.3s;-webkit-transition:all 0.3s;box-sizing:border-box;}

.spinner-master2 { 
	display: inline-table;
    height: 100%;
    width: 50px;
}
.spinner-master2:hover,
.spinner-master2:active {
	background-color: rgba(0, 0, 0, 0.1);
}

.spinner-master2 input[type=checkbox] {display:none;}
.spinner-master2 label {cursor: pointer;
    z-index: 99;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
	padding: 0 5px;
}

.spinner-master2 .spinner2 {position:absolute;height:2px;width:100%;background-color:#750f1c;}

.spinner-master2 .diagonal.part-1 {position:relative;float:left;}
.spinner-master2 .horizontal {position:relative;float:left;margin-top:8px;}
.spinner-master2 .diagonal.part-2 {position:relative;float:left;margin-top:8px;}

.cm-btn-expand.expanded .spinner-spin2 > .horizontal {opacity: 0;}
.cm-btn-expand.expanded .spinner-spin2 > .diagonal.part-1 {transform:rotate(135deg);-webkit-transform:rotate(135deg);margin-top:10px;}
.cm-btn-expand.expanded .spinner-spin2 > .diagonal.part-2 {transform:rotate(-135deg);-webkit-transform:rotate(-135deg);margin-top:-11px;}

/*expand menu btn*/
.cm-expand-menu-button{
	cursor:pointer;
}
.cm-eb1{
	position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 1px;
    background-color: #000;
    transform: translateX(-50%) translateY(-50%);
}
.cm-eb2{
	position:absolute;
	left:30%;
	top:50%;
	height:1px;
	width:20px;
	background-color:#000;
	transform:translateY(-50%);
}


.cm-load {
	display:none;
}
.cm-load.load {
	display: table;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.cm-load1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.cm-load2 {
	display:inline-block;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #555; /* Blue */
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite;
}

.mainwrap{}
.mainwrap.menu-opened{}