/* COMMON */
img {
   image-rendering: optimizeQuality;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #D8D8D8;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #212529;
}

.clear {
	clear: both;
}

button {
	border:  none;
	background: transparent;
}

button * {
	pointer-events:none;
}

@media (hover: none) {

.ss-content {
    width: calc(100%) !important;
}

}
/* SIZING */

html {font-size: 1px;}
@media (max-height: 1250px) and (max-width: 1199px) {html {font-size: 0.95px;}}
@media (max-height: 1150px) {html {font-size: 0.9px;}}
@media (max-height: 1050px) {html {font-size: 0.85px;}}
@media (max-height: 950px) {html {font-size: 0.8px;}}
@media (max-height: 850px) {html {font-size: 0.75px;}}
@media (max-height: 750px) {html {font-size: 0.7px;}}

@media (max-width: 950px) {html {font-size: 0.6px;}}
@media (max-width: 850px) {html {font-size: 0.5px;}}
@media (max-width: 650px) {html {font-size: 0.4px;}}
@media (max-width: 450px) {html {font-size: 0.3px;}}

/* TRANSITION FAST */
h1,
.nav_list_wrapper,
.nav_list_wrapper button,
.open,
#navbar,
#nav_wrapper,
.nav_list_wrapper #clear,
.nav_list_wrapper button,
.nav_list_wrapper button span,
/*.item.active .image_container::after,*/
/*.item.active .image_container,*/
#close,
#contact_close,
#img_close,
#filters button::after,
.pdf a span::after
{	
    -webkit-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -moz-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -ms-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -o-transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
    transition: all 0.2s cubic-bezier(0.65, 0, 0.35, 1) !important;
}

/* TRANSITION DELAYED */

#filters button.active:hover::after
{	
    -webkit-transition: all 0.3s 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -moz-transition: all 0.3s 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -ms-transition: all 0.3s 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -o-transition: all 0.3s 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important;
    transition: all 0.3s 0.7s cubic-bezier(0.65, 0, 0.35, 1) !important;
}

/* TRANSITION MID */
.image_container,
.image_container::after,
.item,
/*.info h3, */
/*.info h4,*/
.info,
#overlay,
#img_overlay,
#contact_overlay
{
    -webkit-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -moz-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -ms-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -o-transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1) !important;
}
/* NAV */

h1 {
	font-weight: 900 !important;
	/*font-size: 65rem;*/
    font-size: 65px;
	display: inline-block;
	margin-right:0.3em;
}
.open {
	font-weight: 500 !important;
	margin-left: 20rem;
}
.open.active {
	transform: rotate(180deg);
}
#nav_wrapper {
    display: block;
    background-color: #D8D8D8d0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 2;
    padding-bottom: 3px;
}
#nav_wrapper.hidden {
	/*position: static !important;*/
    background-color: #D8D8D800;
}
.nav_list_wrapper {
    
    /*letter-spacing: 0.07em;*/
    text-align: left;
	/*font-size: 26rem;*/
    font-size: 26px;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
    overflow:hidden;
    /*max-width: 0;*/
    white-space: nowrap;
    opacity: 1;
    position: absolute;
    /*height: 56rem;*/
    /*top: 31rem;*/
}
#filters.hide_for_typ, #category.hide_for_filters {
    opacity: 0 !important;
    /*max-width: 0 !important;*/
    visibility: hidden;
}
.nav_list_wrapper.active{
	max-width: 100%;
	opacity: 1;
}
.nav_list_wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav_list_wrapper button {
	color: #212529;
	display: inline-block;
    /*padding: 31rem 0;*/
    padding: 1em 0;
	margin: 0;
	margin-left: 1.5em;
	/*height: 20rem;*/
    /*box-shadow: 0 0 30px 80px #d8d8d8 inset;*/
    cursor: pointer;
}

.nav_list_wrapper button:hover {
	color: #000000;
	/*opacity: 0.5;*/
    /*box-shadow: 0 0 30px 40px #d8d8d8 inset;*/
    /*background-color: rgba(255,255,255,0.5);*/
}

.nav_list_wrapper button.active {

}

#filters button::after {
    content: '\00D7';
    position: absolute;
    bottom: 7rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    font-weight: 300 !important;
}
#filters button.active::after {
}
#filters button.active:hover::after {
	opacity: 1;
}

.nav_list_wrapper button {
	position: relative;
}

.nav_list_wrapper button span.f_normal {
	font-weight: 500;
	opacity: 1;
	position: absolute;
	left:0;
    letter-spacing: 0.03em;
}
.nav_list_wrapper button.active span.f_normal {
	opacity: 0;

}

.nav_list_wrapper button span.f_bold {
	font-weight: 700;
	opacity: 0;
}
.nav_list_wrapper button.active span.f_bold {
	opacity: 1;
}

.nav_list_wrapper button.active {
	font-weight: 700;
}

.nav_list_wrapper #clear:hover {
	transform: scale(1.4);
}

.nav_list_wrapper #clear.visible {
	display: inline-block;
}

#navbar {
    z-index: 2;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    margin-right: 50rem;
}
/*#navbar::before {
	content: '';
	display: block;
	background-image: #D8D8D8;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}*/
#navbar.hidden {
    max-width: 0%;
}

@media (max-width: 1399px) {
	h1 {
		font-size: 60px !important;
	}
	.nav_list_wrapper {
		font-size: 23px !important;
	}
}

@media (max-width: 1199px) {
	h1 {
		font-size: 50px !important;
		
	}
	.nav_list_wrapper {
		font-size: 20px !important;
	}
}


@media (max-width: 991px) {
	#nav_wrapper > .container {
	    width: 100%;
	    max-width: 100%;
	}
	#navbar {
    	margin-left: 10px;
	}
}


@media (max-width: 859px) {
	h1 {
		font-size: 40px !important;
		
	}
	.nav_list_wrapper {
		font-size: 16px !important;
	}
}

@media (max-width: 699px) {
	h1 {
/* 		font-size: 40px !important; */
		
	}
	.nav_list_wrapper button {
/* 		font-size: 16px !important; */
        margin-left: 1em;
	}
}


@media (max-width:599px) {
	h1 {
		font-size: 28px !important;
		
	}
	.nav_list_wrapper button {
		font-size: 12px !important;
        margin-left: 0.5em;
	}
}

@media (max-width:499px) {
	h1 {
		font-size: 16px !important;
		margin-top:6px;
		margin-right:
	}
	.nav_list_wrapper button {
		font-size: 12px !important;
        margin-left: 0em;
        padding:0.7em 0 !important;
	}
	.nav_list_wrapper {
		display:block;
		top:22px;
	}
	#navbar {
		margin-right:10px;
        height: 52px;
	}
}


/* ITEMS */


.item {
	margin: 0 65rem 65rem 0 ;
	width: 325rem;
	height: 325rem;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-color: #ffffff;
  	box-shadow: 0 0 0 #000;
	transform: translate3d(0,0,0);

}
.item.hidden {
	opacity: 0;
	transform: scale(.6);
}

.item.szeroki,.item.okladka_szeroka {width: 624rem;}
.item.podwojny {width: 780rem;}

.item.hideme {
	width: 0;
	margin: 0 0 65rem 0 ;
	opacity: 0;
}
.image_container {
	pointer-events:none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  	/*box-shadow: 0 0 0 #000;*/
	transform: translate3d(0,0,0);
}

.item.okladka, .item.okladka_szeroka {
    background-color: #ddd;
    box-shadow: 0 0rem 50rem 50rem #fff inset;
}

.item.okladka .image_container, .item.okladka_szeroka .image_container {
	background-size: auto 80%;
    background-position: center 50% !important;
}

.item.szeroki .image_container, .item.okladka_szeroka .image_container {width: 624rem;}
.item.podwojny .image_container {width: 780rem;}
.image_container::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  	/*background-image: linear-gradient(180deg, #F41111 0%, #CB0606 100%);*/
	mix-blend-mode: darken;
    box-shadow: 0 0 325rem 0 #fff inset;
	/*mix-blend-mode: multiply;*/
	/*mix-blend-mode: screen;*/
	/*mix-blend-mode: overlay;*/
	/*mix-blend-mode: lighten;*/
	/*mix-blend-mode: color-dodge;*/
	/*mix-blend-mode: color-burn;*/
	/*mix-blend-mode: hard-light;*/
	/*mix-blend-mode: soft-light;*/
	/*mix-blend-mode: difference;*/
	/*mix-blend-mode: exclusion;*/
	/*mix-blend-mode: hue;*/
	/*mix-blend-mode: saturation;*/
	/*mix-blend-mode: color;*/
	/*mix-blend-mode: luminosity;*/
	opacity: 0;
}

.item:hover {
	/*transform: scale(1.15);*/
	transform: scale(1.1);
	
}
.item:hover .image_container {
	transform: scale(1.03);
}

.item:hover .image_container::after {
	/*opacity: 1;*/
	opacity: 0.75;
    box-shadow: 0 0 325rem 325rem #F41111 inset;
}
.item:hover .image_container {
}

.info {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.info h3, .info h4 {
	position: absolute;
	color: #fff;
	z-index: 999;
	text-align: left;
	left: 20px;
    right: 20px;
  	transition: opacity 0.3s;
  	transition-delay: 0s;
  	overflow: hidden;
}
.info h3 {
    top: 18px;
    max-width: 0;
    font-size: 19px;
    font-weight: 500;

}
.info h4 {
    bottom: 14px;
    opacity: 0;
    font-size: 21px;
    font-weight: 700;
}


#info h3, #info h4 {
	opacity: 1;
  	max-width: 100%;
}
.item:hover h3 {
  	transition: width 0.3s;
  	transition-delay: 0.3s;
  	max-width: 100%;
}
.item:hover h4 {
  	transition: opacity 0.3s;
  	transition-delay: 0.5s;
	opacity: 1;
}

@media (max-width: 1199px) {
	.info h3 {
		font-size: 15px;
	}
	.info h4 {
		font-size: 18px;
	}
}

@media (max-width: 995px) {
	.info h3, .info h4 {
		left:14px;
	    right:14px;
	}
	.info h3 {
		font-size: 12px;
        top: 12px;
	}
	.info h4 {
		font-size: 14px;
        bottom: 10px;
	}
}

@media (max-width: 767px) {

	#info {
		padding: 5px 10px !important;
		height:auto;
	}
	#info h3, #info h4 {
		position:static;
	}
	#info h3 {
		margin-bottom:5px
	}
	#info h4 {
		font-size: 16px;
	}
	#image_container {
		height:200px;
	}
}


/* ITEM CONTENT */

.link_header {
	font-weight: 700;
	margin-bottom: 20px;
    font-weight:700;
}

.item .content, .item .bonus_links {
	display: none;
}


/* ITEM ACTIVE */


.item.active {
	z-index: 1;
}

.item.active .image_container, .item.active .info, .item.active .image_container::after {
	opacity: 0 !important;
}

/* OVERLAY */

#img_overlay,
#contact_overlay,
#overlay {
	visibility: visible;
	position: fixed;
    top: 0;
    padding-top: 104px;
	bottom: 0;
	left: 0;
	right: 0;
    opacity: 1;
    cursor: default;
}

#contact_overlay {
    background-color: rgba(16,16,16,0.5);
	z-index: 14;
}

#img_overlay {
    background-color: rgba(16,16,16,0.9);
	z-index: 16;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}

#img_overlay #image {
	display: inline-block;
	
}

#contact_overlay h3 {
	font-size: 22px;
	font-weight: 900;
	margin: 0 0 20px 0;
	display: block;
}

#contact_overlay p {
	font-size: 18px;
}

#contact_overlay input[type="text"],
#contact_overlay input[type="email"],
#contact_overlay input[type="submit"],
#contact_overlay textarea {
	background-color: #fff !important;
	border:none !important;
	outline: none;
	padding: 5px 10px;
	display: block;
	width: 100%;
	margin-bottom: 5px !important;
	resize: none;
    max-height: 360px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300 !important;
    position: relative;
    margin-right: 12px !important;
}

label.requ {
	position: relative;
}
label.requ::after {
	content: '*';
	position: absolute;
	right: 4px;
	top: 4px;
	font-size: 16px;
	display: block;
	color:black;
}

#contact_overlay input[type="submit"] {
	width:80px;
	margin-right: 8px;
    float: left;
}
#contact_overlay input[type="submit"]:hover {
	background-color: #fff !important;
}

#contact_overlay input[type="text"]:focus,
#contact_overlay input[type="email"]:focus,
#contact_overlay textarea:focus {

}
#overlay {
    background-color: #D8D8D8;
	z-index: 1;
}

#img_overlay.hidden,
#contact_overlay.hidden,
#overlay.hidden {
	visibility: hidden;
	opacity: 0;
}

#contact_overlay_page,
#overlay_page {
	/*background-color: #EEEEEE;*/
	position: absolute;
}
#contact_overlay_page {
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    /*max-width: 480px;*/
    /*max-height: 580px;*/
    max-width: 800px;
    max-height: 680px;
    /*overflow:hidden !important;*/
}
#overlay_page {
	overflow-y: auto;
    overflow-x: hidden;
	right: 0;
	bottom: 0;
	left: 0;
}

.container .close_wrapper, #overlay_page {
	top: 104px;
}
.close_wrapper {
    position: absolute;
    right: 0;
}
#contact_overlay_page_inner,
#overlay_page_inner {
	padding: 52rem;
    background-color: #EEEEEE;
}

/* CONTACT */

.wpcf7-not-valid-tip {
	position: absolute;
}
.wpcf7-not-valid {
	box-shadow: 0 0 0 1px red;
}
.wpcf7-response-output {
	font-size: 20px;
	display: block !important;
	font-size: 12px;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.wpcf7 .ajax-loader {

    position: absolute;
    margin: 7px 0 0 0 !important;
    position: absolute;
}

#contact_overlay_page_inner {
	overflow: hidden !important;
}

#info {
    padding-bottom: 100%;
    position: relative;
    background-color: #595959;
}


#image_container {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position: relative;
}
#close, #contact_close {
    font-size: 39px;
    padding: 0;
    line-height: 41px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer !important;
    /*border-radius: 100%;*/
    background-color: #EEEEEE;
    color: #000;
    width: 39px;
    height: 0;
    text-align: center;
	box-shadow: 0 0 0 0 #fff inset;
    z-index: -1;
}

#close.active,
#contact_close.active {
    top: -39px;
    height: 39px;
}

#close:hover, #contact_close:hover {
	box-shadow: 0 39px 0 0 #000 inset;
	color: #fff;
}

@media (max-width: 991px) {
	#close, #contact_close {
	    font-size: 29px;
	    line-height: 31px;
	    width: 29px;
	}
	#close.active,
	#contact_close.active {
	    top: -29px;
	    height: 29px;
	}
	#close:hover, #contact_close:hover {
		box-shadow: 0 29px 0 0 #000 inset;
	}
}

#img_close {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
#img_close:hover {
	transform: scale(1.2);
}




/*
#image_container:hover #close {
	opacity: 1;
}*/

#bonus_links {
    margin-top: 52rem;
    font-size: 16px;
}

#bonus_links a {
    color: #212529;
	text-decoration: none;
	margin-right: 30rem;
	margin-bottom: 13rem;
	display: block;
    font-weight:500;
}
#bonus_links a:hover {
	color: black;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#bonus_links {
		display: none !important;
	}
}

#content {
    margin-top: 52rem;
    font-size: 18px;
    font-family: 'Merriweather', 'Georgia', serif;
    font-weight: 400;
}
#content strong {
    font-weight: 700;
}


#content p, #content blockquote {
	margin-bottom: 20px;
}

#content p a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}

#content blockquote {
	font-style: italic;
	background-color: #fff;
	padding: 40px;
}
#content blockquote p {
	margin-bottom: 10px;
}
#content blockquote p:nth-last-child(1) {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	#content {
		font-size: 16px;
	}
}

.youtube .film {
	width: 100%;
	  overflow: hidden;
	  height: 0;
	  padding-bottom: 56.25%;
	  margin-top: 52rem;
	  position: relative;
	  background-color: #dddddd;
	  background-image: url(../images/loader.gif);
	  background-position: center center;
	  background-repeat: no-repeat;
}
.youtube .film .title {
	position: absolute;
	z-index: 2;
}
.youtube iframe {
	width: 100%;
	height: 100%;
    position: absolute;
}

.pdf a {
    margin-top: 30px;
    color: #212529;
    text-decoration: none;
    display: block;
    padding: 20px 40px;
    background-color: #fff;
}
.pdf a:hover {
	color: #000;
}
.pdf img {
    width: 48px;
    display: block;
    margin-right: 20px;
    float: left;
}

.pdf a span {
	position: relative;
}
.pdf a span::after {
	content: '';
	background-color: #777;
	max-width: 0;
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: -5px;
	left: 0;
	opacity: 0;
}

.pdf a:hover span::after {
	max-width: 1000px;	
	opacity: 1;
}

/**/

.viewport {
	overflow: hidden;
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
@media (hover: none) {
	.viewport {
		overflow: scroll;

	}
}
.outer_container {
	position: relative;
    -webkit-transition: all .7s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: all .7s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: all .7s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: all .7s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all .7s cubic-bezier(0.5, 1, 0.89, 1);
}

#items {
	width: 200%;
	padding: 60px 100rem 250rem 100rem !important;
  	box-sizing: border-box;
  	text-align: center;
  	position: relative;


}

@media (max-width:  1199px) {

	#items {
		width: 300%;
	}
}
.viewport:active, .item:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
#page {
    -webkit-transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
    -ms-transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
    -o-transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 2.5s cubic-bezier(0.5, 1, 0.89, 1);
	transform: translate(0,0) scale(1) ;
	min-height: 100vh;
    margin-top: 52rem;
}

#page.hidden {
	transform: translate(0,-50%) scale(2); 
}

/* SLIDER */

.slick-slide {
    overflow: hidden;
}

.obrazy {
    background: #fff;
	margin-top: 30px;
	padding: 40px;
}



.obraz img {
    max-height: 400px;
    margin: 0 auto;
	cursor: zoom-in;
	max-width: 100%;
}
.obraz span, .film-title {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 40px 40px 0 40px;
}
.film-title {
    padding: 40px;
    background-color: #fff;
}

.obrazy.fullscreen{
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    top: 0; 
    left: 0; 
    display: block;
    visibility: visible;
}

.slick-arrow {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 5px 10px;
    position: absolute;
    z-index: 5;
    top: 44%;
    cursor: pointer;
}
.arrow_left {
	left:0;
}
.arrow_right {
	right: 0;
}

#footer {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-top: 40px;
    float: right;
    color: #999;
}