﻿#prev, #next
{position:absolute;
	top:50%;
	width:20px;
	color:white;
	font-size:24px;
	left:10%;
}

#prev:hover, #next:hover
{background-color:red;
	color:black;
}



#odleglosc td
{border: 1px solid black;
  border-collapse: collapse;
	
	padding:5px;
}
#odleglosc th
{font-size:24px;
	border: 1px solid black;
  border-collapse: collapse;
	
	
	padding:5px;
}
#odleglosc 
{
	
  border-collapse: collapse;

	background-color:yellow;
	
}


#okolica
{position:relative;
margin-top:320px;
}
#okolica a:hover .opis
{color:red;
	background-color: rgb(60, 60, 60);
}
#grupa
{position:absolute;
width: 320px;
height: 200px;
top: 120px;
right: 350px;
}

#maps
{width:90%;

}



.pics {  
    height:  535px;  
    width:   635px;  
    padding: 0;  
    margin:  0;  
	margin-left:auto;
	margin-right:auto;
	cursor:  pointer;
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    max-width:  600px; 
    max-height: 500px; 
    	margin-left:auto;
	margin-right:auto;
	!top:  0; 
   ! left: 0 
} 
#s1
{
	width:200px;
}
.okladka
{
max-width: 100%;

}
.cennik_okladka
{
width:940px;
margin-left:auto;
margin-right:auto;
font-family: 'Andika', sans-serif;
background-color: #80baee;
padding-left:30px;
padding-right:30px;
position:relative;

}
#almatur
{
width: 350px;
opacity: 0.9;
position: absolute;
top: 10%;
right: 5%;
color:black
}
.opis_reklama
{
	position:absolute;
	top:0px;
	background-color:rgba(60,60,60,0.5);
	
	filter: alpha(opacity=50); /* For IE8 and earlier */
	width:100%;
    z-index:2;
}	
#almatur:hover
{
	
	opacity:1;
	color:blue;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	
}	

#telefon
{
	color:blue;
	animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate; 
}


@keyframes example {
  from {color: blue; font-size:20px;}
  to {color: red; font-size:25px;}
}

footer
{
	
	width:100%;
	background-color:#f0f046;
	!height: auto;
}
.stopek
{
	width:1000px; height: 152px;
	margin-left: auto; margin-right: auto;
	
}
.stopek_kafel
{
	width: 23.3%;
	height:auto;
		float: left;
	border-right: 2px solid #eaea66;
	font-size:20px;
	color:blue;
	border-radius:5px;
	padding-left:15px;
}

#witaj
{
position:relative;
width: 100%;
text-align: center;
background-image:url(fotki/tlo1.jpg);
height:80vh;	
color:blue;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
font-family: 'Andika', sans-serif;
}

#witaj h1
{
	position:absolute;
	top:60%; left:10%;
	font-size:50px;
	background-color:yellow;
	opacity:0.7;
	padding:0px 20px 0px 20px;
}
h1
{
	margin-top: 0px;
margin:auto;
}
header
{
	width: 100%;
     height:70px;
	 text-align: center;
     background-color:  #f0f046;
     margin-bottom: 0;
     font-family: 'Andika', sans-serif;
     clear:both;
	 padding-top:20px;
	 box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
	 z-index:5
}

nav
{
	width:1000px; height: 48px;
	margin-left: auto; margin-right: auto;
	
}
.kafle
{
position:relative;
width:500px;
height:300px;
float:left;
padding-right:5px;
}	


#onas {
	text-align: center; 
	font-size: 18px; 
	font-family: Arial;
	color:white;
	width:1010px;
	margin-left:auto;
	margin-right:auto;

	}
.opis
{
	position:absolute;
	bottom:20px;
	background-color:rgba(60,60,60,0.5);
	!opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	max-width:500px;
    z-index:2;
}	


body
{background-color: #508ff2;
margin: 0;

}

#logo
{
	width: 400px;
	height: 52px;
border-radius:5px;
	float: left;
}
#logo a:hover
{
	background-color:#aaa3f9;
}
 a
{
	text-decoration:none;
	color:inherit;
}

.flaga
{
	width: 48px;
	height: 48px;
	float: right;
	padding-right:10px;
}
.nawigacja
{
	width: 100px;
	padding:10px;
		float: left;
	border-right: 2px solid #eaea66;
	font-size:20px;
	color:blue;
	border-radius:5px;
}
.nawigacja:hover
{
	background-color: #aaa3f9;
}
.nawigacjakontakt
{
	width: 100px;
	padding:10px;
		float: left;
	background-color: blue;
	font-size:20px;
	color:white;
	border-radius:5px;
}