/*!
 * style.css
 */

.navbar-inverse {
    background-image: none;
	border:none;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.navbar-brand.logo {
    padding: 16px 15px 16px 75px;
}

.navbar-brand > img {
    max-height: 60px;
}

.footer .pagetop {
    bottom: 1rem;
    right: 1rem;
}
 
.footer .pagetop img {
    width: 36px;
	height: 36px;
}

.footprint.visible-xs,
.footprint.hidden-xs{
	display: none !important;
}

@media all and (max-width:1040px){
	.navbar-brand.logo {
		padding: 12px 15px 12px 47px;
	}	
}