
/* BOTTOM BAR ALKAA */
.bottom-bar
{
	display: none;
}

@media (max-width: 767px) 
{
	.bottom-bar > a
	{
		display: block;
	}	
	.bottom-bar
	{
		display: flex;
	}	
	footer
	{
		margin-bottom: 65px;
	}
}

.bottom-bar > a
{
	height: 65px;
	line-height: 65px;	
	flex-grow: 1;
	flex: 1 1 0px;
	text-align: center;
	
	border: 1px solid #ccc;
	border-left: 0px none;
}
.bottom-bar > a:hover, 
.bottom-bar > a.active
{
	background-color: #000;
	color: #fff;
}
.bottom-bar > a > span
{
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -3px;
	left: 0px;
	line-height: 115%;
	font-size: 90%;
	padding-left: 2px;
	padding-right: 2px;
}
.bottom-bar > a > span > span > .bottom-bar-icon > *
{
	margin-bottom: 5px;
}
.bottom-bar > a:first-child
{
	border-left: 1px solid #ccc;
}
.bottom-bar
{
	width: 100%;	
	position: fixed;
	z-index: 1041;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
}

@media (max-width: 380px) 
{
	.bottom-bar-more-than-3 > a > span
	{
		font-size: 80%;
	}
}
/* BOTTOM BAR LOPPUU */