@media only screen and (max-width: 479px){

	.navbar-toggle {
		clear:both;
		width: 45px;
		height:45px;
		position:absolute;
		right: -18%;
		top:-140px;
		margin:0px;
		
	}
}