/* KLASY OG�LNE */

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

* {
	font-family: 'Lato', sans-serif;
	color: #000571;
}

body {
	background: rgba(255,217,39,0.8);
}

.clear {
	clear: both;
}

.center {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}

strong {
	color: inherit;
}

/* HEADER */

header.top {
	height: 100px;
	background: rgba(255,217,39,0.8);
}

header.top img {
	float: left;
	margin: 10px 0px 0px 15px;
}

header.top a {
	display: inline-block;
}

header.top p {
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
	padding: 5px 0px 0px 15px;
}

header.top p span {
	font-size: 35px;
	font-weight: 700;
	display: inline-block;
	padding-left: 40px;
	line-height: 45px;
}
header.top p span a {
	color: #000571;
	text-decoration: none;
}


/* MENU */

nav.header {
	float: right;
	max-width:900px;
	margin: 15px auto;
	height: 40px;
}

nav.header ul li {
	float: left;
	position: relative;
}
	
nav.header ul li a {
	color: #000571;
	text-decoration: none;
	padding: 3px 20px 34px;
	display: block;
	font-size: 23px;
	font-variant: small-caps;
	background: transparent url(../images/hover.png) center 85px no-repeat;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
}

nav.header ul li:hover a,
nav.header ul li.active a {
	padding: 13px 20px 34px;
	background: transparent url(../images/hover.png) center 70px no-repeat;
}

/* SLIDER */

section.slider {
	max-height: 360px;
	max-width: 1000px;
	width: 100%;
	height:100%;
	margin: 0 auto;
	overflow: hidden;
	/*background: url(../images/slider1.png) top center;*/
	z-index: 100;
	position: relative;
	border-top: 5px solid #000571;
	border-bottom: 5px solid #000571;
}

/* TRESC */

section.content {
	max-width: 960px;
	font-size: 16px;
	line-height: 25px;
	min-height: 500px;
	height: 100%;
	background: rgba(255,217,39,0.8);
	padding: 20px 20px;
}

div.content-body {
	max-width: 600px;
	width: 100%;
	float: left;
}

div.content-body div.line {
	width: 100%;
	max-width: 600px;
	height: 10px;
	margin: 20px auto;
	background: url(../images/line.png) center top no-repeat;
}

div.content-body h1 {
	font-size: 27px;
	line-height: 25px;
	font-variant: small-caps;
	font-weight: 400;
	letter-spacing: -1px;
}

div.content-body p {
	font-size: 18px;
	line-height: 25px;
}
	
div.content-body ul {
	margin: 0px 5px 5px 15px;
	color: #002f56;
	list-style: none;
}

div.content-body ul li{
	font-size: 18px;
	line-height: 25px;
}

div.content-body table {
	border-collapse: collapse;
	width: 100%;
	font-size: 18px;
}

div.content-body table tr th,
div.content-body table tr td {
	height: 20px;
	vertical-align: middle;
	padding: 10px;
	line-height: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
}

div.content-body table tr th:nth-child(1),
div.content-body table tr td:nth-child(1) {
	text-align: left;
}

div.content-body table tr th:nth-child(2),
div.content-body table tr td:nth-child(2) {
	text-align: right;
	font-weight: 600;
}

div.content-body table tr td span.hours {
	font-size: 13px;
}

div.content-body table tr th {
	background: #000571;
	color: #FFD927;
}

div.content-body table tr:hover td {
	background: rgba(0, 5, 113, 0.4);
	color: #FFD927;
}

div.content-body table tr:hover td span {
	color: #FFD927;
}

div.content-side {
	max-width: 280px;
	width: 100%;
	float: right;
	text-align: right;
}

div.content-side div.line {
	width: 100%;
	max-width: 280px;
	height: 10px;
	margin: 20px auto;
	background: url(../images/s-line.png) center top no-repeat;
}

div.content-side h2 {
	font-size: 24px;
	font-weight: 400;
	font-variant: small-caps;
}

div.content-side h2 span {
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
}

div.content-side p {
	font-size: 24px;
	font-weight: 400;
	font-variant: small-caps;
	margin-bottom: 10px;
}

div.content-side input[type="text"],
div.content-side textarea
{
    background: rgba(0,5,113,0.6);
    color: #ffd927;
	border: 1px solid #000571;
	padding: 5px;
	resize: none;
	width: 270px;
	margin-bottom: 10px;
	font-size: 15px;
}

div.content-side form a {
	padding: 5px 15px;
	color: #ffd927;
	text-decoration: none;
	background: rgba(0,5,113,0.6);
	border: 1px solid #000571;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	transition: all 200ms ease;
}

div.content-side form a:hover {
	background: rgba(0,5,113,0.8);
}

/* STOPKA */

footer {
	width: 100%;
	max-width: 900px;
	height: 115px;
	background: rgba(0,5,113,0.8);
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
}

footer p {
	padding: 10px 20px;
	color: #ffd927;
	font-size: 14px;
	font-variant: small-caps;
}

footer p.kwords {
	float: left;
	padding-bottom: 10px;
}

footer p.crights {
	float: left;
}


footer p.contact {
	float: right;
	font-size: 20px;
}

footer p.contact span {
	color: #ffd927;
	font-size: 22px;
	font-weight: 700;
}
#privacyBar {
	margin-bottom: 50px;
}
#cookieBar {
	padding: 10px 0px;
	border-top: 3px solid #ffd927;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(255,217,39,0.8);
	z-index: 1000;
}
#cookieBar .contentBar {
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	align-items: center;
}
#cookieBar .contentBar a {
	color: #000571;
	margin-left: 10px;
}
#cookieBar .contentBar .acptButton {
	margin-left: auto;
	background: #000571;
	color: #ffd927;
	padding: 5px 10px;
	text-decoration: none;
}

@media all and (max-width: 1024px) {
	header.top p {
		font-size: 26px;
	}
	header.top p span {
		font-size: 25px;
		padding-left: 20px;
	}
	nav.header ul li a {
		padding: 3px 10px 34px;
	}
	nav.header ul li:hover a,
	nav.header ul li.active a {
		padding: 13px 10px 34px;
	}
}
@media all and (max-width: 768px) {
	header.top {
		padding-top: 15px;
		height: 85px;
	}
	header.top p {
		font-size: 21px;
		padding: 5px 0px 0px 5px;
	}
	header.top img {
		width: 50px;
	}
	header.top p span {
		font-size: 20px;
		padding-left: 0px;
	}
	nav.header {
		display: none;
	}
	footer {
		height: 210px;
	}
}
@media all and (max-width: 480px) {
	footer {
		height: 290px;
	}
}