* {
	margin: 0;
	padding: 0;
	border: none;
  color: inherit;

	font-family: 'Archivo Narrow', sans-serif;
  font-weight: 300;
}

html {
	font-size: 100%;
}

a {
  color: inherit;
	text-decoration: none;
}

nav#top_menu {
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
  background-color: #f0f3fa;
	box-sizing: border-box;
	height: 100px;
	text-align: center;

	font-weight: 400;
	transition: all 0.3s ease-in-out 0s;

  z-index: 99;
}

nav#top_menu.scrolled {
	height: 44px;
}

nav#top_menu * {
transition: all 0.3s ease-in-out 0s;
}

nav#top_menu ul {
	list-style-type: none;
	height: 100%;
}

nav#top_menu > ul > li {
	display: inline-block;
	vertical-align: middle;

	box-sizing: border-box;
	line-height: 100px;
}

nav#top_menu.scrolled > ul > li {
	line-height: 44px;
}

nav#top_menu ul li.hide_mobile a {
	padding-bottom: 4px;
}

nav#top_menu > ul > li img {
	vertical-align: middle;
}

nav#top_menu #logo_top img {
	height: 80px;
  margin-right: 20px;
	padding-bottom: 4px;
}

nav#top_menu.scrolled #logo_top img {
	height: 40px;
}

#menu-mobile-menu {
  float: left;
}

nav#top_menu #menu-mobile-menu img {
  height: 42px;
}

nav#top_menu.scrolled #menu-mobile-menu img {
  height: 20px;
}

#mobile_menu {
	margin-top: 120px;
}

#mobile_menu.hidden {
	display: none;
}

#mobile_menu li {
	border-bottom: solid 1px #7d7d7d;
	font-size: 2rem;
	font-weight: 400;
	padding: 1rem 0;
	text-align: center;
	list-style-type: none;

}

#mobile_menu li {
	background-color: #fff;
}

#mobile_menu li.sub {
	background-color: #e7e7e7;
	font-weight: 500;
	font-size: 1.7rem;
}

#map_overlay iframe {
	margin-top: 0px;
	min-height: 400px;
	pointer-events: none;
}

nav#top_menu ul li.hide_mobile {
  margin-left: 25px;
}

nav#top_menu ul li.hide_mobile.current a {
  border-bottom: solid 3px #666;
}

/**************************************/

#top_info {
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem;
	font-weight: bolder;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(140, 198, 63, 1);
  z-index: 99;
  color: #fff;
  text-align: center;
}

#top_info * {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

#top_info img {
  vertical-align: middle;
  margin-left: 20px;
	padding-right: 10px;
	padding-bottom: 2px;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.content-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

#ws_slider {
  height: 100vh;
}

#ws_slider .slide {
  width: 100%;
  background-position: center top;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 97;
}

#ws_slider #slider-h-wrapper{
  position: absolute;
  top: 30%;
  left: 20%;
  max-width: 400px;
  z-index: 98;
}

#ws_slider h1{
  font-weight: normal;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
}

#ws_slider h2{
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.4rem;
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
}

section, #map_overlay {
  margin: 0;
  padding: 120px 0;
  position: relative;
}

section.img {
  min-height: 70vh;
  background-position: center top;
  background-size: cover;
}

section.img h2.img-label {
  font-size: 2.8rem;
  line-height: 2.9rem;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
}

.content-small p {
  text-align: justify;
}

#galeria {
  text-align: center;
  font-size: 0;
}

#galeria.content ul li {
    display: inline-block;
    width: 33.3333%;
}

#galeria.content ul li img {
  width: 100%;
  border: solid 1px #fff;
  border-bottom: none;
}

div#lightbox.lightbox div.lb-dataContainer div.lb-data div.lb-details span.lb-number {
  display: none !important;
}

#content.hidden {
  display: none;
}

#map_overlay {
	margin-bottom: 0;
	padding-bottom: 0;
}

#kontakt {
	margin-bottom: 0;
	background-color: #fff;
	font-size: 0;
	box-sizing: border-box;
}

#kontakt section {
	margin-bottom: 0;
}

#kontakt .right {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	border-left: solid 2px #fff;
	box-sizing: border-box;
}

#kontakt .left {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#kontakt .right {
	font-size: 1rem;
	text-align: left;
	color: #fff;
	padding: 0 8em;
}

#kontakt .left h2 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}

#kontakt .left address, #kontakt .left address a {
	font-style: normal;
	font-weight: bold;
	line-height: 1.7rem;
}

#kontakt > p.legal {
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding-bottom: 30px;
}

section#wybierz.content-small div#wybierz_dom div h3 {
	margin-bottom: 40px;
}

section > h2:not(.img-label) {
	padding-bottom: 20px;
background-image: url('img/pasek.png');
background-repeat: no-repeat;
background-position-y: bottom;
  font-size: 2rem;
  line-height: 2.1rem;
  text-align: left;
  margin-bottom: 20px;
}

section#wybierz.content-small table {
	border: solid 1px #000;
	margin-top: 30px;
}

section#wybierz.content-small table td {
	padding: 8px 14px;
}

section#korzysci.content-small ul {
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 16px;
}

.ws-columns-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
  column-count: 2;

	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;

	list-style-position: inside;
}

.ws-columns-2 li {
	margin-bottom: 30px;
}

#galeria .ws-columns-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
  column-count: 3;

	-webkit-column-gap: 2px;
	-moz-column-gap: 2px;
	column-gap: 2px;

	list-style: none;
}

.ws-columns-3 li img {
	width: 100%;
	margin-bottom: 2px;
}

.ws-button {
    border: solid 2px #252525;
    color: #252525;
    line-height: 100%;
		font-weight: bold;
		transition: color 0.15s ease-in-out 0s, background 0.15s ease-in-out 0s, border 0.15s ease-in-out 0s;
		padding: 12px 24px;
}

.ws-button:hover {
    background-color: #252525;
		color: #fff;
}

	section#wybierz.content-small table {
		max-width: 100%;
	}

	section#wybierz.content-small div#wybierz_dom > div {
		width: 50%;
		display: inline-block;
		text-align: left;
		box-sizing: border-box;
		vertical-align: top;
	}

	section#wybierz.content-small div#wybierz_dom > div.left {
		padding-right: 20px;
	}

	section#wybierz.content-small div#wybierz_dom > div.right {
		padding-left: 20px;
	}

	section#wybierz.content-small div#wybierz_dom > div > img {
		width: 100%;
		margin-bottom: 30px;
	}

	section#wybierz.content-small div#wybierz_dom {
		margin-bottom: 50px;
	}

	section#lokalizacja {
		margin-bottom: 0;
		padding-bottom: 0;
	}

/*************************/

@media screen and (min-width: 761px) {
  .hide_desktop {
  	display: none !important;
  }
}

@media screen and (max-width: 760px) {


  nav#top_menu {
	padding: 0 5%;
}


  .hide_mobile {
    display: none !important;
  }

  .menu-item {
    float: none !important;
    display: block;
    width: 100%;
  }

  #content {
    	padding: 0 2%;
    	margin-top: 95px;
  }

  #content img.project {
  	width: 100%;
  }

  #mobile_menu li {
    font-size: 1rem;
  }

  #mobile_menu li.sub {
    font-size: 0.9rem;
  }

  nav#mobile_menu.hide_desktop ul a li:hover {
    background-color: #ccc;
  }



	#kontakt .left, #kontakt .right {
		width: 100%;
		text-align: center;	}

	#kontakt .left {
		border-right: none;
	}

	#kontakt .right {
		margin-top: 40px;
		text-align: center;
	}



	section#wybierz.content-small div#wybierz_dom > div {
		width: 100%;
	}

	section, #map_overlay {
		padding-top: 0;
	}

	#galeria.content ul li {
	    width: 100%;
	}
}

/*//ikony*/

.icons-wrapper
{
    display:table;
    width:100%;
    height:auto;
}

.icon-box
{
    width:25%;
    float:left;
    display:table;
}

.icon
{
    width: 60%;
    margin: 60px 20% 0 20%;
}

.icon-title
{
    font-weight:900;
    font-size:20px;
    width:100%;
    text-align:center;
    line-height:30px;
}

.icon-desc
{
    width:100%;
    text-align:center!important;
    font-size:15px;
    line-height:160%;
}

@media(max-width:700px) and (min-width:450px)
{
    .icon-box
    {
        width:50%;
    }
}

@media(max-width:449px)
{
    .icon-box
    {
        width:100%;
    }
}


#realizacje {
margin-top: 150px;
}


#realizacje div {
display: inline-block;
width: 440px;
vertical-align: top;
/*margin: 0 20px;*/
}


#realizacje div img {
max-width: 70%;
}




