
html, body {
	height: 100%;
	width: 100%;
}
html {
	background-color:#fff;
}
body {
	background-image:url('image/tlo.jpg');
	background-repeat:repeat;
	overflow-x: hidden;
}

h1 , a  {
	display:block;
	font-family:Raleway , sans-serif;
}

p , .main_baner li {
	font-family: 'Cutive Mono', monospace;
	font-size: 1.1em;
	word-wrap:break-word;
}

hr {
  display:block;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0.5em;
  margin-left:50%;
  border-width:2px;
  border-style:solid;
  border-color:#b21309;
}

hr.realizacje {
	margin-left:40%;
	margin-right:40%;
	margin-bottom:20px;
}

img.logo {
	display:block;
	margin-left:auto;
	margin-right:auto;

	padding: 8px 26px;
	margin-top:5px;
	margin-bottom:25px;
	box-shadow:0px 6px 20px -1px #000;
	background:#fff;
}

img.foto_baner_txt {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.realizacje {
	width:100%;
}
.baner_tekstowa {
	width:60%;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	border: 1px solid #eae8e8;
}
.tekst_box {
	display:flex;
	flex-direction:column;
	justify-content:center;
    align-items:flex-end;
	width:30%;


}

div.tekst_box ul {
	list-style-type:none;
	line-height:2em;
	text-align:right;
}

div.tekst_box li {
	position:relative;
}

div.tekst_box img{
	position:absolute;
	bottom:7px;
	right:-42px;

}

.main_baner {
	display:flex;
	flex-wrap:wrap;
}

.main_baner li {}

.picture_box{
	position:relative;
	width:70%;
	display:flex;
	justify-content:center;
	z-index:-1;
}

h1::before {
	background:#b21309;
	display:block;
	width:1.3em;
	height:1.3em;
	content:"/";
	font-size:0.5em;
	font-weight:bold;
	color:#fff;
	line-height:1.3em;
	text-align:center;
}

div.uslugi {
	display:flex;
	cursor: pointer;
}

div.uslugi a:first-child {
	margin-right:1em;
}

.uslugi a {
	display:block;
	box-sizing:border-box;
	target:_blank;
	border:solid 2px #044257;
	padding:5px 15px;
	text-decoration: none;
	box-shadow:0px 6px 20px -1px #000;
	color:#044257;
}
.uslugi a:link, .uslugi a:visited, .uslugi a:focus, .uslugi a:active {
	color:#044257;
}
.uslugi a:hover {
	background:#044257;
	color:#fff;
}

.firma {
	position:relative;
}

.nasze_uslugi , .tekstowa_opis {
	display:flex;
	flex-direction:column;
	justify-content:center;
    align-items:center;
	width:60%;
	margin:0 auto;
}

.nasze_uslugi p , .tekstowa_opis p{
	width:100%;
	padding: 5px 15px;
	text-align:justify;
}

.kontakt_box {
	display:flex;
	flex-direction:column;
	justify-content:center;
    align-items:flex-end;
	width:40%;
	margin-top:65px;
	margin-bottom:15px;
	margin-left:25px;
}
.kontakt_box p{
	box-shadow:0px 6px 20px -1px #000;
	padding: 5px 15px;
	text-align:right;
	word-wrap:break-word;
}

div.kontakt_box h1 {
	position:relative;
}


div.kontakt_box img{
	position:absolute;
	bottom:1em;
	right:-3em;
}

.navigation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right:0;
  bottom: 0;
  z-index: 0;
  text-align:right;
  background: #044257;
}

.nav-item {
  width: 150px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.nav-item a {
  display: block;
  padding: 1em;
  background: #044257;
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  box-shadow:none;
  transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
  color: #000;
  background: #fff;
}

.site-wrap {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background-image:url('image/tlo.jpg');
	background-repeat:repeat;
	border: 1px solid #eae8e8;
}

.nav-trigger {
  position: absolute;
  border:solid 2px black;
 clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 2;
  cursor: pointer;
}

label img {
	padding: 5px;
	border:solid 3px #000;
}

label p span {
	  font-family: Raleway , sans-serif;
  }

label.homepage a[href="index.html"] {
	  display:none;
  }

 label.subpage img.logo, label.homepage img.logo{
	  border:none;
  }
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 165px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 150px;
}

*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
a.blokowy {
	box-shadow:none;
	margin-bottom:5px;
	color:#044257;
}
a.blokowy:link, a.blokowy:visited, a.blokowy:focus, a.blokowy:active {
	color:#044257;
}
a.blokowy:hover {
	color:#fff;
}
div.mapa {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div.mapa iframe{
	width:100%;
}
div.uslugi h2  a.blokowy {
	margin-left:auto;
	margin-right:auto;
}
@media all and (max-width:768px) {
  div.picture_box {
	  display:none;
  }
  div.tekst_box {
	margin:10px auto 45px auto;
	align-items:center;
  }
  div.kontakt_box {
	    align-items:center;
		margin:30px auto 5px auto;
  }
}

@media all and (max-width:768px) {
	 div.picture_box {
	  display:none;

  }
  div.tekst_box {
	margin:0 auto 15px auto;
	align-items:center;
  }
  div.kontakt_box {
	    align-items:center;
		margin:10px auto 15px auto;
		width:100%;
		}
  div.kontakt_box p {
	  width:100%;
	  word-wrap:break-word;
  }
  div.kontakt_box img {
	  display:none;
  }
  label[for="nav-trigger"] {
  position: fixed;
  left: 0px;
  top: 0px;
   box-shadow:0px 6px 20px -1px #000;
  background:#fbc000;
  }
  .nav-trigger:checked + label {
  left: 155px;
}
  div.main_baner li img {
	  display:none;
  }
  div.nasze_uslugi hr , div.tekstowa_opis hr{
  margin-left:50%;
  margin-right:0%;
  }
  div.nasze_uslugi, div.tekstowa_opis {
	  width:88%;
  }
  img.realizacje {
	  width:88%;
  }
  a.blokowy {
	  margin-left:auto;
	  margin-right:auto;
  }
  div.baner_tekstowa {
	  display:none;
  }
  [src~="image/logo_3m.png"] {
	  margin-bottom:2px !important;
	  box-shadow:none !important;
  }
  label.homepage a[href="index.html"] {
	  display:inline;
	  border:none;
  }
  [src~="image/logo_3.png"] {
	  display:none !important;
  }
  div.site-wrap {
	 padding-top:200px;
  }
}
.kiki {
	unicode-bidi: bidi-override;
	direction: rtl;
}
.mail {
    position: relative;
    font-family: 'Cutive Mono', monospace;
	word-wrap:break-word;
    text-decoration: none;
    text-align: right;
    float: right;
    color: #000;
}
.mail:before {content: attr(data-mail-local) "@"}
.mail:after {content: attr(data-mail-domain)}
