/* ALL YOU NEED IS CSS */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
.fw {
  overflow: hidden;
}
.hide {
  display: none;
}
.invisible {
  visibility: hidden;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-upper {
  text-transform: uppercase;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.nowrap {
  white-space: nowrap;
}
.error {
  color: #f00 !important;
}
.small-txt {
  font-size: 12px;
}
.list--no-style {
  padding: 0;
  margin: 0;
}
.list--no-style li {
  list-style-type: none;
}
.trans {
  transition: .3s ease;
}
html,
body {
  min-height: 100%;
}
body {
  height: 100%;
  position: relative;
  margin: 0;
  font-family: 'founders', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 22px;
  color: #000;
  background-color: #fff;
}
input {
  font-family: 'founders', Arial, Helvetica, sans-serif;
  border-radius: 0;
}
input:focus {
  outline: none;
}
input.error {
  border-color: #f00 !important;
}
button {
  font-family: 'founders', Arial, Helvetica, sans-serif;
}
button:focus {
  outline: none;
}
.no-selection {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: .3s ease;
}
a:hover {
  text-decoration: none;
  color: #555;
}
a.basic {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.mob-h1 {
  color: #000;
  font-weight: 300;
  margin: 0 0 20px 0;
}
h1 {
  font-size: 4rem;
  line-height: 48px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 38px 0;
}
h2 {
  font-size: 3.4rem;
  line-height: 42px;
  color: #9F9F9F;
  letter-spacing: 3px;
}
p {
  margin: 0;
}
strong {
  font-weight: 600;
}
.action {
  cursor: pointer;
}
html,
body {
  height: 100%;
  text-transform: uppercase;
}
body {
  display: block;
  overflow: hidden;
}
.pulsate {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.5;
}
.pulsate-dots {
  -webkit-animation: pulsate-dots 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes pulsate-dots {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .title {
  font-size: 3.77rem;
  text-align: center;
  line-height: 1.2;
  padding: 0 26px;
}
.loading .title--alternative {
  display: none;
}
.loading .lbl {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 100%;
  text-align: center;
  font-size: 2.1rem;
}
.site-box {
  height: 100%;
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-content {
  width: 100%;
  height: 100%;
  z-index: 0;
  text-align: center;
}
.slider-content .slick-list {
  height: 100%;
}
.slider-content .slick-track {
  height: 100%;
}
.slider-content .projects-slider {
  height: 100%;
}
.slider-content .projects-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.slider-content .projects-slide img {
  max-width: 60%;
  max-height: 60%;
  display: inline-block !important;
}
.slider-content .projects-slide.fullscreen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-content .projects-slide video {
  object-fit: cover;
}
.slider-content .projects-slide .video-wrap {
  width: 60%;
  margin: 0 auto;
}
.slider-content .projects-slide .play {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -37px;
  color: #000;
  font-size: 1.35rem;
  line-height: 1;
}
.slider-content .projects-slider-arrow-left,
.slider-content .projects-slider-arrow-right {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  padding-top: 17%;
  font-size: 2.1rem;
  line-height: 1;
  width: 50%;
  cursor: pointer;
  opacity: 0;
  transition: .3s ease;
  z-index: 100;
}
.slider-content .projects-slider-arrow-left:hover,
.slider-content .projects-slider-arrow-right:hover {
  opacity: 1;
}
.slider-content .projects-slider-arrow-left span,
.slider-content .projects-slider-arrow-right span {
  position: absolute;
  z-index: 101;
}
.slider-content .projects-slider-arrow-left {
  left: 0;
}
.slider-content .projects-slider-arrow-right {
  right: 0;
}
.logo {
  position: absolute;
  top: 22px;
  left: 26px;
  text-transform: uppercase;
  font-size: 3.77rem;
  line-height: 1;
  z-index: 10;
}
.show-about-buro {
  position: absolute;
  top: 22px;
  right: 26px;
  text-transform: uppercase;
  font-size: 3.77rem;
  line-height: 1;
  z-index: 10;
}
.about-buro {
  background-color: #fff;
  display: flex;
  border-top: 1px #000 solid;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.about-buro .mob-title,
.about-buro .mob-top {
  display: none;
}
.about-buro .col {
  width: 50%;
  font-size: 2.1rem;
  line-height: 25px;
  padding: 21px 27px 41px;
  text-transform: none;
}
.about-buro .col p + p {
  padding-top: 30px;
}
.about-buro .col-1 {
  position: relative;
}
.about-buro .col-1:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}
.about-buro .col-2 .flex {
  overflow: hidden;
}
.about-buro .col-2 .part-1 {
  float: left;
}
.about-buro .col-2 .part-2 {
  float: right;
}
.about-buro .col-2 .part-1,
.about-buro .col-2 .part-2 {
  width: 50%;
}
.about-buro .col-2 .part-1 .follow {
  padding-bottom: 30px;
}
.about-buro .col-2 a {
  color: #000;
  transition: .3s ease;
}
.about-buro .col-2 a:hover {
  color: #555;
}
.about-buro .col-2 .newsletter input {
  margin-top: 2px;
  border: 0;
  border-bottom: 1px #000 solid;
  font-size: 2.1rem;
  padding: 0 0 4px;
  width: 80%;
}
.about-buro .col-2 .newsletter .join {
  padding-top: 10px;
}
.about-buro .col-2 .newsletter .join button {
  cursor: pointer;
  border: 0;
  background: none;
  font-size: 2.1rem;
  padding: 0;
}
.controller {
  position: absolute;
  bottom: 18px;
  right: 26px;
  font-size: 2.1rem;
  line-height: 1;
}
.controller .nums {
  margin-left: 18px;
}
.controller .play,
.controller .pause {
  margin-right: 18px;
  cursor: pointer;
}
.controller .pause {
  display: none;
}
.project-name {
  position: absolute;
  bottom: 18px;
  left: 26px;
  font-size: 2.1rem;
  line-height: 1;
}
.projects-list {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  font-size: 2.1rem;
  display: none;
}
.projects-list .logo {
  z-index: 10;
}
.projects-list .projects-list-back {
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 3.77rem;
  line-height: 1;
  z-index: 10;
}
.projects-list ul {
  margin-top: 84px;
  transition: .6s ease;
  position: relative;
  top: 150%;
  overflow: scroll;
}
.projects-list.vis ul {
  top: 0;
}
.projects-list li {
  padding: 20px 26px 18px;
  position: relative;
  display: flex;
  transition: .6s ease;
}
.projects-list li .title {
  text-align: left;
  width: 35%;
}
.projects-list li .categories {
  text-align: right;
  width: 65%;
}
.projects-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.projects-list .photo-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-list .photo-box img {
  max-width: 400px;
  max-height: 400px;
}
body.white .site-box > .logo,
body.white .show-about-buro,
body.white .project-name,
body.white .controller,
body.white .projects-slider-arrow-left,
body.white .projects-slider-arrow-right {
  color: #fff;
}
#tinymce {
  text-transform: none;
}
#tinymce p {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
#tinymce a {
  color: #000;
  text-decoration: underline;
}
