/*
Theme Name: Jan Kinsbergen
Theme URI: https://jankinsbergen.com
Description: Jan Kinsbergen
Author: Roger Burkhard
Author URI: http://www.rogerburkhard.com
*/

/*------------------------------------------------------
THE BIG FAT RESET
------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, header, footer {
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------
IMPORT FONTS
------------------------------------------------------*/

@font-face {
    font-family: 'Poppins Semibold';
    src: url('styles/fonts/Poppins-SemiBold.eot');
    src: url('styles/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    	 url('styles/fonts/Poppins-SemiBold.svg#raleway') format('svg'),
    	 url('styles/fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('styles/fonts/Poppins-SemiBold.woff') format('woff'),
         url('styles/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------
GENERAL
------------------------------------------------------*/

html {
	width: 100%;
	height: 100%;
	background: #000;
	margin:0 !important;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font: normal 6.27vh/7.6vh 'Poppins Semibold', Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	overflow: hidden;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

.small_type, .small_type a, #sb_instagram .sbi_caption {
	font-size:2.2vh;
	line-height: 2.8vh;
}

.small_type {
	display: block;
}

h1 {
	line-height: 6.27vh;
}

body.noscroll {
	overflow: hidden;
}

body.wait, body.wait a {
	cursor:wait;
	overflow-y:hidden;
}

#wpadminbar {
	display:none !important;
}

div:focus {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

::selection {
  background: #fff;
  color:#000;
}

::-moz-selection {
  background: #fff;
  color:#000;
}

a::selection {
	color:#000 !important;
}

a::-moz-selection {
	color:#000 !important;
}

/*------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------*/

p {
	margin-bottom: 4vh;
	hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;   
    hyphenate-limit-zone: 8%;
}

b, strong {
	font-weight: normal;
}

/*------------------------------------------------------
GENERAL LINKS
------------------------------------------------------*/

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

a:hover {
	color:#ccc;
}

body.is_touch a:hover {
	color:#fff;
}

.project_description a, .inside_office a {
	text-decoration: underline;
}

.project_description a:hover, .inside_office a:hover {
	color:#fff620;
}

/* Firefox Hack to elmininate that ugly dotted line */
:focus {
	-moz-outline-style: none;
}

/*------------------------------------------------------
IMAGES
------------------------------------------------------*/

img {
	border: none 0;
}

.lazyload, .lazyloading {
	opacity: 1;
}

.lazyloaded {
	opacity: 1;
	-webkit-transition:opacity 0.5s;
	transition: opacity 0.5s;
}

/*------------------------------------------------------
VIDEO
------------------------------------------------------*/

video {
	outline: 0;
	-moz-outline-style: none;
}

/* Responsive iFrame */

.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------------------
CLEAR
------------------------------------------------------*/

.clear {
	clear: both;
}

/*------------------------------------------------------
Focus Input & Textarea
------------------------------------------------------*/

input, textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea:focus, input:focus, select:focus {
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="button"], button {
   outline:none !important;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
   border: 0 !important;
}

/*------------------------------------------------------
WYSIWIG TEXT
------------------------------------------------------*/

.wysiwig_text a {
	color:#fff;
}

.wysiwig_text a:hover {
	color:#f6e824;
}

body.is_touch .wysiwig_text a:hover {
	color:#fff;
}

.wysiwig_text .title_big {
	font-size:3.6vh;
	line-height: 4.6vh;
	font-weight: 600;
}

.wysiwig_text .title_small {
	display: block;
	margin-top:7.3vh;
	margin-bottom:-2.6vh;
}

.wysiwig_text > .title_small {
	margin-top:0;
}

.wysiwig_text.address .title_big,
.wysiwig_text.address .title_big a {
	font-size:7.8vh;
	line-height: 9vh;
}

/*------------------------------------------------------
HEADER
------------------------------------------------------*/

header {
	display: block;
	position: fixed;
	top:0;
	left:0;
	right:0;
	height: 12vh;
	background: #000;
	z-index: 1000;
}

header .logo_outer {
	height: 100%;
	width: auto;
	z-index: 2999;
}
 
header .logo_outer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

header a.home_logo {
	display: inline-block;
	vertical-align: middle;
	margin-left:1.4vw;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none; 
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header a.home_logo:hover {
	color:#fff620;
}

body.is_touch header a.home_logo:hover {
	color:#fff;
}

header a.plus_icon {
	display: block;
	position: absolute;
	right:1.4vw;
	width: 6vh;
	height: 6vh;
	top:3vh;
	background: url('images/plus_icon_white.svg') no-repeat center center;
	background-size:100% 100%;
	z-index: 3000;
	-webkit-transform: -webkit-rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
}

header a.plus_icon:hover {
	background: url('images/plus_icon_yellow.svg') no-repeat center center;
	background-size:100% 100%;
}

body.is_touch header a.plus_icon:hover {
	background: url('images/plus_icon_white.svg') no-repeat center center;
	background-size:100% 100%;
}

header a.plus_icon.active {
	-webkit-transform: -webkit-rotate(45deg);
	transform: rotate(45deg);
}


header a.close_nav, header a.close_project {
	display: none;
	position: absolute;
	left: -moz-calc(50% - 4.8vw);
	left: -webkit-calc(50% - 4.8vw);
	left: -o-calc(50% - 4.8vw);
	left: calc(50% - 4.8vw);
	width: 6vh;
	height: 6vh;
	top: -moz-calc(50% - 3vh);
	top: -webkit-calc(50% - 3vh);
	top: -o-calc(50% - 3vh);
	top: calc(50% - 3vh);
	background: #000 url('images/close_icon_white.svg') no-repeat center center;
	background-size:100% 100%;
	-webkit-transform: -webkit-rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
}

header a.close_nav.show, header a.close_project.show, header a.plus_icon {
	opacity: 1;
	-webkit-transform: -webkit-rotate(0);
	transform: rotate(0);
}

.close_project_box {
	display: none;
	position: fixed;
	top:12vh;
	left:0;
	width: 50%;
	z-index: 999;
	background: transparent;
	bottom:0;
}

/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/

nav, .project_description {
	display: none;
	position: fixed;
	top:12vh;
	width: 50%;
	z-index: 999;
	background: #000;
	bottom:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding-top:1.4vw;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-overflow-scrolling:touch;
}

nav {
	left:0;
	-webkit-transform: translateX(-50vw);
	transform: translateX(-50vw);
	-webkit-overflow-scrolling:touch;
}

.project_description {
	right: 0;
	-webkit-transform: translateX(50vw);
	transform: translateX(50vw);
}

.close_nav_box {
	display: none;
	position: fixed;
	top:12vh;
	right:0;
	width: 50%;
	z-index: 999;
	background: transparent;
	bottom:0;
}

nav.slide_in, .project_description.slide_in {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

nav::-webkit-scrollbar, .project_description::-webkit-scrollbar{
    display: none;
    -webkit-overflow-scrolling:touch;
}

nav, .project_description {
	scrollbar-width: none;
	-webkit-overflow-scrolling:touch;
	overflow-x:scroll !important;
	overflow-y:scroll !important;
	height: -moz-calc(100% - 12vh);
	height: -webkit-calc(100% - 12vh);
	height: -o-calc(100% - 12vh);
	height: calc(100% - 12vh);
}

nav a {
	display: block;
	margin-left:1.4vw;
	margin-bottom:3vh;
	opacity: 0;
	-webkit-transform: translateX(-5vw);
	transform: translateX(-5vw);
	-webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.3s ease-out, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

nav a:hover {
	color:#fff620;
}

body.is_touch nav a:hover {
	color:#fff;
}

.close_nav_box {
	display: none !important;
}

nav.show a {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

nav.show a.active {
	color:#fff620;
}

nav.show a:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

nav.show a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

nav.show a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

nav.show a:nth-child(4) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

nav.show a:nth-child(5) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

nav.show a:nth-child(6) {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

nav.show a:nth-child(7) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

nav.show a:nth-child(8) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

nav.show a:nth-child(9) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

nav.show a:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

nav.show a:nth-child(11) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

nav.show a:nth-child(12) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}

nav.show a:nth-child(13) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

nav.show a:nth-child(14) {
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}

nav.show a:nth-child(15) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

nav.show a:nth-child(16) {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

nav.show a:nth-child(17) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

nav.show a:nth-child(18) {
	-webkit-transition-delay: 0.85s;
	transition-delay: 0.85s;
}

nav.show a:nth-child(19) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

nav.show a:nth-child(20) {
	-webkit-transition-delay: 0.95s;
	transition-delay: 0.95s;
}

/*------------------------------------------------------
INSTA ANIMATION
------------------------------------------------------*/

a.insta {
	text-transform: uppercase;
}

a.insta span {
	display: inline;
	padding:0;
	margin:0;
}

body.no_touch a.insta:hover span {
	color:#fff !important;
	-webkit-animation: none !important;
	animation: none !important;
}

/* Letter 1 */

a.insta span.letter_1 {
	animation:letter1 1s steps(3) infinite;
	-webkit-animation:letter1 1s steps(3) infinite;
}

@-webkit-keyframes letter1 {
	0% {color:#2a4899;}
	50% {color:#2a4899;}
	100% {color:#3a7dc0;}
}

@keyframes letter1 {
	0% {color:#2a4899;}
	50% {color:#2a4899;}
	100% {color:#3a7dc0;}
}

/* Letter 2 */

a.insta span.letter_2 {
	animation:letter2 1s steps(3) infinite;
	-webkit-animation:letter2 1s steps(3) infinite;
}

@-webkit-keyframes letter2 {
	0% {color:#f6e824;}
	50% {color:#e63121;}
	100% {color:#e63121;}
}

@keyframes letter2 {
	0% {color:#f6e824;}
	50% {color:#e63121;}
	100% {color:#e63121;}
}

/* Letter 3 */

a.insta span.letter_3 {
	animation:letter3 1s steps(3) infinite;
	-webkit-animation:letter3 1s steps(3) infinite;
}

@-webkit-keyframes letter3 {
	0% {color:#3a7dc0;}
	50% {color:#3a7dc0;}
	100% {color:#036830;}
}

@keyframes letter3 {
	0% {color:#3a7dc0;}
	50% {color:#3a7dc0;}
	100% {color:#036830;}
}

/* Letter 4 */

a.insta span.letter_4 {
	animation:letter4 1s steps(3) infinite;
	-webkit-animation:letter4 1s steps(3) infinite;
}

@-webkit-keyframes letter4 {
	0% {color:#e63121;}
	50% {color:#f6e824;}
	100% {color:#f6e824;}
}

@keyframes letter4 {
	0% {color:#e63121;}
	50% {color:#f6e824;}
	100% {color:#f6e824;}
}

/* Letter 5 */

a.insta span.letter_5 {
	animation:letter5 1s steps(3) infinite;
	-webkit-animation:letter5 1s steps(3) infinite;
}

@-webkit-keyframes letter5 {
	0% {color:#036830;}
	50% {color:#036830;}
	100% {color:#e63121;}
}

@keyframes letter5 {
	0% {color:#036830;}
	50% {color:#036830;}
	100% {color:#e63121;}
}

/* Letter 6 */

a.insta span.letter_6 {
	animation:letter6 1s steps(3) infinite;
	-webkit-animation:letter6 1s steps(3) infinite;
}

@-webkit-keyframes letter6 {
	0% {color:#a08114;}
	50% {color:#2a4899;}
	100% {color:#e63121;}
}

@keyframes letter6 {
	0% {color:#a08114;}
	50% {color:#2a4899;}
	100% {color:#e63121;}
}

/* Letter 7 */

a.insta span.letter_7 {
	animation:letter7 1s steps(3) infinite;
	-webkit-animation:letter7 1s steps(3) infinite;
}

@-webkit-keyframes letter7 {
	0% {color:#e63121;}
	50% {color:#e63121;}
	100% {color:#f6e824;}
}

@keyframes letter7 {
	0% {color:#e63121;}
	50% {color:#e63121;}
	100% {color:#f6e824;}
}

/* Letter 8 */

a.insta span.letter_8 {
	animation:letter8 1s steps(3) infinite;
	-webkit-animation:letter8 1s steps(3) infinite;
}

@-webkit-keyframes letter8 {
	0% {color:#2a4899;}
	50% {color:#a08114;}
	100% {color:#a08114;}
}

@keyframes letter8 {
	0% {color:#2a4899;}
	50% {color:#a08114;}
	100% {color:#a08114;}
}

/* Letter 9 */

a.insta span.letter_9 {
	animation:letter9 1s steps(3) infinite;
	-webkit-animation:letter9 1s steps(3) infinite;
}

@-webkit-keyframes letter9 {
	0% {color:#f6e824;}
	50% {color:#f6e824;}
	100% {color:#3a7dc0;}
}

@keyframes letter9 {
	0% {color:#f6e824;}
	50% {color:#f6e824;}
	100% {color:#3a7dc0;}
}

/*------------------------------------------------------
HOME
------------------------------------------------------*/

#wrapper {
	height: 100%;
	overflow: hidden;
}

.page_home {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
}

#fullpage {
	display: block;
	opacity: 0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-transition:opacity 0.5s ease-out;
	transition:opacity 0.5s ease-out;
}

#fullpage .slide {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	overflow: hidden;
}

#fullpage.percentage_100 .section {
	height: 100% !important;
}

#fullpage.percentage_100 .section .slide {
	margin-top:12vh;
	height: 100vh;
}

/*------------------------------------------------------
SLICK SLIDER
------------------------------------------------------*/

.slick-list, .slick-track {
	height: 100%;
}

.gallery {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	min-width: 0;
	min-height: 0;
}

.gallery .gallery_slide {
	display: inline-block;
	height: 88vh; /* Firefox Bug */
	width:auto;
	float: left;
}

.gallery .gallery_slide img,
.gallery .gallery_slide video {
	display: inline-block;
	margin-left:1.4vw;
	object-fit: cover;
}

/* Default */

.gallery .gallery_slide.format_default img,
.gallery .gallery_slide.format_default video {
	display: inline-block;
	height: 100%;
	width: auto;
	object-fit: cover;
}

/* Fullscreen */

.gallery .gallery_slide.type_video.format_fullscreen .fullscreen_box {
	display: block;
	position: relative;
	width: -moz-calc(100vw - 1.4vw);
	width: -webkit-calc(100vw - 1.4vw);
	width: -o-calc(100vw - 1.4vw);
	width: calc(100vw - 1.4vw);
	height: 100%;
	text-align: center;
}

.gallery .gallery_slide.format_fullscreen video {
	display: inline-block;
	width: auto;
	max-width: -moz-calc(100% - 6vw);
	max-width: -webkit-calc(100% - 6vw);
	max-width: -o-calc(100% - 6vw);
	max-width: calc(100% - 6vw);
	max-height: 100%;
	height: 88vh;
	margin-left:0;
}

.gallery .gallery_slide .legend {
	display: block;
	position: absolute;
	bottom:0;
	left:1.4vw;
	right:1.4vw;
	text-align: center;
	color:#fff;
	height: 12vh;
	z-index: 100;
}

.gallery .gallery_slide .legend:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.gallery .gallery_slide .legend .inside_legend {
	display: inline-block;
	vertical-align: middle;
	max-width:99%;
}

/* Cover */

.gallery .gallery_slide.format_cover, .gallery .gallery_slide.format_fullscreen {
	margin-left:1.4vw;
}

.gallery .gallery_slide.format_cover .cover_box, .gallery .gallery_slide.format_fullscreen .cover_box {
	display: block;
	position: relative;
	width: 100vw;
	height: 100%;
	overflow: hidden;
}

.gallery .gallery_slide.format_cover .cover_box.video_cover_box video {
	display: block;
	position: absolute;
	min-width: 100vw; 
	min-height: 100vw;
	top: 50%; 
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* Inside Project Description */

.inside_project_description {
	padding:0 1.4vw 1.4vw 1.4vw;
	overflow-x:hidden;
	overflow-y:auto;
}

.inside_project_description::-webkit-scrollbar {
    display: none;
}

.inside_project_description {
   scrollbar-width: none;
}

/*------------------------------------------------------
PROJECT ARRWOWS
------------------------------------------------------*/

.arrow_go_up, .arrow_go_down {
	position: absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 60%;
	height: 12vh;
	z-index: 2000;
}

.arrow_go_up {
	top:12vh;
}

.arrow_go_down {
	bottom:0;
}

.arrow_go_left, .arrow_go_right {
	position: absolute;
	top:12vh;
	bottom:0;
	z-index: 2000;
	width: 10%;
}

.arrow_go_left {
	left:0;
}

.arrow_go_right {
	right:0;
}

body.is_touch .arrow_go_up, body.is_touch .arrow_go_down, body.is_touch .arrow_go_left, body.is_touch .arrow_go_right {
	display: none;
}

/*------------------------------------------------------
Custom Cursor
------------------------------------------------------*/

body.custom_cursor a {
	cursor:none;
}

body.custom_cursor #cursor {
	pointer-events: none;
	width: 6vh;
	height: 6vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 2000000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	margin-left:-3vh;
	margin-top:-3vh;
	color: rgb(0, 255, 255); 
}

body.custom_cursor .hovered {
	width: 6vh !important;
	height: 6vh !important;
	background: #fff !important;
	border-radius:50%;
}

body.custom_cursor .hovered.is_office {
	background: #000 !important;
}

body.custom_cursor .arrow_go_left.hovered {
	width: 5vh !important;
	height: 6vh !important;
	background: url('images/arrow_left_white.svg') !important;
	background-size:5vh 6vh !important;
	border-radius:none !important;
	border-radius:0;
	mix-blend-mode: difference;
}

body.custom_cursor .arrow_go_right.hovered {
	width: 5vh !important;
	height: 6vh !important;
	background: url('images/arrow_right_white.svg') !important;
	background-size:5vh 6vh !important;
	border-radius:none !important;
	border-radius:0;
	mix-blend-mode: difference;
}

body.custom_cursor .arrow_go_up.hovered {
	width: 6vh !important;
	height: 5vh !important;
	background: url('images/arrow_up_white.svg') !important;
	background-size:6vh 5vh !important;
	border-radius:none !important;
	border-radius:0;
	mix-blend-mode: difference;
}

body.custom_cursor .arrow_go_down.hovered {
	width: 6vh !important;
	height: 5vh !important;
	background: url('images/arrow_down_white.svg') !important;
	background-size:6vh 5vh !important;
	border-radius:none !important;
	border-radius:0;
	mix-blend-mode: difference;
}

body.custom_cursor .play_video {
	width: 6vh !important;
	height: 6vh !important;
	background: url('images/play_icon_white.svg') !important;
	background-size:100% 100% !important;
	border-radius:none !important;
	border-radius:0;
	mix-blend-mode: difference;
}

body.custom_cursor .pause_video {
	width: 6vh !important;
	height: 6vh !important;
	background: url('images/pause_icon_white.svg') !important;
	background-size:6vh 6vh !important;
	border-radius:none !important;
	border-radius:0;
	mix-blend-mode: difference;
}

/*------------------------------------------------------
OFFICE
------------------------------------------------------*/

#office {
	display: none;
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index: 2000;
	background: #fff;
	color:#000;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	scrollbar-width: none;
}

#office a {
	color:#000;
	text-decoration: underline;
}

.subsite_header {
	display: block;
	position: fixed;
	background: #fff;
	height: 12vh;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 2500;
}

.inner_subsite_header {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
 
.inner_subsite_header:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.subsite_header span {
	display: inline-block;
	vertical-align: middle;
	margin-left:1.4vw;
}

#office::-webkit-scrollbar  {
    display: none;
}

#office .inside_office {
	display: block;
	margin-top:12vh;
	padding:3vh 7.4vw 1.4vw 1.4vw;
}

a.close_office, a.close_instagram {
	display: block;
	position: fixed;
	right:1.4vw;
	width: 6vh;
	height: 6vh;
	top:3vh;
	background: url('images/close_icon_black.svg') no-repeat center center;
	background-size:100% 100%;
	z-index: 2600;
}

/*------------------------------------------------------
MOBILE VERTICAL
------------------------------------------------------*/

@media all and (max-width: 780px) and (min-width: 0) and (orientation: portrait) {

	body {
		font-size:8.27vw;
		line-height: 9.6vw;
	}

	.small_type, .small_type a, #sb_instagram .sbi_caption {
		font-size:16px;
		line-height: 22px;
	}

	p {
		margin-bottom:6vw;
	}

	header, .subsite_header {
		height: 14vw;
	}

	nav, .project_description, .close_nav_box {
		top:14vw;
	}

	#office .inside_office {
		margin-top:14vw;
	}

	header a.plus_icon, header a.close_nav, header a.close_project, a.close_office, a.close_instagram {
		width: 8vw;
		height: 8vw;
		top: 3.8vw;
	}

	header a.home_logo, .subsite_header span {
		margin-left:3vw;
	}

	nav, .project_description {
		width: 100%;
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
	}

	.close_nav_box {
		display: none;
	}

	.project_description {
		-webkit-transform: translateX(100vw);
		transform: translateX(100vw);
	}

	nav.slide_in, .project_description.slide_in {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	nav, .project_description {
		padding-top:3vw;
	}

	nav.show a:last-child {
		margin-bottom:50px;
	}

	 .project_description .inside_project_description {
		padding:3vw;
		padding-top:0;
	}

	.gallery .gallery_slide img,
	.gallery .gallery_slide video {
		margin-left:3vw;
	}

	.gallery .gallery_slide.type_video.format_fullscreen .fullscreen_box {
		width: -moz-calc(100vw - 3vw);
		width: -webkit-calc(100vw - 3vw);
		width: -o-calc(100vw - 3vw);
		width: calc(100vw - 3vw);
	}

	.gallery .gallery_slide.format_fullscreen video {
		max-width: -moz-calc(100% - 12vw);
		max-width: -webkit-calc(100% - 12vw);
		max-width: -o-calc(100% - 12vw);
		max-width: calc(100% - 12vw);
		margin-left:0;
	}


	.gallery .gallery_slide.format_cover, .gallery .gallery_slide.format_fullscreen {
		margin-left:3vw;
	}

	nav a {
		margin-left:3vw;
	}

	header a.plus_icon, a.close_office, a.close_instagram {
		right:3vw;
	}

	header a.close_nav, header a.close_project  {
		right:3vw;
		z-index: 4000;
		left:initial;
		-webkit-transform: -webkit-rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* Vertical Specific */

	body.vertical .section {
		margin-bottom:0;
	}

	body.vertical .section:last-child {
		margin-bottom:100px;
	}

	#fullpage .section {
		margin-top:3vw;
	}

	.gallery .gallery_slide {
		height: 100%; /* Firefox Bug */
	}

	.gallery .gallery_slide.format_fullscreen .cover_box {
		background-size:40vh auto !important;
	}

	.gallery .gallery_slide .legend {
		height: 8vh;
	}

}