.img-fw{
	width: 100%;
	height: auto !important;
	display: block;
}

.responsive-image{
	background-image: url(../images/Spinner.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

.page-head{
	text-align: center;
	@media only screen and (min-width:@screen-sm) {
		padding-top:30px;
		padding-bottom:30px;
	}
	h1{
		font-size: 40px;
	}
}


body.pace-running{
	padding-top: 10px;
	@media only screen and (min-width:@screen-sm) {
		#main-menu, #main-menu > ul, #quick-access, #head-bar{
			transform: translate3d(0, 10px, 0px);
		}
	}
}

a.block-anchor{
	display: block;
	color: inherit;
	&:hover{
		text-decoration: none;
		color: @brand-primary;
	}
}