@import "bootstrap.css";
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow: hidden;
  background-color: #222;
  height: 100%;
  min-width: 320px;
  min-height: 453px;
}
body:before {
  width: 100%;
  height: 100%;
  display: block;
}
img {
  max-width: 100%;
}
a {
  color: white;
  text-decoration: none;
  border-bottom: 1px white dotted;
}
a:visited {
  color: white;
  text-decoration: none;
  border-bottom: 1px white dotted;
}
a:active {
  color: white;
  text-decoration: none;
  border-bottom: 1px white dotted;
}
a:hover {
  color: white;
  text-decoration: underline;
  border: none;
}
i {
  color: white;
}
.td--pad {
  padding-left: 5px;
  padding-right: 5px;
}
.title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: white;
}
.title--big {
  font-size: 60px;
}
.title--med {
  font-size: 40px;
}
.text {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: white;
  font-size: 15px;
}
#page-container {
  overflow-y: hidden;
  overflow-x: hidden;
}
#page {
  width: 100%;
}
.responsive-autocenter-left {
  text-align: left;
}
.responsive-autocenter-right {
  text-align: right;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-page-dots {
  bottom: 5px;
}
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
.flickity-page-dots .dot.is-selected {
  background: white;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#background-frame {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}
#background-slider {
  width: 100%;
  height: 100%;
}
.jump-offset {
  display: block;
  margin-top: -47px;
  height: 47px;
  visibility: hidden;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#preloader-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #192231;
  z-index: 99;
}
#preloader-loader {
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -20px 0 0 -20px;
}
.demo-wrapper {
  color: white;
  width: 100%;
  height: 90%;
  left: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.demo-fg {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 10%;
  padding-right: 10%;
  height: inherit;
  visibility: hidden;
}
.demo-wrapper.abs {
  position: absolute;
}
#demo-expand {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  cursor: pointer;
}
#demo-expand-box {
  width: 100%;
  height: 100%;
  background-color: 0;
  opacity: .6;
}
#demo-expand-title {
  color: white;
  font-family: 'Abel', sans-serif;
  font-size: 40px;
}
#social-container {
  position: absolute;
  float: right;
}
#social-links {
  display: inline-block;
}
.social-icon {
  padding-left: 12px;
  padding-right: 12px;
  color: white;
  opacity: .6;
  font-size: 40px;
  position: relative;
  z-index: 60;
  text-decoration: none;
  border: none;
}
.social-icon:hover {
  color: white;
  text-decoration: none;
}
.social-icon:active {
  text-decoration: none;
}
.social-icon:visited {
  text-decoration: none;
}
#social-pagecover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  z-index: 50;
  opacity: 0;
}
#social-pagecover-title {
  font-family: 'Abel', sans-serif;
  color: white;
  font-size: 50px;
  text-align: center;
  z-index: 51;
}
#avatar-container {
  display: inline-block;
}
.avatar-elem-wrapper {
  float: left;
}
#avatar-img {
  border-radius: 50%;
  width: 60px;
  height: auto;
  margin-top: -4px;
}
#avatar-text-container {
  display: inline;
  line-height: 25px;
}
#avatar-text-label {
  font-family: 'Abel', sans-serif;
  font-size: 40px;
  margin-left: 15px;
}
#avatar-text-desc {
  font-family: 'Abel', sans-serif;
  font-size: 15px;
  margin-left: 15px;
}
#menubar-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 80;
  min-width: 292px;
  display: none;
}
#menubar-bg {
  background-color: #000000;
  opacity: .6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-box-shadow: 0 0 38px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 38px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 38px 1px rgba(0, 0, 0, 0.75);
}
#menubar-title {
  font-family: 'Abel', sans-serif;
  font-size: 35px;
  color: white;
  float: right;
  min-width: 165px;
}
#menubar-title:hover {
  cursor: pointer;
}
#menubar-items-container {
  font-size: 0;
  min-width: 645px;
}
.menubar-separator {
  height: 50px;
  width: 1px;
  background-color: white;
  margin-left: 5px;
  margin-right: 5px;
}
.menubar-item {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}
.menubar-item:hover {
  cursor: pointer;
  background-color: #7B2526;
}
.menu-language {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  width: 17%;
}
.menubar-item-text {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
#menubar-hamburger-icon {
  color: white;
  float: right;
  margin-top: 12px;
  display: none;
  visibility: hidden;
}
#hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  z-index: 40;
  background-color: #373a47;
  display: none;
  margin-right: -300px;
}
#hamburger-menu-list-container {
  margin-top: 75px;
  display: inline-block;
}
#hamburger-menu-list {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: white;
  list-style-type: none;
  margin-left: -17px;
}
.hamburger-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hamburger-menu-item:hover {
  cursor: pointer;
}
.hamburger-menu-item-text {
  padding-left: 10px;
}
.hamburger-menu-item-icon {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.section {
  width: 100%;
  text-align: center;
}
.section--med {
  width: 100%;
  min-height: 100px;
  padding-bottom: 5px;
}
.section--small {
  width: 100%;
}
.section-content {
  width: 100%;
  display: block;
  overflow: hidden;
}
.section-desc {
  text-align: justify;
  margin-left: 20%;
  margin-right: 20%;
}
.section-desc-center {
  text-align: center;
}
#group-projects {
  background-color: #1d1919;
}
.work-section-container {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}
.work-section-contents {
  margin-left: 0;
  margin-right: 0;
}
.work-item-container {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
.work-item {
  height: 350px;
  border: 1.8px solid;
  border-color: #545454;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.work-item:hover {
  cursor: pointer;
  border-color: #94c1e4;
}
.work-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.work-item-bg:hover {
  transform: scale(1.1);
}
.work-item-title-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 35px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  pointer-events: none;
  padding-bottom: 12px;
  padding-top: 12px;
}
.work-item-title {
  font-family: 'Quicksand', sans-serif;
  color: white;
  font-weight: 100;
  font-size: 30px;
}
.work-item-desc-container {
  margin-top: 10px;
  max-width: 90%;
  bottom: 0;
  text-align: justify;
  display: inline-block;
}
.work-item-desc {
  font-family: 'Quicksand', sans-serif;
  color: white;
  font-weight: 100;
  font-size: 15px;
}
.work-item-contrib-cell {
  padding-right: 5px;
  text-align: left;
  vertical-align: top;
  text-wrap: normal;
  word-wrap: break-word;
  font-size: 19px;
}
.work-item-tags-container {
  margin-top: 10px;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
.work-item-tag {
  height: 21px;
  min-width: 30px;
  padding-left: 7px;
  padding-right: 7px;
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-weight: 100;
  font-size: 14px;
  float: left;
  background-color: #813772;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 4px;
}
.work-container {
  min-height: 600px;
  width: 100%;
  display: block;
  position: relative;
}
.work-sidebar {
  width: 250px;
  height: 100%;
  float: left;
  display: table;
}
.work-table {
  min-height: 600px;
  width: 100%;
  height: 100%;
}
.ws-items {
  width: 100%;
  list-style-type: none;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.ws-l-main {
  margin-left: auto;
  margin-right: auto;
}
.ws-item {
  width: 250px;
  height: 30px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 7px;
  margin: 0;
  position: relative;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
}
.ws-item--sub {
  font-size: 12px;
  height: 23px;
}
.ws-item--sub:hover {
  cursor: pointer;
  padding-right: 23px;
}
.ws-item--cat {
  display: table;
  text-align: center;
}
.ws-item--ext:hover {
  padding-right: 30px;
  cursor: pointer;
}
.ws-item--page:hover {
  padding-right: 30px;
  cursor: pointer;
}
.ws-item--bg {
  background-color: #423737;
  opacity: .4;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.work-content-root {
  width: 100%;
  height: 100%;
  padding: 0;
}
.work-content {
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
}
.wc-inner {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
.wc-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
  position: absolute;
  z-index: -5;
}
.wc-fg {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.wc-about-logo {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.wc-about-desc {
  text-align: left;
}
.wc-about-facts {
  float: left;
  text-align: left;
}
.wc-static-container {
  width: 100%;
}
#pp-container {
  margin-top: 80px;
  width: 100%;
  opacity: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  color: white;
}
.pp-title-container {
  text-align: center;
}
.pp-title {
  font-size: 80px;
}
.pp-contents-container {
  max-width: 992px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 15px;
}
.pp-facts-container {
  margin-bottom: 20px;
}
.pp-facts-cell {
  padding: 5px;
}
.pp-contents {
  width: 100%;
  min-height: 200px;
  padding: 20px;
  z-index: 1;
}
.accordion {
  width: 100%;
  display: block;
  background: rgba(97, 77, 77, 0.86);
  color: #fefefe;
  padding: .75em;
  border-radius: .15em;
  transition: background .3s ease;
  margin-bottom: 10px;
  border-radius: 3px;
}
.accordion:hover {
  cursor: pointer;
  background: rgba(105, 87, 87, 0.9);
}
.accordion.active {
  background: rgba(0, 113, 108, 0.9);
}
.accordion-inner {
  padding-left: 1em;
  padding-bottom: 10px;
  overflow: hidden;
  display: none;
}
.accordion-icon {
  float: right;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion-icon.rotate {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  .responsive-autocenter-left {
    text-align: center;
  }
  .responsive-autocenter-right {
    text-align: center;
  }
  .demo-fg {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    height: inherit;
  }
  .wc-static-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 1192px) {
  .demo-fg {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    height: inherit;
  }
  #menubar-items-container {
    display: none;
    visibility: hidden;
  }
  .work-sidebar {
    display: none;
  }
  .wc-fg {
    text-align: center;
  }
  .wc-static-container {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1700px) {
  #menubar-title {
    font-size: 32px;
    margin-top: 1px;
  }
}
@media screen and (max-width: 1500px) {
  .menu-language {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1192px) {
  #menubar-title {
    float: left;
    font-size: 28px;
    margin-top: 5px;
  }
  .pp-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  #menubar-title {
    float: left;
    font-size: 25px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 400px) {
  #menubar-title {
    float: left;
    font-size: 23px;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 1192px) {
  #menubar-hamburger-icon {
    display: block;
    visibility: visible;
  }
}
@media only screen and (max-width: 1170px) {
  .section-desc {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (min-width: 1170px) {
  .wc-static-container {
    margin-left: 75px;
  }
}
