.object {
	-webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
}

.nyheader {
	position: fixed;
	left: 0;
	width: 100%;
}	
	
	#axis:hover .move-up {
		transform: translate(0,-100%);
		-webkit-transform: translate(0,-100%);
		-o-transform: translate(0,-100%);
		-moz-transform: translate(0,-100%);
	}
	
	

	@media(max-width:767px){
		.nyheader {top: 0;}
		#axis {padding-top: 55px;}

	}

	@media(min-width:768px){
		.nyheader {top: -15px;}
		#axis {padding-top: 75px;}
		
	}

	@media(min-width:992px){
		.nyheader {top: -15px;}
		#axis {padding-top: 125px;}
	
	}
	
	@media(min-width:1200px){
		.nyheader {top: -75px;}
		#axis {padding-top: 125px;}
		
	}
	
	

	
	

