.path{
	margin-top: 0;
	background-color: #f9f9f9;
	padding: 13px 0 18px;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #ececec;
	position: relative;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 22px;
}

.path:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #d1d1d1;
}

.path a{
	padding: 25px 0;
}

.path a:hover{
	text-decoration: none;
}

.path .arrow{
	color: #a1a1a1;
	padding: 25px 12px;
	font-size: 20px;
}

.path .active{
}

.path .active:before{
}

@media screen and (max-width: 1024px) {
	.path
	{
		font-size: 14px;
		line-height: 20px;
	}
}
