*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


body {
	font-family: 'Montserrat', 'Open Sans';
	font-size: 14px;
	font-weight: 500;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

a, a:active, a:focus {
   outline: none;
}

.page-transition {
	opacity:0!important;
	transition: all 0.5s ease-in-out!important;
}
.about-page-to-home {
	background :#000;
}

.about-transition {
	background-color:#fff;
	transition: background-color 2s ease-in-out;
}

body,html {
	scroll-behavior: smooth;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	overflow: initial;
	overflow-x: hidden;
}
body,html {
}
.scrollsnapbody {
/*	scroll-snap-type: y mandatory;
	-webkit-overflow-scrolling: touch;*/
}

.grid .scroll_elem {
/*	scroll-snap-align: start;
	scroll-snap-stop: always;*/
}

.videomask {
	background: url(../img/knk/logo-knk.svg);
	display: block;
	width:350px;
	height:250px;
	background-repeat: no-repeat;
	opacity:0;
	position: absolute;
	top: calc(50vh - 126px);
	left: calc(50vw - 270px);
	z-index: 99;
}

#loadMore {
	display:flex;
	position: fixed;
	width:100vw;
	text-align: center;
/*	padding: 1.5em 0 2.5em 0;*/
	background: #fff;
	bottom: 0!important;
	left: 0;
	z-index: 5;
	justify-content: center;
	align-content: center;
}
footer {background: #fff;}

#loadMore .animarrow {
	opacity:0;
	animation: scroll ease 1.5s infinite;
	display: block;
	position: absolute;
	height: 1vw;
	bottom: 28px;
}

#loadMore span {
	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 3em;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(1vh);
	}
}

p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
	font-weight: 300;
	line-height: 1.2;
}

.error404 section {width:100%}
.error404 h1, .error404 p {text-align: center;}
.error404 a:hover {color: #000;}

#preloader {
	z-index: 2000;
	background: #000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;	
	position: fixed;
	display:block;
}

.no-show {opacity: 0;}

.item-details-on .dashed{
  	stroke-dasharray: 3, 2px;
	stroke-width: 4;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke: #fff;
	fill: none;

}
.item-details-off .dashed {
	fill: none;
}
.item-details-on .path {
  	stroke-dasharray: 1000;
	fill:none;
	stroke: #000000;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-width: 2px;
  	animation: dash 5s linear 1;
	animation-delay: 2s;
}
.item-details-off .path {
	fill: none;
	animation: dash 5s linear alternate 1;
}



@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.dashed-2{
  stroke-dasharray: 10;

}
.path-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
	opacity: 0;
  /*animation: dash-2 5s linear alternate infinite;*/
}

@keyframes dash-2 {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}


.dotted-box {
  	stroke-dasharray: 1000;
	fill:none;
	stroke: #000000;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	strokeDashoffset: 0;
	opacity:0;
	transform: rotate(180deg);
	display: block;
	position: absolute;
	left: 35px;
	bottom:-50px;
}
.path-drop-inverted {
  	stroke-dasharray: 1000;
	fill:none;
	stroke: #fff;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	opacity:0;
  	animation: dash-drop 1s steps(1000) forwards;
	animation-delay: 3.4s;
}
.dashed-drop {
  	stroke-dasharray: 2, 2px;
	stroke-width: 4;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke: #fff;
	fill: none;
	opacity:0;
}
.dashed-drop-inverted {
  	stroke-dasharray: 2, 2px;
	stroke-width: 4;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke: #000;
	fill: none;
	opacity:0;
}

	
.object-drop {transform: rotate(180deg);margin-left:34px;}

#intro-video {
	z-index: 2001;
	object-fit:cover;
	padding: 0 ;
	width:100%;
	height: 100%;
}

#intro-video {
	cursor:pointer;
}

#intro-video.ready {
	cursor: url("data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyN3B4IiB2aWV3Qm94PSIwIDAgMjggMjciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c3ltYm9sX3g1Rl9leGl0IDI8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9InN5bWJvbF94NUZfZXhpdC0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMC4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJYIj4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIyNS41IiB5MT0iMC43IiB4Mj0iMC43IiB5Mj0iMjYuMSIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgICAgIDxsaW5lIHgxPSIyNS41IiB5MT0iMjYuMSIgeDI9IjAuNyIgeTI9IjAuNyIgaWQ9IlBhdGgiPjwvbGluZT4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") 26 26, pointer;
}

.content-over {
	display: block;
	position: absolute;
	width:100vw;
	height:100vh;
	background: #fff;
	opacity: 0;
	z-index: 6;
	overflow: hidden;
	top:0;
}
.display-none {display: none;}


.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2c2d31;
}

.loading::after {
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 8px solid #383a41;
	border-bottom-color: #565963;
	border-radius: 50%;
	animation: animLoader 0.8s linear infinite forwards;
}


@keyframes animLoader {
	to { transform: rotate(360deg); }
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover,
a:focus {
	color: #fff;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

main {
	display: flex;
	flex-wrap: wrap;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.content--side {
	position: relative;
	z-index: 100;
	width: 15vw;
	min-width: 130px;
	max-height: 100vh;
	padding: 0 1em;
	order: 2;
}

.content--center {
	flex: 1;
	max-width: 100vw;
	order: 3;
	padding:0 10vw;
}

.content--right {
	order: 4;
}

.content--related {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 8em 1em 3em;
	text-align: center;
	order: 5;
}

.media-related {
	width: 100%;
}

.media-item {
	padding: 1em;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.7;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	font-size: 1em;
	max-width: 220px;
	padding: 0.5em;
	margin: 0 auto;
}

/* Header */
.knk-header {
	top: 0;
	background: #fff;
	position: sticky;
	z-index: 10;
	display: flex;
	align-items: center;
	width: 100%;
/*	padding: 5.5em 0 8em;*/
	order: 1;
}

.knk-header__title {
	font-size: 1em;
	font-weight: normal;
	flex: 1;
	margin: 0 7em 0 0;
	text-align: center;
	text-transform: lowercase;
}

.kn-header__title::before,
.knk-header__title::after {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding: 0 0.25em;
	color: #42454c;
}

.knk-header__title::after {
	content: '\2309';
	vertical-align: sub;
}

.knk-header__title::before {
	content: '\230A';
}



@keyframes octocat-wave {
	0%,
	100% {
		transform: rotate(0);
	}
	20%,
	60% {
		transform: rotate(-25deg);
	}
	40%,
	80% {
		transform: rotate(10deg);
	}
}



/* Grid */

.visible_item {display:none;}

.grid {
	position: relative;
	z-index: 5;
	display: block;
}

.grid--hidden {
	position: fixed !important;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.js .grid--loading::before,
.js .grid--loading::after {
	content: '';
	z-index: 1000;
}

.js .grid--loading::before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #2c2d31;
}

.js .grid--loading::after {
	position: absolute;
	top: calc(25vh - 20px);
	left: 50%;
	width: 40px;
	height: 40px;
	margin: 0 0 0 -20px;
	border: 8px solid #383a41;
	border-bottom-color: #565963;
	border-radius: 50%;
	animation: animLoader 0.8s linear forwards infinite;
}

.grid__sizer {
	margin-bottom: 0 !important;
}

.grid__link,
.grid__img {
	display: block;
}

.grid__deco {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.grid__deco path {
	fill: none;
	stroke: black;
	stroke-width:1;
	
}

.grid__reveal {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	background-color: #2c2d31;

}

.grid .grid__item,
.grid .grid__sizer {
	width: calc(11.11% - 20px);
	margin: 0 10px 20px;
}

.grid__item {
	background-color: #FFF !important;
	border-radius: 50% !important;
}

.grid__item:hover .knk__content {opacity:1;}

/* FILTERS ************************************************************************ */
.grid__img {
	width: 100%;
	filter: grayscale(100%);
}

.grid__item:hover a.grid__link img {
	/*border-radius: 50%!important;*/
	filter: hue-rotate(90deg)!important;
	/*opacity: 0.3!important;*/
	transition: all .3s ease-in-out 0s;
}

.grid__item:hover a.grid__link.is-clicked img {
    border-radius: 50% !important;
    filter: hue-rotate(0)!important;
	filter: grayscale(1)!important;
    opacity: 0.3 !important;
    transition: all .3s ease-in-out 0s;
}

/* FILTERS END ******************************************************************** */

/* ---- load more button ---- */

.button {
display: inline-block;
cursor: pointer;
border: none;
background:transparent;
transition: all 0.5s ease-in-out 0s;
}

.button:hover {
	
}
.button span{
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	font-weight: 300;
	color:#000;
}
.button:hover span{
	opacity: 1;
}

.button:active,
.button.is-checked {

}

.button:active {

}

/* CONTENT */

.container {
	max-width: unset;
  	padding: 0px 8.5vw 0 10.5vw;
  	margin-right: auto;
  	margin-left: auto;
}

.knk__content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.knk__title {
	font-size: 1.8em;
	clear: both;
	color: #000;
	font-weight: 300;
	margin-bottom: 0;
}
.knk__no {
	font-size:1.3em;
	color:#000;
	font-weight: 700;
}

.knk__title:hover {
	color:#000;
}

.logo-knk img {
	max-width:130px;
	height:108px;
	z-index: 100;
}
.logo-knk {opacity:0;}

.hvr-underline-from-left::before {
	background: #000;
	height: 2px;
}


/* MENU ANIMATION */

.box {
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 10px;
	border: 1px solid #000;
	top: 13px;
	left: 50px;
	transform: rotate(45deg) translate(0, 0);
	z-index: 3;
}
.box-2 {
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 10px;
	border: 1px solid #000;
	top: calc(5.5em + 13px);
	left: calc(10.5vw + 35px);
	transform: rotate(45deg) translate(0, 0);
	z-index: 10;
	opacity: 0;
}
.box-nothome {
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 10px;
	border: 1px solid #000;
	left: 0;
	transform: rotate(45deg) translate(0, 0);
	z-index: 999999;
	bottom:60vh;
	opacity:0;
}





.invert {
filter: invert(1);
}






.line1 {
	width: 0;
	position: absolute;
	top: 107px;
	left: 90px;
	transform: rotate(0) translate(0, 0);
	z-index: 3;
	border-top: 2px dotted #000;
}

/* MENU */


#menu .lang {
    padding: 0 1em;
    font-weight: 500;
    letter-spacing: 0.04em;
    flex: 0 0 auto;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: -2px;
}

#menu .intro {
    padding: 0 1em 0 1em;
    letter-spacing: 0.04em;
    flex: 0 0 auto;
	margin-bottom: -2px;
}
#menu .menu-sep {
    padding: 0 2em 0 1em;
    font-weight: 400;
    letter-spacing: 0.04em;
    flex: 0 0 auto;
	text-transform: uppercase;
}

#menuToggle
{
	display: block;
	position: absolute;
	top: 3em;
	right: 5em;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	opacity: 0;
	
}

#menuToggle::after {
	content: '';
	width: 10vw;
	height: 50px;
	position: absolute;
	background: #fff;
	top: -14px;
	right: -7vw;
	z-index: 2;
}

#menuToggle a
{
  	text-decoration: none;
  	color: #000;
	line-height: 2em;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
  	transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #000;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 4; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 2px!important;
  margin-bottom: 8px;
  position: relative;
  background: #000;
  border-radius: 0;
  z-index: 3;
  transform-origin: 4px 0px;  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
	
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 0%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(0deg) translate(0, -10px);
  background: #000;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  transform: rotate(0deg);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(0deg) translate(0, 10px);
}

#menu
{
  	position: absolute;
	top: 7px;
	right: 0;
  	list-style-type: none;
  	-webkit-font-smoothing: antialiased;
  	/* to stop flickering of text in safari */
  	display:flex;
  	transform-origin: 0% 0%;
  	transform: translate(100vw, 0);
  	transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
}

#menu li
{
  	padding: 0 1em;
  	font-size: 1.2em;
	font-weight: 300;
	letter-spacing: 0.04em;
	flex: 0 0 auto;
	display: flex;
}
#menuToggle input:checked ~ .menu-area ul {
  transform: none;
}

/* CLOSE BUTTON*/

.masonry-reset-div {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top:0;
}
.masonry-reset:focus {
    color: #000!important;
}
.masonry-reset:hover {
	color: #999!important;
	text-decoration: none;
}

a.masonry-reset {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
}

.masonry-reset::before {
	content: '';
	width: 40px;
	height: 2px;
	background: #000;
	display: block;
	position: absolute;
	right: 0;
	top:20px;
	transform: rotate(45deg);
	transition: transform 0.5s cubic-bezier(0.1,0.2,0.05,1.0);
}
.masonry-reset:hover.masonry-reset::before {transform: rotate(-45deg)}
.masonry-reset:hover.masonry-reset::after {transform: rotate(45deg)}
.masonry-reset::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #000;
	display: block;	
	position: absolute;
	right: 0;
	top:20px;
	transform: rotate(-45deg);
	transition: transform 0.5s cubic-bezier(0.1,0.2,0.05,1.0);
}

/* ITEM DETAILS */

.vert-items .knk__content {display:none;}

.item-details {
	opacity: 0;
}

.item-details-on {
	opacity: 1;
	transition: opacity 3s ease-in-out;
	transition-delay: 1.5s!important;
}

.item-details-off {
	opacity: 0;
	transition: opacity 3s ease-in-out;
	transition-delay: 1.5!important;
}

.item-detail-img {
/*	transform: scale(1);*/

}

.item-details-on .item-detail-img {
	/*transform: scale(1);
	transition: all 2s ease-in-out;
	transition-delay: 1s!important;*/
}

.item-details-off .item-detail-img {
/*	transform: scale(0);
	transition: all 1s ease-in-out;*/
}

.item-detail-img {
	display: flex;
  	align-items: top;
  	justify-content: center;
}

.item-detail-img img {
	padding: 0;
	width: auto;
}

.item-detail-img svg {
	padding: 0 0 0;
	margin-left: -10vw;
	
}

.item-detail-text {
	max-height:0;
	overflow: hidden;
	width: 20%;
	position: absolute;
	top: 2.5vh;
	right: 80px;
}

.item-details-on .item-detail-text{
	transition: max-height 1s ease-in-out;
	transition-delay: 1s!important;
	padding-bottom: 50px;
}
.item-details-on #item-detail-text-p-outer{
	overflow-y: hidden;
	display:inline-block;
}
.item-detail-text h2 {padding-bottom:4vh;}
.item-details-on .item-detail-text-p{
	display:block;
	text-align: justify;
/*	position:relative;*/
	overflow-y: hidden;
}

.item-details-off .item-detail-text {
	max-height:0;
	transition: max-height 1s ease-in-out;
}

.dt-arrows {
	position: absolute;
	right: calc(50% + 15px);
	z-index: 2;
}

.dt-arrows .dt-up-button {
	position: absolute;
	right: 0;
	top: 100%;
}
.dt-arrows .dt-down-button {
	position: absolute;
	right: 0;
	top: -40px;
}


.dt-arrows .dt-down-button::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url("/wp-content/uploads/2021/04/arrow-projects.svg");
	position: absolute;
	background-size: 40px 40px;
	transform: rotateX(180deg);
	transform-origin: center center;
}
.dt-arrows .dt-up-button::after {
	content:"";
	width:40px;
	height:40px;
	background: url("/wp-content/uploads/2021/04/arrow-projects.svg");
	position: absolute;
	background-size: 40px 40px;
}

/* SQUARE ANIMATION */

.hor-dotted-right {
	position: absolute;
	top: 0;
	left: 50%;
	border-top: 2px dotted black;
	width: 0;
}
.vert-dotted-down {
	position: absolute;
	top: 3px;
	right: 38px;
	border-left: 2px dotted black;
	height: 0;
}
.hor-dotted-left {
	position: absolute;
	right: 80px;
	border-top: 2px dotted black;
	width: 0;
}
.vert-dotted-up {
	position: absolute;
	bottom: 50px;
	border-left: 2px dotted black;
	height: 0;
}

.box-we {
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 10px;
	border: 2px solid #000;
	left: 35px;
	transform: rotate(45deg) translate(0, 0);
	z-index: 999999;
	bottom: calc(28vh + 36vh - 69px);
	opacity:0;
}

.hor-we-dotted-right {
	position: absolute;
	bottom: -50px!important;
	left: 176px;
	border-top: 2px dotted white;
	width: 0;
	z-index: 999999;
}
.vert-we-dotted-up {
	position: absolute;
	bottom: -50px;
	border-left: 2px dotted white;
	height: 0;
	right: 15px;
}

.box-xp {
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 10px;
	border: 2px solid #000;
	left: 35px;
	transform: rotate(45deg) translate(0, 0);
	z-index: 999999;
	bottom: calc(28vh + 36vh - 69px);
	opacity:0;
}
.hor-xp-dotted-right {
	position: absolute;
	bottom: -50px;
	left: 174px;
	border-top: 2px dotted black;
	width: 0;
	z-index: 999999;
}
.vert-xp-dotted-up {
	position: absolute;
	bottom: -50px;
	border-left: 2px dotted black;
	height: 0;
	right: 15px;
}
.box-projects {
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 10px;
	border: 2px solid #000;
	left: 35px;
	transform: rotate(45deg) translate(0, 0);
	z-index: 999999;
	bottom:calc(28vh + 36vh - 69px);
	opacity:0;
}
.hor-projects-dotted-right {
	position: absolute;
	bottom: -50px;
	left: 172px;
	border-top: 2px dotted black;
	width: 0;
	z-index: 999999;
}
.vert-projects-dotted-up {
	position: absolute;
	bottom: -50px;
	border-left: 2px dotted black;
	height: 0;
	right: 15px;
}
.hor-projects-dotted-left {
    position: fixed;
    top: calc(8.5vh + 95px);
    right: calc(11vw + 23px);
    border-top: 2px dotted black;
    width: 0;
}
.hor-contact-dotted-right {
	position: absolute;
	bottom: -50px;
	left: 174px;
	border-top: 2px dotted white;
	width: 0;
	z-index: 999999;
}
.vert-contact-dotted-up {
	position: absolute;
	bottom: -50px;
	border-left: 2px dotted white;
	height: 0;
	right: 11px;
}



/* ITEM TRANSITIONS */



/* ITEM HIDE */
.out_of_scope img{
	opacity:0;
	transition: opacity .2s ease-in-out;
}
.in_scope img{
	opacity:1;
	transition: opacity .2s ease-in-out;
}

/* FANCYBOX */



.fancybox-bg {
    background: rgb(255, 255, 255);
}
.fancybox-iframe {height:100vh;}

.fancybox-slide {padding:0!important;}


.fancybox-progress, .fancybox-caption, .fancybox-infobar  {display:none!important;}

.fancybox-slide--image {
    padding: 0!important;
	
}

.fancybox-content {
	transform: translate(0, 0)!important;
	width: 100vw!important;
	height: 100vh!important;
	overflow: hidden!important;
}

.project-video iframe {width:100%; height:100%}
.carousel-fade .carousel-item.project-video {height:100vh;margin-top:-7vh;}

.fancybox-image {
	/*object-fit: cover!important;*/
	object-fit: contain!important;
	object-position: center!important;
	
}

.fancybox-toolbar {
	visibility: visible!important;
	width: 100%;
	text-align: center;
}

/* FANCYBOX ALWAYS SHOW EXTRA CLASS  */
.fancybox-navigation .fancybox-button.always, .fancybox-toolbar.always {
    opacity: 1!important;
    visibility: visible!important;
}


.fancybox-button svg {display:none;}
.fancybox-navigation .fancybox-button {height:auto;}

.copyright {
	position: absolute;
	bottom: -3vh;
	left: 10.5%;
	z-index: 6;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	opacity: 0.5;
	transition: all 0.5s ease;
}
.developer {
	position: absolute;
	bottom: -3vh;
	right: calc(10vw + 5em - 20px);
	z-index: 6;
	font-weight: 400;
	font-size: 10px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	opacity: 0.5;
	transition: all 0.5s ease;

}

/* DARK LAYOUT */
body[class*="-dark"] .logo-knk img {
    filter: invert(1);
	transition: all 850ms ease-in-out 1s;
}
body[class*="-dark"] .box {
    filter: invert(1);
	transition: all 850ms ease-in-out 1s;
}
body[class*="-dark"] .knk-header #menuToggle span {
	background:#fff;
	transition: background 850ms ease-in-out 1s;
}
body[class*="-dark"] .site-footer .copyright {
	color:#fff;
	transition: color 850ms ease-in-out 1s;
}
body[class*="-dark"] .site-footer .developer {
	color:#fff;
	transition: color 850ms ease-in-out 1s;
}

body[class*="-dark"] #box1 .box {
	border: 1px solid #fff;
	transition: border 850ms ease-in-out 1s!important;
}
body[class*="-dark"] #menuToggle a {
	color:#fff;
}
body[class*="-dark"] .hvr-underline-from-left::before {
    background: #fff;
}


/* PROJECTS */ 
.lae-block-filter-list .lae-block-filter-item:first-child  {display: none!important;}
.lae-block-filter-list .lae-block-filter-item .lae-block-filter-link {font-weight: 600 !important;}

.single-projects .fancybox-container {z-index:0!important;}
.projects-full {overflow: hidden!important; height: 100vh;}
.is-projects .fancybox-iframe {height:93vh;}
.is-projects .fancybox-content .fancybox-image {height:93vh;}
.is-projects .fancybox-content {
	padding: 0;
	z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
}
.is-projects .fancybox-container {height: 93vh;background:#000;}
.fancybox-stage {background:#000;}
.is-projects .project-slided-footer .row, .is-projects .project-details-all .row {
	width:80%;
	display: flex;
    align-content: center;
    justify-content: center;
    height: calc(8vh - 30px);
	margin-top: -10px !important;
}
.is-projects .project-details-all {width:80%; margin:0 auto;}
.is-projects .knack-theexcerpt p {line-height: 1.3;}
.is-projects .project-carousel-outer {overflow: hidden; height: 7vh; z-index: 50;transform: none;}
.is-projects .fancybox-slide--html {padding: 0; margin: 0; overflow:hidden;}
.is-projects .project-fixed-footer {
	position:fixed;
	bottom:0;left:0;
	background:#fff;
	justify-content: center;
	align-content: center;
	width:100%; 
	height: 8vh; 
	z-index:100;
}
.is-projects .project-slided-footer {
	justify-content: center;
	align-content: center;
	width: 100vw;
	height: 8vh; 
	z-index:100;
	display: flex;
	flex-wrap: wrap;
}

.is-projects .project-details {
	background-color: #fff;
	position: fixed;
    bottom: -50vh;
    height: 50vh;
	transition: all 1s ease-in-out;
	
}

.is-projects .project-details.slide-up {
	bottom: 0; 
	height: 50vh; 
	width: 100vw;
	z-index:200;
	transition: all 1s ease-in-out;
}
.is-projects .project-details.slide-down {
	bottom: -43vh; 
	z-index:200;
	transition: all 1s ease-in-out;
	position: absolute;
    left: 0;
}

.is-projects #details-to-show {
	position:fixed;
	z-index: 99999;
	bottom: 0;
	width: 100vw;
	max-height: 50vh;
}

.is-projects .project-details {display: block!important;}
.is-projects .project-details-left { 
	float:left;
	padding-top: 3vh;
}
.is-projects .project-details-right { 
	float:left;
	padding-top: 3vh;
	height: 33vh;
	padding-left: 6vh;
}
.is-projects .project-details-left img {
    height: 33vh;
    width: auto;
}
.is-projects .project-down-button {
	position: absolute;
	bottom: 53vh;
}
.is-projects .project-up-button {
	position: absolute;
	right: 50%;
	bottom: 53vh;
}
.no-margins {margin:0!important;}

.project-down-button::before {
	content: "";
	width: 7vh;
	height: 7vh;
	background: #fff;
    background-size: auto;
	position: absolute;		
	transform: rotate(45deg);
	transform-origin: center center;
	border-radius: 14px;
	right: -3.5vh;
	bottom: -8vh;
	z-index: 0;
}
.project-down-button::after {
	content:"";
	width:5vh;
	height:5vh;
	background: url("/wp-content/uploads/2021/04/arrow-projects.svg");
	position: absolute;
	background-size: 5vh 5vh;
	transform-origin: center center;
	bottom: -5vh;
	left: -2.5vh;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 1;
	
}
.project-up-button::before {
	content: "";
	width: 7vh;
	height: 7vh;
	background: #fff;
    background-size: auto;
	position: absolute;
	transform-origin: center center;
	border-radius: 14px;
	right: -3.5vh;
	bottom: -7vh;
	z-index: 0;
}
.project-up-button::after {
	content: "";
	width: 5vh;
	height: 5vh;
	background: url("/wp-content/uploads/2021/04/close-details.svg");
	position: absolute;
	background-size: 5vh 5vh;
	bottom: -5.6vh;
	left: -2.5vh;
	z-index: 1;
}
.lae-portfolio-wrap .lae-portfolio-header {
	position:fixed!important;
	top:6em!important;
	z-index:10!important;
}
.is-projects .knack-theexcerpt p {
	font-size:14px!important;
	font-weight: 500;
}
.is-projects .knack-text {
	font-size:1.5em!important;
	float: left;
	font-weight: 500;
	padding-left:0;
	line-height: unset;
}
.is-projects .project-details-right h2 {
	font-size:3em;
	margin:0;
}
.is-projects .project-details-right .knk__no {font-size:1em;font-weight:500;}
#carouselButtons {
	display: block;
	position: absolute;
	top: 6em!important;
	left: 10.5vw!important;
	z-index: 999;
}

.projects .btn {padding:0;}

.is-projects .knack-theexcerpt {
	z-index: 10;
	text-align:right; 
	padding-right:0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.fancybox-button.fancybox-button--close, .fancybox-slide--html .fancybox-close-small{
    background: url("/wp-content/uploads/2021/02/close-button.svg") no-repeat;
    margin: 0 !important;
    width: 40px !important;
    display: block;
    position: absolute;
    top: 6em !important;
    right: 11vw !important;
    padding: 0 !important;
    color: #fff !important;
    height: 40px;
}

.is-projects .glyphicon-play, .fancybox-button--play {
	background: url("/wp-content/uploads/2021/02/play-button.svg") no-repeat;
	width: 40px;
	height: 48px;
	display: block;
	top: 6em!important;
	left: 10.5vw!important;
}

.is-projects .glyphicon-pause, .fancybox-button--pause {
	background: url("/wp-content/uploads/2021/02/pause-button.svg") no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 20px;
	top: 6em!important;
	left: 10.5vw!important;
}
.is-projects .icon-prev, .fancybox-button--arrow_left {
	background: url("/wp-content/uploads/2021/02/arrow-white.svg") no-repeat;
	position: absolute;
	top: 6em!important;
	width: 40px!important;
	height: 48px!important;
	transform: rotate(180deg);
	transform-origin: center center;
	left: calc(50vw - 100px)!important;
	padding: 0!important;
	z-index: 999;
}
.is-projects .icon-next, .fancybox-button--arrow_right  {
	background: url("/wp-content/uploads/2021/02/arrow-white.svg") no-repeat;
	position: absolute;
	top: 6em!important;
	width: 40px!important;
	height: 48px!important;
	right: calc(50vw - 100px)!important;
	padding:0!important;
	z-index: 999;
}

.project-details #project-detail-text-p-outer{
	display:inline-block;
	height: 33vh;
	margin-top: -5vh;
	padding: 5vh 0 4vh 0;
	margin-bottom: -4vh;
}
.project-details .project-detail-text-p{
	display:block;
	height: 24vh;
	text-align: justify;
	overflow: hidden;
}

.pr-arrows {
	position: relative;
	top: 0;
	left: calc(50% - 20px);
	z-index: 2;
}

.pr-arrows .pr-down-button {
	position: absolute;
	bottom: 4vh;
}
.pr-arrows .pr-up-button {
	position: absolute;
	bottom: -25vh;
}


.pr-arrows .pr-down-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 30px;
	transform: rotateX(180deg);
	transform-origin: center center;
}
.pr-arrows .pr-up-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 30px;
}

/* SINGLE PROJECT */
.single-projects header {display: none;}
.single-projects footer {display: none;}
.single-projects {background:#000;}


/* ABOUT */
.about footer,.about footer #loadMore {background: #000;}

.about #xp-text-scroll {
	overflow-y: hidden;
	display:inline-block;
	height: 28vh;
	margin: 3.5vh 0;
}
.about #xp-text-scroll > div {
	display:block;
	height: auto;
}

.about #we-text-scroll {
	overflow-y: hidden;
	display:inline-block;
	height: 28vh;
	margin: 3.5vh 0;
}
.about #we-text-scroll > div {
	display:block;
	height: auto;
}

.about-image img {height:35vh!important;width:35vh!important;}

.we-arrows {
	position: absolute;
	top: -35vh;
	right: calc(50% + 15px);
	z-index: 2;
	opacity: 0;
	height: 35vh;	
}

.we-arrows .we-down-button {
	position: absolute;
	right: 0;
	top: 0;
}
.we-arrows .we-up-button {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.we-arrows .we-down-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 42px;
	transform: rotateX(180deg);
	transform-origin: center center;
}
.we-arrows .we-up-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 25px;
}

.xp-arrows {
	position: absolute;
	top: -35vh;
	right: calc(50% + 15px);
	z-index: 2;
	opacity: 0;
	height: 35vh;
}

.xp-arrows .xp-down-button {
	position: absolute;
	right: 0;
	top: 0;
}
.xp-arrows .xp-up-button {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.xp-arrows .xp-down-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 42px;
	transform: rotateX(180deg);
	transform-origin: center center;
}
.xp-arrows .xp-up-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 25px;
}


.about-project-arrows {
	position: absolute;
	bottom: 0;
	right:40px;
}

.about-project-arrows .aboutpr-down-button {
	position: absolute;
	right:0;
	bottom: 0;
}
.about-project-arrows .aboutpr-up-button {
	position: absolute;
	right:0;
	bottom: 40px;
}
.about-project-arrows .aboutpr-up-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 42px;
	transform: rotateX(180deg);
	transform-origin: center center;
}
.about-project-arrows .aboutpr-down-button::after {
	content:"";
	width:30px;
	height:30px;
	background: url("/wp-content/uploads/2021/02/down-arrow.svg");
	position: absolute;
	background-size: 30px 25px;
}


/* PROJECTS */
.lae-module-11 .entry-summary::before {display:none!important;}
.lae-module .entry-summary, .lae-module .lae-entry-summary {
    height: 40px;
    overflow: hidden;
}
#projects-items {margin-bottom: 0;}
.lae-block .lae-block-inner .lae-block-column:nth-child(6), .lae-block .lae-block-inner .lae-block-column:nth-child(4), .lae-block .lae-block-inner .lae-block-column:nth-child(5) {
    padding: 20px 20px 0 20px!important;
}

.lae-module .lae-module-entry-text {text-align: left!important;}
.lae-module .lae-module-image .lae-module-image-info .lae-post-title {font-size:70px!important;font-weight:500!important;color:#000!important;}
.lae-module .lae-module-image .lae-module-image-info .lae-module-entry-info {text-align: left!important;position:unset!important;color:#000!important;z-index:9999!important;}
.lae-module .lae-module-image .lae-module-image-info .lae-post-title a {color:#000!important;text-align: left!important;}
.lae-block-filter-link a:hover {color:#ccc!important;}
.lae-module .lae-module-image .lae-module-image-info {height: 30px!important;}
.lae-module-11 .lae-module-entry-text {margin-top:-10px!important;}
.lae-module .lae-module-image:hover img {-webkit-filter: opacity(0.5)!important;filter:opacity(0.5)!important;}
.lae-module .lae-module-image:hover .lae-post-link::after {opacity: 0!important;}
.lae-block .lae-heading {display:none;margin: 0 0 15px 0!important;}
.lae-block-header-2 .lae-no-heading .lae-heading {min-height:0!important;}
.lae-block-header-2 .lae-heading::before, .lae-block-header-2 .lae-heading::after {display:none;}
.lae-block .lae-block-filter {top: 0;left: 0!important;right:unset!important;}
.lae-block .lae-block-filter .lae-block-filter-item a {padding: 0 20px 0 0px!important;}
.lae-active a {font-weight:600!important;}

.lae-block .lae-pagination .lae-page-nav {border:0!important;padding:0!important;}
.lae-block .lae-pagination .lae-page-nav[data-page="prev"], .lae-block .lae-pagination .lae-page-nav[data-page="next"] {padding: 0;}
.lae-pagination {position: absolute;bottom: -40px;transform: rotate(90deg);right: -34px;}
.lae-block .lae-pagination {margin-top: 0!important;display: block!important;z-index: 999!important;}
.lae-pagination {z-index: 9999!important; overflow: visible;}
.lae-pagination a, .lae-pagination i {z-index: 99999!important;}
.lae-pagination a i::before,.lae-pagination a i::after {z-index: 999999!important;}

.lae-container {overflow: visible!important;}


	.lae-icon-arrow-left3::before {
		content: ""!important;
		width: 30px;
		height: 30px;
		background: url("/wp-content/uploads/2021/08/arrow-up.svg");
		position: absolute;
		background-size: contain;
		transform: rotate(270deg);
		transform-origin: center center;
		background-repeat: no-repeat;
	}
	.lae-icon-arrow-right3::before {
		content:""!important;
		width:30px;
		height:30px;
		background: url("/wp-content/uploads/2021/02/down-arrow.svg");
		position: absolute;
		background-size: contain;
		transform: rotate(-90deg);
		transform-origin: center center;
		background-repeat: no-repeat;
	}

@media screen and (max-width: 769px){
	.lae-icon-arrow-left3::before  {
		background: url("/wp-content/uploads/2021/08/up.png");
		background-size: contain;
		background-repeat: no-repeat;
	}	
	.lae-icon-arrow-right3:before  {
		background: url("/wp-content/uploads/2021/08/down.png");
		background-size: contain;
		background-repeat: no-repeat;
	}
}
	
.lae-block .lae-block-filter .lae-block-filter-more i.lae-icon-arrow-right3 {
	display:none!important;
}
.lae-block .lae-pagination .lae-page-nav {
    font-size: unset;
    line-height: unset;
    color: unset;
    padding: 0!important;
    margin: 0!important;
    border:0!important;
    border-radius: 0;
}
.lae-block .lae-pagination .lae-page-nav.lae-disabled {opacity:0.3!important;}
.lae-block .lae-pagination .lae-page-nav[data-page="prev"] {position: absolute;right: 40px;}

.lae-module-11 .lae-terms a {font-style: normal!important;font-weight:300!important;}
.lae-container img, .lae-uber-grid-container img, .lae-grid-container img {
    width: 100%!important;
    height: 15vh!important;
    object-fit: cover!important;
}


body.projects, body.about {overflow-y:hidden;}

.fp-viewing-light-projects .knk-header {
    padding: 3.5vh 0 0;
}

.about-project-list {padding-top:calc(3.5vh + 108px);}
.about-project-list .lae-portfolio-wrap .lae-portfolio-header {padding-bottom:0;}
.half-height {height:50%!important;}


.page-id-111 .knk-header, .projects .knk-header {position:fixed;}
.masonry-reset {cursor: pointer!important;}
.home #primary > article {display:none;}
.vertical-title h2 {
  	transform: translate(100%, 0) rotate(90deg)!important;
  	transform-origin: top left;
  	white-space: nowrap;
}
.f-width {padding: 0px calc(8.5vw - 15px + 5em) 0 10.5vw;}
.justify-right {direction:rtl;}
.contact-icon {
  	width: 40px;
	height: 24px;
	position: absolute;
	bottom: -60px;
	right: -6px;
  	background-image: url("/wp-content/uploads/2021/02/icon-contact.svg");
  	background-repeat: no-repeat;
  	opacity:0;
  	filter: invert(100%);
}
.we-icon {
  	width: 40px;
	height: 24px;
	position: absolute;
	bottom: -10px;
	right: -6px;
  	background-image: url("/wp-content/uploads/2021/02/icon-contact.svg");
  	background-repeat: no-repeat;
  	opacity:0;
  	filter: invert(100%);
}
.xp-icon {
  	width: 40px;
	height: 24px;
	position: absolute;
	bottom: -10px;
	right: -6px;
  	background-image: url("/wp-content/uploads/2021/02/icon-contact.svg");
  	background-repeat: no-repeat;
  	opacity:0;
}
.projects-icon {
  	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 35px;
	right: -7px;
	background-image: url("/wp-content/uploads/2021/03/arrow-down.svg");
	background-repeat: no-repeat;
	opacity: 0;
	animation: scroll ease 1.5s infinite;
	background-size: 40px 40px;
}

#projects-content {opacity:0;}

.bottom-anim {
  	position:fixed; 
  	bottom:20vh;
  	left:0;
  	width: 100%; 
  	z-index:99;
} 
.about .knk-header {
    background: transparent;
    position: absolute;
}
.about #loadMore {
    display: block;
    position: absolute;
    background: transparent;
}
#menuToggle::after {
    background: transparent;
}
.menu-area {
    width: 50vw;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 50px;
    top: -14px;
    display: block;
}

#we-content {opacity:0;}
#xp-content {opacity:0;}
#contact-content {opacity:0;} 

.elementor_library-template #we-content {opacity:1;}
.elementor_library-template #xp-content {opacity:1;}
.elementor_library-template #contact-content {opacity:1;}
.elementor_library-template #projects-content {opacity:1;}

#gmaps .elementor-custom-embed {border-radius: 40px!important;}
#gmaps iframe {border-radius: 34px!important;}
#contact-content a {color:#fff;}



@media only screen 	and (min-width: 1280px) 

{
	
.image-col{width:calc(35vh + 15px)!important;padding-right:15px!important;}
.vert-text-col {width:40px!important;}
.text-col {width:calc(100% - 35vh - 34px + 15px)!important;}

.lae-block .lae-block-header {
    width: 24%!important;
	max-width: unset!important;
    position: absolute!important;
    z-index: 5;
    left: calc(-24% - 10px);
    display: flex;
    flex-direction: column;
    height: 50vh;
    top: 20px;
	margin: 0!important;
}
.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list {
    position: absolute!important;
    right: unset!important;
    top: unset!important;
    padding: 0!important;
	border: 0!important;
    display: block!important;
    text-align: left!important;
}
.lae-block .lae-block-filter ul.lae-block-filter-list {
    display: flex!important;
    line-height: 1!important;
    text-align: left!important;
    flex-direction: column!important;
}
.lae-block .lae-block-filter .lae-block-filter-more {
	display:none!important;
}
.lae-block .lae-block-filter {
	text-align: left!important;
}
.lae-block .lae-block-filter .lae-block-filter-item a, .lae-block .lae-block-filter .lae-block-filter-more span, .lae-block .lae-block-filter ul.lae-block-filter-dropdown-list li a{
	font-size: 16px!important;
	line-height: unset!important;
}
.lae-block-header-2 .lae-no-heading .lae-heading {display:none!important;}

}




/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*-------------------------END SMALLS-------------------------*/









/*MOBILE PORTRAIT*/
/* ZAM -webkit-min-device-pixel-ratio: 2 */
/* ZAM max-width: 414px */
@media only screen 	and (min-width: 320px) 
					and (max-width: 480px)
					and (orientation: portrait)
					and (-webkit-min-device-pixel-ratio: 1.5) 
{

	.about #loadMore {height: 100px;}
	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(25% - 10px);
		margin: 0 5px 10px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 3vh;
	}
	.item-detail-text .dt-down-button, .item-detail-text .dt-up-button {display: none;}
	.item-details-on #item-detail-text-p	{
		overflow-y: scroll;
	}
	.pr-down-button, .pr-up-button {display: none;}
	.project-details #project-detail-text-p {
		overflow-y: scroll;
	}
	
	.item-details-on #item-detail-text-p-outer {height: 43vh;margin-top: 0px;margin-right:10px;}
	.item-detail-text h2 {line-height:1.7;}
	.lae-container img, .lae-uber-grid-container img, .lae-grid-container img {height: auto !important;}
	.lae-block .lae-block-filter .lae-block-filter-item a {padding: 0 5px 0 0px !important;}
	
	.about #we-text-scroll, .about #xp-text-scroll {height: auto!important;}

	#we-content .vertical-title::after {
		content: "";
		height: calc(100vw - 140px);
		width: 2px;
		border-left: 2px dotted black;
		position: absolute;
		right: 15px;
		top: 60px;
	}

	#xp-content .vertical-title::after {
		content: "";
		height: calc(100vw - 271px);
		width: 2px;
		border-left: 2px dotted white;
		position: absolute;
		right: 15px;
		top: 190px;
	}

	#projects-content .vertical-title::after {
		content: "";
		height: calc(var(--var-height) - 300px);
		width: 2px;
		border-left: 2px dotted black;
		position: absolute;
		right: 30px;
		top: 280px;
	}
	#projects-content .vertical-title h2 {
		padding-left: 12px;
	}
	.lae-block .lae-block-filter .lae-block-filter-more i.lae-icon-arrow-right3 {
		display:none!important;
	}
	.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list {border:0;}

	#contact-content .vertical-title::after {
		content: "";
		height: calc(100vw - 250px);
		width: 2px;
		border-left: 2px dotted white;
		position: absolute;
		right: 13px;
		top: 160px;
	}

	#gmaps iframe {
		border-radius: 40px !important;
		height: calc(87vw - 40px)!important;
	}

	.lae-block .lae-block-filter .lae-block-filter-more i.lae-icon-arrow-right3 {
		vertical-align: top;
		margin: 0 50px;
	}
	#menuToggle {right: 0em;}
	.menu-area {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		z-index: 2;
		background: #fff;
		right:0;
		transform: translate(100vw, 0);
		transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);

	}
	.container {padding: 0px 35px 0 15px;}
	#box-2, .box, .videomask, #line1 {display:none;}
	
	
	.logo-knk img {max-width: 100px;}
	.content--center {padding: 0 3vw;}


	#menu {
		top: 0;
		right: 0;
		transform-origin: 0% 0%;
		transform: translate(0, 0);
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		padding: 0;
	}
	#menu li {
		align-content: center;
		justify-content: center;
	}
	#menu .menu-sep {padding:1em;}
	#menuToggle input:checked ~ .menu-area {
		transform-origin: 0% 0%;
		transform: translate(0, 0);
		transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
	}
	.elementor-section.elementor-section-height-full {
		height: auto!important;
	}
	body[class*="-dark"] #menuToggle a {
		color: #000;
	}
	body[class*="-dark"] .knk-header #menuToggle input:checked ~ span {
		background: #000;
		transition: background 850ms ease-in-out 1s;
	}
	.lae-portfolio-wrap .lae-heading {margin-bottom: 0px!important;font-size:22px!important;}
	.f-width {padding: 0px 0 0 0;}
	.lae-portfolio-wrap .lae-portfolio-header {padding-bottom:20px!important;}
	#we-content, #contact-content, #xp-content, #projects-content {opacity: 1;}
	.lae-portfolio-wrap .lae-portfolio-header {z-index:1!important;}
	.projects .icon-next, .fancybox-button--arrow_right {right: calc(50vw - 60px) !important;}
	.projects .icon-prev, .fancybox-button--arrow_left {left: calc(50vw - 40px) !important;}
	.projects .project-details-left, .projects .project-details-right {width: 100%;}
	.projects .project-details-left img {height: auto!important;}
	.projects .project-slided-footer {height:235px!important;}
	.projects .project-details.slide-down {bottom:-200px!important;}
	.projects .project-details.slide-up {height:100vh;}
	.projects .project-details-right h2 {display: none;}
	.projects .project-details-right p {padding-top:20px; font-size:14px; text-align:left;}
	.projects .project-down-button {right: calc(50% + 10px);top: 10px;}
	.projects .project-up-button {right: calc(50% + 10px);top: 10px;}
	.developer {right:unset; width: 100%;}
	.copyright {left:unset; width: 100%;}
	#loadMore {padding: 1em 0 1.5em 0;}
	#menuToggle.menu-before::before {
		content: '';
		width: 100px;
		height: 108px;
		background: url(/wp-content/uploads/2021/01/logo-knk.svg);
		position: fixed;
		left: 15px;
		top: 3.5vh;
		z-index: 3;
		background-position: center;
		background-repeat: no-repeat;
	}
	.knk-header {
		position: fixed;
		width: 100%;
	}
	.box-2 {display:none;}

	.item-detail-text {
		width: 70%;
		top: -10px;
		right: 0;
		font-size: 12px;
	}
	.item-details-on .item-detail-text {max-height: 70vh;}
	.h2, h2 {font-size: 1.5rem;}

	.project-up-button-secondary::after {
		content: "";
		width: 30px;
		height: 30px;
		background: url("/wp-content/uploads/2021/02/down-arrow.svg");
		position: absolute;
		background-size: 30px 30px;
		bottom: 20px;
		left: calc(50% - 10px);
	}
	.about footer {position:relative;}
	.is-projects .project-details.slide-down {
		bottom: -62vh;
		height: 70vh;
	}
	.is-projects .project-down-button {
    	position: absolute;
    	bottom: 73vh;
	}
	.is-projects .project-slided-footer {height:auto;}

	.lae-pagination {
		bottom: -80px;
		right: calc(50% - 20px);
	}
	.is-projects .knack-theexcerpt p {
		font-size: 12px !important;
		line-height: 1.3;
	}
	.is-projects #details-to-show {
		max-height: 70vh;
	}
	.is-projects .project-details.slide-up {
		height: 70vh;
	}
	.is-projects .project-up-button {
		bottom: 73vh;
	}
	.is-projects .project-details-right h2 {
		display: none;
	}
	.is-projects .knack-text {
		font-size: 20px !important;
		padding: 14px;
		padding-top: 60px;
	}
	.is-projects .knack-theexcerpt {
		display: none;
	}
	
	.project-details .project-detail-text-p {
		font-size: 0.7em;
		text-align: justify;
		line-height: 1.7em;
	}
	  .is-projects .project-details-right {width:100%;}
	  .project-details #project-detail-text-p-outer {height: 43vh;}
	  .item-detail-img {opacity:0;}
	  .lae-block-grid {min-height:auto!important;}
	  a.masonry-reset {
		position: absolute;
		right: 0;
		top: 0;
	  }
	.about-image img {
    	height: auto !important;
		width: calc(100% - 40px) !important;
	}
	.is-projects .project-details-left img {
    	height: auto;
    	width: 100%;
	}
	.is-projects .project-details-left {
    	padding-top: 6vh;
	}
	.is-projects .project-details-right {
		padding-left:0;
	}
	.is-projects .project-slided-footer .row, .is-projects .project-details-all .row,
	.is-projects .project-details-all {
    	width: calc(100% - 30px);
	}
}


/*MOBILE LANDSCAPE*/ /*ANDROID TABLET LANDSCAPE*/
/* ZAM -webkit-min-device-pixel-ratio: 2 */
@media screen 	and (min-width: 568px)
				and (max-width: 960px) 
				and (orientation: landscape)
				and (-webkit-min-device-pixel-ratio: 1.5) 
{
	
	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(12.5% - 10px);
		margin: 0 5px 10px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 7vh;
	}
	.logo-knk img {
		height: 70px!important;
		max-width: unset;
	}
	.videomask {height: 70px!important;}
	.box {display:none;}  
	.knk__no {
		font-size: 1.4em;
	}
	p {
		font-size: 1em;
	}
	#menuToggle {top:2rem;right:4em;}
	.menu-area {
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		z-index: 2;
		background: #fff;
		transform: translate(100vw, 0);
		transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
		right:0;

	}

	#menu {
		top: 10px;
		right: 0;
		transform-origin: 0% 0%;
		transform: translate(0, 0);
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		padding: 0;
	}
	#menu li {
		align-content: center;
		justify-content: center;
		padding: 0 0.4em;
		font-size: 1em;
	}
	#menu .menu-sep {padding:1em;}
	#menuToggle input:checked ~ .menu-area {
		transform-origin: 0% 0%;
		transform: translate(0, 0);
		transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
	}
	.dashed-drop, .dashed-drop-inverted,
	.path-drop, .path-drop-inverted {display:none;}
	.h2, h2 {font-size: 1rem;}
	.developer {font-size:8px;}
	.item-detail-text {width: 70%;}
	.item-detail-img {opacity:0;}
	footer {display:none;}
	/*.lae-block .lae-block-filter .lae-block-filter-more {display:none!important;}*/
	#we-content, #contact-content, #xp-content, #projects-content {margin-top: 26vh;padding-bottom: 10vh;}
	#we-content, #contact-content, #xp-content, #projects-content {opacity: 1;}
	.about #we-text-scroll, .about #xp-text-scroll {height: 55vh!important;overflow-y: auto;margin:0;}
	.dashed-drop, .dashed-drop-inverted,
	.path-drop, .path-drop-inverted {display:none;}
	.elementor-section.elementor-section-height-full,
	.section.elementor-section-height-full > .elementor-container
	{height:auto!important;}
	.image-col {width:calc(55vh + 15px)!important; padding-right:15px!important;}
	.vert-text-col {width:40px!important;}
	.text-col {width:calc(100% - 55vh - 40px - 15px)!important;}
	.about-image img, #gmaps iframe {
		height: 55vh !important;
		width: 55vh !important;
	}
	
	.f-width {
		padding: 0px calc(8.5vw - 30px + 5em) 0 10.5vw;
	}
	.vertical-title h2 {
		line-height: 34px;
	}
	#we-content .vertical-title::after {
		content: "";
		height: calc(55vh - 50px);
		width: 2px;
		border-left: 2px dotted black;
		position: absolute;
		right: 15px;
		top: 50px;
	}
	#xp-content .vertical-title::after {
		content: "";
		height: calc(55vh - 130px);
		width: 2px;
		border-left: 2px dotted white;
		position: absolute;
		right: 15px;
		top: 130px;
	}
	#projects-content .vertical-title::after {
		content: "";
		height: calc(var(--var-height) - 260px);
		width: 2px;
		border-left: 2px dotted black;
		position: absolute;
		right: 15px;
		top: 210px;
	}
	#contact-content .vertical-title::after {
		content: "";
		height: calc(55vh - 110px);
		width: 2px;
		border-left: 2px dotted white;
		position: absolute;
		right: 20px;
		top: 110px;
	}
	.lae-pagination {
    	right: -36px;
	}
	.is-projects .project-slided-footer {
    	height: 18vh;
	}
	.is-projects .project-details.slide-up {
    	height: 80vh;
	}
	.is-projects .project-up-button {
    	bottom: 83vh;
	}	
	.is-projects .project-details {
    	bottom: -80vh;
		height: 80vh;
	}
	.is-projects .project-details.slide-down {
    	bottom: -67vh;
	}
	.is-projects .project-down-button {
    	bottom: 83vh;
	}
	.is-projects .fancybox-iframe {
		height: 87vh;
	}
	.project-down-button::after {
		width: 7vh;
		height: 7vh;
		background-size: 7vh 7vh;
		bottom: -7vh;
		left: -3.5vh;
	}
	.project-down-button::before {
		width: 9vh;
		height: 9vh;
		right: -4.5vh;
		bottom: -9vh;
	}
	.project-up-button::after {
		width: 7vh;
		height: 7vh;
		background-size: 7vh 7vh;
		bottom: -6vh;
		left: -3.5vh;
	}
	.project-up-button::before {
		width: 9vh;
		height: 9vh;
		right: -4.5vh;
		bottom: -8vh;
		z-index: 0;
	}
}


/*MOBILE LANDSCAPE X/XS*/ /*ANDROID TABLET LANDSCAPE*/

@media screen 	and (min-width: 568px)
				and (max-width: 961px) 
				and (orientation: landscape)
				and (-webkit-min-device-pixel-ratio: 3) 
{
	a.masonry-reset {
		right: 25px;
		bottom: 20px;
	}
	.elementor-reverse-mobile > .elementor-container > :first-child {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	#we-content, #contact-content, #xp-content, #projects-content {margin-top: 26vh;}
	#we-content, #contact-content, #xp-content, #projects-content {opacity: 1;}
	.about #we-text-scroll, .about #xp-text-scroll {height: 55vh!important;overflow-y: auto;margin:0;}
	.dashed-drop, .dashed-drop-inverted,
	.path-drop, .path-drop-inverted {display:none;}
	.elementor-section.elementor-section-height-full,
	.section.elementor-section-height-full > .elementor-container
	{height:auto!important;min-height:100vh!important;}
	.image-col {width:calc(55vh + 15px)!important; padding-right:15px!important;}
	.vert-text-col {width:40px!important;}
	.text-col {width:calc(100% - 55vh - 40px - 15px)!important;padding-right:5%;}
	.about-image img, #gmaps iframe {
		height: 55vh !important;
		width: 55vh !important;
	}
	.f-width {
		padding: 0px calc(8.5vw - 30px + 5em) 0 10.5vw;
	}
	#projects-content .vertical-title h2 {
		line-height: 34px;padding: 0 0 0 50px;
	}
	.elementor-element-populated {
    	margin: 0!important;padding:0!important;
	}
	.elementor-widget-container {padding:0!important;margin:0!important;}
	.elementor-top-section {padding:0!important;}
	#projects-content .elementor-inner-column:first-child {width:calc(100% - 40px);}
	#projects-content .elementor-inner-column:nth-child(2) {width:40px;}
	.lae-pagination {bottom:0!important;}
	#contact-content .elementor-column:nth-child(3) {width:40px!important;}
	#projects-content .vertical-title::after {
		content: "";
		height: calc(var(--var-height) - 240px);
		width: 2px;
		border-left: 2px dotted black;
		position: absolute;
		right: 6px;
		top: 240px;
	}
	#contact-content .vertical-title::after {
		right: 15px;
	}
	.is-projects .project-slided-footer {
    	height: 18vh;
	}
	.is-projects .project-details.slide-up {
    	height: 80vh;
	}
	.is-projects .project-up-button {
    	bottom: 83vh;
	}	
	.is-projects .project-details {
    	bottom: -80vh;
		height: 80vh;
	}
	.is-projects .project-details.slide-down {
    	bottom: -67vh;
	}
	.is-projects .project-down-button {
    	bottom: 83vh;
	}
	.is-projects .fancybox-iframe {
		height: 87vh;
	}
	.project-down-button::after {
		width: 7vh;
		height: 7vh;
		background-size: 7vh 7vh;
		bottom: -7vh;
		left: -3.5vh;
	}
	.project-down-button::before {
		width: 9vh;
		height: 9vh;
		right: -4.5vh;
		bottom: -9vh;
	}
	.project-up-button::after {
		width: 7vh;
		height: 7vh;
		background-size: 7vh 7vh;
		bottom: -6vh;
		left: -3.5vh;
	}
	.project-up-button::before {
		width: 9vh;
		height: 9vh;
		right: -4.5vh;
		bottom: -8vh;
		z-index: 0;
	}

	
}

/* OLDER ANDROID MOBILE ABOUT FIX */
@media screen 	and (min-width: 568px)
				and (max-width: 961px) 
				and (max-height: 333px)
				and (orientation: landscape)
				and (-webkit-min-device-pixel-ratio: 2) 
{
	#we-content .elementor-widget-container {padding:0!important;margin:0!important;}
	#xp-content .elementor-element-populated {padding:0!important;margin:0!important;}
	#we-content { margin-top: 35vh; padding-bottom: 17vh;}
	.is-projects .entry-summary {font-size: 12px;}
	
	#we-content.elementor-reverse-mobile > .elementor-container > :first-child {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	
	#we-content.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	#we-content.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}	
	#xp-content.elementor-reverse-mobile > .elementor-container > :first-child {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	#xp-content.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	#xp-content.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	
	#contact-content.elementor-reverse-mobile > .elementor-container > :first-child {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	#contact-content.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	#contact-content.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}	
	
	.lae-block .lae-block-filter .lae-block-filter-item a {
		font-size: 11px!important;
	}	
	
	#xp-text-scroll .elementor-widget-container {
    	padding: 0px 15px 0px 0px!important;
	}
	#we-text-scroll .elementor-widget-container {
    	padding: 0px 15px 0px 0px !important;
	}
	#contact-content .elementor-container .elementor-element-populated {
    	margin: 0!important;
		padding-left: 15px!important;
	}	
	#contact-content .elementor-element:first-child .elementor-widget { text-align: right; }
	
	#xp-content .vertical-title::after {
		right: 20px;
	}	
	
	#contact-content .vert-title-col { width:40px!important; }
		
	/*.elementor-top-section {padding:0!important;}*/
}


/* IPAD PORTRAIT */
/* ZAM and (min-device-width: 769px) */
/* ZAM and (max-device-width: 810px) */
@media only screen 
  and (min-device-width: 712px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

	  	.grid--type-b .grid__item,
		.grid--type-b .grid__sizer {
		width: calc(16.4% - 20px);
		margin: 0 10px 20px;
		border-radius:20px;
		}
		.knk-header {
			padding: 3.5vh 0 4vh;
		}
    	.box {
    		z-index: 1;
		}
		.menu-area {
			width: 100vw;
			height: 100vh;
			position: fixed;
			top: 0;
			z-index: 2;
			background: #fff;
			transform: translate(100vw, 0);
			transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
          	right:0;

		}

		#menu {
			top: 0;
			right: 0;
			transform-origin: 0% 0%;
			transform: translate(0, 0);
			width: 100%;
			height: 100vh;
			display: flex;
			flex-direction: column;
			align-content: center;
			justify-content: center;
			padding: 0;
		}
		#menu li {
			align-content: center;
			justify-content: center;
		}
		#menu .menu-sep {padding:1em;}
		#menuToggle input:checked ~ .menu-area {
			transform-origin: 0% 0%;
			transform: translate(0, 0);
			transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
		}

		body[class*="-dark"] #menuToggle a {
			color: #000;
		}
		body[class*="-dark"] .knk-header #menuToggle input:checked ~ span {
			background: #000;
			transition: background 850ms ease-in-out 1s;
		}

		#menuToggle.menu-before::before {
			content: '';
			width: 100px;
			height: 108px;
			background: url(/wp-content/uploads/2021/01/logo-knk.svg);
			position: fixed;
			left: calc(1em + 2.5vw);
			top: 1em;
			z-index: 3;
			background-position: center;
			background-repeat: no-repeat;
		}
	  	p {
    		font-size: 1em;
    		line-height: 1.2;
		}
    	.item-detail-text {
            width: 60%;
        }
    	.item-detail-img {opacity:0;}
	  	.image-col{width:calc(30vh + 15px)!important;padding-right:15px!important;}
		.vert-text-col {width:40px!important;}
		.text-col {width:calc(100% - 30vh - 40px - 15px)!important;}
	  	.about-image img {height:30vh!important;width:30vh!important;}
	  	#gmaps iframe {height:30vh!important;width:30vh;}
	  	.about #we-text-scroll {
    		height: 23vh;
    		margin: 3.5vh 0;
		}
	  	.we-arrows {
    		top: -30vh;
    		right: calc(50% + 15px);
    		height: 30vh;
		}
	  	.lae-block .lae-block-inner .lae-block-column:nth-child(6), .lae-block .lae-block-inner .lae-block-column:nth-child(4), .lae-block .lae-block-inner .lae-block-column:nth-child(5) {
    		padding: 10px 10px 0 10px !important;
		}
	  	#we-content, #contact-content, #xp-content, #projects-content {opacity: 1;}
	  	.dashed-drop, .dashed-drop-inverted,
		.path-drop, .path-drop-inverted {display:none;}
	  	.about #we-text-scroll, .about #xp-text-scroll {overflow-y: auto;margin:0;height:30vh;}
		#we-content .vertical-title::after {
			content: "";
			height: calc(30vh - 80px);
			width: 2px;
			border-left: 2px dotted black;
			position: absolute;
			right: 15px;
			top: 80px;
		}
		#xp-content .vertical-title::after {
			content: "";
			height: calc(30vh - 250px);
			width: 2px;
			border-left: 2px dotted white;
			position: absolute;
			right: 15px;
			top: 250px;
		}
		#projects-content .vertical-title::after {
			content: "";
			height: calc(var(--var-height) - 400px);
			width: 2px;
			border-left: 2px dotted black;
			position: absolute;
			right: 15px;
			top: 350px;
		}
		#contact-content .vertical-title::after {
			content: "";
			height: calc(30vh - 200px);
			width: 2px;
			border-left: 2px dotted white;
			position: absolute;
			right: 20px;
			top: 200px;
		}
	  	.is-projects .project-details-left img {
    		height: 15vh;
		}
		.project-details #project-detail-text-p {
			overflow-y: scroll;
		}
}

/*TABLET ANDROID PORTRAIT*/

@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 768px) 
  and (orientation: portrait) 
  and (-webkit-max-device-pixel-ratio: 3) {

	  	.grid--type-b .grid__item,
		.grid--type-b .grid__sizer {
		width: calc(20% - 20px);
		margin: 0 10px 20px;
		border-radius:20px;
		}
		.knk-header {
			padding: 3.5vh 0 4vh;
		}
    	.box {
    		z-index: 1;
		}
		.menu-area {
			width: 100vw;
			height: 100vh;
			position: fixed;
			top: 0;
			z-index: 2;
			background: #fff;
			transform: translate(100vw, 0);
			transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
          	right:0;

		}

		#menu {
			top: 0;
			right: 0;
			transform-origin: 0% 0%;
			transform: translate(0, 0);
			width: 100%;
			height: 100vh;
			display: flex;
			flex-direction: column;
			align-content: center;
			justify-content: center;
			padding: 0;
		}
		#menu li {
			align-content: center;
			justify-content: center;
		}
		#menu .menu-sep {padding:1em;}
		#menuToggle input:checked ~ .menu-area {
			transform-origin: 0% 0%;
			transform: translate(0, 0);
			transition: transform 1s cubic-bezier(0.1,0.2,0.05,1.0);
		}

		body[class*="-dark"] #menuToggle a {
			color: #000;
		}
		body[class*="-dark"] .knk-header #menuToggle input:checked ~ span {
			background: #000;
			transition: background 850ms ease-in-out 1s;
		}

		#menuToggle.menu-before::before {
			content: '';
			width: 100px;
			height: 108px;
			background: url(/wp-content/uploads/2021/01/logo-knk.svg);
			position: fixed;
			left: calc(1em + 2.5vw);
			top: 1em;
			z-index: 3;
			background-position: center;
			background-repeat: no-repeat;
		}
    	.item-detail-text {
            width: 60%;
        }
    	.item-detail-img {opacity:0;}
	  	.developer {bottom:3vh!important;}
	  	#menuToggle.menu-before::before {
			width: 130px;
			height: 108px;
			left: 10.5vw;
			top:3.5vh;
		}
	  	#we-content, #xp-content, #projects-content, #contact-content {opacity: 1;}
	  	.elementor-element-populated {margin: 0!important;}
	  	.elementor-reverse-mobile > .elementor-container > :first-child {
			-webkit-box-ordinal-group: 11;
			-ms-flex-order: 10;
			order: 10;
		}
	  	.elementor-reverse-mobile > .elementor-container > :nth-child(2) {
			-webkit-box-ordinal-group: 9;
			-ms-flex-order: 8;
			order: 8;
		}
	  	.elementor-reverse-mobile > .elementor-container > :nth-child(3) {
			-webkit-box-ordinal-group: 10;
			-ms-flex-order: 9;
			order: 9;
		}
	  	.image-col{width:calc(100% - 40px)!important;padding-right:15px!important;}
		.vert-text-col {width:40px!important;}
		.text-col {width:100%!important;}
	  	.about-image img {width:100%!important;}
	  	#gmaps iframe {height:60vw!important;width:100%;}
	  	.about #we-text-scroll {
    		height: 23vh;
    		margin: 3.5vh 0;
		}
	  	.we-arrows {
    		top: -30vh;
    		right: calc(50% + 15px);
    		height: 30vh;
		}
	  	.elementor-section-height-full {padding:0!important;}
	  	#projects-content .elementor-heading-title {padding-left:45px!important;}
	  	#projects-content .elementor-section.elementor-section-height-full {
    		height: auto!important;
		}
	  	.lae-gapless-grid .lae-grid-container.lae-grid-tablet-2 .lae-grid-item {
			width: 100%!important;
	  	}
	  	.lae-block .lae-block-filter .lae-block-filter-more span,
	  	.lae-block-filter-more
	  		{display:none!important;}
	  	.lae-block .lae-block-filter ul.lae-block-filter-dropdown-list {
			position: absolute;
			right: unset!important;
			top: unset!important;
			padding: 0!important;
			background-color: transparent!important;
			border:0!important;
			display:block!important;
			height: auto!important;
	  	}
	  	.lae-block .lae-block-filter {
			text-align: left!important;
		}
	  	.lae-block .lae-block-filter .lae-block-filter-dropdown {
			display: block!important;
			text-align: left!important;
		}
	  	.lae-pagination {
			position: absolute;
			bottom: unset;
			transform: rotate(90deg);
			right: -60px;
		}
	  	.lae-block {min-height:unset!important;}
		#contact-content {
			padding: 50px 0 0 0;
		}
	  	#contact-content .vert-title-col {width:40px!important;}
	  	.about #we-text-scroll, .about #xp-text-scroll {
    		overflow-y: auto;
		}
	  	.is-projects .project-details-left img {
    		height: 15vh;
		}
}



/*TABLET 1.3 Ratio LANDSCAPE*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1080px) 
  and (orientation: landscape) 
  and (-webkit-max-device-pixel-ratio: 1.35) {

	  	.grid--type-b .grid__item,
		.grid--type-b .grid__sizer {
		width: calc(16.66% - 10px);
		margin: 0 5px 10px;
		border-radius:20px;
		}
		.knk-header {
			padding: 3.5vh 0 4vh;
		}
	  
	  	#menu li {
			padding: 0 0.5em;
			font-size:1em;
	  	}
	  	.menu-area {top:-11px;}
    	.knk__no {
    		font-size: 1.4em;
		}
    	p {
            font-size: 1em;
        }
	  	.image-col{width:calc(35vh + 15px)!important;padding-right:15px!important;}
		.vert-text-col {width:40px!important;}
		.text-col {width:calc(100% - 35vh - 34px + 15px)!important;}
	  	.about-image img {height:35vh!important;width:35vh!important;}
	  	#gmaps iframe {height:35vh!important;width:35vh;}
	  	.is-projects .project-details-left img {
    		height: 15vh;
		}
	  
}

/*IPAD LANDSCAPE*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1160px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

	  	.grid--type-b .grid__item,
		.grid--type-b .grid__sizer {
		width: calc(11.1% - 10px);
		margin: 0 5px 10px;
		border-radius:20px;
		}
		.knk-header {
			padding: 3.5vh 0 4vh;
		}
	  	#menu li {
			padding: 0 0.5em;  
	  	}	  
    	.knk__no {
    		font-size: 1.4em;
		}
    	p {
            font-size: 1em;
        }

	  	.image-col{width:calc(35vh + 15px);padding-right:15px;}
		.vert-text-col {width:40px;}
		.text-col {width:calc(100% - 35vh - 34px + 15px);}
	  	.about-image img {height:35vh;width:35vh;}
	  	#gmaps iframe {height:35vh;width:35vh;}
}

/*IPAD AIR LANDSCAPE*/

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1160px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {


}

@media only screen 
  and (min-width: 1080px) 
  and (max-width: 1080px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
	width: calc(11.1% - 10px);
	margin: 0 5px 10px;
	border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 4vh;
	}
	#menu li {
		padding: 0 0.5em;  
	}	  
	.knk__no {
		font-size: 1.4em;
	}
	p {
		font-size: 1em;
	}

	.image-col{width:calc(35vh + 15px);padding-right:15px;}
	.vert-text-col {width:40px;}
	.text-col {width:calc(100% - 35vh - 34px + 15px);}
	.about-image img {height:35vh;width:35vh;}
	#gmaps iframe {height:35vh;width:35vh;}
	#projects-content .elementor-element-populated {padding:0!important;}
	.lae-container img, .lae-grid-container img {
    	height: 13vh !important;
	}
	.lae-block .lae-block-inner .lae-block-column {
    	padding: 10px 10px 0 10px !important;
	}
	.lae-gapless-grid .lae-grid-container {
    	width: 100%!important;
	}
	.lae-pagination {
		right: -15px!important;
	}
}


@media screen and (min-width: 1081px) and (max-width: 1279px){
	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(16.66% - 20px);
		margin: 0 10px 20px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 5vh;
	}
	.knk__no {
		font-size:0.8em;
	}
	.h2, h2 {
    	font-size: 1.5rem;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1365px){
	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(13.95% - 20px);
		margin: 0 10px 20px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3vh 0 3vh;
	}
	.knk__no {
		font-size:1.1em;
	}
	.is-projects .project-slided-footer .row, .is-projects .project-details-all .row {
		margin-top:0;
	}
	
}

@media screen and (min-width: 1366px) and (max-width: 1439px){
	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(14% - 20px);
		margin: 0 10px 20px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 3.5vh;
	}
	.lae-block .lae-block-inner .lae-block-column {padding-top:0;}
	.lae-pagination {right: -24px;}
	p {
		font-size: 1em;
		line-height: 1.3;
	}
	.h2, h2 {
		font-size: 1.5rem;
	}
	.image-col{width:calc(40vh + 15px)!important;padding-right:15px!important;}
	.vert-text-col {width:40px!important;}
	.text-col {width:calc(100% - 40vh - 34px + 15px)!important;}
	.about-image img {height:40vh!important;width:40vh!important;}
	.lae-module .entry-summary, .lae-module .lae-entry-summary { overflow: visible; font-size: 12px;}
}


@media screen and (min-width: 1440px) and (max-width: 1536px) {

	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(10.2% - 10px);
		margin: 0 10px 20px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 4vh;
	}
	p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.1;
	}
	.lae-module .entry-summary, .lae-module .lae-entry-summary { overflow: visible; font-size: 12px;}
	
}

@media screen and (min-width: 1537px) and (max-width: 1920px) {

	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(11% - 20px);
		margin: 0 10px 20px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 5vh;
	}
	p {
		font-size: 1.1em;
		font-weight: 300;
		line-height: 1.2;
	}
	.lae-module .entry-summary, .lae-module .lae-entry-summary { overflow: visible; }
}

@media screen and (min-width: 1921px) {

	.grid--type-b .grid__item,
	.grid--type-b .grid__sizer {
		width: calc(9.09% - 20px);
		margin: 0 10px 20px;
		border-radius:20px;
	}
	.knk-header {
		padding: 3.5vh 0 5vh;
	}
	.lae-module .entry-summary, .lae-module .lae-entry-summary { overflow: visible; }
	
}

@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){
	#menu .menu-sep {
		padding: 0 1em 0 1em;
	}	
}


/*MOBILE ONLY PROJECT FIX */
@media only screen 	and (min-width: 568px) 
					and (max-width: 960px)
					and (orientation: landscape)
					and (-webkit-min-device-pixel-ratio: 2) 
					and (max-height: 415px)
{
	.is-projects .knack-text {
		display: none;
	}
	.is-projects .knack-theexcerpt {
		max-width: 100%!important;
		width: 100%;
		flex: 0 0 100%;		
	}	
}
@media only screen 	and (min-width: 400px) 
					and (max-width: 460px)
					and (orientation: portrait)
					and (-webkit-max-device-pixel-ratio: 1.99) 
{
	.is-projects .knack-text {
		/*display: none;*/
	}
	.is-projects .knack-theexcerpt {
		display:none;
	}	
}

@media only screen 	and (max-width: 900px) 
					and (orientation: landscape)
					and (-webkit-max-device-pixel-ratio: 1.99) 
					and (max-height: 415px)
{
	.is-projects .knack-text {
		top: 8px;
	}
	.is-projects .knack-theexcerpt {
		display:none;
	}
	
}

/* CHANGE PLAY STOP BUTTONS IN LANDSCAPE responsive_for_scroll */
@media only screen 	and (max-width: 1370px) and (orientation: landscape) {
	.fancybox-button.fancybox-button--close, .fancybox-slide--html .fancybox-close-small{
		width: 20px !important;
		height: 20px;
		background-size: contain;
		top: 3em !important;
	}

	.is-projects .glyphicon-play, .fancybox-button--play {
		width: 20px;
		height: 24px;
		background-size: contain;
		top: 3em !important;
	}

	.is-projects .glyphicon-pause, .fancybox-button--pause {
		width: 20px;
		height: 20px;
		background-size: contain;
		top: 3em !important;
	}
	.is-projects .icon-prev, .fancybox-button--arrow_left {
		width: 20px!important;
		height: 24px!important;
		background-size: contain;
		top: 3em !important;
	}
	.is-projects .icon-next, .fancybox-button--arrow_right  {
		width: 20px!important;
		height: 24px!important;
		background-size: contain;
		top: 3em !important;
	}	
}


/* CHANGE PLAY STOP BUTTONS IN LANDSCAPE */
@media only screen 	and (max-width: 780px) and (orientation: landscape) {
	.is-projects .project-details-right h2 {
		font-size: 2.0em;
	}
}

/* LANDSCAPE MOBILE PROJECT TITLE */
@media screen and (max-width: 768px) and (max-height: 415px) and (orientation: landscape) {
	.lae-module .entry-summary {
    	overflow: inherit;
	}	
}
/* PORTRAIT MOBILE PROJECT TITLE */
@media screen and (max-width: 415px) and (max-height: 768px) and (orientation: portrait) {
	.lae-module .entry-summary {
    	overflow: inherit;
	}	
}

/* LANDSCAPE TABLET PROJECT TITLE responsive_for_scroll */
@media screen and (max-width: 1370px) {
	.lae-module .entry-summary {
    	overflow: inherit;
		font-size: 12px;
		height: auto;
	}	
}

@media screen and (max-width: 1370px) and (max-height: 480px) and (orientation: landscape) {
	.lae-module .entry-summary {
		font-size: 10px;
	}	
}

/* LANDSCAPE TABLET HOME PROJECT TITLE responsive_for_scroll */
@media screen and (min-width: 768px) and (max-width: 1370px) and (min-height:760px) and (orientation: landscape)  {
	.knk__no {
	    font-size: 1.3em;
	}
}



@media screen 	and (min-width: 568px)
				and (max-width: 960px) 
				and (max-height: 320px )
				and (orientation: landscape)
				and (-webkit-min-device-pixel-ratio: 2) 
{
	.item-detail-text { right: 70px; }
	a.masonry-reset { bottom: 25px; }
}

/* A7 fix ROTATE*/
@media screen 	and (min-width: 650px)
				and (max-width: 654px) 
				and (max-height: 415px )
				and (orientation: landscape)
				and (-webkit-min-device-pixel-ratio: 2) 
{
	.item-detail-text { right: 55px; }
	a.masonry-reset { bottom: 15px; }	
}
@media screen 	and (min-width: 730px)
				and (max-width: 7344px) 
				and (max-height: 335px )
				and (orientation: landscape)
				and (-webkit-min-device-pixel-ratio: 2) 
{
	a.masonry-reset { bottom: 15px; }	
}

@media only screen 	and (max-width: 768px) {
	.about .logo-knk {opacity: 1;}
	.about #menuToggle {opacity: 1;}
}

@media only screen and (max-height: 545px) and (orientation: landscape) {
	.about #projects-content .vertical-title::after { display: none; }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	.hor-dotted-right, .vert-dotted-down, .hor-dotted-left, .vert-dotted-up {display: none!important;}
	.about #projects-content .vertical-title::after { display: none; }
}
@media screen and (max-width: 810px) and (max-height: 415px) and (orientation: landscape) {
	.lae-pagination {bottom: -25px;}
}

/* IPHONE 8*/
@media screen and (min-width: 375px) 
	and (max-width: 375px) 
	and (min-height: 553px) 
	and (max-height: 553px) 
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
	.is-projects .knack-text {
		top: -40px;
	}
	.is-projects .knack-theexcerpt {
		top: 40px;
	}	
	footer {display: none;}
}
@media screen and (min-width: 667px) 
	and (max-width: 667px) 
	and (min-height: 375px) 
	and (max-height: 375px) 
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
	.about-image.we-image img {
		margin-top: 35px;
	}
	.about-image.xp-image img {
		margin-top: 40px;
	}	
	#gmaps iframe {
		margin-top: 65px;
	}
	.is-projects .knack-theexcerpt {
		top: 40px;
	}
	footer {display: none;}
	.item-detail-text { right: 65px; }
	a.masonry-reset {bottom: 10px;}
}

/* IPHONE XR */
@media screen and (min-width: 414px) 
	and (max-width: 414px) 
	and (min-height: 719px) 
	and (max-height: 719px) 
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
	.is-projects .knack-text {
		top: -40px;
	}
	.is-projects .knack-theexcerpt {
		top: 40px;
	}	
}
@media screen and (min-width: 719px) 
	and (max-width: 719px) 
	and (min-height: 414px) 
	and (max-height: 414px) 
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
	.is-projects .knack-theexcerpt {
		top: 40px;
	}
}

/* XS MAX*/
@media screen and (min-width: 414px) 
	and (max-width: 414px) 
	and (min-height: 719px) 
	and (max-height: 719px) 
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 3) 
	and (-webkit-max-device-pixel-ratio: 3) 
{
}
@media screen and (min-width: 808px) 
	and (max-width: 808px) 
	and (min-height: 414px) 
	and (max-height: 414px) 
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 3) 
	and (-webkit-max-device-pixel-ratio: 3) 
{
	.is-projects .knack-theexcerpt {
		top: 40px;
	}
}

/* 11*/
@media screen and (min-width: 414px) 
	and (max-width: 414px) 
	and (min-height: 715px) 
	and (max-height: 715px) 
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
}
@media screen and (min-width: 800px) 
	and (max-width: 800px) 
	and (min-height: 414px) 
	and (max-height: 414px) 
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
	/*a.masonry-reset {bottom: 10px;}*/
}


/* 11 PRO / X */
@media screen and (min-width: 375px) 
	and (max-width: 375px) 
	and (min-height: 635px) 
	and (max-height: 635px) 
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 3) 
	and (-webkit-max-device-pixel-ratio: 3) 
{
	.is-projects .knack-text {
		top: -40px;
	}	
}
@media screen and (min-width: 724px) 
	and (max-width: 724px) 
	and (min-height: 375px) 
	and (max-height: 375px) 
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 3) 
	and (-webkit-max-device-pixel-ratio: 3) 
{
	.is-projects .knack-theexcerpt {
		top: 40px;
	}
	.is-projects .project-details.slide-down {
		bottom: -67vh;
	}	
}

/* IPAD AIR 2019 */
@media screen and (min-width: 834px) 
	and (max-width: 834px) 
	and (min-height:1042px) 
	and (max-height: 1042px) 
	and (orientation: portrait)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
	.is-projects .knack-text {
		top: 25px;
	}
	.is-projects .knack-theexcerpt {
		top: 15px;
	}	
	
}
@media screen and (min-width: 1112px) 
	and (max-width: 1112px) 
	and (min-height:764px) 
	and (max-height: 764px) 
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 2) 
	and (-webkit-max-device-pixel-ratio: 2) 
{
	.is-projects .knack-text {
		top: 25px;
	}
	.is-projects .knack-theexcerpt {
		top: 25px;
	}	
	
}



/* FULL SCREEN DISABLE FOR < responsive_for_scroll */
@media screen and (max-width: 1370px) {
	.projects-full {
		overflow: visible!important; 
	}
}

/* LAST IN CSS DO NOT MOVE */
body.page-rotated .dt-arrows {
	display: none!important;
}
body.page-rotated .pr-arrows {
	display: none!important;
}
body.page-rotated .we-arrows {
	display: none!important;
}
body.page-rotated .xp-arrows {
	display: none!important;
}

body.page-rotated .item-details-on #item-detail-text-p	{
		overflow-y: scroll;
}
body.page-rotated .project-details #project-detail-text-p	{
		overflow-y: scroll;
}
body.page-rotated #we-text-scroll	{
		overflow-y: scroll;
}
body.page-rotated #xp-text-scroll	{
		overflow-y: scroll;
}


