body {
	background-color: #2F3336;
	color: #efefef;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}

h1 {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 400;
	color: #9f9f9f;
	font-style: italic;
}

h2 {
	font-size: 24px;
	font-weight: 200;
	color: #9f9f9f;
	font-style: italic;
	margin-top: 0px;
	line-height: 1.;
}

h3 {
	font-size: 16px;
	font-weight: 200;
	color: #9f9f9f;
	font-style: normal;
	margin-top: 0px;
	line-height: 1;
}

h4 {
	color: #A9A9A9;
	font-size: 20px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	justify-content: center;
}

/*----------------------------------------------*/

header {
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	width: auto;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-bottom: 0px;
	min-height: 70px;
	text-align: center;
}

.navbar-nav {
	margin-left: auto;
	margin-right: auto;
}

.nav-item {
	text-align: center;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}


/*----------------------------------------------*/

.flagi {

	margin-left: auto;
	margin-right: auto;
}

.flaga {
	float: left;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}


.flaga_disabled {
	float: left;
	display: inline-block;
	opacity: 0.8;
	padding-left: 15px;
	padding-right: 15px;
}

.flaga a {
	opacity: 0.8;
}

.flaga a:hover {
	opacity: 1;
}

/*----------------------------------------------*/

#tekst {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.galeria_nav {
	height: auto;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.galerie_item {
	width: auto;
	height: auto;
	display: inline-block;

}

/*----------------------------------------------*/

.galeria {
	text-align: center;
	margin-top: 30px;
}


.galeria img {
	width: 100%;
	height: auto;
}


.galeria a {
	opacity: 0.9;
}


.galeria a:hover {
	opacity: 1;
}


.galeria figcaption {
	color: gray;
	font-size: 14px;
	font-style: italic;
}

figure {

	display: inline-block;
}

/*----------------------------------------------*/

.scrollup {
	width: 44px;
	height: 44px;
	text-decoration: none;
	background: url("../img/up.png") no-repeat 0px 0px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 9999;
	/*display: none;*/

}

/*----------------------------------------------*/

#kontakt_ramka {
	width: 570px;
	height: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

#kontakt {
	float: left;
	width: 500px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 1;
	color: #a8a8a8 !important;
	transform: translate(-50%, -50%);
}

/*----------------------------------------------*/

footer {
	margin-top: 50px;
	min-height: 40px;
	background-color: #2F3336;
	color: gray;
	font-size: 13px;
	text-align: center;
	line-height: 3;
	border-top: solid 1px gray;
}


.footer-item {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #2F3336;
	width: auto;
	text-align: center;
	text-decoration: none;
	list-style: none;
}

/*----------------------------------------------*/

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 14px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 22px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff7925;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #0A0;
}
/*----------------------------------------------*/

@media (max-width: 1200px) {
	#kontakt {

		font-size: 26px;

	}
}

/*----------------------------------------------*/

@media (max-width: 991px) {
	#kontakt {

		font-size: 28px;

	}
}

/*----------------------------------------------*/

@media (max-width: 768px) {
	#kontakt {

		font-size: 22px;

	}
}

/*----------------------------------------------*/

@media (max-width: 575px) {

	.footer-item {
		padding-left: 40px;
		padding-right: 40px;

	}

	#kontakt {

		font-size: 18px;
		line-height: 1;
	}

	#kontakt_ramka {
		width: 120%;
		height: auto;

	}
}