/*
THEME NAME: Verde
THEME URI: http://verde.io/
DESCRIPTION: Verde custom theme
VERSION: 1.0
AUTHOR: Tudor Prisacariu
AUTHOR URI: http://verde.io/
TAGS: minimal, responsive, one page
*/

@-webkit-keyframes arrow-pulse {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}
	25% {
		-webkit-transform: translate3d(0, -2px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 2px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes arrow-pulse {
	0% {
		transform: translate3d(0, 0, 0);
	}
	25% {
		transform: translate3d(0, -2px, 0);
	}
	75% {
		transform: translate3d(0, 2px, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	display: block;
}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ul,
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	width: auto;
	font-weight: normal;
}
q:before,
q:after {
	content: "";
}
abbr,
acronym {
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #000;
}
a,
a:hover,
a:visited:hover,
a:active,
a:active:hover {
	outline: none;
}
a,
a:hover,
a:visited:hover,
a:visited {
	text-decoration: none;
}
::selection {
	background: #0c0;
	color: #fff;
}
::-moz-selection {
	background: #0c0;
	color: #fff;
}
::-webkit-selection {
	background: #0c0;
	color: #fff;
}

@font-face {
	font-family: "Calibre";
	src: url("fonts/CalibreWeb-Medium.eot");
	src: url("fonts/CalibreWeb-Medium.eot") format("embedded-opentype"), url("fonts/CalibreWeb-Medium.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Calibre";
	src: url("fonts/CalibreWeb-Regular.eot");
	src: url("fonts/CalibreWeb-Regular.eot") format("embedded-opentype"), url("fonts/CalibreWeb-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	overflow: hidden;
}

body {
	font: 20px/28px "Calibre", sans-serif;
	text-align: center;
	background: #111;
	/*color: #333831;*/
	color: #222b21;
	-webkit-tap-highlight-color: #ddd;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.loading,
.loading * {
	cursor: progress !important;
}

.no-mousehover body {
	-webkit-text-size-adjust: none;
}

.img-holder,
.bar,
.slider,
.sep {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.loading img,
a.loading img {
	opacity: 0;
}

.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.full,
.mousehover .ajax {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

.fullscreen {
	position: relative;
	width: 100%;
	height: 100vh;
}

.img-holder video {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: calc(100% + 1px);
	margin-top: -1px;

	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.video-holder {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -15px;
	background: #000;
}

.video-holder video {
	opacity: 0.8;
}

.full-iframe {
	margin: 0;
	z-index: 1;
}

.play-intro .inview .full-iframe {
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
	opacity: 0;
}

.iframe-holder {
	width: 160vh;
	height: 100vh;
	position: absolute;
	top: 0;
	left: calc(50% - 80vh);
}

.iframe-holder .full {
	margin: -1px;
}

.iframe-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scale(0.75) translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.full-iframe video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: #fff;*/
	transform: scale(0.75);
	backface-visibility: hidden;
	object-fit: contain;
}

p:not(:last-child) {
	margin: 0 0 25px 0;
}

.twitter-button {
	height: 20px;
}

a,
a:visited,
.next:after,
.prev:after {
	color: #333831;
	transition: color 0.15s ease-in-out, border 0.15s ease-in-out, opacity 0.15s ease-in-out, background 0.15s ease-in-out, text-decoration-color 0.15s ease-in-out;
}

.cell {
	transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.column a,
.column a:visited {
	display: inline-block;
}

.column a,
.column a:visited {
	opacity: 0.55;
}

.mousehover .column a:hover,
.mousehover .column a:visited:hover,
.mousehover .slider-bottom:hover,
.mousehover .slider-bottom:visited:hover,
.mousehover .slider-top:hover,
.mousehover .slider-top:visited:hover,
.mousehover .devices article:hover h3 a,
.mousehover .devices article:hover h3 a:visited {
	opacity: 1;
	color: #0c0;
}

.bottom-email a,
.bottom-email a:visited {
	opacity: 1;
}

.studio .column a:not(:hover),
.studio .column a:visited:not(:hover) {
	text-decoration: underline;
	text-decoration-thickness: 1.1px;
	text-underline-offset: 2px;
}

/*.column a,
	.column a:visited
	{
		background-repeat: repeat-x;
	    background-size: 2px 2px;
	    background-position: 0 26px;
	    
		background-image: linear-gradient(to bottom,rgba(58, 63, 55, 0) 50%,rgba(58, 63, 55, .2) 50%);
	}
	
		.overlay .column a,
		.overlay .column a:visited
		{
			background-image: linear-gradient(to bottom,rgba(58, 63, 55, 0) 50%,rgba(58, 63, 55, .25) 50%);
		}
	
		.mousehover .column a:hover,
		.mousehover .column a:visited:hover
		{
			background-image: linear-gradient(to bottom,rgba(204, 219, 212, 0) 50%,rgba(204, 219, 212, .2) 50%);
		}*/

.slider-text {
	transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

h1,
h2,
.upper {
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	color: #0c0;
}

.single-project header h3 {
	margin-top: 25px;
}

.single-project header .sep {
	opacity: 0.55;
}

.column li {
	padding-left: 16px;
	position: relative;
}

.column li:not(:last-child) {
	padding-bottom: 12px;
}

.column li:before {
	content: "・";
	position: absolute;
	top: 2px;
	left: -8px;
	color: #333831;
}

.intro {
	visibility: hidden;
}

.play-intro .intro {
	visibility: visible;
}

.intro-bg {
	background: transparent url("images/verde-small-bg.jpg") center center no-repeat;
	background-size: cover;
	display: none;
}

.play-intro .intro-bg {
	display: block;
}

.headline {
	font-size: 200px;
	line-height: 200px;
	letter-spacing: -2px;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	margin-top: -110px;
	text-rendering: optimizeLegibility;

	-webkit-transform: translate3d(0, 0, 0);

	transition: opacity 0.5s ease-out;

	filter: inherit;
	opacity: inherit;
}

.small-logo {
	display: inline-block;
	cursor: pointer;
}

.no-click {
	pointer-events: none;
}

.mousehover .headline404:hover span {
	display: none;
}

.mousehover .headline404:hover:before {
	content: "Home";
	display: block;
}

.tagline {
	width: 500px;
	margin: 0 0 0 -250px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	display: none;
}

.menu {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 60px;
	background: transparent;
	z-index: 10;
	background: #ccdbd4;
	/*background: #f5f8f6;*/

	-webkit-transform: translate3d(0, 0, 0);

	transition: top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.home-menu {
	display: none;
}

.single-menu {
	background: #dbdbdb;
	display: none;
}

.menu-absolute {
	position: absolute;
	top: -60px;
}

.menu-visible {
	top: 0;
}

/*.menu-bg-color
	{
		background: #dbdddc;
	}*/

.menu-bg {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background: #abb4a7;
	opacity: 0;
}

.menu a,
.menu a:visited,
.single-top,
.single-top:visited {
	color: #b6b8b7;
	display: inline-block;
	padding: 21px 15px 19px;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	vertical-align: top;
	display: none;
}

.mousehover .single-project .menu a:hover,
.mousehover .single-project .menu a:visited:hover,
.work-visible .menu .work-button,
.work-visible .menu .work-button:visited,
.mousehover .work-visible .menu a:hover,
.mousehover .work-visible .menu a:visited:hover,
.menu .close-button,
.menu .close-button:visited {
	color: #919292;
}

.info-visible .menu a,
.info-visible .menu a:visited {
	color: #cdd1cb;
}

.info-visible .menu .info-button,
.info-visible .menu .info-button:visited,
.mousehover .info-visible .menu a:hover,
.mousehover .info-visible .menu a:visited:hover {
	color: #fff;
}

.info-visible .top-button span {
	border-color: transparent transparent #cdd1cb transparent;
}

.mousehover .info-visible .top-button:hover span {
	border-color: transparent transparent #fff transparent;
}

.menu .next,
.menu .prev,
.menu .top-button {
	position: relative;
	padding: 25px 15px;
}

.single-top,
.single-top:visited {
	padding: 25px 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}

.prev span,
.next span,
.top-button span {
	display: block;
	width: 0;
	height: 0px;
	border-style: solid;
	line-height: 20px;

	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);

	transition: all 0.25s ease-in-out;
}

.prev span {
	border-width: 5px 9px 5px 0;
	border-color: transparent #b6b8b7 transparent transparent;
}

.mousehover .prev:hover span {
	border-color: transparent #919292 transparent transparent;
}

.next span {
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #b6b8b7;
}

.mousehover .next:hover span {
	border-color: transparent transparent transparent #919292;
}

.top-button span {
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #b6b8b7 transparent;
}

.mousehover .top-button:hover span {
	border-color: transparent transparent #919292 transparent;
}

.arrow-icon {
	display: inline-block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6.5px 4.5px 0 4.5px;
	border-color: #fff transparent transparent transparent;
	position: relative;
	margin: 0 0 0 2px;
	top: -1.5px;

	-webkit-transform: rotate(360deg) translate3d(0, 0, 0);
	transform: rotate(360deg) translate3d(0, 0, 0);

	-webkit-animation-name: arrow-pulse;
	-webkit-animation-duration: 0.7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	animation-name: arrow-pulse;
	animation-duration: 0.7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

	backface-visibility: hidden;
}

.mousehover .slider-bottom:hover .arrow-icon {
	border-top-color: #0c0;
	/*border-width: 11px 7.5px 0 7.5px;*/

	-webkit-animation-name: none;
	animation-name: none;
}

/* Slider */

.slider-button {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	visibility: hidden;
}

.transitioned .slider-button,
.single-work .slider-button,
.page-id-542 .slider-button {
	visibility: visible;
}

.studio {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 40px);
	background: #ccdbd4;
	/*background: #f5f8f6;*/
	/*z-index: 1;*/
	margin: 100vh 0 0 0;
	/*backface-visibility: hidden;*/
}

.single-work .studio,
.page-id-542 .studio,
.transitioned .studio {
	margin-top: 40px;
}

.slider {
	background: #111;
	position: absolute;
	overflow: hidden;
	opacity: 0;
}

.slider.init {
	opacity: 0.999;
}

.no-mousehover .slider {
	cursor: pointer;
}

.disabled img {
	cursor: default;
}

.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-text {
	position: absolute;
	display: block;
	width: 200px;
	height: 90px;
	padding: 35px 0;
	text-align: center;

	font-size: 18px;
	line-height: 20px;
	color: #fff;

	text-transform: uppercase;
	font-weight: bold;
}

.slider-top {
	top: 0;
	left: 50%;
	margin-left: -100px;
}

.play-intro .slider-top {
	visibility: hidden;
}

.hide-nav .slider .slider-top {
	transform: translate3d(0, -90px, 0);
}

.slider-bottom {
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	cursor: pointer;
}

.play-intro .slider-bottom,
.hide-nav .slider .slider-bottom {
	transform: translate3d(0, 90px, 0);
}

.prev-slide {
	width: 90px;
	height: 90px;
	left: 0;
	top: 50%;
	margin-top: -45px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle fill='%23FFF' cx='10' cy='10' r='4'/%3E%3C/svg%3E") center
		center no-repeat;
	cursor: pointer;
}

.play-intro .prev-slide,
.hide-nav .slider .prev-slide {
	transform: translate3d(-90px, 0, 0);
}

.next-slide {
	width: 90px;
	height: 90px;
	right: 0;
	top: 50%;
	margin-top: -45px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle fill='%23FFF' cx='10' cy='10' r='4'/%3E%3C/svg%3E") center
		center no-repeat;
	cursor: pointer;
}

.play-intro .next-slide,
.hide-nav .slider .next-slide {
	transform: translate3d(90px, 0, 0);
}

.overlay .prev-slide,
.overlay .next-slide {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle fill='%238f918e' cx='10' cy='10' r='4'/%3E%3C/svg%3E");
}

.mousehover .prev-slide:hover,
.mousehover .next-slide:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle fill='%230C0' cx='10' cy='10' r='6'/%3E%3C/svg%3E");
}

/*.prev-slide
	{
		width: 100vh;
	    margin: 0 0 -90px 0;
	    -webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	    transform: rotate(-90deg);
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	    bottom: 0;
	    cursor: pointer;
	}
	
	.next-slide
	{
		width: 100vh;
	    margin: 0 0 -90px 0;
	    -webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	    -webkit-transform-origin: top right;
	    -ms-transform-origin: top right;
	    transform-origin: top right;
	    bottom: 0;
	    right: 0;
	    cursor: pointer;
	}*/

/* Devices */

.devices {
	/*line-height: 0;
	font-size: 0;*/
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	overflow: hidden;
	text-align: center;
	margin: 0 -40px 0 0;
	padding: 35px 0 120px 0;
}

.devices .padder,
.images .padder {
	display: block;
	position: relative;
	background: #fff; /*#80837f;*/
}

.white .padder {
	background: #acb0ab;
}

.grey .padder {
	background: #000;
}

.devices article {
	display: inline-block;
	width: 50%;
	padding: 40px 40px 50px 0;
}

.devices article > a {
	display: block;
}

.devices h3 {
	/*font-size: 21px;
	line-height: 28px;*/
	text-align: left;
	margin-top: 32px;
	/*opacity: 0.55;*/
	transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

.mousehover .devices a:hover h3 {
	opacity: 1;
	color: #0c0;
}

div.loading img,
span.loading img {
	opacity: 0;
}

.mask {
	width: 100%;
	height: 0;
	padding-bottom: 62.75%;
	overflow: hidden;
	position: relative;
	display: block;
}

.mask img {
	object-fit: cover;
}

.devices .mask:not(:has(img[src])) {
	background: rgba(58, 63, 55, 0.2);
}

.devices img {
	width: 100%;
	height: auto;
	position: relative;

	transition: opacity 0.4s ease-in-out;
}

.devices .mask:after,
.devices .mask:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0c0;
	z-index: 1;

	opacity: 0;
	cursor: pointer;

	transition: opacity 0.2s ease-in-out;
}

.devices .mask:after {
	mix-blend-mode: overlay;
}

.mousehover .devices article a:hover .mask:before {
	opacity: 0.7;
}

.mousehover .devices article a:hover .mask:after {
	opacity: 0.5;
}

.normal,
.browser {
	width: 100%;
}

/*.browser
{
	width: 100%;
	background: #acb0ab;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.browser .padder
{
	margin-top: 2.5%;
}
	
	.devices .browser
	{
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}
	
	.devices .browser,
	.devices .no-device
	{
		width: 408px;
	}*/

.tablet {
	background: #000;
}

.portrait {
	width: 48.333333%;
	border-radius: 6.2% / 4.2%;
}

.portrait .padder {
	margin: 13.5% 4%;
}

.devices .portrait {
	width: 274px;
}

.landscape {
	width: 1024px;
	border-radius: 4.2% / 6.2%;
}

.landscape .padder {
	margin: 2.9% 9%;
}

.devices .landscape {
	width: 408px;
}

.phone {
	width: 22.5%;
	border-radius: 7.7% / 4.3%;
	background: #000;
}

.phone .padder {
	margin: 25% 4.25%;
}

.devices .phone {
	width: 130px;
}

.white {
	background: #fff;
}

.grey {
	background: #666;
}

.portrait + .portrait,
.phone + .phone,
.half + .half,
.half + .half + .half + .half,
.half + .half + .half + .half + .half + .half,
.images .margin-left {
	margin-left: 3.333333%;
}

.half + .half + .half,
.half + .half + .half + .half + .half,
.half + .half + .half + .half + .half + .half + .half {
	margin-left: 0;
}

.images .half {
	width: 48.333333%;
}

.images .spacer {
	width: 100%;
	display: block;
	margin: 0;
}

.images .shadow {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Project images */

.images,
div.video {
	line-height: 0;
	font-size: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

.postid-656 .images {
	text-align: left;
}

.video-container {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 0 5% 0;
}

.video-container iframe,
.video-container video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.images li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 90px 0;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
}

.page-id-542 .images li {
	margin: 90px 0 0 0;
}

.images .align-top {
	vertical-align: top;
}

.images img {
	width: 100%;
	height: auto;
	position: relative;
	image-rendering: crisp-edges;

	transition: opacity 0.4s ease-in-out;
}

.images,
.images li {
	list-style: none;
}

/* Placeholder images */

.js .real,
.no-js .img-holder {
	display: none;
}

/* Overlay */

.overlay {
	position: absolute;
	top: 40px;
	right: -100vw;
	height: calc(100vh - 40px);
	background: #dbdbdb;
	width: 100%;
	z-index: 10;
	backface-visibility: hidden;
}

.transitioned .overlay {
	width: calc(100vw - 40px);
}

.single-project {
	background: #dbdbdb;
}

.single-project header {
	padding-top: 80px;
}

.single-work:not(.offverlay) .overlay,
.page-id-542:not(.offverlay) .overlay {
	right: 0;
}

.single-project {
	transition: opacity 0.4s ease-in-out;
}

.visible .single-project {
	opacity: 1;
}

.single-project header,
.single-project footer {
	padding-bottom: 85px;
}

/* Info */

.centered {
	width: 100%;
	/*max-width: 1404px;*/
	max-width: 1340px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0 90px;
}

.profile {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background: #abb4a7;

	opacity: 0;
	display: none;
}

.info {
	padding: 80px 0 165px;
	padding: 80px 0;
	overflow: hidden;
	position: relative;
}

header,
footer,
.footer,
.info {
	font-size: 0;
	line-height: 0;
}

.column {
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

@media only screen and (min-width: 1281px) {
	.column:not(.column__footer) {
		font-size: 21px;
		line-height: 29px;
	}

	.column__footer {
		font-size: 20px;
		line-height: 28px;
	}
}

.small-column {
	width: 25%;
}

.column.left {
	padding-right: 20px;
}

.column.right {
	padding-left: 20px;
}

header .column.left {
	padding-right: 70px;
}

.info .small-column {
	padding-right: 40px;
}

.info .text-column {
	padding: 0 30px;
}

.info .contact-column {
	padding: 0 0 0 60px;
}

footer p {
	opacity: 0.6;
}

.contact {
	text-align: center;
}

.frog {
	width: 22px;
	height: 18px;
	display: inline-block;
	background: transparent url("images/frog.png") 0 0 no-repeat;
	background-size: contain;
	float: right;
	margin-top: 5px;
}

.footer-dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: inline-block;
	background: #0c0;
	float: right;
	top: 7px;
	position: relative;
}

.footer {
	padding-bottom: 32px;
}

@media only screen and (max-width: 1360px) {
	.text-br {
		display: none;
	}
}

/* Archive */

.work-archive {
	padding: 32px 0 130px;
}

.row {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.row:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.row h2 {
	float: left;
	width: 50%;
}

.filter {
	display: inline-block;
	padding-left: 20px;
	float: left;
}

.filter .sep {
	color: #ccdbd4;
}

.filter a {
	opacity: 0.55;
	cursor: pointer;
}

.filter .active,
.mousehover .filter a:hover {
	opacity: 1;
}

/*.mousehover .filter a:not(.active):hover
		{
			color: #0c0;
		}*/

.cell {
	vertical-align: top;
	text-align: left;
	padding: 30px 40px 32px 0px;
	border-top: 1px solid rgba(58, 63, 55, 0.2);
	width: 50%;
	float: left;
	position: relative;
}

.mousehover .list .row:hover .cell {
	border-top: 1px solid rgba(0, 204, 0, 0.5);
}

.mousehover .list .row:hover .cell,
.mousehover .list .row:hover a,
.mousehover .list .row:hover a:visited {
	color: #0c0;
}

.year {
	width: 80px;
}

.link {
	width: 50px;
}

.link {
	padding-right: 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 19px;
}

.link a {
	position: relative;
	top: -1px;
}

.mousehover .list .link:hover a:hover,
.mousehover list .link:hover a:visited:hover {
	color: #fff;
}

.name {
	width: calc(50% - 80px);
}

.services {
	width: calc(50% - 50px);
}

.services,
.bottom-email {
	padding-left: 20px;
}

.sep {
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 2px;
}

@media (orientation: landscape) {
	html.ipad.ios7 > body {
		width: 100%;
		height: 672px !important;
		position: relative;
	}
}

@media only screen and (min-width: 1024px) and (max-height: 750px) {
	.iframe-holder iframe {
		transform: scale(0.6);
	}
}

@media only screen and (min-width: 1281px) {
	/*.home .column.right
	{
		padding-right: 20px;
	}*/
}

@media only screen and (max-width: 1280px) {
	body,
	.column {
		font-size: 19px;
		line-height: 27px;
	}

	.column a,
	.column a:visited {
		background-position: 0 24px;
	}

	.link {
		font-size: 18px;
	}

	.images li {
		margin-bottom: 90px;
	}

	.page-id-542 {
		margin: 90px 0 0 0;
	}

	.single-project header,
	.single-project footer {
		padding-bottom: 85px;
	}

	.single-project header {
		padding-top: 80px;
	}

	.studio .centered {
		padding: 0 40px;
	}

	.single-project .centered {
		padding: 0 90px;
	}

	.devices article {
		padding: 45px 40px 45px 0;
	}

	.info {
		padding: 80px 0 165px;
		padding: 80px 0;
	}

	.devices {
		padding: 35px 0 120px;
	}

	.work-archive {
		padding: 32px 0 130px;
	}

	.footer {
		padding-bottom: 35px;
	}

	.cell {
		padding: 30px 35px 32px 0;
	}

	.link {
		padding-right: 1px;
	}

	.services {
		padding-left: 20px;
	}

	.year {
		width: 75px;
	}

	.link {
		width: 40px;
	}

	.name {
		width: calc(50% - 75px);
	}

	.services {
		width: calc(50% - 40px);
	}

	/*.column.left
	{
		width: 33.333333%;
		padding-right: 90px;
	}
	
	.column.right
	{
		width: 66.666667%;
	}*/
}

@media only screen and (max-width: 1140px) {
	.landscape {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (max-width: 1024px) {
	/*.devices .browser,
	.devices .no-device
	{
		width: 80%;
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
	}*/

	.info,
	.single-project header {
		padding-top: 35px;
	}

	.devices,
	.work-archive {
		padding: 35px 0 65px;
	}

	.devices h3 {
		margin-top: 14px;
	}

	.devices article {
		padding: 0 40px 40px 0;
	}
}

@media only screen and (max-width: 1023px) {
	.hide-portrait,
	.overlay .prev-slide,
	.overlay .next-slide {
		display: none !important;
	}

	.centered,
	.single-project .centered {
		padding-left: 40px;
		padding-right: 40px;
	}

	.devices article a {
		margin: 0;
	}

	.devices .portrait {
		width: 75%;
	}

	.devices article {
		width: 50%;
	}

	.devices .landscape,
	.devices .no-device,
	.devices .browser {
		max-width: none;
		width: 100%;
	}

	.headline {
		font-size: 142px;
		letter-spacing: -1px;
	}

	hr {
		margin: 33px 0;
	}

	.full-iframe {
		margin: 100px 40px;
	}

	.iframe-holder {
		transform: none;
	}

	.info .text-column,
	.info .contact-column {
		width: 75%;
	}

	.info .text-column {
		padding-right: 0;
	}

	.info .contact-column {
		padding: 25px 0 0 calc(25% + 30px);
	}

	.column.left,
	.column.right {
		width: 100%;
		padding: 0;
		display: block;
	}

	.column.left {
		padding-bottom: 25px;
	}

	.column.right {
		max-width: 592px;
	}

	/*.left,
	.info .small-column,
	.info .text-column
	{
		margin-bottom: 20px;
	}*/
}

@media only screen and (min-width: 768px) {
	/*.no-intro .headline,
	.tagline-visible .headline,
	.no-js .headline
	{
		font-size: 200px;
	}*/

	.next:after,
	.prev:after {
		content: attr(data-title);
		padding: 21px 0 19px;
		color: #dbdddc;
		background: transparent;
		position: absolute;
		top: 0;
		white-space: nowrap;
		z-index: 100px;
		pointer-events: none;
	}

	.mousehover .next:hover:after,
	.mousehover .prev:hover:after {
		color: #333;
	}

	.prev:after {
		right: 54px;
	}

	.next:after {
		left: 54px;
	}
}

@media only screen and (max-width: 767px) {
	.hide-mobile,
	.column .hide-mobile {
		display: none !important;
	}

	body,
	.column {
		font-size: 18px;
		line-height: 24px;
	}

	.column a,
	.column a:visited {
		background-position: 0 21px;
	}

	.transitioned .overlay {
		width: 100%;
	}

	.headline {
		font-size: 84px !important;
		letter-spacing: 0;
	}

	.studio {
		height: 100%;
	}

	.single-work .studio,
	.page-id-542 .studio,
	.transitioned .studio {
		margin-top: 0;
	}

	.centered,
	.single-project .centered,
	.studio .centered {
		padding: 0 20px;
	}

	.info {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.devices {
		padding: 17px 0 20px;
	}

	.devices h3 {
		margin-top: 14px;
	}

	.work-archive {
		padding: 17px 0 60px;
	}

	p:not(:last-child),
	.video-container {
		margin-bottom: 20px;
	}

	.footer {
		padding-bottom: 20px;
	}

	.single-project header,
	.single-project footer {
		padding-bottom: 40px;
	}

	.single-project header {
		padding-top: 20px;
	}

	.images li {
		margin-bottom: 40px;
	}

	.page-id-542 .images li {
		margin: 40px 0 0 0;
	}

	.devices,
	.devices article,
	.images .half {
		width: 100%;
	}

	.devices article {
		padding: 0;
	}

	.devices article a {
		margin: 0 0 40px 0;
	}

	.devices .browser,
	.devices .no-device,
	.devices .landscape {
		width: 100%;
	}

	.devices .phone {
		width: calc((100% - 20px) / 2);
	}

	.phone + .phone {
		margin-left: 20px;
	}

	.portrait,
	.portrait + .portrait,
	.half + .half,
	.half + .half + .half + .half,
	.half + .half + .half + .half + .half + .half,
	.half + .half + .half + .half + .half + .half + .half + .half,
	.images .margin-left,
	.phone + .phone + .phone {
		margin-left: 0;
	}

	.phone + .phone + .phone + .phone {
		margin-left: 20px;
	}

	.phone {
		width: calc((100% - 20px) / 2);
	}

	.portrait {
		width: 75%;
	}

	.column {
		width: 100%;
		padding: 0;
	}

	.column.left,
	header .column.left {
		width: 100%;
		padding: 0;
		display: block;
	}

	.column.left,
	header .column.left {
		padding-bottom: 20px;
	}

	.slider-text {
		display: none;
	}

	.cell {
		padding: 17px 20px 17px 0;
	}

	.year {
		width: 55px;
	}

	.link {
		width: 35px;
		padding-right: 1px;
		font-size: 15px;
	}

	.name {
		width: calc(100% - 90px);
	}

	.overlay {
		top: 100%;
		height: calc(100% - 40px);
		right: 0;
	}

	.single-work:not(.offverlay) .overlay,
	.page-id-542:not(.offverlay) .overlay {
		right: 0;
		top: 40px;
	}

	.filter {
		float: right;
		padding-left: 0;
	}
}

.img-holder {
	overflow: hidden;
}

.fit-img img,
.fit-img video {
	width: 100%;
	height: auto;
	position: absolute;
}

.mousehover .loading,
.mousehover .loading *,
.mousehover.play-intro,
.mousehover.play-intro * {
	cursor: progress !important;
}

.no-transition,
.resizing * {
	transition: none 0s ease-in-out !important;
}

.no-animation {
	-webkit-animation: none !important;
	animation: none !important;
}

.hidden,
#wpadminbar {
	display: none;
}

.load-more {
	height: 0;
	overflow: hidden;
}

.invisible {
	visibility: hidden;
}

.zero-height {
	height: 0;
	overflow: hidden;
	clear: both;
}

.transparent {
	opacity: 0;
	visibility: hidden;
}

.zero-opacity {
	opacity: 0;
}

hr {
	background-color: #fff;
	color: #fff;
	border: 0;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #c7cbc4;
	margin: 55px 0;
}

.single-project hr {
	border-color: #c1c5c1;
}

.vcard,
.inline-block {
	display: inline-block;
}

.fixed {
	position: fixed;
	/*visibility: hidden;*/
}

.home-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	background: #333831;
	background: #8f918e;
	cursor: pointer;

	transform: translate3d(0, 0, 0);
}

.single-work:not(.offverlay) .home-overlay,
.page-id-542:not(.offverlay) .home-overlay {
	opacity: 1;
	visibility: visible;
}

.no-overflow,
.no-overflow body,
.clear {
	overflow: hidden;
}

.no-max-height {
	max-height: none;
}

strong {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.has-link {
	cursor: pointer;
}

.work-archive .has-link.external {
	cursor: alias;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
}

/* Scroller */

.scroller {
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
}

.no-mousehover .scroller {
	-webkit-overflow-scrolling: touch;
}

.scroll-container {
	position: relative;
}

.no-mousehover .scroll-container,
.no-mousehover .open .hidden-scroller .scroll-container {
	height: 100%;
	overflow-y: auto;
}
