/*
 *  footer.css v1 | http://zyrgon.com | (c) 2019
 */

.top {
	background-color: #454950;
	color: #ffffff;
}

.bottom {
	background-color: #2C2F33;
	text-align: center;
	color: #ffffff;
}

.top .container {
	display: flex;
}

.top-logo {
	margin-right: 13px;
}

.central {
	padding-right: unset;
}

.bottom .container p {
	margin: unset;
}

#info-bar {
	padding-top: 20px;
	padding-bottom: 15px;
}

.info-title {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 1.17;
	color: #ffffff;
}

.info-text {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.15;
	color: #eaedf2;
}

.icons {
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
}

#version {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 1.18;
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding-bottom: 11px;
}

#omnibees {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 1.18;
	text-align: center;
	color: #ffffff;
}

#omnibees-tags {
	padding-top: 15px;
	padding-bottom: 18px;
}

.footer-title {
  font-size: 12px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  margin-bottom:5px;
  display: inline-block;
}

.footer-text {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  text-align: left;
	color: #eaedf2;
	margin-bottom: 0px;
}

.image-holder {
	vertical-align: top;
}

.phone-property {
	margin-top: 10px;
}

@media(max-width: 996px) {
	#info-bar {
		display: flex;
		align-items: unset;
		flex-direction: column;
	}

	.footer-info {
		margin-left: 15px;
		margin-bottom: 15px;
	}

	.footer-info-last {
		margin-bottom: 20px;
	}

	#version, #omnibees {
		font-family: 'Roboto', sans-serif;
		font-size: 8px;
		line-height: 1.25;
		text-align: center;
		color: var(--white);
	}

	#version {
		padding-bottom: 3px;
	}

	#omnibees-tags {
	    padding-top: 5px;
	    padding-bottom: 9px;
	}

}

@media(max-width: 576px) {
	#info-bar {
		align-items: unset;
	}

	.footer-info {
		margin-left: 54px;
		margin-bottom: 15px;
	}
}