.navbar{
	margin-bottom: 0px;
}

.navbar .breadcrumb{
	margin: 11px 0px;
	background-color: transparent;
	color: darkgray;
}

.navbar .separator{
	margin: 0px -20px;
	border-bottom: 1px solid white;
}

.steps li{
	text-align: right;
}

.steps li a{
	padding-top: 9px;
	padding-bottom: 9px;
}

.steps span{
	display: block;
}

.steps .number{
	font-size: 11px;
}

.coverimage{
	height: 250px;
	-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);
	box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);
	margin: 0px;
	padding: 0px;
	background-color: black;
	background-size: cover;
	background-repeat: no-repeat;
}

footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color:#18bc9c;
	color:#fff;
	padding: 15px;
	z-index: 999;
}

footer p{
	margin: 0px;
}

footer .btn{
	display: none;
}

footer a{
	color: #0E6B59;
}



.hideNI{
	display: none;
}