@charset "utf-8";
/* CSS Document */
body {	
	background: black;
	font-family: SpecialElite;
	font-size: 16px;
	color:#000;
}
@font-face{
	font-family: 'SpecialElite';
	src: url('../fonty/SpecialElite.eot');
	src: local(' '), url('../fonty/SpecialElite.woff') format('woff'), url('../fonty/SpecialElite.ttf') format('truetype'), url('../fonty/SpecialElite.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

#pojemnik_global{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height:733px;
	background-image:url(../img/mapy.jpg);
	background-repeat:no-repeat;
	background-position:top center;



}

p{text-indent:40px;}

#tresc{
	position:absolute;
	width:1020px;
	left:-30px;
	top:50px;
	padding: 0 20px 20px 20px;
	background-color:#FFFFFF;
	opacity: 0.9;
	z-index:1;
	display:none;
}
#opis{
	margin:5px
}
img {
	width:1010px;
}

#zamknij{
	position:absolute;
	width:40px;
	height:40px;
	top:5px;
	right:15px;
	cursor:pointer;
	background-image:url(../img/close.png);
	background-size: 40px;
	display: none;
}
#pojemnik_mapy{
	overflow:hidden;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height:733px;
}
ul{
	position:absolute;
	margin: 0 auto;
	left:-290px;
	top:270px;
	width:300px;
	height:1300px;

}

ul li {
	position:relative;
	display:block;
	width:400px;
	height:400px;
	cursor:pointer;
	transform: rotate(8deg);
	-webkit-transform: rotate(8deg);
	transform-origin: 50% 160% 100px;
	-webkit-transform-origin: 50% 160% 100px;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	background-size:100%;
	margin-top:-300px;
}

#mapa1{background-image:url(../mapy/mapa1_thumb.jpg);}
#mapa2{background-image:url(../mapy/mapa2_thumb.jpg);}	
#mapa3{background-image:url(../mapy/mapa3_thumb.jpg);}	
#mapa4{background-image:url(../mapy/mapa4_thumb.jpg);}	
#mapa5{background-image:url(../mapy/mapa5_thumb.jpg);}	
#mapa6{background-image:url(../mapy/mapa6_thumb.jpg);}	
#mapa7{background-image:url(../mapy/mapa7_thumb.jpg);}	




/*powrót*/
a {
	display:block;
	position:absolute;
	top:430px;
	left:620px;
	font-family: 'Pinyon Script', cursive;
	font-size: 66px;
	text-decoration:none;
	margin-left:80px;
	color: rgba(0,0,0,1);
	opacity: 0.8;
	transform: rotate(-21deg);
	-webkit-transform: rotate(-21deg);
	transition: 0.5s;
	-webkit-transition: 0.5s;

}

a:hover { 
	opacity: 1;
	text-shadow:1px 1px 3px #666;
}