/* html * {
	font-family: 'Alatsi', sans-serif;
	background: url('grafika/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	z-index: 1;
} */

html * {
	font-family: 'Alatsi', sans-serif;
}

body {
	color: black;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background-color: white;
 /* background: url(grafika/bg.jpg) no-repeat center center; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.h1t {
	text-align: center;
	font-size: max(25px, 4.5vh);
}

#obraz_tytul {
	position: absolute;
	margin: auto;
	top: -2vh;
	margin-top: 0;
/*	left: 50%;
	margin-left: -450px; */
	margin-left: 0;
	margin-right: auto;
	left: 1vw;
	right: 0;
	z-index: -10;
	height: 16vh;
	
}

#obraz_tytul{
    pointer-events: visible;

}

#laur {
    position: absolute;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 21vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	max-height: 100%;
    pointer-events: none;
}

#laur2 {
	display: none;
}

#podpis {
	display: block;
	position: absolute;
	top: 13vh;
	left: 1vw;
	z-index: 2;
	font-size: 6vh;
}

#zawartosc {
	margin-left: auto;
	margin-right: auto;
	width: 74%;
	margin-top: 20vh;
	text-align: left;
}

p {
	margin-top: 12px;
}

#tytul_tekst {
	font-weight: bold;
	font-size: 24px !important;
	margin-top: 120px;
	text-align: center;
}

.button {
	display: inline-block;
	position: relative;
	top: 80vh;
	margin-bottom: 50px;
	border-radius: 4px;
	background-color: #004225;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 3.2vh;
	padding: 20px;
	padding-top: 15px;
	width: 18%;
	height: 12vh;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	vertical-align: middle;
	left: 11.5%;
	transform: translateX(-50%);
	padding-bottom: 10px;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	color: white;
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 35px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}

.button_group .button {
	float: left;
}

.create {
	background: url('grafika/arrow.png') no-repeat left center;
	/* background-image: url('grafika/arrow.png'); */
	background-repeat: no-repeat;
	font-size: max(20px, 3vh);
	text-align: justify;
}

td {
	font-size: max(20px, 3vh);
}

.button_fl {
	position: fixed;
	bottom: 10px;
	right: 12%;
	z-index: 0;
	border-radius: 4px;
	background-color: #004225;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 6vh;
	padding: 20px;
	padding-top: 0px;
	width: 15%;
	height: 10vh;
	padding-bottom: 0px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button_fl span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 100;
	transition: 0.5s;
}

.button_fl span:after {
	color: white;
	content: '\00bb';
	position: absolute;
	z-index: 100;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button_fl:hover span {
	padding-right: 35px;
}

.button_fl:hover span:after {
	opacity: 1;
	right: 0;
}

.button_b {
	position: fixed;
	bottom: 10px;
	left: 12%;
	z-index: 0;
	border-radius: 4px;
	background-color: #004225;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 6vh;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 15%;
	height: 10vh;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

.button_b span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 100;
	transition: 0.5s;
}

.button_b span:after {
	color: white;
	content: '\1F3E0';
	position: absolute;
	z-index: 100;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.button_b:hover span {
	padding-right: 45px;
	padding-bottom: 0px;
}

.button_b:hover span:after {
	opacity: 1;
	right: 0;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: fixed;
  color: black !important;
  top: 0vh;
  right: 0;
  z-index: 100;
  font-size: 9vh;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1)/* , rgba(255,255,255,0) */); 
}

.sticky a {
	text-decoration: none;
	color: black;
}

.sticky a:active {
	color: black;
}

#galeria {
	width: 80%;
	border: solid #004225;
	border-width: 4px;
}

#galeriam {
	width=30%;
}

.menu-content {
	max-height: 0;
    overflow: hidden;
    padding: 0 0 0 2vw;
}
.collapsible-menu {
	position: fixed;
	top: 10vh;
	right: 1vw;
    border-bottom: 3px solid #004225;
	border-left: 3px solid #004225;
	background-color: rgba(255,255,255,0.9);
	z-index: 1;
}
.collapsible-menu ul {
    list-style-type: none;
    padding: 0;
}
.collapsible-menu a {
	font-size: 3vh;
	color: black;
    display:block;
    padding: 0.6vh;
	padding-right: 3vw;
	background-color: rgba(255,255,255,0.9);
    text-decoration: none;
}
#menubg {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1)/* , rgba(255,255,255,0) */);
}
.collapsible-menu label {
    font-size: 6vh;
    display: block;
    cursor: pointer;
    background: url(grafika/menu.png) no-repeat left center;
	background-size: 7vh;
    padding: 2vh 2vw 2vh 7.5vh;
}
input#menu {
    display: none;
}

input:checked +label {
    background-image: url(grafika/close.png);
	background-size: 7vh;
}

/* Toggle Effect */
input:checked ~ label {
    background-image: url(grafika/close.png);
	background-size: 7vh;
}
input:checked ~ .menu-content {
    max-height: 100%;
}

@media only screen and (orientation: portrait) {
  /* For mobile phones: */
body:before {
	background-image: url(grafika/bg.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 15%;
 }
.button {
	display: inline-block;
	position: relative;
	top: 30vh;
	border-radius: 4px;
	background-color: #004225;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 64px;
	padding: 10px;
	padding-top: 15px;
	width: 80%;
	height: 120px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 15px;
	vertical-align: middle;
	left: 49%;
	transform: translateX(-50%);
	padding-bottom: 10px;
}
.button_group {
	padding-top: 540px;
	text-align: center;
}
#obraz_tytul {
/*	padding-top: 85px; */
	position: absolute;
	margin: auto;
	top: 6vh;
	z-index: 1;
	width: 100%;
	height: auto;
	vertical-align: middle;
	left: 50%;
	transform: translateX(-50%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: -1;
}
#laur {
	padding-top: 150px;
}
div.sticky {
	font-size: 96px;
}
.button_fl {
	position: fixed;
	bottom: 10px;
	right: 12%;
	z-index: 0;
	border-radius: 4px;
	background-color: #004225;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 64px;
	padding: 20px;
	padding-top: 15px;
	width: 30%;
	height: 120px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}
.button_b {
	position: fixed;
	bottom: 10px;
	left: 12%;
	z-index: 0;
	border-radius: 4px;
	background-color: #004225;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 64px;
	padding: 20px;
	padding-top: 15px;
	width: 30%;
	height: 120px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}
#zawartosc {
	margin-top: 400px;
	margin-bottom: 150px;
}
#laur {
    display: none;
}
#laur2 {
	display: block;
}
#laur2 {
    position: absolute;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 250px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
    pointer-events: none;
}
#laur2 {
	padding-top: 150px;
}
#podpis {
	display: none;
}
#galeria {
	width: 100% !important;
	border: solid #004225;
	border-width: 6px;
}

th, td {
	border-bottom: solid #004225;
	border-top: solid #004225;
	background-color: rgba(255,255,255,0.5);
}
.menu-content {
    padding: 0 0 0 1vw;
}
.collapsible-menu {
	position: fixed;
	display: block;
	top: 0vh;
	left: 2vw;
	padding-top: 0vh;
    border-bottom: none;
	border-left: none;
	background-color: transparent;
	z-index: 1;
}
.collapsible-menu a {
	font-size: 3vh;
	color: black;
    display:block;
    padding: 0.6vh;
	padding-right: 0.6vh;
	background-color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.collapsible-menu label {
    font-size: 4vh;
    display: block;
    cursor: pointer;
    background: url(grafika/menu.png) no-repeat left center;
	background-size: 80px 80px;
    padding: 10px 0 10px 80px;
}
input:checked +label {
    background-image: url(grafika/close.png);
	background-size: 80px 80px;
}

/* Toggle Effect */
input:checked ~ label {
    background-image: url(grafika/close.png);
	background-size: 80px 80px;
}
iframe {
	width: 100% !important; height: 40vh !important;"
}
#zawartosc {
	width: 90%;
	margin-top: 35vw;
}
.create {
		text-align: left;
}
}