article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

a, a:active, a:focus {
  text-decoration: none;
  color: black;
  outline: none; }

body {
  font-size: 16px;
  font-family: Arial, Sans-serif;
  letter-spacing: 0.5px;
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  -webkit-transition: left 500ms ease;
          transition: left 500ms ease; }
  body.moveleft {
    left: -150px;
    -webkit-transition: left 500ms ease;
            transition: left 500ms ease; }

#nav-btn {
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #nav-btn {
      display: block;
      position: fixed;
      width: 30px;
      height: 30px;
      top: 30px;
      right: 20px;
      opacity: 1;
      z-index: 9999;
      -webkit-transition: opacity 400ms linear;
              transition: opacity 400ms linear; }
      #nav-btn.showab {
        opacity: 0;
        -webkit-transition: opacity 400ms linear;
                transition: opacity 400ms linear; }
      #nav-btn img {
        width: 100%; } }

#preload {
  display: none; }

.bgcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.23, 0.63, 0.36, 0.94) 400ms;
          transition: opacity cubic-bezier(0.23, 0.63, 0.36, 0.94) 400ms; }
  .bgcontainer.showbg {
    z-index: -98;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.68, 0.03, 0.95, 0.76) 400ms;
            transition: opacity cubic-bezier(0.68, 0.03, 0.95, 0.76) 400ms; }

#aboutbg {
  background-image: url("../img/aboutb.jpg"); }

#workbg {
  background-image: url("../img/workb.jpg"); }

#linkbg {
  background-image: url("../img/linkb.jpg"); }

#naturebg {
  background-image: url("../img/natureb.png"); }

.bglinkcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.13, 0.72, 0.34, 0.96) 400ms;
          transition: opacity cubic-bezier(0.13, 0.72, 0.34, 0.96) 400ms; }
  .bglinkcontainer.showbg {
    z-index: -98;
    opacity: 0.7;
    -webkit-transition: opacity cubic-bezier(0.68, 0.03, 0.95, 0.76) 400ms;
            transition: opacity cubic-bezier(0.68, 0.03, 0.95, 0.76) 400ms; }

#verbebg {
  background-image: url("../img/verbb.jpg"); }

#a400bg {
  background-image: url("../img/400b.jpg"); }

#noibg {
  background-image: url("../img/noib.jpg"); }

#liudbg {
  background-image: url("../img/liudb.jpg"); }

.handtype {
  font-size: 5em;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #bec6c8; }

.lines {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -10; }

#horizontalline {
  top: -26px;
  left: 0;
  background-image: -webkit-linear-gradient(black 1px, transparent 1px);
  background-image: linear-gradient(black 1px, transparent 1px);
  background-size: 100% 49px; }

#verticalline {
  top: 0;
  left: -35px;
  background-image: -webkit-linear-gradient(left, black 1px, transparent 1px);
  background-image: linear-gradient(to right, black 1px, transparent 1px);
  background-size: 49px 100%; }

#bg {
  width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -10;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: top 1000ms cubic-bezier(0, 0.41, 0, 1) 200ms;
          transition: top 1000ms cubic-bezier(0, 0.41, 0, 1) 200ms; }

nav {
  width: 100%;
  margin: auto;
  top: 0;
  text-align: center;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 400ms linear 400ms;
          transition: opacity 400ms linear 400ms; }
  nav.showab {
    opacity: 0;
    -webkit-transition: opacity 400ms linear;
            transition: opacity 400ms linear; }
  nav a {
    font-weight: bold;
    line-height: 1.75em;
    position: relative; }
  nav ul {
    width: 100%;
    height: calc(10em + 10px);
    margin: auto;
    overflow: auto;
    padding: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  nav li {
    list-style: none; }
    nav li span {
      display: none; }
  nav a:hover span {
    display: inline; }

#mainnav {
  height: 100%;
  display: none; }
  #mainnav a {
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1em;
    padding: 3px;
    margin: 0.2em auto;
    display: inline-block;
    border: 1px solid transparent;
    overflow: hidden;
    width: 20%;
    max-width: 320px;
    min-width: 256px; }
    #mainnav a:after {
      content: "";
      display: table;
      clear: both; }
    #mainnav a:hover {
      border: 1px solid black;
      background-color: white; }
    #mainnav a div {
      display: inline-block; }
      #mainnav a div:nth-child(1) {
        float: left; }
      #mainnav a div:nth-child(2) {
        font-weight: 400;
        font-family: 'Inconsolata', Sans-serif;
        font-size: 1.3em;
        float: left;
        overflow: hidden;
        letter-spacing: -1.3px;
        margin-top: -0.25em;
        margin-left: 5px; }
      #mainnav a div:nth-child(3) {
        float: right; }

.subnav {
  text-align: right;
  margin: 0;
  height: 100%;
  width: 150px;
  right: 30px;
  top: 0; }
  @media screen and (max-width: 768px) {
    .subnav {
      display: none;
      right: -120px; }
      .subnav ul {
        top: 80px;
        bottom: auto; }
        .subnav ul span {
          display: inline; } }
  .subnav a:hover {
    position: relative; }
    .subnav a:hover:after {
      content: "";
      width: 100%;
      height: 1.5px;
      background-color: currentColor;
      position: absolute;
      top: 1.1em;
      left: 0; }
  .subnav a.hlcurrent {
    position: relative; }
    .subnav a.hlcurrent:after {
      content: "";
      width: 100%;
      height: 1.5px;
      background-color: currentColor;
      position: absolute;
      top: 1.1em;
      left: 0; }
    .subnav a.hlcurrent span {
      display: inline; }
  .subnav ul {
    margin-left: calc(98% - 150px);
    width: 150px;
    margin-right: 2%;
    height: 10.5em; }

.moveleft .subnav {
  display: block; }

#linknav {
  width: 50%;
  margin: 0 auto; }
  #linknav:after {
    content: "";
    display: table;
    clear: both; }
  #linknav > div {
    margin: 40px auto;
    width: calc(50% - 42px);
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    border: 1px solid transparent; }
    #linknav > div:after {
      content: "";
      display: table;
      clear: both; }
    #linknav > div:nth-child(odd) {
      margin-right: 40px; }
    #linknav > div:nth-child(even) {
      margin-left: 40px; }
    #linknav > div:nth-child(1), #linknav > div:nth-child(2) {
      margin-top: 0px; }
    #linknav > div:last-child, #linknav > div:nth-last-child(2) {
      margin-bottom: 0px; }
    #linknav > div:nth-child(2), #linknav > div:nth-child(3) {
      border-radius: 50%; }
    #linknav > div:nth-child(4) {
      line-height: 1.3em; }
    #linknav > div:hover {
      border: 1px solid black;
      background-color: white; }
    #linknav > div a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      #linknav > div a div {
        position: absolute;
        width: 50%;
        height: 2.5em;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-weight: bold; }
        #linknav > div a div span {
          position: absolute;
          font-size: 0.9em;
          font-weight: normal;
          top: 1.2em;
          left: 0;
          right: 0; }
  @media screen and (max-width: 768px) {
    #linknav {
      width: 100%;
      margin: 40px auto; }
      #linknav > div {
        width: 50%;
        float: none; }
        #linknav > div:nth-child(1), #linknav > div:nth-child(2), #linknav > div:nth-child(3), #linknav > div:nth-child(4) {
          margin: 0px auto; }
        #linknav > div:nth-child(3) {
          border-radius: 0; }
        #linknav > div:nth-child(4) {
          border-radius: 50%; } }

#worktitle {
  width: 50%;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 40px;
  margin-left: 4%;
  opacity: 1;
  position: absolute;
  top: 0px;
  -webkit-transition: opacity 400ms linear 400ms;
          transition: opacity 400ms linear 400ms; }
  #worktitle span {
    display: inline-block;
    position: relative;
    position: relative;
    cursor: pointer; }
    #worktitle span:after {
      content: "";
      width: 100%;
      height: 1.5px;
      background-color: currentColor;
      position: absolute;
      top: 1.1em;
      left: 0; }
  #worktitle.showab {
    opacity: 0;
    -webkit-transition: opacity 400ms linear;
            transition: opacity 400ms linear; }

#workwheel {
  position: absolute;
  top: 60px;
  font-size: 1.125em;
  width: 50%;
  min-width: 500px;
  margin-right: 46%;
  margin-left: 4%;
  opacity: 1;
  -webkit-transition: opacity 400ms linear 400ms;
          transition: opacity 400ms linear 400ms; }
  #workwheel:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #workwheel {
      width: 100%;
      margin: 0 auto;
      min-width: 0; } }
  #workwheel.showab {
    opacity: 0;
    -webkit-transition: opacity 400ms linear;
            transition: opacity 400ms linear; }
  #workwheel #group1 {
    left: 0; }
  #workwheel #group2 {
    right: 0; }
  #workwheel .workgroup {
    width: 50%;
    float: left;
    top: 0; }
    @media screen and (max-width: 768px) {
      #workwheel .workgroup {
        width: 90%;
        margin: 0 auto;
        margin-left: 5%; } }
    #workwheel .workgroup .singlework {
      width: 80%;
      margin-top: 15px;
      margin-bottom: 15px;
      padding-top: 5px;
      padding-left: 10px;
      padding-right: 10%;
      position: relative; }
      #workwheel .workgroup .singlework a {
        display: block;
        color: black; }
        #workwheel .workgroup .singlework a .singletitle {
          width: 90%; }
        #workwheel .workgroup .singlework a span {
          font-size: 0.61em;
          letter-spacing: 0.095em;
          display: block;
          margin-top: 0.3em; }
          #workwheel .workgroup .singlework a span:nth-child(4) {
            display: none; }
          #workwheel .workgroup .singlework a span.number {
            font-size: 0.89em;
            position: absolute;
            right: 10px;
            top: 0.1em;
            display: none; }
        #workwheel .workgroup .singlework a img {
          width: 100%;
          opacity: 0.92;
          display: none; }
      #workwheel .workgroup .singlework.showthumb {
        border: 1px solid black; }
        #workwheel .workgroup .singlework.showthumb a span.number {
          display: block; }
        #workwheel .workgroup .singlework.showthumb a span:nth-child(3) {
          display: none; }
        #workwheel .workgroup .singlework.showthumb a span:nth-child(4) {
          display: block; }
        #workwheel .workgroup .singlework.showthumb a img {
          display: block;
          height: auto;
          margin: 10px auto 10px 0; }
    #workwheel .workgroup .vertical a img {
      width: auto;
      max-width: 80%;
      max-height: 240px; }

#about {
  position: fixed;
  color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0000d0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -11;
  -webkit-transition: opacity 400ms linear;
          transition: opacity 400ms linear; }
  #about.showab {
    z-index: 2;
    opacity: 1; }

#aboutinner {
  width: 92%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center; }

#aboutinner div {
  display: inline;
  position: relative;
  font-size: 1.375em;
  line-height: 1.4em;
  padding-left: 0.5em; }
  #aboutinner div a {
    color: white;
    position: relative; }
    #aboutinner div a:active, #aboutinner div a:focus {
      color: white; }
    #aboutinner div a:hover {
      position: relative; }
      #aboutinner div a:hover:after {
        content: "";
        width: 100%;
        height: 1.5px;
        background-color: currentColor;
        position: absolute;
        top: 1.1em;
        left: 0; }
    #aboutinner div a:hover:after {
      height: 1px; }
  #aboutinner div span {
    position: absolute;
    top: -0.5em;
    left: 0;
    font-size: 0.6em; }

#close {
  display: block;
  text-align: center;
  cursor: pointer; }
  #close:hover span {
    position: relative; }
    #close:hover span:after {
      content: "";
      width: 100%;
      height: 1.5px;
      background-color: currentColor;
      position: absolute;
      top: 1.1em;
      left: 0; }
  #close span {
    position: relative; }
  #close img {
    height: 17px;
    margin-bottom: -3px;
    display: none; }

#backtohome {
  font-size: 1em;
  line-height: 1em;
  cursor: pointer;
  position: absolute;
  top: 45px;
  right: 30px; }
  @media screen and (max-width: 768px) {
    #backtohome {
      display: none; } }
  #backtohome.whiteback a {
    color: white; }
  #backtohome img {
    height: 9px;
    display: inline-block;
    margin-bottom: 1px; }
  #backtohome span {
    position: relative; }
    #backtohome span:hover {
      position: relative; }
      #backtohome span:hover:after {
        content: "";
        width: 100%;
        height: 1.5px;
        background-color: currentColor;
        position: absolute;
        top: 1.1em;
        left: 0; }

#projetname {
  font-size: 1.25em;
  line-height: 1em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  cursor: default; }
  #projetname.whitename {
    color: white; }

#projetdes {
  width: 92%;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.35em; }

#cita {
  position: relative;
  width: 64%;
  margin: 0 auto;
  margin-bottom: 1.25em;
  font-size: 0.8em;
  line-height: 1.4em;
  letter-spacing: 0.095em;
  text-align: center; }

#author {
  font-style: italic;
  font-size: 0.64em;
  position: absolute;
  left: -45px;
  top: -2.2em; }

#cita blockquote {
  margin: 0;
  padding: 0; }

.projetdetail {
  width: 64%;
  margin: 0 auto; }

#scroll {
  width: 100%;
  text-align: center;
  height: 16px;
  margin: 30px auto;
  margin-bottom: 50px;
  cursor: pointer; }
  #scroll img {
    display: inline;
    height: 100%; }

section {
  width: 75%;
  margin: 0 auto; }
  section > div {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    margin-top: 0; }
  section div img {
    display: block;
    width: 100%;
    margin: 0 auto; }
  section .webpage {
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px #bbb; }

.projetbg,
.projetbgverso,
.projetbgtwocolor {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -11; }

.projetbg {
  opacity: 0; }

.projetbgverso {
  opacity: 1; }

#back {
  line-height: 1em;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 99; }
  #back.whiteback a {
    color: white; }
  #back img {
    height: 9px;
    display: inline-block;
    margin-bottom: 2px; }
  #back span {
    position: relative; }
    #back span:hover {
      position: relative; }
      #back span:hover:after {
        content: "";
        width: 100%;
        height: 1.5px;
        background-color: currentColor;
        position: absolute;
        top: 1.1em;
        left: 0; }

footer {
  text-align: center; }
  footer #projetnav {
    margin-bottom: 150px;
    margin-top: 50px; }
    footer #projetnav.whitenav {
      color: white; }
      footer #projetnav.whitenav a {
        color: white; }
    footer #projetnav.posternav {
      margin-top: 120px; }
    footer #projetnav a {
      position: relative;
      position: relative; }
      footer #projetnav a:after {
        content: "";
        width: 100%;
        height: 1.5px;
        background-color: currentColor;
        position: absolute;
        top: 1.1em;
        left: 0; }
      footer #projetnav a:after {
        height: 1px;
        top: 1.3em; }
      footer #projetnav a:hover:after {
        width: 0; }
    footer #projetnav span {
      display: inline-block;
      margin: 0 10px; }

#applebg {
  background-color: #ead5d3; }

.spec:after {
  content: "";
  display: table;
  clear: both; }
.spec img {
  display: inline-block; }

.spec1 {
  width: 63%;
  margin-left: 0;
  float: left; }

.spec2 {
  width: 34%;
  margin-left: 3%;
  margin-top: 85%;
  float: right; }

#criloibg, #logobg {
  background-color: #F6F6F6; }

.projetdetail a {
  display: inline-block;
  position: relative; }
  .projetdetail a:hover {
    color: #ccc;
    position: relative; }
    .projetdetail a:hover:after {
      content: "";
      width: 100%;
      height: 1.5px;
      background-color: currentColor;
      position: absolute;
      top: 1.1em;
      left: 0; }

#logoset {
  width: 70%; }
  #logoset > div {
    width: 100%;
    max-width: 900px;
    margin: 70px auto;
    margin-top: 0; }

.colcontainer:after {
  content: "";
  display: table;
  clear: both; }

.col-2-1 {
  margin: 15px auto;
  width: calc(50% - 15px);
  float: left; }
  .col-2-1:nth-child(odd) {
    margin-right: 15px; }
  .col-2-1:nth-child(even) {
    margin-left: 15px; }
  .col-2-1:nth-child(1), .col-2-1:nth-child(2) {
    margin-top: 0px; }
  .col-2-1:last-child, .col-2-1:nth-last-child(2) {
    margin-bottom: 0px; }

#drawing {
  color: white; }
  #drawing #projetdes {
    text-align: center; }
  #drawing #author {
    left: 38px; }
  #drawing a {
    color: white; }
  #drawing #back span:hover:after {
    background-color: white; }

#drawingbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -11;
  background-color: black; }

#draw {
  width: 80%;
  margin: 0 auto; }
  #draw > div {
    margin: 8px auto;
    max-width: none; }
  #draw .col-2-1 {
    margin: 4px auto;
    width: calc(50% - 4px);
    float: left; }
    #draw .col-2-1:nth-child(odd) {
      margin-right: 4px; }
    #draw .col-2-1:nth-child(even) {
      margin-left: 4px; }
    #draw .col-2-1:nth-child(1), #draw .col-2-1:nth-child(2) {
      margin-top: 0px; }
    #draw .col-2-1:last-child, #draw .col-2-1:nth-last-child(2) {
      margin-bottom: 0px; }
    #draw .col-2-1:nth-child(5) {
      margin-left: 4px;
      margin-right: 0px;
      float: right; }
    #draw .col-2-1:nth-child(6) {
      margin-right: 4px;
      margin-top: 8px;
      margin-left: 0; }
  #draw .col-5-2 {
    margin: 4px auto;
    width: calc(40.7% - 4px);
    float: left; }
    #draw .col-5-2:nth-child(odd) {
      margin-right: 4px; }
    #draw .col-5-2:nth-child(even) {
      margin-left: 4px; }
    #draw .col-5-2:nth-child(1), #draw .col-5-2:nth-child(2) {
      margin-top: 0px; }
    #draw .col-5-2:last-child, #draw .col-5-2:nth-last-child(2) {
      margin-bottom: 0px; }
  #draw .col-5-3 {
    margin: 4px auto;
    width: calc(59.3% - 4px);
    float: left;
    float: right; }
    #draw .col-5-3:nth-child(odd) {
      margin-right: 4px; }
    #draw .col-5-3:nth-child(even) {
      margin-left: 4px; }
    #draw .col-5-3:nth-child(1), #draw .col-5-3:nth-child(2) {
      margin-top: 0px; }
    #draw .col-5-3:last-child, #draw .col-5-3:nth-last-child(2) {
      margin-bottom: 0px; }

.sinpo {
  margin: 0;
  padding-top: 200px; }

#posterbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -11;
  background-color: #e01200;
  -webkit-transition: background-color 500ms;
          transition: background-color 500ms; }
  #posterbg.collagebg {
    background-color: #ff6959; }
  #posterbg.wtfbg {
    background-color: #5a15cf; }
  #posterbg.herobg {
    background-color: black; }

#poster {
  width: 50%; }

.podes {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.25em; }

#hero .podes {
  color: white; }

#magbg {
  background-color: #c5cecb; }

#mag {
  width: 65%; }
  #mag > div {
    margin: 70px auto; }
  #mag .hasbg {
    width: 153.85%;
    max-width: none;
    margin-left: -27%;
    margin-bottom: 0;
    position: relative; }
    #mag .hasbg img {
      width: 48%;
      margin: 70px auto;
      margin-left: 43%; }
    #mag .hasbg .maghasbg {
      z-index: -1;
      position: absolute;
      margin: 0px auto;
      margin-left: 0; }
    #mag .hasbg:nth-child(4) .maghasbg {
      top: -40%;
      width: 50%;
      left: 0; }
    #mag .hasbg:nth-child(7) .maghasbg {
      top: 10px;
      width: 12%;
      left: 20%; }
    #mag .hasbg:nth-child(8) img {
      margin-left: 10%; }
    #mag .hasbg:nth-child(8) .maghasbg {
      top: 20px;
      width: 80%;
      margin-left: 0;
      left: 18%; }
  #mag div:nth-child(2) {
    width: 73.8%;
    margin-left: -10%; }
  #mag div:nth-child(9) {
    width: 73.8%;
    margin-right: -10%; }

#magdetail {
  width: 78%; }

#cantinebg {
  background-color: #FDF6E6; }

#cantine .col-5-3 {
  margin: 15px auto;
  width: calc(61.5% - 15px);
  float: left; }
  #cantine .col-5-3:nth-child(odd) {
    margin-right: 15px; }
  #cantine .col-5-3:nth-child(even) {
    margin-left: 15px; }
  #cantine .col-5-3:nth-child(1), #cantine .col-5-3:nth-child(2) {
    margin-top: 0px; }
  #cantine .col-5-3:last-child, #cantine .col-5-3:nth-last-child(2) {
    margin-bottom: 0px; }
#cantine .col-5-2 {
  margin: 15px auto;
  width: calc(38.5% - 15px);
  float: left;
  float: right; }
  #cantine .col-5-2:nth-child(odd) {
    margin-right: 15px; }
  #cantine .col-5-2:nth-child(even) {
    margin-left: 15px; }
  #cantine .col-5-2:nth-child(1), #cantine .col-5-2:nth-child(2) {
    margin-top: 0px; }
  #cantine .col-5-2:last-child, #cantine .col-5-2:nth-last-child(2) {
    margin-bottom: 0px; }

#bitdetail {
  width: 70%; }

#bit {
  width: 85%; }
  #bit > div {
    width: 100%;
    max-width: none;
    margin: 100px auto;
    margin-top: 0; }
    #bit > div.picsolo {
      width: 75%; }
    #bit > div.icons {
      width: 45%;
      margin: 150px auto;
      margin-top: 0; }
  #bit .col-2-1 {
    margin: 15px auto;
    width: calc(50% - 15px);
    float: left; }
    #bit .col-2-1:nth-child(odd) {
      margin-right: 15px; }
    #bit .col-2-1:nth-child(even) {
      margin-left: 15px; }
    #bit .col-2-1:nth-child(1), #bit .col-2-1:nth-child(2) {
      margin-top: 0px; }
    #bit .col-2-1:last-child, #bit .col-2-1:nth-last-child(2) {
      margin-bottom: 0px; }
    #bit .col-2-1.webpage {
      width: calc(50% - 20px); }
      #bit .col-2-1.webpage:nth-child(odd) {
        margin-right: 20px; }
      #bit .col-2-1.webpage:nth-child(even) {
        margin-left: 20px; }
  #bit .explic,
  #bit .explicU {
    width: 60%;
    margin-left: 40%;
    position: relative;
    text-align: right;
    padding-bottom: 40px; }
    #bit .explic:after,
    #bit .explicU:after {
      content: "";
      position: absolute;
      width: 61%;
      height: 2px;
      left: 39%;
      top: 60px;
      background-image: -webkit-linear-gradient(left, black 20%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(to right, black 20%, rgba(255, 255, 255, 0) 0%);
      background-position: 20% 100%;
      background-size: 9px 2px;
      background-repeat: repeat-x; }
  #bit .explicC {
    text-align: center; }
  #bit .explicU {
    margin-top: 200px;
    padding-bottom: 0px;
    padding-top: 20px; }
    #bit .explicU:after {
      top: 0; }
  #bit .insertcontainer {
    position: relative; }
    #bit .insertcontainer > div:nth-child(2) {
      width: 75%;
      margin: 0 auto;
      margin-top: -270px; }

#cita.rosascita {
  width: 70%; }

#rosasdetail {
  width: 70%; }

#rosasbg {
  background-color: #EDEDED;
  -webkit-transition: background-color 1000ms;
          transition: background-color 1000ms; }
  #rosasbg.changebg {
    background-color: #EDEDFD;
    -webkit-transition: background-color 1000ms;
            transition: background-color 1000ms; }

#rosas > div {
  margin-bottom: 50px; }
  #rosas > div:last-child {
    margin-top: 100px; }
#rosas .col-4-3 {
  width: 70%;
  margin-left: 30%; }

#oil > div {
  margin-bottom: 40px; }
#oil .col-2-1 {
  margin: 20px auto;
  width: calc(50% - 20px);
  float: left; }
  #oil .col-2-1:nth-child(odd) {
    margin-right: 20px; }
  #oil .col-2-1:nth-child(even) {
    margin-left: 20px; }
  #oil .col-2-1:nth-child(1), #oil .col-2-1:nth-child(2) {
    margin-top: 0px; }
  #oil .col-2-1:last-child, #oil .col-2-1:nth-last-child(2) {
    margin-bottom: 0px; }

#oilbg {
  background-color: #ededed;
  -webkit-transition: background-color 1000ms;
          transition: background-color 1000ms; }
  #oilbg.changebg {
    background-color: #b1a397;
    -webkit-transition: background-color 1000ms;
            transition: background-color 1000ms; }

#balletbg {
  background-color: #ccecfc;
  -webkit-transition: background-color 1000ms;
          transition: background-color 1000ms; }
  #balletbg.changebg {
    background-color: #f1f2f2;
    -webkit-transition: background-color 1000ms;
            transition: background-color 1000ms; }

#ballet > div {
  margin-bottom: 80px; }

.touch nav a:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: absolute;
  top: 1.1em;
  left: 0; }
.touch nav a span {
  display: inline; }
.touch #close span, .touch #back span {
  position: relative; }
  .touch #close span:after, .touch #back span:after {
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: currentColor;
    position: absolute;
    top: 1.1em;
    left: 0; }
.touch #drawing #back span:after {
  background-color: white; }

#hands {
  background: url(../img/hands/bg.jpg) no-repeat center center fixed;
  background-size: cover; }

#heng {
  background: url(../img/hands/bbbg.jpg) no-repeat center center;
  background-size: cover; }
  #heng .linktohome {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.1em; }
    #heng .linktohome a {
      color: white;
      font-size: 0.9em;
      position: relative; }
      #heng .linktohome a:hover {
        position: relative; }
        #heng .linktohome a:hover:after {
          content: "";
          width: 100%;
          height: 1.5px;
          background-color: currentColor;
          position: absolute;
          top: 1.1em;
          left: 0; }
  #heng #ellipsis {
    float: left;
    margin-top: 10%;
    width: 40%;
    font-size: 4em;
    text-align: center;
    color: white;
    z-index: 0; }
    #heng #ellipsis #holder {
      position: relative;
      font-size: 0.8em;
      letter-spacing: 0.25em; }
      #heng #ellipsis #holder img {
        position: absolute;
        top: 0.3em;
        width: 25%;
        left: 36%;
        display: none; }
        #heng #ellipsis #holder img.horizon {
          width: 35%;
          left: 35%; }
        #heng #ellipsis #holder img.square {
          width: 30%;
          left: 33%; }
        #heng #ellipsis #holder img.round {
          width: 31%;
          left: 32%; }
  #heng .linkcontainer {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5%;
    float: left;
    height: 75%;
    width: 30%;
    font-size: 1.5em;
    text-align: center; }
    #heng .linkcontainer li {
      display: block;
      height: 20%; }
      #heng .linkcontainer li a {
        display: block;
        color: white;
        line-height: 0.8em; }
        #heng .linkcontainer li a span {
          position: relative; }
          #heng .linkcontainer li a span:nth-child(3) {
            font-family: Courier, sans-serif;
            font-size: 0.5em; }
        #heng .linkcontainer li a:hover span:nth-child(1) {
          position: relative; }
          #heng .linkcontainer li a:hover span:nth-child(1):after {
            content: "";
            width: 100%;
            height: 1.5px;
            background-color: currentColor;
            position: absolute;
            top: 1.1em;
            left: 0; }
          #heng .linkcontainer li a:hover span:nth-child(1):after {
            height: 1px; }

#textbgColor {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -99;
  -webkit-transition: background-color 600ms cubic-bezier(0.12, 0.72, 0.25, 1);
          transition: background-color 600ms cubic-bezier(0.12, 0.72, 0.25, 1); }

.textbg {
  width: 99%;
  left: 1%;
  top: 0;
  bottom: 0;
  word-wrap: break-word;
  position: fixed;
  text-align: justify;
  z-index: -98; }
  .textbg .textbginner {
    min-height: 100%;
    text-align: justify; }
    .textbg .textbginner span {
      visibility: hidden;
      display: inline-block; }
      .textbg .textbginner span.viz {
        visibility: visible; }
      .textbg .textbginner span:after {
        content: ".";
        font-size: 0.9em; }

#hands #backtohome img {
  position: static; }
#hands #handdes {
  width: 35%;
  margin: 0 auto;
  font-size: 18px;
  font-family: Courier, sans-serif;
  line-height: 1.5em;
  text-align: justify; }
#hands #handstitle {
  position: absolute;
  width: 100%;
  bottom: 30px;
  font-size: 6em;
  text-align: center; }

.section {
  overflow: hidden; }
  .section img {
    display: block;
    cursor: pointer;
    position: absolute;
    max-width: 170px; }
    .section img.largeActive {
      max-width: 400px; }
    .section img.coverActive {
      z-index: 100; }
  .section:nth-child(2) img:nth-child(1) {
    top: 45%;
    left: 30px;
    max-width: 200px; }
    .section:nth-child(2) img:nth-child(1).largeActive {
      max-width: 400px; }
  .section:nth-child(2) img:nth-child(2) {
    top: 30px;
    left: 45%; }
    .section:nth-child(2) img:nth-child(2).largeActive {
      max-width: 350px; }
  .section:nth-child(2) img:nth-child(3) {
    right: 40px;
    bottom: 32%;
    max-width: 150px; }
    .section:nth-child(2) img:nth-child(3).largeActive {
      max-width: 300px; }
  .section:nth-child(2) img:nth-child(4) {
    bottom: 50px;
    left: 45%; }
  .section:nth-child(3) img:nth-child(1) {
    bottom: 30%;
    left: 30px; }
  .section:nth-child(3) img:nth-child(2) {
    bottom: 15%;
    left: 100px;
    max-width: 190px; }
    .section:nth-child(3) img:nth-child(2).largeActive {
      max-width: 400px; }
  .section:nth-child(3) img:nth-child(3) {
    top: 60px;
    left: 30%; }
    .section:nth-child(3) img:nth-child(3).largeActive {
      max-width: 300px; }
  .section:nth-child(3) img:nth-child(4) {
    top: 45%;
    right: 60px;
    max-width: 180px; }
    .section:nth-child(3) img:nth-child(4).largeActive {
      max-width: 380px; }
  .section:nth-child(4) img:nth-child(1) {
    bottom: 50px;
    left: 50px; }
    .section:nth-child(4) img:nth-child(1).largeActive {
      max-width: 380px; }
  .section:nth-child(4) img:nth-child(2) {
    top: 60px;
    left: 43%;
    max-width: 200px; }
    .section:nth-child(4) img:nth-child(2).largeActive {
      max-width: 400px; }
  .section:nth-child(4) img:nth-child(3) {
    right: 80px;
    top: 40px; }
    .section:nth-child(4) img:nth-child(3).largeActive {
      max-width: 300px; }
  .section:nth-child(4) img:nth-child(4) {
    bottom: 100px;
    left: 45%;
    max-width: 150px; }
    .section:nth-child(4) img:nth-child(4).largeActive {
      max-width: 300px; }
  .section:nth-child(5) img:nth-child(1) {
    bottom: 18%;
    left: 40px; }
    .section:nth-child(5) img:nth-child(1).largeActive {
      max-width: 300px; }
  .section:nth-child(5) img:nth-child(2) {
    top: 18%;
    left: 30%; }
    .section:nth-child(5) img:nth-child(2).largeActive {
      left: 25%; }
  .section:nth-child(5) img:nth-child(3) {
    right: 100px;
    top: 16%;
    max-width: 210px; }
    .section:nth-child(5) img:nth-child(3).largeActive {
      max-width: 400px;
      top: 10%; }
  .section:nth-child(5) img:nth-child(4) {
    bottom: 100px;
    left: 45%;
    max-width: 60px; }
    .section:nth-child(5) img:nth-child(4).largeActive {
      max-width: 130px;
      bottom: 40px; }
  .section:nth-child(5) img:nth-child(5) {
    bottom: 50px;
    right: 100px; }
  .section:nth-child(6) img:nth-child(1) {
    top: 40px;
    left: 30px;
    max-width: 200px; }
    .section:nth-child(6) img:nth-child(1).largeActive {
      max-width: 380px; }
  .section:nth-child(6) img:nth-child(2) {
    top: 30px;
    right: 50px; }
    .section:nth-child(6) img:nth-child(2).largeActive {
      max-width: 350px; }
  .section:nth-child(6) img:nth-child(3) {
    right: 45%;
    bottom: 30%; }
    .section:nth-child(6) img:nth-child(3).largeActive {
      max-width: 350px; }
  .section:nth-child(6) img:nth-child(4) {
    bottom: 50px;
    right: 60px;
    max-width: 150px; }
    .section:nth-child(6) img:nth-child(4).largeActive {
      max-width: 300px; }
  .section:nth-child(7) img:nth-child(1) {
    bottom: 30px;
    left: 30px; }
    .section:nth-child(7) img:nth-child(1).largeActive {
      max-width: 380px; }
  .section:nth-child(7) img:nth-child(2) {
    top: 30px;
    right: 25%; }
    .section:nth-child(7) img:nth-child(2).largeActive {
      max-width: 320px; }
  .section:nth-child(7) img:nth-child(3) {
    right: 25%;
    bottom: 50px; }
    .section:nth-child(7) img:nth-child(3).largeActive {
      max-width: 320px; }
  .section:nth-child(7) img:nth-child(4) {
    bottom: 50px;
    right: 30px; }
    .section:nth-child(7) img:nth-child(4).largeActive {
      max-width: 323px; }
  .section:nth-child(8) img:nth-child(1) {
    top: 30px;
    left: -40px; }
    .section:nth-child(8) img:nth-child(1).largeActive {
      left: 0;
      max-width: 300px; }
  .section:nth-child(8) img:nth-child(2) {
    bottom: 70px;
    left: 0;
    max-width: 190px; }
    .section:nth-child(8) img:nth-child(2).largeActive {
      max-width: 400px; }
  .section:nth-child(8) img:nth-child(3) {
    right: 30px;
    top: 30px;
    max-width: 200px; }
    .section:nth-child(8) img:nth-child(3).largeActive {
      max-width: 330px; }
  .section:nth-child(8) img:nth-child(4) {
    bottom: 0px;
    right: 35%; }
    .section:nth-child(8) img:nth-child(4).largeActive {
      max-width: 402px; }
  .section:nth-child(8) img:nth-child(5) {
    bottom: 0px;
    right: 30px; }
    .section:nth-child(8) img:nth-child(5).largeActive {
      max-width: 350px; }
  .section:nth-child(9) img:nth-child(1) {
    left: 0;
    top: 35%; }
  .section:nth-child(9) img:nth-child(2) {
    top: 32%;
    left: 22%; }
    .section:nth-child(9) img:nth-child(2).largeActive {
      top: 10%; }
  .section:nth-child(9) img:nth-child(3) {
    top: 27%;
    left: 45%; }
    .section:nth-child(9) img:nth-child(3).largeActive {
      max-width: 500px;
      top: 10px;
      left: 30%; }
  .section:nth-child(9) img:nth-child(4) {
    top: 34%;
    right: 20%; }
    .section:nth-child(9) img:nth-child(4).largeActive {
      top: 10%; }
  .section:nth-child(9) img:nth-child(5) {
    top: 36%;
    right: 0; }
  .section:nth-child(10) img:nth-child(1) {
    top: 30%;
    left: 20px;
    max-width: 150px; }
    .section:nth-child(10) img:nth-child(1).largeActive {
      top: 10%;
      max-width: 380px; }
  .section:nth-child(10) img:nth-child(2) {
    top: 30%;
    left: 15%; }
    .section:nth-child(10) img:nth-child(2).largeActive {
      max-width: 500px; }
  .section:nth-child(10) img:nth-child(3) {
    left: 35%;
    top: 40px; }
  .section:nth-child(10) img:nth-child(4) {
    top: 35%;
    right: 30%; }
  .section:nth-child(10) img:nth-child(5) {
    bottom: 50px;
    right: 30%; }
    .section:nth-child(10) img:nth-child(5).largeActive {
      max-width: 392px; }
  .section:nth-child(10) img:nth-child(6) {
    bottom: 50px;
    right: 8%; }
  .section:nth-child(11) img:nth-child(1) {
    bottom: 50px;
    left: 50px; }
  .section:nth-child(11) img:nth-child(2) {
    top: 30px;
    left: 40%; }
  .section:nth-child(11) img:nth-child(3) {
    left: 41%;
    bottom: 30px; }
  .section:nth-child(11) img:nth-child(4) {
    bottom: 20px;
    right: 30px; }
  .section:nth-child(11) img:nth-child(5) {
    bottom: 50px;
    right: 10%; }
  .section:nth-child(12) img:nth-child(1) {
    top: 25%;
    left: 15%; }
  .section:nth-child(12) img:nth-child(2) {
    top: 49%;
    left: 35%; }
  .section:nth-child(12) img:nth-child(3) {
    left: 5%;
    top: 8%; }
  .section:nth-child(12) img:nth-child(4) {
    top: 37%;
    left: 25%; }
  .section:nth-child(12) img:nth-child(5) {
    bottom: 30%;
    right: 10%; }
  .section:nth-child(12) img:nth-child(6) {
    bottom: 50px;
    right: 30px; }
  .section:nth-child(13) img:nth-child(1) {
    top: 35%;
    left: 30px;
    max-width: 250px; }
    .section:nth-child(13) img:nth-child(1).largeActive {
      max-width: 500px; }
  .section:nth-child(13) img:nth-child(2) {
    top: 35%;
    left: 27%;
    max-width: 100px; }
    .section:nth-child(13) img:nth-child(2).largeActive {
      max-width: 350px;
      top: 5%; }
  .section:nth-child(13) img:nth-child(3) {
    right: 40%;
    top: 10%;
    max-width: 100px; }
    .section:nth-child(13) img:nth-child(3).largeActive {
      max-width: 250px;
      top: 50px; }
  .section:nth-child(13) img:nth-child(4) {
    top: 35%;
    left: 42%; }
  .section:nth-child(13) img:nth-child(5) {
    top: 10%;
    right: 10%; }
  .section:nth-child(14) img:nth-child(1) {
    top: 40%;
    left: 45%; }
    .section:nth-child(14) img:nth-child(1).largeActive {
      top: 10%; }
  .section:nth-child(14) img:nth-child(2) {
    bottom: 18%;
    right: 37%; }
  .section:nth-child(14) img:nth-child(3) {
    left: 35%;
    bottom: 30%; }
  .section:nth-child(14) img:nth-child(4) {
    top: 27%;
    left: 33%; }
  .section:nth-child(14) img:nth-child(5) {
    top: 27%;
    right: 30%; }
  .section:nth-child(14) img:nth-child(6) {
    top: 5%;
    right: 38%;
    max-width: 150px; }
    .section:nth-child(14) img:nth-child(6).largeActive {
      max-width: 400px; }
  .section:nth-child(15) img:nth-child(1) {
    bottom: 5%;
    left: 3%;
    max-width: 140px; }
    .section:nth-child(15) img:nth-child(1).largeActive {
      max-width: 300px; }
  .section:nth-child(15) img:nth-child(2) {
    bottom: 26%;
    left: 20%; }
  .section:nth-child(15) img:nth-child(3) {
    left: 42%;
    bottom: 37%;
    max-width: 140px; }
    .section:nth-child(15) img:nth-child(3).largeActive {
      bottom: 50px;
      max-width: 300px; }
  .section:nth-child(15) img:nth-child(4) {
    top: 20%;
    right: 25%; }
  .section:nth-child(15) img:nth-child(5) {
    top: 5%;
    right: 5%; }

.narrow #aboutinner div {
  font-size: 1.2em; }
