main {
	height: calc(100vh - 55px);
	/*vertical-align: middle;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

main > div.container.inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.coming-soon {
	max-width: 100%;
	height: auto;
}

.coming-soon-svg {
	height: 100%;
	/*max-height: 100%;*/
	padding: 20px;
}

.coming-soon-svg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height:  calc(100vh - 55px);
	width: 100%;
	/*background-size: 100%;*/
	background: url('../images/coming-soon/eaba_coming_soon.svg') no-repeat center;
}


.coming-soon-svg > p {
	position: relative;
	z-index: -1;
}


.navbar .info {
	display: block;
}

.navbar-header {
	float: none !important;
	position: relative;
	background: #F5F7FA;
	border-bottom: 1px solid #E6E9ED;
	z-index: 0;
	padding: 0;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.footer-bottom {
	/*background: #F5F7FA*/
	border-bottom: 1px solid #888B8D;

}

.footer-bottom .container.inner {
	padding-top: 16px;
	padding-bottom: 16px;
}



@media (max-width: 767px) {

	main,
	.coming-soon-svg:after {
		height: calc(100vh - 85px)
	}

	footer {
		font-size: 14px;
		line-height: 22px;
	}


	/*.footer-bottom p {*/
		/*margin-bottom: 20px;*/
	/*}*/
	.footer-bottom p.pull-left,
	.footer-bottom p.pull-right,
	.footer-bottom ul.pull-left,
	.footer-bottom ul.pull-right
	{
		float: none !important;
		text-align: center;
	}

	.footer-bottom ul.pull-left {
		margin-bottom: 8px;
	}

	.footer-bottom p.pull-right {
		margin-bottom: 0;
	}

}

@media (max-width: 375px) {
	footer {
		font-size: 12px;
		line-height: 20px;
	}
}
