.path-wrap
{
	border-bottom: 2px solid #f6f6f6;
	position: relative;
	overflow: hidden;
	background: #e8412c;
	padding:8px 0px;
}

.path-wrap:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
}

.path{
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.path-inner
{
	display: flex;
	align-center:middle;
}

.path-inner > *
{
	margin: 4px;
	font-size: 0;
}

.path-inner > h1
{
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	padding: 0;
		display: flex;
	align-items: center;
}

.path a{

	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 1.125rem;
	font-weight: normal;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
		display: flex;
align-items: center;
}
.path a.login-btn
{
	position:absolute;
	right: 0;
	display:inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: bold;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 12px;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.path a.login-btn:hover
{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 17px;
	/*transform: scale(1.1);*/
}

.path .active{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
}

.path-arrow
{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	display: flex;
	align-items: center;
}

.path-arrow i
{
	font-size: 18px;
	padding:0 15px;
}

a.join-us{
	float:right;
	color:#e8412c;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	 padding: 13px 25px 12px 10px;
		border-radius: 15px;
		margin: 0px;
		text-transform: uppercase;
}
a.join-us i {
	padding: 0 15px;
}
.path-flex{
	display: flex;
	align-items: center;
}
.join-us-inner{
	display: flex;
	flex:auto;
	justify-content: flex-end;
}
.path h1 {
	margin 0px;
	padding: 0px;
}
@media all and (max-width: 1400px){
	.path a,
	.path .active
	{
		font-size: 1.125rem;
	}

	.path-inner
	{
	}
}

@media all and (max-width: 1200px){
	.path a,
	.path .active
	{
		font-size: 1.0625rem;
	}


	.path-inner
	{
	}
}
@media all and (max-width: 880px)
{
	a.join-us {
		padding: 10px 22px 9px 7px;
		font-size: 0.8rem;
	}
}
@media all and (max-width: 768px){
	.path a.login-btn
	{
		display:none;
	}
}
@media all and (max-width: 550px)
{
	a.join-us {
		display:none;
	}
}
