body,
html {
	margin: 0;
}

.container:before,
.container:after{
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container {
	*zoom: 1;
}
:root {
    --farba: #003399;
}


@font-face {
	font-family: Montserrat;
    src: url(../font/Montserrat-Regular.ttf);
}
@font-face {
	font-family: MontserratB;
    src: url(../font/Montserrat-Bold.ttf);
}
strong {
	font-family: MontserratB;
}
body {
	font-family: Montserrat;
}
a {
	color: var(--farba);
}

main {
	position: relative;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--farba);
}

.stp {
	position: relative;
	top: -126px;

}
.photo {
	width: 280px;
	margin: 10px;
	border: 6px solid var(--farba);
}
.gallery {
	text-align: center;
}
.cennik {
	width: 100%;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: white;
	box-shadow: 0px 0px 5px black;
}
.container {
	width: 1080px;
	width: 65%;
	margin: 0 auto;
}
.top {
	height: 80px;
	position: relative;
}
.logo {
	float: left;
	margin: 7px 0px;
}
.logo img {
	height: 90px;
}
.menu ul {
	float: right;
	margin-top: 45px;
}
.menu li {
	list-style: none;
	float: left;
	font-size: 18px;
}
.menu a {
	text-decoration: none;
	color: var(--farba);
	padding: 15px 10px;

}
.menu a:hover {
	font-weight: bold;
}
.menu .sel {
	font-weight: bold;
}
#prihlaska {
	background-color: #003399;
	color: white;
	border-radius: 3px;
	padding: 5px 10px;
	margin-left: 15px;
}
.fadecovers {
	position: relative;
	width: 100%;
	height: auto;
	left: 0;	
	min-height: 665px;
	overflow: hidden;
	box-shadow: 0px 0px 5px black;

}
.cover {
	width: 1920px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}

main {
	margin-top: 108px;
	min-height: 100%;
}
main .container {
	box-shadow: -60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000;
}
main p, table, a {
	padding-left: 10px;
}
.main-box {
	padding: 20px;
	padding-bottom: 50px;
}
footer {
	background-color: var(--farba);
	height: 60px;
	font-size: 14px;
}
.menuf ul {
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	float: left;
}
.menuf li {
	list-style: none;
	float: left;
	border-right: 1px solid white;
}
.menuf li:last-child {
	border-right: none;
}
.menuf a {
	text-decoration: none;
	color: white;
	padding: 5px 10px;

	transition: .3s;
}
.menuf a:hover {
	color: gray;
}
.textf {
	float: right;
	margin-right: 15px;
	color: white;
}
footer .container {
	padding-top: 22px;
}


/* Adaptive */

@media ( max-width: 1200px ){
	.container {
		width: 70%;
	}
	.cover {
	width: 1800px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -900px;
	overflow: hidden;
}
}
@media ( max-width: 1100px ){
	.container {
		width: 75%;
	}
	.cover {
	width: 1600px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -700px;
	overflow: hidden;
}
}
@media ( max-width: 1000px ){
	.container {
		width: 80%;
	}
	.cover {
	width: 1400px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -700px;
	overflow: hidden;
}
}
@media ( max-width: 900px ){
	.container {
		width: 98%;
	}
	.cover {
	width: 1200px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	overflow: hidden;
}
}
@media ( max-width: 800px ){
	.container {
		width: 99.9%;
	}
	.textf {
		display: none;
	}
		.cover {
	width: 1000px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	overflow: hidden;
}
}
@media ( max-width: 690px ){

	.menu ul {
		padding-left: 0px;
		margin-left: -11.5px;
		margin-top: 14px;
		float: none;
	}
	.logo {
		margin: 7px 0px;
		float: none;
	}
	.fadecovers {
		margin-top: 14px;
	}
		.cover {
	width: 800px;
	height: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	overflow: hidden;
}
}
