.path {
	position: absolute;
	top: 0px;
	clear: both;
	height: auto;
	left:0px;
	right:0px;
	padding: 1.2%;
	padding-right: 5%;
	padding-left: 5%;
	overflow: auto;
	background: white;
	vertical-align: middle;
	min-height: 65px;
}

.title {
    float:left;
	color:black; 
	font-style: normal;
    font-weight: bold;
	font-size:30px;
	text-align:left;
}

.image {
    position: relative;
    margin-bottom: -10px;
}

.subtitle {
	color:black;
	font-style: normal;
    font-weight: normal;
	font-size:12px;
	text-align:left;
}

.path .label {
	width: auto;
	float: left;
	font-size: 15px;
	font-weight: lighter;
	color: gray;
	padding-top:7px;
	padding-left: 5px;
	padding-right: 5px;
}

.path .link {
    clear: both;
	width: auto;
	float: left;
	padding-top:7px;
	font-size: 15px;
	color: gray;
	font-weight: lighter;
}
