* {
 
    margin: 0px;
    padding: 0px;
 
}
.logo{
	top:3%;
	left:3%;
	height:10%;
	position:absolute;
}
.right{
	z-index:1;
	position:absolute;
	right:0;
	text-align:right;
	background: #222334;
	opacity: 0.8;
	font-size: 15px;
	font-weight: 300;
	text-align : center;
	min-height:100%;
	-webkit-font-smoothing: antialiased;
}
.body{
	min-height:100%;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.right ul, .right ul li {
	display: block;
	list-style: none;
	padding: 0;
	text-align:center;
}

.right ul{
	margin-top:70%;
}

.right ul a:link, ul a:visited {
	display: block;
	width: 186px;
	text-decoration: none;
	color:#c3cbe2;
	padding: 5px;
	opacity:1;
}
.right ul a:hover{
	color:#fff;
}
.link{
	position:absolute;
	right:50px;
	top:62px;
	z-index:2;
	text-decoration: none;
	color:#222222;
	font-size:44px;
	font-family: Times New Roman;
}
.tresc{
	float:left;
	column-count: 3;
    column-gap: 20px;
    text-align: justify;
    color: #454545;
    height: 600px;
	margin: 10% 30% 0 5%;
	font-size: 15px;
    font-family: Times New Roman;
    font-weight: 400;
	text-align:justify;
	line-height:1.4;
}
.tresc li{
	display: list-item;
}
.tresc ul{
	list-style: disc;
}
.gallery{
	text-align:center;
	margin-left:15%;
}
.gallery img{
	margin: 5px 5px 5px 5px;
	border-width:2px;
	border-style:solid;
	border-color:black;
}
.dodatkowe{
	height:400px;
}
.dod{
	position:absolute;
	text-align:center;
	width:70%;
	margin: 200px 0 0 200px;
}
.contact{
	width:40%;
	margin: 10% 0 0 10%;
	position:absolute;
	font-size:83%;
}
.l{
	float:left;
	font-size:100%;
}
.p{
	float:right;
	text-align:right;
	font-size:100%;
}
.p a{
	color:black;
}
.nagl{
	font-size:15px;
	text-align:justify;
}
.mapouter{
	margin-left:50%;
	margin-top:10%;
	position:absolute;
	text-align:right;
	height:25%;
	width:30%;
}
.gmap_canvas {overflow:hidden;background:none!important;height:210%;width:110%;}

.naglowek{
	font-size: 30px;
}
@media only screen and (max-width: 1100px) {
   #mapa {
	   display: none;
		margin-top:100%;
   }
}