/* compass */
/* prefix */
/* typography */
/* layout / grid */
/* colors */
/* paths */
/* breakpoints */
/* helper */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden, #skip-link, #block-system-main h2, #block-system-main-menu h2, #breadcrumb, #page-title, .node-page .node-title, .node-gallery-page .node-title,
.node-gallery-page img,
.node-gallery-page .alt, .page-user .description, .element-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .focusable#skip-link:active, #block-system-main h2.focusable:active, #block-system-main-menu h2.focusable:active, .focusable#breadcrumb:active, .focusable#page-title:active, .node-page .focusable.node-title:active, .node-gallery-page .focusable.node-title:active,
.node-gallery-page img.focusable:active,
.node-gallery-page .focusable.alt:active, .page-user .focusable.description:active, .focusable.element-invisible:active,
.visuallyhidden.focusable:focus,
.focusable#skip-link:focus,
#block-system-main h2.focusable:focus,
#block-system-main-menu h2.focusable:focus,
.focusable#breadcrumb:focus,
.focusable#page-title:focus,
.node-page .focusable.node-title:focus,
.node-gallery-page .focusable.node-title:focus,
.node-gallery-page img.focusable:focus,
.node-gallery-page .focusable.alt:focus,
.page-user .focusable.description:focus,
.focusable.element-invisible:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.node-gallery-page .body img {
  border: 0;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@font-face {
  font-family: 'TeX Gyre Heros';
  src: url("../fonts/texgyreheros-regular-webfont.eot");
  src: url("../fonts/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros-regular-webfont.woff") format("woff"), url("../fonts/texgyreheros-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreheros-regular-webfont.svg#texgyreheroscnregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TeX Gyre Heros';
  src: url("../fonts/texgyreheros-bold-webfont.eot");
  src: url("../fonts/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros-bold-webfont.woff") format("woff"), url("../fonts/texgyreheros-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreheros-bold-webfont.svg#texgyreheroscnbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'TeX Gyre Heros Condensed';
  src: url("../fonts/texgyreheroscn-regular-webfont.eot");
  src: url("../fonts/texgyreheroscn-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheroscn-regular-webfont.woff") format("woff"), url("../fonts/texgyreheroscn-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TeX Gyre Heros Condensed';
  src: url("../fonts/texgyreheroscn-bold-webfont.eot");
  src: url("../fonts/texgyreheroscn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheroscn-bold-webfont.woff") format("woff"), url("../fonts/texgyreheroscn-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreheroscn-bold-webfont.svg#texgyreheroscnbold") format("svg");
  font-weight: bold;
  font-style: normal; }
.toggle:before, .toggle:after, .toggle__button__show:before, .toggle__button__hide:before {
  background-color: white;
  content: '';
  display: block;
  border-radius: 1px;
  border: 0;
  height: 6px;
  line-height: 6px;
  font-size: 6px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: top 0.3s 0.2s ease, bottom 0.3s 0.2s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.2s ease, bottom 0.3s 0.2s ease, opacity 0.3s ease, transform 0.3s ease;
  z-index: 2; }
  .js-navigation-open .toggle:before, .js-navigation-open .toggle:after, .js-navigation-open .toggle__button__show:before, .js-navigation-open .toggle__button__hide:before {
    -webkit-transition: top 0.2s ease, bottom 0.2s ease, opacity 0.2s 0.3s ease, -webkit-transform 0.2s 0.3s ease;
    transition: top 0.2s ease, bottom 0.2s ease, opacity 0.2s 0.3s ease, transform 0.2s 0.3s ease; }

/* vexs */
body {
  background-color: black;
  color: white;
  min-height: 100%;
  margin: 0; }

a {
  color: inherit;
  text-decoration: underline; }
  a:focus, a:hover {
    text-decoration: none; }

img {
  width: 100%;
  height: auto; }

:root, html {
  font-size: 62.5%;
  line-height: 1.5; }

body {
  font-family: "TeX Gyre Heros", Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.25; }
  @media (min-width: 600px) {
    body {
      font-size: 1.5em;
      line-height: 1.3; } }

p {
  margin: 0.25em 0; }

:root,
html,
body,
#page-wrapper,
#content,
article {
  height: 100%;
  width: 100%; }

.js-navigation-open,
.js-navigation-open body {
  overflow: hidden; }

#page-wrapper {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#page {
  height: 100%; }

.region-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, black), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(left, black 50%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to right, black 50%, rgba(0, 0, 0, 0.6) 100%);
  color: white;
  height: 100%;
  left: 0;
  padding-left: 10%;
  padding-top: 15px;
  position: fixed;
  z-index: 100;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.7s ease;
  transition: transform 0.5s ease, opacity 0.7s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 90%;
  min-width: 300px; }
  @media (min-width: 600px) {
    .region-header {
      left: 0;
      padding-left: 40px;
      padding-right: 20px;
      padding-top: 15px;
      width: 25%; } }
  @media (min-width: 1050px) {
    .region-header {
      background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.6)), to(transparent));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
      padding-left: 100px;
      padding-right: 20px;
      padding-top: 20px;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      width: auto; } }
  .page-user .region-header {
    display: none; }
  .js-navigation-open .region-header {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .region-header .contextual-links-wrapper {
    display: none; }
  .region-header .block-menu > .menu {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease; }
  @media (min-width: 1050px) {
    .is-gallery .region-header {
      -webkit-transform: translateX(-90px);
      -ms-transform: translateX(-90px);
      transform: translateX(-90px);
      opacity: 0;
      -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
      transition: transform 0.5s ease, opacity 0.5s ease; }
      .is-gallery .region-header .block-menu > .menu {
        -webkit-transform: rotateY(60deg);
        transform: rotateY(60deg); }
      .is-gallery .region-header:hover {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1; }
        .is-gallery .region-header:hover .block-menu > .menu {
          -webkit-transition: -webkit-transform 0.2s ease;
          transition: transform 0.2s ease;
          -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); } }
  @media (min-width: 1050px) {
    .is-gallery .region-header {
      -webkit-transform: translateX(-140px);
      -ms-transform: translateX(-140px);
      transform: translateX(-140px); } }

#content {
  -webkit-perspective: 800px;
  perspective: 800px; }

/**
 * Main Navigation
 */
#block-system-main-menu {
  font-family: "TeX Gyre Heros Condensed", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  #block-system-main-menu .region, #block-system-main-menu .block {
    height: 100%; }
  #block-system-main-menu a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    -webkit-transition: color 0.2s ease, opacity 0.2 ease;
    transition: color 0.2s ease, opacity 0.2 ease; }
    #block-system-main-menu a.active-trail, #block-system-main-menu a:focus, #block-system-main-menu a:hover {
      color: #fff;
      opacity: 1; }
  #block-system-main-menu ul {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 30px;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 1050px) {
      #block-system-main-menu ul {
        font-size: 36px; } }
  #block-system-main-menu > ul {
    padding-top: 85px; }
    @media (min-width: 600px) {
      #block-system-main-menu > ul {
        padding-top: 120px; } }
    @media (min-width: 1050px) {
      #block-system-main-menu > ul {
        padding-top: 160px;
        padding-right: 80px; } }
  #block-system-main-menu li {
    display: block; }
    #block-system-main-menu li li {
      font-size: 18px;
      line-height: 24px; }
      @media (min-width: 600px) {
        #block-system-main-menu li li {
          font-size: 17px;
          line-height: 22px; } }
      @media (min-width: 1050px) {
        #block-system-main-menu li li {
          font-size: 17px;
          line-height: 1em; } }
    @media (min-width: 1050px) {
      #block-system-main-menu li ul {
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        -webkit-transition: max-height 0.2s ease;
        transition: max-height 0.2s ease; } }
    #block-system-main-menu li.active-trail ul {
      max-height: none; }
  #block-system-main-menu > ul > li:first-child {
    background: transparent url(../img/vexs-logo.png) no-repeat top left;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    display: block;
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%; }
    @media (min-width: 600px) {
      #block-system-main-menu > ul > li:first-child {
        height: 98px; } }
    @media (min-width: 1050px) {
      #block-system-main-menu > ul > li:first-child {
        height: 130px;
        opacity: 0.5;
        width: 100%; } }
    #block-system-main-menu > ul > li:first-child.active-trail, #block-system-main-menu > ul > li:first-child:focus, #block-system-main-menu > ul > li:first-child:hover {
      opacity: 1; }
    #block-system-main-menu > ul > li:first-child a {
      display: block;
      height: 100%;
      overflow: hidden;
      text-indent: -99em; }

/**
 * Navigation breadcrumb
 */
.toggle {
  display: block;
  right: -20%;
  width: 20%;
  height: 60px;
  opacity: 0.6;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media (min-width: 1050px) {
    .toggle {
      display: none; } }
  .js-navigation-open .toggle {
    opacity: 1;
    -webkit-transform: translateX(-67%);
    -ms-transform: translateX(-67%);
    transform: translateX(-67%); }
    @media (min-width: 600px) {
      .js-navigation-open .toggle {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%); } }
  .toggle:before {
    bottom: auto;
    top: 15px; }
    .js-navigation-open .toggle:before {
      top: 27px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .toggle:after {
    bottom: 15px;
    top: auto; }
    .js-navigation-open .toggle:after {
      bottom: 27px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.toggle__button__show, .toggle__button__hide {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  vertical-align: middle;
  z-index: 5;
  text-indent: -99em;
  overflow: hidden;
  position: absolute; }
  .js-navigation-open .toggle__button__show:before, .js-navigation-open .toggle__button__hide:before {
    opacity: 0; }
.toggle__button__hide {
  display: none; }

.js-navigation-open .region-header .toggle__button__show {
  display: none; }
.js-navigation-open .region-header .toggle__button__hide {
  display: block; }

/* content type specific */
.node {
  display: block;
  width: 100%;
  height: 100%; }
  .node .body > *:first-child {
    margin-top: 0; }

.region-header .content {
  bottom: 40px;
  color: #b3b3b3;
  display: none;
  max-width: 100%;
  margin-top: 50px;
  position: absolute;
  font-size: 14px; }
  @media (min-width: 1050px) {
    .region-header .content {
      display: block; } }
  .page-node-2 .region-header .content {
    display: none; }

.node-page {
  position: relative; }
  .node-page.current .body {
    -webkit-transition: opacity 0.4s 0.6s ease-in;
    transition: opacity 0.4s 0.6s ease-in;
    display: block;
    opacity: 1; }
  .node-page .content {
    background-color: rgba(250, 200, 250, 0.2);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
    .node-page .content:before {
      content: "";
      display: block;
      height: 100%;
      max-width: 50%;
      position: absolute;
      width: 450px;
      z-index: 10; }
  .node-page .body {
    bottom: 160px;
    color: #b3b3b3;
    left: 102px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width: 300px;
    z-index: 15; }

.node-gallery-page {
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right; }
  .js-navigation-open .node-gallery-page {
    -webkit-transform: scale(0.95) rotateY(-20deg) translateX(25%);
    transform: scale(0.95) rotateY(-20deg) translateX(25%); }
    @media (min-width: 600px) {
      .js-navigation-open .node-gallery-page {
        -webkit-transform: rotateY(-10deg) translateX(10%);
        transform: rotateY(-10deg) translateX(10%); } }
    @media (min-width: 1050px) {
      .js-navigation-open .node-gallery-page {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  .node-gallery-page .content,
  .node-gallery-page .images-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0; }
  .node-gallery-page .content {
    overflow: hidden;
    width: 100%;
    -webkit-perspective: 800px;
    perspective: 800px; }
    .node-gallery-page .content:before {
      content: "";
      display: block;
      height: 100%;
      max-width: 50%;
      position: absolute;
      width: 600px;
      z-index: 10;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (min-width: 1050px) {
        .node-gallery-page .content:before {
          background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, rgba(0, 0, 0, 0.7)), to(transparent));
          background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 60%, transparent 100%);
          background-image: linear-gradient(left, rgba(0, 0, 0, 0.7) 60%, transparent 100%); } }
      .is-gallery .node-gallery-page .content:before {
        -webkit-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
        transform: translateX(-600px);
        opacity: 0; }
  .node-gallery-page .images-wrapper {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease; }
    @media (min-width: 1050px) {
      .node-gallery-page .images-wrapper {
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease; } }
    .js-drag .node-gallery-page .images-wrapper {
      -webkit-transition: -webkit-transform 0.05s ease;
      transition: transform 0.05s ease; }
  .node-gallery-page .image-item {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    float: left;
    height: 100%;
    width: 100%; }
  .node-gallery-page .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 30%);
    background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 30%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    color: #b3b3b3;
    left: 0;
    padding: 40px 10px 40px;
    position: absolute;
    width: 100%;
    z-index: 15;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (min-width: 600px) {
      .node-gallery-page .body {
        padding: 40px 50% 60px 30px; } }
    @media (min-width: 1050px) {
      .node-gallery-page .body {
        display: none; } }
    .js-content-hidden .node-gallery-page .body {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .js-navigation-open .node-gallery-page .body {
      opacity: 0; }
  .node-gallery-page .toggle-content {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    line-height: 120px;
    margin: auto;
    opacity: 0.6;
    outline: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 999em;
    top: -10px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    white-space: nowrap;
    width: 60px; }
    @media (min-width: 600px) {
      .node-gallery-page .toggle-content {
        left: 30px;
        right: auto; } }
    .js-content-hidden .node-gallery-page .toggle-content {
      -webkit-transform: translateY(-65px);
      -ms-transform: translateY(-65px);
      transform: translateY(-65px); }
      @media (min-width: 600px) {
        .js-content-hidden .node-gallery-page .toggle-content {
          -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
          transform: translateY(-40px); } }
    .node-gallery-page .toggle-content:before, .node-gallery-page .toggle-content:after {
      background: #fff;
      bottom: 0;
      content: "";
      display: block;
      height: 20px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 5px; }
    .node-gallery-page .toggle-content:before {
      -webkit-transform: rotate(-45deg) translateX(-150%);
      -ms-transform: rotate(-45deg) translateX(-150%);
      transform: rotate(-45deg) translateX(-150%); }
      .js-content-hidden .node-gallery-page .toggle-content:before {
        -webkit-transform: rotate(45deg) translateX(-150%);
        -ms-transform: rotate(45deg) translateX(-150%);
        transform: rotate(45deg) translateX(-150%); }
    .node-gallery-page .toggle-content:after {
      -webkit-transform: rotate(45deg) translateX(150%);
      -ms-transform: rotate(45deg) translateX(150%);
      transform: rotate(45deg) translateX(150%); }
      .js-content-hidden .node-gallery-page .toggle-content:after {
        -webkit-transform: rotate(-45deg) translateX(150%);
        -ms-transform: rotate(-45deg) translateX(150%);
        transform: rotate(-45deg) translateX(150%); }
  .node-gallery-page .navigation-wrapper {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 20;
    -webkit-transition: opacity 0.3s 0.2s ease;
    transition: opacity 0.3s 0.2s ease; }
    @media (min-width: 600px) {
      .node-gallery-page .navigation-wrapper {
        bottom: 10px; } }
    @media (min-width: 1050px) {
      .node-gallery-page .navigation-wrapper {
        bottom: 30px;
        height: auto;
        opacity: 1; } }
    .js-navigation-open .node-gallery-page .navigation-wrapper {
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: 0; }
    .node-gallery-page .navigation-wrapper button {
      background: none;
      border: 0;
      color: white;
      cursor: pointer;
      display: none;
      font-size: 20px;
      font-weight: bold;
      line-height: 18px;
      height: 100%;
      padding: 0;
      position: absolute;
      text-indent: -99em;
      vertical-align: top;
      width: 40px;
      outline: 0;
      z-index: 5; }
      .touch .node-gallery-page .navigation-wrapper button {
        display: none; }
        @media (min-width: 1050px) {
          .touch .node-gallery-page .navigation-wrapper button {
            display: inline-block; } }
      @media (min-width: 600px) {
        .node-gallery-page .navigation-wrapper button {
          position: relative;
          height: 20px;
          width: 30px; } }
      @media (min-width: 1050px) {
        .node-gallery-page .navigation-wrapper button {
          display: inline-block; } }
      .node-gallery-page .navigation-wrapper button.inactive {
        opacity: 0.2;
        cursor: default; }
      .node-gallery-page .navigation-wrapper button:before {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        height: 20px;
        text-indent: 0;
        text-align: center;
        margin: auto; }
        @media (min-width: 600px) {
          .node-gallery-page .navigation-wrapper button:before {
            height: 100%;
            top: 0;
            bottom: 0; } }
      .node-gallery-page .navigation-wrapper button.previous {
        left: 0; }
        .node-gallery-page .navigation-wrapper button.previous:before {
          content: "<"; }
      .node-gallery-page .navigation-wrapper button.next {
        right: 0; }
        .node-gallery-page .navigation-wrapper button.next:before {
          content: ">"; }
  .node-gallery-page .navigation {
    bottom: 0;
    display: inline-block;
    height: 20px;
    left: 0;
    list-style: none;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    width: 100%; }
    @media (min-width: 600px) {
      .node-gallery-page .navigation {
        width: 75%; } }
    @media (min-width: 1050px) {
      .node-gallery-page .navigation {
        background-color: transparent;
        padding: 0;
        position: static;
        width: auto; } }
    .node-gallery-page .navigation li {
      cursor: pointer;
      display: inline-block;
      height: 100%;
      margin: 0 2px;
      opacity: 0.5;
      overflow: hidden;
      position: relative;
      text-indent: 100%;
      -webkit-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      white-space: nowrap;
      width: 12px; }
      @media (min-width: 600px) {
        .node-gallery-page .navigation li {
          margin: 0 3px; } }
      @media (min-width: 1050px) {
        .node-gallery-page .navigation li {
          margin: 0 3px;
          width: 30px; } }
      .node-gallery-page .navigation li.current {
        cursor: default;
        opacity: 1; }
        .node-gallery-page .navigation li.current:after {
          border-radius: 100%;
          height: 10px;
          width: 10px; }
      .node-gallery-page .navigation li:after {
        background-color: white;
        border-radius: 100%;
        content: "";
        display: block;
        height: 10px;
        margin: auto;
        position: absolute;
        width: 10px;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        @media (min-width: 1050px) {
          .node-gallery-page .navigation li:after {
            border-radius: 1px;
            height: 6px;
            width: 100%; } }
  .js-content-hidden .page-node-13 .node-gallery-page .body {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .page-node-13 .node-gallery-page .toggle-content {
    display: none; }
  .page-node-2 .node-gallery-page .toggle-content {
    display: none; }
  .page-node-2 .node-gallery-page .content {
    position: relative;
    overflow: auto; }
    .page-node-2 .node-gallery-page .content:before {
      display: none; }
      @media (min-width: 600px) {
        .page-node-2 .node-gallery-page .content:before {
          background-color: rgba(0, 0, 0, 0.7);
          background-image: none;
          max-width: 100%;
          width: 100%; } }
  .page-node-2 .node-gallery-page .images-wrapper {
    z-index: -1; }
  .page-node-2 .node-gallery-page .body {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 1px 10px 1px 60px;
    left: 0;
    line-height: 1.2em;
    width: 100%;
    margin: auto;
    position: static;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0s;
    transition: all 0s;
    overflow: auto; }
    @media (min-width: 600px) {
      .page-node-2 .node-gallery-page .body {
        background-color: rgba(0, 0, 0, 0.8);
        left: 0;
        height: 60%;
        padding: 20px;
        position: absolute;
        width: 80%; } }
    @media (min-width: 1050px) {
      .page-node-2 .node-gallery-page .body {
        left: 22.5%;
        min-height: 360px;
        height: 50%;
        padding: 20px;
        width: 65%; } }
    .js-content-hidden .page-node-2 .node-gallery-page .body {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    @media (min-width: 600px) {
      .js-navigation-open .page-node-2 .node-gallery-page .body {
        opacity: 1; } }
    .page-node-2 .node-gallery-page .body:before, .page-node-2 .node-gallery-page .body:after {
      display: none; }
    .page-node-2 .node-gallery-page .body p:first-of-type, .page-node-2 .node-gallery-page .body p:first-child {
      margin-top: 60px; }
    .page-node-2 .node-gallery-page .body p:last-child {
      margin-bottom: 30px; }
    @media (min-width: 600px) {
      .page-node-2 .node-gallery-page .body p {
        float: left;
        width: 50%; }
        .page-node-2 .node-gallery-page .body p, .page-node-2 .node-gallery-page .body p:first-child, .page-node-2 .node-gallery-page .body p:last-child, .page-node-2 .node-gallery-page .body p:first-of-type {
          margin: 0; }
        .page-node-2 .node-gallery-page .body p:nth-of-type(2n+1) {
          clear: left; } }

/* drupal/system */
.page-user {
  font-size: 15px; }
  .page-user .tabs {
    display: none; }
  .page-user .region-content {
    position: relative; }
  .page-user h3 {
    margin-top: 0; }
  .page-user .profile,
  .page-user form > div {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    bottom: 0;
    height: 110px;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px; }
  .page-user .form-item {
    margin-bottom: 10px; }
  .page-user label {
    display: inline-block;
    width: 33%; }
  .page-user input[type=text],
  .page-user input[type=password] {
    padding: 3px 5px 2px;
    height: 25px;
    font-size: 15px;
    width: 60%; }
  .page-user .form-actions {
    padding-left: 33%; }
  .page-user .form-submit {
    font-size: 15px; }

div.tabs {
  font-size: 13px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1000; }
  div.tabs ul {
    padding: 0;
    margin: 0; }
  div.tabs li {
    display: inline-block; }
  div.tabs .active {
    display: none; }
  div.tabs a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 10px;
    border-radius: 3px;
    margin-left: 5px;
    text-decoration: none; }
    div.tabs a:focus, div.tabs a:hover {
      background: rgba(255, 255, 255, 0.3); }

/* suffix */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden, #skip-link, #block-system-main h2, #block-system-main-menu h2, #breadcrumb, #page-title, .node-page .node-title, .node-gallery-page .node-title,
.node-gallery-page img,
.node-gallery-page .alt, .page-user .description, .element-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .focusable#skip-link:active, #block-system-main h2.focusable:active, #block-system-main-menu h2.focusable:active, .focusable#breadcrumb:active, .focusable#page-title:active, .node-page .focusable.node-title:active, .node-gallery-page .focusable.node-title:active,
.node-gallery-page img.focusable:active,
.node-gallery-page .focusable.alt:active, .page-user .focusable.description:active, .focusable.element-invisible:active,
.visuallyhidden.focusable:focus,
.focusable#skip-link:focus,
#block-system-main h2.focusable:focus,
#block-system-main-menu h2.focusable:focus,
.focusable#breadcrumb:focus,
.focusable#page-title:focus,
.node-page .focusable.node-title:focus,
.node-gallery-page .focusable.node-title:focus,
.node-gallery-page img.focusable:focus,
.node-gallery-page .focusable.alt:focus,
.page-user .focusable.description:focus,
.focusable.element-invisible:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
