@charset "UTF-8";
::-moz-selection {
  background-color: #FFFF00;
  color: #000;
}
::selection{
  background-color: #FFFF00;
  color: #000;
}
::-webkit-input-placeholder {
  color: #FFFF00;
}
:-moz-placeholder {
  color: #FFFF00;
}
::-moz-placeholder {
  color: #FFFF00;
}
:-ms-input-placeholder {
  color: #FFFF00;
}
:placeholder-shown {
  color: #FFFF00;
}
/* @font-face {
  font-family: 'Suisse Works';
  src: url('/css/fonts/SuisseWorks-Italic.eot');
  src: url('/css/fonts/SuisseWorks-Italic.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SuisseWorks-Italic.woff2') format('woff2'),
       url('/css/fonts/SuisseWorks-Italic.woff') format('woff'),
       url('/css/fonts/SuisseWorks-Italic.ttf') format('truetype'),
       url('/css/fonts/SuisseWorks-Italic.svg#SuisseWorks-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
*/
@font-face {
  font-family: 'Suisse Intl';
  src: url('/css/fonts/SuisseIntl-Bold.eot');
  src: url('/css/fonts/SuisseIntl-Bold.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SuisseIntl-Bold.woff2') format('woff2'),
       url('/css/fonts/SuisseIntl-Bold.woff') format('woff'),
       url('/css/fonts/SuisseIntl-Bold.ttf') format('truetype'),
       url('/css/fonts/SuisseIntl-Bold.svg#SuisseIntl-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Works';
  src: url('/css/fonts/SuisseWorks.eot');
  src: url('/css/fonts/SuisseWorks.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SuisseWorks.woff2') format('woff2'),
       url('/css/fonts/SuisseWorks.woff') format('woff'),
       url('/css/fonts/SuisseWorks.ttf') format('truetype'),
       url('/css/fonts/SuisseWorks.svg#SuisseWorks') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Works';
  src: url('/css/fonts/SuisseWorks-Bold.eot');
  src: url('/css/fonts/SuisseWorks-Bold.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SuisseWorks-Bold.woff2') format('woff2'),
       url('/css/fonts/SuisseWorks-Bold.woff') format('woff'),
       url('/css/fonts/SuisseWorks-Bold.ttf') format('truetype'),
       url('/css/fonts/SuisseWorks-Bold.svg#SuisseWorks-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Works';
  src: url('/css/fonts/SuisseWorks-Italic.eot');
  src: url('/css/fonts/SuisseWorks-Italic.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SuisseWorks-Italic.woff2') format('woff2'),
       url('/css/fonts/SuisseWorks-Italic.woff') format('woff'),
       url('/css/fonts/SuisseWorks-Italic.ttf') format('truetype'),
       url('/css/fonts/SuisseWorks-Italic.svg#SuisseWorks-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Suisse Intl Mono';
  src: url('/css/fonts/SuisseIntlMono-Bold.eot');
  src: url('/css/fonts/SuisseIntlMono-Bold.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SuisseIntlMono-Bold.woff2') format('woff2'),
       url('/css/fonts/SuisseIntlMono-Bold.woff') format('woff'),
       url('/css/fonts/SuisseIntlMono-Bold.ttf') format('truetype'),
       url('/css/fonts/SuisseIntlMono-Bold.svg#SuisseIntlMono-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Suisse Intl Mono';
  src: url('/css/fonts/SuisseIntlMono.eot');
  src: url('/css/fonts/SuisseIntlMono.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/SuisseIntlMono.woff2') format('woff2'),
       url('/css/fonts/SuisseIntlMono.woff') format('woff'),
       url('/css/fonts/SuisseIntlMono.ttf') format('truetype'),
       url('/css/fonts/SuisseIntlMono.svg#SuisseIntlMono') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'Suisse Intl Mono', monospace;
  background-color: rgb(34, 34, 34,1);
  padding: 0;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  /* overflow: hidden; */
  min-width: 350px;
}
a{
  color: #FFF;
  text-decoration: none;
}
header{
  padding: 32px;
  box-sizing: border-box;
}
#logo{
  display: inline-block;
}
#logo img{
  height: 70px;
}
#help,
#search_box,
#home_text,
#project_listing{
  margin-top: 20px;
}
.m_text{
  margin-bottom: 20px;
}
#search_input{
  margin: 16px 0;
  background: transparent;
  border: 0;
  border-radius: 0 !important;
  height: 32px;
  line-height: 32px;
  padding: 0;
  color: #FFFF00;
  font: inherit;
  outline: none;
  width: 386px;
}
.iello{
  color: #FFFF00;
}
[data-dop],
#search_box,
#help,
#project_listing{
  display: none;
}
#project_listing .project{
  display: inline-block;
  max-width: 380px;
}
#project_listing .project .cover,
#project_listing .project .media_list,
#project_listing .project .content{
  display: none;
}
#project_listing .project{
  opacity: 0.5;
  cursor: default;
  margin-bottom: 20px;
}
#project_listing .project.vis{
  opacity: 1;
}
#project_listing .project .title{
  display: block;
}
#project_listing .project:hover{
  opacity: 1;
}
.pone{
  padding-left: 160px;
}
#project_listing .project.active{
  opacity: 1;
}
#project_listing .project.active .media_list{
  padding: 20px 0 0 80px;
  display: block;
}
#project_listing .project.active .media_list a{
  opacity: 0;
  pointer-events: none;
}
body.delta-event #project_listing .project.active .media_list a,
body.delta-work #project_listing .project.active .media_list a{
  opacity: 1;
  pointer-events: auto;
}
#project_listing .project.active .media_list a:hover{
  color: #FFFF00;
}

/* #main,
#main *,
header,
header *,
.rad,
.rad * {
  -ms-touch-action: none;
  touch-action: none;
} */
.rad{
  position: relative;
  width: 760px;
  height: 50vh;
  padding: 20px 0;
  overflow: hidden;
  position: absolute;
  z-index: 500;
  top: 50%;
  margin-top: -25vh;
  right: 32px;
  box-sizing: border-box;
  background-color: #000;
  /* -webkit-box-shadow: -1px -3px 106px -5px rgba(0,0,0,0.75);
     -moz-box-shadow: -1px -3px 106px -5px rgba(0,0,0,0.75);
      -ms-box-shadow: -1px -3px 106px -5px rgba(0,0,0,0.75);
          box-shadow: -1px -3px 106px -5px rgba(0,0,0,0.75); */
  -webkit-box-shadow: 18px 18px 28px -4px rgba(0,0,0,0.75);
     -moz-box-shadow: 18px 18px 28px -4px rgba(0,0,0,0.75);
      -ms-box-shadow: 18px 18px 28px -4px rgba(0,0,0,0.75);
          box-shadow: 18px 18px 28px -4px rgba(0,0,0,0.75);
}
.rad.small{
  width: 360px;
  /* width: 680px;
  height: 280px; */
}
.rad.active{
  z-index: 501;
}
.rad .handle{
  height: 20px;
  position: absolute;
  left: 0; right: 0;
  z-index: 500;
  color: #FFF;
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
.handle.drag-handle:hover{
  background-color: #2d2d2d;
  color: #FFF;
}
.handle.resize-handle{
  background-color: #000;
}
.drag-handle{
  top: 0;
  /* background: rgba(97,97,97,1);
  background: -moz-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,97,97,1)), color-stop(100%, rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(top, rgba(97,97,97,1) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(97,97,97,1) 0%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#ffffff', GradientType=0 ); */
}
.resize-handle{
  bottom: 0;
  /* background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(97,97,97,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(97,97,97,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(97,97,97,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(97,97,97,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(97,97,97,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(97,97,97,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#616161', GradientType=0 ); */
}
html,
body{
  min-height: 100%;
}
header,
#main{
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.rad .ss{
  width: 100%;
  position: absolute;
  top: 20px; left: 0;
  right: 0; bottom: 20px;
  z-index: 0;
  background-color: #000;
}
.rad .ss .ss_slide{
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
     -moz-transition: opacity .4s ease;
      -ms-transition: opacity .4s ease;
       -o-transition: opacity .4s ease;
          transition: opacity .4s ease;
}
.rad .ss.loaded .ss_slide{
  opacity: 1;
}
.rad .ss .ss_slide img{
  opacity: 0;
  width: 100%;
  z-index: 0;
}
/* .slick-slide{
  visibility: hidden;
}
.slick-slide.slick-current{
  visibility: visible;
} */
.rad .handle{
  display: flex;
  justify-content: space-between;
}
.rad .handle.drag-handle .left_hand,
.rad .handle.drag-handle .right_hand,
.rad .handle.resize-handle .right_hand{
  width: 20px;
}
.right_hand{
  text-align: right;
}
.center_hand{
  text-align: center;
}
.rad .handle .drag-handle .center_hand{
  flex-grow: 1 1 auto;
}
.rad .handle > div i{
  width: 20px;
  text-align: right;
  line-height: 20px;
}
.rad .handle .triangle{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #FFF; 
  border-right: 6px solid #FFF;
  position: relative;
  top: 8px;
  left: 8px;
}
.drag-handle .right_hand i{
  font-size: 18px;
  cursor: pointer;
  display: block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: right;
  position: relative;
  right: -1px;
  top: -2px;
}
.ss_arrow{
  z-index: 100;
  width: 50%;
}
.ss_arrow.right{
  text-align: right;
}
.ss_arrow.left i{
  left: 0;
}
.ss_arrow.right i{
  right: 0;
}
.rad.video{
  height: auto;
}
.rad.video:before{
  padding-top: 56.25%;
  content: "";
  display: block;
}
.rad.video .video_wrap{
  position: relative;
  background-color: #000;
  position: absolute;
  top: 19px; left: 0;
  right: 0; bottom: 19px;
}
.rad.video .video_wrap:before{
  /* padding-top: 56.25%;
  content: "";
  display: block; */
}
.rad .fullscreen_buttons{
  width: 20px;
  display: inline-block;
  cursor: pointer;
}
.rad .handle > div.fullscreen_buttons i{
  text-align: left;
  position: relative;
  top: -1px;
  left: 2px;
}
.rad .ss_counter{
  display: inline-block;
}
.rad .fullscreen_buttons .icon-contract{
  display: none;
}
.rad.full .fullscreen_buttons .icon-contract{
  display: block;
}
.rad.full .fullscreen_buttons .icon-expand{
  display: none;
}
.rad.full{
  top: 7px;
  left: 14px;
  right: 14px !important;
  bottom: 7px;
  position: fixed;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
  -webkit-transform: translate(0,0) !important;
     -moz-transform: translate(0,0) !important;
      -ms-transform: translate(0,0) !important;
       -o-transform: translate(0,0) !important;
          transform: translate(0,0) !important;
}
.rad.video.full .video_wrap{
  position: absolute;
  top: 20px; left: 0;
  right: 0; bottom: 20px;
}
body.istarted .video_wrap:after{
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0;
  right: 0; bottom: 0;
  z-index: 500;
}
.rad.text{
  background-color: #2d2d2d;
  background-color: rgba(45, 45, 45, 0.9);;
  color: #FFF;
}
.rad.text .handle.drag-handle .left_hand{
  width: auto;
  flex: 1 1 auto;
  color: #FFF;
}
.rad.text .resize-handle,
.rad.text .drag-handle:hover{
  background: transparent;
  color: #FFF;
}
.rad.text .text_wrap{
  padding: 0 48px 32px 24px;
  font-family: 'Suisse Works', 'Suisse Intl Mono', serif;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  position: absolute;
  top: 40px;
  left: 0; right: 12px;
  bottom: 20px;
  overflow: auto;
}
.rad.text .text_wrap b,
.rad.text .text_wrap strong{
  font-family: 'Suisse Intl', 'Suisse Intl Mono', sans-serif;
}
.text_wrap a{
  color: #FFFF00;
}
.rad.text .grad{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(30,30,30,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(30,30,30,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(30,30,30,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6444444',GradientType=0 );
}
.rad.text .left_hand{
  position: relative;
  left: 2px;
}
.rad.text .text_wrap h1{
  font-family: 'Suisse Intl', 'Suisse Works', 'Helvetica', 'Suisse Intl Mono', sans-serif;
}
.rad.text .text_wrap b,
.rad.text .text_wrap strong{
  font-weight: bold;
}
.rad.text .text_wrap em,
.rad.text .text_wrap i{
  font-style: italic;
}
::-webkit-scrollbar-button{
  display: none;
}
::-webkit-scrollbar-thumb{
  background-color: #a4a5a6;
}
::-webkit-scrollbar-track{
  background-color: #2d2d2d;
}
::-webkit-scrollbar{
  width: 2px;
}
.rtext{
  display: none;
}
#no_result,
#type_result{
  display: none;
}
#type_result{
  width: 280px;
}
[data-abr]{
  display: none;
  width: 280px;
}
[data-abr].visible{
  display: inline-block;
}
[data-abr].active{
  background-color: #FFFF00;
  color: #000;
}
[data-abr].active .iello{
  color: #000;
}
body.get_category #type_result,
body.get_category #help{
  display: none !important;
}
body.get_category #project_listing{
  display: block;
}
.pro_cover{
  width: 640px;
  position: fixed;
  top: 50%;
  right: 32px;
  display: none;
  -webkit-transform: translate(0,-50%);
     -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
       -o-transform: translate(0,-50%);
          transform: translate(0,-50%);
}
.pro_cover img{
  display: block;
  width: 100%;
  opacity: 0;
}
/* body.get_category .pro_cover{
  display: block;
} */
body.delta-work.get_category .pro_cover,
body.delta-event.get_category .pro_cover{
  display: none;
}
.rad{
  opacity: 0;
  -webkit-transition: opacity .2s ease;
     -moz-transition: opacity .2s ease;
      -ms-transition: opacity .2s ease;
       -o-transition: opacity .2s ease;
          transition: opacity .2s ease;
  pointer-events: none;
}
.rad.vis{
  opacity: 1;
  pointer-events: auto;
}
#info{
  max-width: 418px;
}
#info a:hover{
  background-color: #FFFF00;
  color: #000;
}
.job_body,
.event_body,
.info_bio{
  width: 760px;
  height: 50vh;
  padding: 20px 0;
  overflow: hidden;
  position: absolute;
  z-index: 500;
  top: 50%;
  margin-top: -25vh;
  right: 32px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  
  height: auto;
  margin-top: 0;
  position: fixed;
  
  right: 50%;
  
  -webkit-transform: translate(50%,-50%);
     -moz-transform: translate(50%,-50%);
      -ms-transform: translate(50%,-50%);
       -o-transform: translate(50%,-50%);
          transform: translate(50%,-50%);
  -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
      -ms-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
.job_body{
  width: 1080px;
}
.job_body.vis,
.event_body.vis,
.info_bio.vis{
  opacity: 1;
  visibility: visible;
}
input,
textarea{
  border: 0;
  outline: 0;
  font: inherit;
  background: #000;
  background: #333;
  height: 28px;
  line-height: 28px;
  width: 167px;
  width: 173px;
  color: #FFFF00;
  display: inline-block;
  vertical-align: middle;
}
label{
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
textarea{
  height: 120px;
  width: 367px;
  width: 356px;
  line-height: 20px;
}
input#email{
  width: 235px;
}
input[type="submit"]{
  background-color: transparent;
  color: #FFFF00;
  text-align: left;
  cursor: pointer;
}
input[type="submit"]:hover{
  background-color: #FFFF00;
  color: #000;
}
body.delta-work .info_bio,
body.delta-event .info_bio{
  display: none;
}
body.delta-work .job_body,
body.delta-info .job_body,
body.delta-work .event_body,
body.delta-info .event_body{
  display: none;
}
input.error,
textarea.error{
  background-color: #540000;
}
#section_title{
  display: none;
  margin: 37px 0;
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 386px;
}
body.get_category #section_title{
  display: block;
}
body.get_category #search_input{
  display: none;
}
#webgl {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100vh;
}
#bg{
  position: fixed;
  z-index: 1;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: rgb(34, 34, 34,1);
  -webkit-transition: background 2.4s ease;
     -moz-transition: background 2.4s ease;
      -ms-transition: background 2.4s ease;
       -o-transition: background 2.4s ease;
          transition: background 2.4s ease;
}

#bg.loaded_regl{
  background-color: rgba(0,0,0,.3);
}
body.get_category #bg.loaded_regl{
  background-color: rgba(0,0,0,.6);
}
body.delta-work #bg.loaded_regl,
body.delta-event #bg.loaded_regl,
body.delta-contact #bg.loaded_regl,
body.delta-info #bg.loaded_regl{
  background-color: rgba(0,0,0,.8);
}

body.delta-work .pro_cover{
  display: none !important;
}
/* .flex_credit{
  display: flex;
  flex-wrap: wrap;
} */
/* .text_wrap .type{
  display: inline-block;
  width: 120px;
  color: #FFFF00;
} */
.text_wrap .type{
  color: #FFFF00;
}
.text_wrap .names{
  margin-bottom: 12px;
}
.text_wrap .type,
.text_wrap .names{
  display: inline-block;
  width: 100%;
}
.job_body ul,
.event_body ul{
  list-style: disc;
  padding: 24px;
}

.job_body a,
.event_body a{
  color: #FFFF00;
}

.job_body{
  right: auto;
  top: 28px;
  left: 470px;
  overflow-y: auto;
  height: calc(100% - 56px);
  width: calc(100% - 560px);
  max-width: 720px;
  padding: 0 32px;
  -webkit-transform: translate(0,0%);
     -moz-transform: translate(0,0%);
      -ms-transform: translate(0,0%);
       -o-transform: translate(0,0%);
          transform: translate(0,0);
}





