body
{
	font-family: 'Titillium Web', sans-serif;
	background-color:#151515;
	margin:0px;
	padding:0px;
	min-height:100%;
	position:relative;
}

html
{
	margin:0px;
	padding:0px;
    height: 100%;
}

#container
{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:900px;
	margin-top:60px;
	clear:both;
}

/* menu */
	
#pasek_gora
{
	width:100%;
	height:60px;
	background-color:#222222;
	position: fixed;
	top:0;
	z-index: 1;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

#logo
{
	width:244px;
	height:60px;
	margin-left:1%;
	float:left;
	background-image:url("image/logo.webp");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

@media screen and (min-width: 850px) {
	#menu_duze{ display: block; }
	#menu_male{ display: none; }
	}

@media screen and (max-width: 849px) {
	#menu_duze{ display: none; }
	#menu_male{ display: block; }
	}

#menu_duze
{
	height:100%;
	margin-right:1%;
	float:right;
}

#kafelka_z_menu_jezyk
{
	float:left;
	font-size:14px;
	height:42px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:grey;
	transition-duration: 150ms;
	font-weight:bold;
}

#kafelka_z_menu_jezyk:hover
{
	color:white;
	transition-duration: 150ms;
}

#kafelka_z_menu
{
	float:left;
	font-size:16px;
	height:42px;
	padding-top:18px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	color:white;
	transition-duration: 150ms;
	font-weight:bold;
	border-radius:10px;
}

#kafelka_z_menu:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}

#kafelka_z_menuFB
{
	float:left;
	width:60px;
	height:60px;
	background-image:url("image/fb.webp");
	transition-duration: 150ms;
	border-radius:10px;
}

#kafelka_z_menuFB:hover
{
	background-color:#3d5a98;
	transition-duration: 150ms;
}

#kafelka_z_menuFB_simtra
{
	float:left;
	width:60px;
	height:60px;
	background-image:url("image/fb_simtra.webp");
	transition-duration: 150ms;
	border-radius:10px;
}

#kafelka_z_menuFB_simtra:hover
{
	background-color:#3d5a98;
	transition-duration: 150ms;
}

#kafelka_z_menuYT
{
	float:left;
	width:60px;
	height:60px;
	background-image:url("image/yt.webp");
	transition-duration: 150ms;
	border-radius:10px;
}

#kafelka_z_menuYT:hover
{
	background-color:#e41e1e;
	transition-duration: 150ms;
}

#menu_male
{
	height:100%;
	margin-right:1%;
	float:right;
}

#menu_zwijane_kafelka_glowna > #menu_zwijane {
	display:none;
}

#menu_zwijane_kafelka_glowna:hover > #menu_zwijane {
	display:block;
}

#menu_zwijane_kafelka_glowna
{
	float:left;
	font-size:16px;
	height:42px;
	width:200px;
	padding-top:18px;
	text-decoration:none;
	color:white;
	transition-duration: 150ms;
	font-weight:bold;
	text-align:center;
	background-color:#222222;
	border-radius:10px;
}

#menu_zwijane_kafelka_glowna:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}

#menu_zwijane
{
	width:200px;
	margin-top:18px;
}

#kafelka_z_menu_zwijane
{
	float:left;
	font-size:16px;
	height:42px;
	width:100%;
	padding-top:18px;
	text-decoration:none;
	color:white;
	transition-duration: 150ms;
	font-weight:bold;
	text-align:center;
	background-color:#222222;
	border-radius:10px;
}

#kafelka_z_menu_zwijane:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}

#kafelka_z_menu_zwijane2
{
	float:left;
	font-size:16px;
	height:42px;
	width:200px;
	padding-top:18px;
	text-decoration:none;
	color:white;
	transition-duration: 150ms;
	font-weight:bold;
	text-align:center;
	background-color:black;
}

#kafelka_z_menu_zwijane2:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}


/* menu koniec */

/* aktualności */

.aktualnosci_slajdy
{
	width:100%;
	height:1050px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.slajdy
{
	display:flex;
	overflow-x:auto;
	scroll-behavior: smooth;
	overflow:hidden;
}

.slajd
{
	flex: 1 0 100%;
	scroll-snap-align:start;
	object-fit: cover;
	transition-duration:1000ms;
}

#slajd_navi_calosc
{
	width:200px;
	height:4px;
	margin-top:-34px;
	margin-left:auto;
	margin-right:auto;
}

.slajd_navi
{
	width:40px;
	height:8px;
	margin-left:5px;
	margin-right:5px;
	background-color:#474747;
	float:left;
	opacity:0.5;
	border-radius: 25px;
}

.slajd_opis
{
	width:20%;
	min-width:500px;
	height:380px;
	color:white;
	text-align:justify;
	background-color:#222222;
	float:left;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
	margin-left:5%;
	margin-top:250px;
	border-radius:25px;
	font-size:18px;
}

.slajd_zdjecie
{
	width:100%;
	height:1050px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.slajd_przycisk
{
	font-size:18px;
	height:30px;
	padding-top:4px;
	padding-left:40px;
	padding-right:40px;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color:#474747;
	transition-duration: 150ms;
	font-weight:bold;
	float:left;
	border-radius:15px;
	margin-right:25px;
	margin-top:35px;
}

.slajd_przycisk:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}

#aktualnosci_calosc
{
	width:100%;
	height:1050px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#aktualnosci_opis
{
	width:20%;
	min-width:500px;
	height:380px;
	color:white;
	text-align:justify;
	background-color:#222222;
	float:left;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
	margin-left:5%;
	margin-top:250px;
	border-radius:25px;
	font-size:18px;
}

#aktualnosci_zdjecie
{
	width:100%;
	height:1050px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

#aktualnosci_przycisk
{
	font-size:18px;
	height:30px;
	padding-top:4px;
	padding-left:40px;
	padding-right:40px;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color:#474747;
	transition-duration: 150ms;
	font-weight:bold;
	float:left;
	border-radius:15px;
}

#aktualnosci_przycisk:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}

#sekcja_produkty
{
	width:100%;
	padding-bottom:50px;
	overflow: hidden;
	display:flex;
	flex-flow:wrap;
	justify-content:center;
}

#produkty_nazwa
{
	width:90%;
	color:white;
	text-align:justify;
	float:left;
	padding-top:50px;
	font-size:50px;
	font-weight:bold;
}

#produkt_jeden_zdjecie
{
	width:540px;
	margin-left:22px;
	margin-right:22px;
	margin-bottom:50px;
	height:87px;
	padding-top:670px;
	float:left;
	margin-top:50px;
	border-radius:25px 25px 25px 25px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	transition-duration: 1200ms;
	font-size:25px;
	text-decoration:none;
	text-align:center;
	color:white;
	font-weight:bold;
}

#produkt_jeden_zdjecie:hover
{
	background-size: auto 105%;
	transition-duration: 1200ms;
}

#produkt_jeden_przycisk
{
	font-size:18px;
	margin-top:10px;
	padding-top:5px;
	height:35px;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color:#474747;
	transition-duration: 150ms;
	font-weight:bold;
	border-radius:0px 0px 15px 15px;
}

#sekcja_darmowe
{
	width:100%;
	padding-bottom:50px;
	overflow: hidden;
	display:flex;
	flex-flow:wrap;
	justify-content:center;
	background-color:black;
}

/* aktualności koniec */

/* podstrona modyfikacje (galeria kafelek) */

#galeria_center
{
	width:100%;
	padding-top:100px;
	padding-bottom:50px;
	overflow: hidden;
	display:flex;
	flex-flow:wrap;
	justify-content:center;
}

#galeria_zdjecie
{
	width:540px;
	margin-left:22px;
	margin-right:22px;
	margin-bottom:50px;
	height:87px;
	padding-top:670px;
	float:left;
	margin-top:50px;
	border-radius:25px 25px 25px 25px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	transition-duration: 1200ms;
	font-size:25px;
	text-decoration:none;
	text-align:center;
	color:white;
	font-weight:bold;
}

#galeria_zdjecie:hover
{
	background-size: auto 105%;
	transition-duration: 1200ms;
}

#galeria_zdjecie_pasek
{
	font-size:18px;
	margin-top:10px;
	padding-top:5px;
	height:35px;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color:#474747;
	transition-duration: 150ms;
	font-weight:bold;
	border-radius:0px 0px 15px 15px;
}

/* podstrona modyfikacje (galeria kafelek) koniec */

/* podstrona o modelu większe kafelki */

#model_glowny_calosc
{
	width:100%;
	height:1050px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#model_glowny_opis
{
	width:30%;
	min-width:750px;
	min-height:380px;
	overflow: hidden;
	color:white;
	text-align:justify;
	background-color:#222222;
	float:left;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
	padding-bottom:35px;
	margin-left:5%;
	margin-top:250px;
	border-radius:25px;
	font-size:18px;
}

#model_glowny_zdjecie
{
	width:100%;
	height:1050px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

/* podstrona o modelu większe koniec */

/* podstrona o modelu galeria miniaturek */

#sekcja_galeria_miniaturek
{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:30px;
	min-height:200px;
	overflow: hidden;
	display:flex;
	flex-flow:wrap;
	justify-content:center;
	background-color:#151515;
}

#galeria_miniaturek_nazwa
{
	width:100%;
	color:white;
	text-align:justify;
	float:left;
	padding-top:30px;
	font-size:30px;
	font-weight:bold;
}

#miniaturka {
	transition-duration: 200ms;
	opacity: 0.6;
	height:150px;
}

#miniaturka:hover {
	transition-duration: 150ms;
	opacity: 1;
}

/* podstrona o modelu galeria miniaturek konice */

/* lightbox - ogladanie zdjec */

div.scroll-container {
  overflow: auto;
  white-space: nowrap;
  max-width:100%;
}

div.scroll-container img {
  max-width:12%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 1920px;
  max-width: 80%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#lightbox_miniaturka {
	transition-duration: 200ms;
	opacity: 0.85;
}

#lightbox_miniaturka:hover {
	transition-duration: 150ms;
	opacity: 1;
}

/* lightbox - ogladanie koniec */

/* podstrona o modelu mniejsze kafelki */

#sekcja_features
{
	width:100%;
	min-height:350px;
	overflow: hidden;
	display:flex;
	flex-flow:wrap;
	justify-content:center;
	background-color:#222222;
}

#sekcja_opis
{
	width:100%;
	min-height:1050px;
	padding-bottom:100px;
	overflow: hidden;
	display:flex;
	flex-flow:wrap;
	justify-content:center;
	background-color:#151515;
}

#model_mala_kafelka
{
	width:900px;
	max-width:90%;
	min-width:40%;
	padding-top:40px;
	padding-bottom:40px;
	min-height:380px;
	overflow: hidden;
	text-align:center;
	float:left;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#model_mala_kafelka_opis
{
	width:760px;
	padding-left:60px;
	padding-right:60px;
	max-width:90%;
	min-width:40%;
	min-height:180px;
	overflow: hidden;
	color:white;
	text-align:justify;
	float:center;
	margin:auto;
	font-size:18px;
}

#model_kup_podswietlenie
{
	background-color:#222222;
	border-radius:15px;
	padding-top:2px;
	margin-right:-25px;
	margin-left:-25px;
	padding-right:25px;
	padding-left:25px;
	padding-bottom:65px;
}

#model_przycisk_download
{
	font-size:18px;
	width:90%;
	margin-bottom:25px;
	height:30px;
	padding-top:4px;
	padding-left:40px;
	padding-right:40px;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color:#474747;
	transition-duration: 150ms;
	font-weight:bold;
	float:left;
	border-radius:15px;
	cursor: pointer;
}

#model_przycisk_download:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}

#steam_logo
{
	width:300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:-20px;
	margin-bottom:10px;
}

/* podstrona o modelu mniejsze koniec */

/* licencja */

#licencja {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}


#licencja_opis
{
	max-width:90%;
	width:1200px;
	min-height:380px;
	overflow: hidden;
	color:white;
	text-align:justify;
	background-color:#222222;
	float:center;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
	padding-bottom:35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:250px;
	border-radius:25px;
	font-size:18px;
}

#licencja_button
{
	font-size:18px;
	height:30px;
	width:40%;
	padding-top:4px;
	margin-top:50px;
	margin-left:4%;
	margin-right:4%;
	text-decoration:none;
	text-align:center;
	color:white;
	background-color:#474747;
	transition-duration: 150ms;
	font-weight:bold;
	float:left;
	border-radius:25px;
	cursor: pointer;
}

#licencja_button:hover
{
	background-color:#72a348;
	transition-duration: 150ms;
}

#close_licencja
{
	position:static;
	float:right;
}

/* licencja koniec */

/* faq */

#sekcja_kontakt
{
	margin-top:100px;
	width:100%;
	min-height:280px;
	padding-bottom:50px;
	overflow: hidden;
	display:flex;
	flex-flow:wrap;
	justify-content:center;
}

#faq_calosc
{
	width:1100px;
	max-width:90%;
	min-width:57%;
	min-height:380px;
	overflow: hidden;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#faq_border
{
	border-radius:25px;
	min-height:380px;
	overflow: hidden;
	background-color:#353535;
}

#faq_tytul
{
	color:white;
	margin-left:30px;
}

.accordion {
	background-color:#353535;
	width:100%;
	color:white;
	cursor:pointer;
	padding:18px;
	border:none;
	text-align:left;
	outline:none;
	font-size:18px;
	transition:0.4s;
}

.active, .accordion:hover {
  background-color:#565656; 
}

.panel {
  padding:0 18px;
  background-color:#474747;
  color:white;
  max-height:0;
  overflow:hidden;
  transition:max-height 0.2s ease-out;
  font-size:16px;
}

/* faq koniec */

/* kontakt */

#formularz_calosc
{
	width:650px;
	max-width:90%;
	min-width:33%;
	min-height:380px;
	overflow: hidden;
	text-align:center;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#formularz
{
	width:94%;
	padding-left:3%;
	padding-right:3%;
	color:white;
	text-align:justify;
	background-color:#222222;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	border-radius:25px;
	font-size:18px;
	margin-bottom:50px;
}

label {
    display:block;
    margin-bottom:10px;
    text-transform: uppercase;
    font-size:18px;
    color:white;
}

.form_input {
	padding:5px;
	margin-bottom:15px;
	width:98%;
	max-height:250px;
	background-color:#474747;
	color:white;
	border:0px;
	font-size:18px;
	border-radius:15px;
	outline: none;
	box-sizing: border-box;
	border: 3px solid #222222;
}

.form_input:focus {
	border: 3px solid #72a348;
}

.form_input_text {
	padding:5px;
	margin-bottom:25px;
	width:98%;
	height:250px;
	background-color:#474747;
	color:white;
	border:0px;
	font-size:18px;
	border-radius:15px;
	resize:none;
	outline: none;
	box-sizing: border-box;
	border: 3px solid #222222;
}

.form_input_text:focus {
	border: 3px solid #72a348;
}

#form_button {
	background-color:#474747;
	border:0px;
	padding:10px;
	color:white;
	text-decoration:none;
	width:40%;
	cursor:pointer;
	font-size:16px;
	margin-top:20px;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:30px;
	float:left;
	border-radius:25px;
}

#form_button:hover {
	background-color:#72a348;
}

#submit input[type="submit"]:hover{
    background-color:#red;
}

#formularz p.copy {
	color:#555555;
	margin-bottom:0px;
	font-size:12px;
	text-align: center;
}

#formularz p.copy a {
	color:#555555;
	text-decoration: none;
	font-weight:bold;
}  

#wiadomosc_wyslana
{
	color:white;
	margin-bottom:30px;
}

#wiadomosc_blad
{
	color:white;
	margin-bottom:30px;
	background-color:darkred;
	border-radius:15px;
	padding-top:5px;
	padding-right:5%;
	padding-bottom:15px;
	padding-left:5%;
	margin-bottom:25px;
	width:88%;
}

/* kontakt koniec*/

#stopka
{
	position:absolute;
	bottom:0;
	text-align:center;
	clear:both;
	font-size:12px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:35px;
	color:grey;
	padding-top:15px;
	background-color:black;
}
