body{
width:100%;
margin:0 auto;
text-align:left;  
font-family: 'Lato', sans-serif;
font-weight:400;
color: #2d3330;
font-size: 14px;
background-color:#fff;

}
a{
text-decoration:none;
color: #2d3330;

}
.dn{
display:none;
}
.fl{
float:left;
}
.fr{
float:right;
}
.oa{
overflow: auto;
}
div{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.center{
width:1000px;
margin: 0 auto;
position:relative;
}

#head{
	height:390px;
}
#head #logo{
	position:absolute;
	top:0;
	left:0;
}
#head #menu{
	position:absolute;
	top:75px;
	left:170px;
	width:830px;
	height:55px;
	background-color:#046f32;
	display: table;
	padding:0;
	margin:0;
	line-height:55px;
	font-size:15px;
	font-weight:bold;
}
#head #menu li {
	position:relative;
    display: table-cell;
	height:55px;
}
#head #menu a {
    display: block;
    text-align: center;
    margin: 0 10px;
	color:#fff;
}
#head #menu a:hover, #head #menu .active {
    border-bottom:3px solid #fffd00;
	height:52px;
}
#head #menu .submenu{
	position:absolute;
	top:55px;
	left:0;
	width:100%;
	background-color:#046f32;
	z-index:20;
	display:none;
}
#head #menu .submenu a{
	text-align:left;
	border:none;
	height:55px;
}
#head #menu li:hover .submenu{
	display:block;
}

#head #text{
	position:absolute;
	left:200px;
	top:20px;
	font-size:16px;
	color:#01923f;
	font-weight:bold;
	text-align:center;
}
#head #img{
	position:absolute;
	left:0;
	bottom:0;
	width:1000px;
	height:250px;
	background-image: url("/img/banner1.jpg");
}

#tresc{
	margin-top:10px;
	line-height:26px;
	font-size:14px;
}
.page_left{
	width:675px;
	float:left;
}
.page_right{
	width:315px;
	float:right;
}
.page_right .tresc{
	background-color:#ebebeb;
	padding:10px;
}
.page_right .tresc h3{
	color:#046f32;
}
.naglowek {
	width:100%;
	font-size:28px;
	color:#01923f;
	border-bottom:3px solid #01923f;
}

.aktualnosc{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #046f32;
	font-size:20px;
	position:relative;
	width:100%;
}
.aktualnosc .txt{
	margin-left:20px;
	margin-top:50px;
}
.aktualnosc .more{
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:12px;
}

.gal_min{
	width: 200px;
	height: 150px;
}
.tab_min{
	width: 100px;
	height: 100px;
}
.round_min{
	width: 160px;
	height: 160px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/img/logo.png");
}
.round_min2{
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/img/logo.png");
}

.podstrony_round{
	text-align:center;
	margin-top:20px;
	margin-right:10px;
	margin-left:10px;
	width: 200px;
}
.galeria_list{
	margin-top:20px;
}


.kontakt_locate{
	background-image: url("/img/ico_locate.png");
	background-repeat:no-repeat;
	background-position: 5px center; 
	min-height:25px;
	padding-left:30px;
	margin-top:15px;
}
.kontakt_tel{
	background-image: url("/img/ico_tel.png");
	background-repeat:no-repeat;
	background-position: 5px center; 
	min-height:25px;
	padding-left:30px;
	margin-top:15px;
}
.kontakt_email{
	background-image: url("/img/ico_email.png");
	background-repeat:no-repeat;
	background-position: 5px center; 
	min-height:25px;
	padding-left:30px;
	margin-top:15px;
}

.promo{
	width: 200px;
	height: 200px;
	margin-left:20px;
	margin-top:20px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: contain;
	/*background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 100%;*/
	background-image: url("/img/logo.png");
	position:relative;
	text-align:center;
}

.promo .nazwa{
	background-color:rgba(255,255,255,0.8);
	font-weight: bold;
	color:#000;
	position: absolute;
    bottom: 0;
	left:0;
	text-align:center;
	width: 100%;
	z-index:20;
}
.promo .cena{
	width: 105px;
    height: 105px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/cena.png");
    position: absolute;
    right: -10px;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
	z-index:19;
}
.promo .cena .zl{
    position: absolute;
    right: 12px;
    top: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


#footer{
	height:50px;
	line-height:50px;
	background-color:#ebebeb;
	color:#898989;
	margin-top:20px;
	padding-left:20px;
	padding-right:20px;
}
#footer a{
	color:#898989;
}