@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: 630px;
	
	/* background: #401556 url("i/bg.jpg") repeat scroll left top; */
	background-image: url("i/bg2.jpg");
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: 630px;
	background-size: 630px 4000px;
	
	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: #E0E0E0;
	padding-top: 10px;
	padding-bottom: 25px;
}
#container{
	width: 630px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 0 10px #000000;
}
#logo{
	background-color: #73357c;
	background-image: url("i/bg-logo.png");
	width: 630px;
	height: 300px;
	background-size: cover;
}
#nav{
	float: left;
	background-image: linear-gradient(to left, #402000 0%, #EF8F00 33%, #EF8F00 66%, #402000 100%);
	width: 130px;
	height: 586px;
}
#content{
	background-image: url("i/bg2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: 630px 4000px;
}
#footer{
	clear: both;
	height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 16pt;
	
	border-top: 1px solid white;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28002d+0,8c199f+50,28002d+100 */
	background: rgb(40,0,45); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(40,0,45,1) 0%, rgba(140,25,159,1) 50%, rgba(40,0,45,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(40,0,45,1) 0%,rgba(140,25,159,1) 50%,rgba(40,0,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(40,0,45,1) 0%,rgba(140,25,159,1) 50%,rgba(40,0,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28002d', endColorstr='#28002d',GradientType=1 ); /* IE6-9 */

}
ul {
     list-style: none;
     float: left;
	 width: 300px;
}
 
ul > li {
     margin: 0;
     padding: 0;
     float: left; 
     position: relative;
	 z-index: 1;
     
}
 
ul > li > a {
     padding: 10px; 
     color: #EF8F00;
     text-decoration: none;
}
 
ul > li > a:hover, 
ul > li:hover > a {
     color: #EF8F00;
     text-decoration: underline;
}
 
ul > li ul {
     padding: 0;
     position: absolute; 
	 z-index: 1;
     display: none; 
     left: -180px; 
	 top: 30px; 
     width: 280px; 
     text-align: left;
     background-image: linear-gradient(to left, #402000 0%, #EF8F00 33%, #EF8F00 66%, #402000 100%);
     border: 1px solid #ccc;
}
 
ul li:hover > ul {
     display: block;
	 
}
 
ul > li ul ul {
     left: 200px; 
     top: -1px;
}
 
ul > li ul li {
     margin: 0; 
     padding: 0;
     position: relative;
	 float: none; 
     height: auto;
}
 
ul > li ul li a {
     padding: 10px 20px; 
     color: white; 
     text-decoration: none;
     display: block;
}
 
ul > li ul li a:hover,
ul > li ul li:hover > a {
     text-decoration: none;
     color: #EF8F00;
     background-color: #2d393b;
}



hr1{
	border-top: 4px solid #73357c;
	width: 40%;
	margin-left:10px;
}
/*animation tekst */
.animationtext{
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.animationtext span{
  text-transform: uppercase;
  display: block;
}
.text1{
  color: white;
  font-size: 50px; 
  -webkit-text-stroke-width: 2px; 
  -webkit-text-stroke-color: black;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  margin-bottom: 20px;
  /* background: #8A2BE2; */
  position: relative;
  animation: text 3s 1;
}
.text2{
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 2px;
	color: orange;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}
@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;
	font-size: 12pt;
}
.info{
	/* height:68px; */
	padding:15px 0 15px 25px;
	font-size:20pt;
	color:orange;
}
.formSubmit{
	margin-top:5px;
	margin-left:25px;
	width:90px;
	height:25px;
}
.formSubmit:hover{
	font-weight:bold;
}
#linkOferta{
	color: white;
	text-decoration: none;
}
#linkOferta:hover{
	color: #0066FF;
	text-decoration: underline;
}


/* powiększenie ikon po najechaniu myszką w strefie download */
.pow img {
    transition-duration: 0,8s;
    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: 99999;
  
}
ul.pagination {
    display: inline;
    padding: 10;
    margin-left: 15px;
	margin-top: -13px;
	margin-bottom: 0px;
	margin-right: -50px;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: #EF8F00;
	font-size: 17pt;
    float: left;
    padding: 10px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 6px;
}

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

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