/* SLIDER */
.slider { 
	height:675px;
	}
.slidewrapper { 
	float:left;
	height:600px; 
	width:100%; 
	}
.slide { 
	height:600px; 
	width:100%; 
	background-color:#000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}

.slideTextHold {
	float:left; 
	width:100%; 
	height:100%; 
	background: rgba(0,0,0,.5);
	}
.slideText {
	width:100%; 
	max-width:1200px; 
	height:100%; 
	margin:0 auto;
	text-align:center;
	}
	
.slideText h1,
.slideText h2 { 
	float:left;
	width:100%;
	font-weight:700;
	text-align:center;	
	margin-top:120px;
	letter-spacing:-5px;
	}	
.slideText h1 { 
	font-size:90px; 
	line-height:90px;
	color:#fff;
	margin-top:160px;
	letter-spacing:-5px;
	}
.slideText h2 { 
	font-size:40px; 
	line-height:40px; 
	color:#41a13a;
	margin-top:20px;
	margin-bottom:80px;
	letter-spacing:-1px;
	}
	
.slideText div { float:left; width:100%; text-align:center;}
.slideText .more:hover {
	border:1px solid #41a13a;
	color:#41a13a;
	}


.nav-slide { float:left; width:100%; text-align:center; padding:30px 0; border-bottom:1px solid #ddd; }
#nav-dots { width:100%; max-width:1200px; margin:0 auto; text-align:center; }
#nav-dots li { display:inline-block;  list-style: none; }
#nav-dots a { float:left; width:16px; height:16px; margin:0 5px; border-radius:50%; background: #000; }
#nav-dots a:hover { background:#41a13a; }
#nav-dots li.activeSlide a { background:#41a13a; }
#nav-dots a:focus { outline: none; }
	
	
	
/* HOME NOWE-REALIZACJE */	
.nowe-realizacje {
	height:400px;
	padding:80px 0;
	}
.nowe-realizacje .prawa {
	float:left;
	width:50%;
	height:400px;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color:#000;
	}
.nowe-realizacje .lewa {
	float:left;
	width:50%;
	height:240px;
	padding:80px 0;
	
	}	
.nowe-realizacje .lewa p {
	float:right;
	width:calc(100% - 80px);
	font-size:16px;
	font-weight:700;
	text-align:right;
	color:#41a13a;
	margin-bottom:30px;
	padding-right:80px;
	background:url(../images/line3.png) no-repeat right center;
	}
.nowe-realizacje .lewa span {
	float:right;
	width:calc(100% - 80px);
	font-size:48px;
	line-height:48px;
	font-weight:700;
	text-align:right;
	color:#000;
	padding-right:80px;
	letter-spacing:-1px;
	}		
.nowe-realizacje .lewa .black:hover {
	border:1px solid #41a13a;
	color:#41a13a;
	}

/* PRODUKTY */
.produkty h2 {
	float:left;
	width:100%;
	text-align:center;
	font-size:30px;
	font-weight:700;
	color:#333;
	margin-bottom:30px;
	}
.produkty .controls {
	text-align:center;
	}	

.controls {
	margin-bottom:40px;
	}
.control {
    font-family:Lato;
	font-size:16px;
	font-weight:700;
	color:#000;
	border:none;
	border-bottom:3px solid #fff;
	background:none;
	padding:0 0 5px 0;
	text-transform:uppercase;
	cursor:pointer;
	margin:0 20px;
	}

.control:hover, .control[data-filter]:after {
	color:#4aa543;
	border:none;
	border-bottom:3px solid #4aa543;
	}
.mixitup-control-active[data-filter]:after {
    background: red;
	height:29px;
	width:20px;
	}

.sorting .mix {
	float:left; 
	width:calc(33.333% - 20px);
	margin:0px 10px 30px 10px;
	}
.sorting .mix span {
	float:left; 
	width:100%;
	height:250px;
	background-color:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	}
.sorting .mix p {
	float:left; 
	width:100%;
	font-size:18px;
	font-weight:700;
	color:#000;
	line-height:50px;
	text-align:center;
	}
.sorting .mix:hover p {
	color:#4aa543;
	}		
	
/* HOME REALIZACJE */	
.realizacje {
	height:400px;
	padding:80px 0;
	}
.realizacje .lewa {
	float:left;
	width:50%;
	height:400px;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color:#000;
	}
.realizacje .prawa {
	float:left;
	width:50%;
	height:240px;
	padding:80px 0;
	}	
.realizacje .prawa p {
	float:left;
	width:calc(100% - 80px);
	font-size:16px;
	font-weight:700;
	text-align:left;
	color:#9e1f16;
	margin-bottom:30px;
	padding-left:80px;
	background:url(../images/line2.png) no-repeat left center;
	}
.realizacje .prawa span {
	float:left;
	width:calc(100% - 80px);
	font-size:48px;
	line-height:48px;
	font-weight:700;
	text-align:left;
	color:#000;
	padding-left:80px;
	letter-spacing:-1px;
	}	
.realizacje .prawa .black:hover {
	border:1px solid #9e1f16;
	color:#9e1f16;
	}