/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Global properties ======================================================== */
body { 
	background:#e1e1e1; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#899a9d;
}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container_24 {
	font-size:.8125em;
}

	/* Header */
	header{
		height:74px;
		background:url(../images/header-tail.gif) 0 0 repeat-x #101010;
		border-bottom:4px solid #ccc;
	}
	
	/* Content */
	#content {
		background:#ececec;
		width:100%;
		padding:46px 0 50px 0;
	}


/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

.wrapper-medium {
	padding-top:75px;
	float: left;
}


.wrapper-text {
	float: left;
	padding-right: 25px;
	text-align:center;
}

.inside{ padding: 20px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:0 26px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:18px;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#37add6; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:26px;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
	color:#3b3b3b;
	font-style:italic;
	padding:9px 0 0 0;
	margin-bottom:21px;
}
h3 {
	font-size:11px;
	text-transform:uppercase;
	color:#fff !important;
	border-bottom:1px solid #fff;
	position:relative;
	padding:6px 0 14px 60px;
	height:1%;
	margin-bottom:22px;
	line-height:18px !important;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .3);
}
	h3 img {
		position:absolute;
		left:0;
		top:0;
	}
h4 {
	font-size:1em;
	color:#2b2b2b;
	margin-bottom:1em;
}
h5 {
	font-size:1em;
	color:#2b2b2b;
}
h6 {
	font-size:.91em;
}

.link1 { 
	background:url(../images/bull-1.gif) no-repeat 0 7px;
	padding:0 0 0 13px;
	font-size:16px;
	line-height:1.2em;
	color:#010101;
}
.link2 {
	color:#37add6;
	font-size:14px;
	line-height:20px;
	font-style:italic;
}
	

.button { 
	display:inline-block;
	position:absolute;
	font-size:11px;
	color:#fff;
	padding:0 21px 0 21px;
	line-height:40px;
	background-image:url(../images/button-shad.png);
	background-repeat:repeat-x;
	background-position:0 100%;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	behavior:url(js/PIE.htc);
}
	.button span {
		display:block;
		background:url(../images/blink.png) no-repeat 0 0;
		width:75px;
		height:13px;
		overflow:hidden;
		position:absolute;
		left:50%;
		top:-4px;
		margin-left:-38px;
	}
.button:hover {
	text-shadow:0 0 5px #fff;
}

.separator { 
	background:url(../images/separator.gif) 0 0 repeat-x;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 25px 0;
}


/*==================boxes====================*/
.box {
	background-image:url(../images/box-bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:20px 19px 53px 19px;
	line-height:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
}
	.box a {color:#fff;}
	.box .button {
		right:19px;
		bottom:-19px;
	}
	
.box.color1 {
	background-color:#95b603;
	color:#dbe7a8;
}
	.box.color1 h3 {
		border-color:#b2cd3f;
	}
	.box.color1 .button {
		background-color:#a1c501;
	}
.box.color2 {
	background-color:#52afed;
	color:#c2e2f8;
}
	.box.color2 h3 {
		border-color:#7ec3f0;
	}
	.box.color2 .button {
		background-color:#61baf4;
	}	
.box.color3 {
	background-color:#eb3d25;
	color:#f7c1ba;
}
	.box.color3 h3 {
		border-color:#ea7566;
	}
	.box.color3 .button {
		background-color:#f7543d;
	}	
.box.color4 {
	background-color:#60124b;
	color:#e8a4d5;
}
	.box.color4 h3 {
		border-color:#863870;
	}
	.box.color4 .button {
		background-color:#79185f;
	}
	.box .inner { 
		padding:0 3px 0 11px;
	}
	.box .inner1 { 
		padding:0 3px 0 11px;
		color:black;
	}

/*--- box1 ---*/
.box1 {
	background:#e5e5e5;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(js/PIE.htc);
	position:relative;
	padding:5px 10px 45px 10px;
	height:200px;
}
	.box1 h2 {
		padding-top:0;
	}


.address { 
	float:left;
	margin-right:25px;
}
	.address dt {
		margin-bottom:18px;
	}
	.address dt:first-line {color:#000; font-weight:bold;}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:80px;
		}



/*===== header =====*/
header .logo {
	position:absolute;
	left:0;
	top:5px;
	background:url(../images/logo.gif) no-repeat 5px 0;
	padding:10px 0 0 53px;
}
	header .logo h1 {
		font-size:42px;
		line-height:1em;
		color:#dadada;
		font-family:"Times New Roman", Times, serif;
		font-weight:normal;
		font-style:italic;
	}
		header .logo h1 a {
			color:#dadada;
			text-decoration:none;
		}
	header .logo span {
		display:block;
		font-size:10px;
		text-transform:uppercase;
		margin-top:-5px;
		color:#5a6466;
	}


header nav {
	position:absolute;
	right:20px;
	top:15px;
}
	header nav li {
		float:left;
		padding-left:10px;
	}
		header nav li a {
			float:left;
			font-size:19px;
			line-height:1.2em;
			font-family:"Times New Roman", Times, serif;
			color:#d6d6d6;
			text-decoration:none;
			font-style:italic;
			padding:10px 20px 20px 20px;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			behavior:url(js/PIE.htc);
			position:relative;
		}
		header nav li a:hover, header nav li a.current {
			background:#ececec;
			color:#1d1d1d;
		}

/*===== content =====*/
#content .row {
	border-bottom:5px solid #e3e3e3;
	padding-bottom:30px;
	margin-bottom:10px;
}

.extra-box{
float:left;
padding-right:10px;
}
	
	.extra-list {
		padding-bottom:18px;
	}
	.extra-list li {
		padding-bottom:6px;
		padding-right:10px;
		width:100%;
	}
		.extra-list li a {
			position:relative;
			display:block;
			border:1px solid #fff;
			padding:17px 0 17px 60px;
			font-size:16px;
			background:url(../images/list-tail.gif) 0 0 repeat-x #efefef;
			height:1%;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			text-decoration:none;
			behavior:url(js/PIE.htc);
			color:black;
		}
		.extra-list li a:hover {background:#fff;}
			.extra-list li a img {
				display:block;
				position:absolute;
				left:24px;
				top:14px;
			}
	
	.list1 {
		margin-bottom:1em;
	}
		.list1 li {
			line-height:20px;
			font-size:14px;
		}
			.list1 li a {
				font-style:italic;
			}

/*===== footer =====*/
footer {
	border-top:1px solid #c5c5c5;
	color:#969696;
	padding:50px 0 50px 0;
}
	footer .container_24 {
		font-size:.75em;
	}
		footer nav ul {
			margin-left:-5px;
			padding-bottom:.5em;
		}
			footer nav ul li {
				display:inline;
			}
				footer nav ul li a {
					padding:0 8px 0 5px;
					color:#56514c;
				}

	footer a {
		color:#969696;
		text-decoration:none;
	}
	footer a:hover {
		text-decoration:underline;
	}
		footer span {
			color:#000;
		}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	padding-top:20px;
}
	#contacts-form label {
		display:block;
		height:70px;
		overflow:hidden;
		font-weight:bold;
	}
		#contacts-form strong {
			color:#373732;
		}
		#contacts-form input {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:215px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:3px 0 3px 5px;
			width:310px;
			overflow:auto;
			height:155px;
			margin-bottom:18px;
		}

.image_border{
 margin:20px;
float:left;	
}

.gallery
{
	clear:both;	
}
		
/*==========================================*/


#hamburger {
	font-size: 30px;
	display: none;
	background: none;
	border: none;
	cursor: pointer;
  }
  
  /* Styl dla menu */
  #menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
  }
  
  /* Ukrycie menu na urządzeniach mobilnych */
  @media (max-width: 768px) {
	#hamburger {
	  display: block;
	}
  
	#menu ul {
	  display: none;
	  flex-direction: column;
	  position: absolute;
	  background-color: #333;
	  width: 100%;
	  top: 50px;
	  left: 0;
	}
  
	#menu ul li a {
	  display: block;
	  padding: 10px;
	  color: #fff;
	  text-decoration: none;
	}
  }