﻿/* drobečková navigace */
ul.navigace {
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: center;
}

.navigace li {
    display: inherit;
}

.navigace i.fa {
    margin: 0 0.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

h1.navigace-title {
    text-align: center;
    font-size: calc(1.175rem + 1.4vw) !important;
}
/* drobečková navigace */

/* footer */
#sp-footer .container-inner {
	padding: 17px 0;
}

#sp-footer .container-inner .row
 {
	height: 31px;
}
/* footer */

/* footer firmy.cz */
div#mod-custom132 {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: #404040;
	width: 280px;
}
/* footer firmy.cz */