@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');
@import url('font-awesome.css');
@import url('../font/flaticon.css');
@import url('jquery.fancybox.css');

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #777;
	background-color: #fff;
}
a{
	text-decoration: none;
}
.hidden{
	display: none;
}
#page{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nav-column{
	width: 230px;
	background-color: #fff;
	height: 100%;
	position: fixed;
	z-index: 1;
 	top: 0;
  	left: 0;
}
.main-column{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 230px;
}
@media (max-width: 767px){
	.nav-column{
		background-color: transparent;
		width: 0;
		z-index: 1000;
	}
	.main-column{
		margin-left: 0;
	}
}
.logo img{
	position: relative;
	left: 25%;
	width: 50%;
	margin-bottom: 20px;
	margin-top: 20px;
}
#nav .navi a{
	text-transform: uppercase;
	display: block;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #777;
	transition-duration: 0.5s;
}
#nav .navi a.active,
#nav .navi a:hover{
	color: #333;
}
#nav .dropdown-btn {
	text-transform: uppercase;
	color: #777;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	border: none;
	background: none;
	text-align: left;
	cursor: pointer;
	outline: none;
	display: block;
}
#nav .dropdown-btn:hover {
	color: #333;
}
#nav .dropdown-menu {
  display: none;
  padding-left: 20px;
  cursor: pointer;
}
#nav .bottom{
	text-align: center;
	position: absolute;
	bottom: 0;	
	font-size: 12px;
}
#nav .bottom a{
	color: #333;
	transition-duration: 0.5s;
}
#nav .bottom a i{
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-left: 5px;
	margin-right: 5px;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	transition-duration: 0.5s;
}
#nav p.copy{
	padding: 30px;
}
span.mobile,
#nav .navi a.closebtn{
	display: none;
}
@media(max-width: 767px){
	.bottom{
		display: none;
	}
	#nav {
		display: block;
	    background-color: #fff;
	    width: 100%;
	    height: 60px;
	    z-index: 1000;
	    position: fixed;
	    left: 0;
	    top: 0;
	    font-size:30px;
	    line-height:20px;
	    cursor:pointer
	}
	#nav .navi{
		padding-top: 50px;
		display: block;
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 2000;
	    top: 0;
	    left: 0;
	    background-color: rgba(0,0,0,0.9);
	    overflow-x: hidden;
	    transition: 0.5s;
	}
	#nav .navi a {
		text-transform: uppercase;
	    padding: 10px 30px;
	    text-decoration: none;
	    font-size: 16px;
	    color: #fff;
	    display: block;
	    transition: 0.3s;
	    letter-spacing: 2px
	}
	#nav .navi a:hover,
	#nav .navi a.active {
		color: #999;
	}
	#nav .navi a.closebtn {
		display: block;
		padding: 0;
	    font-size: 40px;
	    line-height: 40px;
	    font-weight: 700;
	    position: absolute;
	    left: 10px;
	    top: 0;
	}
	span.mobile{
		display: block;
		float: left;
		margin-left: 20px;
		margin-top: 20px;
	}
	.logo{
		position: absolute;
		right: 10px;
		top: 5px;
		z-index: 1000;		
	}
	.logo img{
		width: 70px;
		margin: 5px 20px;
		position: relative;
		left: 0;
	}
	.main-column{
		margin-top: 60px;
	}
}
.navi{
	position: absolute;
	left: 30px;
}
#realizacje{
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
#realizacje .box{
	width: 25%;
	border: 15px solid #fff;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center;
	height: 350px;
	filter: grayscale(100%);
}
#realizacje .box .overlay{
	width: 100%;
	height: 100%;
 	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #fff;
	transition-duration: 0.5s;
}
#realizacje .box .text{
	width: 100%;
 	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	opacity: 0;
	color: #333;
	text-align: center;
	transition-duration: 0.5s;
}
#realizacje .box:hover .overlay {
  	opacity: 0.5
}
#realizacje .box:hover .text {
  	opacity: 1;
}
#realizacje .box .text b{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
}
@media (max-width: 1300px){
	#realizacje .box{
		width: 33.3%;
	}
}
@media (max-width: 1050px){
	#realizacje .box{
		width: 50%;
	}
}
@media (max-width: 768px){
	#realizacje .box{
		width: 100%;
	}
}
#realizacje .box2{
	width: 25%;
	border: 15px solid #fafafa;
	float: left;
	position: relative;
	background-size: cover;
	background-position: center;
	height: 350px;
	opacity: 0.3;
	filter: grayscale(100%);
}
#realizacje .box2 .overlay{
	width: 100%;
	height: 100%;
 	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #fff;
	transition-duration: 0.5s;
}
#realizacje .box2 .text{
	width: 100%;
 	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	opacity: 0;
	color: #333;
	text-align: center;
	transition-duration: 0.5s;
}
#realizacje .box2:hover .overlay {
  	opacity: 0.5
}
#realizacje .box2:hover .text {
  	opacity: 1;
}
#realizacje .box2 .text b{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
}
@media (max-width: 1300px){
	#realizacje .box2{
		width: 33.3%;
	}
}
@media (max-width: 1050px){
	#realizacje .box2{
		width: 50%;
	}
}
@media (max-width: 768px){
	#realizacje .box2{
		width: 100%;
	}
}
#podstrona_produkt{
	width: 100%;
	position: relative;
	padding: 0;
	margin: 50px 0 0;
}
#podstrona_produkt .box{
	width: 65%;
	float: left;
	position: relative;
}
#podstrona_produkt .box img{
	width: 100%;
	padding: 10px;
}
#podstrona_produkt .content{
	width: 35%;
	padding: 30px;
	float: left;
}
#podstrona_produkt .content .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#podstrona_produkt .content .table tr th,
#podstrona_produkt .content .table tr td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
#podstrona_produkt .content .table tr th{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 900;
}
@media (max-width: 1050px){
	#podstrona_produkt .content,
	#podstrona_produkt .box{
		width: 100%;
		float: none;
	}
}
#zaufali_nam{
	width: 100%;
	position: relative;
	padding: 0;
	margin: 50px 0 0;
}
#zaufali_nam .box{
	width: 65%;
	float: left;
	position: relative;
}
#zaufali_nam img{
	width: 100%;
}
#zaufali_nam p{
	margin: 5px 0;
}
#zaufali_nam .content{
	width: 25%;
	padding: 30px;
	float: left;
	text-align: justify;
}
@media (max-width:1050px){
	#zaufali_nam .content,
	#zaufali_nam .box{
		width: 50%;
	}
}
@media (max-width:900px){
	#zaufali_nam .content,
	#zaufali_nam .box{
		width: 100%;
		float: none;
	}
}

#o_nas{
	width: 100%;
	position: relative;
	padding: 0;
	margin: 50px 0 0;
}
#o_nas .box{
	width: 65%;
	float: left;
	position: relative;
	margin-bottom: 50px;
}
#o_nas .team{
	text-align: center;
	float: left;
	width: 50%;
}
#o_nas .team img{
	width: 50%;
	margin-top: 30px;
}
#o_nas .team h4{
	font-size: 18px;
	margin: 5px 0;
	text-transform: uppercase;
}
#o_nas .team p{
	margin: 5px 0;
}
#o_nas .content{
	width: 35%;
	padding: 30px;
	float: left;
	text-align: justify;
}
@media (max-width:1050px){
	#o_nas .content,
	#o_nas .box{
		width: 50%;
	}
	#o_nas .team img{
		width: 80%;
	}
}
@media (max-width:900px){
	#o_nas .content,
	#o_nas .box{
		width: 100%;
		float: none;
	}
	#o_nas .team img{
		width: 80%;
	}
}
#kontakt{
	width: 100%;
	position: relative;
	padding: 0;
	margin: 50px 0 0;
}
#kontakt .content{
	width: 35%;
	margin-left: 65%;
	padding: 30px;
	float: left;
}
#kontakt .content a{
	color: #333;
	font-weight: 700;
}
@media (max-width:1050px){
	#kontakt .content{
		width: 50%;
		margin-left: 50%;
	}
}
@media (max-width:900px){
	#kontakt .content{
		width: 100%;
		margin-left: 0;
	}
}