/* Header link */
#link-company {
    border-bottom: 3px solid #E32B22 !important;
}

#office-photos {
	position : relative;
}

#office-photos h1 {
	font: 2.4em 'AurulentSansRegular', Arial, sans-serif;
	position: absolute;
	left: 20px;
	bottom: 0px;
	z-index: 10;
	color: white;
	background: #222222;
	padding: 10px;;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
}

#content hr {
	border: none 0;
	border-top: 1px solid #CCC;
	height: 1px;
}

