ul#css3menu1 {
    border-left:0;
}

.topfirst {
	border-left:2px;
}

button.navbar-toggle {
    display: block;
    background: rgba(128, 128, 128, 0.05);
    font-size: 30px;
    color: #fff;
    border: 1px solid;
    padding: 5px 10px 0 10px;
    margin: 0 0 15px;
    line-height: 1em;
}

body:first-of-type ul#css3menu1 {
    display: none;
}

ul#css3menu1 > li {
    display: none;
    position: relative;
    width: 100% !important;
}

.hidden { display: none; }
.unhidden { display: block; }

/*620*/

/* All Mobile Sizes (devices and browser) */



@media screen and (min-width: 1025px) and (max-width: 1679px) {
     .hidden { display: block; height:12px; }
}

@media screen and (min-width: 620px) {
    button.navbar-toggle{
        display:none;
    }
    body:first-of-type ul#css3menu1 {
        display: inline-block;
    }
}

@media screen and (min-width:768px){
    ul#css3menu1 > li {
        width: 14.2% !important;
    }
}

/* Tablet Portrait Orientation */
	@media only screen and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) { 
	
	.hidden { display: block; height:12px; }
	
	}

