/* FONT */
/* font-family: "etica-display",sans-serif; */
/* font-family: "utopia-std",sans-serif; */

/* --- */

/* @group WRAPPER
--------------------------------------- */

/* wrapper */
#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: padding 0.6s;
	-moz-transition: padding 0.6s;
	-ms-transition: padding 0.6s;
	transition: padding 0.6s;
	max-width: 1920px;
	margin: 0 auto;

}

/* --- */

/* full box */
.full_box {
	width: 100%;
}
.full_box .center_box {
	width: 100%;
	max-width: 990px;
	margin: 0 auto;
}

/* middle box */
.table {
	display: table;
}
.table .cell {
	display: table-cell;
}
.table .cell.top {
	vertical-align: top;
}
.table .cell.middle {
	vertical-align: middle;
}
.table .cell.bottom {
	vertical-align: bottom;
}
.table .cell.left {
	text-align: left;
}
.table .cell.center {
	text-align: center;
}
.table .cell.right {
	text-align: right;
}

/* @end */

/* @group IMAGE LOAD BOX
--------------------------------------- */

/* images load - hidden images */
.image-load-box {
	width: 0px;
	height: auto;
	overflow: hidden;
	position: fixed;
	left: -1000px;
	top: -1000px;
}

/* @end */

/* @group AJAX ERROR
--------------------------------------- */

/* ajax error */
.ajax_error {
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.ajax_error > .table {
	width: 100%;
	height: 100vh;
}
.ajax_error > .table > .cell {
	width: 100%;
	box-sizing: border-box;
	padding: 100px;
}

/* ajax error - icon */
.ajax_error .icon {
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	background-image: url(../img/layout/error-ico.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

/* ajax error - text */
.ajax_error .text {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px 10px;
}
.ajax_error .text h1 {
	font-size: 24px;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 10px;
	color: #464646;
}
.ajax_error .text p {
	font-size: 16px;
	font-weight: 400;
	font-family: "utopia-std",sans-serif;
	line-height: 20px;
	color: #464646;
}
.ajax_error .text form {
	display: none;
}

/* --- */

/* @group MEDIAQUERIES */

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	/* ajax error */
	.ajax_error > .table > .cell {
		padding: 50px 20px 20px 20px;
	}

	/* ajax error - icon */
	.ajax_error .icon {
		height: 40px;
	}

	/* ajax error - text */
	.ajax_error .text {
		padding: 0px;
	}
	.ajax_error .text h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.ajax_error .text p {
		font-size: 14px;
		line-height: 20px;
	}

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* ajax error */
	.ajax_error > .table > .cell {
		padding: 60px 50px 50px 50px;
	}

}

/* @end */

/* @end */

/* @group GRID
--------------------------------------- */

/* grid content */
.grid_content {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.grid_content > .grid_overflow {
	width: 100%;
	height: auto;
}
.grid_content > .grid_overflow > .row {
	width: 100%;
	overflow: hidden;
}
.grid_content > .grid_overflow > .row > .table {
	width: 100%;
	height: 100%;
}

/* grid content - prevent paragrahp */
.grid_content > .grid_overflow > p {
	display: none;
}

/* grid content - preview ajax */
.project.preview-ajax .full .grid_content > .grid_overflow > .row .box.preview-data {
	display: none;
}

/* --- */

/* grid content - box */
.grid_content .box {
	position: relative;
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0px 40px;
	-webkit-transition: border 0.4s;
	-moz-transition: border 0.4s;
	-ms-transition: border 0.4s;
	transition: border 0.4s;
	border-bottom: 1px solid rgba(177, 177, 177, 0.1);
}

/* --- */

/* grid content - box content */
.grid_content .box_content {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.grid_content .box_content > .table {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 0px;
}
.grid_content .box_content > .table > .cell {
	box-sizing: border-box;
	padding: 30px 0px;
	position: relative;
}
.grid_content .box_content > .table > .cell .pined {
	display: inline-block;
}
.grid_content .box_content > .table > .cell .pined.top {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.grid_content .box_content > .table > .cell .pined.bottom {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* grid content - box content - phone */
.grid_content .box_content > .table > .cell.phone {
	width: 350px;
	box-sizing: border-box;
	padding-left: 50px;
	padding-bottom: 0px;
	vertical-align: bottom;
	padding-top: 0px;
}
.grid_content .box_content > .table > .cell.phone .phone_preview {
	width: 300px;
	height: 520px;
	position: relative;
	bottom: -41px;
	overflow: hidden;
	-webkit-border-top-left-radius: 45px;
	-webkit-border-top-right-radius: 45px;
	-moz-border-radius-topleft: 45px;
	-moz-border-radius-topright: 45px;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 300px auto;
}
.grid_content .box_content > .table > .cell.phone .phone_preview .screenshot {
	width: 257px;
	height: 446px;
	position: absolute;
	top: 74px;
	left: 22px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.grid_content .box_content > .table > .cell.phone .phone_preview .screenshot {
	width: 271px;
    height: 520px;
    top: 12px;
    left: 14px;
}
.grid_content .box_content > .table > .cell.phone .phone_preview .screenshot {
	background-color: transparent;
}
/* grid content - box content - tags */
.grid_content .box_content h1 {
	font-size: 30px;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 15px;
}
.grid_content .box_content h2 {
	font-size: 24px;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 10px;
}
.grid_content .box_content h3 {
	font-size: 18px;
	font-weight: 300;
	font-family: "utopia-std",sans-serif;
	line-height: 24px;
	margin-bottom: 10px;
}
.grid_content .box_content h4 {
	font-size: 16px;
	font-weight: 300;
	font-family: "utopia-std",sans-serif;
	line-height: 22px;
	margin-bottom: 10px;
}
.grid_content .box_content h5 {
	font-size: 14px;
    font-weight: 300;
    font-family: "utopia-std",sans-serif;
    line-height: 16px;
    margin-bottom: 10px;
}
.grid_content .box_content h6 {
	font-size: 90px;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	text-transform: uppercase;
	line-height: 100px;
	margin-bottom: 10px;
}
.grid_content .box_content small {
	font-size: 12px;
	font-weight: 300;
	font-family: "utopia-std",sans-serif;
	line-height: 12px;
	display: inline-block;
	margin-bottom: 10px;
}
.grid_content .box_content big {
	font-size: 90px;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	text-transform: uppercase;
	line-height: 100px;
	margin-bottom: 10px;
}
.grid_content .box_content img {
	max-width: 80%;
	margin-bottom: 10px;
	display: inline-block;
}
.grid_content .box_content p {
	font-size: 14px;
	font-weight: 400;
	font-family: "utopia-std",sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
}
.grid_content .box_content p:last-child {
	margin-bottom: 0px;
}
.grid_content .box_content a {
	font-size: 14px;
	font-weight: 300;
	font-family: "utopia-std",sans-serif;
	line-height: 14px;
	padding-bottom: 1px;
	display: inline-block;
	text-decoration: underline;
}
.grid_content .box_content a.action_button {
	padding: 10px 30px;
	display: inline-block;
	border: 2px solid;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "etica-display",sans-serif;
	margin-top: 10px;
	text-decoration: none;
	position: relative!important;
	width: auto!important;
	bottom: 0px!important;

}
.grid_content .box_content ul {
	display: inline-block;
	margin-bottom: 10px;
}
.grid_content .box_content ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	font-family: "utopia-std",sans-serif;
	line-height: 20px;
	margin-top: 3px;
	width: 100%;
	position: relative;
}
.grid_content .box_content ul li:before {
	line-height: 18px;
	top: 0px;
	left: 0px;
	content: '-';
	font-weight: 700;
	margin-right: 5px;
}
.grid_content .box_content ul li:first-child {
	margin-top: 0px;
}

/* --- */

/* grid content - box background */
.grid_content .box_background {
	width: 100%;
	height: 100.5%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.grid_content .box_background:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	overflow: hidden;
	visibility: visible;
	-webkit-transition: opacity 0.4s, visibility 0.4s;
	-moz-transition: opacity 0.4s, visibility 0.4s;
	-ms-transition: opacity 0.4s, visibility 0.4s;
	transition: opacity 0.4s, visibility 0.4s;
	content: '';
	background-image: url(../img/wireframes/lines-dark.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.05;
}
.grid_content .box_background .background {
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: opacity 0.6s, visibility 0.6s;
	-moz-transition: opacity 0.6s, visibility 0.6s;
	-ms-transition: opacity 0.6s, visibility 0.6s;
	transition: opacity 0.6s, visibility 0.6s;
	opacity: 0;
	visibility: hidden;
}
.grid_content .box_background .background .image_dimension {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.grid_content .box_background .background .image_dimension img { height: 100%; width: 100%; object-fit: cover; object-position: center center; }
/* grid content - box background - loaded */
.grid_content .box_background.loaded:before {
	opacity: 0;
	visibility: hidden;
}
.grid_content .box_background.loaded .background {
	opacity: 1;
	visibility: visible;
}

/* --- */

/* grid content - loader */
.grid_content .loader {
	width: 100%;
	position: absolute;
	bottom: -200px;
	left: 0px;
	height: 50px;
	text-align: center;
	-webkit-transition: opacity 0.6s, visibility 0.6s, bottom 0.6s;
	-moz-transition: opacity 0.6s, visibility 0.6s, bottom 0.6s;
	-ms-transition: opacity 0.6s, visibility 0.6s, bottom 0.6s;
	transition: opacity 0.6s, visibility 0.6s, bottom 0.6s;
	opacity: 0;
	visibility: hidden;
	display: none;
	-webkit-backface-visibility: hidden;
}
.grid_content .loader .spinner {
	margin: 0px auto;
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0px;
	display: inline-block;
	vertical-align: top;
}
.grid_content .loader .spinner > div {
	background-color: rgba(70, 70, 70, 0.95);
	height: 50px;
	width: 5px;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 2px;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.grid_content .loader .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.grid_content .loader .spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.grid_content .loader .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.grid_content .loader .spinner .rect5 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

/* grid content - loader - show */
.preview .grid_content .loader {
	display: block;
}

/* grid content - loader - load things */
.loading .grid_content .loader {
	opacity: 1;
	visibility: visible;
	bottom: 40px;
}

/* --- */

/* @group BOX ESTRUCTURE */

/* grid content - box - sizes */
.grid_content .box.size-1 {
	width: 33.33%;
}
.grid_content .box.size-1 > .box_content > .table {
	height: 100%;
	min-height: 400px;
}

.grid_content .box.size-1-big {
	width: 33.33%;
}
.grid_content .box.size-1-big > .box_content > .table {
	height: 100%;
	min-height: 600px;
}

.grid_content .box.size-2 {
	width: 66.66%;
}
.grid_content .box.size-2 > .box_content > .table {
	height: 100%;
	min-height: 400px;
}

.grid_content .box.size-2-big {
	width: 66.66%;
}
.grid_content .box.size-2-big > .box_content > .table {
	height: 100%;
	min-height: 600px;
}

.grid_content .box.size-3 {
	width: 100%;
}
.grid_content .box.size-3 > .box_content > .table {
	height: 100%;
	min-height: 600px;
}

.grid_content .box.size-3-small {
	width: 100%;
}
.grid_content .box.size-3-small > .box_content > .table {
	height: 100%;
	min-height: 300px;
}

/* grid content - box - only image */
.grid_content .box.only-image {
	padding: 0px;
}
.grid_content .box.only-image .box_background {
	position: relative;
	width: 100%;
	height: 100%;
}

/* grid content - box - only image - sizes */
.grid_content .box.only-image.size-1 .box_background {
	min-height: 400px;
}
.grid_content .box.only-image.size-1-big .box_background {
	min-height: 600px;
}
.grid_content .box.only-image.size-2 .box_background {
	min-height: 400px;
}
.grid_content .box.only-image.size-2-big .box_background {
	min-height: 600px;
}
.grid_content .box.only-image.size-3 .box_background {
	min-height: 600px;
}
.grid_content .box.only-image.size-3-small .box_background {
	min-height: 300px;
}

/* grid content - box - aligns */
.grid_content .box.text-left {
	text-align: left;
}
.grid_content .box.text-center {
	text-align: center;
}
.grid_content .box.text-right {
	text-align: right;
}

/* grid content - box - content */
.grid_content .box.content-top > .box_content > .table > .cell {
	vertical-align: top;
}
.grid_content .box.content-middle > .box_content > .table > .cell {
	vertical-align: middle;
}
.grid_content .box.content-bottom > .box_content > .table > .cell {
	vertical-align: bottom;
}

/* @end */

/* @group BOX THEMES */

/* grid content - box - transition */
.grid_content .box,
.grid_content .box a,
.grid_content .box a.action_button,
.grid_content .box a.action_button:hover,
.grid_content .box .loader .spinner > div {
	-webkit-transition: background-color 0s, color 0s, border 0s;
	-moz-transition: background-color 0s, color 0s, border 0s;
	-ms-transition: background-color 0s, color 0s, border 0s;
	transition: background-color 0s, color 0s, border 0s;
}

/* grid content - box - transition - on project ready */
.project-transition .grid_content .box,
.project-transition .grid_content .box a,
.project-transition .grid_content .box a.action_button,
.project-transition .grid_content .box a.action_button:hover,
.project-transition .grid_content .box .loader .spinner > div {
	-webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
	transition: background-color 0.4s, color 0.4s, border 0.4s;
}

/* --- */

/* grid content - box - theme dark */
.grid_content .box.theme-dark {
	background-color: #464646;
	color: #fff;
}
.grid_content .box.theme-dark a {
	color: #ebebeb;
}
.grid_content .box.theme-dark a.action_button {
	border-color: #ebebeb;
	color: #ebebeb;
}
.grid_content .box.theme-dark a.action_button:hover {
	background-color: #ebebeb;
	color: #464646;
}
.grid_content .box.theme-dark .loader .spinner > div {
	background-color: #fff;
}
.grid_content .box.theme-dark .phone_preview {
	background-image: url(../img/wireframes/iPhone-6-dark.png);
}

/* grid content - box - theme light */
.grid_content .box.theme-light {
	background-color: #f6f6f6;
	color: #464646;
}
.grid_content .box.theme-light a {
	color: #464646;
}
.grid_content .box.theme-light a.action_button {
	border-color: #464646;
	color: #464646;
}
.grid_content .box.theme-light a.action_button:hover {
	background-color: #464646;
	color: #ebebeb;
}
.grid_content .box.theme-light .loader .spinner > div {
	background-color: #464646;
}
.grid_content .box.theme-light .phone_preview {
	background-image: url(../img/wireframes/iPhone-12-light.png);
}

/* @end */

/* @group KEYFRAMES */

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* @end */

/* --- */

/* @group MEDIAQUERIES */

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	/* grid content - box - mobile hide */
	.grid_content .box.mobile-hide {
		display: none;
	}

	/* --- */

	/* grid content */
	.grid_content > .grid_overflow > .row {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		vertical-align: top;
	}
	.grid_content > .grid_overflow > .row > .table {
		width: 100%;
		height: auto;
		display: block;
		vertical-align: top;
	}

	/* --- */

	/* grid content - box */
	.grid_content .box {
		display: inline-block;
		vertical-align: top;
		padding: 0px 30px;
	}

	/* --- */

	/* grid content - box content */
	.grid_content .box_content {
		height: auto;
	}
	.grid_content .box_content > .table {
		padding: 20px 0px;
	}
	.grid_content .box_content > .table > .cell {
		width: 100%;
		padding: 20px 0px;
	}
	.grid_content .box_content > .table > .cell .pined {
		position: relative!important;
	}
	.grid_content .box_content > .table > .cell .pined.top {
		margin-bottom: 10px;
	}
	.grid_content .box_content > .table > .cell .pined.bottom {
		margin-top: 10px;
	}

	/* grid content - box content - preview data */
	.grid_content .box.preview-data .box_content > .table {
		padding: 0px;
	}

	/* --- */

	/* grid content - box content - phone box */
	.grid_content .box_content.phoneBox > .table {
		padding-bottom: 0px;
	}
	.grid_content .box_content.phoneBox > .table > .cell {
		display: inline-block;
		vertical-align: top;
		padding-top: 20px;
	}
	.grid_content .box_content.phoneBox > .table > .cell.phone {
		width: 100%;
		padding-left: 0px;
	}
	.grid_content .box_content.phoneBox > .table > .cell.phone .phone_preview {
		width: 240px;
		height: 300px;
		bottom: -1px;
		overflow: hidden;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background-size: 240px auto;
		margin: 0 auto;
	}
	.grid_content .box_content.phoneBox>.table>.cell.phone .phone_preview .screenshot {
		width: 217px;
		height: 367px;
		top: 10px;
		left: 12px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	/* --- */

	/* grid content - box content - tags */
	.grid_content .box_content h1 {
		font-size: 28px;
		line-height: 28px;
	}
	.grid_content .box_content h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.grid_content .box_content h3 {
		font-size: 17px;
		line-height: 20px;
	}
	.grid_content .box_content h4 {
		font-size: 17px;
		line-height: 20px;
	}
	.grid_content .box_content h5 {
		font-size: 12px;
	    line-height: 20px;
	}
	.grid_content .box_content h6 {
		font-size: 50px;
		line-height: 60px;
	}
	.grid_content .box_content small {
		font-size: 12px;
		line-height: 16px;
	}
	.grid_content .box_content big {
		font-size: 50px;
		line-height: 60px;
	}
	.grid_content .box_content img {
		max-width: 80%;
	}
	.grid_content .box_content p {
		font-size: 14px;
		line-height: 18px;
	}
	.grid_content .box_content a {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 1px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_content .box_content a.action_button {
		padding: 10px 30px;
		border: 2px solid;
		font-size: 12px;
		margin-top: 10px;

	}
	.grid_content .box_content ul {
		margin-bottom: 10px;
	}
	.grid_content .box_content ul li {
		font-size: 14px;
		line-height: 20px;
		margin-top: 3px;
	}
	.grid_content .box_content ul li:before {
		line-height: 18px;
	}
	.grid_content .box_content br {
		display: none;
	}

	/* --- */

	/* grid content - loader */
	.grid_content .loader {
		background-color: rgba(246, 246, 246, 0.9);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.grid_content .loader .spinner {
		height: 30px;
		line-height: 30px;
		margin: 10px auto 0px auto;
	}
	.grid_content .loader .spinner > div {
		height: 30px;
		width: 5px;
	}

	/* grid content - loader - load things */
	.loading .grid_content .loader {
		bottom: 0px;
	}

	/* --- */

	/* @group BOX ESTRUCTURE */

	/* grid content - box - sizes */
	.grid_content .box.size-1,
	.grid_content .box.size-1-big,
	.grid_content .box.size-2,
	.grid_content .box.size-2-big,
	.grid_content .box.size-3,
	.grid_content .box.size-3-small {
		width: 100%;
	}

	/* grid content - box - aligns */
	.grid_content .box.text-left {
		text-align: center;
	}
	.grid_content .box.text-center {
		text-align: center;
	}
	.grid_content .box.text-right {
		text-align: center;
	}

	/* grid content - box - aligns contents */
	.grid_content .box.content-top > .box_content > .table > .cell {
		vertical-align: middle;
	}
	.grid_content .box.content-bottom > .box_content > .table > .cell {
		vertical-align: middle;
	}

	/* @end */

}

@media all
and (min-width : 0px)
and (max-width : 767px)
and (orientation:landscape) {

	/* grid content - box */
	.grid_content .box {
		padding: 0px 50px;
	}

	/* grid content - box content - tags */
	.grid_content .box_content h3 {
		padding: 0px 50px;
	}

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* grid content - box */
	.grid_content .box {
		padding: 0px 30px;
	}

	/* --- */

	/* grid content - box content */
	.grid_content .box_content {
		max-width: 800px;
	}
	.grid_content .box_content > .table {
		padding: 40px 0px;
	}
	.grid_content .box_content > .table > .cell {
		padding: 30px 0px;
	}
	.grid_content .box_content > .table > .cell .pined.top {
		top: 0px;
		left: 0px;
	}
	.grid_content .box_content > .table > .cell .pined.bottom {
		bottom: 0px;
		left: 0px;
	}

	/* grid content - box content - phone */
	.grid_content .box_content > .table > .cell.phone {
		width: 300px;
		padding-left: 50px;
	}
	.grid_content .box_content > .table > .cell.phone .phone_preview {
		height: 440px;
		bottom: -40px;
	}

	/* grid content - box content - tags */
	.grid_content .box_content h1 {
		font-size: 28px;
		line-height: 28px;
	}
	.grid_content .box_content h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.grid_content .box_content h3 {
		font-size: 20px;
	    line-height: 25px;
	}
	.grid_content .box_content h4 {
		font-size: 20px;
		line-height: 25px;
	}
	.grid_content .box_content h5 {
		font-size: 12px;
	    line-height: 20px;
	}
	.grid_content .box_content h6 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.grid_content .box_content small {
		font-size: 11px;
		line-height: 11px;
		display: inline-block;
	}
	.grid_content .box_content big {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 10px;
	}
	.grid_content .box_content img {
		max-width: 80%;
	}
	.grid_content .box_content p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.grid_content .box_content a {
		font-size: 12px;
		line-height: 12px;
		padding-bottom: 1px;
	}
	.grid_content .box_content a.action_button {
		padding: 10px;
		font-size: 12px;
		margin-top: 10px;
	}
	.grid_content .box_content ul li {
		font-size: 14px;
		line-height: 20px;
		margin-top: 3px;
	}
	.grid_content .box_content ul li:before {
		line-height: 18px;
		margin-right: 5px;
	}
	.grid_content .box_content br {
		display: none;
	}

	/* --- */

	/* grid content - box background - loaded */
	.grid_content .box_background.loaded:before {
		opacity: 0;
		visibility: hidden;
	}
	.grid_content .box_background.loaded .background {
		opacity: 1;
		visibility: visible;
	}

	/* --- */

	/* @group BOX ESTRUCTURE */

	/* grid content - box - sizes */
	.grid_content .box.size-1 > .box_content > .table {
		min-height: 300px;
	}
	.grid_content .box.size-1-big > .box_content > .table {
		min-height: 450px;
	}

	.grid_content .box.size-2 > .box_content > .table {
		min-height: 300px;
	}
	.grid_content .box.size-2-big > .box_content > .table {
		min-height: 450px;
	}

	.grid_content .box.size-3 > .box_content > .table {
		min-height: 500px;
	}
	.grid_content .box.size-3-small > .box_content > .table {
		min-height: 350px;
	}

	/* grid content - box - only image */
	.grid_content .box.only-image .box_background {
		width: 100%;
	}

	/* grid content - box - only image - sizes */
	.grid_content .box.only-image.size-1 .box_background {
		min-height: 300px;
	}
	.grid_content .box.only-image.size-1-big .box_background {
		min-height: 500px;
	}
	.grid_content .box.only-image.size-2 .box_background {
		min-height: 300px;
	}
	.grid_content .box.only-image.size-2-big .box_background {
		min-height: 500px;
	}
	.grid_content .box.only-image.size-3 .box_background {
		min-height: 500px;
	}
	.grid_content .box.only-image.size-3-small .box_background {
		min-height: 300px;
	}

	/* @end */

}

@media only screen
and (min-width : 1024px)
and (max-width : 1279px) {

	/* grid content - box */
	.grid_content .box {
		padding: 0px 30px;
	}

	/* --- */

	/* grid content - box content */
	.grid_content .box_content {
		max-width: 800px;
	}
	.grid_content .box_content > .table {
		padding: 40px 0px;
	}
	.grid_content .box_content > .table > .cell {
		padding: 30px 0px;
	}
	.grid_content .box_content > .table > .cell .pined.top {
		top: 0px;
		left: 0px;
	}
	.grid_content .box_content > .table > .cell .pined.bottom {
		bottom: 0px;
		left: 0px;
	}

	/* grid content - box content - phone */
	.grid_content .box_content > .table > .cell.phone {
		width: 350px;
		padding-left: 30px;
	}
	.grid_content .box_content > .table > .cell.phone .phone_preview {
		width: 300px;
		height: 520px;
		bottom: -42px;
		-webkit-border-top-left-radius: 45px;
		-webkit-border-top-right-radius: 45px;
		-moz-border-radius-topleft: 45px;
		-moz-border-radius-topright: 45px;
		border-top-left-radius: 45px;
		border-top-right-radius: 45px;
		background-size: 300px auto;
	}
	.grid_content .box_content > .table > .cell.phone .phone_preview .screenshot {
		width: 257px;
		height: 446px;
		bottom: 0px;
		left: 22px;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-top-right-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-topright: 2px;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	.grid_content .box_content > .table > .cell.phone .phone_preview .screenshot {
		top: 12px;
		width: 271px;
		height: 507px;
		left: 14px;
	}

	/* grid content - box content - tags */
	.grid_content .box_content h1 {
		font-size: 28px;
		line-height: 28px;
	}
	.grid_content .box_content h2 {
		font-size: 22px;
		line-height: 24px;
	}
	.grid_content .box_content h3 {
		font-size: 16px;
	    line-height: 24px;
	}
	.grid_content .box_content h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.grid_content .box_content h5 {
		font-size: 12px;
	    line-height: 20px;
	}
	.grid_content .box_content h6 {
		font-size: 70px;
		line-height: 80px;
		margin-bottom: 10px;
	}
	.grid_content .box_content small {
		font-size: 10px;
		line-height: 10px;
		display: inline-block;
	}
	.grid_content .box_content big {
		font-size: 70px;
		line-height: 80px;
		margin-bottom: 10px;
	}
	.grid_content .box_content img {
		max-width: 80%;
	}
	.grid_content .box_content p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.grid_content .box_content a {
		font-size: 12px;
		line-height: 12px;
		padding-bottom: 1px;
	}
	.grid_content .box_content a.action_button {
		padding: 10px 30px;
		border: 2px solid;
		font-size: 10px;
		margin-top: 10px;
	}
	.grid_content .box_content ul {
		margin-bottom: 10px;
	}
	.grid_content .box_content ul li {
		font-size: 12px;
		line-height: 18px;
		margin-top: 3px;
	}
	.grid_content .box_content ul li:before {
		line-height: 18px;
		margin-right: 5px;
	}

	/* --- */

	/* grid content - box background - loaded */
	.grid_content .box_background.loaded:before {
		opacity: 0;
		visibility: hidden;
	}
	.grid_content .box_background.loaded .background {
		opacity: 1;
		visibility: visible;
	}

	/* --- */

	/* @group BOX ESTRUCTURE */

	/* grid content - box - sizes */
	.grid_content .box.size-1 > .box_content > .table {
		min-height: 350px;
	}
	.grid_content .box.size-1-big > .box_content > .table {
		min-height: 550px;
	}
	.grid_content .box.size-2 > .box_content > .table {
		min-height: 350px;
	}
	.grid_content .box.size-2-big > .box_content > .table {
		min-height: 550px;
	}
	.grid_content .box.size-3 > .box_content > .table {
		min-height: 550px;
	}
	.grid_content .box.size-3-small > .box_content > .table {
		min-height: 300px;
	}

	/* grid content - box - only image */
	.grid_content .box.only-image .box_background {
		width: 100%;
	}

	/* grid content - box - only image - sizes */
	.grid_content .box.only-image.size-1 .box_background {
		min-height: 350px;
	}
	.grid_content .box.only-image.size-1-big .box_background {
		min-height: 550px;
	}
	.grid_content .box.only-image.size-2 .box_background {
		min-height: 350px;
	}
	.grid_content .box.only-image.size-2-big .box_background {
		min-height: 550px;
	}
	.grid_content .box.only-image.size-3 .box_background {
		min-height: 550px;
	}
	.grid_content .box.only-image.size-3-small .box_background {
		min-height: 350px;
	}

	/* @end */

}

/* @end */

/* @end */

/* --- */

/* @group TOP NAV
--------------------------------------- */

/* top nav */
.top_nav {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	z-index: 5;
	top: -60px;
	-webkit-transition: top 0.6s, -webkit-box-shadow 0.6s;
	-moz-transition: top 0.6s , -moz-box-shadow 0.6s;
	-ms-transition: top 0.6s , -ms-box-shadow 0.6s;
	transition: top 0.6s , box-shadow 0.6s;
	box-sizing: border-box;
	padding: 0px 15px;
	-webkit-backface-visibility: hidden;

}
.top_nav > .table {
	width: 100%;
	height: 60px;
}
.top_nav > .table > .cell {
	box-sizing: border-box;
}
.top_nav > .table > .cell.col-1 {
	width: 200px;
}

/* --- */

/* top nav - hamburger */
.top_nav .hamburger {
	width: 40px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
.top_nav .hamburger .line {
	position: absolute;
	width: 40px;
	height: 2px;
	-webkit-transition: -webkit-transform 0.4s, top 0.4s, bottom 0.4s;
	-moz-transition: -moz-transform 0.4s, top 0.4s, bottom 0.4s;
	-ms-transition: -ms-transform 0.4s, top 0.4s, bottom 0.4s;
	transition: transform 0.4s, top 0.4s, bottom 0.4s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.top_nav .hamburger .line.v1 {
	background-color: #262327;
	top: 0px;
}
.top_nav .hamburger .line.v2 {
	background-color: #262327;
	top: 50%;
	margin-top: -1px;
}
.top_nav .hamburger .line.v3 {
	background-color: #262327;
	bottom: 0px;
}

/* --- */

/* top nav - action */
.top_nav .logo {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.top_nav .logo i {
	font-size: 40px;
	text-transform: uppercase;
	color: #262327;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
}

/* --- */

/* @group MEDIAQUERIES */

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	/* top nav */
	.top_nav {
		padding: 0px 15px;
		height: 50px;
		top: -50px;
	}
	.top_nav > .table {
		width: 100%;
		height: 50px;
	}

	/* --- */

	/* top nav - hamburger */
	.top_nav .hamburger {
		width: 30px;
		height: 20px;
	}
	.top_nav .hamburger .line {
		position: absolute;
		width: 30px;
		height: 2px;
	}
	.top_nav .hamburger .line.v2 {
		margin-top: -1px;
	}

	/* --- */

	/* top nav - action */
	.top_nav .logo i {
		font-size: 30px;
	}

}

/* @end */

/* @end */

/* @group LEFT NAV
--------------------------------------- */

/* left nav */
.left_nav {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -100px;
	background-color: #fff;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: left 0.6s , width 0.6s , -webkit-box-shadow 0.4s;
	-moz-transition: left 0.6s , width 0.6s , -moz-box-shadow 0.4s;
	-ms-transition: left 0.6s , width 0.6s , -ms-box-shadow 0.4s;
	transition: left 0.6s , width 0.6s , box-shadow 0.4s;
	overflow: hidden;

}
.left_nav > a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	vertical-align: top;
}

/* left nav - pined */
.left_nav .pined {
	position: absolute;
	left: 0px;
	width: 100%;
	-webkit-transform: translate3d(200%,0,0);
	-moz-transform: translate3d(200%,0,0);
	-ms-transform: translate3d(200%,0,0);
	transform: translate3d(200%,0,0);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
	transition: transform 0.6s;
	text-align: center;
	box-sizing: border-box;
}
.left_nav .pined.top {
	top: 20px;
}
.left_nav .pined.middle {
	top: 50%;
	margin-top: -25px;
	height: 50px;
}
.left_nav .pined.bottom {
	bottom: 20px;
}

/* --- */

/* left nav  - logo */
.left_nav .logo {
	width: 100%;
	text-align: center;
	text-indent: 10px;
}
.left_nav .logo i {
	font-size: 40px;
	text-transform: uppercase;
	color: #262327;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
}

/* left nav - close project */
.left_nav .close_project {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-image: url(../img/layout/arrow-back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45% auto;
	margin: 0 auto;
	-webkit-transition: background-size 0.4s, opacity 0.4s;
	-moz-transition: background-size 0.4s, opacity 0.4s;
	-ms-transition: background-size 0.4s, opacity 0.4s;
	transition: background-size 0.4s, opacity 0.4s;
	opacity: 0;
}

/* --- */

/* @group TOUCH */

/* left nav - close project */
.touchevents .left_nav .close_project {
	opacity: 0.5;
}

/* @end */

/* --- */

/* @end */

/* @group LANDING
--------------------------------------- */

/* landing */
.landing {
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.6s , left 0.6s , -webkit-box-shadow 0.6s, padding 0.6s, -webkit-transform 0.4s, opacity 0.4s ;
	-moz-transition: width 0.6s , left 0.6s , -moz-box-shadow 0.6s, padding 0.6s, -webkit-transform 0.4s, opacity 0.4s;
	-ms-transition: width 0.6s , left 0.6s , -ms-box-shadow 0.6s, padding 0.6s, -webkit-transform 0.4s, opacity 0.4s;
	transition: width 0.6s , left 0.6s , box-shadow 0.6s, padding 0.6s, -webkit-transform 0.4s, opacity 0.4s;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	overflow: hidden;
}
.landing > .block {
	height: 100%;
	position: absolute;
	top: 0px;
	overflow: hidden;
	-webkit-transition: width 0.6s , background-color 0.6s;
	-moz-transition: width 0.6s , background-color 0.6s;
	-ms-transition: width 0.6s , background-color 0.6s;
	transition: width 0.6s , background-color 0.6s;
}
.landing > .block.left {
	width: 100%;
	left: 0px;
}
.landing > .block.right {
	width: 0%;
	right: 0px;
	box-sizing: border-box;
}

/* --- */

/* landing - about */
.landing .about {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-image: url(../img/layout/home-bg-bp.jpg);
/* 	background-position: top -100px left;
	background-repeat: no-repeat; */
	background-size: auto 1000px;
	background-color: #201f24;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.landing .about .overflow {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0px;

}
.landing .about .overflow > .content {
	width: 100%;
	height: 100%;
	/* min-width: 550px; */
	min-height: 650px;
	position: relative;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
}
.landing .about .overflow > .content > .block {
	width: 100%;
	position: absolute;
	left: 0px;
	box-sizing: border-box;
	padding: 0px 50px 0px 50px;
}
.landing .about .overflow > .content > .block.top {
	top: 100px;
}
.landing .about .overflow > .content > .block.bottom {
	bottom: 50px;
}

/* - */

/* landing - about - logo */
.landing .about .logo {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.landing .about .logo h1 {
	width: 260px;
  	height: 150px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/layout/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
}
.landing .about .logo .textlink {
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
    line-height: 15px;
	letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
    font-family: "etica-display",sans-serif;
	margin-top: 30px;
	padding-left: 30px;
}
.landing .about .logo .textlink span {
	position: relative;
}
.landing .about .logo .textlink span::after {
	content: '';
	width: 0;
	height: .5px;
	background-color: #f9f9f9;
	position: absolute;
	bottom: -.1px;
	left: 0;
	transition: width 0.4s;
}
.landing .about .logo .textlink i::before,
.landing .about .logo .textlink i::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.landing .about .logo .textlink i::before {
	background: url('../img/layout/icon-heart.svg') no-repeat center center;
	background-size: contain;
}
.landing .about .logo .textlink i::after {
	background: url('../img/layout/icon-heart-hover.svg') no-repeat center center;
	background-size: contain;
	opacity: 0;
	transition: opacity 0.4s;
}

.landing .about .logo .textlink:hover span::after {
	width: 100%;
}
.landing .about .logo .textlink:hover i::after {
	opacity: 1;
}

.landing .about .logo .textlink {
	opacity: 0;
	transition: opacity 0.5s;
}
#wrapper.start-surfing .landing .about .logo .textlink {
	opacity: 1;
}

/* - */

/* landing - about - we love chat */
.landing .about .we_love_chat {
	width: 100%;
	position: relative;
	padding: 30px 0px 30px 0px;
	margin-bottom: 30px;
}
.landing .about .we_love_chat h2 {
	font-size: 18px;
	color: #f6f6f4;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	margin-bottom: 5px;
}
.landing .about .we_love_chat p {
	font-size: 12px;
	line-height: 14px;
	color: #b7b4be;
	font-weight: 400;
	font-family: "utopia-std",sans-serif;
}
.landing .about .we_love_chat a {
	width: 170px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	display: inline-block;
	border: 1px solid #b1b5b1;
	padding: 12px 0px 10px 0px;
	-webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
	transition: background-color 0.4s, color 0.4s, border 0.4s;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.landing .about .we_love_chat a:hover {
	color: #201f24;
	border: 1px solid #fff;
	background-color: #fff;
}
.landing .about .we_love_chat .cta:before,
.landing .about .we_love_chat .cta:after {
	width: 160px;
	height: 1px;
	position: absolute;
	left: 0px;
	background-color: #fff;
	content: '';
}
.landing .about .we_love_chat .cta:before {
	top: 0px;
}
.landing .about .we_love_chat .cta:after {
	bottom: 0px;
	content: none;
}
.landing .about .we_love_chat .cta {
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

/* - */

/* landing - about - contact us */
.landing .about .contact_us {
	width: 100%;
}
.landing .about .contact_us ul {
	width: 100%;
	text-align: left;
	font-size: 0px;
}
.landing .about .contact_us ul li {
	width: auto;
	height: 35px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.landing .about .contact_us ul li p {
	font-size: 12px;
	line-height: 17px;
	color: #b7b4be;
	font-family: "utopia-std",sans-serif;
	font-weight: 300;
}
.landing .about .contact_us ul li p a {
	color: #f6f6f4;
	font-weight: 400;
}
.landing .about .contact_us ul li p a:hover {
	text-decoration: underline;
}

/* landing - about - contact us - mini logo */
.landing .about .contact_us ul li .mini_logo {}

/* landing - about - contact us - instagram ico */
.landing .about .contact_us ul li .instagram_ico {
	width: 35px;
	height: 35px;
	background-image: url(../img/layout/instagram-ico.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.landing .about .contact_us ul li .instagram_ico:hover {
	opacity: 0.8;
}
.landing .about .contact_us h4 { color: #F6F6F4; font: 400 14px / 24px "utopia-std",sans-serif; margin: 0 0 8px; }
.landing .about .contact_us li { display: inline-block; vertical-align: middle; margin-right: 15px; }
/* - */

/* landing - about - transition */
.landing .about .we_love_chat,
.landing .about .contact_us {
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	-moz-transform: translate3d(0,100px,0);
	-ms-transform: translate3d(0,100px,0);
	transform: translate3d(0,100px,0);
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	-moz-transition: opacity 0.6s, -webkit-transform 0.6s;
	-ms-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s;
}

/* --- */

/* landing - about - form */
.landing .about #z-form-container {
	margin: 0;
	width: 100%;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

@media only screen 
and (min-width: 768px) {
	.landing .about #z-form-container {
		position: absolute;
		bottom: 15px;
	}
}

@media only screen 
and (min-width: 0px) 
and (max-width: 767px) {
	
}

.landing .about #z-form-container .z-form-control {
	box-sizing: border-box;
	height: 38px;
	margin: 0 0 12px;
	font-family: "etica-display",sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 10px;
	border: 1px solid #B1B5B1;
	background-color: transparent;
	border-radius: 0;
	color: #FFFFFF;
	-webkit-transition: color 0.4s, border 0.4s;
	-moz-transition: color 0.4s, border 0.4s;
	-ms-transition: color 0.4s, border 0.4s;
	transition: color 0.4s, border 0.4s;
}
.landing .about #z-form-container .z-form-control::placeholder {
	color: #B1B5B1;	
}
.landing .about #z-form-container .z-form-control:focus,
.landing .about #z-form-container .z-form-control:focus-visible {
	box-shadow: none;
	border-radius: 0;
	border-color: #FFFFFF;
}
.landing .about #z-form-container textarea.z-form-control {
	min-height: 100px;
	padding: 16px 12px 6px;
}
.landing .about #z-form-container .z-btn {
	width: 170px;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	font-weight: 700;
	font-family: "etica-display",sans-serif;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #b1b5b1;
	border-radius: 0;
	padding: 12px 0px 10px 0px;
	-webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
	transition: background-color 0.4s, color 0.4s, border 0.4s;
	margin-top: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.landing .about #z-form-container .z-btn:hover {
	color: #201f24;
	border: 1px solid #fff;
	background-color: #fff;
}
.landing .about #z-form-container .z-controls {
	position: relative;
}
.landing .about #z-form-container .z-help-block {
	font-size: 10px;
	position: absolute;
	right: 5px;
	bottom: -5px;
	margin: 0;
	font-family: "utopia-std",sans-serif;
	color: #F6F6F4;
	background-color: #222126;
	padding: 3px;
}
.landing .about #z-form-container #help {
	display: none;
}
.landing .about #z-form-container #z-form-container-message p {
	font-family: "utopia-std",sans-serif;
	color: #F6F6F4;
	font-size: 12px;
}
.landing .about .z-form-title,
.landing .about .z-control-label {
	color: #F6F6F4;
	font-family: "utopia-std",sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 15px;
	pointer-events: none;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
	position: relative;
}
.landing .about .z-control-label { 
	overflow: hidden;
    width: 104px;
    text-overflow: clip;
    white-space: nowrap;
}
.landing .about .z-form-title {
	opacity: 0;
	position: absolute;
	bottom: 435px;
}
.landing .about .z-form-header .close {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-ms-transition: opacity 0.4s;
	transition: opacity 0.4s;
	position: absolute;
	bottom: 435px;
	right: 0;
	cursor: pointer;
	z-index: 2;
}
.landing .about .z-form-header .close > img {
	width: 17px;
}
@media only screen 
and (min-width: 0px) 
and (max-width: 767px) {
	.landing .about .z-form-header {
		position: relative;
	}
	.landing .about .z-form-title,
	.landing .about .z-form-header .close {
		top: -40px;
	}
}

/* landing - about - form - transitions */
@media only screen 
and (min-width: 768px) 
and (max-height: 960px) {
	.landing .about[data-form="open"] .overflow > .content {
		height: calc(100% + 220px);
		overflow: auto;
	}
	.landing .about[data-form="open"] .overflow > .content::-webkit-scrollbar { width: 5px; height: 5px; }
	.landing .about[data-form="open"] .overflow > .content::-webkit-scrollbar-track-piece { background-color: #222126; }
	.landing .about[data-form="open"] .overflow > .content::-webkit-scrollbar-thumb  { height: 1px; width: 4px; background-color: #F6F6F4; }
}


.landing .about[data-form="closed"] .we_love_chat #z-form-container {
	opacity: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.4s;
}
.landing .about[data-form="open"] {
	background-color: #222126;
}
.landing .about[data-form="open"] .z-form-title,
.landing .about[data-form="open"] .z-form-header .close {
	opacity: 1;
	pointer-events: all;
}
.landing .about[data-form="open"] .we_love_chat .cta {
	opacity: 0;
	pointer-events: none;
}
/* --- */


/* landing - button  */
.landing .talk_to_an_expert {
	position: fixed;
}
@media only screen 
and (min-width: 768px) {
	.landing .talk_to_an_expert {
		right: 5vh;
		/* top: 80vh; */
		bottom: 110px;
	}
}
@media only screen 
and (min-width: 0px) 
and (max-width: 767px) {
	.landing .talk_to_an_expert {
		right: 3vh;
		top: calc(95% - 102px);
	}
}
.landing .talk_to_an_expert .bttn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: none;
	border-radius: 100%;
	padding: 5px;
	width: 102px;
	height: 102px;
	background-color: #453D3D;
	box-shadow: 0px 3px 6px #332A2A7A;
	cursor: pointer;
}
.landing .talk_to_an_expert .bttn .bell {
	width: 45px;
	height: 45px;
	object-fit: contain;
	margin: auto;
}
.landing .talk_to_an_expert .bttn .text {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.landing .talk_to_an_expert .bttn:hover .text {
	transform: translate(-50%, -50%) rotate(90deg);
}
/* --- */



/* landing - project list */
.landing .projects_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.landing .projects_list .overflow {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0px;
}
.landing .projects_list .overflow > ul {
	width: 100%;
	font-size: 0px;
	-webkit-transition: padding-top 0.4s;
	-moz-transition: padding-top 0.4s;
	-ms-transition: padding-top 0.4s;
	transition: padding-top 0.4s;

}
.landing .projects_list .overflow > ul > li {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	-ms-transition: height 0.4s;
	transition: height 0.4s;
	box-sizing: border-box;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.landing .projects_list .overflow > ul > li > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
}

/* landing - projects list - project preview */
.landing .projects_list .project_preview {
	display: none;
}

/* - */

/* landing - projects list - background image */
.landing .projects_list .background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 0;
	-webkit-transition: left 0.6s, opacity 0.6s, visibility 0.6s, background-size 0.6s;
	-moz-transition: left 0.6s, opacity 0.6s, visibility 0.6s, background-size 0.6s;
	-ms-transition: left 0.6s, opacity 0.6s, visibility 0.6s, background-size 0.6s;
	transition: left 0.6s, opacity 0.6s, visibility 0.6s, background-size 0.6s;
}
.landing .projects_list .background-image .image {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: auto 150%;*/
	background-size:cover;
	-webkit-transition: opacity 0.4s, visibility 0.4s;
	-moz-transition: opacity 0.4s, visibility 0.4s;
	-ms-transition: opacity 0.4s, visibility 0.4s;
	transition: opacity 0.4s, visibility 0.4s;
	-webkit-backface-visibility: hidden;
}
.landing .projects_list .background-image img { height: 100%; width: 100%; object-fit: cover; object-position: center center; }
.project-open .landing .projects_list .background-image img { opacity: 0; pointer-events: none; }
/* landing - projects list - background image - hover */
.landing .projects_list a:hover .background-image {
	left: -180px;
}

/* - */

/* landing - projects list - text */
.landing .projects_list .text {
	text-align: left;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
}
.landing .projects_list .text > .cell {
	box-sizing: border-box;
}
.landing .projects_list .text > .cell h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: "etica-display",sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
}
.landing .projects_list .text > .cell h3 {
	font-size: 12px;
	font-family: "etica-display",sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.landing .projects_list .text > .cell p {
	font-size: 14px;
	line-height: 20px;
	font-family: "utopia-std",sans-serif;
	font-weight: 400;
}

/* landing - projects list - text - big */
.landing .projects_list .text.big {
	width: 350px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: -350px;
	color: #fff;
	overflow: hidden;
	-webkit-transition: right 0.6s;
	-moz-transition: right 0.6s;
	-ms-transition: right 0.6s;
	transition: right 0.6s;
	z-index: 1;
	background-color: #2d2a33;
	-webkit-transform: translate(0,0,0);
	-moz-transform: translate(0,0,0);
	-ms-transform: translate(0,0,0);
	transform: translate(0,0,0);
}
.landing .projects_list .text.big > .cell .arrow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
	overflow: hidden;
}
.landing .projects_list .text.big > .cell .arrow:after {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	bottom: 30px;
	left: -200px;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	transition: left 1s;
	background-image: url(../img/layout/arrow-go.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45% auto;
}
.landing .projects_list .text.big > .cell {
	padding: 40px;
}
.landing .projects_list .text.big > .cell h2 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
}
.landing .projects_list .text.big > .cell h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
.landing .projects_list .text.big > .cell p {
	font-size: 14px;
	line-height: 20px;
}

/* landing - projects list - text - small */
.landing .projects_list .text.small {
	width: 100%;
	height: 100%;
	min-width: 250px;
	min-height: 150px;
	color: rgba(38, 35, 39, 0.6);
	padding-right: 25px;
	-webkit-transition: opacity 0.4s, visibility 0.4s, background-color 0.4s, color 0.4s, left 0.4s, border 0.4s;
	-moz-transition: opacity 0.4s, visibility 0.4s, background-color 0.4s, color 0.4s, left 0.4s, border 0.4s;
	-ms-transition: opacity 0.4s, visibility 0.4s, background-color 0.4s, color 0.4s, left 0.4s, border 0.4s;
	transition: opacity 0.4s, visibility 0.4s, background-color 0.4s, color 0.4s, left 0.4s, border 0.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: -250px;
	-webkit-transform: translate(0,0,0);
	-moz-transform: translate(0,0,0);
	-ms-transform: translate(0,0,0);
	transform: translate(0,0,0);
}
.landing .projects_list .text.small > .cell {
	padding: 20px;
}
.landing .projects_list .text.small > .cell h2 {
	font-size: 18px;
	margin-bottom: 3px;
}
.landing .projects_list .text.small > .cell h3 {
	font-size: 10px;
	margin-bottom: 10px;
}
.landing .projects_list .text.small > .cell p {
	font-size: 12px;
	line-height: 16px;
}

/* landing - projects list - text - small - active */
.landing .projects_list .active .text.small {
	color: #2c2932;
	border-left: 10px solid #2c2932;
}

/* landing - projects list - text - big */
.landing .projects_list a:hover .text.big {
	right: 0px;
}
.landing .projects_list a:hover .text.big > .cell .arrow:after {
	left: 30px;
}

/* --- */

/* landing - tap projects list */
.landing .tap_projects_list {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	display: none;
	z-index: 1;
}

/* --- */

/* @group TOUCH */

/* landing - tap projects list */
.touchevents .landing .tap_projects_list {
	display: none;
}
.touchevents #wrapper.project-open .landing .tap_projects_list {
	display: block;
}
.touchevents #wrapper.project-preview .landing .tap_projects_list {
	display: none;
}

/* landing - project list */
.touchevents .landing .projects_list .overflow {
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
}

/* @end */

/* @group MEDIAQUERIES */

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	/* landing */
	.landing {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-backface-visibility: hidden;
		background-color: #2d2a33;
		background-image: none;
		padding-right: 20px;
		z-index: 0;
	}
	.landing > .block {
		position: absolute;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		box-sizing: border-box;
	}
	.landing > .block.left {
		width: 100%;
		height: auto;
		max-height: none;
		-webkit-transition: max-height 0.6s ;
		-moz-transition: max-height 0.6s ;
		-ms-transition: max-height 0.6s ;
		transition: max-height 0.6s ;
		position: relative;
		overflow: hidden;
		padding: 0px;
		background-color: #2d2a33;
	}
	.landing > .block.right {
		width: 100%;
		height: auto;
		position: relative;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		left: 0px;
		top: 0px;
		background-color: #2d2a33;
	}

	/* --- */

	/* landing - about */
	.landing .about {
		background-position: top -100px left;
		background-size: auto 600px;
	}
	.landing .about .overflow {
		height: auto;
		overflow: visible;
		padding: 0px;
	}
	.landing .about .overflow > .content {
		height: auto;
		min-width: 100%;
		min-height: 0px;
	}
	.landing .about .overflow > .content > .block {
		width: 100%;
		position: relative;
		padding: 20px;
	}
	.landing .about .overflow > .content > .block.top {
		top: 0px;
		padding-top: 50px;
	}
	.landing .about .overflow > .content > .block.bottom {
		bottom: 0px;
	}

	/* - */

	/* landing - about - logo */
	.landing .about .logo h1 {
		width: 160px;
		height: 110px;
	}
	.landing .about .logo .textlink {
		opacity: 1;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* - */

	/* landing - about - we love chat */
	.landing .about .we_love_chat {
		padding: 30px 0px 30px 0px;
		margin-bottom: 20px;
	}
	.landing .about .we_love_chat h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.landing .about .we_love_chat p {
		font-size: 12px;
		line-height: 14px;
	}
	.landing .about .we_love_chat a {
		width: 130px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 2px;
	}

	/* - */

	/* landing - about - contact us */
	.landing .about .contact_us {
		width: 280px;
	}
	.landing .about .contact_us ul li {
		margin-right: 15px;
	}
	.landing .about .contact_us ul li p {
		font-size: 12px;
		line-height: 17px;
		color: #f6f6f4;
		font-family: "etica-display",sans-serif;
		font-weight: 300;
	}

	/* - */

	/* landing - about - transition */
	.landing .about .we_love_chat,
	.landing .about .contact_us {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* --- */

	/* landing - project list */
	.landing .projects_list .overflow > ul > li {
		height: 270px;
	}

	/* - */

	/* landing - projects list - background image */
	.landing .projects_list .background-image .image {
		background-size: cover;
	}

	/* landing - projects list - background image - hover */
	.landing .projects_list a:hover .background-image {
		left: 0px;
	}

	/* - */

	/* landing - projects list - text - big */
	.landing .projects_list .text.big {
		display: none;
	}

}
@media only screen 
and (min-width: 0px) 
and (max-width: 767px) {

    /* landing - project list */
    .landing .projects_list .overflow>ul>li {
        height: 230px;
    }

}
@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* landing */
	.landing {
		z-index: 0;
	}

	/* --- */

	/* landing - about */
	.landing .about {
    background-position: top -190px left;
	}
	.landing .about .overflow > .content {
		min-width: 380px;
	}
	.landing .about .overflow > .content > .block {
		padding: 0px 30px 0px 30px;
	}
	.landing .about .overflow > .content > .block.top {
		top: 30px;
	}
	.landing .about .overflow > .content > .block.bottom {
		bottom: 30px;
	}

	/* - */

	/* landing - about - contact us */
	.landing .about .contact_us ul li {
		margin-right: 20px;
	}
	.landing .about .contact_us ul li p {
		font-size: 12px;
		line-height: 17px;
	}

	/* --- */

	/* landing - project list */
	.landing .projects_list .overflow > ul > li {
		height: 220px;
	}

	/* - */

	/* landing - projects list - background image */
	.landing .projects_list .background-image .image {
		background-size: auto 110%;
	}

	/* landing - projects list - background image - hover */
	.landing .projects_list a:hover .background-image {
		left: 0px;
	}

	/* - */

	/* landing - projects list - text - big */
	.landing .projects_list .text.big {
		display: none;
	}

}

@media only screen
and (min-width : 1024px)
and (max-width : 1279px) {

	/* --- */

	/* landing - about */
	.landing .about .overflow > .content {
    min-width: 460px;
	}
	.landing .about .overflow > .content > .block {
		padding: 0px 40px 0px 40px;
	}
	.landing .about .overflow > .content > .block.top {
		top: 100px;
	}
	.landing .about .overflow > .content > .block.bottom {
		bottom: 50px;
	}

	/* - */

	/* landing - about - contact us */
	.landing .about .contact_us ul li {
		margin-right: 30px;
	}

	/* --- */

	/* landing - project list */
	.landing .projects_list .overflow > ul > li {
		height: 300px;
	}

	/* - */

	/* landing - projects list - background image */
	.landing .projects_list .background-image .image {
		background-size: auto 120%;
	}

	/* landing - projects list - background image - hover */
	.landing .projects_list a:hover .background-image {
		left: 0px;
	}

	/* - */

	/* landing - projects list - text - big */
	.landing .projects_list .text.big {
		display: none;
	}

}

@media only screen
and (min-width : 1280px)
and (max-width : 1439px) {

	/* landing - about */
	.landing .about .overflow > .content > .block {
    padding: 0px 40px 0px 40px;
	}

}

/* @end */

/* @end */

/* @group CONTENT WEB
--------------------------------------- */

/* content web */
.content_web {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 0;
	-webkit-transition: left 0.6s, padding 0.6s;
	-moz-transition: left 0.6s, padding 0.6s;
	-ms-transition: left 0.6s, padding 0.6s;
	transition: left 0.6s, padding 0.6s;
}

/* --- */

/* content web - project */
.content_web .project {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	overflow: hidden;
	left: 100%;
	-webkit-transition: left 0.6s, padding 0.6s;
	-moz-transition: left 0.6s, padding 0.6s;
	-ms-transition: left 0.6s, padding 0.6s;
	transition: left 0.6s, padding 0.6s;
	z-index: 1;
	background-color: #f6f6f6;
}
.content_web .project > .overflow {
	width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px;
    -webkit-backface-visibility: hidden;
}

/* content web - project - preview */
.content_web .project .preview {
	width: 101%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	display: none;
	left: -0.5%;
}
.content_web .project .preview .grid_content .box_content > .table {
	-webkit-transition: height 0.6s, min-height 0.6s, padding 0.6s;
	-moz-transition: height 0.6s, min-height 0.6s, padding 0.6s;
	-ms-transition: height 0.6s, min-height 0.6s, padding 0.6s;
	transition: height 0.6s, min-height 0.6s, padding 0.6s;
	-webkit-backface-visibility: hidden;
	min-height: 0px;
	height: 550px;
}

/* content web - project - preview - loading */
.content_web .project.loading .preview .grid_content .box_content > .table {
	height: 100vh;
	min-height: 400px;
}
.content_web .project.loading .preview .grid_content .box {
	border-bottom-color: transparent!important;
}

/* content web - project - preview - loading - theme */
.content_web .project.loading .preview .grid_content .box {
	background-color: #f6f6f6;
	color: #464646;
}
.content_web .project.loading .preview .grid_content .box a {
	color: #464646;
}
.content_web .project.loading .preview .grid_content .box a.action_button {
	border-color: #464646;
	color: #464646;
}
.content_web .project.loading .preview .grid_content .box a.action_button:hover {
	background-color: #464646;
	color: #ebebeb;
}
.content_web .project.loading .preview .grid_content .box .loader .spinner > div {
	background-color: #464646;
}

/* content web - project - full */
.content_web .project .full {
	width: 101%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	left: -0.5%;
}

/* --- */

/* content web - projects nav */
.content_web .projects_nav {
	width: 101%;
	height: 100px;
	position: absolute;
	bottom: -100px;
	left: -0.5%;
	background-color: #fff;
	z-index: 1;
	-webkit-transition: left 0.6s, padding 0.6s, bottom 0.6s, -webkit-box-shadow 0.6s;
	-moz-transition: left 0.6s, padding 0.6s, bottom 0.4s, -moz-box-shadow 0.6s;
	-ms-transition: left 0.6s, padding 0.6s, bottom 0.4s, -ms-box-shadow 0.6s;
	transition: left 0.6s, padding 0.6s, bottom 0.4s, box-shadow 0.6s;
}

/* content web - projects nav - nav */
.content_web .projects_nav .nav {
	width: 100%;
	height: 100px;
}
.content_web .projects_nav .nav > .cell {
	width: 50%;
	border-left: 1px solid #f9f9f9;
	box-sizing: border-box;
	padding: 0px 30px;
	cursor: pointer;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-ms-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.content_web .projects_nav .nav > .cell:first-child {
	border-left: 0px none;
}

/* content web - projects nav - nav - name */
.content_web .projects_nav .nav .name {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.content_web .projects_nav .nav .name p {
	font-size: 14px;
	font-weight: 400;
	font-family: "utopia-std",sans-serif;
	color: #858585;
	line-height: 14px;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	-webkit-transition: opacity 0.4s, top 0.4s;
	-moz-transition: opacity 0.4s, top 0.4s;
	-ms-transition: opacity 0.4s, top 0.4s;
	transition: opacity 0.4s, top 0.4s;
}
.content_web .projects_nav .nav .name h2 {
	font-size: 20px;
	font-family: "etica-display",sans-serif;
	font-weight: 700;
	color: #262327;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
	top: 0px;
	-webkit-transition: top 0.4s;
	-moz-transition: top 0.4s;
	-ms-transition: top 0.4s;
	transition: top 0.4s;
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.content_web .projects_nav .nav .name span.arrow {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: left 0.4s, right 0.4s;
	-moz-transition: left 0.4s, right 0.4s;
	-ms-transition: left 0.4s, right 0.4s;
	transition: left 0.4s, right 0.4s;
}

/* content web - projects nav - nav - name - left */
.content_web .projects_nav .nav .left .name {
	padding-left: 50px;
	text-align: left;
}
.content_web .projects_nav .nav .left .name span.arrow {
	left: 0px;
	background-image: url(../img/layout/arrow-back.png);
}

/* content web - projects nav - nav - name - right */
.content_web .projects_nav .nav .right .name {
	padding-right: 50px;
	text-align: right;
}
.content_web .projects_nav .nav .right .name span.arrow {
	right: 0px;
	background-image: url(../img/layout/arrow-go-black.png);
}

/* - */

/* content web - projects nav - nav - hover */
.content_web .projects_nav .nav > .cell:hover {
	background-color: #fdfdfd;
}
.content_web .projects_nav .nav > .cell:hover .name p {
	opacity: 0.3;
	top: -8px;
}
.content_web .projects_nav .nav > .cell:hover .name h2 {
	top: -8px;
}
.content_web .projects_nav .nav > .cell.left:hover .name span.arrow {
	left: 5px;
}
.content_web .projects_nav .nav > .cell.right:hover .name span.arrow {
	right: 5px;
}

/* content web - projects nav - nav - no buttons */
.content_web .projects_nav.no-prev .nav > .cell.left {
	display: none;
}
.content_web .projects_nav.no-next .nav > .cell.right {
	display: none;
}

/* --- */

/* @group TOUCH */

/* content web - project */
.touchevents .content_web .project > .overflow {
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
}

/* @end */

/* @group MEDIAQUERIES */

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	/* content web - project */
	.content_web {
		z-index: 1;
		left: 100%;
	}

	/* content web - project */
	.content_web .project {
		padding-top: 50px;
		left: 0px;
	}

	/* content web - project - preview */
	.content_web .project .preview .grid_content .box_content > .table {
		min-height: 0px;
		height: auto;
	}

	/* content web - project - preview - loading */
	.content_web .project.loading .preview .grid_content .box_content > .table {
		height: auto;
		min-height: 0px;
		padding-bottom: 50px;
	}

	/* --- */

	/* content web - projects nav */
	.content_web .projects_nav {
		height: 50px;
		bottom: -50px;
	}

	/* content web - projects nav - nav */
	.content_web .projects_nav .nav {
		height: 50px;
	}
	.content_web .projects_nav .nav > .cell {
		padding: 0px 15px;
	}

	/* content web - projects nav - nav - name */
	.content_web .projects_nav .nav .name p {
		font-size: 8px;
		line-height: 8px;
		margin-bottom: 2px;
	}
	.content_web .projects_nav .nav .name h2 {
		font-size: 12px;
		line-height: 12px;
		width: 100px;
	}
	.content_web .projects_nav .nav .name span.arrow {
		width: 15px;
	}

	/* content web - projects nav - nav - name - left */
	.content_web .projects_nav .nav .left .name {
		padding-left: 30px;
	}

	/* content web - projects nav - nav - name - right */
	.content_web .projects_nav .nav .right .name {
		padding-right: 30px;
	}

	/* - */

	/* content web - projects nav - nav - hover */
	.content_web .projects_nav .nav > .cell:hover .name p {
		top: 0px;
		opacity: 1;
	}
	.content_web .projects_nav .nav > .cell:hover .name h2 {
		top: 0px;
	}
	.content_web .projects_nav .nav > .cell.left:hover .name span.arrow {
		left: 0px;
	}
	.content_web .projects_nav .nav > .cell.right:hover .name span.arrow {
		right: 0px;
	}

	/* --- */

}

@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* content web - project */
	.content_web {
		z-index: 1;
		left: 100%;
	}

	/* content web - project */
	.content_web .project {
		padding-top: 60px;
		left: 0px;
	}

	/* content web - project - preview */
	.content_web .project .preview .grid_content .box_content > .table {
		min-height: 0px;
		height: 500px;
	}

	/* content web - project - preview - loading */
	.content_web .project.loading .preview .grid_content .box_content > .table {
		height: 91vh;
		min-height: 300px;
	}

}

@media only screen
and (min-width : 1024px)
and (max-width : 1279px) {

	/* content web - project - preview */
	.content_web .project .preview .grid_content .box_content > .table {
		min-height: 0px;
		height: 500px;
	}

	/* content web - project - preview - loading */
	.content_web .project.loading .preview .grid_content .box_content > .table {
		height: 100vh;
		min-height: 400px;
	}

}

/* @end */

/* @end */

/* @group MOBILE PREVIEW PROJECT
--------------------------------------- */

/* mobile project preview */
.mobile_project_preview {
	width: 250px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	z-index: 2;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 60px;
	-webkit-transition: left 0.6s, -webkit-box-shadow 0.6s;
	-moz-transition: left 0.6s, -moz-box-shadow 0.6s;
	-ms-transition: left 0.6s, -ms-box-shadow 0.6s;
	transition: left 0.6s, box-shadow 0.6s;
	left: -250px;
}
.mobile_project_preview > .overflow {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	padding-right: 0px;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* mobile project preview - project list */
.mobile_project_preview .projects_list {
	width: 100%;
}
.mobile_project_preview .projects_list .overflow {
	width: 100%;
}
.mobile_project_preview .projects_list .overflow > ul {
	width: 100%;
	font-size: 0px;
}
.mobile_project_preview .projects_list .overflow > ul > li {
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.mobile_project_preview .projects_list .overflow > ul > li > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
}

/* mobile project preview - projects list - project preview */
.mobile_project_preview .projects_list .project_preview {
	display: none;
}

/* mobile project preview - projects list - background image */
.mobile_project_preview .projects_list .background-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.mobile_project_preview .projects_list .background-image .image {
	display: none;
}

/* mobile project preview - projects list - text */
.mobile_project_preview .projects_list .text {
	text-align: left;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	position: relative;
	z-index: 1;
}
.mobile_project_preview .projects_list .text > .cell {
	box-sizing: border-box;
}
.mobile_project_preview .projects_list .text > .cell h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: "etica-display",sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
}
.mobile_project_preview .projects_list .text > .cell h3 {
	font-size: 12px;
	font-family: "etica-display",sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.mobile_project_preview .projects_list .text > .cell p {
	font-size: 14px;
	line-height: 20px;
	font-family: "utopia-std",sans-serif;
	font-weight: 400;
}

/* mobile project preview - projects list - text - big */
.mobile_project_preview .projects_list .text.big {
	display: none;
}

/* mobile project preview - projects list - text - small */
.mobile_project_preview .projects_list .text.small {
	width: 100%;
	height: 100%;
	min-height: 150px;
	color: #2c2932;
	-webkit-transition: color 0.4s, border 0.4s;
	-moz-transition: color 0.4s, border 0.4s;
	-ms-transition: color 0.4s, border 0.4s;
	transition: color 0.4s, border 0.4s;

}
.mobile_project_preview .projects_list .text.small > .cell {
	padding: 20px;
}
.mobile_project_preview .projects_list .text.small > .cell h2 {
	font-size: 18px;
	margin-bottom: 3px;
}
.mobile_project_preview .projects_list .text.small > .cell h3 {
	font-size: 10px;
	margin-bottom: 10px;
}
.mobile_project_preview .projects_list .text.small > .cell p {
	font-size: 12px;
	line-height: 16px;
}

/* mobile project preview - projects list - text - small - active */
.mobile_project_preview .projects_list .active .text.small {
	color: #2c2932;
	border-left: 10px solid #2c2932;
}

/* --- */

/* @group MEDIAQUERIES */

@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	.mobile_project_preview {
		padding-top: 50px;
	}

}

/* @end */

/* @end */

/* --- */

/* @group UI STATES
--------------------------------------- */

/* (min-width : 767px) and (max-width : 0px) */
@media only screen
and (min-width : 0px)
and (max-width : 767px) {

	/* @group PROJECT OPEN
	--------------------------------------- */

	/* landing */
	#wrapper.project-open .landing {
		opacity: 0;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	/* --- */

	/* left nav - pined */
	#wrapper.project-open .left_nav .pined {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* --- */

	/* top nav */
	#wrapper.project-open .top_nav {
		top: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* --- */

	/* content web - project */
	#wrapper.project-open .content_web {
		left: 0px;
	}

	/* --- */

	/* @end */

	/* @group PROJECT PREVIEW
	--------------------------------------- */

	/* top nav - hamburger */
	#wrapper.project-preview .top_nav .hamburger .line.v1 {
		top: 9px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#wrapper.project-preview .top_nav .hamburger .line.v2 {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	#wrapper.project-preview .top_nav .hamburger .line.v3 {
		bottom: 9px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* --- */

	/* mobile project preview */
	#wrapper.project-preview .mobile_project_preview {
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		left: 0px;
	}

	/* --- */

	/* content web - project */
	#wrapper.project-preview .content_web .project {
		left: 240px;
	}

	/* content web - projects nav */
	#wrapper.project-preview .content_web .projects_nav {
		left: 240px;
	}

	/* --- */

	/* @end */

	/* @group PROJECTS NAV OPEN
	--------------------------------------- */

	/* content web - project */
	#wrapper.projects-nav-open .content_web .project {
		padding-bottom: 50px;
	}

	/* content web - projects nav */
	#wrapper.projects-nav-open .content_web .projects_nav {
		bottom: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* @end */

	/* @group BACK HOME
	--------------------------------------- */

	/* landing */
	#wrapper.back-home .landing {
		left: 0px;
	}

	/* @end */

}

/* (min-width : 768px) and (max-width : 1023px) */
@media only screen
and (min-width : 768px)
and (max-width : 1023px) {

	/* @group START SURFING
	--------------------------------------- */

	/* landing */
	#wrapper.start-surfing .landing > .block.left {
		width: 50%;
	}
	#wrapper.start-surfing .landing > .block.right {
		width: 50%;
	}

	/* landing - about - transition */
	#wrapper.start-surfing .landing .about .we_love_chat,
	#wrapper.start-surfing .landing .about .contact_us {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* @end */

	/* @group PROJECT OPEN
	--------------------------------------- */

	/* landing */
	#wrapper.project-open .landing {
		opacity: 0;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	/* --- */

	/* left nav - pined */
	#wrapper.project-open .left_nav .pined {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* --- */

	/* top nav */
	#wrapper.project-open .top_nav {
		top: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* --- */

	/* content web - project */
	#wrapper.project-open .content_web {
		left: 0px;
	}

	/* @end */

	/* @group PROJECT PREVIEW
	--------------------------------------- */

	/* top nav - hamburger */
	#wrapper.project-preview .top_nav .hamburger .line.v1 {
		top: 14px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#wrapper.project-preview .top_nav .hamburger .line.v2 {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	#wrapper.project-preview .top_nav .hamburger .line.v3 {
		bottom: 14px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* --- */

	/* mobile project preview */
	#wrapper.project-preview .mobile_project_preview {
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		left: 0px;
	}

	/* --- */

	/* content web - project */
	#wrapper.project-preview .content_web .project {
		left: 240px;
	}

	/* content web - projects nav */
	#wrapper.project-preview .content_web .projects_nav {
		left: 240px;
	}

	/* @end */

	/* @group PROJECTS NAV OPEN
	--------------------------------------- */

	/* content web - project */
	#wrapper.projects-nav-open .content_web .project {
		padding-bottom: 100px;
	}

	/* content web - projects nav */
	#wrapper.projects-nav-open .content_web .projects_nav {
		bottom: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* @end */

	/* @group BACK HOME
	--------------------------------------- */

	/* landing */
	#wrapper.back-home .landing {
		left: 0px;
	}

	/* @end */

}

/* (min-width : 1024px) and (max-width : 1279px) */
@media only screen
and (min-width : 1024px)
and (max-width : 1279px) {

	/* @group START SURFING
	--------------------------------------- */

	/* landing */
	#wrapper.start-surfing .landing > .block.left {
		width: 40%;
	}
	#wrapper.start-surfing .landing > .block.right {
		width: 60%;
	}

	/* landing - about - transition */
	#wrapper.start-surfing .landing .about .we_love_chat,
	#wrapper.start-surfing .landing .about .contact_us {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* @end */

	/* @group PROJECT OPEN
	--------------------------------------- */

	/* wrapper - project open */
	#wrapper.project-open {
		padding-left: 120px;
	}

	/* --- */

	/* left nav */
	#wrapper.project-open .left_nav {
		left: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}

	/* left nav - pined */
	#wrapper.project-open .left_nav .pined {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* --- */

	/* content web - project */
	#wrapper.project-open .content_web .project {
		left: 0px;
	}

	/* --- */

	/* landing */
	#wrapper.project-open .landing {
		width: 20px;
		left: 100px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	#wrapper.project-open .landing > .block.left {
		width: 0px;
	}
	#wrapper.project-open .landing > .block.right {
		width: 100%;
		background-color: #fff;
	}

	/* landing - about - text */
	#wrapper.project-open .landing .about .logo {
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	/* landing - about - project open */
	#wrapper.project-open .landing .about .we_love_chat,
	#wrapper.project-open .landing .about .contact_us {
		opacity: 0;
	}

	/* landing - projects list */
	#wrapper.project-open .landing .projects_list {
		width: 100%;
	}
	#wrapper.project-open .landing .projects_list .overflow {
		overflow-y: hidden;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li {
		width: 100%;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a:after {
		visibility: visible;
	}

	/* landing - projects list - background image */
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a > .background-image .image {
		opacity: 0;
		visibility: hidden;
	}

	/* @end */

	/* @group PROJECT PREVIEW
	--------------------------------------- */

	/* content web - project */
	#wrapper.project-preview .content_web .project {
		left: 220px;
	}

	/* content web - projects nav */
	#wrapper.project-preview .content_web .projects_nav {
		left: 220px;
	}

	/* --- */

	/* landing */
	#wrapper.project-preview .landing {
		width: 250px;
	}

	/* landing - projects list */
	#wrapper.project-preview .landing .projects_list .overflow {
		overflow-y: auto;
	}
	#wrapper.project-preview .landing .projects_list .overflow > ul > li {
		height: 150px;
	}

	/* landing - projects list - text - small */
	#wrapper.project-preview .landing .projects_list .text.small {
		opacity: 1;
		visibility: visible;
		left: 0px;
	}

	/* @end */

	/* @group PROJECTS NAV OPEN
	--------------------------------------- */

	/* content web - project */
	#wrapper.projects-nav-open .content_web .project {
		padding-bottom: 100px;
	}

	/* content web - projects nav */
	#wrapper.projects-nav-open .content_web .projects_nav {
		bottom: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* @end */

	/* @group BACK HOME
	--------------------------------------- */

	/* wrapper - project open */
	#wrapper.back-home {
		padding-left: 80px;
	}

	/* --- */

	/* left nav */
	#wrapper.back-home .left_nav {
		width: 80px;
	}

	/* left nav - close project */
	#wrapper.back-home .left_nav .close_project {
		opacity: 0.5;
	}

	/* --- */

	/* landing */
	#wrapper.back-home .landing {
		left: 60px;
	}

	/* @end */

}

/* (min-width : 1280px) and (max-width : 1439px) */
@media only screen
and (min-width : 1280px)
and (max-width : 1439px) {

	/* @group START SURFING
	--------------------------------------- */

	/* landing */
	#wrapper.start-surfing .landing > .block.left {
		width: 30%;
	}
	#wrapper.start-surfing .landing > .block.right {
		width: 70%;
	}

	/* landing - about - transition */
	#wrapper.start-surfing .landing .about .we_love_chat,
	#wrapper.start-surfing .landing .about .contact_us {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* @end */

	/* @group PROJECT OPEN
	--------------------------------------- */

	/* wrapper - project open */
	#wrapper.project-open {
		padding-left: 110px;
	}

	/* --- */

	/* left nav */
	#wrapper.project-open .left_nav {
		left: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}

	/* left nav - pined */
	#wrapper.project-open .left_nav .pined {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* --- */

	/* content web - project */
	#wrapper.project-open .content_web .project {
		left: 0px;
	}

	/* --- */

	/* landing */
	#wrapper.project-open .landing {
		width: 10px;
		left: 100px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	#wrapper.project-open .landing > .block.left {
		width: 0px;
	}
	#wrapper.project-open .landing > .block.right {
		width: 100%;
		background-color: #fff;
	}

	/* landing - about - text */
	#wrapper.project-open .landing .about .logo {
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	/* landing - about - project open */
	#wrapper.project-open .landing .about .we_love_chat,
	#wrapper.project-open .landing .about .contact_us {
		opacity: 0;
	}

	/* landing - projects list */
	#wrapper.project-open .landing .projects_list {
		width: 100%;
	}
	#wrapper.project-open .landing .projects_list .overflow {
		overflow-y: hidden;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li {
		width: 100%;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a:after {
		visibility: visible;
	}

	/* landing - projects list - background image */
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a > .background-image {
		left: 0px;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a > .background-image .image {
		opacity: 0;
		visibility: hidden;
	}

	/* landing - projects list - text - big */
	#wrapper.project-open .landing .projects_list .text.big {
		right: -350px;
	}

	/* @end */

	/* @group PROJECT PREVIEW
	--------------------------------------- */

	/* content web - project */
	#wrapper.project-preview .content_web .project {
		left: 240px;
	}

	/* content web - projects nav */
	#wrapper.project-preview .content_web .projects_nav {
		left: 240px;
	}

	/* --- */

	/* landing */
	#wrapper.project-preview .landing {
		width: 250px;
	}

	/* landing - projects list */
	#wrapper.project-preview .landing .projects_list .overflow {
		overflow-y: auto;
	}
	#wrapper.project-preview .landing .projects_list .overflow > ul > li {
		height: 150px;
	}

	/* landing - projects list - text - small */
	#wrapper.project-preview .landing .projects_list .text.small {
		opacity: 1;
		visibility: visible;
		left: 0px;
	}

	/* @end */

	/* @group PROJECTS NAV OPEN
	--------------------------------------- */

	/* content web - project */
	#wrapper.projects-nav-open .content_web .project {
		padding-bottom: 100px;
	}

	/* content web - projects nav */
	#wrapper.projects-nav-open .content_web .projects_nav {
		bottom: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* @end */

	/* @group BACK HOME
	--------------------------------------- */

	/* wrapper */
	#wrapper.back-home {
		padding-left: 80px;
	}

	/* --- */

	/* left nav */
	#wrapper.back-home .left_nav {
		width: 80px;
	}

	/* left nav - close project */
	#wrapper.back-home .left_nav .close_project {
		opacity: 0.5;
	}

	/* --- */

	/* landing */
	#wrapper.back-home .landing {
		left: 80px;
	}

	/* @end */

}

/* (min-width : 1440px) */
@media only screen
and (min-width : 1440px) {

	/* @group START SURFING
	--------------------------------------- */

	/* landing */
	#wrapper.start-surfing .landing > .block.left {
		width: 30%;
	}
	#wrapper.start-surfing .landing > .block.right {
		width: 70%;
	}

	/* landing - about - transition */
	#wrapper.start-surfing .landing .about .we_love_chat,
	#wrapper.start-surfing .landing .about .contact_us {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* @end */

	/* @group PROJECT OPEN
	--------------------------------------- */

	/* wrapper */
	#wrapper.project-open {
		padding-left: 110px;
	}

	/* --- */

	/* left nav */
	#wrapper.project-open .left_nav {
		left: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}

	/* left nav - pined */
	#wrapper.project-open .left_nav .pined {
		-webkit-transform: translate3d(0,0,0);
		-moz-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	/* --- */

	/* content web - project */
	#wrapper.project-open .content_web .project {
		left: 0px;
	}

	/* --- */

	/* landing */
	#wrapper.project-open .landing {
		width: 10px;
		left: 100px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	#wrapper.project-open .landing > .block.left {
		width: 0px;
	}
	#wrapper.project-open .landing > .block.right {
		width: 100%;
		background-color: #fff;
	}

	/* landing - about - text */
	#wrapper.project-open .landing .about .logo {
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}

	/* landing - about - project open */
	#wrapper.project-open .landing .about .we_love_chat,
	#wrapper.project-open .landing .about .contact_us {
		opacity: 0;
	}

	/* landing - projects list */
	#wrapper.project-open .landing .projects_list {
		width: 100%;
	}
	#wrapper.project-open .landing .projects_list .overflow {
		overflow-y: hidden;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li {
		width: 100%;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a:after {
		visibility: visible;
	}

	/* landing - projects list - background image */
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a > .background-image {
		left: 0px;
	}
	#wrapper.project-open .landing .projects_list .overflow > ul > li > a > .background-image .image {
		opacity: 0;
		visibility: hidden;
	}

	/* landing - projects list - text - big */
	#wrapper.project-open .landing .projects_list .text.big {
		right: -350px;
	}

	/* @end */

	/* @group PROJECT PREVIEW
	--------------------------------------- */

	/* content web - project */
	#wrapper.project-preview .content_web .project {
		left: 240px;
	}

	/* content web - projects nav */
	#wrapper.project-preview .content_web .projects_nav {
		left: 240px;
	}

	/* --- */

	/* landing */
	#wrapper.project-preview .landing {
		width: 250px;
	}

	/* landing - projects list */
	#wrapper.project-preview .landing .projects_list .overflow {
		overflow-y: auto;
	}
	#wrapper.project-preview .landing .projects_list .overflow > ul > li {
		height: 150px;
	}

	/* landing - projects list - text - small */
	#wrapper.project-preview .landing .projects_list .text.small {
		opacity: 1;
		visibility: visible;
		left: 0px;
	}

	/* @end */

	/* @group PROJECTS NAV OPEN
	--------------------------------------- */

	/* content web - project */
	#wrapper.projects-nav-open .content_web .project {
		padding-bottom: 100px;
	}

	/* content web - projects nav */
	#wrapper.projects-nav-open .content_web .projects_nav {
		bottom: 0px;
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

	/* @end */

	/* @group BACK HOME
	--------------------------------------- */

	/* wrapper */
	#wrapper.back-home {
		padding-left: 80px;
	}

	/* --- */

	/* left nav */
	#wrapper.back-home .left_nav {
		width: 80px;
	}

	/* left nav - close project */
	#wrapper.back-home .left_nav .close_project {
		opacity: 0.5;
	}

	/* --- */

	/* landing */
	#wrapper.back-home .landing {
		left: 80px;
	}

	/* @end */

}

/* @end */


.otgs-development-site-front-end {
	display: none;
}
