p.bold{
	margin-bottom: 0!important;
}
.accordion-menu {
	height: 100%;
	overflow: auto;
}
body,
html {
    min-height: inherit;
}
.accordion-menu {
    background-color: #504f55;
}
.accordion-menu a:active, .accordion-menu a:hover, .accordion-menu a:active, .accordion-menu a:visited {
    color: #f5f4f4;
    text-decoration: none;
}
.accordion-menu a {
    color: #f5f4f4;
    text-decoration: none;
}
.accordion-menu .start{
	 color: #f5f4f4;
	 text-align: left;
}
.accordion-menu li:nth-child(2) p:before {
    filter: invert(100%);
}
.accordion-menu li:nth-child(2) li:nth-child(1) span::before {
	filter: invert(100%);
}
.head_logo{
	height: 100%;
	width: 80%;
	background-image: url(../../img/logo.png);
}
.head_logo {
    height: 100%;
    width:150px;
    background-image: url(../../img/logo.png);
    background-size: 100% 80%;
    background-repeat: no-repeat;
}
.hamburger {
    padding: 8px 5px;
}
#head {
	box-sizing: border-box;
	position: fixed;
    top: 0;
/*    left: 0;*/
    z-index: 99999;
    background-color: #504f55;
    padding-top: 6px;
    padding-left: 6px;
    height: 50px;
    width: 100%;
}

.subul li{
	width: 20%;
}
.subul li:nth-child(1){
	width: 12%;
}
.font-small {
    font-size: 1rem;
    text-align: center;
    margin: 0!important;
    margin-bottom: 2px!important;
    color: #bdbbbb;
}
#foot-nav .subul:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 2.5rem;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: #666;
}
@media  screen and (max-width:320px ) {
	.subul li a{
		font-size: 12px;
	}

}