.parallax {
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.parallax_group {
  position: relative;
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parallax__layer--fore {
  -webkit-transform: translateZ(90px) scale(.7);
  transform: translateZ(90px) scale(.7);
  z-index: 1;
}
.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4;
}
.parallax__layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 3;
}
.parallax__layer--deep {
  -webkit-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 2;
}
.parallax__group {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
/* demo styles
  --------------------------------------------- */

body,
html {
  /*	overflow: hidden;*/
}
body {
  font: 100% / 1.5 Arial;
}
* {
  margin: 0;
  padding: 0;
}
.parallax {
  /*	font-size: 200%;*/
}
/* centre the content in the parallax layers */

.title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* style the groups
  --------------------------------------------- */

#group1 {
  z-index: -1;
  /* slide over group 2 */
}
#group2 {
  z-index: 4;
  /* slide under groups 1 and 3 */
}
#group3 {
  z-index: 4;
}
#group4 {
  z-index: 2;
  /* slide under group 3 and 5 */
}
#group5 {
  z-index: 3;
  /* slide over group 4 and 6 */
}
#group6 {
  z-index: 2;
  /* slide under group 5 and 7 */
}
#group7 {
  z-index: 3;
  /* slide over group 7 */
}
/* tools */

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
/* misc
  --------------------------------------------- */

.demo__info {
  position: absolute;
  z-index: 100;
  bottom: 1vh;
  top: auto;
  font-size: 80%;
  text-align: center;
  width: 100%;
}
#land-cover {
  background-image: url(/mutfak/meta/images/pop.jpg);
}
/*
.header {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
}
*/
.opening,
.opening-flat {
  height: 500px;
  /* fallback for older browsers */
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5em;
}
.opening::before {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.section-logo {
  position: fixed;
  right: 16px;
  top: 16px;
  height: 42px;
  z-index: 4;
}
.info {
  text-align: right;
  margin: 0 auto;
  position: fixed;
  color: #332E2F;
  top: 96px;
  left: 96px;
  z-index: 4;
  width: 500px;
/*  width: 60%;*/
/*  -webkit-transform: translate(-50%, 0);*/
/*  transform: translate(-50%, 0);*/
/*  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);*/
}
.info h1 {
  font-family: 'Baskerville', 'Times New Roman', Georgia, serif;
  font-size: 4em;
  line-height: 1;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 16px double #332E2F;
}
.info h2 {
  text-transform: lowercase;
  font-variant: small-caps;
  font-family: 'Baskerville', 'Times New Roman', Georgia, serif;
  letter-spacing: 1.5;
  margin-top: 0.5em;
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 400;
}
.info h3 {
  text-transform: lowercase;
  font-variant: small-caps;
  font-family: 'Baskerville', 'Times New Roman', Georgia, serif;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
/*  font-weight: 400;*/
  letter-spacing: 0.6px;
  font-size: 1.2em;
}
.info .description {
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 0.4px;
  font-size: 1.1em;
}
.figure_group {
  background-color: #fafafa;
  padding: 32px;
  text-align: center;
}
.content.photo {
  background-color: inherit;
  padding: 0 inherit;
  margin: 0 auto;
}
.figure_group figure {
  max-width: 800px;
  display: inline-block;
  margin: 0 16px;
  text-align: right;
  vertical-align: top;
}
.figure_group figure.two {
  width: 50%;
  max-width: 400px;
}
.figure_group figure.single-narrow {
  max-width: 400px;
  display: block;
  position: relative;
}
.figure_group figure.single-wide {
  max-width: 640px;
  display: block;
  position: relative;
}
.chapter-fig {
  margin-top: 4em;
  margin-bottom: 6em;
}
figure img {
  width: 100%;
  transition-duration: 500ms;
}
figure img:hover {
  opacity: 0.8;
}
figure figcaption {
  font-size: 0.6em;
  text-align: justify;
  letter-spacing: 0.5;
  color: #999;
  line-height: 1.5;
  margin-top: 4px;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
figure.single-narrow figcaption.side {
  position: absolute;
  left: 424px;
  width: 320px;
}
figure .credit {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 6px;
  color: white;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1;
  position: relative;
  right: 10;
  top: -20;
}
.credit.png {
  position: inherit;
  background-color: white;
  color: #555;
  padding: 0;
  margin-bottom: 6px;
  display: inline-block;
}
figure.floated-right {
  max-width: 320px;
  text-align: right;
  float: right;
  margin: 32px;
}
.floated-right.wide {
  max-width: 440px;
}
.side-menu {} .chapters {
  list-style: none;
}
.chapters li {
  margin: 8px 0;
  font-size: 0.7em;
  letter-spacing: 1;
  color: #999;
  text-transform: uppercase;
  font-family: 'Baskerville', 'Times New Roman', Georgia, serif;
}
.chapters li .num {
  margin-right: 4px;
}
.content {
  width: 800px;
  max-width: 100%;
  z-index: 4;
  background-color: #fff;
  margin: 0 auto 40px auto;
  padding: 40px 0 0 60px;
  position: relative;
}
.textblock {
  font-family: 'Lora', Georgia, 'Times New Roman', serif;
  line-height: 1.8;
  font-size: 1.05em;
  padding: 16px 0;
  color: #333;
  width: 80%;
  letter-spacing: 0.6;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
.textblock.ps {
  font-style: italic;
  font-size: 0.8em;
}
.textblock.ps a {
  color: inherit;
}
.textblock ul {
  list-style: circle;
  padding-left: 64px;
}
.textblock.alter {
  margin: 42px auto;
  font-family:
}
.textblock .two-col {
  display: inline-block;
  width: 40%;
  margin: 0 4%;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  color: #777;
  font-size: 0.8em;
}
.small-caps {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.8;
}
.dropcaps:first-letter {
  float: left;
  font-size: 550%;
  height: 0.5em;
  line-height: 0.85em;
  margin: 0px 12px 0 0;
  padding-bottom: 28px;
}
.divider {
  color: #92e5a5;
  text-align: center;
  font-size: 1.3em;
}
.special span {
  display: block;
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
}
.chapter {
  font-family: 'Baskerville', 'Times New Roman', Georgia, serif;
  text-align: center;
}
.chapter h1 {
  font-weight: 400;
  font-size: 3em;
  width: 60%;
  margin: 0 auto;
}
.chapter hr {
  background: #111;
  clear: both;
  float: none;
  width: 20%;
  height: 2px;
  margin: 2em auto;
  border: none;
}
.chapter-num {
  margin-bottom: 3em;
  position: relative;
  width: 54px;
  margin: 0 auto 2em auto;
}
.chapter-num object {
  width: 100%;
}
.chapter-num h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 1.2em;
}
.letter-group {
  background-color: #fcfaf7;
  padding: 16px;
  text-align: center;
}
.letter {
  background-color: #fcfaf7;
  margin: 16px auto;
  padding: 16px 0;
}
.letter .textblock {
  color: #555;
  font-family: 'special_eliteregular', serif;
  font-size: 0.9em;
  width: 100%;
}
.letter .textblock.note {
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  color: #999;
  margin-top: 4px;
  text-align: left;
  font-size: 0.8em;
}
.letter .column {
  width: 340px;
  text-align: justify;
}
.letter .column.single {
  margin: 0 auto;
}
.letter .column.two {
  width: 41%;
  margin: 0 4%;
  display: inline-block;
}
.quotation {
  font-style: italic;
  width: 90%;
  margin: 2em 0;
  opacity: 0.9;
}
.quotation.part {
  margin: 0.2em;
}
.quotation.part-last {
  margin-top: 0.2em;
}
.quotation .author {
  display: block;
  font-style: normal;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1.4;
  margin-top: 6px;
  font-weight: 400;
  opacity: 0.8;
}
.spot {
  width: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.2;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.3em;
  margin: 32px;
  color: #E74C3C;
  font-weight: 800;
  line-height: 1.8;
}
.spot.right {
  float: right;
  border-top: 3px solid #332E2F;
  padding-top: 16px;
}
.spot.left {
  float: left;
  text-align: right;
  margin-left: -60px;
  border-bottom: 3px solid #332E2F;
  padding-bottom: 16px;
}
.spot.middle {
  float: none;
  text-align: center;
  width: 100%;
  margin: 0 0 0 -60px;
  font-weight: 400;
  font-size: 1.7em;
}
.side-meta {
  width: 300px;
  float: right;
  margin-left: 48px;
  margin-bottom: 24px;
}
.side-meta.side-footnote {
  width: 320px;
}
.side-footnote .note {
  font-size: 0.9em;
  color: #555;
  line-height: 1.6;
  /*    margin-top: -32px;*/
}
.side-meta .box {
  border-left: 1px solid #ddd;
  border-left: 0.5px solid #ddd;
  padding: 8px 0 8px 16px;
}
.author {} .author h1 {
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1em;
  border-bottom: 1px solid #ddd;
  border-bottom: 0.5px solid #ddd;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.author ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.author ul li {
  position: relative;
  height: 48px;
  margin-bottom: 24px;
}
.author ul li:last-child {
  margin-bottom: 0;
}
.author ul li img {
  overflow: hidden;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.author ul li .name {
  padding-left: 64px;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
}
.name span,
.name a {
  display: block;
}
.name span {
  font-size: 1.1em;
  font-weight: 600;
}
.name a {
  text-decoration: none;
  color: #999;
  font-size: 0.8em;
  letter-spacing: 0.5;
}
.name a:hover {
  color: #92e5a5;
}
.note {
  margin-top: 32px;
  font-size: 0.8em;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  color: #999;
  letter-spacing: 0.5;
  line-height: 1.5;
}
.side-meta .note a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.side-meta .note a:hover {
  text-decoration: underline;
}
.fullquote {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 640px;
  height: 100vh;
  display: table;
}
.no-quote {
  display: block;
}
.quote-text {
  display: table-cell;
  vertical-align: middle;
}
.quote-bar {
  overflow: auto;
  background-color: rgba(46, 47, 50, 0.7);
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 1.2;
  color: #fff;
  text-align: center;
  margin: auto 0;
  padding: 30px 15%;
}
.quote-bar h3 {
  font-weight: normal;
  border-top: 1px solid #eee;
  border-top: 0.5px solid #eee;
  border-bottom: 1px solid #eee;
  border-bottom: 0.5px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 1.9em;
}
hr.div {
  background: #ddd;
  clear: both;
  float: none;
  width: 75%;
  height: 1px;
  height: 0.5px;
  margin: 4em auto;
  border: none;
}
.quote-1 {
  background-image: url('/mutfak/meta/images/pop-tim.jpg');
}
.quote-2 {
  background-image: url('/mutfak/meta/images/curry.jpg');
}
.quote-3 {
  background-image: url('/mutfak/meta/images/marc-gasol.jpg');
}
#footer {
  background-color: #1c1b1a;
  margin-top: 64px;
  padding: 48px 0;
}
#footer .logo {
  height: 42px;
  display: block;
  margin: 8px auto;
}
#footer .logo.small {
  height: 24px;
}
#footer .credits {
  list-style: none;
  padding: 0;
  margin: 48px 0 0 0;
  text-align: center;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  letter-spacing: 1;
  text-transform: uppercase;
  font-size: 0.6em;
  color: white;
}
.credits li {
  margin: 16px 0;
}
.credits li span {
  display: block;
}
.credits li span:first-child {
  font-weight: 800;
}
#menu {
  background-color: #fff;
  height: 42px;
  padding: 11px 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  border-top: 3px solid #332E2F;
}
#menu * {
  display: none;
}
#menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  border-top: none;
}
#menu.fixed * {
  display: inline-block;
}
#menu .share {
  position: absolute;
  right: 32px;
}
#menu .home {
  position: absolute;
  left: 32px;
}
#menu .progress {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 3px;
/*  background-color: #F5AB34;*/
  background-color: #92e5a5;
  z-index: 2;
}
#menu .progress-back {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #111111;
  width: 100%;
  z-index: 1;
}
.home .navigation {
  font-family: 'Baskerville', 'Times New Roman', Georgia, serif;
  font-size: 0.9em;
  font-weight: 600;
  position: relative;
  top: -10px;
}
.home .navigation a {
  font-size: inherit;
  background-size: 100%;
  display: inline-block;
  padding: 0;
  margin: 0 8px;
}
.home .navigation a.current {
  color: #F5AB34;
}
.home h3 {
  font-family: 'Baskerville', 'Times New Roman', Georgia, serif;
  font-weight: 400;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1em;
  letter-spacing: 0.6px;
  text-align: left;
  color: #333;
  line-height: 1.3;
}
.icons a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding: 9px;
}
.icons a:hover {
  color: #777;
}
.icons a.twitter:hover {
  color: #55acee;
}
.icons a.facebook:hover {
  color: #3b5998;
}
#menu .logo {
  max-height: 42px;
}
#group2.fixed {
  margin-top: 104px;
}
.footnote {
  position: relative;
  margin: 0 8px 0 4px;
}
.footnote .ref,
.note .ref {
  color: white;
  padding: 2px 4px;
  background-color: #E74C3C;
  vertical-align: super;
  font-weight: 800;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.6em;
  border-radius: 2px;
  cursor: pointer;
}
.note .ref {
  vertical-align: inherit;
  margin-right: 8px;
  background-color: #999;
}
.footnote .text {
  display: none;
  width: 200px;
  background-color: #fafafa;
  padding: 16px;
  position: absolute;
  font-size: 0.7em;
  border: 1px solid #777;
  left: 0;
  top: 24px;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
}
.footnote .text a {
  color: inherit;
}
.footnote .text a:hover {
  color: #90C695;
}
.footnote .text .close {
  cursor: pointer;
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-weight: 400;
  background-color: #333;
  color: white;
  line-height: 12px;
  font-size: 13px;
  padding: 1px 2px 0 3px;
}
.scroll-indicator {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #92e5a5;
}