.bar-footer {
	background-color: #101010;
  height: 90px;
	border-top-width: 0px;
	background-size: 100% 0px;
	padding: 0px;
}

ion-footer-bar a {
	color: white;
	text-decoration: none !important;
	font-size: 12px;
	line-height: 44px;
	text-align: center;
	width: 50%;
}

ion-footer-bar .ion-registratura {
	margin-right: 8px;
}

ion-footer-bar .ion-callme {
	margin-right: 8px;
}

ion-footer-bar a.activated {
	opacity: 0.3;
}

.has-footer {
  bottom: 80px;
}

ion-footer-bar p {
	color: white;
	line-height: 1.5em;
	font-size: 12px;
	margin: 0px;
}

ion-footer-bar .logo_grey {
	width: 100px;
	height: auto;
}

ion-footer-bar .bokus-logo {
	width: 18px;
	height: auto;
	margin-left: 3px;
}

ion-footer-bar .left-part {
	position: absolute;
	bottom: 10px;
	left: 30px;
}

ion-footer-bar .left-part p {
	margin-top: 4px;
}

ion-footer-bar .center-part {
	position: absolute;
	left: 345px;
	bottom: 10px;
}

ion-footer-bar .center-part p,
ion-footer-bar .right-part p {
	display: inline-block;
	vertical-align: top;
}

ion-footer-bar .center-part p+p {
	margin-left: 12px;
}

ion-footer-bar .right-part {
	position: absolute;
	bottom: 5px;
	right: 30px;
}

@media (max-width: 767px) {
	.bar-footer {
		display: none;
	}
}

@media (max-width: 830px) {
	ion-footer-bar .center-part {
		position: absolute;
		left: 239px;
		bottom: 10px;
	}
}