/*
 * Theme Name: STU/D/O
 * Version: 0.1.0
 */
@font-face {
  font-family: 'NHaasGrotesk';
  src: url(fonts/NHaasGroteskTXStd-55Rg.otf); }
@font-face {
  font-family: 'NHaasGrotesk';
  font-weight: bold;
  src: url(fonts/NHaasGroteskTXStd-75Bd.otf); }
@font-face {
  font-family: 'NHaasGrotesk';
  font-weight: 500;
  src: url(fonts/NHaasGroteskTXStd-65Md.otf); }
@font-face {
  font-family: 'NHaasGrotesk';
  font-weight: bold;
  font-style: italic;
  src: url(fonts/NHaasGroteskTXStd-76BdIt.otf); }
html, body {
  font-family: "NHaasGrotesk", "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #333E48; }

#topbar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  background: white;
  z-index: 999; }

.site {
  min-height: 100%;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding-top: 30px; }
  @media (max-width: 991px) {
    .site {
      padding-top: 50px; } }

.site-header {
  z-index: 99; }
  .site-header .icon-menu {
    display: inline-block;
    width: 20px;
    height: 18px;
    background-size: contain;
    background-image: url(images/theme/icon-menu.png);
    background-repeat: no-repeat; }
  @media all and (max-width: 991px) {
    .site-header {
      /* since 3.1.0 */ }
      .site-header .navbar-header {
        margin-left: -15px;
        margin-right: -15px; }
        .site-header .navbar-header .navbar-brand .logo-name img {
          height: 15px; }
      .site-header .navbar-header {
        float: none; }
      .site-header .navbar-toggle {
        display: block; }
      .site-header .navbar-collapse {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 49px;
        border-top-width: 0px;
        padding-left: 15px;
        padding-right: 15px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        margin: 0px; }
      .site-header .navbar-collapse.collapse {
        display: none !important; }
      .site-header .navbar-nav {
        float: none !important;
        margin: 7.5px -15px; }
      .site-header .navbar-nav > li {
        float: none; }
      .site-header .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px; }
      .site-header .navbar-text {
        float: none;
        margin: 15px 0; }
      .site-header .navbar-collapse.collapse.in {
        display: block !important; }
      .site-header .collapsing {
        overflow: hidden !important; } }
  @media (max-width: 991px) {
    .site-header .navbar {
      height: 50px;
      background: white; }
      .site-header .navbar .navbar-header {
        border-bottom: 1px solid #eee; }
      .site-header .navbar .navbar-brand {
        font-weight: bold; }
      .site-header .navbar .navbar-toggle {
        margin: 0px;
        padding: 10px;
        padding-top: 15px;
        padding-right: 15px; }
      .site-header .navbar .navbar-collapse {
        background: rgba(255, 255, 255, 0.95); } }
  @media (min-width: 992px) {
    .site-header .navbar {
      top: auto;
      bottom: 0px;
      margin-bottom: 0px;
      background: white;
      text-align: center;
      font-size: 12px; }
      .site-header .navbar .navbar-brand {
        display: none; }
      .site-header .navbar .navbar-nav {
        display: inline-block;
        float: none; }
        .site-header .navbar .navbar-nav li a {
          display: inline-block;
          font-weight: bold;
          padding-left: 5px;
          padding-right: 5px;
          background: transparent; }
        .site-header .navbar .navbar-nav li:hover a, .site-header .navbar .navbar-nav li:active a, .site-header .navbar .navbar-nav li:link a, .site-header .navbar .navbar-nav li:visited a, .site-header .navbar .navbar-nav li.active a, .site-header .navbar .navbar-nav li.current-menu-item a {
          background: transparent;
          font-weight: normal; }
        .site-header .navbar .navbar-nav li:after {
          content: "/";
          font-weight: bold; }
        .site-header .navbar .navbar-nav li:last-child:after {
          content: ""; } }

#sidebar-nav {
  background: #222; }
  #sidebar-nav .nav {
    margin: 0px;
    padding-top: 10px; }
    #sidebar-nav .nav > li a {
      color: white; }
    #sidebar-nav .nav > li > a {
      border-bottom: 1px solid white; }
    #sidebar-nav .nav > li:hover > a, #sidebar-nav .nav > li:hover > a:active, #sidebar-nav .nav > li:hover > a:focus {
      background: transparent; }
    #sidebar-nav .nav > li.active > a {
      background: #444;
      color: #000; }
    #sidebar-nav .nav > li .dropdown-menu {
      background: white;
      border-radius: 0px; }
      #sidebar-nav .nav > li .dropdown-menu li a {
        color: #333E48; }
      #sidebar-nav .nav > li .dropdown-menu li.active a {
        background: #888; }
      #sidebar-nav .nav > li .dropdown-menu li:hover a, #sidebar-nav .nav > li .dropdown-menu li.active:hover a {
        background: #888;
        color: #333E48; }
  @media all and (min-width: 768px) {
    #sidebar-nav .nav {
      float: none; }
      #sidebar-nav .nav > li {
        float: none; } }

.site-content {
  margin-bottom: 100px;
  min-height: 100vh;
  background: white;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  @media (max-width: 991px) {
    .site-content {
      margin-bottom: 50px; } }

.back-to-top {
  padding-top: 30px;
  font-size: 24px;
  text-align: center; }

#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: auto;
  min-height: 0px; }
  #footer:after {
    content: " ";
    display: block;
    height: 30px;
    margin-top: 10px;
    background-image: url(images/theme/stripe-pattern-1.gif);
    background-repeat: repeat; }
  #footer .right {
    text-align: right; }
  @media all and (max-width: 991px) {
    #footer {
      font-size: 14px; }
      #footer .mobile-divider {
        display: block; }
      #footer .right {
        text-align: center; }
      #footer:after {
        height: 10px; } }

#loading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.98); }
  #loading .container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    #loading .container img {
      height: 120px; }

@media all and (max-width: 991px) {
  .container {
    padding: 0px 15px; }

  #footer {
    text-align: center; }
    #footer .container {
      padding: 15px; }

  body .back-to-top {
    display: none !important; } }
@media all and (min-width: 992px) {
  .hidden-xs {
    display: block !important; }

  .visible-xs {
    display: none !important; } }
@media all and (max-width: 991px) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; } }
a {
  color: #333E48; }
  a:hover, a:focus, a:active, a.active {
    color: #333E48;
    text-decoration: none; }

.font-medium {
  font-weight: 500; }

.underline {
  text-decoration: underline; }

.btn-primary {
  background: #333E48;
  border-color: #333E48;
  color: white; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background: #333E48 !important;
    border-color: #333E48 !important; }

.no-padding {
  padding: 0px; }

.pagination li > a,
.pagination li > span,
.pagination li:hover > a,
.pagination li:hover > span {
  color: #222; }
.pagination li:first-child > a,
.pagination li:first-child > span,
.pagination li:last-child > a,
.pagination li:last-child > span {
  border-radius: 0px; }
.pagination .active > a,
.pagination .active > span,
.pagination .active:hover > a,
.pagination .active:hover > span {
  background-color: #333E48;
  border-color: #333E48; }

.container.container-sm {
  max-width: 480px; }

.container.container-md {
  max-width: 800px; }

.project-list .col, .gallery-layout .col, .news-list .col {
  padding: 0px;
  padding-right: 1px;
  padding-bottom: 1px; }
.project-list .list-header, .project-list .list-footer, .project-list .alm-btn-wrap, .gallery-layout .list-header, .gallery-layout .list-footer, .gallery-layout .alm-btn-wrap, .news-list .list-header, .news-list .list-footer, .news-list .alm-btn-wrap {
  clear: both; }
.project-list .project, .project-list .image, .project-list .news, .gallery-layout .project, .gallery-layout .image, .gallery-layout .news, .news-list .project, .news-list .image, .news-list .news {
  display: block;
  position: relative;
  height: 350px;
  cursor: pointer;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: inset 0 -150px 180px -80px rgba(0, 0, 0, 0.6); }
  .project-list .project .cover, .project-list .image .cover, .project-list .news .cover, .gallery-layout .project .cover, .gallery-layout .image .cover, .gallery-layout .news .cover, .news-list .project .cover, .news-list .image .cover, .news-list .news .cover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transition: all 0.2s;
    box-shadow: inset 0 -150px 180px -80px rgba(0, 0, 0, 0.6); }
  .project-list .project .cover-portrait, .project-list .image .cover-portrait, .project-list .news .cover-portrait, .gallery-layout .project .cover-portrait, .gallery-layout .image .cover-portrait, .gallery-layout .news .cover-portrait, .news-list .project .cover-portrait, .news-list .image .cover-portrait, .news-list .news .cover-portrait {
    display: none; }
  .project-list .project .info, .project-list .image .info, .project-list .news .info, .gallery-layout .project .info, .gallery-layout .image .info, .gallery-layout .news .info, .news-list .project .info, .news-list .image .info, .news-list .news .info {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 50px;
    padding: 20px 25px;
    color: white;
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
    .project-list .project .info .title, .project-list .project .info .subtitle, .project-list .image .info .title, .project-list .image .info .subtitle, .project-list .news .info .title, .project-list .news .info .subtitle, .gallery-layout .project .info .title, .gallery-layout .project .info .subtitle, .gallery-layout .image .info .title, .gallery-layout .image .info .subtitle, .gallery-layout .news .info .title, .gallery-layout .news .info .subtitle, .news-list .project .info .title, .news-list .project .info .subtitle, .news-list .image .info .title, .news-list .image .info .subtitle, .news-list .news .info .title, .news-list .news .info .subtitle {
      font-weight: bold;
      letter-spacing: 1px; }
    .project-list .project .info .status, .project-list .image .info .status, .project-list .news .info .status, .gallery-layout .project .info .status, .gallery-layout .image .info .status, .gallery-layout .news .info .status, .news-list .project .info .status, .news-list .image .info .status, .news-list .news .info .status {
      font-weight: 200; }
    .project-list .project .info .description, .project-list .image .info .description, .project-list .news .info .description, .gallery-layout .project .info .description, .gallery-layout .image .info .description, .gallery-layout .news .info .description, .news-list .project .info .description, .news-list .image .info .description, .news-list .news .info .description {
      margin-top: 15px;
      margin-bottom: 4px;
      font-size: 11px;
      font-weight: 200;
      letter-spacing: 0.3px;
      max-height: 30px;
      overflow: hidden; }
      .project-list .project .info .description p, .project-list .image .info .description p, .project-list .news .info .description p, .gallery-layout .project .info .description p, .gallery-layout .image .info .description p, .gallery-layout .news .info .description p, .news-list .project .info .description p, .news-list .image .info .description p, .news-list .news .info .description p {
        margin: 0px; }
  .project-list .project .action, .project-list .image .action, .project-list .news .action, .gallery-layout .project .action, .gallery-layout .image .action, .gallery-layout .news .action, .news-list .project .action, .news-list .image .action, .news-list .news .action {
    position: absolute;
    bottom: 18px;
    height: auto;
    right: 15px;
    width: auto; }
    .project-list .project .action .dropup, .project-list .image .action .dropup, .project-list .news .action .dropup, .gallery-layout .project .action .dropup, .gallery-layout .image .action .dropup, .gallery-layout .news .action .dropup, .news-list .project .action .dropup, .news-list .image .action .dropup, .news-list .news .action .dropup {
      color: white; }
      .project-list .project .action .dropup .btn, .project-list .image .action .dropup .btn, .project-list .news .action .dropup .btn, .gallery-layout .project .action .dropup .btn, .gallery-layout .image .action .dropup .btn, .gallery-layout .news .action .dropup .btn, .news-list .project .action .dropup .btn, .news-list .image .action .dropup .btn, .news-list .news .action .dropup .btn {
        font-size: 12px;
        background: transparent;
        border: 0px;
        outline: none;
        color: white; }
      .project-list .project .action .dropup .dropdown-menu, .project-list .image .action .dropup .dropdown-menu, .project-list .news .action .dropup .dropdown-menu, .gallery-layout .project .action .dropup .dropdown-menu, .gallery-layout .image .action .dropup .dropdown-menu, .gallery-layout .news .action .dropup .dropdown-menu, .news-list .project .action .dropup .dropdown-menu, .news-list .image .action .dropup .dropdown-menu, .news-list .news .action .dropup .dropdown-menu {
        min-width: 0px;
        background: transparent;
        border: 0px;
        margin: 0px;
        box-shadow: none; }
        .project-list .project .action .dropup .dropdown-menu li a, .project-list .project .action .dropup .dropdown-menu li a:hover, .project-list .project .action .dropup .dropdown-menu li a:active, .project-list .project .action .dropup .dropdown-menu li a:link, .project-list .project .action .dropup .dropdown-menu li a:visited, .project-list .image .action .dropup .dropdown-menu li a, .project-list .image .action .dropup .dropdown-menu li a:hover, .project-list .image .action .dropup .dropdown-menu li a:active, .project-list .image .action .dropup .dropdown-menu li a:link, .project-list .image .action .dropup .dropdown-menu li a:visited, .project-list .news .action .dropup .dropdown-menu li a, .project-list .news .action .dropup .dropdown-menu li a:hover, .project-list .news .action .dropup .dropdown-menu li a:active, .project-list .news .action .dropup .dropdown-menu li a:link, .project-list .news .action .dropup .dropdown-menu li a:visited, .gallery-layout .project .action .dropup .dropdown-menu li a, .gallery-layout .project .action .dropup .dropdown-menu li a:hover, .gallery-layout .project .action .dropup .dropdown-menu li a:active, .gallery-layout .project .action .dropup .dropdown-menu li a:link, .gallery-layout .project .action .dropup .dropdown-menu li a:visited, .gallery-layout .image .action .dropup .dropdown-menu li a, .gallery-layout .image .action .dropup .dropdown-menu li a:hover, .gallery-layout .image .action .dropup .dropdown-menu li a:active, .gallery-layout .image .action .dropup .dropdown-menu li a:link, .gallery-layout .image .action .dropup .dropdown-menu li a:visited, .gallery-layout .news .action .dropup .dropdown-menu li a, .gallery-layout .news .action .dropup .dropdown-menu li a:hover, .gallery-layout .news .action .dropup .dropdown-menu li a:active, .gallery-layout .news .action .dropup .dropdown-menu li a:link, .gallery-layout .news .action .dropup .dropdown-menu li a:visited, .news-list .project .action .dropup .dropdown-menu li a, .news-list .project .action .dropup .dropdown-menu li a:hover, .news-list .project .action .dropup .dropdown-menu li a:active, .news-list .project .action .dropup .dropdown-menu li a:link, .news-list .project .action .dropup .dropdown-menu li a:visited, .news-list .image .action .dropup .dropdown-menu li a, .news-list .image .action .dropup .dropdown-menu li a:hover, .news-list .image .action .dropup .dropdown-menu li a:active, .news-list .image .action .dropup .dropdown-menu li a:link, .news-list .image .action .dropup .dropdown-menu li a:visited, .news-list .news .action .dropup .dropdown-menu li a, .news-list .news .action .dropup .dropdown-menu li a:hover, .news-list .news .action .dropup .dropdown-menu li a:active, .news-list .news .action .dropup .dropdown-menu li a:link, .news-list .news .action .dropup .dropdown-menu li a:visited {
          color: white;
          padding: 3px 8px;
          background: transparent; }
        .project-list .project .action .dropup .dropdown-menu li a:hover, .project-list .image .action .dropup .dropdown-menu li a:hover, .project-list .news .action .dropup .dropdown-menu li a:hover, .gallery-layout .project .action .dropup .dropdown-menu li a:hover, .gallery-layout .image .action .dropup .dropdown-menu li a:hover, .gallery-layout .news .action .dropup .dropdown-menu li a:hover, .news-list .project .action .dropup .dropdown-menu li a:hover, .news-list .image .action .dropup .dropdown-menu li a:hover, .news-list .news .action .dropup .dropdown-menu li a:hover {
          color: white; }
      .project-list .project .action .dropup:hover .dropdown-menu, .project-list .image .action .dropup:hover .dropdown-menu, .project-list .news .action .dropup:hover .dropdown-menu, .gallery-layout .project .action .dropup:hover .dropdown-menu, .gallery-layout .image .action .dropup:hover .dropdown-menu, .gallery-layout .news .action .dropup:hover .dropdown-menu, .news-list .project .action .dropup:hover .dropdown-menu, .news-list .image .action .dropup:hover .dropdown-menu, .news-list .news .action .dropup:hover .dropdown-menu {
        display: block; }
  .project-list .project:hover .cover, .project-list .image:hover .cover, .project-list .news:hover .cover, .gallery-layout .project:hover .cover, .gallery-layout .image:hover .cover, .gallery-layout .news:hover .cover, .news-list .project:hover .cover, .news-list .image:hover .cover, .news-list .news:hover .cover {
    -webkit-filter: brightness(0.7);
    -moz-filter: brightness(0.7);
    filter: brightness(0.7); }
.project-list .list-header, .project-list .list-footer, .gallery-layout .list-header, .gallery-layout .list-footer, .news-list .list-header, .news-list .list-footer {
  padding: 15px;
  text-align: center; }
  .project-list .list-header a, .project-list .list-header button, .project-list .list-footer a, .project-list .list-footer button, .gallery-layout .list-header a, .gallery-layout .list-header button, .gallery-layout .list-footer a, .gallery-layout .list-footer button, .news-list .list-header a, .news-list .list-header button, .news-list .list-footer a, .news-list .list-footer button {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    background: transparent; }
.project-list.hide-first .list-body, .project-list.hide-first .hide-btn, .gallery-layout.hide-first .list-body, .gallery-layout.hide-first .hide-btn, .news-list.hide-first .list-body, .news-list.hide-first .hide-btn {
  display: none; }
.project-list.hide-first.open .list-body, .gallery-layout.hide-first.open .list-body, .news-list.hide-first.open .list-body {
  display: block; }
.project-list.hide-first.open .hide-btn, .gallery-layout.hide-first.open .hide-btn, .news-list.hide-first.open .hide-btn {
  display: inline-block; }
.project-list.hide-first.open .show-btn, .gallery-layout.hide-first.open .show-btn, .news-list.hide-first.open .show-btn {
  display: none; }
@media (max-width: 767px) {
  .project-list .project, .project-list .image, .project-list .news, .gallery-layout .project, .gallery-layout .image, .gallery-layout .news, .news-list .project, .news-list .image, .news-list .news {
    padding-top: 70%;
    height: 0px; } }
@media (min-width: 768px) {
  .project-list .portrait .image, .gallery-layout .portrait .image, .news-list .portrait .image {
    height: 701px; }
    .project-list .portrait .image .cover-landscape, .gallery-layout .portrait .image .cover-landscape, .news-list .portrait .image .cover-landscape {
      display: none; }
    .project-list .portrait .image .cover-portrait, .gallery-layout .portrait .image .cover-portrait, .news-list .portrait .image .cover-portrait {
      display: block; }
  .project-list .col:nth-child(8n+1) .project, .project-list .col:nth-child(8n+1) .news, .project-list .col:nth-child(8n+6) .project, .project-list .col:nth-child(8n+6) .news, .gallery-layout .col:nth-child(8n+1) .project, .gallery-layout .col:nth-child(8n+1) .news, .gallery-layout .col:nth-child(8n+6) .project, .gallery-layout .col:nth-child(8n+6) .news, .news-list .col:nth-child(8n+1) .project, .news-list .col:nth-child(8n+1) .news, .news-list .col:nth-child(8n+6) .project, .news-list .col:nth-child(8n+6) .news {
    height: 701px; }
    .project-list .col:nth-child(8n+1) .project .cover-landscape, .project-list .col:nth-child(8n+1) .news .cover-landscape, .project-list .col:nth-child(8n+6) .project .cover-landscape, .project-list .col:nth-child(8n+6) .news .cover-landscape, .gallery-layout .col:nth-child(8n+1) .project .cover-landscape, .gallery-layout .col:nth-child(8n+1) .news .cover-landscape, .gallery-layout .col:nth-child(8n+6) .project .cover-landscape, .gallery-layout .col:nth-child(8n+6) .news .cover-landscape, .news-list .col:nth-child(8n+1) .project .cover-landscape, .news-list .col:nth-child(8n+1) .news .cover-landscape, .news-list .col:nth-child(8n+6) .project .cover-landscape, .news-list .col:nth-child(8n+6) .news .cover-landscape {
      display: none; }
    .project-list .col:nth-child(8n+1) .project .cover-portrait, .project-list .col:nth-child(8n+1) .news .cover-portrait, .project-list .col:nth-child(8n+6) .project .cover-portrait, .project-list .col:nth-child(8n+6) .news .cover-portrait, .gallery-layout .col:nth-child(8n+1) .project .cover-portrait, .gallery-layout .col:nth-child(8n+1) .news .cover-portrait, .gallery-layout .col:nth-child(8n+6) .project .cover-portrait, .gallery-layout .col:nth-child(8n+6) .news .cover-portrait, .news-list .col:nth-child(8n+1) .project .cover-portrait, .news-list .col:nth-child(8n+1) .news .cover-portrait, .news-list .col:nth-child(8n+6) .project .cover-portrait, .news-list .col:nth-child(8n+6) .news .cover-portrait {
      display: block; }
  .project-list .col:nth-child(8n+6), .gallery-layout .col:nth-child(8n+6), .news-list .col:nth-child(8n+6) {
    float: right; } }

.gallery-layout .image {
  box-shadow: none; }
  .gallery-layout .image img {
    display: none; }
@media (max-width: 767px) {
  .gallery-layout .image {
    margin-bottom: 0px;
    padding: 0px;
    height: auto;
    background-size: 0px;
    background-color: transparent; }
    .gallery-layout .image img {
      width: 100%;
      display: block; } }

.publication-list .col {
  padding: 0px;
  padding-right: 1px;
  padding-bottom: 1px; }
.publication-list .publication {
  display: block;
  position: relative;
  height: 250px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black;
  cursor: pointer;
  box-shadow: inset 0 -150px 180px -80px rgba(0, 0, 0, 0.6); }
  .publication-list .publication .cover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: black;
    transition: all 0.2s;
    box-shadow: inset 0 -150px 180px -80px rgba(0, 0, 0, 0.6); }
  .publication-list .publication .info {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 50px;
    padding: 20px 25px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
    .publication-list .publication .info .title {
      font-weight: 500;
      letter-spacing: 1px;
      margin-bottom: 0px; }
    .publication-list .publication .info .subtitle {
      margin-bottom: 5px;
      font-size: 12px;
      font-weight: 200;
      letter-spacing: 0.3px; }
    .publication-list .publication .info .description {
      margin-top: 15px;
      margin-bottom: 4px;
      font-size: 11px;
      font-weight: 200;
      letter-spacing: 0.3px; }
      .publication-list .publication .info .description p {
        margin: 0px; }
  .publication-list .publication .action {
    position: absolute;
    bottom: 15px;
    height: auto;
    right: 15px;
    width: auto; }
    .publication-list .publication .action .dropup {
      color: white; }
      .publication-list .publication .action .dropup .btn {
        font-size: 12px;
        background: transparent;
        border: 0px;
        outline: none;
        color: white; }
      .publication-list .publication .action .dropup .dropdown-menu {
        min-width: 0px;
        background: transparent;
        border: 0px;
        margin: 0px;
        box-shadow: none; }
        .publication-list .publication .action .dropup .dropdown-menu li a, .publication-list .publication .action .dropup .dropdown-menu li a:hover, .publication-list .publication .action .dropup .dropdown-menu li a:active, .publication-list .publication .action .dropup .dropdown-menu li a:link, .publication-list .publication .action .dropup .dropdown-menu li a:visited {
          color: white;
          padding: 3px 8px;
          background: transparent; }
        .publication-list .publication .action .dropup .dropdown-menu li a:hover {
          color: white; }
      .publication-list .publication .action .dropup:hover .dropdown-menu {
        display: block; }
  .publication-list .publication:hover .cover {
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    filter: brightness(0.8); }
.publication-list .list-header, .publication-list .list-footer {
  padding: 15px;
  text-align: center; }
  .publication-list .list-header a, .publication-list .list-header button, .publication-list .list-footer a, .publication-list .list-footer button {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    background: transparent; }
@media (min-width: 992px) {
  .publication-list .col:nth-child(1) {
    width: 66.666666%; }
    .publication-list .col:nth-child(1) .publication {
      height: 501px; } }

.tag-list {
  line-height: 1.8em;
  text-align: center; }
  .tag-list .list-header {
    margin-top: -2px;
    margin-bottom: 2px;
    font-size: 8px; }
  .tag-list .tag {
    display: inline-block;
    border: 1px solid black;
    padding: 0px 8px;
    margin-bottom: 5px;
    font-size: 12px; }
    .tag-list .tag.active, .tag-list .tag:hover {
      background: black;
      color: white;
      font-weight: normal; }
    .tag-list .tag.disabled {
      opacity: .2; }
  .tag-list .seperator {
    display: inline-block;
    margin: 0px 5px; }

.close-btn {
  display: block;
  position: fixed;
  width: auto;
  height: auto;
  top: 60px;
  right: 30px;
  padding: 10px 15px; }
  .close-btn img {
    height: 12px; }
  @media (max-width: 991px) {
    .close-btn {
      display: none; } }

.arrow {
  display: block;
  position: fixed;
  top: 40vh;
  width: auto;
  height: auto;
  padding: 10px 15px; }
  .arrow img {
    height: 25px; }
  @media (max-width: 991px) {
    .arrow {
      display: none; } }

.arrow-left {
  left: 30px; }

.arrow-right {
  right: 30px; }

.social-share-fixed {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: auto;
  height: auto; }
  .social-share-fixed .nav li a:hover, .social-share-fixed .nav li a:active, .social-share-fixed .nav li a:link, .social-share-fixed .nav li a:visited {
    background: transparent; }
  @media (max-width: 991px) {
    .social-share-fixed {
      bottom: 0px;
      right: 0px;
      left: 0px;
      background: white;
      height: 50px; }
      .social-share-fixed .nav {
        text-align: center; }
        .social-share-fixed .nav li {
          float: none;
          display: inline-block; } }

.single .fancybox-overlay {
  background: rgba(255, 255, 255, 0.8); }
.single .fancybox-skin {
  padding: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important; }
.single .fancybox-close {
  position: fixed;
  top: 75px;
  right: 60px;
  width: 12px;
  height: 12px;
  background-image: url(images/theme/icon-close.png);
  background-size: contain; }
.single .fancybox-nav span {
  position: fixed;
  background: transparent;
  visibility: visible;
  display: block;
  top: 45vh;
  padding: 30px 15px; }
  .single .fancybox-nav span:after {
    content: "/"; }
.single .fancybox-next span {
  right: 45px; }
.single .fancybox-prev span {
  left: 30px; }
@media (max-width: 991px) {
  .single .fancybox-close {
    position: fixed;
    top: 15px;
    right: 15px; } }

#index-page .cover-section {
  margin-bottom: 50px; }
  #index-page .cover-section .main-cover #cover-slick .cover {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px -150px 150px -150px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -150px 150px -150px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -150px 150px -150px rgba(0, 0, 0, 0.75); }
  #index-page .cover-section .main-cover #cover-slick .info {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    text-align: center;
    color: white; }
  #index-page .cover-section .main-cover #cover-slick .title {
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 1px; }
  #index-page .cover-section .main-cover #cover-slick .slick-dots {
    bottom: 15px;
    margin-bottom: 0px; }
    #index-page .cover-section .main-cover #cover-slick .slick-dots li {
      margin: 0px;
      width: 10px; }
      #index-page .cover-section .main-cover #cover-slick .slick-dots li button:before {
        width: 10px;
        font-family: "NHaasGrotesk", "Helvetica Neue", sans-serif;
        font-size: 14px;
        font-weight: normal;
        content: "/";
        color: white; }
  @media (max-width: 991px) {
    #index-page .cover-section {
      margin-bottom: 20px; }
      #index-page .cover-section .main-cover #cover-slick {
        margin-bottom: 0px; }
        #index-page .cover-section .main-cover #cover-slick .cover {
          height: 300px; } }
#index-page .news-section .section-header {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold; }

#project-list-page .container.container-sm {
  max-width: 600px; }
#project-list-page .page-header {
  text-align: center;
  border: 0px; }
  #project-list-page .page-header .page-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px; }
#project-list-page .search-panel {
  text-align: left;
  margin-bottom: 30px; }
@media (min-width: 992px) {
  #project-list-page .search-panel .left {
    text-align: right; }
  #project-list-page .search-panel .right {
    text-align: left; } }

#project-page .main-cover {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black;
  margin-bottom: 30px;
  -webkit-box-shadow: inset 0px -150px 150px -150px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -150px 150px -150px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -150px 150px -150px rgba(0, 0, 0, 0.75); }
  #project-page .main-cover .slick .image {
    height: 0px;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: inset 0 -100px 200px -30px rgba(0, 0, 0, 0.8); }
    #project-page .main-cover .slick .image img {
      width: 100%;
      height: 100%;
      opacity: 0; }
  #project-page .main-cover .slick .slick-next, #project-page .main-cover .slick .slick-prev {
    z-index: 2; }
    #project-page .main-cover .slick .slick-next:before, #project-page .main-cover .slick .slick-prev:before {
      content: "/";
      font-weight: bold; }
  #project-page .main-cover .slick .slick-next {
    right: 15px; }
  #project-page .main-cover .slick .slick-prev {
    left: 15px; }
  #project-page .main-cover .info {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 30px;
    text-align: center;
    color: white;
    letter-spacing: 1px; }
    #project-page .main-cover .info .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0px; }
    #project-page .main-cover .info .subtitle {
      font-size: 12px;
      font-weight: bold; }
  @media (max-width: 991px) {
    #project-page .main-cover {
      margin-bottom: 15px; } }
#project-page .tag-list {
  margin-bottom: 15px; }
#project-page .main-content {
  margin-bottom: 50px;
  font-size: 12px;
  font-weight: 400;
  text-align: justify; }
  #project-page .main-content .image-list .list-header a {
    text-decoration: underline; }
  #project-page .main-content .image-list .list-body .image {
    display: block; }

#news-list-page .container.container-md {
  max-width: 900px; }
#news-list-page .page-header {
  text-align: center;
  border: 0px; }
  #news-list-page .page-header .page-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px; }
#news-list-page .search-panel {
  text-align: left;
  margin-bottom: 30px; }
  #news-list-page .search-panel a.active {
    font-weight: bold; }
@media (min-width: 992px) {
  #news-list-page .search-panel .left {
    text-align: right; }
  #news-list-page .search-panel .right {
    text-align: left; } }

#news-page .main-cover {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black;
  margin-bottom: 30px;
  box-shadow: inset 0 -100px 200px -30px rgba(0, 0, 0, 0.8); }
  #news-page .main-cover .info {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 30px;
    text-align: center;
    color: white;
    letter-spacing: 1px; }
    #news-page .main-cover .info .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0px; }
    #news-page .main-cover .info .subtitle {
      font-size: 12px;
      font-weight: bold; }
  @media (max-width: 991px) {
    #news-page .main-cover {
      height: 300px;
      margin-bottom: 15px; } }
#news-page .main-content {
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  text-align: justify; }
  #news-page .main-content .image-list .list-header a {
    text-decoration: underline; }
  #news-page .main-content .image-list .list-body .image {
    display: block; }

#publication-list-page .page-header {
  text-align: center;
  border: 0px;
  margin-bottom: 0px; }
  #publication-list-page .page-header .page-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px; }
#publication-list-page .search-panel {
  margin-bottom: 30px; }
  #publication-list-page .search-panel .tag-list {
    text-align: center; }

#publication-page .main-cover {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black;
  margin-bottom: 30px; }
  #publication-page .main-cover .slick {
    min-height: 300px; }
    #publication-page .main-cover .slick .image {
      height: 0px;
      padding-top: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      overflow: hidden;
      -webkit-box-shadow: inset 0px -200px 200px -200px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: inset 0px -200px 200px -200px rgba(0, 0, 0, 0.75);
      box-shadow: inset 0px -200px 200px -200px rgba(0, 0, 0, 0.75); }
      #publication-page .main-cover .slick .image img {
        width: 100%;
        height: 100%;
        opacity: 0; }
    #publication-page .main-cover .slick .slick-next, #publication-page .main-cover .slick .slick-prev {
      z-index: 2; }
      #publication-page .main-cover .slick .slick-next:before, #publication-page .main-cover .slick .slick-prev:before {
        content: "/";
        font-weight: bold; }
    #publication-page .main-cover .slick .slick-next {
      right: 15px; }
    #publication-page .main-cover .slick .slick-prev {
      left: 15px; }
  #publication-page .main-cover .info {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 30px;
    text-align: center;
    color: white; }
    #publication-page .main-cover .info .title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0px; }
    #publication-page .main-cover .info .subtitle {
      font-size: 12px;
      font-weight: bold; }
  @media (max-width: 991px) {
    #publication-page .main-cover {
      margin-bottom: 15px; } }
#publication-page .tag-list {
  margin-bottom: 15px; }
#publication-page .main-content {
  margin-bottom: 50px;
  font-size: 12px;
  font-weight: 400;
  text-align: justify; }
  #publication-page .main-content .image-list .list-header a {
    text-decoration: underline; }
  #publication-page .main-content .image-list .list-body .image {
    display: block; }

#practice-page .cover {
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center; }
#practice-page .main-content {
  font-size: 13px;
  font-weight: 500;
  text-align: justify; }
@media (max-width: 991px) {
  #practice-page .main-content {
    text-align: left; } }

#profile-page #main {
  font-size: 12px; }
#profile-page .main-cover {
  position: relative;
  padding-top: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 50px; }
  #profile-page .main-cover .info {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    text-align: center;
    color: white; }
    #profile-page .main-cover .info .title {
      margin-bottom: 5px;
      font-size: 20px;
      font-weight: bold; }
    #profile-page .main-cover .info .subtitle {
      font-weight: bold; }
  @media (max-width: 991px) {
    #profile-page .main-cover {
      padding-top: 50%;
      margin-bottom: 15px; } }
#profile-page .main-content {
  margin-bottom: 50px;
  font-weight: bold;
  text-align: justify; }
#profile-page .download {
  text-align: center; }
  #profile-page .download a {
    font-weight: bold;
    text-decoration: underline; }
#profile-page .paragraph-seperator {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
#profile-page .founder-list {
  margin-top: 50px; }
  #profile-page .founder-list .founder .name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px; }
  #profile-page .founder-list .founder .content {
    font-weight: 500;
    margin-bottom: 30px;
    text-align: justify; }
  #profile-page .founder-list .founder .download {
    font-weight: bold;
    text-align: center; }
    #profile-page .founder-list .founder .download a {
      text-decoration: underline; }
#profile-page .member-list .list-header {
  text-align: center;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: bold; }
#profile-page .member-list .col {
  padding: 0.5px; }
#profile-page .member-list .member {
  position: relative;
  height: 0px;
  padding-top: 120%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black;
  box-shadow: inset 0 -90px 180px -60px rgba(0, 0, 0, 0.8); }
  #profile-page .member-list .member .info {
    position: absolute;
    height: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 14px; }
    #profile-page .member-list .member .info .name {
      font-weight: bold; }

#contact-us-page .container-sm {
  max-width: 520px; }
#contact-us-page .cover {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center; }
#contact-us-page #main .content {
  font-size: 12px;
  font-weight: 500;
  text-align: justify; }
  #contact-us-page #main .content h4 {
    font-size: 14px; }

/*# sourceMappingURL=style.css.map */
