
div.nav-breadcrumb {
	margin-top:		1.5vw;
	margin-bottom:	1.5vw;
}

a.nav-backtotop {
	position: fixed;
	bottom: 1vw;
	left: 2vw;

}

/* Mobile/Portraitn with min width (Soft Keyboard) */
@media (max-width: 500px), screen and (orientation:portrait) {
	div.nav-breadcrumb {
		margin-top:		5vw;
		margin-bottom:	5vw;
	}

	a.nav-backtotop {
		bottom: 4vw;
		left: 8vw;
	}
}