/** ==============================
Project:    F+A SITE
Last change:  8.8.17

[TABLE OF CONTENTS]

01. BASE
  - Grid system
  - Basic
  - Typography
  - Images
  - Lists
  - Misc
02. ELEMENTS
  - Fade
  - Showcase
  - Projects
  - About
  - Sections
  - Reveal
03. MEDIA
============================== **/

@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400|Open+Sans:300,400,600,700');




/** Grid system
-------------------------------------------------- **/
.container {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}



.column {
  float: left;
  position: relative;
  padding: 0 25px;
}

.column.col-1 {
  width: 8.333%;
}

.column.col-2 {
  width: 16.666%;
}

.column.col-3 {
  width: 24.999000000000002%;
}

.column.col-4 {
  width: 33.332%;
}

.column.col-5 {
  width: 41.665%;
}

.column.col-6 {
  width: 49.998000000000005%;
}

.column.col-7 {
  width: 58.331%;
}

.column.col-8 {
  width: 66.664%;
}

.column.col-9 {
  width: 74.997%;
}

.column.col-10 {
  width: 83.33%;
}

.column.col-11 {
  width: 91.663%;
}

.column.col-10 {
  width: 100%;
}

.column.offset-1 {
  margin-left: 8.333%;
}

.column.offset-2 {
  margin-left: 16.666%;
}

.column.offset-3 {
  margin-left: 24.999000000000002%;
}

.column.offset-4 {
  margin-left: 33.332%;
}

.column.offset-5 {
  margin-left: 41.665%;
}

.column.offset-6 {
  margin-left: 49.998000000000005%;
}

.column.offset-7 {
  margin-left: 58.331%;
}

.column.offset-8 {
  margin-left: 66.664%;
}

.column.offset-9 {
  margin-left: 74.997%;
}

.column.offset-10 {
  margin-left: 83.33%;
}

.column.offset-11 {
  margin-left: 91.663%;
}

.row {
  display: block;
  margin: 0 -25px;
}

.row:not(:last-child) {
  margin-bottom: 50px;
}

.container::after,
.row::after,
.clear::after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width:960px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .column {
    width: 100% !important;
    padding: 0;
    margin-left: 0 !important;
  }

  .column:not(:last-child) {
    margin-bottom: 50px;
  }

}

/** Basic
-------------------------------------------------- **/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: #808080;
  background: #fff;
  overflow-y: scroll;
}

body.no-scroll {
  overflow: hidden;
  margin-right: 17px;
}

::selection {
  color: #ffffff;
  background: #111111;
}

::-moz-selection {
  color: #ffffff;
  background: #111111;
}

/** Typography
-------------------------------------------------- **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #111111;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 25px;
}

h1 {
  font-size: 42px;
  line-height: 56px;
}

h2 {
  font-size: 36px;
  line-height: 50px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.01em;
}

h4 {
  font-size: 26px;
  line-height: 40px;
}

h5 {
  font-size: 22px;
  line-height: 36px;
}

h6 {
  font-size: 18px;
  line-height: 32px;
}

.boldheader {
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

.statement {
    font-size: 40px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    border-top: 6px solid #333;
    padding-top: 3px;
}

.statement2 {
    font-size: 40px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    border-top: 6px solid #333;
padding-top: 3px;
   background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQYV2NkQAJ79+5tYITxQRxnZ2eIAIwDYjMic0ACAM0rDrz/sc2WAAAAAElFTkSuQmCC
    ) repeat;
height: 20px;
    display: inline-block;
}


p:not(:last-child) {
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: #6b6868;
}

/** Images
-------------------------------------------------- **/
img.responsive {
  width: 100%;
}

figure {
  position: relative;
}

figure figcaption {
  position: relative;
  text-align: center;
  bottom: 0px;
  background: #ffffff;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
background-color: #fff;
    padding: 5px 10px;
    color: #111111 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-weight: 500;
    letter-spacing: 0.05em;
    
}

/** Lists
-------------------------------------------------- **/
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 25px;
}

ul li,
ol li {
  margin-bottom: 10px;
}

/** Misc
-------------------------------------------------- **/
.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

div[class*="gap--"] {
  display: block;
}

.gap--25 {
  height: 25px;
}

.gap--50 {
  height: 50px;
}

.gap--100 {
  height: 100px;
}

.light--content h1,
.light--content h2,
.light--content h3,
.light--content h4,
.light--content h5,
.light--content h6,
.light--content a {
  color: #ffffff;
}

/** Fade
-------------------------------------------------- **/
.fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #111111;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.fade.hide {
  opacity: 0;
  visibility: hidden;
}

/** Showcase
-------------------------------------------------- **/
.showcase {
  width: 100%;
  height: 100vh;
  position: relative;
}

.previews {
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
  transition: all 1s ease;
}

.previews.full {
  width: 100%;
}

.previews .preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.previews .preview.active {
  opacity: 1;
  visibility: visible;
}

.previews .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
}

.previews .loader.visible {
  opacity: 1;
  visibility: visible;
}

.previews .loader span {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid rgba(17, 17, 17, 0.15);
  border-top: 5px solid #ffffff;
  animation: loader 0.7s infinite linear;
}

@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
  }

}

@keyframes loader {
  100% {
    transform: rotate(360deg);
  }

}

.controls {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  padding: 60px;
}
.main-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #111111;
}
.about-link {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  position: relative;
}

.about-link::before {
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -100%;
    background: #222;
    transition: all .5s ease;
}

.about-link:hover::before{left:-75%}

.controls-list {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.controls-list li.title {
  text-transform: uppercase;
  font-size: 11px;
  color: #949393;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}

.controls-list li a {
  font-size: 20px;
  font-weight: 700;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  color: #111111;
  cursor: pointer;
  position: relative;
}

.controls-list li span {
  font-family: 'Avenir','Nunito', sans-serif;
  font-size: 11px;
  color: #b3b3b3;
}

/** Projects
-------------------------------------------------- **/
.project-image {
  margin-bottom: 50px;
}

.project-image img {
  display: block;
  margin: 0 auto;
}

.close-project {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #111111;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: scale(0.5);
}

.close-project.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.close-project .cross {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}

.close-project .cross::before,
.close-project .cross::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
}

.close-project .cross::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}

.close-project .cross::after {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}

/** About
-------------------------------------------------- **/
#about {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

#about.visible {
  opacity: 1;
  visibility: visible;
}

#about #about-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: scroll;
  padding: 30vh 0;
}

.close-about {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 60px;
  right: 50px;
  margin-left: -10px;
  cursor: pointer;
  border-radius: 100%;
  background: #000000;
}

.close-about span::before,
.close-about span::after {
  content: '';
  width: 14px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  background: #ffffff;
}

.close-about span::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(45deg);
}

.close-about span::after {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}

/** Sections
-------------------------------------------------- **/
.section {
  position: relative;
  padding: 150px 0;
}

.section.pt-0 {
  padding-top: 0;
}

.section.pt-100 {
  padding-top: 100px;
}

.section.pb-0 {
  padding-bottom: 0;
}

.section.pb-100 {
  padding-bottom: 100px;
}

/** Reveal
-------------------------------------------------- **/
.reveal {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 0.7s ease;
}

.reveal.reveal-in {
  opacity: 1;
  top: 0;
}

/** Media
-------------------------------------------------- **/
@media (max-width:800px) {
  .previews {
    width: 30%;
  }

  .controls {
    width: 70%;
  }

  .section {
    padding: 100px 0;
  }

  .controls-list li span {
    display: none;
  }

}

@media (max-width:550px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .previews {
    width: 0;
  }

  .controls {
    width: 100%;
  }

  .controls .header {
    height: auto;
    padding: 40px;
  }

  .controls .main-title {
    display: block;
    float: none;
  }

  .controls .about-link {
    display: block;
    float: left;
    margin-top: 5px;
  }

  .controls .controls-list {
    bottom: 40px;
    left: 40px;
  }

  .controls .controls-list li a {
    font-size: 20px;
  }

  .close-project {
    right: 20px;
    bottom: 20px;
  }

}

/** New
-------------------------------------------------- **/
.logo {
    max-width: 25px;
}

.heavier {
    color: #111111 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    font-weight: 500;
    letter-spacing: 0.05em;
}

h7 {
    font-size: 9px;
    line-height: 12px;
    font-weight: 200;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-top: 1px solid #999;
    padding-top: 3px;
}

.flat-list li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    text-indent: -40px;
    font-family: 'Avenir', 'Nunito', sans-serif;
    font-size: 13px;
    color: #545454;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

.heavier:before {
    content: '\00B7';
    display: inline-block;
}

.pad-sides {
    padding-left: 10%;
    padding-right: 10%;
}


.owl-nav {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.subtlelink {
    border-bottom-style: dotted;
    border-color: silver;
    border-bottom-width: thin;
}





.borderline {
width: 100%;
    height: 20px;
   background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQYV2NkQAJ79+5tYITxQRxnZ2eIAIwDYjMic0ACAM0rDrz/sc2WAAAAAElFTkSuQmCC
    ) repeat;
}