@media only screen and (min-width: 1rem) and (max-width: 64rem) { /* 641px */
	.project-slideshow {
		opacity: 1;
		visibility: visible;
		}
	.project-slideshow .slide {
		opacity:1!important;
		visibility:visible;
		margin-bottom:.125rem;
		}
	.info-button {
		display: none;
		}
	}
/* slider section */
.home-slider-fs {
	background: #000;
	}
	.home-slider-fs .slideshow .slide img {
		width: 100%;
		height: 100vh;
		max-width: 100%;
		max-height: 100%;
		margin: 0;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: bottom;
		   object-position: bottom;
		-webkit-transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
		-o-transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
		transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
		-webkit-transform: scale(1.05);
		  -ms-transform: scale(1.05);
			  transform: scale(1.05);
		}
.project-slider {
	background-color:#fff;
	}

@media only screen and (min-width: 64rem) { /* 641px */

/* slider */
.slideshow {
	opacity: 0;
    visibility: hidden;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slideshow .slider-track {
  -webkit-transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow.slick-initialized {
    visibility: visible;
    opacity: 1;    
	}

.slide {
	display: block;
	padding: 0;
	margin:0;
	height: 100vh;
	outline: 0 none;
	background-color: #000;
	}
	
.slideshow .slide img {
	width: 100%;
	height: 100vh;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
	-webkit-transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1.25s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.05);
	  -ms-transform: scale(1.05);
		  transform: scale(1.05);
	}
	
	.slideshow .slide img.portrait {
		-o-object-fit: contain;
	   object-fit: contain;
		}
	
.slideshow .slide.slick-active img {
	  -webkit-transform: scale(1);
		  -ms-transform: scale(1);
			  transform: scale(1);-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	}

}

/* nawigacja icon fontem */
.slick-prev, .slick-next {
	line-height: 0;
	position: absolute;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 35vw/*47px*/;
	height: 100vh/*47px*/;
	padding: 0 6rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #ff33cc;
	border: none;
	outline: none;
	z-index: 100;
	-webkit-transition: all 250ms ease-out 0ms;
	-o-transition: all 250ms ease-out 0ms;
	transition: all 250ms ease-out 0ms;
	border-radius: 50%;
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	font-size: 1.5rem;
	background-color: transparent;
	}
.slick-prev svg, .slick-next svg {
	fill: #444;
	width: 2rem;
	height: 2rem;
	-webkit-transition: all 250ms ease-out 0ms;
	-o-transition: all 250ms ease-out 0ms;
	transition: all 250ms ease-out 0ms;
}
.slick-prev svg:hover, .slick-next svg:hover,
/*.slick-prev svg:focus, .slick-next svg:focus,*/
.slick-prev:hover svg, .slick-next:hover svg/*,
.slick-prev:focus svg, .slick-next:focus svg*/ {
	fill: #f3c;
}
.slick-prev {
	left:0;
    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
   	}

.slick-next {
    right:0;
	}
.slick-prev:hover,
.slick-next:hover {
	opacity:1;
	/*background: rgba(255,255,255,1);*/
}

.info-button {
	z-index: 300;
	position: absolute;
	bottom: 10px;
	right: 2rem;
	margin: 0;
	background: transparent;
	padding: .5rem .85rem;
	color: #f3c;
	font-weight: bold;
	-webkit-transition: all 250ms ease-out 0ms;
	-o-transition: all 250ms ease-out 0ms;
	transition: all 250ms ease-out 0ms;
	}
	.info-button:hover,
	.info-button:focus {
		background: #f3c;
		color: #fff;
		cursor: help;
		}
.slick-dots {
  position: absolute;
  z-index:200;
  bottom: 1rem;
  right: 0rem;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0 2rem;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 40.0625rem) { /* 641px */
.slick-dots {padding: 0 7rem;}
.home .slick-dots {padding: 0 3rem;}
/*.info-button {right: 3rem;}*/
}
@media only screen and (min-width: 64.0625em) { /* 1025px */ 
.slick-dots {padding: 0 10rem;}
.home .slick-dots {padding: 0 6rem;}
.info-button {display: block;
right: 6rem;}
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width:1rem;
  height:1rem;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: .75rem;
  height: .75rem;
}
/*.project-slider .simple-dots .slick-dots li button {
	background-color:#f3c;
	}*/ 
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
/*.project-slider .simple-dots .slick-dots li.slick-active button {
color:#f3c;
  opacity: 0.75;
	}*/
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 7px;
  padding: 0;
  border-radius: 2px;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
