@charset "utf-8";
/* CSS Document */


/* ~~ RESET ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	
	font-size: 1em;
}
a img { 
	border: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* ~~ REUSABLE ~~ */

.hide {
	text-indent: -998em;
	height: 0px;
}

.hidenh {
	text-indent: -998em;
}


/* ~~ LINKI ~~ */
a:link {
	color: #3b261a;
}
a:visited {
	color: #3b261a;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ LAYOUT ~~ */

html {
	background: #fff url(_img/bg.jpg) no-repeat top center;
	}

body {
	margin: 0px;
	font-size: 1em; 
	font-family: Tahoma, Helvetica, sans-serif;
	padding: 0px;
}

#content { 
	width: 80%; 
	min-width: 800px;
	margin: 0px auto;
}

/* HEADER */

header {
	background-color: #fff;
	top: 0;
	width: 100%;
	height: 55px;
	border-bottom: 3px solid #fff;
}

/* HEADER - NAWIGACJA */

header nav ul {
	width: 900px;
	margin: 0 auto;
}

header nav ul li {
	float: left;
	margin: 0 auto;
	
}

header nav ul a {
	display: block;
	width: 150px;
	height: 55px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	font-size: 1.15em;
	font-family: 'InfoText', Tahoma;
	transition:.2s ease-in-out;
}

header nav ul a:hover {
	color: #b7b7b7;
}

header nav .aktywny a { border-bottom: 2px solid #3b261a;}


/* TREŚĆ */

#tresc {
	margin-top: 481px;
	background-color: #fff;
	min-height: 180px;
	font-family: Tahoma, Helvetica, sans-serif;
}

.tresciowy {
	padding: 40px 0px 30px 0px;
	font-size: 1em;
	color: #3b261a;
}

.kontaktowy {
	padding: 40px 0px 30px 0px;
	font-size: 1.1em;
	color: #3b261a;
	text-align: center;
}

.kontaktowy h1 {
	font-size: 1.2em;
}

.kontaktowy h2 {
	display: inline;
}

.salon {
	width: 100%;
	text-align: center;
	padding: 40px 0px 30px 0px;
	font-size: 1em;
	color: #3b261a;
}

.salon p {
	text-align: left;
	padding: 10px 0px 10px 100px;
}

.srodek {
	text-align: center;
}

.podkresl {
	text-decoration: underline;
}

.salon ul {
	text-align: left;
	padding-left: 200px;
	padding-top: 10px;
}

.salon li {
	list-style-type: circle;
}

.salon img {
	margin: 30px 0px 0px 0px;
	max-width:850px;
	max-height: 425px;
	border: 4px solid #b7b7b7;
}

.atuty {
	width: 33%;
	min-width: 180px;
	height: 300px;
	float: left;
	text-align: center;
}

.atuty h1 {
	font-size: 1.3em;
	font-weight: lighter;
}

#foto {
	width:100%;
	height: 530px;
	background: #fff url(_img/zdjecie.jpg) no-repeat top center;
}

#foto2 {
	width:100%;
	height: 530px;
	background: #fff url(_img/zdjecie2.jpg) no-repeat top center;
}

/* PERSONEL */


.opis {
	width: 50%;
	min-width: 360px;
	float: left;
	text-align: center;
}

.opis p{
		padding: 30% 0% 0% 0%;
}

.zdj {
	width: 50%;
	min-width: 360px;
	float: left;
}


.zdj img{
	margin: 8% 8% 8% 20%;
	border: 4px solid #b7b7b7;
}

hr {
	clear: both;
}


/* ZABIEGI */


article a, a h1{
	position: relative;
	font-weight: lighter;
	font-size: 1.1em;
	text-decoration: none;
	transition:.2s ease-in-out;
	text-decoration: none;
}

article h1 {
	text-align: center;
	width: 100%;
	padding: 15px;
	background-color: rgba(0,0,0,.05);
}

article h1:hover {
	background-color: rgba(0,0,0,.02);
}

article div
{
	max-height: 0;
    opacity: 0;
}

article a h1:hover {
	color: #b7b7b7;
}

:target + div {
    padding: 10px 15px;
}

article #art1:target + div,
article #art2:target + div,
article #art3:target + div,
article #art4:target + div,
article #art5:target + div,
article #art6:target + div,
article #art7:target + div,
article #art8:target + div,
article #art9:target + div {	
	max-height: 100%;
    opacity: 1;
	transition:.5s ease-in-out;
}

/* CENNIK */

.cennik {
	padding: 40px 0px 30px 0px;
	font-size: 1em;
	color: #3b261a;
}


.cennik table {
	margin: 0 auto;
	border: 0px;
	width: 100%;
}


.bez:hover {
	background-color: rgba(0,0,0,.0);
	color: #3b261a;
}

tr:hover {
	background-color: rgba(0,0,0,.02);
	color: #529f39;
	transition:.4s ease-in-out;
}


.dzialy {
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 10px;
	background-color: rgba(0,0,0,.05);
	
}

.nazwy {
	padding: 20px;
	border-left: 0.5px solid #529f39;

}

.ceny {
	padding: 20px;
	min-height: 50px;
	text-align: center;
}


/* FOOTER */

footer {
	clear: both;
	font-size: 0.85em;
	height: 80px;
	color: #b0b0b0;
}

.srodek {
	width: 80%;
	min-width: 800px;
	margin: 0 auto;
	padding: 10px;
}

footer ul li {
	float: left;
	width: 90px;
}

footer ul li a {
	display: block;
	height: 55px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	transition:.2s ease-in-out;
}

footer ul li a:hover {
	color: #b7b7b7;
}

footer .aktywny a {
	text-decoration: underline;
}

footer p {
	float: right;
	line-height: 60px;
	font-family: Tahoma, Helvetica, sans-serif;
}




