﻿body {
	background: #f2f2f2;
	background: radial-gradient(circle at center, #ffffff, #e6e6e6);
}
header {
	background: #ffffff;
	height: initial;
	padding: 8px;
	text-align: center;
}
header img {
	margin: 0;
	padding: 0 16px;
}
header img:first-child {
	border-right: 1px solid #e6e6e6;
}
main {
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	min-height: 300px;
	text-align: center;
	align-items: center;
	min-height: 70vh;
}
main > * {
	padding: 0px;
	flex: 1 0 100%;
}

footer {
  padding: 16px;
  background: #626262;
  background: linear-gradient(to bottom, #626262, #565656);
  color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: fixed;
  bottom: 0px;
	width: 100%;
}
.dane-teleadresowe {
	display: flex;
	align-items: center;
	margin-right: 32px;
}
.dane-teleadresowe div {
	font-size: 11px;
	text-align: right;
}
.dane-teleadresowe img {
	max-height: 68px;
	margin-left: 16px;
}

@media all and (min-width: 640px) {
  	.menu { flex: 16 0 auto; }
	.ulubione { flex: 5 0 80px; }
}
@media all and (min-width: 1024px) {
	.page {width: 100%;}
	.menu { flex: 16 0 256px; order: 1; }
	.main { flex: 56 0 656px; order: 2; }
	.ulubione { flex: 5 0 80px; order: 3; }
}
