@media screen and (min-width: 1055px) {

.navfixed {
	position: fixed;
    width: 100%;
    z-index: 2000;
	top: 0;
	}
	.test {
	
	margin-top:280px;
	
	}
	
	.navmob {
	    display:none;
	}
}
	
	@media screen and (max-width: 1050px) {
	
	.navmob {
	position: absolute;
    width: 100%;
    z-index: 2000;
	top: 0;
	}
	.test {
	
	margin-top: 180px;
	
	}
	
	.hideelem {
	    display: none;
	}
	.map {
	    overflow:  hidden;
	}
	}
