#stats #fps #fpsText,
.dg {
  font-family: "Oxygen Mono", "" !important;
}
.content,
.view,
main {
  height: 100%;
}
#logo,
#logo_small {
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.partials_cell_sequence .sequence,
.partials_cell_sequence svg,
body.scrolling .partials_cell,
div.instructions {
  pointer-events: none;
}
#stats {
  absolute: top 20px left 20px;
}
#stats #fps {
  background-color: transparent !important;
  padding: 0 !important;
}
#stats #fps span {
  background-color: #fff !important;
}
#stats #fps #fpsText {
  color: #fff !important;
  font-weight: 400 !important;
}
a,
body {
  color: #fff;
}
#stats #fpsGraph {
  background-color: transparent !important;
  opacity: 0.2;
}
.dg.ac {
  z-index: 1000000 !important;
}
.dg.ac .dg li:not(.folder) {
  background: rgba(0, 0, 0, 0.85) !important;
}
.dg.ac .dg .c .slider-fg,
.dg.ac .dg .c .slider:hover .slider-fg {
  background: #fff !important;
}
.dg.ac .c .slider {
  background: rgba(255, 255, 255, 0.2) !important;
}
.dg.ac .dg .c input[type="text"] {
  background-color: #464542;
}
.dg.ac .hue-field {
  width: 14px !important;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
caption,
table,
td,
th {
  vertical-align: middle;
}
body {
  background: #1a1a1a;
  font-size: 12px;
  line-height: 16px;
  font-family: "Oxygen Mono", "";
}
#logo.svg,
#logo_small {
  background-repeat: no-repeat;
  background-image: url(/img/DPR.svg);
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
}
a img {
  border: none;
}
body.mobile {
  font-size: 11px;
}
a {
  text-decoration: none;
}
.content {
  position: relative;
  width: 100%;
}
.view {
  width: 100%;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
}
.layer_0 {
  z-index: 0;
}
.layer_1 {
  z-index: 1;
}
.layer_2 {
  z-index: 2;
}
.layer_3 {
  z-index: 3;
}
.layer_4 {
  z-index: 4;
}
.layer_5 {
  z-index: 5;
}
.layer_6 {
  z-index: 6;
}
.layer_7 {
  z-index: 7;
}
.layer_8 {
  z-index: 8;
}
.layer_9 {
  z-index: 9;
}
.layer_10 {
  z-index: 10;
}
.layer_11 {
  z-index: 11;
}
.layer_12 {
  z-index: 12;
}
.layer_13 {
  z-index: 13;
}
.layer_14 {
  z-index: 14;
}
.layer_15 {
  z-index: 15;
}
.layer_16 {
  z-index: 16;
}
.layer_17 {
  z-index: 17;
}
.layer_18 {
  z-index: 18;
}
.layer_19 {
  z-index: 19;
}
main {
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
body.unsupported .partials_cell .mask,
body.unsupported .partials_cell_iframe .btn,
body.unsupported .partials_cell_sequence .instructions,
body.webgl_true .partials_cell_about .image {
  display: none;
}
* html .clearfix {
  height: 1%;
  z-index: 1;
}
#about .partials_cell svg {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
.partials_cell {
  /* opacity: 0; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  float: left;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.partials_cell svg path {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.partials_cell .mask {
  width: 100%;
  height: 100%;
  /* background-color: #1a1a1a; */
}
@media (max-width: 700px) {
  .partials_cell.partials_cell_empty {
    display: none;
  }
}
#work .partials_cell .mask {
  background-color: transparent;
}
#work .partials_cell .mask svg {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}
.partials_cell_about .image,
.partials_cell_image .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.partials_cell_text .text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.partials_cell_text .text h3 {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.partials_cell_text .text p {
  margin-bottom: 10px;
  line-height: 18px;
}
.partials_cell_text .text a {
  color: #000;
  padding: 1px;
  background-color: #fff;
}
.partials_cell_text .text a:hover {
  color: #fff;
  background-color: #4fa9b8;
}
body.device .partials_cell_text .text p {
  line-height: 13px;
}
.partials_cell_sequence {
  cursor: pointer;
  cursor: -webkit-grab;
}
.partials_cell_sequence.mousedown {
  cursor: move;
  cursor: -webkit-grabbing;
}
.partials_cell_iframe .iframe_container {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}
.partials_cell_iframe .iframe_container iframe {
  width: 100%;
  height: 100%;
}
.partials_cell_iframe .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.partials_cell_about canvas {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
#dpr .partials_cell_dpr .info {
  width: 100%;
  height: 100%;
  text-align: right;
  color: #1a1a1a;
}
#dpr .partials_cell_dpr .info .text {
  top: 50%;
  left: auto;
  right: 3%;
}
#dpr .partials_cell_dpr .info h1 {
  font-size: 15px;
}
#dpr .partials_cell_dpr .info span {
  text-transform: uppercase;
  font-size: 10px;
}
#dpr .partials_cell_dpr .info nav {
  margin-top: 50px;
  text-align: left;
}
#dpr .partials_cell_dpr .info nav li {
  margin-left: 10px;
  float: left;
}
#dpr .partials_cell_dpr .info a {
  color: #1a1a1a;
}
#dpr .partials_cell_dpr .info a.active,
#dpr .partials_cell_dpr .info a:hover {
  text-decoration: line-through;
}
body.unsupported .partials_cell {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
#logo {
  top: 30px;
  left: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#logo.svg {
  background-size: 100%;
}
#logo.show {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
body.desktop #logo {
  width: 148px;
  height: 148px;
}
body.device #logo {
  width: 120px;
  height: 120px;
  top: 20px;
  left: 20px;
}
#logo_small {
  background-size: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  top: auto;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
}
#logo_small:hover {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
}
.btn {
  padding: 30px;
  -webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  text-transform: uppercase;
}
.btn:hover,
div.instructions {
  background-color: #fff;
}
.btn.open {
  top: 50%;
  left: 50%;
}
.btn.close {
  left: 0;
  padding: 20px;
}
#loading {
  top: 5px;
  left: 5px;
}
#loading div {
  float: right;
}
div.instructions {
  color: #000;
  top: 50%;
  left: 50%;
  padding: 15px;
}
#experiment .info {
  top: 40px;
  left: 40px;
  width: 23%;
}
#experiment .info h2 {
  font-size: 20px;
  margin-bottom: 10px;
  background-color: #000;
}
#experiment .info p {
  color: grey;
  background-color: #000;
  margin-bottom: 5px;
}
#experiment .info .toggle {
  border-top: 100px solid #fff;
  border-right: 100px solid transparent;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#work .partials_cell svg {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
#work footer {
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding: 30px;
}
#work footer .previous {
  float: right;
}
#work footer .next {
  float: left;
}
#work footer a {
  color: #000;
}
#work footer a.hide {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#home {
  width: 100%;
  height: 100%;
}
#home .partials_cell_image_mask svg rect {
  fill: transparent;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
#home .partials_cell_image_mask svg image {
  cursor: pointer;
}
#home .partials_cell_image_mask .info {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
}
#home .partials_cell_image_mask .info .text {
  margin-top: 50%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#home .partials_cell_image_mask:hover svg rect {
  fill: rgba(0, 0, 0, 0.08);
}
#cv .partials_cell svg {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
