body {
	font-family: 'Roboto', sans-serif;
	color: #656565;
}

h1 {
	font-size: 2.1rem;
	color: #E9751D;
	font-weight: 500;
}

h2 {
	font-size: 1.9rem;
	color: #E9751D;
}

h3 {
	font-size: 1.7rem;
}

h4 {
	font-size: 1.5rem;
}

.bg-orange {
	background-color: #E9751D;
	color: #FFF;
}

a.bg-orange:hover {
	background-color: #D05800;
	color: #FFF;
}

.bg-grey {
	background-color: #646464;
	color: #FFF;
}

a.bg-grey:hover {
	background-color: #363636;
	color: #FFF;
}

.bg-grey-light {
	background-color: #ECECEC;
}

a.bg-grey-light:hover {
	background-color: D2D2D2;
}

.phone {
	font-size: 1.4rem;
}

.as_inv {
	display: none;
}
