@charset "UTF-8";

#zp-construct.zp-project #zp-construct-content
{
	padding-top: 130px;
	padding-bottom: 200px;
}


/** ARROW BUTTON **/

#zp-construct.zp-project .zp-project-navigation-arrow-container
{
	position: fixed;
	perspective: 800px;
	top: 50vh;
	margin-top: -25px;
	z-index: 10;
	
	transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
}

html:not(.zp-vs-touch) #zp-construct.zp-project .zp-project-navigation-arrow-container:hover
{
	opacity: 1 !important;
}

#zp-construct.zp-project .zp-project-navigation-arrow-container *
{
	-webkit-backface-visibility: visible;
	transform: translate3d(0);
}

#zp-construct.zp-project #zp-project-navigation-arrow-container-next
{
	right: 0px;
}

#zp-construct.zp-project #zp-project-navigation-arrow-container-left
{
	left: 0px;
}

#zp-construct.zp-project .zp-project-navigation-arrow
{
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: block;
	z-index: 5;
	
	font-family: "orator", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	line-height: 0px;
	
	perspective: 300px;
	height: 50px;
}

#zp-construct.zp-project .zp-project-navigation-arrow,
#zp-construct.zp-project .zp-project-navigation-arrow *
{
	line-height: 0px;
}

#zp-construct.zp-project .zp-project-navigation-arrow *
{
	pointer-events: none;
}

#zp-construct.zp-project .zp-project-navigation-arrow:before
{
	position: absolute;
	display: block;
	content: '';
	top: 0px;
	height: 50px;
	width: 80px;
	
	transform-style: preserve-3d;
	
	transition: transform 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
	-webkit-transition: transform 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
	-moz-transition: transform 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
	-o-transition: transform 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
	-ms-transition: transform 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
	
	background: #000000;
	opacity: 0;
}

#zp-construct.zp-project .zp-project-navigation-arrow:after
{
	transition: background 0s linear 0.2s;
	-webkit-transition: background 0s linear 0.2s;
	-moz-transition: background 0s linear 0.2s;
	-o-transition: background 0s linear 0.2s;
	-ms-transition: background 0s linear 0.2s;
}

#zp-construct.zp-project #zp-project-navigation-prev:after,
#zp-construct.zp-project #zp-project-navigation-next:after
{
	position: absolute;
	display: block;
	content: '';
	background-repeat: no-repeat !important;
	top: 0px;
	height: 50px;
	width: 50px;
	background-size: auto 35px !important;
	z-index: 5;
}

#zp-construct.zp-project #zp-project-navigation-prev:after
{
	background: url(../../img/arrow_sw_left.svg);
	background-position: 10px center;
	left: 25px;
}

#zp-construct.zp-project #zp-project-navigation-prev:before
{
	left: 0px;
	
	transform-origin: center left;
	-webkit-transform-origin: center left;
	-o-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
}

#zp-construct.zp-project #zp-project-navigation-next:after
{
	background: url(../../img/arrow_sw_right.svg);
	background-position: -40px center;
	right: 25px;
}

#zp-construct.zp-project #zp-project-navigation-next:before
{
	right: 0px;
	
	transform-origin: center right;
	-webkit-transform-origin: center right;
	-o-transform-origin: center right;
	-moz-transform-origin: center right;
	-ms-transform-origin: center right;
	
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
}

html:not(.zp-vs-touch)  #zp-construct.zp-project .zp-project-navigation-arrow-container .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow:before
{
	opacity: 1;
}

html:not(.zp-vs-touch)  #zp-construct.zp-project #zp-project-navigation-arrow-container-next .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow:before
{
	transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s; 
	-webkit-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-moz-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-o-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-ms-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

html:not(.zp-vs-touch)  #zp-construct.zp-project #zp-project-navigation-arrow-container-next .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow:after
{
	transition: background-position 0s linear 0.1s;
	-webkit-transition: background-position 0s linear 0.1s;
	-moz-transition: background-position 0s linear 0.1s;
	-o-transition: background-position 0s linear 0.1s;
	-ms-transition: background-position 0s linear 0.1s;
	
	background-position: 10px center;
}

html:not(.zp-vs-touch)  #zp-construct.zp-project #zp-project-navigation-arrow-container-prev .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow:before
{
	transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s; 
	-webkit-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-moz-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-o-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	-ms-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s;
	
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

html:not(.zp-vs-touch) #zp-construct.zp-project #zp-project-navigation-arrow-container-prev .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow:after
{
	transition: background-position 0s linear 0.1s;
	-webkit-transition: background-position 0s linear 0.1s;
	-moz-transition: background-position 0s linear 0.1s;
	-o-transition: background-position 0s linear 0.1s;
	-ms-transition: background-position 0s linear 0.1s;
	
	background-position: -40px center;
}


#zp-construct.zp-project .zp-project-navigation-arrow .zp-project-navigation-button-title-container
{
	color: #ffffff !important;
	position: relative !important;
	text-transform: uppercase;
	display: block;
	height: 50px !important;
	vertical-align: middle;
	white-space: nowrap;
	z-index: 5;
	
	background: #000000;
	padding-top: 17px;
	padding-bottom: 16px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	
	display: inline-block;

	font-size: 14px;
	line-height: 14px;
	
	opacity: 0;
}


html:not(.zp-vs-touch) #zp-construct.zp-project .zp-project-navigation-arrow-container .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow .zp-project-navigation-button-title-container
{
	opacity: 1;
}

#zp-construct.zp-project #zp-project-navigation-arrow-container-next .zp-project-navigation-arrow .zp-project-navigation-button-title-container
{
	margin-right: 80px;
	padding-left: 25px;
	padding-right: 10px;
	transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-webkit-transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-moz-transition:  opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-o-transition:  opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-ms-transition:  opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform-origin: center right;
	-webkit-transform-origin: center right;
	-o-transform-origin: center right;
	-moz-transform-origin: center right;
	-ms-transform-origin: center right;
}

html:not(.zp-vs-touch) #zp-construct.zp-project #zp-project-navigation-arrow-container-next .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow .zp-project-navigation-button-title-container
{
	transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-webkit-transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-moz-transition:  opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-o-transition:  opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-ms-transition:  opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

#zp-construct.zp-project #zp-project-navigation-arrow-container-prev .zp-project-navigation-arrow .zp-project-navigation-button-title-container
{
	margin-left: 80px;
	padding-left: 10px;
	padding-right: 25px;
	transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-webkit-transition: opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-moz-transition:  opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-o-transition:  opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	-ms-transition:  opacity 0.2s ease-out 0s, transform 0.2s ease-out 0s;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	transform-origin: center left;
	-webkit-transform-origin: center left;
	-o-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
}

html:not(.zp-vs-touch) #zp-construct.zp-project #zp-project-navigation-arrow-container-prev .zp-project-navigation-arrow-link:hover + .zp-project-navigation-arrow .zp-project-navigation-button-title-container
{	
	transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-webkit-transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-moz-transition:  opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-o-transition:  opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;
	-ms-transition:  opacity 0.2s ease-out 0.1s, transform 0.2s ease-out 0.1s;

	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

#zp-construct.zp-project .zp-project-navigation-arrow-container .zp-project-navigation-arrow-link
{
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	width: 80px;
	z-index: 10;
}

#zp-construct.zp-project #zp-project-navigation-arrow-container-next .zp-project-navigation-arrow-link
{
	right: 0px;
}

html:not(.zp-vs-touch) #zp-construct.zp-project .zp-project-navigation-arrow-container .zp-project-navigation-arrow-link:hover
{
	width: 100%;	
}


/** CLOSE BUTTON **/

#zp-construct.zp-project #zp-project-navigation-close-container
{
	text-align: left;
	max-width: 1400px;
    text-align: left;
    padding-left: 45px;
    padding-right: 45px;
	padding-top: 48px;
    margin: auto;
	z-index: 50;
}

#zp-construct.zp-project #zp-project-navigation-close
{
	position: relative;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-left: 40px;
	font-family: "orator", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#zp-construct.zp-project #zp-project-navigation-close-icon
{
	display: inline-block;
	position: absolute;
	width: 23px;
	height: 23px;
	left: 0px;
	/**background: url(../../img/close.svg);**/
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	
	left: 10px;
}

#zp-construct.zp-project #zp-project-navigation-close-icon:before
{
	display: block;
	position: absolute;
	content: '';
	width: 32px;
	height: 1px;
	background: #000000;
	
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-o-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	
	transform: rotate(45deg) translateY(14px);
	-webkit-transform: rotate(45deg) translateY(14px);
	-moz-transform: rotate(45deg) translateY(14px);
	-o-transform: rotate(45deg) translateY(14px);
	-ms-transform: rotate(45deg) translateY(14px);
	
	transition: transform 0.3s, width 0.3s;
	-webkit-transition: transform 0.3s, width 0.3s;
	-moz-transition: transform 0.3s, width 0.3s;
	-o-transition: transform 0.3s, width 0.3s;
	-ms-transition: transform 0.3s, width 0.3s;
	
	pointer-events: none;	
}

#zp-construct.zp-project #zp-project-navigation-close-icon:after
{
	display: block;
	position: absolute;
	content: '';
	width: 32px;
	height: 1px;
	background: #000000;
	transform: rotate(-45deg) translateX(-14px);
	-webkit-transform: rotate(-45deg) translateX(-14px);
	-moz-transform: rotate(-45deg) translateX(-14px);
	-o-transform: rotate(-45deg) translateX(-14px);
	-ms-transform: rotate(-45deg) translateX(-14px);	
	
	transition: transform 0.3s, width 0.3s;
	-webkit-transition: transform 0.3s, width 0.3s;
	-moz-transition: transform 0.3s, width 0.3s;
	-o-transition: transform 0.3s, width 0.3s;
	-ms-transition: transform 0.3s, width 0.3s;
	
	pointer-events: none;	
}

html:not(zp-vs-touch) #zp-construct.zp-project #zp-project-navigation-close:hover #zp-project-navigation-close-icon:after,
html:not(zp-vs-touch) #zp-construct.zp-project #zp-project-navigation-close:hover #zp-project-navigation-close-icon:before
{
	transform: rotate(0deg) translateY(11px) translateX(-5px);
	-webkit-transform: rotate(0deg) translateY(11px) translateX(-5px);
	-moz-transform: rotate(0deg) translateY(11px) translateX(-5px);
	-o-transform: rotate(0deg) translateY(11px) translateX(-5px);
	-ms-transform: rotate(0deg) translateY(11px) translateX(-5px);	
	width: 20px;
}


/** BOTTOM BUTTON **/

#zp-construct.zp-project #zp-project-navigation-bottom-container
{
	position: relative;
	text-align: center;
}

#zp-construct.zp-project #zp-project-navigation-bottom
{
	position: relative;
	display: inline-block;
	perspective: 400px;
	perspective-origin: center center;
	height: 50px;
	transition: width 0.2s ease-out 0s;
	-webkit-transition: width 0.2s ease-out 0s;
	-moz-transition:  width 0.2s ease-out 0s;
	-o-transition:  width 0.2s ease-out 0s;
	-ms-transition:  width 0.2s ease-out 0s;
}

#zp-construct.zp-project #zp-project-navigation-bottom-inner
{
	position: relative;
	display: block;
	
	cursor: pointer;
	
	transform-style: preserve-3d;
	
	transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
		
	padding-top: 17px;
    padding-bottom: 16px;
	padding-left: 80px;
	padding-right: 80px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
    line-height: 14px;
	
	height: 50px;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	z-index: 10;
	
	font-family: "orator", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	background: #000000;
	
	transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate3d(0);
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)  translate3d(0);
	-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)  translate3d(0);
	-o-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)  translate3d(0);
	-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg)  translate3d(0);
	
	
	transition: transform 0.2s ease-out 0s;
	-webkit-transition: -webkit-transform 0.2s ease-out 0s;
	-moz-transition:  transform 0.2s ease-out 0s;
	-o-transition:  transform 0.2s ease-out 0s;
	-ms-transition:  transform 0.2s ease-out 0s;
	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#zp-construct.zp-project #zp-project-navigation-bottom.zp-move-in #zp-project-navigation-bottom-inner
{
	/**
	transition: transform 0.2s ease-out 0s !important;
	-webkit-transition: -webkit-transform 0.2s ease-out 0s !important;
	-moz-transition:  transform 0.2s ease-out 0s !important;
	-o-transition:  transform 0.2s ease-out 0s !important;
	-ms-transition:  transform 0.2s ease-out 0s !important;
	**/
}

#zp-construct.zp-project #zp-project-navigation-bottom.zp-move #zp-project-navigation-bottom-inner
{
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

#zp-construct.zp-project #zp-project-navigation-bottom .zp-project-navigation-bottom-button-arrows
{
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}

#zp-construct.zp-project #zp-project-navigation-bottom .zp-project-navigation-bottom-button-arrows:after
{
	position: absolute;
	display: block;
	content: '';
	background: url(../../img/arrow_white_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	top: 10px;
    bottom: 10px;
    width: 30px;
	right: 15px;
	pointer-events: none;
}

#zp-construct.zp-project #zp-project-navigation-bottom .zp-project-navigation-bottom-button-arrows:before
{
	position: absolute;
	display: block;
	content: '';
	background: url(../../img/arrow_white_left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	top: 10px;
    bottom: 10px;
    width: 30px;
	left: 15px;
}

#zp-construct.zp-project  #zp-project-navigation-bottom .zp-project-navigation-bottom-arrow
{
	position: absolute;
	display: block;
	top: 0px;
	width: 50%;
	bottom: 0px;
	z-index: 10;
}

#zp-construct.zp-project  #zp-project-navigation-bottom .zp-project-navigation-bottom-arrow.zp-disable
{
	pointer-events: none;
	height: 0px !important;
	width: 0px !important;
	top: 50% !important;
	left: 50% !important;
	z-index: -1;
}

#zp-construct.zp-project #zp-project-navigation-bottom #zp-project-navigation-bottom-prev
{
	left: 0px;
}

#zp-construct.zp-project #zp-project-navigation-bottom #zp-project-navigation-bottom-next
{
	right: 0px;
}

#zp-construct.zp-project #zp-project-navigation-bottom .zp-project-navigation-bottom-button-title-project
{
	position: absolute;
	display: block;
	opacity: 0;
	white-space: nowrap;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	pointer-events: none;
	padding-top: 17px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
}

#zp-construct.zp-project #zp-project-navigation-bottom .zp-project-navigation-bottom-button-title-inner
{
	display: inline-block;
}

#zp-construct.zp-project .zp-project-navigation-bottom-button-title-container .zp-project-navigation-bottom-button-title-project-next
{
	opacity: 1;
	width: auto;
}

#zp-construct.zp-project #zp-project-navigation-bottom .zp-project-navigation-bottom-button-title-normal
{
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}

#zp-construct.zp-project #zp-project-navigation-bottom.zp-hide-title-normal .zp-project-navigation-bottom-button-title-normal
{
	opacity: 0;	
}

#zp-project-navigation-bottom.zp-show-title-next .zp-project-navigation-bottom-button-title-project-next
{
	opacity: 1 !important;	
}

#zp-project-navigation-bottom.zp-show-title-prev .zp-project-navigation-bottom-button-title-project-prev
{
	opacity: 1 !important;	
}

@media screen and (max-width: 1800px)
{
	#zp-construct.zp-project #zp-project-navigation-close-container
	{
		 padding-left: 208px;
   		 padding-right: 120px;
	}
}

@media screen and (max-width: 950px)
{
	
	

	html.zp-vs-touch #zp-construct.zp-project .zp-project-navigation-arrow-container
	{
		position: absolute !important;
		top: 210px !important;
		display: none !important;
	}
	
	html.zp-vs-touch #zp-construct.zp-project #zp-construct-content
	{
		padding-top: 170px;
	}
	
	html.zp-vs-touch .zp-project-navigation-arrow
	{
		width: 80px !important;
	}
	
	html.zp-vs-touch .zp-project-navigation-button-title-container
	{
		display: none !important;
	}
	
	html.zp-vs-touch .zp-project-navigation-button-title-container:before
	{
		display: none !important;
	}
}

@media screen and (max-width: 700px)
{
	html.zp-vs-touch #zp-construct.zp-project #zp-project-navigation-close-container
	{
		position: absolute;
		top: 48px !important;
		left: 120px;
		margin-left: 0px;
		width: 30px;
		height: 30px;
		max-width: 30px !important;
		max-height: 30px !important;
		overflow: hidden;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 0px !important;
	}
	
	html.zp-vs-touch #zp-construct.zp-project #zp-project-navigation-close-container #zp-project-navigation-close-text
	{
		display: none !important;
	}
	
	
	html.zp-vs-touch #zp-construct.zp-project #zp-project-navigation-close
	{
		padding-left: 0px !important;
		display: block;
	}
}

@media screen and (max-width: 550px)
{
	html.zp-vs-touch #zp-construct.zp-project #zp-project-navigation-close-container
	{
		position: absolute;
		top: 70px !important;
		left: 20px;
		margin-left: 0px;
		width: 30px;
		height: 30px;
		max-width: 30px !important;
		max-height: 30px !important;
		overflow: hidden;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 0px !important;
	}
	
	html.zp-vs-touch #zp-construct.zp-project #zp-project-navigation-close-container #zp-project-navigation-close-text
	{
		display: none !important;
	}
	
	
	html.zp-vs-touch #zp-construct.zp-project #zp-project-navigation-close
	{
		padding-left: 0px !important;
		display: block;
	}
}

@media screen and (max-width: 650px) and (orientation: landscape) {
	/**
	html.zp-vs-touch #zp-construct.zp-project #zp-project-navigation-close-container
	{
		top: 20px !important;
		left: 110px;
	}
	**/
}
