/* 404 */
#ns_404-page > .row > .col-xs-12{
	display: flex;
	text-align: center;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

#ns_404-page .ns_404-img-wrapper{
	display: block;
	width: 100%;
	max-width: 320px;
	margin-bottom: 16px;
}

#ns_404-page .ns_404-img {
	position: relative;
	content: '';
	background-image: url( '../img/error_404_khama.svg' );
	background-size: contain;
	width: 100%;
	height: 0%;
	padding-top: 36.7%;
	display: block;
}

#ns_404-page .ns_404-title{
	font-size: 64px;
	line-height: 64px;
}

#ns_404-page .ns_404-content{
	margin-bottom: 16px;
}
