@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-300italic.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-regular.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-italic.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-600italic.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-700italic.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800.woff') format('woff'); 
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.woff2') format('woff2'), 
       url('../fonts/open-sans-v14-latin_greek-ext_cyrillic_latin-ext_greek_cyrillic-ext-800italic.woff') format('woff'); 
}
*/

@font-face {
    font-family: '21CentUltraLightItalic';
    src: url('../fonts/21cent-condensedultralightitalic-webfont.woff2') format('woff2'),
         url('../fonts/21cent-condensedultralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '21CentRegular';
    src: url('../fonts/21cent-regular-webfont.woff2') format('woff2'),
         url('../fonts/21cent-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 300;

}

h1, h2 {
	font-family: "21CentUltraLightItalic";
	font-size: 76px;
	font-weight: normal;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 50px;
	transition: font-size 300ms;
}

h3 {
	font-family: "Open Sans";
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

a {
	color: #1584d6;
}

a:hover {
	color: #FF3300;
}

a:visited {
	color: #b916d6;
}

.clear {
	clear: both;
}

nav {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 25px;
	width: 100%;
	z-index: 1000000;
}

nav ul {
	margin: 0 auto;
    padding-left: 0;
	width: 1200px;
	list-style-type: none;
	font-size: 24px;
	text-transform: lowercase;
	-webkit-font-smoothing: antialiased;
    overflow: hidden;
    white-space: nowrap;
    transition: width 300ms;
}

nav ul li {
	float: left;
	margin-right: 74px;
	color: white;
	transition: margin-right 300ms;
	-moz-osx-font-smoothing: grayscale;
}

nav ul li a {
	color: black;
	text-decoration: none;
	opacity: 0.75;
}

nav ul li a:hover {
	color: black;
	opacity: 0.99;
}

nav ul li a:visited {
	color: black;
}

nav ul li:first-child a,
nav ul li:last-child a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    transition: width 300ms;
}

nav ul li:first-child a {
	width: 200px;
}

nav ul li:last-child a {
	width: 136px;
}

nav.white ul li:first-child #logo {
	background-image: url("../img/logo-white.png");
}

nav.white ul li:last-child #contacts {
	background-image: url("../img/contacts-white.png");
}

nav.white ul li {
	color: white;
}

nav.white ul li a,
nav.white ul li a:hover,
nav.white ul li a:visited {
	color: white;
}

nav.black ul li:first-child #logo {
	background-image: url("../img/logo-red.png");
}

nav.black ul li:last-child #contacts {
	background-image: url("../img/contacts-black.png");
}

nav.black ul li:first-child {
	color: #dc2113;
}

nav.black ul li:first-child a,
nav.black ul li:first-child a:hover,
nav.black ul li:first-child a:visited {
	color: #dc2113;
}

nav ul li:first-child #logo {
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: bottom;
    margin-right: 6px;
    background-size: contain;
    background-position-y: 7px;
    background-repeat: no-repeat;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li:last-child #contacts {
	display: inline-block;
	width: 34px;
	height: 34px;
	width: 25px;
	vertical-align: bottom;
    margin-right: 6px;
    background-size: contain;
    background-position-y: 7px;
    background-repeat: no-repeat;
}

#index nav ul li:nth-child(1) a {
	cursor: default;
	opacity: 1 !important;
}

#company nav ul li:nth-child(2) a {
	cursor: default;
	opacity: 1 !important;
}

#portfolio nav ul li:nth-child(3) a {
	cursor: default;
	opacity: 1 !important;
}

#inventory nav ul li:nth-child(4) a {
	cursor: default;
	opacity: 1 !important;
}

#library nav ul li:nth-child(5) a {
	cursor: default;
	opacity: 1 !important;
}

#mobile-nav {
    display: none;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

nav.white .hamburger-inner, 
nav.white .hamburger-inner::before, 
nav.white .hamburger-inner::after {
	background-color: white;
}

nav.white .hamburger.is-active .hamburger-inner, 
nav.white .hamburger.is-active .hamburger-inner::before, 
nav.white .hamburger.is-active .hamburger-inner::after {
	background-color: black;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	height: 2px !important;
	width: 50px !important;
}

.hamburger--slider .hamburger-inner::before {
	top: 15px !important;
}

.hamburger--slider .hamburger-inner::after {
	top: 30px !important;
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -29px, 0) rotate(-90deg) !important;
}

.button-big-blue {
	background: url("../img/big-blue-button.png") no-repeat;
	background-size: cover;
	width: 400px;
	height: 60px;
	padding-top: 15px;
	margin: 0 auto;
	text-align: center;
	color: white;
	font-family: "21CentUltraLightItalic";
	font-size: 32px;
	cursor: pointer;
}

.button-big-blue:hover {
	background-position-y: -81px;
}

.button-big-blue:active {
	background-position-y: -162px;
}

.superscale-container {
	overflow: hidden;
	width: 90%;
	margin: 40px auto 0 auto;
}

.superscale-container > div {
	transform-origin: top left;
	transform: scale(1);
}

#works {
	width: 90vw;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 0;
}

#works .item {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 100px;
	width: 30vw;
	max-width: 533px;
	transition: transform 300ms, opacity 300ms;
}

#works .item img,
#works .item p {
	width: 90%;
	display: block;
	margin: 0 auto;
	max-width: 424px;
}

#works .item.fade-out {
	transition-delay: 0;
    transform: translateY(-50px);
    opacity: 0 !important;
}

h2.works-title {
	transition: opacity 300ms;
	margin-top: 35px !important;
    margin-bottom: 20px !important;
}

h2.works-title.fade-out {
    opacity: 0 !important;
}

#works .item-more {
	text-align: center;
}

#works .item-more img {
	display: inline-block;
	width: 50%;
	margin-top: 12.5%;
	max-width: 255px;
	opacity: 0.5;
}

#works .item-more img:hover {
	opacity: 0.75;
}

#works .item p {
	margin-top: 7px;
	margin-bottom: 10px;
	/* font-size: 1.25vw; */
	font-size: 18px;
	transition: font-size 300ms;
}




/* Best works */

#best-works {
	width: 96vw;
	margin: 0 auto;
}

#best-works .best-work {
	margin-bottom: 100px !important;
	transition: transform 300ms, opacity 300ms, margin-bottom 300ms;
}

#best-works .best-work.fade-out {
	transition-delay: 0;
    transform: translateY(-50px);
    opacity: 0 !important;
}

#best-works .best-work::before,
#best-works .best-work::after {
	display: block;
	content: '';
	clear: both;
}

#best-works .best-work .item-text-block::before,
#best-works .best-work .item-text-block::after {
	display: block;
	content: '';
	clear: both;
}

#best-works .best-work .item-block::before,
#best-works .best-work .item-block::after {
	display: block;
	content: '';
	clear: both;
}

#best-works .best-work .item-text h6 {
	margin-bottom: 30px;
	font-size: 24px;
	transition: font-size 300ms;
}

#best-works .best-work .item-text p {
	font-size: 18px;
	line-height: 1.8;
	transition: font-size 300ms;
}

#best-works .best-work .item-block {
	margin-top: 30px;
}

#best-works .best-work .item p {
	margin-top: 7px;
	margin-bottom: 10px;
	/* font-size: 1.25vw; */
	font-size: 18px;
	line-height: 1.58;
	transition: font-size 300ms;
}

#best-works .best-work .item img {
	width: 100%;
}



/* One in row */

#best-works .best-work.one-in-row {
	width: 100%;
	max-width: 1173px;
	margin: 0 auto;
}

#best-works .best-work.one-in-row .item-text-block {
	max-width: 444px;
    margin: 0 auto;
}

#best-works .best-work.one-in-row .item-block .item p {
	text-align: center;
}


/* Two in row */

#best-works .best-work.two-in-row {
	width: 100%;
	max-width: 1482px;
	margin: 0 auto;
}

#best-works .best-work.two-in-row .item-text-block {
	
}

#best-works .best-work.two-in-row .item-text-block .item-text-wrapper {
	float: left;
	width: 49%;
}

#best-works .best-work.two-in-row .item-text-block .item-text-wrapper:first-child {
	margin-right: 2%;
}

#best-works .best-work.two-in-row .item-text-block .item-text-wrapper .item-text {
	max-width: 444px;
}

#best-works .best-work.two-in-row .item-text-block .item-text-wrapper:first-child .item-text {
	float: right;
}

#best-works .best-work.two-in-row .item {
	float: left;
	width: 49%;
}

#best-works .best-work.two-in-row .item:first-child {
	margin-right: 2%;
}



/* Three in row */

#best-works .best-work.three-in-row {
	width: 100%;
	max-width: 1412px;
	margin: 0 auto;
}

#best-works .best-work.three-in-row .item-text-block {
	
}

#best-works .best-work.three-in-row .item-text-block .item-text-wrapper {
	float: left;
	width: 32%;
}

#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:first-child,
#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:nth-child(2) {
	margin-right: 2%;
}

#best-works .best-work.three-in-row .item-text-block .item-text-wrapper .item-text {
	max-width: 444px;
}

#best-works .best-work.three-in-row .item {
	float: left;
	width: 32%;
}

#best-works .best-work.three-in-row .item:first-child,
#best-works .best-work.three-in-row .item:nth-child(2) {
	margin-right: 2%;
}


/* Classic */

#best-works .best-work.classic-rows {
	width: 90vw;
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 150px !important;
	font-size: 0;
}

#best-works .best-work.classic-rows .item {
	box-sizing: border-box;
	display: inline-block;
    vertical-align: top;
	margin-bottom: 100px;
}

#best-works .best-work.classic-rows .item {
	width: 30vw;
	max-width: 533px;
	transition: transform 300ms, opacity 300ms;
}

#best-works .best-work.classic-rows .item img,
#best-works .best-work.classic-rows .item p {
	width: 90%;
	display: block;
	max-width: 424px;
	margin: 0 auto;
}

#best-works .best-work.classic-rows .item.fade-out {
	transition-delay: 0;
    transform: translateY(-50px);
    opacity: 0 !important;
}

#best-works .best-work.classic-rows .item p {
	margin-top: 7px;
	margin-bottom: 10px;
	/* font-size: 1.25vw; */
	font-size: 18px;
	line-height: 1.58;
	transition: font-size 300ms;
}


/* Special styles */

/* Lumi */

.best-work-lumi {
	margin-top: 150px !important;
}

/* 1984 and anxiety posters */

.best-work-1984-and-anxiety-posters .item {
	max-width: 612px;
}

.best-work-1984-and-anxiety-posters .item-block {
    max-width: calc(1224px + 2%);
    margin: 0 auto;
}

.best-work-1984-and-anxiety-posters .item p {
	max-width: 494px;
    margin: 0 auto;
    margin-top: -50px !important;
    text-align: center;
    transition: margin-top 300ms;
}

.best-work-1984-and-anxiety-posters .item:nth-child(2) p {
    max-width: 480px;
}


/* Murmur */

.best-work-murmur .item {
	max-width: 559px;
}

.best-work-murmur .item-block {
    max-width: calc(1118px + 2%);
    margin: 0 auto;
}

/* Pantocrator */

.best-work-pantocrator .item {
	max-width: 444px;
}

.best-work-pantocrator .item-block {
    max-width: calc(1332px + 4%);
    margin: 0 auto;
}

.best-work-pantocrator .item-text-wrapper:first-child {
	width: 0% !important;
}

.best-work-pantocrator .item-text-wrapper:first-child .item-text {
	width: 0 !important;
}

.best-work-pantocrator .item-text-wrapper:nth-child(2) {
	width: 100% !important;
}

.best-work-pantocrator .item-text-wrapper:nth-child(2) .item-text {
	width: 85.6% !important;
	margin: 0 auto;
}

.best-work-pantocrator .item-text-wrapper:nth-child(3) {
	width: 0% !important;
}

.best-work-pantocrator .item-text-wrapper:nth-child(3) .item-text {
	width: 100% !important;
}


/* Love Media Poster */

.best-work-love-media-poster .item {
	max-width: 680px;
    margin: 0 auto;
}

.best-work-love-media-poster .item p {
    margin-top: -50px !important;
}

/* Russian Ball */

.best-work-russian-ball .item {
	max-width: 720px;
}

.best-work-russian-ball .item-block {
    max-width: calc(1440px + 2%);
    margin: 0 auto;
}

/* Savvy */

#best-works .best-work.best-work-savvy {
	margin-bottom: 150px !important;
}

.best-work-savvy .item {
	max-width: 424px;
}

.best-work-savvy .item-block {
    max-width: calc(848px + 6%);
    margin: 0 auto;
}

.best-work-savvy .item-text-wrapper,
.best-work-savvy .item {
	width: 47% !important;
}

.best-work-savvy .item-text-wrapper:first-child,
.best-work-savvy .item:first-child {
	margin-right: 6% !important;
}

/* City Courier */

.best-work-city-courier {
	
}






/* Main page */

#index {
	width: 100vw;
	height: 100vh;
	background-color: #eeeae9;
	transition: background-color 300ms;
	overflow: hidden;
}

#index main {
	width: 100%;
	height: 100%;
}

#index nav,
#index #mobile-nav {
	/* mix-blend-mode: difference; */
}

nav.white .hamburger.is-active .hamburger-inner, 
nav.white .hamburger.is-active .hamburger-inner::before, 
nav.white .hamburger.is-active .hamburger-inner::after {
	background-color: white !important;
}

#index .domkino {
	position: absolute;
	background: url('/main/domkino.png') no-repeat;
	background-size: cover;
	width: 527px;
	height: 403px;
	top: -200px;
	transform: translateY(-100px);
	left: calc(50% - 263px);
	z-index: 1000;
	cursor: pointer;
    opacity: 0;
	transition: opacity 500ms, transform 500ms;
	mix-blend-mode: color-dodge;
}

#index .domkino.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#index .domkino:hover {
	mix-blend-mode: difference;
	transform: translateY(30px);
}

#index .main-caption {
	font-size: 36px;
    width: 100%;
    opacity: 0.85;
    line-height: 1.4;
    position: absolute;
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    top: calc(50% - 60px);
    font-weight: 300;
    opacity: 0;
	transition: opacity 500ms;
}

#index .main-caption.is-visible {
    opacity: 0.85;
}

#index .open-best-works {
	position: absolute;
	bottom: 5vh;
	width: 100%;
	text-align: center;
    font-weight: 300;
    font-size: 24px;
    z-index: 1000;
    opacity: 0;
	transition: opacity 500ms, transform 300ms;
	transform: translateY(-100px);
}

#index .open-best-works.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#index .open-best-works {
	cursor: pointer;
}

#index .open-best-works a,
#index .open-best-works a:visited {
	color: rgba(0,0,0,0.75);
	transition: color 100ms;
	text-decoration: none;
}

#index .open-best-works:hover a
#index .open-best-works:hover a:hover, {
	color: rgba(0,0,0,1);
}

#index .open-best-works a {
	border-bottom: 1px solid rgba(0,0,0,0.35);
	transition: border-bottom-color 100ms;
	margin-left: -15px;
}

#index .open-best-works:hover a,
#index .open-best-works:hover a:hover {
	border-bottom-color: rgba(0,0,0,0.95);
}

#index .open-best-works a::after {
    display: inline-block;
    content: '';
    width: 40px;
    height: 40px;
    background: url('/main/arrow.png') no-repeat;
    background-size: cover;
    position: absolute;
    top: -1px;
    margin-left: 4px;
    opacity: 0.55;
    transform: translateX(0);
    transition: transform 100ms, opacity 100ms;
}

#index .open-best-works:hover a::after {
	transform: translateX(10px);
	opacity: 0.75;
}

#index .lovemedia {
	//background: url('/main/lovemedia.png') no-repeat;
	//width: 790px;
	//height: 103px;
	top: calc(50% - 170px);
	left: calc(50% - 395px);
	position: absolute;
	z-index: 1000;
	mix-blend-mode: multiply;
	font-size: 0;
	opacity: 0;
	transition: opacity 500ms;
    white-space: nowrap;
}

#index .lovemedia.is-visible {
    opacity: 1;
}

#index .lovemedia.is-visible .love-letter {
	margin-left: 31px;
	transform: translateX(0) !important;
}

#index .lovemedia .love-letter {
	display: inline-block;
	height: 80px;
	background-repeat: no-repeat;
	transition: transform 100ms;
}

#index .lovemedia .love-letter:hover {
	filter: invert(100%);
}

#index .lovemedia div:nth-child(3)::after {
	display: block;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: #0080ef !important;
    left: 47px;
    opacity: 0;
    transition: transform 100ms, opacity 100ms;
}

#index .lovemedia div:nth-child(1):hover {
	filter: blur(5px);
}

#index .lovemedia div:nth-child(3):hover::after {
	transform: translate(9px, -35px);
	opacity: 1;
}

#index .lovemedia div:nth-child(1) {
	width: 53px;
	margin-left: 0 !important;
	transform: translateX(370px);
	background-image: url('/main/love-letters/L.png');
	cursor: pointer;
}

#index .lovemedia div:nth-child(2) {
	width: 58px;
	margin-left: 25px !important;
	transform: translateX(200px);
	background-image: url('/main/love-letters/O.png');
}

#index .lovemedia div:nth-child(3) {
	width: 64px;
	margin-left: 23px !important;
	transform: translateX(189px);
	background-image: url('/main/love-letters/V.png');
	cursor: pointer;
}

#index .lovemedia div:nth-child(4) {
	width: 52px;
	transform: translateX(100px);
	background-image: url('/main/love-letters/E.png');
}

#index .lovemedia div:nth-child(5) {
	width: 73px;
	margin-left: 71px !important;
	transform: translateX(-31px);
	background-image: url('/main/love-letters/M.png');
}

#index .lovemedia div:nth-child(6) {
	width: 52px;
	transform: translateX(-127px);
	background-image: url('/main/love-letters/E.png');
}

#index .lovemedia div:nth-child(7) {
	width: 57px;
	transform: translateX(-210px);
	background-image: url('/main/love-letters/D.png');
}

#index .lovemedia div:nth-child(8) {
	width: 14px;
	transform: translateX(-278px);
	background-image: url('/main/love-letters/I.png');
}

#index .lovemedia div:nth-child(9) {
	width: 67px;
	transform: translateX(-350px);
	background-image: url('/main/love-letters/A.png');
}

#index .dragon {
	width: calc(1024px / 1.2);
	height: calc(836px / 1.2);
	position: absolute;
	top: 100vh;
	left: calc(50% - 412px);
	z-index: 990;
	background: url('/main/dragon-inverted.png') no-repeat;
	background-size: cover;
	mix-blend-mode: color-dodge;
	animation: dragon-rotate 10s linear infinite;
	cursor: pointer;
    opacity: 0;
	transition: opacity 500ms, top 500ms;
}

#index .dragon.is-visible {
    opacity: 1;
	top: 70vh;
}


#index .dragon-wrapper {
	width: 50%;
    height: 370px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: 900;
}

#index .dragon.is-hovered {
	animation: dragon-rotate-ccw 2s linear infinite;
	mix-blend-mode: difference;
	transform: rotateY(180deg);
}

@keyframes dragon-rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes dragon-rotate-ccw {
	from { transform: rotate(0deg) rotateY(180deg); }
	to { transform: rotate(-360deg) rotateY(180deg); }
}

#index .cubic {
	background: url('/main/g-dots.gif') no-repeat;
    background-size: cover;
    width: 98px;
    height: 32px;
    opacity: 0.2;
    filter: invert(100%);
    margin: 0 auto;
    position: absolute;
    bottom: 95px;
    z-index: 1000;
    left: calc(50% - 50px);
    cursor: pointer;
    opacity: 0;
    transform: translateY(-200px);
	transition: opacity 500ms, transform 500ms;
}

#index .cubic.is-visible {
    opacity: 0.2;
    transform: translateY(0);
}

#index .cubic:hover {
	opacity: 0.35;
}


#index .cubic-css {
    width: 98px;
    height: 32px;
    opacity: 0.2;
    filter: invert(100%);
    margin: 0 auto;
    position: absolute;
    bottom: 95px;
    z-index: 1000;
    left: calc(50% - 50px);
    cursor: pointer;
    opacity: 0;
    transform: translateY(-200px);
	transition: opacity 500ms, transform 500ms;
}

#index .cubic-css.is-visible {
    opacity: 0.2;
    transform: translateY(0);
}

#index .cubic-css:hover {
	opacity: 0.35;
}

#index .cubic-dot {
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 50px;
	margin-right: 15px;
	float: left;
/*	animation: cubic-css 2s ease-in-out infinite; */ 
}

/*  set via javascript, thx fucking safari */
#index .cubic-dot.animated {
	animation: cubic-css 2s ease-in-out infinite;
}

#index .cubic-css div:nth-child(1) {
	animation-delay: 0s;
}

#index .cubic-css div:nth-child(2) {
	animation-delay: 0.3s;
}

#index .cubic-css div:nth-child(3) {
	animation-delay: 0.6s;
}

#index .cubic-css div:nth-child(4) {
	animation-delay: 0.9s;
	margin-right: 0px !important;
}

@keyframes cubic-css {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-10px); }
	100% { transform: translateY(0px); }
}



/* Company */

#company main {
	margin-top: 50px;
}

#team {
	max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    overflow: hidden;
}

#team .avatars {
	position: relative;
	height: 520px;
}

#team .avatar {
	position: absolute;
	height: 100%;
}

#team .avatar:first-child {
	z-index: 1;
}

#team .avatar:nth-child(2) {
	margin-left: 240px;
	z-index: 2;
}

#team .avatar:nth-child(3) {
	margin-left: 426px;
	z-index: 3;
}

#team .avatar:nth-child(4) {
	margin-left: 654px;
	z-index: 2;
}

#team .avatar:last-child {
	margin-left: 833px;
	z-index: 1;
}

#team-captions {
	margin-top: 15px;
	height: 60px;
	font-size: 16px;
}

#team-captions .caption {
	text-align: center;
	float: left;
}

#team-captions .caption-name {
	font-weight: 400;
}

#team-captions .caption-name a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

#team-captions .caption-name a:hover {
	color: #FF3300;
	border-bottom: 1px solid rgba(255,33,0,0.9);
}

#team-captions .caption-role {
	margin-top: 3px;
}

#team-captions .caption:first-child {
	width: 260px;
}

#team-captions .caption:nth-child(2) {
	margin-left: 33px;
}

#team-captions .caption:nth-child(3) {
	margin-left: 44px;
}

#team-captions .caption:nth-child(4) {
	margin-left: 67px;
}

#team-captions .caption:last-child {
	margin-left: 43px;
}

#team p {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.9;
	text-align: center;
	color: #666666;
	clear: both;
}

#company article {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.8;
}

#advantages {
	width: 90vw;
	margin: 0 auto;
	max-width: 1500px;
	margin-top: 60px;
	font-size: 0;
}

#advantages .advantage:first-child {
	//background: url("../img/advantage-1.png") no-repeat;
	background-position: center center;
	//color: #ff4b1e;
	color: white;
}

#advantages .advantage:nth-child(2) {
	//background: url("../img/advantage-2.png") no-repeat;
	background-position: center center;
	//color: #02afff;
	color: white;
}

#advantages .advantage:nth-child(3) {
	//background: url("../img/advantage-3.png") no-repeat;
	background-position: center center;
	//color: #0cc603;
	color: white;
}

.advantage {
	width: 30vw;
	max-width: 500px;
	text-align: center;
	display: inline-block;
    vertical-align: top;
}

.advantage-description img {
	width: 100%;
    max-width: 201px;
}

#advantages .advantage:first-child .advantage-description img {
    max-width: 231px;
}

.advantage-description .advantage-number {
	font-size: 72px;
	font-weight: 400;
	margin-top: -168px;
}

#advantages .advantage:first-child .advantage-number {
	margin-top: -140px;
}

#advantages .advantage:first-child p {
    margin-top: 43px;
}

.advantage-description .advantage-subject {
	font-size: 24px;
	margin-top: -10px;
}

.advantage p {
	margin: 0 auto;
	font-size: 18px;
	color: black;
	margin-top: 70px;
	width: 90%;
    max-width: 350px;
}

#company .button-big-blue {
	margin-top: 40px;
	clear: both;
}

#offers {
	max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
    width: 90vw;
    font-size: 0;
}

.offer {
    width: 30vw;
    margin-bottom: 75px;
    display: inline-block;
    vertical-align: top;
    max-width: 466px;
}

.offer h3 {
	width: 95%;
}

.offer p {
	width: 95%;
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8;
}

.offer-links {
	margin-top: 28px;
	margin-bottom: 28px;
	font-size: 16px;
}

.offer a {
	color: black;
	margin-bottom: 10px;
	display: inline-block;
}

.offer a:first-child {
	margin-right: 20px;
}

.offer a:hover {
	color: #ff3300;
}

.offer a:visited {
	color: black;
}

.offer-price {
	font-size: 16px;
	font-weight: 400;
}

#process {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 100px;
	width: 90vw;
	font-size: 0;
}

.step {
	width: 30vw;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
	max-width: 466px;
}

.step::before {
	display: block;
	content: '';
	background: url('../img/arrow.png') no-repeat;
	opacity: 0.2;
	width: 50px;
	height: 50px;
	margin-top: 89px;
	margin-left: -60px;
	background-size: contain;
	float: left;
}

#process .step:nth-child(2)::before {
	display: none !important;
}

.step h3 {
	width: 95%;
}

.step p {
	font-size: 16px;
	line-height: 1.8;
	max-width: 410px;
	width: 95%;
}

.step-links {
	margin-top: 28px;
	margin-bottom: 28px;
	font-size: 16px;
}

.step a {
	color: black;
	display: inline-block;
}

.step a:first-child {
	margin-right: 20px;
}

.step a:hover {
	color: #ff3300;
}

.step a:visited {
	color: black;
}

#clients {
	max-width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
    width: 90vw;
    font-size: 0;
}

#clients p {
	font-size: 20px;
}

.client {
	width: 30vw;
    margin-top: 30px;
    max-width: 466px;
    display: inline-block;
    vertical-align: top;
}

.client p {
	margin-top: 0;
	font-size: 18px !important;
	line-height: 1.7;
    width: 95%;
}

.client img {
	border: 1px solid #DDD;
    max-width: 424px;
    width: 95%;
}

.client-links {
	margin-top: 32px;
	margin-bottom: 32px;
}

.clients-additional {
	margin-top: 80px;
}

.clients-list {
	width: 33%;
	margin-top: 10px;
	float: left;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 2.2;
}

#achievements {
	max-width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
    width: 90vw;
    font-size: 0;
}

.achievement {
    width: 30vw;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    max-width: 466px;
}

.achievement p {
	font-size: 16px;
    line-height: 1.7;
    width: 96%;
}

.achievement h3 {
	width: 96%;
}





/* Portfolio */

.design-is {
	display: none;
}

.design-is,
.inventory-is {
	width: 80%;
	max-width: 1150px;
	margin: 0 auto;
	margin-top: 85px;
	padding: 40px 75px 40px 75px;
	transition: padding 300ms;
}

.design-is h2,
.inventory-is h2 {
	margin: 0;
	margin-bottom: 25px;
	font-size: 42px;
	text-align: left;
	transition: font-size 300ms;
}

.design-is p,
.inventory-is p {
	font-size: 20px;
	line-height: 1.7;
	transition: font-size 300ms;
}

.design-is {
	background-color: #d5ebee;
}

.inventory-is {
	background-color: #f5e2e3;
}

#filters {
	margin: 0 auto;
	width: 880px;
	margin-top: 110px;
}

.filter {
    margin-right: 110px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

#filters .filter:last-child {
	margin-right: 0 !important;
}

.filter-name {
	font-weight: 600;
}

.filter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.filter ul li {
	display: block;
	font-weight: 200;
	margin: 0;
	margin-top: 20px;
}

.filter ul li span {
	cursor: pointer;
	opacity: 0.8;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.filter ul li span:hover {
	color: #FF3300;
	border-bottom-color: #FF3300;
}

.filter ul li.active span {
	text-decoration: none;
	//font-weight: 400;
	opacity: 1;
	cursor: default;
	border-bottom-color: rgba(0,0,0,0);
}

.filter ul li.active span:hover {
	color: black;
	border-bottom-color: rgba(0,0,0,0);
}

.filter ul li.active::before {
	background: url("../img/arrow.png") no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	z-index: 1000;
	margin-left: -25px;
    margin-top: 2px;
}

#inventory #works {
	margin-top: 80px;
}

#inventory h2 {
    margin-top: 140px;
    margin-bottom: 50px;
}





/* Work */

#work header {
	height: 385px;
}

#work main {
	margin-top: 50px;
}

#work-background {
    display: table;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 385px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#work-background .work-logo-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#work-background .work-logo {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#work main > h1 {
	width: 90%;
	max-width: 710px;
    font-family: "21CentRegular";
    margin: 0 auto;
	margin-bottom: 50px;
    text-align: center;
    font-size: 42px;
    margin-top: 40px;
}

#work main .link-to-site {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	margin-top: -20px;
}

#work main .link-to-site a {
	display: inline-block;
	text-decoration: none;
    border-bottom: 1px solid;
}

#work main .link-to-site a {
	margin-left: 20px;
}

#work main .link-to-site a:first-child {
	margin-left: 0 !important;
}

#work main > p {
	width: 90%;
	max-width: 710px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

#work main > img {
	display: block;
	margin: 40px auto 80px auto;
	max-width: 90%;
}

#work main .quote {
	width: 80vw;
	max-width: 520px;
	line-height: 1.8;
	font-size: 16px;
	margin: 40px auto 40px auto;
}

#work main .quote-text {
	border-left: 1px solid #CCC;
	padding-left: 20px;
	margin-left: -20px;
}

#work main .quote-author {
	text-align: left;
	margin-top: 20px;
}

#work main > ul {
    list-style-type: decimal;
    max-width: 710px;
    width: 90%;
    margin: 40px auto;
    font-size: 18px;
    line-height: 1.8;
    padding-right: 100px;
}

#work main > ul li {
    max-width: 500px;
    width: 90%;
    margin-left: 100px;
}

#work .roles {
	width: 90%;
	max-width: 620px;
	margin: 100px auto 60px auto;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 30px;
	padding-bottom: 30px;
}

#work .roles-date {
	font-weight: 400;
}

#work .roles-roles {
	padding: 0;
	list-style-type: none;
	line-height: 1.8;
}

#work p + p {
	margin-top: 25px;
}

#work.work-poster header {
	height: 70px !important;
}

#work.work-poster main h1:first-child {
	margin-bottom: 0 !important;
}

#work.work-poster main h1:first-child + img {
	margin-top: 15px !important;
}

#work.work-poster .button-download-poster {
	margin-top: -150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#work.work-poster .button-download {
	margin-top: -50px;
	margin-bottom: 50px;
}

#work .button-inventory-download {
	margin-top: 30px !important;
	margin-bottom: 70px;
}

#work .work-process::before {
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	border-top: 1px solid rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(215,215,215,0) 0%, rgba(215,215,215,1) 50%, rgba(215,215,215,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(215,215,215,0) 0%, rgba(215,215,215,1) 50%, rgba(215,215,215,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(215,215,215,0) 0%,rgba(215,215,215,1) 50%,rgba(215,215,215,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: opacity 300ms;
}

#work .work-process {
	margin: 60px auto 40px;
	width: 100%;
}

#work .work-process-open {
	position: absolute;
    width: 37px;
    height: 37px;
    margin-top: -19px;
    border-radius: 50%;
    background-color: #d7d7d7;
    transition: background-color 300ms, transform 300ms, margin-top 300ms;
    cursor: pointer;
    left: 50%;
    margin-left: -18px;
}

#work .work-process-open:hover {
	background-color: #49bdff;
}

#work .work-process-open:hover + .work-process-open-text {
	color: #49bdff;
}

#work .work-process-open::before {
	display: block;
    content: '+';
    font-family: "Open Sans", Arial, sans-serif !important;
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 35px;
    top: -6px;
    left: 9px;
    position: absolute;
    transform: translateZ(0);
}

#work .work-process.work-process-opened .work-process-open {
    transform: rotate(-45deg);
    margin-top: -10px;
}

#work .work-process.work-process-opened .work-process-open-text {
   	height: 0;
    margin-top: -40px;
    opacity: 0;
}

#work .work-process.work-process-opened::before {
    opacity: 0;
}

.work-process-open-text {
	text-align: center;
    margin: 25px auto 0 auto;
    color: #a9a9a9;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
    transition: opacity 500ms, height 300ms, margin-top 300ms;
    overflow: hidden;
}

.work-process-content-wrapper {
	width: 100%;
	height: 0;
	overflow: hidden;
	background: rgb(249, 249, 249);
	margin: 10px auto 0 auto;
}

.work-process-content {
	width: 100%;
	max-width: 1100px;
	margin: 40px auto;
}

.work-process-content p {
	margin: 0 auto;
	margin-top: 70px;
	width: 90%;
	max-width: 700px;
	font-weight: 500;
	line-height: 1.8;
	font-size: 14px;
}

.work-process-content img {
	display: block;
	max-width: 90%;
	margin: 40px auto;
}

.app-icon {
	margin-top: 120px;
    height: 350px;
}

.app-icon::after {
    content: '';
    clear: both;
}

.app-icon-icon {
    text-align: center;
}

.app-icon-caption {
    text-align: center;
    margin-top: 10px;
	font-size: 22px;
    font-weight: 500;
}

.app-icon-downloads {
	margin: 0 auto;
	width: 90%;
	max-width: 440px;
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}

.app-icon-downloads div {
	width: 49%;
	max-width: 210px;
    height: 80px;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.app-icon-downloads a {
    width: 100%;
    height: 100%;
    display: block;
}

.app-icon-downloads div.appstore {
	background-image: url('../img/apple-button.png');
}

.app-icon-downloads div.googleplay {
	margin-left: 2%;
	background-image: url('../img/google-button.png');
}





/* Library */

#library h2 {
	margin-top: 140px;
}

#library #articles {
	max-width: 1400px;
	width: 90vw;
	margin: 0 auto;
	margin-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

#library .article {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 60px;
}

#library .article.favorite::before {
	content: '⌘';
	display: block;
	position: absolute;
    margin-top: 10px;
    margin-left: -25px;
    font-size: 17px;
    color: #000;
}

#library .article h3 {
	width: 90%;
	line-height: 1.7;
}

#library .article h3 a:link,
#library .article h3 a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

#library .article h3 a:hover {
	color: #FF3300;
	border-bottom-color: #FF3300;
}

#library .article p {
	font-size: 16px;
	line-height: 1.7;
	max-width: 410px;
}

#library .header-small {
	padding-top: 80px !important;
	font-weight: 600;
	margin-bottom: 50px;
}

#article header {
    height: 110px;
}

#article main > h1 {
	width: 90%;
	max-width: 710px;
    font-family: "21CentRegular";
    margin: 0 auto;
	margin-bottom: 50px;
    text-align: center;
    font-size: 42px;
}

#article main p + h1,
#article main img + h1 {
	margin-top: 100px;
}

#article main > p {
	width: 90%;
	max-width: 710px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

#article main > img {
	display: block;
	width: 90%;
	max-width: 750px;
	margin: 20px auto 20px auto;
}

#article main .quote {
	width: 90%;
	max-width: 520px;
	line-height: 1.8;
	font-size: 16px;
	margin: 40px auto 40px auto;
}

#article main .quote-text {
	border-left: 1px solid #CCC;
	padding-left: 20px;
	margin-left: -20px;
}

#article main .quote-author {
	text-align: left;
	margin-top: 20px;
}

#article main > ul {
    list-style-type: decimal;
    width: 90%;
    max-width: 710px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 1.8;
    padding-right: 100px;
}

#article main > ul li {
	width: 90%;
    max-width: 500px;
    margin-left: 100px;
}

#article main p + p {
	margin-top: 25px;
}

#article video {
    display: block;
	margin: 40px auto 100px auto;
}





/* Interactives */

.interactive-swapper {
	position: relative;
	display: block;
	margin: 40px auto 80px auto;
	// height: 1640px;
	// max-width: 820px;
	width: 90%;
	cursor: pointer;
}

.interactive-swapper-image {
	position: absolute;
	float: left;
}

.interactive-swapper-image img::after,
.interactive-swapper-image::after,
.interactive-swapper::after,
.interactive-swapper::before {
	content: '';
	display: block;
	clear: both;
}

.interactive-swapper-image:first-child {
	z-index: 10;
	margin-top: 150px;
}

.interactive-swapper-image:last-child {
	z-index: 11;
	margin-left: 150px;
}

.interactive-fan {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 1100px;
	width: 90%;
}

.interactive-fan-image {
	position: absolute;
	float: left;
	left: 30%;
}

.interactive-fan-image:first-child {
	z-index: 10;
}

.interactive-fan-image:nth-child(2) {
	z-index: 11;
}

.interactive-fan-image:nth-child(3) {
	z-index: 12;
}

.interactive-fan-image:last-child {
	z-index: 13;
}




/* Simple gallery without animation, example in Bristol */

.interactive-gallery {
	width: 710px;
	margin: 60px auto 80px auto;
}

.interactive-gallery::after {
	content: '';
	clear: both;
}

.interactive-gallery img {
	margin: 0 !important;
}

.interactive-gallery > img {
	display: block;
	height: 550px;
	margin: 0 auto !important;
}

.interactive-gallery-slides {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}

.interactive-gallery-slides div {
	opacity: 0.5;
	cursor: pointer;
}

.interactive-gallery-slides div.active {
	opacity: 1;
}

.interactive-gallery-slides div img {
	height: 120px;
}




/* Interactive: Scroll inside div */

.screen_overview {
    position: relative;
    display: inline-block;
}

.interactive-scroller {
	width: 1095px;
    height: 1065px;
	margin: 0;
	padding-top: 1px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

.interactive-scroller-viewport {
	height: 961px;
	width: 1047px;
	margin: 0 auto;
    margin-top: 63px;    
    overflow: hidden;
	position: absolute;
	top: 0;
	left: 24px;
}

.interactive-scroller-viewport img {
	left: 0;
    position: absolute;
    top: 0;
}

.interactive-scroller img {
	width: 100%;
	display: block;
	margin: 0 auto !important;
	transform: translateY(0);	
}

.interactive-scroller > img {
	width: 100%;
	display: block;
	margin: 0 auto !important;
	transform: translateY(0);
}






/* Interactive: Parallax Mover like LUDI MIRA */

.interactive-mover {
	position: relative;
	width: 100vw;
	height: 651px;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.interactive-mover-back {
	display: block;
	position: absolute;
	width: 120%;
	margin-left: -10%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: transform 150ms ease-out;
	height: 100%;
	z-index: 10;
}

.interactive-mover-middle {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: transform 150ms ease-out;
	z-index: 100;
}

.interactive-mover-front {
	display: block;
	position: absolute;
	width: 110%;
	margin-left: -5%;
	margin-top: -130px;
	height: 120%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: transform 120ms;
	z-index: 1000;
}




footer {
	clear: both;
	display: block;
	text-align: center;
	margin-bottom: 80px;
}

footer #footer-copy {
	font-size: 56px;
	margin-bottom: 0;
}

footer #footer-name {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 0;
}

footer #footer-address {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.8;
}




/* Contacts */

html.body-fixed,
body.body-fixed {
	overflow: hidden;
	position: relative;
	height: 100%;
}

#contacts-window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(2px);
	z-index: 10000000;
}

.contacts-picture {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	top: 10vh;
	width: 90%;
	max-width: 960px;
	padding: 15px;
	background: url('/img/adam.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 33px 92px 0px rgba(0, 0, 0, 0.26);
}

.contacts-white-background {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 25px 30px 25px;
	background: rgba(255, 255, 255, 0.9);
}

#contacts-window h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

#contacts-window p {
	font-size: 18px;
    line-height: 1.7;
}

.contacts-data {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.contacts-data div {
	display: inline-block;
}

.contacts-data div:nth-child(2) {
	margin-left: 70px;
}

.contacts-data a,
.contacts-data a:visited,
.contacts-data a:hover {
	color: black;
	font-size: 24px;
	transition: color 100ms border-bottom-color 100ms;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.contacts-data a:hover {
	border-bottom-color: #FF3300;
}

.contacts-phone a,
.contacts-phone a:hover,
.contacts-phone a:visited {
	border-bottom-color: rgba(0,0,0,0);
}

.contacts-data a::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -26px;
    margin-top: 10px;
    float: left;
    opacity: 0.75;
	background-repeat: no-repeat;
	background-size: cover;
}

.contacts-phone a::before {
	background-image: url('/img/icon-phone.png');
}

.contacts-mail a::before {
	background-image: url('/img/icon-mail.png');
}

.contacts-phone a {
	cursor: default;
}

.contacts-mail a {
	cursor: pointer;
}

.contacts-mail a:hover {
	color: #FF3300;
}

.button-grey {
	border-radius: 100px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	padding: 9px 50px 10px 50px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	max-width: 500px;
	cursor: pointer;
}

.button-grey:hover {
	color: #FF3300;
	border-color: #FF3300;
}

.button-close {
	margin-top: 30px;
	max-width: 120px;
}



.lang-select {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100000;
    letter-spacing: 2px;
    text-decoration: none;
}

.lang-select a {
	text-decoration: none;
//	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	color: #999;
	transition: color 100ms;
}

.lang-select a:hover {
	color: #333;
}






/* Media Queries */

@media (max-width: 1024px) {
	#team .avatar:first-child {
		margin-left: -40px;
	}
	
	#team .avatar:nth-child(2) {
		margin-left: 190px;
	}
	
	#team .avatar:nth-child(3) {
		margin-left: 376px;
	}
	
	#team .avatar:nth-child(4) {
		margin-left: 614px;
	}
	
	#team .avatar:last-child {
		margin-left: 793px;
	}
}

@media (max-width: 800px) {
	h1, h2 {
	    font-size: 66px;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	
	h3 {
	    font-size: 18px;
	}

	#team .avatar:first-child {
		margin-left: -120px;
	}
	
	#team .avatar:nth-child(2) {
		margin-left: 80px;
	    height: 97%;
	    margin-top: 15px;
	}
	
	#team .avatar:nth-child(3) {
		margin-left: 250px;
	}
	
	#team .avatar:nth-child(4) {
		margin-left: 457px;
	    height: 93%;
	    margin-top: 36px;
	}
	
	#team .avatar:last-child {
		margin-left: 605px;
	}
	
	#team-captions .caption:nth-child(2) {
		margin-left: 21px;
	}
	
	#team-captions .caption:first-child {
		display: none;
	}
	
	#team-captions .caption:nth-child(2) {
		margin-left: 126px;
	}
	
	#team-captions .caption:nth-child(3) {
		margin-left: 34px;
	}
	
	#team-captions .caption:nth-child(4) {
		margin-left: 37px;
	}
	
	#team-captions .caption:last-child {
		display: none;
	}
	
	#team p {
	    font-size: 12px;
	}
	
	#company article {
	    font-size: 16px;
	}
	
	.advantage p {
		font-size: 14px;
	}
	
	.advantage-description img {
	    width: 80%;
	}
	
	.advantage-description .advantage-number {
	    font-size: 52px;
	    margin-top: -144px;
	}
	
	#advantages .advantage:first-child .advantage-number {
	    margin-top: -110px;
	}
	
	#advantages .advantage:first-child p {
	    margin-top: 58px;
	}
	
	.advantage-description .advantage-subject {
	    font-size: 20px;
	    margin-top: -10px;
	}
	
	#achievements {
	    margin-top: 60px;
	}
	
	.achievement {
	    margin-bottom: 40px;
	}
	
	.achievement p {
	    font-size: 12px;
	}
	
	#clients p {
	    font-size: 16px;
	    margin-bottom: -20px !important;
	}
	
	.client p {
	    font-size: 12px !important;   
	}
	
	.client {
	    margin-top: 40px;
	}
	
	.clients-additional {
	    margin-top: 80px;
	}
	
	.clients-list {
	    width: 31%;
	    margin-top: 40px;
	    font-size: 12px;
	    margin-right: 3%;
	}
	
	.clients-additional ul:last-child {
		margin-right: 0 !important;
	}
	
	#offers {
	    margin-top: 30px;
	}
	
	.offer {
		margin-bottom: 45px;
	}
	
	.offer p {
	    margin-top: 20px;
	    font-size: 12px;
	}
	
	.offer-links {
	    margin-top: 18px;
	    margin-bottom: 18px;
	    font-size: 12px;
	}
	
	.offer-price {
	    font-size: 12px;
	}
	
	#process {
		margin-top: -20px;
	}
	
	.step {
		margin-bottom: 20px;
	}
	
	.step img {
		width: 40%;
	}
	
	.step h3 {
	    font-size: 16px;
		margin-top: 15px;
	}
	
	.step p {
	    font-size: 12px;
	}
	
	.step-links {
	    margin-top: 18px;
	    margin-bottom: 18px;
	    font-size: 12px;
	}
	
	.step::before {
	    width: 20px;
	    height: 20px;
	    margin-top: 109px;
	    margin-left: -23px;
	}
	
	#works {
	    width: 96vw;
	}
	
	#works .item {
		width: 32vw;
		margin-bottom: 50px;
	}
	
	#works .item img, #works .item p {
		width: 94%;
	}
	
	#works .item p {
		font-size: 14px;
	}
	
	#best-works .best-work .item p {
		font-size: 14px;
	}
	
	#best-works .best-work.classic-rows .item p {
		font-size: 14px;
	}
	
	#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:first-child {
		width: 15%;
	}
	
	#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:nth-child(2) {
		width: 62%
	}
	
	#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:last-child {
		width: 15%;
	}
	
	.best-work-lumi {
		margin-bottom: 50px !important;
	}
	
	.best-work-1984-and-anxiety-posters .item p {
		margin-top: -35px !important;
	}
	
	.best-work-murmur {
		margin-top: -150px !important;
	}
	
	.best-work-pantocrator {
		margin-top: -50px !important;
	}
	
	#library .article.favorite::before {
		margin-top: 6px;
	    margin-left: -20px;
	    font-size: 14px;
	}
}

@media (max-width: 500px) {
	h1, h2 {
		font-size: 42px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	
	h3 {
	    font-size: 16px;
	}
	
	nav ul li:first-child a, nav ul li:last-child a {
		display: inline;
	}
	
	.superscale-container {
		margin-top: 20px;
		margin-bottom: 20px
	}

	#index h2 {
		margin-top: 5px;
	}
	
	#index #works {
		margin-top: 12px;
	}
	
	#works {
		width: 98vw;
	}
	
	#works .item {
		width: 49vw;
		margin-bottom: 20px;
	}
	
	#works .item p {
		margin-top: 4px;
		font-size: 10px;
	}
	
	#works .item img, 
	#works .item p {
		width: 97%;
	}
	
	#work main .quote {
		font-size: 11px;
	}

	h2.works-title {
		margin-top: 25px !important;
		margin-bottom: 15px;
	}
	
	#work header {
		height: 200px;
	}
	
	#work-background {
		height: 200px;
	}
	
	#work-background .work-logo {
		display: block;
		margin: 0 auto;
		margin-top: 57px;
		max-height: 70px;
		max-width: 90vw;
	}
	
	#work main {
	    margin-top: 15px;
	}
	
	#work main .link-to-site {
		font-size: 14px;
	    margin-top: 0px;
	}
	
	#work main > h1 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	#work main > p {
		font-size: 14px;
	}
	
	#work main > img {
		margin: 40px auto 40px auto;
	}
	
	#work main > ul {
		width: calc(90% - 10px);
		margin: 10px auto 40px auto;
	    font-size: 12px;
	    padding-right: 0;
		padding-left: 10px;
	}
	
	#work main > ul li {
	    margin-left: 0;
	}
	
	#work .roles {
		font-size: 12px;
		margin: 40px auto 30px auto;
	}
	
	#work .work-process {
		margin: 40px auto 10px;
	}
	
	#work .work-process-content p:first-child {
		margin-top: 80px;
	}
	
	#work .work-process-content p {
		font-size: 11px;
		margin-top: 40px;
	}
	
	#work .work-process-content img {
		margin: 10px auto;
	}
	
	#work .work-process-open::before {
		left: 9px;
		top: -7px;
	}
	
	#work.work-poster .button-download-poster {
		margin-top: -60px;
	}
	
	.app-icon {
	    margin-top: 20px;
	}
	
	#best-works .best-work .item-block {
		margin-top: 15px;
	}
	
	#best-works .best-work .item p {
		font-size: 12px;
	}
	
	#best-works .best-work .item-text h6 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	#best-works .best-work .item-text p {
		font-size: 12px;
	}
	
	#best-works .best-work {
		margin-bottom: 0px !important;
	}
	
	#best-works .best-work .item-block {
		margin-top: 0px;
	}
	
	#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:first-child {
		width: 13%;
	}
	
	#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:nth-child(2) {
		width: 70%
	}
	
	#best-works .best-work.three-in-row .item-text-block .item-text-wrapper:last-child {
		width: 13%;
	}
	
	.best-work-lumi {
		margin-top: 10px !important;
	}
	
	.best-work-1984-and-anxiety-posters .item p {
		margin-top: -15px !important;
	}
	
	#best-works .best-work.classic-rows {
		margin-top: 50px !important;
	}

	#best-works .best-work .item p {
		margin-top: 0;
	}
		
	.best-work-murmur {
		margin-top: -20px !important;
	}
	
	.best-work-pantocrator {
		margin-top: -20px !important;
	}
	
	#best-works .best-work.classic-rows {
		width: 98vw;
	}
	
	#best-works .best-work.classic-rows .item {
		width: 49vw;
		margin-bottom: 20px;
	}
	
	#best-works .best-work.classic-rows .item p {
		margin-top: 4px;
		font-size: 10px;
	}
	
	#best-works .best-work.classic-rows .item img, 
	#best-works .best-work.classic-rows .item p {
		width: 97%;
	}
	
	#best-works .best-work.three-in-row .item p {
		font-size: 9px
	}
	
	#best-works .best-work-love-media-poster {
		margin-top: 30px;
	}
	
	.best-work-love-media-poster .item p {
		margin-top: -35px !important;
	}
	
	#best-works .best-work-russian-ball {
		margin-top: 30px;
	}
	
	#best-works .best-work.best-work-savvy {
		margin-bottom: 50px !important;
	}

	#index header {
		height: 250px;
	}
	
	#main-caption {
	    display: block;
	    width: 96%;
	    max-width: 1200px;
	    margin: 0 auto;
	    margin-top: 90px;
	}
	
	.button-big-blue {
		background: url('../img/big-blue-button.png') no-repeat;
		background-size: cover;
		width: 260px;
		height: 39px;
		padding-top: 7px;
		margin: 0 auto;
		text-align: center;
		color: white;
		font-family: "21CentUltraLightItalic";
		font-size: 24px;
		cursor: pointer;
	}
	
	#first-screen .button-big-blue {
		margin-top: 20px;
	}
	
	#company main {
		margin-top: 30px;
	}
	
	#team {
	    margin-top: 75px;
	}
	
	#team .avatars {
		height: 303px;
	}
	
	#team .avatar:first-child {
		margin-left: -84px;
	}
	
	#team .avatar:nth-child(2) {
		margin-left: 30px;
	    height: 97%;
	    margin-top: 9px;
	}
	
	#team .avatar:nth-child(3) {
		margin-left: 128px;
	}
	
	#team .avatar:nth-child(4) {
		margin-left: 250px;
	    height: 93%;
	    margin-top: 21px;
	}
	
	#team .avatar:last-child {
		margin-left: 329px;
	}
	
	#team-captions {
	    margin-top: 5px;
	    height: 35px;
	}
	
	#team-captions .caption {
		font-size: 10px;
	}
	
	#team-captions .caption:first-child {
		display: none;
	}
	
	#team-captions .caption:nth-child(2) {
		margin-left: 41px;
	}
	
	#team-captions .caption:nth-child(3) {
		margin-left: 18px;
	}
	
	#team-captions .caption:nth-child(4) {
		margin-left: 21px;
	}
	
	#team-captions .caption:last-child {
		display: none;
	}
	
	#team p {
		font-size: 11px;
		line-height: 1.7;
	    margin-top: 15px;
	}

	#company article {
	    font-size: 14px;
	    line-height: 1.7;
	}
	
	#company article p {
		margin-top: 20px;
	}

	#advantages {
		margin-top: 10px;
	}
	
	.advantage {
		width: 26vw;
		margin-right: 6vw;
	}
	
	#advantages .advantage:nth-child(3) {
		margin-right: 0vw;
	}
	
	.advantage-description .advantage-number {
		font-size: 32px;
		font-weight: 400;
		margin-top: -73px;
	}
	
	#advantages .advantage:first-child .advantage-number {
	    margin-top: -57px;
	}
	
	.advantage-description .advantage-subject {
		font-size: 11px;
		margin-top: -5px;
	}
	
	.advantage p {
		display: none;
	}
	
	#company .button-big-blue {
		margin-top: 10px;
	}

	#offers {
		margin-top: 30px;
		width: 96vw;
	}
	
	#offers h2 {
		margin-bottom: 15px;
	}
	
	.offer {
		width: 48vw;
	}
	
	.offer h3 {
		font-size: 14px;
	}
	
	.offer p {
		font-size: 11px;
	}


	#process h2 {
		margin-bottom: 15px;
	}
	
	#process {
		width: 96vw;
		margin-top: 10px;
	}
	
	.step {
		width: 48vw;
		margin-bottom: 30px;
	}
	
	.step img {
		    width: 60px;
	}
	
	.step h3 {
		font-size: 14px;
		margin-top: 10px;
	}
	
	.step p {
		font-size: 12px;
	}
	
	.step-links {
		margin-top: 8px;
		margin-bottom: 8px;
		font-size: 12px;
	}
	
	.step::before {
	    margin-top: 70px;
	}
	
	#clients {
		width: 96vw;
	}
	
	.client {
		width: 96vw;
		margin-top: 45px;
	}
	
	.client img,
	.client p {
		width: 100%;
	}
	
	#clients p {
		font-size: 12px;
		margin-bottom: -40px;
	}
	
	.clients {
		margin-top: 0px;
	}
	
	.clients-additional {
	    margin-top: 60px;
	}
	
	.client p {
		font-size: 12px !important;
	}
	
	.clients-list {
		font-size: 8.5px;
		width: 30%;
		margin-right: 3%;
	}
	
	.clients-list:last-child {
		margin-right: 0 !important;
	}

	#achievements {
		margin-top: 60px;
		width: 96vw;
	}
	
	.achievement {
		width: 48vw;
		margin-bottom: 20px;
	}
	
	#achievements h2 {
		margin-bottom: 14px;
	}
	
	.achievement h3 {
		font-size: 14px;
	}
	
	.achievement p {
		font-size: 11px;
	}
	
	.offer-links {
		margin-top: 8px;
		margin-bottom: 8px;
		font-size: 11px;
	}
	
	.offer-price {
	    font-size: 12px;
	}
	
	.offer {
		margin-bottom: 40px;
	}

	.design-is p,
	.inventory-is p {
		font-size: 13px;
	}
	
	.design-is h2,
	.inventory-is h2 {
		font-size: 24px;
	}


	#library h2 {
		margin-top: 70px;
	}
	
	#library .article h3 {
	    width: 95%;
	}
	
	#library .article {
		width: 47%;
		margin-right: 2%;
	}
	
	#library .article::odd {
		width: 47%;
		margin-right: 2%;
	}
	
	#library .article p {
		font-size: 13px;
	}
	
	#library .header-small {
		padding-top: 10px !important;
		margin-bottom: 20px;
	}

	#library #articles {
		margin-top: 20px;
	}
	
	#library .article.favorite::before {
	    margin-top: 5px;
	    margin-left: -15px;
	    font-size: 12px;
	}
	
	#article main > h1 {
		margin-bottom: 20px;
		font-size: 38px;
		margin-top: -40px;
		line-height: 1.2;
	}
	
	#article main > p {
		font-size: 14px;
	}
	
	#article video {
		max-width: 800px;
		width: 90%;
		margin: 20px auto 30px auto
	}
	
	#article main .quote-text {
		margin-left: 0;
	}
	
	#article main > ul li {
		width: 90%;
	    max-width: 500px;
	    margin-left: 0;
	}
	
	#article main > ul {
		margin: 0 auto;
		font-size: 10px;
		padding-right: 0;
	}
	
	#article main > ul li {
		margin: 10px auto;
		font-size: 10px;
	}
	
	footer #footer-copy {
		margin-top: 0;
		font-size: 48px;
	}
	
	footer #footer-name {
		margin-top: -10px;
		font-size: 22px;
	}
	
	footer #footer-address {
		font-size: 14px;
	}
	
	footer {
		margin-bottom: 30px;
	}
	
	#contacts-window p {
		font-size: 13px;
	}
	
	.contacts-picture {
		top: 1vh;
		width: 90%;
	}
	
	.contacts-data a, .contacts-data a:visited, .contacts-data a:hover {
		font-size: 13px;
	}
	
	.contacts-phone a::before {
		width: 10px;
	    height: 10px;
	    margin-left: -16px;
	    margin-top: 8px;
	}
	
	.contacts-data div:nth-child(2) {
	    margin-left: 30px;
	}
	
	.button-grey {
		font-size: 13px;
		
	}
	
	.button-close {
		max-width: 80px;
	}
}

@media (max-width: 375px) {
	#team .avatar:first-child {
		margin-left: -95px;
	}
	
	#team .avatar:nth-child(2) {
		margin-left: 10px;
	    height: 97%;
	    margin-top: 9px;
	}
	
	#team .avatar:nth-child(3) {
		margin-left: 108px;
	}
	
	#team .avatar:nth-child(4) {
		margin-left: 231px;
	    height: 93%;
	    margin-top: 21px;
	}
	
	#team .avatar:last-child {
		margin-left: 300px;
	}
	
	#team-captions .caption:nth-child(2) {
		margin-left: 21px;
	}
	
	.advantage-description .advantage-number {
		font-size: 26px;
	    font-weight: 400;
	    margin-top: -63px;
	}
	
	#advantages .advantage:first-child .advantage-subject {
	    width: 50%;
		margin: 0 auto;
		line-height: 1;
		margin-top: -5px;
	}
}


@media (max-width: 1200px) {
	nav ul {
		width: 930px;
	}
	
	nav ul li:first-child a {
		width: 40px;
	}
	
	nav ul li:last-child a {
		width: 26px;
	}
}

@media (max-width: 1100px) {
	nav ul li {
		margin-right: 55px;
	}
	
	nav ul {
		width: 830px;
	}
}


@media (max-width: 900px) {
	nav ul li {
		margin-right: 35px;
	}
	
	nav ul {
		width: 730px;
	}
}

@media (max-width: 768px) {
	nav {
		top: 0;
	}
	
	nav #logo,
	nav #contacts {
		display: none !important;
	}
	
	nav ul {
		display: none;
		position: fixed;
		width: 100%;
    	height: 100vh;
    	padding-top: 50px;
	    background-color: rgba(255,255,255,0.9); /* #d5ebee; */
	    -webkit-backdrop-filter: blur(2px);
	}
	
	nav ul li {
		display: block;
		opacity: 1;
		width: 100%;
		margin-top: 25px;
		margin-left: 30px;
		font-size: 38px;
		transform: translateX(0);
		transition: transform 200ms, opacity 200ms;
	}
	
	nav ul li:nth-child(1) {
		transition-delay: 50ms;
	}
	
	nav ul li:nth-child(2) {
		transition-delay: 100ms;
	}
	
	nav ul li:nth-child(3) {
		transition-delay: 150ms;
	}
	
	nav ul li:nth-child(4) {
		transition-delay: 200ms;
	}
	
	nav ul li:nth-child(5) {
		transition-delay: 250ms;
	}
	
	nav ul li:nth-child(6) {
		transition-delay: 300ms;
	}
	
	nav ul li.animate-from {
		transform: translateX(-100%);
		opacity: 0;
	}
	
	nav ul li.animate-to {
		transform: translateX(100%);
		opacity: 0;
	}
	
	nav ul li a {
		width: 100% !important;
	}
	
	nav ul li a,
	nav ul li a:active,
	nav ul li a:visited {
		color: black !important;
	}
	
	#mobile-nav {
		display: block;
		margin-top: 7px;
	}
	
	.design-is,
	.inventory-is {
		margin-top: 75px !important;
	}
}

@media (max-width: 900px) {
	.design-is p,
	.inventory-is p {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.design-is,
	.inventory-is {
		padding: 20px 35px 15px 35px
	}
	
	.design-is h2,
	.inventory-is h2 {
		font-size: 36px;
	}
	
	.design-is p,
	.inventory-is p {
		font-size: 17px;
	}
}

@media (max-width: 560px) {
	.design-is h2,
	.inventory-is h2 {
		font-size: 32px;
	}
}

@media (max-width: 480px) {
	.design-is p,
	.inventory-is p {
		font-size: 15px;
	}
	
	.design-is h2,
	.inventory-is h2 {
		font-size: 26px;
	}
}

@media (max-width: 1000px) {
	#filters {
	    width: 730px;
	}
	
	.filter {
	    margin-right: 60px;
	}
}

@media (max-width: 900px) {
	#library .article {
		width: 47%;
		margin-right: 2%;
	}
}

@media (max-width: 800px) {
	#filters {
	    width: 630px;
	    margin-top: 100px;
	}
	
	.filter {
	    font-size: 14px;
	    margin-right: 50px;
	}
	
	#inventory #works {
		margin-top: 40px;
	}
}

@media (max-width: 700px) {
	#filters {
	    width: 510px;
	    margin-top: 100px;
	}
	
	.filter {
	    font-size: 12px;
	    margin-right: 30px;
	}
}

@media (max-width: 580px) {
	#filters {
	    width: 470px;
	}
	
	.filter {
	    font-size: 14px;
	    margin-right: 60px;
	}
	
	#filters .filter:nth-child(3) {
		margin-right: 0 !important;
	}
	
	#filters .filter:last-child {
	    display: none;
	}
}

@media (max-width: 530px) {
	#filters {
	    width: 430px;
	}
	
	.filter {
	    margin-right: 40px;
	}
}

@media (max-width: 490px) {
	#filters {
	    width: 290px;
	    margin-top: 80px;
	}

	#filters .filter:nth-child(3) {
	    display: none;
	}
	
	#filters .filter:nth-child(2) {
		margin-right: 0 !important;
	}
	
	.filter ul li {
		margin-top: 16px;
	}
}


html:lang(en) nav ul li {
	margin-right: 107px !important;
}

html:lang(en) nav ul li:last-child {
	margin-right: 0 !important;
}

html:lang(en) nav ul li:first-child a {
	width: 160px !important;
}

@media (max-width: 1205px) {
	html:lang(en) nav il {
		width: 1040px !important;
	}
	
	html:lang(en) nav ul li {
		margin-right: 75px !important;
	}
}

@media (max-width: 1105px) {
	html:lang(en) nav il {
		width: 830px !important;
	}
	
	html:lang(en) nav ul li {
		margin-right: 57px !important;
	}
}

@media (max-width: 910px) {
	html:lang(en) nav ul {
		width: 730px !important;
	}
	
	html:lang(en) nav ul li {
		margin-right: 37px !important;
	}
}


html:lang(en) #team-captions .caption:nth-child(2) {
    margin-left: 70px;
}

html:lang(en) #team-captions .caption:nth-child(2) {
	margin-left: 50px;
}

html:lang(en) #team-captions .caption:nth-child(3) {
	margin-left: 77px;
}

html:lang(en) #team-captions .caption:nth-child(4) {
	margin-left: 85px;
}

html:lang(en) #team-captions .caption:last-child {
	margin-left: 61px;
}

@media (max-width: 1024px) {
	#team-captions .caption:first-child {
		margin-left: -20px;
	}
	
	#team-captions .caption:nth-child(2) {
		margin-left: 1px;
	}
	
	#team-captions .caption:nth-child(3) {
		margin-left: 41px;
	}
	
	#team-captions .caption:nth-child(4) {
		margin-left: 55px;
	}
	
	#team-captions .caption:last-child {
		margin-left: 25px;
	}
	
	html:lang(en) #team-captions .caption:first-child {
		margin-left: -20px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(2) {
		margin-left: 20px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(3) {
		margin-left: 74px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(4) {
		margin-left: 74px;
	}
	
	html:lang(en) #team-captions .caption:last-child {
		margin-left: 41px;
	}
}

@media (max-width: 768px) {
	#team-captions .caption:nth-child(2) {
		margin-left: 124px;
	}
}

@media (max-width: 768px) {
	html:lang(en) #team-captions .caption:nth-child(2) {
		margin-left: 150px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(3) {
		margin-left: 66px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(4) {
		margin-left: 50px;
	}
}

@media (max-width: 414px) {
	#team-captions .caption:nth-child(2) {
		margin-left: 50px;
	}
	
	#team-captions .caption:nth-child(3) {
		margin-left: 16px;
	}
	
	#team-captions .caption:nth-child(4) {
	    margin-left: 19px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(2) {
		margin-left: 70px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(3) {
		margin-left: 27px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(4) {
		margin-left: 24px;
	}
}

@media (max-width: 375px) {
	#team-captions .caption:nth-child(2) {
		margin-left: 20px;
	}
	
	html:lang(en) #team-captions .caption:nth-child(2) {
		margin-left: 50px;
	}
}















/* Temporary styles */

.item.ready p::before {
	content: '';
	position: absolute;
	margin-left: -13px;
	margin-top: 12px;
	width: 6px;
	height: 6px;
	background-color: green;
	border-radius: 50px;
}

.item.semiready p::before {
	content: '';
	position: absolute;
	margin-left: -13px;
	margin-top: 12px;
	width: 6px;
	height: 6px;
	background-color: orange;
	border-radius: 50px;
}













/* FIXES: 14/0/2019 */
#work main { 
    margin: 0 auto;
}
.superscale-container > div { 
    margin: 0 auto;
}
.interactive-scroller-viewport {margin:0;margin-top: 63px;}