@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,200,600,700);


BODY {
	font-family: 'Titillium Web', sans-serif;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

.section{
	text-align:center;
	background: url(imgs/background.jpg) center center no-repeat;
}



#menu {
	position: absolute;
	top:0; left:0;
	height: 50px;
	width: 100%;
	background: white;
	z-index: 99999;
	border-bottom: solid 3px gray;
}
#menu ul {
	display: flex;
	list-style: none;
	float: right;
	margin-right:30px;
}
#menu ul li {
	padding-left: 20px;
	padding-right: 20px;
}
#menu ul li a {
	background: #2ab69d;
	color: white;
	text-shadow: 1px 1px 1px gray;
	padding:5px;
	margin: -5px;
	white-space:nowrap;
	-moz-border-radius:5px; /* FF */
	-webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
	-khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
	border-radius:5px; /* pozostałe przeglądarki */
}

#menu ul li a:hover {background: antiquewhite; color: black; text-shadow: none;}

#osoba1 {
	height: 50%;
	padding-top: 70px;
	margin: 0 auto;
	margin-top: 45px;
	width: 1100px;
}	

.zdjecie1 {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	border: solid 4px #f1c40f;
	float: left;
}
#opis1 {
	width: 700px;
	height: 228px;
	background: #f1c40f;
	float: left;
	margin-left: 10px;
	border-radius: 10px;
	z-index: 9999;
	position: relative;
	text-align: justify;
	padding: 10px;
}
#opis1 p {
	font-size: 10pt;
	font-family: arial;
	margin-top: 0;
	color: #32322f;
}
#certyfikaty1 {
	background: gray;
	width: 220px;
	height: 228px;
	float: left;
	border-radius: 10px;
	z-index: 0;
	margin-left: -55px;
	margin-top: 8px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 5px;
}
#certyfikaty1 img {margin-top: -5px;}

#osoba2 {
	height: 50%;
}	

.slideshow {
	
}

h1 {
	font-weight: normal;
	font-size: 44pt;
	margin: 0;
	text-shadow: 1px 1px 2px #666;
	color: #32322f;
}
h2 {
	font-weight: normal;
	font-size: 24pt;
	margin: 0;
	text-shadow: 1px 1px 2px #666;
	color: #29ace9;
}
h3 {
	color: white;
	text-shadow: 1px 1px 2px #808080;
	font-weight: 600;
	font-size: 13pt;
	text-transform: uppercase;
	margin: 0;
}
a{color: inherit; text-decoration: none;}
div.bx-controls.bx-has-pager {display: none;}

.mainlogo {
	background: #2ab69d;
	background: -moz-linear-gradient(top,  #2ab69d 0%, #218f7c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ab69d), color-stop(100%,#218f7c));
	background: -webkit-linear-gradient(top,  #2ab69d 0%,#218f7c 100%);
	background: -o-linear-gradient(top,  #2ab69d 0%,#218f7c 100%);
	background: -ms-linear-gradient(top,  #2ab69d 0%,#218f7c 100%);
	background: linear-gradient(to bottom,  #2ab69d 0%,#218f7c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab69d', endColorstr='#218f7c',GradientType=0 );
	height: 183px;
	width: 100%;
	margin-top: -18% ;
	text-align: center;
	line-height: 183px;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.3);
box-shadow: 3px 3px 5px 2px rgba(0,0,0,0.3);
}

.menu-dol {
	position: absolute;
	width: 80%;
	margin:0 auto;
	top:0;
	margin-top: 27%;
	left:0; right: 0;
	z-index: 99999;
	margin-bottom:0;
}
.menu-dol p {
	color: white;
	font-size: 9pt;
	font-family: arial;
	text-align: justify;
	padding: 8px;
	margin-top: -8px;
	overflow: hidden;
}
.menu-dol h3 {
	text-align: left;
	padding-left: 8px;
	padding-top:8px;
	text-shadow: 1px 1px 2px #363636;
}

#opis1 li {font-size: 10pt;
font-family: arial;
color: lightgray;
margin-bottom: 7px;
}

#dane table tbody tr {line-height: 12px;}

@media screen and (max-width:1024px)
{
	p, li{font-size:8pt !important;}
	.main-logo{margin-top:-26%;}
	.menu-dol{margin-top:36%;}
	#opis1{width: 620px;}
	#menu li{font-size: 11pt !important;}
	#section1 #menu ul{margin-right: 95px;}
	#section2 p img{max-width: 210px; margin-top: 25px;}
	#dane{ margin-right: -53px; margin-top: 427px !important;}
	
}


