.mobile-bar {
	background-color: #333;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.mobile-bar .mobile-bar-item {
	color: #0093E3;
	display: block;
	float: left;
	line-height: 1;
	padding-bottom: 13px;
	padding-top: 13px;
	text-align: center;
	width: 25%;
}

.mobile-bar .mobile-bar-item:hover {
	border: 0;
	color: #0093E3;
}

.mobile-bar .mobile-bar-name,
.mobile-bar .mobile-bar-name:hover {
	color: #888;
	font-size: 14px;
}

.mobile-bar [id*="mobile_bar_icon"] {
	font-family: 'FontAwesome';
	font-size: 21px;
	display: block;
	margin-bottom: 4px;
}

@media all and (max-width: 900px) {

	.mobile-bar {
		display: block;
	}

	#aefbmsg .aefbmsg-badge {
		bottom: 80px;
	}

	.conversion-cards-floating-button-wrap {
		bottom: 80px !important;
	}
}
