h1 {
    color: #777777;
    font-size: 15px;
    margin: 0;
    transition: .3s ease all;
}

.navbar-nav li {
	border-left: solid 1px #a2a2a2;
	
}
@media (max-width:1024px){
.navbar-nav li {
	border-left:none;
	
}	
.navbar-nav li img{
	display:none;	
}
}
/*mibutton*/
.mibutton {
	position: fixed;
	top: 6px;
	right:10px;
	width: 50px;
	height: 40px;
	padding: 0 10px;
	border-radius: 7px;
	font-size: 12px;
	z-index: 10;
	cursor: pointer;
	display: none;
	border-radius: 2px 0px 2px 2px;
}
.mibutton span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #000;
	transition: .3s ease all;
	position: absolute;
	left: 11px;
	-webkit-filter:drop-shadow(2px 2px 1px rgb(243, 177, 0,.5));
	filter: drop-shadow(2px 2px 1px rgb(243, 177, 0,.5));
}
.mibutton span:nth-child(1) {
	top: 10px;
}
.mibutton span:nth-child(2) {
	top: 19px;
}
.mibutton span:nth-child(3) {
	top: 28px;
}
@media screen and (max-width:1310px) {
.mibutton {
	display:block;
}
}
@media screen and (max-width:550px) {
.mibutton {
	top:3px;
	right:4px;
}
}
@media screen and (max-width:450px) {

.mibutton {
	top:3px;
	right:4px;
}
}
@media screen and (max-width:400px) {
.mibutton {
	top: 1px;
	right: 4px;
}
}