/* Głowne */  

body {
	background-color:#1c1c1c;
	min-width: 1070px;
	max-width: 1800px;
	margin: auto;
	overflow-y: hidden;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.ciasteczka {
	background-color: #000;
	opacity: 0.5;
	font-family: 'Rajdhani', sans-serif;
	color: #fff;
	font-size: 10px;
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	position:absolute;
	top: 1%;
	z-index:99989;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-o-scrollbar {
    width: 4px;
}
::-o-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-o-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-moz-scrollbar {
    width: 4px;
}
::-moz-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-moz-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-ms-scrollbar {
    width: 4px;
}
::-ms-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-ms-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::scrollbar {
    width: 4px;
}
::scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.divy_all {
	position: absolute;
	top: 0px;
	min-width: 1070px;
	max-width: 1800px;
	margin: auto;
	height:100%;
	width:100%;
}

/* Menu TOP */ 
#menu-gora-bez {
    height: 30px;
	background: transparent;
	color:#fff;
    position: fixed;
    right: 0;
	z-index:89999;
	padding-top: 6px;
	top:0px;
	width: 100%;
}
#menu-gora {
    height: 30px;
	background: transparent;
	color:#fff;
    position: fixed;
    right: 0;
	z-index:89999;
	padding-top: 6px;
	top:0px;
	width: 100%;
	
	animation-name:menu;
    animation-duration:2s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;

    -webkit-animation-name:menu;
    -webkit-animation-duration:2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-in-out;
    
    -moz-animation-name:menu;
    -moz-animation-duration:2s;
    -moz-animation-delay: 0s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-in-out;
    
    -ms-animation-name:menu;
    -ms-animation-duration:2s;
    -ms-animation-delay: 0s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-in-out;
    
    -o-animation-name:menu;
    -o-animation-duration:2s;
    -o-animation-delay: 0s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-in-out;

}

#menu-up {
	background: url(../images/tlo-alfa30.png)
}
/* STRONY */ 

.box1 {	
	background: url(../images/wejscie.jpg) no-repeat center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height:100%;
 	width:100%;
	margin: auto;
}
.wejscie {
	position: absolute;
	width: 100px;
	top: 80%;
	left: 50%;
	margin-left: -50px;
}


.box2 {	
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height:100%;
 	width:100%;
	margin: auto;
	
	animation-name:tlo2-tlo;
    animation-duration:15s;
    animation-delay: 0s;
    animation-direction: normal;
    animation-timing-function: linear;
    animation-iteration-count:infinite;
    
    -webkit-animation-name:tlo2-tlo;
    -webkit-animation-duration:15s;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count:infinite;

	-moz-animation-name:tlo2-tlo;
    -moz-animation-duration:15s;
    -moz-animation-delay: 0s;
    -moz-animation-direction: normal;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count:infinite;

	-ms-animation-name:tlo2-tlo;
    -ms-animation-duration:15s;
    -ms-animation-delay: 0s;
    -ms-animation-direction: normal;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count:infinite;

	 -o-animation-name:tlo2-tlo;
     -o-animation-duration:15s;
     -o-animation-delay: 0s;
     -o-animation-direction: normal;
     -o-animation-timing-function: linear;
    -o-animation-iteration-count:infinite;
}








.box3 {	
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height:100%;
 	width:100%;
	margin: auto;
	
	animation-name:box3-tlo;
    animation-duration:4s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

    -webkit-animation-name:box3-tlo;
    -webkit-animation-duration:4s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    
    -moz-animation-name:box3-tlo;
    -moz-animation-duration:4s;
    -moz-animation-delay: 1s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-in-out;
    
    -ms-animation-name:box3-tlo;
    -ms-animation-duration:4s;
    -ms-animation-delay: 1s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-timing-function: ease-in-out;
    
    -o-animation-name:box3-tlo;
    -o-animation-duration:4s;
    -o-animation-delay: 1s;
    -o-animation-fill-mode: forwards;
    -o-animation-timing-function: ease-in-out;
   }
   .box3-bez {
   background: url(../images/box3-2.jpg) no-repeat center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height:100%;
 	width:100%;
	margin: auto;
   }

.box4 {
	background-color: #4f4f4f;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
	height:100%;
 	width:100%;
	margin: auto;
}
.box5 {	
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height:100%;
 	width:100%;
	margin: auto;
	
	animation-name:box5-tlo;
    animation-duration:4s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

    -webkit-animation-name:box5-tlo;
    -webkit-animation-duration:4s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    
    -moz-animation-name:box5-tlo;
    -moz-animation-duration:4s;
    -moz-animation-delay: 1s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-in-out;
    
    -ms-animation-name:box5-tlo;
    -ms-animation-duration:4s;
    -ms-animation-delay: 1s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-timing-function: ease-in-out;
    
    -o-animation-name:box5-tlo;
    -o-animation-duration:4s;
    -o-animation-delay: 1s;
    -o-animation-fill-mode: forwards;
    -o-animation-timing-function: ease-in-out;
    }
    .box6 {	
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	height:100%;
 	width:100%;
	margin: auto;
   }

#logo {
	position: absolute;
	top:35%;
	left:50%;
	width: 470px;
	height: 470px;
	margin-left: -235px;
	margin-top: -235px;
}
#logo1 {
	position: relative;
	top: 250px;
	opacity: 1;
	
	animation-name:logo1;
    animation-duration:3s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;

    -webkit-animation-name:logo1;
    -webkit-animation-duration:3s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-in-out;
    
    -moz-animation-name:logo1;
    -moz-animation-duration:3s;
    -moz-animation-delay: 1s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-in-out;
    
    -ms-animation-name:logo1;
    -ms-animation-duration:3s;
    -ms-animation-delay: 1s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-in-out;
    
    -o-animation-name:logo1;
    -o-animation-duration:3s;
    -o-animation-delay: 1s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-in-out;
    }
#logo2 {
	position: relative;
	top: 260px;
	opacity: 1;
	
	animation-name:logo2;
    animation-duration:3s;
    animation-delay: 2s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:logo2;
    -webkit-animation-duration:3s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:logo2;
    -moz-animation-duration:3s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:logo2;
    -ms-animation-duration:3s;
    -ms-animation-delay: 2s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:logo2;
    -o-animation-duration:3s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}
#logo3 {
	position: relative;
	top: 30px;
	
	animation-name:logo3;
    animation-duration:3s;
    animation-delay: 3s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:logo3;
    -webkit-animation-duration:3s;
    -webkit-animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:logo3;
    -moz-animation-duration:3s;
    -moz-animation-delay: 3s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:logo3;
    -ms-animation-duration:3s;
    -ms-animation-delay: 3s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:logo3;
    -o-animation-duration:3s;
    -o-animation-delay: 3s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}
#logo4 {
	position: relative;
	top: -135px;
	opacity: 1;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 5s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 5s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 5s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 5s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 5s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}


#menu {
	position: relative;
	top: 70%;
}
#klodka-bez {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -124px;
	margin-top: -175px;
	z-index: 20;
}
#klodka {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -124px;
	margin-top: -175px;
	z-index: 20;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 2s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 2s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 2s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 2s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;



}
#log-bez {
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 30;
	margin-left: -110px;
}
#log {
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 30;
	margin-left: -110px;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 3s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 3s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 3s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 3s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;

}

.form input[type="submit"] {
	cursor:pointer;
	border: 1px solid #000;
	background-color:transparent;
	color:#000;
 	width: 80px;
 	height: 40px;
	font-family: 'Duru Sans', sans-serif;
	opacity: 0.8;
}
.form input[type="submit"]:hover {
	opacity: 1;
}
.form input[type="password"] {
	cursor:pointer;
	background-color:transparent;
	appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-overflow: '';
    height: 20px;

	border: 1px solid #000;

	color:#000;
	width:100px;
	text-indent: 5px;
	font-family: 'Duru Sans', sans-serif;
	opacity: 0.8
}
.form input[type="password"]:hover {
	opacity: 1;
}


.text1 {
font-family: 'Rajdhani', sans-serif;
color: white;
}
.text2 {
font-family: 'Duru Sans', sans-serif;
font-size: 14px;
color: white;
}
.text-menu-up {
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	color: #fff;
}
#oferta-tresc1{
	position: absolute;
	top: 50%;
	margin-top: -15%;
	width: 360px;
	left: 10%;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 3s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 3s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 3s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 3s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}
#oferta-tresc2{
	position: absolute;
	top: 50%;
	margin-top: -18%;
	left: 50%;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 4s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 4s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 4s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 4s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 4s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}
#portfolio-tresc1-bez{
	position: absolute;
	margin-top: 4%;
	width: 40%;
	height: 90%;
	margin-left: 8%;
	left: 0px;
	}
#portfolio-tresc1{
	position: absolute;
	margin-top: 4%;
	width: 40%;
	height: 90%;
	margin-left: 8%;
	left: 0px;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 3s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 3s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 3s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 3s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}
#portfolio-tresc2-bez{
	position: absolute;
	margin-top: 4%;
	width: 40%;
	height: 90%;
	margin-right: 8%;
	right: 0px;
	}
#portfolio-tresc2{
	position: absolute;
	margin-top: 4%;
	width: 40%;
	height: 90%;
	margin-right: 8%;
	right: 0px;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 4s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 4s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 4s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 4s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 4s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}
.portfolio-menu {
	position: absolute;
	width: 100%;
	height: 80%;
	overflow-y: scroll;
}
.portfolio-img {
	border: 2px solid white;
	border-radius: 5px;
}

#kontakt-tresc1{
	position: absolute;
	top: 25%;
	left: 10%;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 3s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 3s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 3s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 3s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
}

#kontakt-tresc2{
	position: absolute;
	top: 30%;
	left: 60%;
	
	animation-name:pojawianie;
    animation-duration:5s;
    animation-delay: 4s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;

    -webkit-animation-name:pojawianie;
    -webkit-animation-duration:5s;
    -webkit-animation-delay: 4s;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    
    -moz-animation-name:pojawianie;
    -moz-animation-duration:5s;
    -moz-animation-delay: 4s;
    -moz-animation-fill-mode: backwards;
    -moz-animation-timing-function: ease-out;
    
    -ms-animation-name:pojawianie;
    -ms-animation-duration:5s;
    -ms-animation-delay: 4s;
    -ms-animation-fill-mode: backwards;
    -ms-animation-timing-function: ease-out;
    
    -o-animation-name:pojawianie;
    -o-animation-duration:5s;
    -o-animation-delay: 4s;
    -o-animation-fill-mode: backwards;
    -o-animation-timing-function: ease-out;
	}
#budka-tresc{
	position: absolute;
	top: 8%;
	left: 5%;
	width: 90%;
}
.form2 input[type="text"] {
	cursor:pointer;
	background-color:transparent;
	appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
	text-indent: 0.01px;
    text-overflow: '';
    height: 30px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	color:#000;
	width:150px;
	text-indent: 8px;
	font-family: 'Duru Sans', sans-serif;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	white-space: nowrap;
	outline: none;
	letter-spacing: 1px;
}
.form2 textarea {
	text-indent: 8px;
	display: block;
	overflow-y: scroll;
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	-webkit-resize: none;
	-moz-resize: none;
	resize: none;
	letter-spacing: 1px;
	line-height: 15px;
	color:#000;
	font-family: 'Duru Sans', sans-serif;
}
.form2 input[type="submit"] {
	cursor:pointer;
	border: 1px solid #FFF;
	background-color:transparent;
	color:#FFF;
 	width: 80px;
 	height: 30px;
	font-family: 'Duru Sans', sans-serif;
	opacity: 0.8;
}
.form2 input[type="submit"]:hover {
	opacity: 1;
}

.tabela_kontakt {
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0;
	font-family: 'Duru Sans', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing: 1px;
}
.close {
	position: fixed;
	right: 1%;
	top: 1%;
}
.zdjecia {
			position: absolute;
			width: 100%;
			height: 90%;
			top: 5%;
			left: 0px;
			overflow-y: scroll;
			overflow-x: hidden;
}
.film {
			position: absolute;
			width: 100%;
			height: 90%;
			top: 10%;
			left: 0px;
			overflow-y: scroll;
			overflow-x: hidden;
			}
.img {
width: 100%;
-moz-transition:-moz-transform 0.5s ease-in; 
-webkit-transition:-webkit-transform 0.5s ease-in; 
-o-transition:-o-transform 0.5s ease-in;
cursor:pointer;
}
.img:hover {
-moz-transform:scale(5); 
-webkit-transform:scale(5);
-o-transform:scale(5);
}