body.vis_menu,body.open_sing{
	overflow-y:hidden;
	position:fixed;
	width:100%;
}
body.vis_menu #toolbar{
	z-index:999;
	position: fixed;
	background:none;
	top:0;
	left:0;
	right:0;
	bottom: 0;
}
body.vis_menu #content{
	margin-top:55px;
}
#toolbar > table {
	width: 100%;
	height: 100%;
}
#toolbar > table tr {
	height: 100%;
	width: 100%;
}
#toolbar > table tr:first-child{
	height: 55px;
}

#toolbar .head{
	width: 100%;
	height: 55px;
	background:#e7a901;
}
#toolbar {
	height: 100%;
}
.menu {
	width: 100%;
	height: 100%;
	background:  rgba(41,41,41,0) ;
	border:none;
	transition: left 0.5s ease;
	-webkit-transition: opacity 0s ease 0.5s, visibility 0s ease 0.5s, background 0.5s ease;
	-moz-transition: opacity 0s ease 0.5s,visibility 0s ease 0.5s, background 0.5s ease;
     	-o-transition: opacity 0s ease 0.5s,visibility 0s ease 0.5s, background 0.5s ease;
	transition: opacity 0s ease 0.5s,visibility 0s ease 0.5s, background 0.5s ease;
	z-index:999;
	pointer-events:none;
	
}

.menu .content{
	height:100%;
	width:100%;
	position:relative;
	background:  rgba(41,41,41,0) ;
}
.menu .content_menu{
	position:absolute;
	width: 80%;
	height: 100%;
	left:-80%;
	background: rgb(191,131,15);
	position:absolute;
	border-right:1px solid #E8B531;
	-webkit-transition: left 0.5s ease 0.3s;
    -moz-transition: left 0.5s ease 0.3s;
    -ms-transition: left 0.5s ease 0.3s;
	-o-transition: left 0.5s ease 0.3s;
    transition: left 0.5s ease 0.3s;
}
.menu.hide .content_menu{
	-webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
	-o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;

}
#toolbar .menu .content_menu table {
	width:100%;
	height:100%;
	max-height:100%;
} 

#toolbar .menu .content_menu table tr {
	height: 100%;
	max-height: 100%;
}

#toolbar .menu .content_menu table tr:first-child{
	height:65px;
	max-height: 65px;
}
#toolbar .menu .content_menu table tr:last-child{
	height:35px;
	max-height: 35px;
}
#toolbar .menu .content_menu table tr td {
	position:relative;
}
.menu{
	-webkit-transition: background 0.5s ease;
    -moz-transition:background 0.5s ease;
    -ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.menu.vis {
	pointer-events:auto;
	background:  rgba(41,41,41,0.8) ;
}
.menu.vis .content_menu {
	left:0%;
}
.menu.hide {
	background:  rgba(41,41,41,0) ;
	-webkit-transition: background 0.5s ease 0.3s;
    -moz-transition:background 0.5s ease 0.3s;
    -ms-transition: background 0.5s ease 0.3s;
	-o-transition: background 0.5s ease 0.3s;
    transition: background 0.5s ease 0.3s;

}
.menu.hide .content_menu{
	left: -80%;
}
.quicksearch{
 	border-bottom: 1px dashed #E8B531;
}
.quicksearch input {
	width: 86%;
	font-size: 14px;
	height: 100%;
	text-align: center;
	border:none;
	padding: 10px;
	background: #e5c564;
	margin: 12px 7%;
	border-radius: 7px;
	color:#a9720d;
	font-family: times new roman, Arial;
}
.quicksearch input::-webkit-input-placeholder,
.quicksearch input:-moz-placeholder,
.quicksearch input::-moz-placeholder,
.quicksearch input:-ms-input-placeholder {  
	color: #a9720d;  
}
.quicksearch input:focus { 
	outline: none; 
	background: #e6c564 !important;
}
.cont_menu{
	height: 100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-height: 100% !important;
	overflow-y:auto;
}
.content_menu .item{
	-moz-user-select: none;
	-khtml-user-select: none;
	 -webkit-user-select: none;
    -ms-user-select: none;
	user-select: none;  
}
.cont_menu::-webkit-scrollbar {
    width: 0;
}
.list{
	list-style: none;
	padding: 0;
	margin:0;
}
.list > li {
	position:  relative;
	padding-left: 25px;
	border-bottom: 1px solid #E8B531;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #e5c463;
	text-align:left;
	font-size: 18px;
}
.list > li .sublist {
	display:none;
}
.list > li:first-child{
	border-top: 1px solid #E8B531;
}
.list > li:before{
	position: absolute;
	top:15px;
	left:10px;
	content: "+";
}
.list > li.vis{
	color: #e2ac02;
}
.list > li.vis:before{
	content: '-';
	top:13px;
	left:13px;
}
.list > li.vis .sublist{
	display:block;
}
.list li ul{
	list-style: none;
}

ul.sublist li {
	border: 1px dashed #dcb448;
    padding: 9px 0px 9px 10px;
    margin-right: 25px;
    margin-top: 8px;
}

ul.sublist li  a {
	color: #FFC75B;
	font-size: 16px;
	display: block;
	height: 100%;
	
}
.button_desktop {
	padding: 10px 0;
	text-align: center;	
	border-top: 1px dashed #E8B531;
}
.button_desktop a{
	color: #fcc626;
	text-decoration: none;
}

div.cont_menu span a {
	display: block;
    padding-left: 25px;
    border-bottom: 1px solid #E8B531;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #e5c463;
    text-align: left;
    font-size: 18px;
}
