@charset "UTF-8";
/* Reset CSS za pomocą selektora uniwersalnego - nie trzeba wyszczególniać znaczników
	Selektor uniwersalny daje krótki zapis, ale niszczy natywny (własny, standartowy) wygląd formularzy i przycisków  */
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	text-decoration: none;
	margin-left: 0px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
	display: block;
}
audio, canvas, video{
	display: inline-block;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
/* tu konczy sie reset styli */

/* odtąd zaczyna się stylizowanie strony */
html body{
	width: 100%;
	background-color: #FF9900;
	/* background: #401556 url("i/bg.jpg") repeat scroll left top; */
	background-image: url("i/bg.jpg");
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 87.5%; /* Standardowa, domyślna wielkość czcionki w nowoczesnych przeglądarkach to: 100% = 1em = 16px = 12pt = 1pc */
	color: black;
	padding-top: 10px;
	padding-bottom: 25px;
}
#container{
	width: 1148px;
	margin: 0 auto;
}

#logo{
	background-color: #FF9900;
	background-image: url("i/bgl.jpg");
	background-position: center center;
	background-attachment: static;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 1148px; height: 400px;
}

#content{
	background-color: #FFF59D;
	width: 1148px;
	margin: 0 auto;
	float: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#080609+0,5b3f67+100 */
	/* kolory html: https://fonty.pl/kolory.htm */
	/* https://www.rapidtables.com/convert/color/hex-to-rgb.html */
}
#footer{
	clear: both;
	text-align: right;
	border-top: 2px solid white;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28002d+0,8c199f+50,28002d+100 */
	background-color: #2c3e50;
	width: 1148px;
	height: 30px;
	font-size: 13pt;
	padding-top: 3px;
}

#wrapper {
float:center;
background: none;width: 100%;
}
#wrapper-left{
float: left;
width: 80%;
background: none;}
#wrapper-right{
float: right;
width: 20%;
height: 965px;
color: white;
background: #e74c3c;}

/* Ciekawe menu html: http://sowaprogramuje.pl/menu-nie-musi-byc-nudne/ */

* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'PT Sans', Arial, Verdana;
  background-color: #eee;
}
h1 {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #222;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  margin: auto;
  position: relative;
  background-color: #2c3e50;
  z-index: 7;
}
.menu li {
  float: left;
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.menu a {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 23px;
  z-index: 9;
}
a.active {
  background-color: #FF6633
  
}
li.slider {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: ;
  z-index: 8;
  -webkit-transition: left 0.4s, background-color 0.4s;
  transition: left 0.4s, background-color 0.4s;
}
.menu li:nth-child(1):hover ~ .slider,
.menu li:nth-child(1):focus ~ .slider,
.menu li:nth-child(1):active ~ .slider {
  left: 0;
  background-color: #3498db;
}
.menu li:nth-child(2):hover ~ .slider,
.menu li:nth-child(2):focus ~ .slider,
.menu li:nth-child(2):active ~ .slider {
  left: 25%;
  background-color: #9b59b6;
}
.menu li:nth-child(3):hover ~ .slider,
.menu li:nth-child(3):focus ~ .slider,
.menu li:nth-child(3):active ~ .slider {
  left: 50%;
  background-color: #e67e22;
}
.menu li:nth-child(4):hover ~ .slider,
.menu li:nth-child(4):focus ~ .slider,
.menu li:nth-child(4):active ~ .slider {
  left: 75%;
  background-color: #16a085;
}
/*.menu li:nth-child(5):hover ~ .slider,
.menu li:nth-child(5):focus ~ .slider,
.menu li:nth-child(5):active ~ .slider {
  left: 80%;
  background-color: #3300FF; */
}

/*animation tekst */
.animationtext{
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;

}
.animationtext span{
  text-transform: uppercase;
  
}
.text1{
  color: yellow;
  font-size: 70px; 
  -webkit-text-stroke-width: 1px; 
  -webkit-text-stroke-color: black;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  /* background: #8A2BE2; */
  position: relative;
  
}
.text2{
	margin-top: 15px;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 3px;
	color: white;
	
}
@keyframes text {
  0%{
    color: red;
    margin-bottom: -40px;
  }
  30%{
    letter-spacing: 25px;
    margin-bottom: -40px;
  }
  85%{
    letter-spacing: 8px;
    margin-bottom: -40px;
  }
}
/*animation tekst oferta */
.animtextoferta{
    padding-top:10vh;
    color:orange;
    font-family: 'PT Sans Caption', sans-serif;
    text-align:center;
    font-size:6vh;
    visibility: hidden;
    animation-name: textoferta;
    animation-duration: 4s;
    animation-delay: 0,5s;
    animation-fill-mode: forwards;
}
@keyframes textoferta {
    from {opacity:0;}
    to {opacity:1;visibility: visible;}
}
.logotext{
	font-family: 'Chakra Petch', sans-serif;
    height: 50px;
    padding: 0 0 0 200px;
    color: green;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: black; */
    font-size: 40px;
}
#kontakt{
	float: left;
	padding: 10px;
	width: 430px;
	margin-left: 10px;
	margin-top: -20px;
}
#kontakt2{
	float: left;
	padding: 0px;
	width: 350px;
	margin-left: 30px;
	margin-top: 20px;
}
.info{
	/* height:68px; */
	padding:10px 0 15px 30px;
	font-size:18px;
	color:#e74c3c;
}
.formSubmit{
	margin-top:5px;
	margin-left:30px;
	width:90px;
	height:25px;
}
.formSubmit:hover{
	font-weight:bold;
}
#linkOferta{
	color: black;
	text-decoration: none;
}
#linkOferta:hover{
	color: #0066FF;
	text-decoration: underline;
}
#backtop {
    position: fixed;
    bottom: 60px;
    margin: 0;
    padding-left: 1010px;
    width: 45px;
    height: 45px;
    z-index: 1000;
        opacity: 0.8;
} 
/* powiększenie ikon po najechaniu myszką w strefie download */
.pow img {
    transition-duration: 3.5s;
    display: compact;
}
.pow img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}


ul.pagination { 
  position: relative;
  z-index: 9999;
  
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin-left: 15px;
	margin-top: -33px;
	margin-bottom: 40px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: #EF8F00;
	font-size: medium;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 2px solid gray;
    margin: 0 4px;
}

ul.pagination li a.active {
    background-color: #EF8F00;
    color: white;
    border: 1px solid #EF8F00;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

