@media screen and (max-width:1000px){

	#navzilla {
    	background-color: white;
    	display: block;
    	box-shadow: 0px 2px 5px #555;
    	height: 60px;
    	margin: 0 auto;
    	position: fixed;
    	text-align: left;
    	top: 0;
    	width: 100%;
    	z-index: 910;
    }
    #navzilla img {
    	margin: 0 0 0 10px;
    	height: 60px;
    }

  	nav ul {
        display: none;
    }
}

@media all and (min-width: 1000px) { 
	.navR {width:100%; position: relative;display:none!important;}
    .navR ul li {float: left; width: 20%; height: 20px;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    } 

}