.top-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #fff !important;
    top: 13px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 5px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.mid-menu {
    top: 13px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.bottom-menu {
    top: 21px;
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}
.menui {
    background: #fff;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 10px;
    position: absolute;
}

.icon { display: none; }
main.tm-content { padding-top: 0px; }
.tm-totop-scroller { width: 40px; }

@media (max-width: 947px) {
	.icon {
	    z-index: 999;
	    position: inherit;
	    display: block;
	    padding: 0 0 25px 0;
	    height: 32px;
	    width:32px;
	    margin: 0px;
	    top: 7px;
	    left: 0;
	    display: block;
	}

	a.tm-logo { display: inline-block; right: 19px; top: 0; position: absolute; }
	
	nav.ul { display: inline-block; }

	nav ul li { font-size: 11px; float: initial !important; width: 100%;}

	.tm-navbar {
	    font-family: inherit;
	    top: 45px;
	    left:0;
	    z-index: 2999;
	    display: none;
	    position: absolute;
	    width: 230px;
	    background: rgba(0, 0, 0, 0.9);
	}
	.tm-navbar li {
	    list-style-type: none;
	    text-align: center;
	    padding: 0 10px 0 10px;
	}
	.tm-navbar li a {
	    font-size: 135%;
	    color: #fff;
	    text-decoration: none;
	    font-weight: 300;
	    width: 100%;
	}
	.tm-navbar li:first-child {
	    /*margin-top: 60px;*/
	}
}
