body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}hr{border: 0;}address,caption,cite,code,dfn,em,th,samp,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}



html {
	font-size: 15px;
	line-height: 15px;
}


.cleaner {
clear: both;
}



body {
	padding: 0;
	margin: 0;
	background: #008b27;
	font-family: 'Rubik', sans-serif;
	color: #bbbbbb;
}

body.block {
	overflow: hidden;
}


#top {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: calc(100vh - 50px);
	min-height: 700px;
	background-size: cover;
	background-position: center center;
}

.mask {
	position: absolute;
	width: 100%;
	height: calc(100vh - 50px);
	min-height: 700px;
	background-color: rgba(0, 0, 0, 0.1);
	text-align: center;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mask h3 {
	padding: 0 40px 0 40px;
	color: #FFFFFF;
	font-size: 60px;
	line-height: 76px;
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.mask h3 span {
	font-weight: 800;
}



@-webkit-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  20% {
  opacity: 1;
  top: 60%;
  }
  65% {
  opacity: 0;
  top: 60%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  20% {
  opacity: 1;
  top: 60%;
  }
  65% {
  opacity: 0;
  top: 60%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  20% {
  opacity: 1;
  top: 60%;
  }
  65% {
  opacity: 0;
  top: 60%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}

.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15%;
	text-align: center;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
  color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 50px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid rgba(255,255,255,0.99);
	border-radius: 23px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -3px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2s linear infinite;
  -moz-animation: ani-mouse 2s linear infinite;
  animation: ani-mouse 2s linear infinite;
}




#navBox {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 100;
	
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	
	height: 78px;
	padding: 0;
	margin: 0;
}

.navLeft, .navRight {
	float: left;
	width: calc(50% - 750px);
	/* background: red; */
}

#logoBox {
	padding: 18px 0 0 0;
	height: 80px;
	width: 162px;
	background: url('../img/topWhiteArrow.svg') top right no-repeat;
	background-size: 268px;
	float: left;
}

#logoBox img {
	width: 86px;
}

.navLeft {
	height: 98px;
	background: url('../img/topWhiteBackground.svg') top center repeat-x;
	background-size: 73.5px;
}

.navRight {
	background: #008b27;
	height: 78px;
}

.navMain {
	position: relative;
	float: left;
	width: 1500px;
	background: #008b27;
	color: #FFFFFF;
	height: 78px;
	display: block;
}

#nav {
	padding: 0;
	font-weight: 400;
	text-transform: uppercase;
	width: calc(100% - 162px);
	text-align: right;
	margin-right: -20px;
	float: right;
	position: relative;
}

#nav ul {
	display: inline-block;
	/*overflow: hidden;*/
	position: relative;
	background: #008b27;
	border-radius: 0 0 8px 8px;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 19px;
	padding: 29px 20px 30px 20px;
	transition: 0.3s;
	font-weight: 500;
}

#nav ul li a.submenu {
	cursor: pointer;
	padding-right: 37px;
	background-image: url('../img/arrowDown.svg?a=4');
	background-repeat: no-repeat;
	background-position: calc(100% - 19px) center;
}

#nav ul li a:hover, #nav ul li.submenu:hover {
	background-color: #0e7a28;

}

#nav ul li ul {
	position: absolute;
	display: block;
	text-align: left;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: 0.3s;
	z-index:-10;
}

#nav ul li:hover ul {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

#nav ul li ul li {
	border-top: 1px solid #0e7a28;
	display: block;
	float: none;
}

#nav ul li ul li a {
	display: block;
	background: none;
	padding: 14px 25px 14px 15px;
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
}

#nav ul li ul li a:hover {
	background: none;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}



#hamburgerBox {
	position: absolute;
	top: -200px;
	/* display: none; */
	z-index: 30;
}

.hamburger {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.hamburger:focus > .hamburger__container {
  box-shadow: 0 0 2px 2px #51a7e8;
}

.hamburger__container {
  display: flex;
  align-items: center;
  position: relative;
  width: 35px;
  height: 22px;
}

.hamburger__bars {
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #FFF;
  transition: transform 220ms ease-in-out;
}
.hamburger__bars:before, .hamburger__bars:after {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #FFF;
  content: '';
}
.hamburger__bars:before {
  top: -11px;
  transition: top 100ms 250ms ease-in, transform 220ms ease-in-out;
}
.hamburger__bars:after {
  bottom: -11px;
  transition: bottom 100ms 250ms ease-in,  transform 220ms ease-in-out;
}

.hamburger--active .hamburger__bars {
  transform: rotate(225deg);
  transition: transform 220ms 120ms ease-in-out;
}
.hamburger--active .hamburger__bars:before {
  top: 0;
  transition: top 100ms ease-out;
}
.hamburger--active .hamburger__bars:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 100ms ease-out,  transform 220ms 120ms ease-in-out;
}

.hamburger:focus, .hamburger__container:focus {
  outline: none;
}




.hBox {
padding: 0 50px 0 50px;
width: calc(100% - 100px);
position: relative;
top: -50px;


    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

h1 {
display: block;
position: relative;
padding: 0 0 0 68px;
text-align: center;
text-transform: uppercase;
color: #008b27;
font-size: 42px;
line-height: 42px;

font-size: 2.8rem;
line-height: 3rem;

background: url('../img/hLeft.svg?a=1') top left no-repeat;
z-index: 10;

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

h1 strong {
display: block;
padding: 0 68px 0 0 ;
background: url('../img/hRight.svg?a=1') top right no-repeat;
}

h1 span {
padding: 25px 0 0 0;
display: block;
background: #FFFFFF;
}


#content {
	top: 0;
	position: relative;
	background: #ffffff;
	padding: 0;
	color: #000000;
	font-size: 1.35rem;
	line-height: 2rem;
	font-weight: 300;
	text-align: justify;
}

.boxContent {
	padding: 0 0 2.5rem 0;
	margin: auto;
	margin-top: -15px;
	width: 1500px;
}

.center {
	text-align: center;
}

#content strong {
	font-weight: 500;
}

#content p {
	padding: 0 0 1.4rem 0;
}

h3.trusted {
	color: #008b27;
	padding: 0.8rem 0 0 0 !important;
	text-align: center !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}

#content h2 {
	color: #008b27;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3rem;
	padding: 0 0 1.4rem 0;
	text-align: left;
}

#content h3 {
	color: #008b27;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 2.6rem;
	padding: 0 0 1.3rem 0;
	text-align: left;
}

#content h3 span {
	font-weight: 400;
}

#content h4 {
	color: #008b27;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 2rem;
	padding: 0 0 1.3rem 0;
}

#content .green {
	color: #008b27;
}

#content a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

#content a:hover {
	color: #008b27;
	border-bottom: 1px solid #b7dcc0;
}



.ofertaBox {
font-size: 1.25rem;
line-height: 1.7rem;
float: left;
padding: 0; 
margin: 0;
margin-top: 0.5rem;
margin-bottom: 2.5rem;
margin-right: 3rem;
position: relative;
display: block;
background-size: cover;
width: calc(50% - 1.5rem);
height: 500px;
overflow: hidden;
border-radius: 8px;
}

.boxContent .ofertaBox:nth-child(2n) {
	margin-right: 0 !important;
}

.ofertaBox h4 {
padding-top: 0 !important;
padding-bottom: 3px !important;
padding-left: 1.2rem !important;
padding-right: 1.2rem !important;

margin: 0;
position: absolute;
width: calc(100% - 2.4rem);
bottom: 0;
height:72px; 
background: rgba(0,139,39,1);
z-index: 10;
color: #FFFFFF !important;
text-align: center;

display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.ofertaBox p {
display: block;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 1.2rem !important;
padding-right: 1.2rem !important;
margin: 0;
position: absolute;
top: 100%;
width: calc(100% - 2.4rem);
height: 424px;
background: rgba(0,139,39,0.88);
z-index: 1;
transition: 0.3s;
color: #FFFFFF;
border-bottom: 1px solid #0e7a28;
text-align: center;

display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.ofertaBox h4 span, .ofertaBox p span {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}


/* .ofertaBox:hover p, .ofertaBox p.tresc */

/*
.ofertaBox:hover p {
	top: 0;
	transition: 0.3s;
}
*/



.ofertaBox .btn {
position: absolute;
width: 100%;
height: 100%;
z-index: 11;
}


.pozostalaBox {
margin-top: 0.7rem;
margin-bottom: 2.7rem;
border: 1px solid #e9e9e9;
border-radius: 10px;
overflow: hidden;

border-radius: 8px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	
background: #FFFFFF;

}

.pozostalaLeft {
padding: 2rem;
width: calc(36% - 4rem - 6px);
float: left;
height: 292px;
background-position: center center;
background-size: cover;
border: 3px solid white;
border-radius: 7px 0 0 7px;

}
 
.pozostalaRight {
height: 298px;
padding: 2rem;
width: calc(64% - 4rem - 1px);
float: right;
text-align: center;
border-left: 1px solid #e9e9e9;

display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.pozostalaRight p {
padding: 0 !important;
}

.pozG {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}

.pozG h3 {
text-align: center !important;
}


.refGroup {
	margin-bottom: 1.1rem;
	background: #FAFAFA;
	

	
border: 1px solid #e6e6e6;
border-radius: 8px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.09);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.09);

display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

.refGroup a {
	border: none !important;
}


.refContentBox {
	width: calc(100% - 171px - 4.4rem);
	padding: 1.8rem 2.2rem 1.8rem 2.2rem;
	border-right: 1px solid #e9e9e9;
	background: #FFFFFF;
	font-weight: 400;
	border-radius: 8px 0 0 8px;

-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}

.refContent {
min-height: 70px;
text-align: center;


display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}


.refIcon {
	width: calc(170px - 4rem);
	text-align: center;
	padding: 0.4rem 2rem 0 2rem;


	
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
}

.refImg {
	height: 2.7rem;
}

.refIcon p {
	padding: 0 !important;
	font-size: 1.15rem;
	line-height: 1.5rem;
}

.refIcon a {
	text-decoration: none;
	color: #008b27 !important;
}


.gallery {
	/*padding: 1.2%;*/
}

.gallery a {
	padding: 1.4%;
	width: 26.53333%;
	display: block;
	float: left;
	margin: 2%;

-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.14);
}


.gallery a img {
	width: 100%;
	vertical-align: middle;
}


.referencje {
padding: 0.7rem 0 0 0;
position: relative;
}

.referencje img {
position: relative;
float: left;
width: calc(17.6% - 6px);
margin: 0 3% 3% 0;
padding: 2px;

/*background: yellow;*/

	border: 1px solid #e9e9e9;
		
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);

transition: 0.2s;
}



.referencje a:nth-child(5n) img {
margin: 0 0 3% 0 !important;
}

.referencje a:hover img {
transform: scale(1.07);
}

#content .h3kan {
	padding-top: 2rem;
	text-align: center;
}

#content .h3hyd {
	text-align: center;
}

.numbers {
	padding: 10px 0 0 0;
}

.numbers a {
	border: none !important;
}

.numbers li {

	float: left;
	display: block;
	width: calc(47% - 2px);
	margin: 0 6% 4% 0;
	overflow: hidden;

	border: 1px solid #e9e9e9;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	

	background: #FFFFFF;
	
}

.numbers li:nth-child(2n) {
	margin-right: 0;
}


.numbers li div.left {
	float: left;
	width: 150px;
	border-right: 1px solid #e9e9e9;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	height: 157px;
	background: #FAFAFA;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.numbers li div.left img {
	vertical-align: middle;
	
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.numbers li div.right {
	float: right;
	width: calc(100% - 151px);
	padding: 34px 0 19px 0;
}



.numbers li div.right div {
	height: 60px;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.numbers li div.right h4 {
	display: block;
	height: 44px !important;
	font-size: 36px !important;
	line-height: 36px !important;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: 500 !important;
	color: #008b27;
}

.numbers li div.right h4 a {
	height: 44px !important;
	font-size: 44px !important;
	line-height: 44px !important;
	font-weight: 700 !important;
	color: #008b27 !important;
	text-decoration: none !important;
}

.numbers li div.right div p {
	font-size: 20px;
	line-height: 24px;
	padding: 0 14px 0 14px !important;
	margin: 0;
	
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


.contentPhotos {
	padding: 0.4rem 0 0.4rem 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contentPhotos a {
	display: block;
	width: 48%;
	margin-bottom: 1.4rem;
	
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


.contentPhotos img {
	width: calc(100% - 6px);
	padding: 2px;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}


.subsidy {
	width: 550px;
	border: 1px solid #ccc;
}






.kontaktBox {

width: calc(97.6% - 2px); 
padding: 1.2%;
margin-bottom: 1.8rem;

border: 1px solid #e9e9e9;

border-radius: 8px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);

display: table;
}


.kontaktText {
width: 44%;
padding: 1.4rem 1.2% 0 0;
text-align: center;
display: table-cell;
vertical-align: middle;
height: calc(460px - 1.4rem);
}

.kontaktBox span {
font-weight: 400;
}

.kontaktBox p {
padding: 0 0 1rem 0 !important;
}

.kontaktBox.Left {
padding-top: calc(1.2% + 1rem) !important;
float: left;
width: calc(50% - 2.4% - 2px - 0.9rem);
text-align: center;
}

.kontaktBox.Right {
padding-top: calc(1.2% + 1rem) !important;
float: right;
width: calc(50% - 2.4% - 2px - 0.9rem);
text-align: center;
}


.kontaktMapBox {
/*position: relative;
float: right;
overflow: hidden;
vertical-align: middle;*/
width: calc(100% - 2px);
height: 460px;
}


.kontaktMapBox iframe {
/*top: -2px;
left: -2px;
position: absolute;
vertical-align: middle;*/
border: 1px solid #ccc;
padding: 2px;
width: calc(100% - 6px);
height: 494px;
z-index: 1;
}

.contactMore {
color: #888888;
text-align: center;
font-size: 1.25rem;
line-height: 1.8rem;
}

.contactMore a {
color: #999999 !important;
text-decoration: none;
}

.contactMore strong {
font-weight: 400 !important;
}



footer {
	position: relative;
	top: -3px;
	background: #008b27;
	z-index: 5;
}

#footer {
	margin: auto;
	width: 1500px;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 22px;
	min-height: 100px;
	padding: 3px 0 3px 0;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer p {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 33%;
}

.fLeft {
text-align: left;
line-height: 24px;
}

.fRight {
text-align: right;
padding: 6px 0 0 0;
}

.fLogo {
text-align: center;
font-size: 12px;
line-height: 12px;
}

.fLogo img {
width: 59px;
margin: 0 0 9px 0;
}

#footer span {
font-weight: 500;
}

#footer p a {
	color: #FFFFFF;
	
	text-decoration: none;
}

#footer p a:hover {
	color: #82d994;
}

#footer p.fLogo a:hover {
	top: 0;
}

#footer strong {
	line-height: 31px;
}

#footer .pm {
	position: relative;
	/*display: inline-block;*/
	font-weight: 300 !important;
	font-size: 12px !important;
	color: #82d994;
	line-height: 34px;
}

#footer .pm a {
	border: none !important;
}

#footer .pm img {
	position: relative;
	top: 5px;
	width: 58px;
	padding: 0 0 0 4px;
}




@media all and (min-width: 100px) and (max-width: 1599px) {


.mask h3 {
	font-size: 54px;
	line-height: 65px;
}

.navLeft, .navRight {
	width: 50px;
}

.navMain {
	width: calc(100% - 100px);
}




.mask {
	background-size: 120%;
}

.boxContent {
	width: calc(100% - 100px);
}

footer {
	background-size: 120%;
}

#footer {
	width: calc(100% - 100px);
}


.ofertaBox {
height: 460px;
}

.ofertaBox p {
height: 384px;
}


}



@media all and (min-width: 100px) and (max-width: 1366px) {

.mask h3 {
	font-size: 50px;
	line-height: 60px;
}

#top {
	min-height: 600px;
}

.mask {
	min-height: 600px;
}

.numbers li div.left {
	height: 153px;
}

.numbers li {
	width: calc(48% - 2px);
	margin: 0 4% 4% 0;
}

.numbers li div.right {
	width: calc(100% - 117px);
	padding: 32px 0 17px 0;
}

.numbers li div.left {
	width: 116px;
}

.ofertaBox {
height: 420px;
}

.ofertaBox p {
height: 344px;
}

}




@media all and (min-width: 100px) and (max-width: 1199px) {

html {
	font-size: 13px;
	line-height: 13px;
}

.mask {
	background-size: 140%;
}

footer {
	background-size: 140%;
}

.boxContent {
	margin-top: -22px;
}

#nav {
	margin-right: -14px;
}

#nav ul li a {
	padding: 30px 13px 30px 14px;
	font-size: 18px;
	line-height: 18px;
}

#nav ul li a.submenu {
	padding-right: 31px;
	background-position: calc(100% - 13px) center;
}


.ofertaBox {
height: 400px;
}

.ofertaBox p {
height: 324px;
}



.pozostalaLeft {
width: calc(40% - 4rem - 6px);
height: 252px;
}

.pozostalaRight {
width: calc(60% - 4rem - 1px);
height: 258px;
}


.referencje img {
	width: calc(22.75% - 6px);
}

.referencje a:nth-child(5n) img {
	margin: 0 3% 3% 0 !important;
}

.referencje a:nth-child(4n) img {
	margin: 0 0 3% 0 !important;
}




.kontaktText {
height: calc(410px - 1.4rem);
}

.kontaktMapBox {
height: 410px;
}



}


@media all and (min-width: 100px) and (max-width: 1099px) {

html {
	font-size: 12px;
	line-height: 12px;
}


.numbers li div.right h4 {
	height: 35px !important;
	font-size: 30px !important;
	line-height: 30px !important;
}

.numbers li div.right h4 a {
	height: 35px !important;
	font-size: 35px !important;
	line-height: 35px !important;
}

.numbers li div.left {
	height: 142px;
	width: 92px;
}

.numbers li div.left img {
	width: 64px;
}

.numbers li div.right {
	width: calc(100% - 93px);
	/* padding: 32px 0 17px 0; */
}

.numbers li div.left {
	height: 146px;
}

.numbers li div.right {
	padding: 31px 0 9px 0;
}


.ofertaBox {
height: 340px;
}

.ofertaBox p {
height: 276px;
}

.ofertaBox h4 {
height:60px;
}


.kontaktText {
height: calc(370px - 1.4rem);
}

.kontaktMapBox {
height: 370px;
}



}


@media all and (min-width: 100px) and (max-width: 999px) {


.mask h3 {
	font-size: 46px;
	line-height: 55px;
}

.navLeft, .navRight {
	width: 35px;
}

.navMain {
	width: calc(100% - 70px);
}

#top {
	min-height: 520px;
	height: calc(100vh - 100px);	
}

.mask {
	min-height: 520px;
	height: calc(100vh - 100px);	
}

.boxContent {
	margin-top: -27px;
}

#navBox {
	height: 63px;
}

#nav {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: 0.3s;
	/*overflow: scrool !important;*/

	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100vh;
	overflow: auto;
	z-index: -1;

	background-color: rgba(0, 0, 0, 0.84);


 max-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; 
}


#nav.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: 0.3s;
}
	

#hamburgerBox {
	display: block;
	right: 0;
	top: 20px;
}




#logoBox {
	padding: 14px 0 0 0;
	height: 62px;
	width: 132px;
	background-size: 222px;
}

#logoBox img {
	width: 74px;
}

.navLeft {
	height: 78px;
	background: url('../img/topWhiteArrow.svg') top left no-repeat;
	background-size: 222px;
}

.navRight {
	height: 63px;
}

.navMain {
	height: 63px;
}

#nav ul {
	top: 0px;
	display: block;
	position: absolute;
	background: #008b27;
	width: 100%;
	padding: 77px 0 44px 0;
}

#nav ul li, #nav ul li ul li {
	float: none;
	border-top: 1px solid #0e7a28;
	text-align: left;
}

#nav ul li:last-child {
	border-bottom: 1px solid #0e7a28;
}

#nav ul li ul li:last-child {
	border-bottom: none;
}

#nav ul li a, #nav ul li ul li a {
	font-size: 19px;
	line-height: 19px;
	font-weight: 500;
	padding: 14px 35px 14px 35px;
}

#nav ul li ul li a {
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 45px;
}

#nav ul li a.submenu {
	padding-right: 55px;
	background-position: calc(100% - 35px) center;
}


#nav ul li ul {
	position: static;
	display: block;
	text-align: center;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(-0%);
	padding: 0;
	border-top: none;
}

#nav ul li ul li a:hover {
	background: none;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}



.hBox {
	padding: 0 35px 0 35px;
	width: calc(100% - 70px);
}



.boxContent {
	width: calc(100% - 70px);
}

footer {
	background-size: 160%;
}

#footer {
	width: calc(100% - 70px);
}


.pozostalaBox {
margin-bottom: 2.2rem;
}

.pozostalaLeft {
width: calc(36% - 4rem - 6px);
height: 192px;
}

.pozostalaRight {
width: calc(64% - 4rem - 1px);
height: 198px;
}



}



@media all and (min-width: 100px) and (max-width: 899px) {

.numbers li {
	float: none;
	width: 100%;
	margin: 0 0 4% 0;

}

.numbers li:nth-child(2n) {
	margin-right: 0;
}

.numbers li div.left {
	width: 25%;
}

.numbers li div.left img {
	width: 72px;
}

.numbers li div.right {
	width: calc(75% - 2px);
}





.ofertaBox {
float: none;
padding: 0; 
width: calc(80% - 1.5rem);
height: 370px;
margin-left: calc(10% + 0.75rem);
margin-top: 0.5rem;
margin-bottom: 2.5rem;
}

.ofertaBox h4 {
height: 55px; 
}

.ofertaBox p {
height: 311px;
}


}



@media all and (min-width: 100px) and (max-width: 799px) {

.gallery a {
	padding: 1.4%;
	width: 43.2%;
	margin: 2%;
}

.referencje img {
	width: calc(30.6666% - 6px);
	margin: 0 4% 4% 0 !important;
}

.referencje a:nth-child(5n) img {
	margin: 0 4% 4% 0 !important;
}

.referencje a:nth-child(4n) img {
	margin: 0 4% 4% 0 !important;
}

.referencje a:nth-child(3n) img {
	margin: 0 0 4% 0 !important;
}


.refContentBox {
	width: calc(100% - 111px - 3.6rem);
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.refIcon {
	width: calc(110px - 4rem);
}

}




@media all and (min-width: 100px) and (max-width: 767px) {



.navLeft, .navRight {
	width: 25px;
}

.navMain {
	width: calc(100% - 50px);
}

#top {
	min-height: 450px;
	height: calc(100vh - 120px);
}

.mask {
	min-height: 450px;
	height: calc(100vh - 120px);
}

#logo {
	left: 25px;
}

#hamburgerBox {
	right: 0;
}

/* -- */

#nav ul li a, #nav ul li ul li a {
	padding-left: 25px;
	padding-right: 25px;
}


#nav ul li ul li a {
	padding-left: 35px;
}

#nav ul li a.submenu {
	padding-right: 45px;
	background-position: calc(100% - 25px) center;
}

.hBox {
	padding: 0 25px 0 25px;
	width: calc(100% - 50px);
}


.boxContent {
	width: calc(100% - 50px);
}

.rzutyBox {
	width: calc(100% - 50px);
}

#footer {
	width: calc(100% - 50px);
}

.mask {
	background-size: 180%;
}

.pozostalaLeft {
width: calc(36% - 4rem - 6px);
height: 142px;
}

.pozostalaRight {
height: 148px;
}


.ofertaBox { 
width: calc(100%);
margin-left: 0;

}


.kontaktText {

width: 100%;
padding: 1.4rem 1.2% 1.4rem 0;
display: block;
height: auto;
}


.kontaktBox.Left, .kontaktBox.Right {
float: none;
width: calc(100% - 2.4% - 2px);
}




}


@media all and (min-width: 100px) and (max-width: 639px) {



.mask h3 {
	font-size: 40px;
	line-height: 48px;
	padding: 0 20px 0 20px;
}




h1 {
font-size: 2.7rem;
line-height: 2.9rem;
padding: 0 0 0 56px;
}

h1 strong {
padding: 0 56px 0 0;
}

#content h3 {
font-size: 2.1rem;
line-height: 2.5rem;
}

#logo img {
	width: 10.4rem;
}

.line {
	height: 4.7rem;
	right: 0;
	background: url('../img/line-m.png') bottom center no-repeat;
	background-position: 13.4rem bottom;
}



.rzuty {
	float: left;
	width: calc(100% - 3rem);
}

.lll {
	margin-right: 0 !important;
	margin-bottom: 3rem !important;
}


#footer {
	padding-top: 2rem;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
 	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#footer p {
	text-align: center !important;
	width: 100% !important;
}


#footer p.fLogo {
	-webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1.3rem;
}

.fLeft {
line-height: 22px;
}

#footer p.fRight {
    margin-top: 1.3rem;
}

#footer .pm {
	line-height: 56px;
}





#spacer {
	height: 24rem;
}



.pozostalaLeft {
width: calc(38% - 4rem - 6px);
height: 112px;
}

.pozostalaRight {
width: calc(62% - 4rem - 1px);
height: 118px;
}


}


@media all and (min-width: 100px) and (max-width: 599px) {

.refContentBox {
	width: calc(100% - 95px - 3.6rem);
}

.refIcon {
	width: calc(94px - 2rem);
	padding-left: 1rem;
	padding-right: 1rem;
}

.subsidy {
	width: 90%;
}



.scroll-btn .mouse {
	width: 24px;
	height: 40px;
	border: 1px solid rgba(255,255,255,0.99);
}
.scroll-btn .mouse > * {
  width: 4px;
  height: 4px;
  margin: -4px 0 0 -2px;
}




}




@media all and (min-width: 100px) and (max-width: 479px) {


.navLeft, .navRight {
	width: 16px;
}

.navMain {
	width: calc(100% - 32px);
}

.mask h3 {
	font-size: 34px;
	line-height: 41px;
}

.boxContent {
	width: calc(100% - 32px);
	padding: 1rem;
	margin-top: -36px;
}


.rzuty {
	width: calc(100% - 2rem);
	padding: 1rem;
}

.rzutyBox {
	width: calc(100% - 32px);
}

.boxBorder {
	padding: 1.3rem 1rem 1rem 1rem;
}

#logo {
	left: 16px;
}

.gallery a {
	padding: 2.8%;
	width: 88%;
	margin: 3.2%;
}

#hamburgerBox {
	right: 0;
}

#footer {
	width: calc(100% - 32px);
}


.pozostalaBox {
margin-top: 0.7rem;
margin-bottom: 2.7rem;
border: 1px solid #e6e6e6;
border-radius: 10px;
}

.pozostalaLeft {
height: 150px;
border-radius: 10px 10px 0 0;
width: calc(100% - 4rem - 6px);
float: none;
}
 
.pozostalaRight {
height: 100px;
padding: 1.5rem;
width: calc(100% - 3rem);
float: none;
border-left: none;
border-top: 1px solid #e6e6e6;
}


.numbers li:nth-child(2n) {
	margin-right: 0;
}

.numbers li div.left {
	width: 82px;
	height: 115px;
}

.numbers li div.left img {
	width: 58px;
}

.numbers li div.right {
	width: calc(100% - 83px);
	padding: 24px 0 5px 0;
}


.numbers li div.right h4 {
	height: 30px !important;
	font-size: 26px !important;
	line-height: 26px !important;
}

.numbers li div.right h4 a {
	height: 30px !important;
	font-size: 30px !important;
	line-height: 30px !important;
}

.numbers li div.right div {
	height: 56px;
}

.numbers li div.right div p {
	font-size: 17px;
	line-height: 20px;
}

.referencje img {
	width: calc(48% - 6px);
	margin: 0 4% 4% 0;
}

.referencje a:nth-child(3n) img {
	margin: 0 4% 4% 0 !important;
}

.referencje a:nth-child(2n) img {
	margin: 0 0 4% 0 !important;
}


.refContentBox {
	width: calc(100% - 2.6rem);
	border-right: none;
	border-bottom: 1px solid #e9e9e9;
	border-radius: 8px 8px 0 0;
	height: auto;
	padding: 1.3rem !important;
}

.refContent {
	height: auto;
	min-height: 24px;
}

.refIcon {
	width: calc(100% - 2rem);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 3px;

}

.refIcon a, .refIcon p {
	display: inline-block;
}


.refIcon img {
	width: 16px;
	vertical-align: middle;
	padding-bottom: 1px;
	padding-right: 2px;
}

.contentPhotos a {
	width: 100%;
}

.subsidy {
	width: calc(100% - 2px);
}

}



@media all and (min-width: 100px) and (max-width: 419px) {

.boxContent {
	margin-top: -40px;
}



.ofertaBox {
height: 330px;
}

.ofertaBox p {
height: 271px;
}


}



@media all and (min-width: 100px) and (max-width: 379px) {

html {
	font-size: 11px;
	line-height: 11px;
}

.numbers li div.left {
	width: 68px;
	height: 105px;
}

.numbers li div.left img {
	width: 48px;
}

.numbers li div.right {
	width: calc(100% - 69px);
}


.numbers li div.right h4 {
	height: 26px !important;
	font-size: 23px !important;
	line-height: 23px !important;
}

.numbers li div.right h4 a {
	height: 26px !important;
	font-size: 26px !important;
	line-height: 26px !important;
}

.numbers li div.right div {
	height: 50px;
}

.numbers li div.right div p {
	font-size: 17px;
	line-height: 20px;
}

.mask h3 {
	font-size: 31px;
	line-height: 37px;
}

h1 {
font-size: 2.5rem;
line-height: 2.7rem;
}

#content h3 {
font-size: 1.9rem;
line-height: 2.3rem;
}


}



@media all and (min-width: 100px) and (max-width: 360px) {

html {
	font-size: 10px;
	line-height: 10px;
}



.mask h3 {
	font-size: 28px;
	line-height: 34px;
}

h1 {
	font-size: 2.4rem;
	line-height: 2.6rem;
}

#content h3 {
font-size: 1.8rem;
line-height: 2.2rem;
}

}



@media all and (min-width: 100px) and (max-width: 319px) {

body {
width: 320px;
}

}




@media not all and (hover: none) {

	.ofertaBox:hover p {
		top: 0;
		transition: 0.3s;
	}
	
	/*
	h1 {
		color: red !important;
	}
	*/

}



@media (hover: none) {

	p.tresc {
		top: 0;
		transition: 0.3s;
	}

}
