* {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-height: 100%;
	max-width: 100%;
}

table {
	width: 100%;
	table-layout: fixed;
	border: 0;
	border-collapse: collapse;
}

.hide {
    height: 1px;
    left: -10000em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
}

.hidden {
	display: none !important;
}

.resp {
	display: none;
}

fieldset {
    border: 0 none;
}

.clear-after:after {
	content: "";
	display: table;
	clear: both;
}

/************************************************/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	color: #2d2d2d;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #0070ba;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:active {
	color: #2fa2e9;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #aaa;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 30px 0;
}

.clear {
	clear: both;
}

.overflow-hidden {
	overflow: hidden;
}

/************************************************/
h1,
h2,
h3 {
	font-weight: 400;
	color: #000;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

h3 {
    padding: 5px 0;
    font-size: 18px;
    line-height: 22px;
}

/************************************************/
#c-header {
	width: 100%;
	height: 310px;
	z-index: 100;
	position: relative;
}

#header {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}

#c-site-title {
	position: absolute;
	top: 228px;
	left: 0;
	width: 280px;
	z-index: 100;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	/*color: #343533;*/
	color: #1b488b;
	text-align: center;
	text-transform: uppercase;
}

#top-icons {
	position: absolute;
	top: 18px;
	right: 28px;
	width: 40px;
	/*height: 40px;*/
	z-index: 120;
}

#c-main-menu {
	width: 100%;
	height: 60px;
	background: url('/img/bg-main-menu.png') repeat-x left top;
}

.przedszkole #c-main-menu {
	background: url('/img/bg-main-menu-p.png') repeat-x left top;
}

#c-all {
	width: 100%;
}

#c-middle {
	width: 1200px;
	margin: 85px auto 70px auto;
}

#c-left {
	float: left;
	width: 280px;
	min-height: 300px;
	margin-right: 50px;
}

#c-right {
	float: right;
	width: 870px;
}

#c-logotypes {
	width: 100%;
	min-height: 80px;
}

#c-footer {
	width: 100%;
	min-height: 320px;
	background: url('/img/bg-footer-blue.png') repeat-x left top;
	/*background-color: #484848;*/
	background-color: #006aa7;
	background-size: contain;
	color: #fff;
}

.przedszkole #c-footer {
	background: url('/img/bg-footer-green.png') repeat-x left top;
	background-color: #008a34;
}

/************************************************/
.menu-trigger {
	display: none;
	cursor: pointer;
	font-size: 22px;
	line-height: 26px;
	padding: 13px 15px 11px 15px;
	margin-bottom: 10px;
}

.menu-trigger * {
	vertical-align: middle;
}

.menu-trigger img {
	margin-right: 10px;
	margin-bottom: 2px;
} 

#main-menu-trigger {
	background: url('/img/bg-main-menu.png') repeat-x left top;
	color: #fff;
}

/*** overlay *********************************************/
#c-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url('/img/bg-black-50.png');
	overflow: auto;
	display: none;
}

#c-overlay > #overlay-close {
	width: 100px;
	height: 32px;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 500;
	margin-left: -50px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	box-shadow: 0 3px 5px #000;
	border: 1px solid #333;
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px; 
	cursor: pointer;
	display: block;
}

#c-overlay > #overlay-close:focus {
	outline: 2px solid #fff;
}

#c-overlay > #overlay-close:hover,
#c-overlay > #overlay-close:active {
	box-shadow: 0 3px 5px #fff;
}

#c-overlay > #overlay-content {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
}

/************************************************/
