﻿/* Ogólne */

.strona_dol_menu	{
	display: flex;
	justify-content: center;
	max-width: 992px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
}
.menu_kolumna	{
	padding: 0px 42px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	flex: 1 0 512px;
	border-left: 1px solid #0072b3;
}
.menu_kolumna:last-child	{
	flex: 1 0 436px;
	padding: 0px 156px 0px 42px;
	border-right: 1px solid #0072b3;
}
.fa-bookmark	{
	font-size: 14px;
	color: #e31813;
	margin: 0px 5px 0px 0px;
}
.menu_dol_tytul	{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff500;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px;
}
.linki	{
	text-align: left;
	padding: 0px 0px 8px 0px;
}
.linki a	{
	margin: 0px 0px 0px 24px;
	transition: all 0.3s;
}
.linki a:hover	{
	opacity: 0.65;
}
.stopka {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #000;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-transform: none;
}
.stopka strong {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}
.stopka strong:after {
	display: block;
	content: "";
	width: 65%;
	height: 0px;
	border-top: 1px solid #0291c7;
	border-bottom: 1px solid #39bcee;
	margin: 8px auto 0px auto;
   padding: 0px 0px 0px 0px;
}
.stopka br:first-of-type {
	line-height: 4px;
	display: initial;
}
.stopka br {
	display: none;
}
.dol_mapka	{
	display: block;
	width: 234px;
	height: 223px;
	margin: 0px 0px 0px auto;
	background: url('../grafika/mapka.png') center top no-repeat;
}

/* Menu */

.menu_kolumna ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}
.menu_kolumna ul li {
 	text-align: left;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #555555;
}
.menu_kolumna ul li:after {
	display: block;
	content: "";
	width: 100%;
	border-bottom: 1px solid #2f2f2f;
}
.menu_kolumna ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	display: block;
	padding: 1px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}
.menu_kolumna ul li em {
	padding: 0px 8px 0px 0px;
}