/* CSS Document */
/* CSS Komornik Sądowy przy Sądzie Rejonowym w Trzebnicy Małgorzata Garczyńska*/
/* CSS style=02 version=v0.2 */



/*  =========================  S T Y L E   R E S E T  =========================  */

* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1,4em;
	vertical-align: baseline;
	text-decoration: none;
	outline: 0;
	box-sizing: border-box;
}



/*  =========================  F O N T S  =========================  */

/*@font-face {
	font-family: 'Raleway-Thin';
	src: url('fonts/Raleway-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-ExtraLight';
	src: url('fonts/Raleway-ExtraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Light';
	src: url('fonts/Raleway-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Regular';
	src: url('fonts/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Medium';
	src: url('fonts/Raleway-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-SemiBold';
	src: url('fonts/Raleway-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Bold';
	src: url('fonts/Raleway-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-ExtraBold';
	src: url('fonts/Raleway-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Heavy';
	src: url('fonts/Raleway-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/


/*  =========================  M A P  =========================  */

#map {
	/* border: 1px #36d900 solid; */
	height: 619px;
	/* width: 450px; */
}

/*  =========================  B A S I C   E L E M E N T S  =========================  */

body {
	background: #d1d1d1;
	color: #242415;
	font-family: Calibri, Helvetica, sans-serif;
}

a[href^="mailto:"]{
	color: #242415;
}

.link {
	color: #242415;
	text-decoration: underline;
}


/*  =========================  P A G E   C O N T A I N E R  =========================  */

.page-wrapper {
	display: box;
	box-sizing: border-box;
	margin:0 auto;
	width: 1000px;
	max-width: 1000px;
}



/*  =========================  B A N N E R  =========================  */

.banner {
	display: block;
	box-sizing: border-box;
	position: relative;
	height: 420px;
	width: 1000px;
	background: url(images/banner.png) no-repeat top left;
	background-size: contain;
}

	header {
		display: block;
		box-sizing:border-box;
		position: absolute;
		margin: 15px 0 0 15px;
		color: #fcfce4;
	}

		.logo {
			display: block;
			box-sizing: border-box;
			margin: 0px;
			height: 100px;
			background: url(images/logo2_S.png) no-repeat top left;
			background-size: contain;
		}


/* 		header h1, header h2, header h3 {
			display: block; switch off display of text elements, beneath definition of replacing them images
		} */



	header h1 {
		display: block;
		float: left;
		margin-top: -100px;
		margin-left: 100px;
		font-size: 20px;
		line-height: 1;
		text-align: left;
		/*height: 50px; */
		width: 650px;
		/*background: transparent url(images/Header_H1.png) no-repeat top left;
		background-size: contain;*/
		}

	header h2 {
		display: block;
		float: left;
		margin-top: -60px;
		margin-left: 100px;
		font-size: 16px;
		line-height: 1.2;
		text-align: left;
		/*height: 50px; */
		width: 650px;
		/*background: transparent url(images/Header_H2.png) no-repeat top left;
		background-size: contain;*/
	}

	header h3 {
		display: block;
		float: left;
		margin-top: -30px;
		margin-left: 100px;
		font-size: 16px;
		line-height: 1.2;
		text-align: left;
		/*height: 50px; */
		width: 650px;
		/*background: transparent url(images/Header_H3.png) no-repeat top left;
		background-size: contain;*/
	}

	header h4 {
		display: block;
		float: left;
		margin-top: 00px;
		margin-left: 100px;
		font-size: 16px;
		line-height: 1.2;
		text-align: left;
		/*height: 50px; */
		width: 650px;
		/*background: transparent url(images/Header_H3.png) no-repeat top left;
		background-size: contain;*/
	}

/*  =========================  P A G E   C O N T E N T  =========================  */

.article {
	 /*border: 1px #36d900 solid; */
	display: block;
	position: static;
	box-sizing:border-box;
	margin: 30px 0px 30px 0px;
	min-height: 1550px;
	width: 1000px;
	max-width: 1000px;
}

	.article p {
		color: #242415;
		font-variant: small-caps;
		word-wrap: break-word;
		font-size: 12px;
		line-height: 2;
		text-align: left;
	}

	span.article_bold {
		line-height: 2;
		font-weight: bold;
	}

.article_section {
	/*border: 1px #d9d493 solid;*/
	display: block;
	box-sizing: border-box;

}

.article_col {
	/*border: 1px #00ff7f solid;*/
	display: block;
	float: left;
	margin: 15px 10px 0px 10px;
	width: 475px;
}

.article_content_title {
	/*border: 1px #ff2616 solid;*/
	border-bottom: 3px #372e2c solid;
	margin: 0px 20px 10px 20px;
	padding: 0px 5px 5px 10px;
}

	.article_content_title p {
		font-size: 20px;
		text-align: center;
	}

.article_content {
/*	border:1px #000 solid;*/
	display: block;
	box-sizing: border-box;
	margin: 10px 20px 10px 20px;
	padding-left: 15px;
	text-align: center;
}

	.article_content p {
		font-size: 12px;
		text-align: left;
	}

	.article_content_info {
		/*border: 1px #ff2616 solid;*/
		/* border-bottom: 3px #372e2c solid; */
		margin: 0px 20px 10px 20px;
		padding: 0px 5px 5px 10px;
	}

		.article_content_info p {
			font-size: 14px;
			text-align: center;
		}

	.article_content_col {
		/*border: 1px #8f85d7 solid;*/
		display: inline-block;
		float: center;
		margin: 5px 5px 5px 0px;
	}

.kontakt_section {
	/*border: 1px #d94fc5 solid;*/
	display: block;
	box-sizing: border-box;
	min-height: 355px;
}

	.information {
		display: block;
		margin: 15px 20px 15px 20px;
		padding: 5px 0px;
		/* height: 100%;*/
		width:0px auto;
		border-left: 3px solid #372e2c;
	}

	.about {
		display: block;
		margin: 15px 20px 15px 20px;
		padding: 5px 0px;
		height: 100%;
		width: 960px;
		/*border-left: 3px solid #372e2c;*/
	}

	.wplaty {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 5px 35px;
		box-sizing:content-box
		width: 1000px;
		/*border: 1px solid #ff2626;*/
	}

		.wplaty_content {
		width: 0px auto;
		/*border: 1px solid #b389ff;*/
		}

		.wplaty p {
			float: center;
			text-align: center;
		}

		.wplaty_col_L {
			display: inline-block;
			margin: 15px 0px 0px 10px;
			width: 450px;
			/*border: 1px solid #39ff40;*/
		}

			.wplaty_col_L p {
				text-align: right;
			}

		.wplaty_col_R {
			display: inline-block;
			margin: 15px 10px 0px 0px;
			width: 0px auto;
			/*border: 1px solid #7357ff;*/
		}

			.wplaty_col_R p {
			text-align: left;
			}

	.IT_info {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 5px 35px;
		box-sizing:content-box
		width: 1000px;
		/*border: 1px solid #ff2626;*/
	}

		.IT_info_content {
		width: 0px auto;
		/*border: 1px solid #b389ff;*/
		}

		.IT_info p {
			float: center;
			text-align: center;
		}

		.IT_info_col_L {
			display: inline-block;
			margin: 15px 0px 0px 10px;
			width: 180px;
			/*border: 1px solid #39ff40;*/
		}

			.IT_info_col_L p {
				color: #242415;
				font-variant: small-caps;
				word-wrap: break-word;
				font-size: 16px;
				line-height: 2;
				text-align: center;
			}

		.IT_info_col_R {
			display: inline-block;
			margin: 15px 10px 0px 0px;
			width: 0px auto;
			/*border: 1px solid #7357ff;*/
		}

			.IT_info_col_R p {
			text-align: left;
			font-size: 14px;
			}

.separator{
	/*border:1px #648934 solid;*/
	display: block;
	margin: 15px 0px 15px 0px;
	min-height: 10px;
	width: 960px;
	max-width: 960px;
}

	.list {
		display: block;
		margin-top: 10px;
		margin-left: 16px;
		margin-bottom: 10px;
		<!-- height: 800px; -->
		width: 100%;
		font: 12px Calibri;
		text-align: center-middle;
	}

		.list ul li {
			display: block;
			margin: 10px 10px 10px 10px;
			padding: 10px 10px 10px 10px;
			height: 20px;
			width: 600px;
			color: #424251;
		}

	.list a {
		display: block;
		text-align: left;
		transition: text-shadow .15s, padding .15s ease-in-out;
		-moz-transition: text-shadow .15s, padding .15s ease-in-out;
		-webkit-transition: text-shadow .15s, padding .15s ease-in-out;
	}

	.list a:hover {
		padding: 2px 2px;
		color: #aaaaaa;
		text-shadow: -2px -2px #aaaaaa;
	}

	.list a:visited {
		color: #868695;
	}


/*  =========================  T A B L E  =========================  */

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	text-align: left;
	padding: 4px;
	font: 13px Calibri;
	font-variant: small-caps;
	border: 1px solid #372e2c;
}

tr:nth-child(even){background-color: #ffffff}

th {
	background-color: #372e2c;
	color: white;
}
/*  =========================  N A V I G A T I O N   B A R  =========================  */

.navbar {
	display: block;
	box-sizing:border-box;
	position: relative;
	height:26px;
	width: 1000px;
	background-color: #151311;
	text-align: justify;
	font: 12px Calibri;
	font-variant: small-caps;
	z-index: 50;
}

.navbar ul {
	list-style-type: none;
	overflow: hidden;
}

.navbar li {
	display: block;
	box-sizing:border-box;
	float: left;
	width: 20%;
}

.navbar a {
	display: block;
	padding: 4px 0px;
	transition: background .5s, color .5s, padding .15s ease-in-out;
	-moz-transition: background .5s, color .5s, padding .15s ease-in-out;
	-webkit-transition: background .5s, color .5s, padding .15s ease-in-out;
	color: #ffffff;
	text-align: center;
}

.navbar a:hover {
	padding: 8px 0px;
	background-color: #010101;
	color: #ffffff;
}

.navbar li a.active {
	padding: 8px 0px;
	background-color: #010101;
	box-sizing:border-box;
	color: #ffffff;
}

	.navbar-dropdown li {
		display: inline-block;
	}

	.navbar-dropdown li a {
		display: block;
		padding: 4px 0px;
		text-decoration: fade;
		text-align: center;
		color: #010101;
	}

	.navbar-dropdown:hover .navbar-dropdown-btn {
		display: block;
		padding: 12px 0px;
		background-color: #010101;
	}

		.navbar-dropdown-btn li a {
			display: inline-block;
			text-decoration: none;
			text-align: left;
		}

		.navbar-dropdown-content {
			display: none;
			position: absolute;
			margin-top: -1px;
			margin-left: 25px;
			border: 1px solid #010101;
			float:left;
		}

		.navbar-dropdown-content a {
			display: block;
			padding: 12px 30px;
			width:140px;
			height:62px;
			background-color: #ffffff;
			text-decoration: none;
			text-align: left;
			color: #080707;
		}

		.navbar-dropdown-content a:hover {
			padding: 12px 30px;
			height:62px;
			background-color: #000000;
		}

		.navbar-dropdown:hover .navbar-dropdown-content {
			display: block;
		}

/*  =========================  O B W I E S Z C Z E N I E  T A B E L A  =========================  */

.obwieszczenie_tabela {
	/*border: 1px solid #000000;*/
	display: block;
	box-sizing:border-box;
	position: relative;
	min-height: 900px;
	width: 1000px;
	text-align: justify;
	font-variant: small-caps;
}
.obwieszczenie_tabela p {
	text-align: center;
	color: white;
}

.obwieszczenie_tabela ul {
	list-style-type: none;
	overflow: hidden;
}

.obwieszczenie_tabela li {
	display: block;
	box-sizing:border-box;
	float: left;
}

.obwieszczenie_tabela_Naglowek{
	border: 1px solid #000000;
	display: block;
	box-sizing:border-box;
	height: 25px;
	background-color: #372e2c;
	color: white;
}
			.obwieszczenie_tabela_naglowek_Numer {
				border-right: 1px solid #000000;
				display: inline-block;
				float: left;
				margin: 0px 0px 0px 0px;
				width: 45px;
			}
			.obwieszczenie_tabela_naglowek_Data {
				border-right: 1px solid #000000;
				display: inline-block;
				float: left;
				margin: 0px 0px 0px 0px;
				width: 75px;
			}
			.obwieszczenie_tabela_naglowek_Godzina {
				border-right: 1px solid #000000;
				display: inline-block;
				float: left;
				margin: 0px 0px 0px 0px;
				width: 65px;
			}
			.obwieszczenie_tabela_naglowek_Sygnatura {
				border-right: 1px solid #000000;
				display: inline-block;
				float: left;
				margin: 0px 0px 0px 0px;
				width: 100px;
			}
			.obwieszczenie_tabela_naglowek_Opis {
				border-right: 1px solid #000000;
				display: inline-block;
				float: left;
				margin: 0px 0px 0px 0px;
				width: 325px;
			}
			.obwieszczenie_tabela_naglowek_Miejsce {
				display: inline-block;
				float: left;
				margin: 0px 0px 0px 0px;
				width: 383px;
			}

.obwieszczenie_tabela_wiersz_Nieparzysty{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;
	background-color: #ffffff;
	min-height: 55px;
}

.obwieszczenie_tabela_wiersz_Nieparzysty p{
	text-align: center;
	color: black;
}

.obwieszczenie_tabela_wiersz_Nieparzysty:hover, .obwieszczenie_tabela_wiersz_Parzysty:hover {
	display: block;
	transition: background-color .5s, color .5s, border-width .15s ease-in-out;
	-moz-transition: background-color .5s, color .5s, border-width  .15s ease-in-out;
	-webkit-transition: background-color .5s, color .5s, border-width  .15s ease-in-out;
	background-color: #838080;
}

.obwieszczenie_tabela_wiersz_Parzysty{
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;
	background-color: #bcb9a8;
	min-height: 55px;
}

.obwieszczenie_tabela_wiersz_Parzysty p{
	text-align: center;
	color: black;
}


.obwieszczenie_tabela_Numer {
	border-right: 1px solid #000000;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 45px;
	min-height: 55px;
}

.obwieszczenie_tabela_Data {
	border-right: 1px solid #000000;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 75px;
	min-height: 55px;
}

.obwieszczenie_tabela_Godzina {
	border-right: 1px solid #000000;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 65px;
	min-height: 55px;
}

.obwieszczenie_tabela_Sygnatura {
	border-right: 1px solid #000000;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 100px;
	min-height: 55px;
}

.obwieszczenie_tabela_Opis {
	border-right: 1px solid #000000;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 325px;
	min-height: 55px;
}

.obwieszczenie_tabela_Miejsce {
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 383px;
	min-height: 55px;
}



/*  =========================  F O O T E R  =========================  */

footer {
	box-sizing: border-box;
	/*position: relative;*/
	width: 1000px;
	height: 80px;
	background: #151311;
	color: #aaaaaa;
	font: 12px Calibri;
	font-variant: small-caps;
	line-height: 2;
}


.footer_content{
	font: 12px Calibri;
	font-variant: small-caps;
	color: #aaaaaa;
	text-align: center;
	padding-top: 10px;
}

span.footer_bold {
	font: 12px Calibri;
 }

	span.footer_bold a{
		font: 12px Calibri;
		font-variant: small-caps;
		color: #aaaaaa;
	}

	.footer_copyright
	{
		position: absolute;
		float: left;
		margin: 18px 10px 10px 10px;
		height: 22px;
		width: 350px;
		text-align: left;
	}

	.footer_project
	{
		float: right;
		margin: 18px 10px 10px 10px;
		height: 22px;
		width: 150px;
		text-align: right;
	}



/*  =========================  G A L L E R Y  =========================  */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #aaaaaa;;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
transition: background .5s, color .5s, padding .15s ease-in-out;
-moz-transition: background .5s, color .5s, padding .15s ease-in-out;
-webkit-transition: background .5s, color .5s, padding .15s ease-in-out;
background-color: #ffffff;
}

.thumbnail:hover img{
/*border: 1px solid blue;*/
transition: background .5s, color .5s, padding .15s ease-in-out;
-moz-transition: background .5s, color .5s, padding .15s ease-in-out;
-webkit-transition: background .5s, color .5s, padding .15s ease-in-out;
background-color: #ffffff;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
/*left: -1000px;*/
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -550px;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


/*  =========================  RODO_list  =========================  */

.RODO_row:after{
	float: left;
	padding: 10px;
}


.RODO_col{
	content: "";
	display:  table;
	clear: both;
}

.RODO_col.left {
	text-align: center;
	width: 100%;
}

.RODO_col.right{
	text-align: justify !important;
	width: 100%;
	margin-left:15px;
}

.RODO_col_info{
	margin-top: -10px;
	margin-left: 35px;
	font-style: italic;
	color: grey;
}
