.order-1,.order-first{order: 1;}
.order-2{order: 2;}
.order-3{order: 3;}
.order-4{order: 4;}
.order-5,.order-last{order: 5;}


@media (max-width: 480px) {
   .navigation-space {
		height: 180px;
	}
	.header-logo{width: 90px;}
}
@media (min-width: 480px) {
   .navigation-space {
		height: 180px;
	}
	.header-logo{width: 90px;}
}
@media (min-width: 1024px) {
   .navigation-space {
		height: 165px;
	}
	.header-logo{width:130px;}
}
.navbar.collapsed .navbar-content {
    height: 35px;
    overflow: hidden;
}